@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Odibee+Sans&display=swap);
@import url(https://fonts.cdnfonts.com/css/allenia);
#musicBtn,
#preloader2 {
  position: fixed;
  display: flex;
}
.bg::after,
.bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  left: 0;
  z-index: -1;
}
.title h1,
header h3 {
  font-family: Karantina, system-ui;
}
.author,
.banner,
.bg,
.product {
  position: relative;
}
.product,
.product .soda {
  transform: translateX(-50%);
}
#banner-bottom,
* {
  padding: 0;
  margin: 0;
}
#banner-bottom,
#musicBtn,
#preloader2,
.author,
header {
  display: flex;
}
#musicBtn,
.nav.next {
  right: 10%;
}
.contact a,
button {
  all: unset;
  transition: 0.5s;
}
.contact a,
button:hover {
  box-shadow: 0 0 50px #000;
  color: #fff;
}
.contact a,
button,
div[data-index],
img[data-zoom] {
  transition: 0.5s;
}
.btn,
a {
  text-decoration: none;
}
#preloader2,
.btn:hover,
body {
  background-color: #fff;
}
:root {
  --width: min(1200px, 100%);
  --title: #000000;
  --white-light: #ffffff3c;
  --text-dark: #00000093;
  --main-bg: #fff;
  --main-radius: 10px;
  --main-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
* {
  box-sizing: border-box;
}
body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: "Libre Baskerville", sans-serif;
  width: 100vw;
}
img[data-zoom]:hover {
  scale: 1.5;
  z-index: 15;
}
div[data-index]:hover {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 999;
}
button {
  font-size: 20px;
  color: #090909;
  font-family: "Times New Roman", Times, serif;
  border: 1px solid #afaeae55;
  padding: 10px 20px;
  border-radius: 20px;
  background-image: linear-gradient(
    to bottom,
    rgba(220, 220, 220, 0.067),
    transparent,
    #eee1
  );
  cursor: pointer;
}
button:hover {
  background-color: #000;
}
#preloader2 {
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
#playBtn,
.banner img,
.bg::after,
.bg::before {
  position: absolute;
}
#playBtn,
.soda:nth-child(2) {
  opacity: 0;
}
.white-bg2 {
  animation: 1s ease-in-out forwards fadeOutBg;
}
@keyframes fadeOutBg {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#playBtn {
  bottom: 10%;
  left: 47%;
  z-index: 999;
}
#musicBtn {
  justify-content: center;
  align-items: center;
  width: 20px;
  padding: 10px;
  border-radius: 50px;
  top: 10%;
  z-index: 3;
}
.bg {
  background-color: var(--pink);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  z-index: 0;
}
.bg::after {
  bottom: 0;
  background-image: linear-gradient(to top, #c8c8c8, transparent);
}
.bg::before {
  top: 0;
  background-image: linear-gradient(to bottom, #c8c8c8, transparent);
}
header {
  width: min(1200px, 90vw);
  margin: auto;
  justify-content: space-between;
  padding-top: 50px;
  height: 0;
  flex-wrap: wrap;
  z-index: 5;
}
.title h1 {
  font-size: 11vw;
  line-height: 0.8em;
}
#banner,
#introduce,
#introduce .grid,
#lokasi h2,
.gallery-parents h2 {
  font-family: "Libre Baskerville", sans-serif;
}
.author {
  left: 2%;
  text-align: right;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}
.deks-1,
.paragraf {
  text-align: left;
}
header h3 {
  font-size: 5vw;
}
header .author div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .author div p:nth-child(2) {
  font-weight: 500;
}
.author img {
  width: 250px;
}
.banner {
  margin-top: -50px;
  height: 100vh;
  z-index: 21;
}
.contact,
.nav {
  z-index: 2;
  cursor: pointer;
}
.banner img {
  width: 10vw;
  min-width: 200px;
  left: 40%;
  top: 45vw;
}
.product {
  scale: 1.1;
  width: 30vw;
  left: 55vw;
  top: 50%;
  transition: 0.7s;
}
.deks-1,
.product .soda,
.rock {
  position: absolute;
}
.deks-1 {
  width: 400px;
  right: 20%;
  top: 1000px;
}
.product .soda {
  bottom: 0;
  left: calc(50%);
}
.soda {
  --left: 0px;
  background: var(--url) var(--left),
    url(https://res.cloudinary.com/dyzwam9dh/image/upload/v1749537818/mockup_cxqhkj.png)
      0 0;
  background-size: auto 100%;
  width: 20vw;
  min-width: 220px;
  aspect-ratio: 2/4;
  background-blend-mode: multiply;
  transition: 0.8s;
  mask-image: url(https://res.cloudinary.com/dyzwam9dh/image/upload/v1749537818/mockup_cxqhkj.png);
  mask-size: auto 100%;
}
.product:hover {
  transform: rotate(10deg);
}
.product:hover .soda:nth-child(2) {
  opacity: 1;
  --left: 500px;
}
.product:hover .soda:first-child {
  opacity: 0;
  --left: 500px;
}
.rock {
  inset: 0 0 0 0;
  width: 100%;
  pointer-events: none;
}
.rock img:nth-child(1) {
  position: absolute;
  scale: 0.9;
  z-index: 10;
  width: 100vw;
  rotate: 20deg;
  left: -50%;
  top: 50%;
  transition: 0.7s;
}
.rock img:nth-child(2),
.rock img:nth-child(3) {
  width: 100vw;
  z-index: 10;
  right: -50%;
  rotate: -25deg;
  transition: 0.7s;
  position: absolute;
}
.rock img:nth-child(2) {
  top: -10%;
}
.rock img:nth-child(3) {
  top: 70%;
}
#banner-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eea1a14f;
}
#introduce {
  position: relative;
  width: min(1200px, 100vw);
  top: 5%;
  margin: auto;
}
.grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(var(--row), 100px);
  margin-top: 50px;
  gap: 50px;
}
#introduce .title {
  font-size: 9vw;
  text-align: center;
  line-height: 2em;
  display: flex;
  justify-content: center;
}
#introduce .grid {
  font-size: clamp(20px, 1vw, 1.5em);
  z-index: 15;
}
.paragraf::first-letter {
  font-size: 2.3em;
  font-weight: 700;
  float: left;
  line-height: 1;
  padding-right: 0.1em;
}
.reverse {
  text-align: right;
}
.grid figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid figure img {
  width: 100%;
  margin: auto;
  max-height: 700px;
}
.grid-1 {
  margin: 0 20px;
  --row: 15;
  row-gap: 20px;
}
.grid-1 div:first-child {
  grid-column: 1/4;
  grid-row: 2;
}
.grid-1 div:nth-child(2) {
  grid-column: 4/7;
  grid-row: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 10px;
  height: max-content;
}
.grid-1 div:nth-child(3) {
  grid-column: 4/7;
  grid-row: 7;
}
.grid-1 div:nth-child(4) {
  grid-column: 1/4;
  grid-row: 8;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 10px;
  height: max-content;
}
.caption h1,
.caption h3 {
  margin: 10px;
  border-radius: 10px;
  padding: 2rem;
  max-width: 500px;
  backdrop-filter: blur(2px);
  text-align: center;
}
.autoShow {
  opacity: 0;
  transform: translateY(200px) scale(0.3);
  transition: 0.6s ease-out;
}
.autoShow.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#banner {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150vh;
  background-color: #f0f8ff;
}
.slider-container,
.slider-fade {
  position: relative;
  width: 100%;
  height: 100%;
}
.caption,
.contact,
.nav {
  position: absolute;
}
.slider-fade .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
  object-fit: cover;
}
.slider-fade .slide.active {
  opacity: 1;
  z-index: 1;
}
.caption {
  inset: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.caption h1 {
  font-size: clamp(1.5rem, 10vw, 1.7em);
  background-color: rgba(255, 255, 255, 0.201);
}
.caption h3 {
  font-size: clamp(1rem, 3vw, 1.5em);
  background-color: rgba(0, 0, 0, 0.201);
}
.slide.active .caption {
  opacity: 1;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav {
  top: 50%;
  user-select: none;
  scale: 1.5;
}
.nav.prev {
  left: 10%;
}
.contact {
  width: 100%;
  bottom: 10%;
  display: flex;
  justify-content: center;
}
#footer,
.gallery-parents {
  position: absolute;
  bottom: 0;
  display: flex;
}
.contact-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding: 2px;
}
.contact a {
  font-size: 20px;
  border: 1px solid #afaeae55;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  background-color: #000;
}
.contact a:hover {
  scale: 0.9;
}
#lokasi {
  padding: 4rem 2vw;
  color: #333;
}
#lokasi h2 {
  text-align: center;
  font-size: 5vw;
  font-weight: 700;
  margin-bottom: 1.2rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#card h3,
