@font-face {
  src: url(https://geulisindonesia.com/fonts/Poppins-Medium.ttf);
  font-family: poppins;
}
@font-face {
  src: url(https://geulisindonesia.com/font/Poppins-Black.ttf);
  font-family: poppinsBlack;
}
@font-face {
  src: url(https://geulisindonesia.com/fonts/Poppins-Regular.ttf);
  font-family: poppinsReg;
}
@font-face {
  src: url(https://geulisindonesia.com/fonts/Poppins-Bold.ttf);
  font-family: poppinsBold;
}
@font-face {
  src: url(../fonts/Poppins-Light.ttf);
  font-family: poppinsLight;
}

* {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: poppins;
}

.swiper-slide {
  width: 350px;
  min-height: 450px;
  height: fit-content;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  padding: 2rem;
}
.swiperContentContainer {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(1px);
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1rem;
}
.swiper-testimoni {
  color: white;
  font-family: poppinsLight;
  width: 90%;
  font-size: 1rem;
}
.swiper-nama-konsumen {
  color: white;
  margin-top: 1rem;
  font-size: 1.2em;
}
.swiper-rating {
  display: flex;
  width: 60%;
  margin-top: 1rem;
}
.rating-star {
  width: 50px;
  font-size: 1rem;
  background-size: contain;
}
.swiperImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -4;
}

body,
html {
  height: max-content;
  width: 100vw;
  /* overflow: hidden;
  height: max-content; */
}
/* #burger-menu-container-additional{
    background: yellow;

} */
@import url("//fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

.alamat {
  width: 100vw !important;
  overflow: hidden !important;
}
.testimoni-container {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: rgb(0, 0, 0);
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 100px;
  margin-top: 100px;
}
.testimoni-container h1 {
  background: rgb(255, 255, 255);
  text-align: center;
  width: 100vw;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: white;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.container {
  width: 60%;
  margin: 0 auto;
  margin-top: 30px;
  margin-left: 0vw;
}

.container h2 {
  position: relative;
  width: 23rem;
  color: hotpink;
  margin: 20px 0;
}

.container h2::after {
  position: absolute;
  content: "";
  width: 67px;
  height: 2px;
  right: 5px;
  background-color: hotpink;
  bottom: 0;
}

.accordion {
  width: 80vw;
  padding: 0 5px;
  border: 2px solid #1fbd11;
  cursor: pointer;
  display: flex;
  margin: 10px 0;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 30px;
  margin-left: 10vw;
}

.accordion i {
  color: #1fbd11;
  transition: all 0.5s ease-in;
}
.accordion .fa-minus {
  display: none;
}
.active,
.accordion:hover {
  background-color: #1fbd11;
  color: white;
  transition: all 0.5s ease-in;
  border: 2px solid #dddddd;
}
.active .fa-minus {
  display: block;
}
.active .fa-plus {
  display: none;
}
.accordion h5 {
  font-size: 20px;
  margin: 0;
  color: #001733;
  padding-left: 5px;
}
.active i,
.active h5,
.accordion:hover i,
.accordion:hover h5 {
  color: white;
}
.panal {
  padding: 0 15px;
  border-left: 1px solid #1fbd11;
  /* margin-left: 25px; */
  font-size: 14px;
  text-align: justify;
  overflow: hidden;
  transition: all 0.5s ease-in;
  max-height: 0;
  margin-left: 10vw;
}
.faq-container {
  width: 100vw;
  height: max-content;
  background: white;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;

  text-align: center;
}
#faq-judul {
  text-align: center;
  margin-left: 0%;
  width: 100vw;
  margin-top: 50px;
}

#paket-title {
  margin-top: 0px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 0vw;
}
.paket-container {
  width: 95vw;
  min-height: 600px;
  padding: 2rem;
  background: rgb(255, 255, 255);
  margin-left: 0vw;
  display: grid;
  grid-template-columns: repeat(3, 0.7fr);
  gap: 2rem;
}
.paket-wisata {
  color: white;
  border-radius: 10px;
  padding: 0px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 8;
  height: 200px;
  background: red;
}
#paket-wisata-img {
  position: absolute;
  width: 120%;
  z-index: -2;
  margin-left: -25px;
  margin-top: -25px;
}
.overlay-paket-wisata {
  background: linear-gradient(
    45deg,
    rgba(0, 255, 0, 0.6),
    rgba(0, 255, 0, 0.5),
    rgba(212, 0, 255, 0.5),
    rgba(255, 208, 0, 0.4),
    rgba(0, 255, 0, 0.4),
    rgba(255, 0, 0, 0.3)
  );
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 300px;
  padding: 20px;
  opacity: 0;
}
.paket-wisata:hover .overlay-paket-wisata {
  opacity: 1;
  transition: 500ms;
}
.paket-wisata:hover #paket-wisata-img {
  transform: scale(0.9);
  transition: 1000ms;
}
.paket-wisata:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transition: 500ms;
}

