.no-scroll {
  overflow: hidden;
}

#preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
}

#preloader img {
  transform: scaleX(-1);
}

.whatsappButton-desktop {
  display: none;
}

.whatsappButton-mobile {
  display: flex;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 1001;
}

.whatsappButton-mobile img {
  height: 3rem;
  width: 3rem;
}

/* Header */
#header {
  position: fixed;
  background-color: rgba(120, 227, 253, 1);
  width: 100vw;
  z-index: 2000;
  transition: 0.2s ease-in-out;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 1rem;
  position: relative;
  z-index: 1000;
}

.nav-wrap {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  position: relative;
  width: 10.625rem;
}

.dropdown {
  cursor: pointer;
  z-index: 1003;
}

.dropdown-tour {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 0.0625rem solid #ffffff;
}

.dropdown-tour-content {
  display: none;
  flex-direction: column;
  position: absolute;
  right: 9.3rem;
  background-color: rgba(120, 227, 253, 1);
  padding: 0 0 0.5rem 0;
}

.nav-wrap-desktop {
  display: none;
}

.konsul {
  display: none;
}

.nav-wrap img {
  display: flex;
  width: 1.875rem;
  height: 1.5625rem;
}

.nav-links {
  display: none;
  position: absolute;
  flex-direction: column;
  padding: 0.5rem 0;
  top: 1.6rem;
  gap: 0.25rem;
  background-color: rgba(120, 227, 253, 1);
  margin-top: 1.5rem;
  z-index: 1002;
}

.nav-links a,
.nav-links span {
  display: block;
  color: #ffffff;
  text-align: right;
  font-weight: 400;
  font-size: 1rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 1rem 0.5rem;
  border-bottom: 0.0625rem solid #ffffff;
}

.nav-links span {
  border-bottom: 0;
}

.header-wrap .logo {
  height: auto;
  width: 3.4375rem;
}

.show {
  display: block;
}

.konsul-btn {
  display: none;
}
/* Header */

/* Footer */
/* Footer Text */
footer p {
  font-size: 0.625rem;
  font-weight: 400;
  color: #ffffff;
}

footer h3 {
  font-size: 0.625rem;
  font-weight: 700;
  color: #ffffff;
}

.footer-copyright p {
  font-size: 0.625rem;
  font-weight: 700;
  color: #ffffff;
}
/* Footer Text */
/* Footer img */
.footer-social .footer-logo {
  width: 3.5265rem;
  height: 3.5265rem;
}

.footer-social img,
.footer-contact img,
.footer-contact-desktop img {
  height: 0.9375rem;
  width: 0.9375rem;
}
/* Footer img */
footer {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  background-color: #0bacd5;
  gap: 1.25rem;
  width: 100vw;
  padding: 1.25rem 0.625rem 0.3125rem 0.625rem;
  justify-content: space-between;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  flex: 1 1 fit-content;
  /* align-items: flex-start; */
  flex-wrap: wrap;
}

.footer-social {
  display: flex;
  max-width: 11.5rem;
  gap: 0.625rem;
}

.footer-social .footer-social-content {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.footer-social .footer-social-content .ig {
  display: flex;
  gap: 0.159rem;
  align-items: center;
}

.footer-address {
  display: flex;
  flex-direction: column;
  max-width: 9.8125rem;
  gap: 0.25rem;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  max-width: 9.8125rem;
  gap: 0.25rem;
}

.mail1,
.mail2,
.phone {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 48rem) {
  /* Footer Text */
  footer .footer-content p,
  footer .footer-content a {
    font-size: 1.25rem;
  }

  footer .footer-content h3 {
    font-size: 1.25rem;
  }

  .footer-copyright p {
    font-size: 1.25rem;
  }
  /* Footer Text */
  /* Footer img */
  .footer-social .footer-logo {
    height: 8.375rem;
    width: 8.375rem;
  }

  .footer-social img,
  .footer-contact img,
  .footer-contact-desktop img {
    height: 2.5265rem;
    width: 2.5265rem;
  }
  /* Footer img */

  .footer-social {
    max-width: 28.125rem;
    gap: 0.9375rem;
  }

  .footer-address {
    max-width: 16.1875rem;
    gap: 1.125rem;
  }

  .footer-contact {
    max-width: 24.0625rem;
    gap: 0.75rem;
  }
}
/* Footer */
@media (min-width: 75rem) {
  /* Header */
  .header-wrap .logo {
    width: 6.875rem;
  }

  .header-wrap {
    padding: 0 3rem;
  }

  .nav-wrap {
    display: none;
  }

  .konsul {
    display: flex;
  }

  .nav-wrap-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7px;
  }

  .nav-wrap-desktop a {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 3rem 1.5rem;
    color: #ffffff;
  }

  .dropdown-desktop {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-end;
  }

  .dropdown-content {
    display: none;
    margin-top: 7.5rem;
    /* width: 17.375rem; */
    position: absolute;
    flex-direction: column;
    padding: 0 1.5rem;
    border-radius: 0 0 0.625rem 0.625rem;
    background-color: rgba(120, 227, 253, 1);
  }

  .dropdown-content a {
    padding: 0.625rem 0;
    text-align: right;
    border-bottom: solid 0.0625rem #ffffff;
  }

  .dropdown-desktop:hover .dropdown-content {
    display: flex;
  }

  .dropdown-content:hover {
    background-color: #0cbdea;
  }

  .konsul-btn {
    display: flex;
    background-color: #25d366;
    padding: 1rem 2rem;
    border-radius: 9999px;
  }
  .konsul-btn span {
    color: #fdfdfd;
    font-size: 1.5rem;
    font-weight: 700;
  }
  /* Header */
  /* footer */
  /* Footer Text */
  footer .footer-content p,
  footer .footer-content a {
    font-size: 1.25rem;
  }

  footer .footer-content h3 {
    font-size: 1.25rem;
  }

  .footer-copyright p {
    font-size: 1.25rem;
  }
  /* Footer Text */
  /* Footer img */
  .footer-social .footer-logo {
    height: 8.375rem;
    width: 8.375rem;
  }

  .footer-social img,
  .footer-contact img,
  .footer-contact-desktop img {
    height: 2.5265rem;
    width: 2.5265rem;
  }
  /* Footer img */
  footer {
    margin-top: 6rem;
    gap: 5.625rem;
    padding: 1.8125rem 1.3125rem 1.125rem 1.3125rem;
  }

  .footer-content {
    gap: 3.125rem;
  }

  .footer-contact-desktop {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .footer-social .footer-social-content {
    gap: 0.8125rem;
  }

  .footer-social .footer-social-content .ig {
    gap: 1.0625rem;
  }

  .footer-social .footer-social-content .ig:hover {
    background-color: #0cbdea;
    border-radius: 0.625rem;
  }

  .mail1,
  .mail2,
  .phone {
    gap: 1.4375rem;
  }
  /* footer */
}
