@media (max-width: 1020px) {
  .linkLogo img {
    height: 40px;
  }
  .logo h1 {
    font-size: 18px;
  }
  .ulBesar {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .navigasi {
    overflow: hidden;
  }
  .hamburger {
    opacity: 1;
    pointer-events: all;
    z-index: 10;
  }
  .hamburger.muncul {
    position: fixed;
    right: 5%;
  }
  .link {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: -10%;
    width: 80vw;
    height: 100vh;
    background: #2193b0; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #2193b0,
      #6dd5ed
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2193b0, #6dd5ed);
    background: #3a7bd5; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #3a7bd5,
      #3a6073
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3a7bd5, #3a6073);
    z-index: 10;
    transform: translateX(100%);
    transition: all 1.5s;
  }
  .link.muncul {
    position: fixed;
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
  }
  .ulBesar {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-left: 50px;
  }
  .ulCompany {
    /* position: relative; */
    left: 100px;
    top: 0;
    margin-top: 0;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 1s;
    pointer-events: none;
  }
  .ulNews {
    left: 100px;
    top: 0;
    margin-top: 0;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 1s;
  }
  .ulCompany.muncul,
  .ulNews.muncul {
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
    background: unset;
  }
  .linkServices,
  .linkNews,
  .linkContactUs {
    transition: all 1s;
    transform: rotateY(0);
  }
  .linkServices.muncul,
  .linkNews.muncul,
  .linkContactUs.muncul {
    transform: translateY(50px);
  }

  /* Visi Misi */
  .visi {
    transform: translateY(-20px);
  }
  .misi {
    transform: translateY(20px);
  }

  /* Footer */
  .isiFooter1 {
    width: 15%;
  }
  .isiFooter2 {
    width: 40%;
  }
  .isiFooter4 {
    margin-left: 17.5%;
    margin-top: 30px;
  }
  .isiFooter5 {
    margin-top: 30px;
  }
  .isiFooter3,
  .isiFooter4,
  .isiFooter5 {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .aboutUs h2,
  .visiMisi h2,
  .officeNTeam h2 {
    font-size: 22px;
  }
  .aboutUs p,
  .visiMisi p,
  .isiCEO p {
    font-size: 16px;
  }

  /* About Us */
  .isiAboutUs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about1 {
    order: 2;
    width: 100%;
    margin: 10px 0;
  }
  .about2 {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Visi n Misi */
  .visi {
    transform: translateY(0);
  }
  .misi {
    transform: translateY(0);
  }
  .visi p {
    margin-left: 0%;
  }
  .visiMisi p {
    width: 100%;
  }

  /* CEO */
  .isiCEO {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
  .isiCEO1 {
    order: 3;
    width: 100%;
    text-align: center;
  }
  .isiCEO2 {
    order: 1;
    width: 45%;
  }
  .isiCEO3 {
    order: 2;
    width: 45%;
  }
}

@media (max-width: 650px) {
  .ulBesar {
    font-size: 14px;
    margin-left: 20px;
  }
  .logo {
    width: 65%;
  }
  .linkLogo img {
    height: 30px;
  }
  .aboutUs h2,
  .visiMisi h2,
  .officeNTeam h2 {
    font-size: 20px;
  }
  .aboutUs p,
  .visiMisi p,
  .isiCEO p {
    font-size: 14px;
  }
  .aboutUs,
  .ourStrength {
    flex-direction: column;
  }

  /* Visi Misi */
  .visiMisi {
    background-size: cover;
    padding: 150px 0;
  }
  .isiVisiMisi {
    flex-direction: column;
    row-gap: 50px;
  }
  .visiMid {
    width: 0;
    height: 0;
    display: none;
  }
  .visi {
    height: 50%;
  }
  .misi {
    height: 50%;
  }
  .visi,
  .misi {
    width: 90%;
  }

  /* CEO */
  .isiCEO1 {
    order: 3;
    width: 100%;
    text-align: center;
  }
  .isiCEO2 {
    order: 1;
    width: 70%;
  }
  .isiCEO3 {
    order: 2;
    width: 100%;
    text-align: center;
  }

  /* Footer */
  .isiFooter {
    flex-direction: column;
  }
  .isiFooter1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
  }
  .isiFooter2 {
    width: 50%;
  }
  .isiFooter3,
  .isiFooter4,
  .isiFooter5 {
    width: 100%;
    margin-top: 30px;
  }
  .isiFooter4 {
    margin-left: 0%;
  }
}

@media (max-width: 450px) {
  .chatBawah1 h5 {
    font-size: 12px;
  }

  .ulBesar {
    margin-left: 10px;
  }
  .logo h1 {
    font-size: 16px;
  }
  .headline {
    font-size: 25px;
  }
  .aboutUs h2,
  .visiMisi h2,
  .officeNTeam h2 {
    font-size: 18px;
  }
  .aboutUs p,
  .visiMisi p,
  .isiCEO p {
    font-size: 12px;
  }
  .isiFooter2 {
    width: 90%;
  }
  .isiFooter p {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .logo h1 {
    font-size: 14px;
  }
  .linkLogo img {
    height: 25px;
  }
  .headline {
    font-size: 22px;
  }
  .chat {
    width: 85%;
  }
} ;