.intro-btn {
  min-width: 100px;
  min-height: 20px;
  padding: 10px;
  border: solid 4px rgb(255, 255, 255);
  text-decoration: none;
  color: white;
  background: rgb(13, 131, 48);
  margin-top: 50px;
  position: absolute;
  margin-left: 8vw;
}

.intro-btn:hover {
  background: rgba(255, 255, 255, 1);
  color: green;
}
#ltl-text {
  font-size: 1rem;
}
.additional {
  width: 100vw;
  background: rgba(127, 127, 127, 0.5);
  text-align: center;
  height: 200px;
}
#gambar-background {
  width: 100vw;
  z-index: -25;
  position: fixed;
  margin-left: -50vw;
}
.kedua-carapemesanan {
  display: flex;
  width: 100vw;
  background: white;
  height: 1000px;
  overflow: hidden;
}

.kiri-carapemesanan {
  background: white;
  width: 60vw;
  padding-top: 50px;
  padding-left: 25px;
}
.kanan-carapemesanan {
  background: white;
  width: 50vw;
  padding-top: 50px;
  overflow: hidden;
}
#intro-carapemesanan-bold {
  font-size: 20px;
}

#carapemesanan-list-item {
  display: flex;
  margin-top: 15px;
  background: white;
}
#list-carapemesanan-teks {
  margin-left: 20px;
  font-size: 18px;
}
.fa-check-circle {
  color: rgb(13, 240, 13);
  font-size: 30px;
  margin-top: 5px;
}
.additional-tagline {
  font-size: 50px;
  color: white;
  position: absolute;
  top: 22%;
  text-align: center;
  width: 100vw;
}

.pembatas {
  background: white;
  width: 100vw;
  height: 150px;
  z-index: 1;
}

.layanan-whatsapp {
  background: url(https://geulisindonesia.com/asset/whatsapp.png) no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  padding-top: 50px;
  margin-top: 50px;
  margin-left: 40%;
  /* z-index: 1; */
}

.layanan-whatsapp:hover {
  transition: 5000ms;
  transform: scale(1.1);
}

.tagline-utama {
  width: fit-content;
  height: fit-content;
  color: white;
  font-family: poppinsReg;
  font-size: 1.7rem;
  text-align: left;
  align-items: center;
  justify-items: center;
  justify-self: center;
  margin-top: 10%;
  margin-left: 57%;
  position: absolute;
  z-index: 5;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.5);
}
.hamburger-menu {
  display: none;
}
.overlay {
  display: none;
}

#nav-desk-item-1 {
  color: rgb(20, 20, 20);
  text-decoration: none;
}

#nav-desk-item-2 {
  color: rgb(20, 20, 20);
  text-decoration: none;
}
#nav-desk-item-3 {
  color: rgb(20, 20, 20);
  text-decoration: none;
}
#nav-desk-item-4 {
  color: rgb(20, 20, 20);
  text-decoration: none;
}
.nav-desk-item:hover {
  font-size: large;
  transition: 1000ms;
}
#video-intro {
  width: 100vw;
  z-index: -5;
  position: fixed;
  display: block;
}
#video-intro-tablet {
  width: 100vw;
  z-index: -5;
  position: fixed;
  display: none;
}
#video-intro-smartphone {
  width: 100vw;
  z-index: -5;
  position: fixed;
  display: none;
}
.pertama {
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
}
.kedua {
  z-index: 1;
  width: 100vw;
  height: auto;
  background: white;
  /* opacity: 0.5; */
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  justify-items: center;
}
.kedua-ketentuan {
  z-index: 1;
  width: 100vw;
  height: 1500px;
  background: white;
  /* opacity: 0.5; */
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  justify-items: center;
  color: black;
  padding: 50px;
  position: relative;
}