.article-list ul li,
article h3 {
  margin-bottom: 0.75rem;
}
.map-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  max-width: 90vw;
  margin: 0 auto;
}
.about p,
.frame {
  max-width: 500px;
}
.frame {
  background: rgba(254, 254, 254, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 2rem;
  height: max-content;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#footer,
.gallery-parents,
.subscribe-form button {
  backdrop-filter: blur(2px);
}
.btn,
.subscribe-form button {
  transition: background-color 0.3s;
}
.frame:hover {
  transform: translateY(-5px);
  margin: 0;
}
.frame h3 {
  color: #000;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-size: clamp(16px, 1.5vw, 1.2em);
}
.frame ol {
  padding-left: 1.5rem;
}
.frame li {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.frame,
.frame p {
  line-height: 1.6;
  padding-top: 10px;
  font-size: clamp(10px, 1vw, 1em);
}
iframe {
  width: 100%;
  height: 100%;
  min-height: 672px;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.gallery-parents {
  width: 100%;
  padding: 2rem;
  font-family: sans-serif;
  background-color: #ffffff36;
  border-radius: 10px;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 5;
}
.gallery-parents h2 {
  font-size: 5vw;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.gallery-parents p {
  color: #555;
  margin-bottom: 2rem;
}
.btn:hover,
.footer-end a {
  color: #000;
}
.gallery-wrapper {
  padding-bottom: 1rem;
  width: min(1200px, 90vw);
  margin: auto;
}
#footer,
.about,
.footer-end,
.footer-start,
.information,
.slider,
.slider .list,
.slider .list .item img {
  width: 100%;
}
.slider {
  height: var(--height);
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
}
.slider .list {
  display: flex;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
}
.slider .list .item {
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: 100%;
  animation: 50s linear infinite autoRun;
  transition: filter 0.5s;
  animation-delay: calc(
    (50s / var(--quantity)) * (var(--position) - 1) - 50s
  ) !important;
}
@keyframes autoRun {
  from {
    left: 100%;
  }
  to {
    left: calc(var(--width) * -1);
  }
}
.slider:hover .item {
  animation-play-state: paused !important;
  filter: grayscale(1);
}
.slider .item:hover {
  filter: grayscale(0);
}
#footer {
  font-family: Karantina, system-ui;
  flex-wrap: wrap;
  align-items: start;
  padding: 20px 10px 0;
  background-color: #ffffff30;
  border-radius: 10px 10px 0 0;
}
.footer-start {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  margin: 30px 10px;
  line-height: 1.5;
}
.about {
  margin: 10px;
}
.information {
  margin: 10px;
  max-width: 400px;
}
.contact-footer {
  margin: 10px;
  width: 100%;
  max-width: 400px;
}
.footer-mid {
  padding: 10px;
  margin: 10px;
}
.subscribe-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 400px;
}
.subscribe-form input[type="email"] {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #6e7174;
  background-color: #c8c8c835;
  backdrop-filter: blur(2px);
  color: #fff;
  border-radius: 8px;
  letter-spacing: 1.1px;
  font-weight: lighter;
  font-size: 14px;
}
.subscribe-form input::placeholder {
  color: #4f545a8c;
}
.subscribe-form button {
  padding: 10px 16px;
  background-color: #ffffff3b;
  color: #000;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}
.subscribe-form button:hover {
  background-color: #000;
  color: #fff;
  box-shadow: none;
}
.footer-end {
  height: 50px;
  display: flex;
  font-size: 10px;
  line-break: auto;
  padding: 30px;
  justify-content: space-between;
  align-items: center;
  color: rgba(0, 0, 0, 0.448);
}
.grd,
article {
  padding: 10px;
}
#card h3,
.title-h2,
article h3 {
  color: var(--title);
  font-size: clamp(16px, 1.5vw, 1.2em);
}
.footer-end a:hover {
  color: red;
}
.information li a {
  color: #1b1d20;
}
li {
  list-style: none;
}
#kesimpulan,
#penginapan,
#tips,
#waktu-terbaik {
  padding: 2rem;
  border-radius: 10px;
  border: 1px solid #fff;
  width: 90vw;
  max-width: 1300px;
  background-color: var(--white-light);
  backdrop-filter: blur(10px);
  margin: 10px auto;
  line-height: 1.6;
}
.title-h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.grd {
  display: grid;
  gap: 2rem;
}
.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.card {
  padding: 1.5rem;
  border: 1px solid #fff;
  border-radius: 0.75rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.btn,
.source-img {
  border-radius: 0.5rem;
}
.article-list ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.img-kuliner {
  display: flex;
  margin-top: 10px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.btn,
.inline-list {
  display: inline-block;
}
.source-img {
  max-width: 500px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.btn {
  background-color: #000;
  color: #fff;
  padding: 0.75rem 2rem;
  font-weight: 600;
}
.btn:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
}
.text-center {
  text-align: center;
}
#kesimpulan p {
  margin: 10px 0 20px;
  font-size: clamp(10px, 1vw, 1em);
}
#kesimpulan li {
  list-style: georgian;
  line-height: 1.5;
}
.inline-list {
  text-align: left;
}
