@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);
  }

  /* 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) {
  .sectionCareer h2 {
    font-size: 22px;
  }
  .sectionCareer p,
  .sectionCareer li {
    font-size: 14px;
  }
  .isiCareer {
    flex-direction: column;
  }
  .isiCareer2 {
    margin-top: 50px;
  }
}

@media (max-width: 650px) {
  .ulBesar {
    font-size: 14px;
    margin-left: 20px;
  }

  .logo {
    width: 65%;
  }
  .linkLogo img {
    height: 30px;
  }

  /* Section Career */
  .sectionCareer h2 {
    font-size: 20px;
  }
  .sectionCareer p,
  .sectionCareer li {
    font-size: 14px;
  }

  /* 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;
  }

  /* Section Team */
  .sectionCareer h2 {
    font-size: 18px;
  }
  .sectionCareer p,
  .sectionCareer li {
    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%;
  }
} ;