.ketentuan-text-container {
  position: absolute;
  margin-top: -150px;
  width: 85vw;
}

.kiri-dua {
  width: 50vw;
  z-index: 2;
  height: 110vh;
  background: rgb(13, 131, 48);
  /* background:red; */
  padding-top: 100px;
  padding-left: 50px;
  padding-bottom: 0px;
  /* opacity: 0.5; */
}
.kiri-dua-ketentuan {
  width: 50vw;
  z-index: 2;
  height: 110vh;
  background: rgb(255, 255, 255);
  /* background:red; */
  padding-top: 100px;
  padding-left: 50px;
  /* opacity: 0.5; */
}
.text-container {
  width: 45vw;
  z-index: 8;
  min-height: fit-content;
  position: relative;
}
#intro-perkenalan-bold {
  font-family: poppinsBold;
  font-size: 3.3rem;
  width: 50vw;
  z-index: 6;
  color: #ffff;
  margin-left: 8vw;
}

#paragraf-perkenalan {
  text-align: justify;
  margin-top: 20px;
  font-size: 1.3rem;
  color: #ffff;
  width: 35vw;
  font-family: poppinsLight;
  text-align: justify;
  margin-left: 8vw;
}
.kanan-dua {
  width: 50vw;
  z-index: 2;
  min-height: 110vh;
  background: rgb(255, 255, 255);
  padding-top: 0vw;
  overflow: hidden;
}
.kanan-dua-ketentuan {
  width: 50vw;
  z-index: 2;
  height: 110vh;
  background: rgb(255, 255, 255);
  /* background:blue; */
  padding-top: 1.8vw;
  overflow: hidden;
}
.video-elf-container {
  background: rgb(255, 255, 255);
  position: relative;
  min-height: fit-content;
  min-width: fit-content;
  width: 100vw;
}
.video-elf-container-carapemesanan {
  background: white;
  position: relative;
}
#frame-video {
  width: 50vw;
  height: 40vw;
  z-index: 3;
  position: absolute;
  margin-left: -30px;
  /* opacity: 0; */
}
#frame-video-carapemesanan {
  width: 50vw;
  height: 40vw;
  z-index: 1;
  position: absolute;
  margin-left: -30px;
  /* opacity: 0; */
}
#elf-road {
  width: 100vw;
  min-height: 100vh;
  margin-top: 0vh;
  /* margin-left: 0vw; */
  z-index: -3;
  position: absolute;
  margin-left: -30vw;
}
#elf-road-carapemesanan {
  width: 45vw;
  height: 40vw;
  margin-top: -1vw;
  /* margin-left: 0vw; */
  z-index: 10;
  position: absolute;
  z-index: 0;
}
.ketiga {
  /* opacity: 0.5; */
  z-index: 1;
  width: 100vw;
  min-height: max-content;
  height: max-content;
  background: white;
  padding-bottom: 0rem;
}
.empat {
  z-index: 1;
  width: 100vw;
  /* height: 100vh; */
  background: white;
}
.lima {
  z-index: 1;
  width: 100vw;

  background: white;
}

.keunggulan-judul {
  width: 100vw;
  background: white;
  justify-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.keunggulan-layanan-1 {
  /* width: 100vw; */
  display: flex;
  background: white;
  margin-top: 30px;
  text-align: center;
  width: 500px;
  align-items: center;
  margin-left: 20%;
}

.keunggulan-layanan-2 {
  width: 500px;
  display: flex;
  background: white;
  margin-top: 10px;
  margin-left: 30%;
}
#keunggulan-layanan-item {
  width: 250px;
  height: 250px;
  margin-left: 20px;
}
.enam {
  z-index: 1;
  width: 100vw;
  background: linear-gradient(45deg, rgb(1, 53, 1), green);
  background-size: cover;
  padding-bottom: 50px;
  overflow-y: visible;
  height: max-content;
  display: flex;
}
.footerbar-right {
  width: 50%;
  display: flex;
  justify-content: start;
  text-align: left;
  padding: 2rem;
  flex-direction: column;
  color: white;
}
.footerbar-right b {
  font-size: 1.8rem;
}
.footerbar-right p {
  margin-top: 2.5%;
  width: 80%;
  font-family: poppinslight;
}
.footerbar-right ul {
  row-gap: 1rem;
  margin-top: 3%;
}
.footerbar-right li a {
  text-decoration: none;
  color: white;
}
#kreator {
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 0.8rem;
}
#kreator a {
  color: white;
}
#address {
  display: flex;
  column-gap: 1rem;
  padding: 2rem;
  color: white !important;
}

