* {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  box-sizing: border-box;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

p {
  margin: 0 !important;
  line-height: 1.3;
}

.navigation {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-header {
  display: flex;
  justify-content: end;
}

.sm-Shadow {
  box-shadow: 0px 2px 5px -1px rgba(95, 95, 95, 0.15);
  -webkit-box-shadow: 0px 2px 5px -1px rgba(95, 95, 95, 0.15);
  -moz-box-shadow: 0px 2px 5px -1px rgba(95, 95, 95, 0.15);
}

.linear {
  background: rgb(22, 141, 199);
  background: linear-gradient(
    90deg,
    rgba(22, 141, 199, 1) 0%,
    rgba(71, 188, 211, 1) 100%
  );
}

.boxShadow {
  box-shadow: 0px 15px 70px 5px rgba(95, 95, 95, 0.1);
  -webkit-box-shadow: 0px 15px 70px 5px rgba(95, 95, 95, 0.1);
  -moz-box-shadow: 0px 15px 70px 5px rgba(95, 95, 95, 0.1);
}

.form-control {
  padding: 0.575rem 0.75rem !important;
}

.form-wisata-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 566px;
  border-radius: 30px;
  overflow: hidden;
  max-width: 950px;
}

.form-wisata {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #168dc7;
  width: 55%;
  height: 100%;
  padding: 40px 0px 40px 40px;
}

.form-col {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 40px 0 0;
}

.form-image {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.linearToLeft {
  left: 55%;
  width: 50%;
  height: 100%;
  position: absolute;
  background: rgb(22, 141, 199);
  background: linear-gradient(
    90deg,
    rgba(22, 141, 199, 1) 0%,
    rgba(11, 69, 97, 0) 100%
  );
  z-index: 99;
}

.navigate-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.footer {
  background-color: #168dc7;
  width: 100%;
  height: 359px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: start;
  align-items: center;
}

.social {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  width: 100%;
  max-width: 980px;

  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 10rem;
}

.text-col {
  font-size: 30px;
  color: white;
  font-weight: 900;
}

.wa-chat {
  position: fixed;
  right: 135px;
  top: 85%;
  z-index: 99999;
}

.img-res {
  overflow: hidden;
}

.text-res {
  color: #168dc7;
  font-size: 30px;
  font-weight: 900;
}

.text-headline {
  font-size: 30px;
  font-weight: 900;
  color: #40a93d;
}

.col-on-md{
    display: flex;
}

@media (max-width: 768px) {
  .form-wisata {
    position: relative;
    width: 100%;
    z-index: 1;
    background-image: url(assets/Place.png);
    background-size: cover;
    background-position: center;
    background-color: transparent; /* Transparan agar form tetap bersih */
  }

  /* Pseudo-element untuk memberi lapisan biru dan blur di gambar latar */
  .form-wisata::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 141, 199, 0.5); /* Warna biru dengan opacity 50% */
    z-index: -1; /* Letakkan di belakang konten form */
    filter: blur(5px); /* Blur pada gambar latar */
    pointer-events: none; /* Mencegah interaksi pada layer ini */
  }

  /* Konten form tetap di atas lapisan biru dan gambar latar */
  .form-wisata-wrap {
    position: relative;
    height: auto;
    z-index: 2; /* Pastikan form tetap di atas */
  }

  .linearToLeft {
    display: none; /* Matikan atau sembunyikan di perangkat kecil */
  }

  .img-res {
    overflow: hidden;
  }

  .text-res {
    font-size: 24px;
  }

  .text-headline {
    font-size: 24px;
  }

  .col-on-md {
    flex-direction: column;
  }
}



@media (max-width: 435px) {
  .footer {
    height: auto;
  }
}

@media (max-width: 1024px) {
  .social {
    padding: 2.5rem 6rem;
  }
}
@media (max-width: 640px) {
  .social {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 435px) {
  .social {
    flex-direction: column;
    gap: 18px;
  }
}

@media (max-width: 1024px) {
  .navigate-link {
    display: none !important;
  }
  .btn-header {
    display: none !important;
  }
}

#navigation-mobile {
  height: 270px;
  width: 100%;
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  background-color: white;
}

.burger {
  position: relative;
  width: 40px;
  height: 20px;
  background: transparent;
  cursor: pointer;
  display: block;
  align-items: center;
}

@media (min-width: 1024px) {
  .burger {
    visibility: hidden;
    display: none;
  }
}
.burger input {
  display: none;
}

.burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}

.burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}

.burger input:checked ~ span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.burger input:checked ~ span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.burger input:checked ~ span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 28px;
  left: 5px;
}

.owl-carousel,.owl-carousel .owl-item {
  margin-bottom: auto;
  -webkit-tap-highlight-color: transparent;
  position: relative
}


