@media (max-width: 1020px) {
  .linkLogo img {
    height: 40px;
  }
  .logo h1 {
    font-size: 18px;
  }
  .ulBesar {
    font-size: 16px;
  }
  .headline {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  .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;
  }
  .linkServices,
  .linkNews,
  .linkContactUs {
    transition: all 1s;
    transform: rotateY(0);
  }
  .linkServices.muncul,
  .linkNews.muncul,
  .linkContactUs.muncul {
    transform: translateY(50px);
  }
  .headline {
    font-size: 35px;
  }
  .isiStrength {
    height: 350px;
  }
  .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,
  .ourStrength h2,
  .ourCustomer h2,
  .ourService h2 {
    font-size: 22px;
  }
  .aboutUs p,
  .ourStrength p,
  .ourService {
    font-size: 16px;
  }
  .kananAbout h3 {
    font-size: 16px;
    width: 100%;
  }
  .isiOurService h5 {
    font-size: 16px;
  }
  .chat h5,
  .isiOurService p,
  .isiFooter p {
    font-size: 14px;
  }
}

@media (max-width: 650px) {
  .br {
    display: block;
  }
  .ulBesar {
    font-size: 14px;
    margin-left: 20px;
  }
  .logo {
    width: 65%;
  }
  .linkLogo img {
    height: 30px;
  }
  .headline {
    font-size: 30px;
  }
  .aboutUs,
  .ourStrength {
    flex-direction: column;
  }
  .kiriAbout,
  .kiriStrength,
  .kananStrength {
    width: 100%;
  }
  .kiriStrength {
    order: 2;
    margin: 0 auto;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  .isiStrength img {
    width: 60%;
  }
  .isiStrength p {
    height: 60%;
  }
  .kiriAbout img,
  .kananStrength img {
    width: 100%;
  }
  .kananAbout {
    width: 100%;
  }
  .kananAbout h3 {
    text-align: center;
  }
  .isiStrength {
    padding: 20px 0;
    height: 300px;
  }
  .isiOurCustomer {
    gap: 10px;
  }
  .isiOurCustomer img {
    width: 100%;
  }
  .isiOurService {
    flex-direction: column;
    align-items: center;
  }
  .kiriService,
  .kananService {
    width: 90%;
  }
  .kananService.gambarService2 {
    order: 1;
  }
  .kiriService.isiService2 {
    order: 2;
    /* text-align: right; */
  }
  .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) {
  .bulet {
    bottom: 12.5%;
  }

  .chatBawah1 h5 {
    font-size: 12px;
  }

  .ulBesar {
    margin-left: 10px;
  }
  .logo h1 {
    font-size: 16px;
  }
  .headline {
    font-size: 25px;
  }
  .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%;
  }
} ;