#alamat {
  font-size: 1.1rem;
  width: 50vw;
  font-weight: 100;
  font-family: poppinsLight;
}
#hape {
  margin-left: 25px;
  font-size: 1.8rem;
  font-family: poppinsLight;
}
.fa-address-book {
  margin-top: 30px;
  font-size: 2rem;
}
.fa-blender-phone {
  font-size: 2rem;
}
.keterangan-footer,
.copyright-footer {
  color: white;
  font-family: poppinsLight;
}

.copyright-footer,
.kreator {
  font-size: 0.8rem;
}
.copyright-footer {
  font-size: 1rem;
  width: 100%;
  margin-top: 10%;
  display: flex;
  justify-content: center;
  text-align: center;
  /* background: yellow; */
}
.keterangan-footer {
  color: white;
  font-family: poppinsLight;
  margin-left: 25px;
  margin-top: 25px;
  width: 50vw;
  text-align: justify;
}
/* .copyright-footer {
  color: white;
  font-family: poppinsLight;
  font-size: 13px;
  margin-top: 130px;
  margin-right: 5px;
  text-align: center;
} */

.logo-container {
  width: 100px;
  height: 100px;
  padding-top: 35px;
  z-index: 9;
}

#logo-web {
  width: 200px;
  height: 50px;
}

nav {
  width: 100vw;
  display: flex;
  justify-content: space-around;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 5px 5px 5px rgba(20, 20, 20, 0.6);
  color: rgb(31, 30, 30);
  position: fixed;
  height: 100px;
  z-index: 20;
}

.menu-desktop {
  width: 70%;
  margin-right: -250px;
  position: relative;
}

.nav-desk-container {
  display: flex;
  text-decoration: none;
  list-style: none;
  padding-top: 45px;
  padding-left: 75px;
  margin-left: 15vw;
}