/* BANNER */
.owl-carousel {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.slide-banner {
  width: 100%;
  height: 70vh;
  border-radius: 20px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slide-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  margin-left: 64px;
  margin-right: 400px;
}

.slide-banner-content h1 {
  font-style: bold;
  font-size: 36px;
  max-width: 90%;
}

.slide-banner-content p {
  font-style: normal;
  font-size: 16px;
  max-width: 80%;
}

@media (max-width: 768px) {
  .owl-carousel {
    height: 50vh;
  }

  .slide-banner {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slide-banner-content {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .slide-banner-content h1 {
    font-size: 24px;
  }

  .slide-banner-content p {
    font-size: 14px;
  }

  .btn {
    font-size: 14px;
    padding: 8px 16px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .owl-carousel {
    height: auto;
  }

  .slide-banner {
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slide-banner-content {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .slide-banner-content h1 {
    font-size: 18px;
  }

  .slide-banner-content p {
    font-size: 12px;
  }

  .btn {
    font-size: 12px;
    padding: 6px 12px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .owl-carousel {
    height: auto;
  }

  .slide-banner {
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slide-banner-content {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .slide-banner-content h1 {
    font-size: 18px;
  }

  .slide-banner-content p {
    font-size: 12px;
  }

  .btn {
    font-size: 12px;
    padding: 6px 12px;
    text-align: center;
  }
}


/* MICE SECTION */
.mice-section {
  padding: 50px 0;
}

.container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mice-image-container {
  margin-right: 8px;
}

#mice-img-1 {
  border-radius: 15px;
  width: 500px;
  height: 250px;
}

#mice-img-2 {
  border-radius: 15px;
  width: 1000px;
  height: 250px;
}

.mice-text-container {
  flex-grow: 1;
  margin-left: 54px;
}

.mice-text-container h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}

.mice-text-container p {
  font-size: 16px;
  font-weight: bold;
}

/* Responsif untuk layar 768px */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center; 
  }

  .mice-image-container {
    margin-right: 0;
    margin-bottom: 16px;
  }

  #mice-img-1 {
    width: 300px;
    height: auto;
  }

  #mice-img-2 {
    width: 400px;
    height: auto;
  }

  .mice-text-container {
    margin-left: 0;
    text-align: center;
  }

  .mice-text-container h3 {
    font-size: 24px;
  }

  .mice-text-container p {
    font-size: 14px;
  }
}

/* Responsif untuk layar 480px */
@media (max-width: 480px) {
  .container {
    flex-direction: column;
    align-items: center;
  }

  .mice-image-container {
    margin-right: 0;
    margin-bottom: 16px;
  }

  #mice-img-1 {
    width: 100%;
    height: auto;
  }

  #mice-img-2 {
    width: 100%;
    height: auto;
  }

  .mice-text-container {
    margin-left: 0;
    text-align: center;
  }

  .mice-text-container h3 {
    font-size: 20px;
  }

  .mice-text-container p {
    font-size: 14px;
  }
}

/* FORM KATALOG */
.form-katalog-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 466px;
  border-radius: 30px;
  overflow: hidden;
  max-width: 950px;
}

.form-katalog {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #168dc7;
  width: 55%;
  height: 100%;
  padding: 40px 40px;
}

.form-katalog-image {
  z-index: 1;
  width: 45%;
  height: 100%;
  position: relative;
}

.linearToRight {
  position: absolute;
  left: 10%; /* Posisi gradient di sebelah kanan gambar */
  width: 35%; /* Mengatur lebar linear gradient */
  height: 100%;
  background: linear-gradient(
      270deg,
      rgba(22, 141, 199, 1) 0%,
      rgba(11, 69, 97, 0) 100%
  );
  z-index: 99;
}

@media (max-width: 1024px) {
  .form-katalog {
    width: 60%;
    padding: 40px 20px;
  }
  .linearToRight {
    left: 10%;
  }
  .form-col {
    padding: 0;
  }
  .text-col {
    font-size: 24px;
  }
  .navigation {
    padding: 0px 10px;
  }
}

@media (max-width: 768px) {
  .form-katalog {
    position: relative;
    width: 100%;
    z-index: 1;
    background-image: url('assets/Form1.png'); /* Mengatur gambar sebagai latar belakang */
    background-size: cover;
    background-position: center;
    background-color: transparent; /* Transparansi agar form tetap bersih */
  }

  /* Pseudo-element untuk memberi lapisan biru dan blur di gambar latar */
  .form-katalog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 141, 199, 0.5); /* Warna biru dengan opacity 50% */
    z-index: -1; /* Letakkan di belakang konten form */
    filter: blur(5px); /* Blur pada gambar latar */
    pointer-events: none; /* Mencegah interaksi pada layer ini */
  }

  /* Konten form tetap di atas lapisan biru dan gambar latar */
  .form-katalog-wrap {
    position: relative;
    z-index: 2; /* Pastikan form tetap di atas */
    height: auto;
  }

  .form-katalog-image {
    display: none; /* Sembunyikan gambar form di perangkat kecil */
  }

  .linearToRight {
    display: none; /* Matikan atau sembunyikan linear gradient di perangkat kecil */
  }

  .text-col {
    font-size: 24px;
  }

  .col-on-md {
    flex-direction: column;
  }
}




