@media (max-width: 1110px) {
  header {
    width: 90%;
  }
  .isitop {
    width: 90%;
  }
  .isimid {
    width: 90%;
  }
  .kontak-isi {
    width: 90%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 55%;
  }
}

@media (max-width: 576px) {
  /* Header */
  header {
    height: 10vh;
  }

  .line {
    width: 3rem;
    height: 0.3rem;
    background: #659dbd;
    margin: 0.5rem;
  }
  .line.muncul {
    background: #feffff;
  }

  nav {
    position: relative;
  }

  .hamburger {
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 9999;
  }
  .hamburger.muncul {
    position: fixed;
    right: 7%;
    top: 4%;
    transform: translate(-7%, -4%);
  }

  .nav-links {
    left: 0;
    top: 0;
    z-index: 999;
    position: fixed;
    background: #659dbd;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    clip-path: circle(10rem at 110% -25%);
    -webkit-clip-path: circle(10rem at 110% -25%);
    transition: all 1s ease-out;
    pointer-events: none;
    cursor: auto;
  }
  .nav-links.muncul {
    clip-path: circle(130rem at 110% -25%);
    -webkit-clip-path: circle(130rem at 110% -25%);
    pointer-events: all;
  }

  .nav-li {
    opacity: 0;
  }
  .nav-li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }
  .nav-li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }
  .nav-li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }
  .nav-li:nth-child(4) {
    transition: all 0.5s ease 0.8s;
  }
  .nav-li:nth-child(5) {
    transition: all 0.5s ease 1s;
  }
  .nav-li.muncul {
    opacity: 1;
  }

  .nav-li a {
    color: #feffff;
  }
  .nav-li a:hover {
    color: #feffff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    text-decoration: underline;
  }

  .isimid {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .isikiri {
    margin-right: 0;
  }

  .fiturhargapilih {
    margin-top: 1rem;
  }

  .isikanan {
    margin-left: 0;
    margin-top: 2rem;
  }

  /* Kontak */
  .kontak-tendabiru,
  .kontak-tautan,
  .kontak-kontak,
  .mediaSosial {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .isitop a {
    width: 25rem;
  }

  .tombolpilih {
    width: 10rem;
  }

  /* Kontak */
  .kontak-tendabiru,
  .kontak-tautan,
  .kontak-kontak,
  .mediaSosial {
    width: 100%;
  }
}

@media (max-width: 300px) {
  .isitop a {
    width: 20rem;
  }
}