.nav-desk-item {
  margin-left: 25px;
}
@media screen and (max-width: 1300px) {
  .menu-desktop {
    display: none;
  }
  .hamburger-menu {
    display: block;
    font-size: 40px;
    z-index: 5;
    margin-top: 20px;
    width: 20vw;
    justify-items: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
  }
  .overlay {
    width: 0vw;
    height: 100vh;
    z-index: 8;
    background: white;
    color: rgb(127, 127, 127);
    position: fixed;
    text-align: left;
    font-size: 20px;
    padding-left: 30vw;
    padding-top: 20vh;
    animation: 650ms;
    transition: 2000ms;
    /* display: block; */
  }

  #burger-menu-item {
    list-style: none;
  }
  #burger-link {
    color: rgb(127, 127, 127);
    text-decoration: none;
    list-style: none;
    font-size: 25px;
  }

  #burger-link:hover {
    text-decoration: underline;
    transform: scale(1.2);
    transition: 1000ms;
  }

  .close-burger {
    margin-left: 60vw;
    font-size: 35px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1030px) {
  .kedua-ketentuan {
    z-index: 1;
    width: 97vw;
    height: 1500px;
    background: white;
    /* opacity: 0.5; */
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    justify-items: center;
    color: black;
    padding: 20px;
    position: relative;

    overflow: hidden;
  }

  .ketentuan-text-container {
    position: absolute;
    margin-top: -180px;
    margin-left: -100px;
    width: 75vw;
  }
  #paket-title {
    margin-top: 100px;
    display: flex;
    margin-left: 0vw;
    font-size: 50px;
  }
  .faq-container {
    margin-left: 0px;
    padding: 0px;
    background: white;
    overflow: hidden;
  }
  nav {
    width: 100vw;
  }
  .container {
    width: 80vw;
    padding: 0%;
  }

  .accordion {
    width: 75vw;
  }

  #faq-judul {
    width: 100vw;
    text-align: center;
    margin-left: 0%;
  }
  .paket-container {
    width: 95vw;
    min-height: 600px;
    padding: 1rem;
    background: rgb(255, 255, 255);
    margin-left: 0vw;
    display: grid;
    grid-template-columns: repeat(2, 0.7fr);
    gap: 2rem;
    z-index: 1;
    overflow: hidden;
  }
  .overlay-paket-wisata {
    opacity: 1;
    background: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4),
      rgb(0, 0, 0)
    );
  }
  .intro-btn {
    min-width: 100px;
    min-height: 20px;
    padding: 30px;
    border: solid 4px rgb(255, 255, 255);
    text-decoration: none;
    color: white;
    background: rgb(13, 131, 48);
    margin-top: 50px;
    position: absolute;
    margin-left: 8vw;
    font-size: 1.8rem;
  }

  .intro-btn:hover {
    background: rgba(255, 255, 255, 1);
    color: green;
  }
  .tagline-utama {
    width: 50vw;
    height: fit-content;
    color: white;
    font-family: poppinsReg;
    font-size: 1.7rem;
    text-align: left;
    align-items: center;
    justify-items: center;
    justify-self: center;
    margin-top: 17%;
    margin-left: 42%;
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3%;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
  }
  #elf-road-carapemesanan {
    width: 60vw;
    height: 50vw;
    margin-top: -1vw;
    margin-left: 20vw;

    position: absolute;
    z-index: 0;
  }

  #frame-video-carapemesanan {
    width: 65vw;
    height: 48vw;
    z-index: 1;
    position: absolute;
    margin-left: 18%;
  }
  .additional {
    width: 100vw;
    background: rgba(127, 127, 127, 0.5);
    text-align: center;
    height: 300px;
  }
  .additional-tagline {
    font-size: 50px;
    color: white;
    position: absolute;
    top: 12%;
    text-align: center;
    width: 100vw;
  }
  .kiri-carapemesanan {
    width: 100vw;
    height: 800px;
    padding-top: 50px;
    padding-left: 10%;
    min-height: max-content;
    margin-top: 600px;
  }
  .kanan-carapemesanan {
    width: 100vw;
    padding-top: 50px;

    overflow: hidden;
    height: 500px;
    top: 250px;
    position: absolute;
  }
  .kedua-carapemesanan {
    display: flex;
    flex-direction: column-reverse;
    width: 100vw;
    margin-top: -5vh;
    background: white;
    height: max-content;
  }
  .keunggulan-layanan-1 {
    /* width: 100vw; */
    display: flex;

    margin-top: 30px;
    text-align: center;
    width: 100px;
    align-items: center;
    margin-left: 5%;
  }

  .keunggulan-layanan-2 {
    width: 100px;
    display: flex;

    margin-top: 10px;
    margin-left: 22%;
    margin-bottom: 50px;
  }
  #keunggulan-layanan-item {
    width: 300px;
    height: 300px;
    margin-top: 20px;
    margin-left: 10px;
  }
  .kedua {
    z-index: 1;
    width: 100vw;
    height: fit-content;
    background: white;
    /* opacity: 0.5; */
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    justify-items: center;
  }

  .kiri-dua {
    width: 100vw;
    height: 700px;
    padding-top: 70px;
    padding-left: 1rem;
    background-size: cover;
  }
  .geuliscolor {
    background: rgb(13, 182, 56);
  }
  .kiri-dua-ketentuan {
    width: 100vw;
    height: 700px;
    padding-top: 10px;
    padding-left: 10vw;
  }

  .kanan-dua {
    width: 100vw;
    height: fit-content;
    min-height: fit-content;
    padding: 0;
    padding-top: 0px;
  }
  .kanan-dua-ketentuan {
    width: 100vw;
    height: 600px;
    padding-left: 12vw;
    padding-bottom: 60px;
    margin-top: -1000px;
  }

  #elf-road {
    width: 110vw;
    min-height: max-content;
    margin-top: -200vh;
    margin-left: 0vw;
    margin: 0px;
    z-index: 10;
    position: relative;
    z-index: 2;
    padding-top: 0px;
    background: #ffff;
  }
  .text-container {
    width: 80vw;
    margin-top: 10px;
  }
  #intro-perkenalan-bold {
    font-family: poppinsBold;
    font-size: 5vw;
    width: 80vw;
  }

  #paragraf-perkenalan {
    text-align: justify;
    font-size: 2.8vw;
    margin-top: 0px;
    width: 80vw;
  }
  #video-intro {
    width: 100vw;
    z-index: -5;
    position: fixed;
    display: none;
  }
  #video-intro-tablet {
    width: 100vw;
    z-index: -5;
    position: fixed;
    display: block;
  }
  #video-intro-smartphone {
    width: 100vw;
    z-index: -5;
    position: fixed;
    display: none;
  }
  .menu-desktop {
    display: none;
  }

  .hamburger-menu {
    display: block;
    color: rgb(20, 20, 20);
    font-size: 40px;
    z-index: 5;
    margin-top: 20px;
    width: 20vw;
    justify-items: center;
    align-items: center;
    text-align: center;
  }
  .overlay {
    width: 0vw;
    height: 100vh;
    z-index: 8;
    background: white;
    color: rgb(127, 127, 127);
    position: fixed;
    font-size: 30px;
    padding-left: 20vw;
    padding-top: 10vh;
    animation: 650ms;
    transition: 2000ms;
    /* display: block; */
  }

  #burger-menu-item {
    list-style: none;
    height: 70px;
  }
  #burger-link {
    color: rgb(127, 127, 127);
    text-decoration: none;
    list-style: none;
    font-size: 36px;
    margin-top: 0px;
    /* background: yellow; */
  }

  #burger-link:hover {
    text-decoration: underline;
    transform: scale(1.2);
    transition: 1000ms;
  }

  .close-burger {
    margin-left: 75vw;
  }

  .b-menu-only {
    margin-top: 33vw;
  }
  .b-menu-only-additional {
    margin-top: 33vw;
    text-align: left;
  }
}

@media screen and (max-width: 820px) {
  .footerbar-right {
    display: none;
  }
  #text-keunggulan-layanan {
    text-transform: uppercase;
    font-size: 1.2rem;
    text-align: center;
  }
  .lima {
    z-index: 1;
    width: 100vw;
    margin-top: 1000px;
    background: white;
  }

  .overlay-paket-wisata {
    /* background: linear-gradient(45deg,rgba(0,255,0,0.6),rgba(0,255,0,0.5),rgba(212, 0, 255, 0.5),rgba(255, 208, 0, 0.4),rgba(0,255,0,0.4),rgba(255,0,0,0.3)); */
    background: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4),
      rgb(0, 0, 0)
    );
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 300px;
    padding: 20px;
    opacity: 1;
  }

  .paket-wisata:hover #paket-wisata-img {
    transform: scale(0.9);
    transition: 1000ms;
  }
  .paket-wisata:hover {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    transition: 500ms;
  }

  #paket-title {
    margin-top: 1200px;
    display: flex;
    margin-left: 25vw;
  }
  .paket-container {
    grid-template-columns: repeat(2, 0.7fr);
    gap: 2rem;
    position: relative;
    z-index: 1;
  }
  .tagline-utama {
    width: fit-content;
    height: fit-content;
    color: white;
    font-family: poppinsReg;
    font-size: 1.7rem;
    text-align: left;
    align-items: center;
    justify-items: center;
    justify-self: center;
    margin-top: 17%;
    margin-left: 25%;
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3%;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
  }
  .additional-tagline {
    font-size: 40px;
  }
  .kiri-carapemesanan {
    width: 100vw;
    height: 800px;
    padding-top: 50px;
    padding-left: 10%;
    min-height: max-content;
    margin-top: 500px;
  }

  .kedua-carapemesanan {
    display: flex;
    flex-direction: column-reverse;
    width: 100vw;
    background: white;
    height: auto;
  }
  .keunggulan-layanan-1 {
    /* width: 100vw; */
    display: flex;
    margin-top: 30px;
    text-align: center;
    width: 100px;
    align-items: center;
    margin-left: 10%;
  }

  .keunggulan-layanan-2 {
    width: 100px;
    display: flex;
    margin-top: 10px;
    margin-left: 22%;
    margin-bottom: 50px;
  }
  #keunggulan-layanan-item {
    width: 200px;
    height: 200px;
    margin-top: 20px;
    margin-left: 10px;
  }
  .layanan-whatsapp {
    width: 200px;
    height: 35px;
    margin-left: 35%;
    z-index: 1;
  }

  .kiri-dua {
    height: 500px;
  }
  .kiri-dua-ketentuan {
    height: 500px;
  }

  .kanan-dua {
    height: fit-content;
    min-height: fit-content;
    padding-left: 0vw;

    padding-bottom: 0%;
  }
  .kanan-dua-ketentuan {
    height: 520px;
    padding-left: 10vw;
  }
}

@media screen and (max-width: 650px) {
  .enam {
    min-height: 500px;
  }
  #burger-menu-container {
    margin-left: -15%;
  }
  #burger-menu-container > ul > li {
    font-size: 1rem !important;
  }
  .hamburger-menu {
    display: block;
    color: rgb(20, 20, 20);
    font-size: 30px;
    z-index: 5;
    margin-top: 35px;
    margin-left: 20vw;
    width: 20vw;
    justify-items: center;
    align-items: center;
    text-align: center;
  }
  .kedua-ketentuan {
    z-index: 1;
    width: 95vw;
    height: 2200px;
    background: white;
    /* opacity: 0.5; */
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    justify-items: center;
    color: black;
    padding: 10px;
    position: relative;

    overflow: hidden;
  }
  #judul-paket-wisata {
    font-size: 1.3rem;
  }
  .ketentuan-text-container {
    margin-top: 0px;
    margin-left: 0px;
    width: 90vw;
  }
  .container {
    width: 100vw;
    padding: 0%;
    margin-left: 0vw;
    background: #ffff;
    overflow: hidden;
  }

  .accordion {
    width: 85vw;
    margin-left: 5vw;
  }
  .accordion h5 {
    font-size: 20px;
  }
  .panal {
    width: 80vw;
    margin-left: 5vw;
  }

  .accordion h5 {
    font-size: 15px;
  }
  .faq-container {
    margin-left: 0px;
    padding: 0px;
    background: white;
  }
  #faq-judul {
    width: 100vw;
    text-align: center;
    margin-left: 0vw;
    font-size: 25px;
  }
  .keunggulan-container {
    height: max-content;
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
  .ketiga {
    z-index: 1;
    width: 100vw;
    min-height: max-content;
    height: max-content;
    background: white;
    padding-bottom: 0rem;
  }
  .kanan-dua {
    height: 200px;
    width: 100vw;
  }
  .video-elf-container {
    width: 100vw;
    padding: 0;

    position: relative;
  }
  body {
    height: max-content;
    width: 100vw;
  }
  nav {
    width: 100vw;
  }
  .pertama {
    width: 100vw;
  }
  .paket-container {
    width: 100vw;
    min-height: 600px;
    padding: 0rem;
    background: rgb(255, 255, 255);
    /* background: yellow; */
    margin-left: 0vw;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2%;
  }
  .paket-wisata {
    width: 90vw;
    margin-left: 5vw;
  }

  #paket-title {
    margin-top: 5%;
    display: flex;
    margin-left: 0;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 1rem;
  }
  .intro-btn {
    min-width: 100px;
    min-height: 20px;
    padding: 10px;
    border: solid 4px rgb(255, 255, 255);
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    background: rgb(13, 131, 48);
    margin-top: 50px;
    position: absolute;
    margin-left: 8vw;
  }

  .intro-btn:hover {
    background: rgba(255, 255, 255, 1);
    color: green;
  }

  .tagline-utama {
    width: 85vw;
    height: fit-content;
    color: white;
    font-family: poppinsReg;
    font-size: 1.2rem;
    text-align: left;
    align-items: center;
    justify-items: center;
    justify-self: center;
    margin-top: 30%;
    margin-left: 10%;
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3%;
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 20px;
  }
  #burger-menu-item {
    height: 40px;
  }
  .additional {
    width: 100vw;
    background: rgba(127, 127, 127, 0.5);
    text-align: center;
    height: 350px;
    padding-bottom: 20px;
  }
  #gambar-background {
    width: 100vh;
    z-index: -25;
    position: fixed;
    margin-left: -50vw;
  }
  #elf-road-carapemesanan {
    width: 90vw;
    height: 80vw;
    margin-top: -2vw;
    margin-left: 10vw;

    position: absolute;
    z-index: 0;
  }

  #frame-video-carapemesanan {
    width: 100vw;
    height: 80vw;
    z-index: 1;
    position: absolute;
    margin-left: 0%;
  }
  .additional-tagline {
    font-size: 28px;
    top: 18%;
    margin-bottom: 5%;
    bottom: 5%;
  }
  .kiri-carapemesanan {
    margin-top: 900px;
    height: auto;
    min-height: 1800px;
    z-index: 2;
    padding-top: 350px;
  }
  .kanan-carapemesanan {
    z-index: 1;
    width: 100vw;
    padding-top: 50px;
    margin-bottom: 0;
    overflow: hidden;
    height: 350px;
    top: 250px;
    position: absolute;
  }

  .kedua-carapemesanan {
    display: flex;
    flex-direction: column-reverse;
    width: 100vw;
    background: white;
    height: auto;
  }
  .kedua-carapemesanan {
    display: flex;
    width: 100vw;
    background: white;
    height: 2000px;
    overflow: hidden;
    padding-top: 0px;
  }
  #address {
    display: flex;
    column-gap: 1rem;
    padding: 2rem;
    color: white !important;
  }

  #alamat {
    margin-top: 30px;
    margin-left: 25px;
    font-size: 1rem;
    width: 65vw;
    font-family: poppinsLight;
    color: white;
  }
  #hape {
    margin-left: 25px;
    font-size: 1.5rem;
    font-family: poppinsLight;
  }

  .keterangan-footer {
    width: 70vw;
  }
  .keunggulan-layanan-1 {
    display: flex;

    margin-top: 30px;
    text-align: center;
    width: 100px;
    align-items: center;
    margin-left: 35%;
    flex-direction: column;
  }

  .keunggulan-layanan-2 {
    width: 100px;
    display: flex;
    flex-direction: column;

    margin-top: 10px;
    margin-left: 10%;
    margin-bottom: 50px;
  }
  #keunggulan-layanan-item {
    width: 250px;
    height: 250px;
    margin-top: 20px;
    margin-left: 20px;
  }
  .keunggulan-judul {
    width: 100vw;
    height: auto;
  }
  #text-keunggulan-layanan {
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
  }
  .layanan-whatsapp {
    width: 210px;
    height: 35px;
    margin-left: 25%;
    z-index: 1;
  }
  .pembatas {
    height: 88px;
  }

  #elf-road {
    width: 120vw;
    height: max-content;
    min-height: max-content;
    margin-top: 0px;
    margin-left: 0vw;
    margin-bottom: 0px;

    position: absolute;
    z-index: 2;
    padding-top: 0px;
  }
  .kedua {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    justify-items: center;
  }

  .kiri-dua {
    width: 100vw;
    height: 50vh;
    padding-top: 10px;
  }
  .kiri-dua-ketentuan {
    width: 100vw;
    height: 2000px;

    background: white;
    padding-top: 10px;
    padding-left: 10vw;
  }

  .kanan-dua-ketentuan {
    width: 100vw;
    height: 50vh;
    margin-top: -2200px;
    padding-left: 0%;
    padding-top: 0%;
  }

  .text-container {
    width: 80vw;
    margin-top: 10px;
  }
  #intro-perkenalan-bold {
    font-family: poppinsBold;
    font-size: 5vw;
    width: 80vw;
  }

  #paragraf-perkenalan {
    text-align: justify;
    font-size: 3.5vw;
    margin-top: 0px;
  }
  #video-intro {
    display: none;
  }
  #video-intro-tablet {
    display: none;
  }
  #video-intro-smartphone {
    width: 100vw;
    height: 100vh;
    z-index: -5;
    position: fixed;
    display: block;
  }

  #burger-link {
    color: rgb(127, 127, 127);
    text-decoration: none;
    list-style: none;
    font-size: 1rem !important;
    margin-top: 0px;
    /* background: yellow; */
  }

  #burger-link:hover {
    text-decoration: underline;
    transform: scale(1.2);
    transition: 1000ms;
  }
  .copyright-footer {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 380px) {
  #alamat {
    font-size: 1rem;
    width: 90vw;
    font-family: poppinsLight;
  }

  .kanan-dua-ketentuan {
    height: 360px;
  }
  .kiri-dua {
    height: 300px;
    padding-bottom: 20px;
  }
  .kiri-dua-ketentuan {
    height: 300px;
    padding-bottom: 20px;
  }

  .kedua {
    height: fit-content;
  }

  .kanan-dua-ketentuan {
    width: 100vw;
    height: 50vh;
    margin-top: -2600px;
    padding-left: 0%;
    padding-top: 0%;
  }

  .layanan-whatsapp {
    width: 210px;
    height: 35px;
    margin-left: 20%;
    z-index: 1;
  }
  .pembatas {
    height: 100px;
  }
}