:root {
  --pink: #f14e95;
  --bg: #0a0a0a;
  --shadow: 0 4px 4px rgb(0 0 0 / 0.5);
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Madina";
  src: url("font/Madina/Madina.otf") format("opentype");
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* main h2 {
    color: white;
    font-family: "Great Vibes";
    font-family: 'Allura', cursive;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
} */

body {
  font-size: 1.2rem;
  font-family: "Work Sans", sans-serif;
  background-image: url(img/bacground.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.mandala-popup-dalam {
  margin-top: -60rem;
  position: absolute;
  width: 14rem !important;
  height: 14rem !important;
  overflow: visible;
}

.mandala-popup-tengah {
  margin-top: -60rem;
  position: absolute;
  width: 31rem !important;
  height: 31rem !important;
  overflow: visible;
}

.mandala-popup {
  margin-top: -60rem;
  position: absolute;
  width: 45rem !important;
  height: 45rem !important;
  overflow: visible;
}

.bunga-popup-kiri {
  margin-top: 330px;
  margin-right: 270px;
  position: absolute;
  width: 30rem !important;
  height: 30rem !important;
  overflow: visible;
  right: 0;
  z-index: -1;
  animation: popanim 6s infinite ease-in-out reverse;
}


.bunga-popup-kanan {
  margin-top: 330px;
  margin-right: -150px;
  position: absolute;
  width: 30rem !important;
  height: 30rem !important;
  overflow: visible;
  right: 0;
  z-index: -1;
  animation: popanim 5s infinite ease-in-out;
}

@keyframes popanim {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-20px) translateX(10px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

@keyframes reversepopanim {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(20px) translateX(-10px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}



#popup {
  position: fixed;
  top: -8rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 99;
  min-height: 100vh;
  transition: transform 4s ease, opacity 4s ease;
}

#popup h2 {
  position: relative;
  margin-top: 18rem;
  margin-bottom: 7rem;
  margin-left: 1rem;
  /* color: rgb(0, 0, 0); */
  font-family: "TrajanPro", serif;
  font-weight: 0;
  font-size: 2rem;
  letter-spacing: 5px;
  line-height: 1; /* Tinggi baris yang cukup */
  color: transparent; /* Warna teks transparan */
  background: linear-gradient(
    to bottom,
    #000000,
    #000000
  ); /* Gradasi merah ke hitam */
  -webkit-background-clip: text; /* Klip latar belakang ke teks untuk WebKit */
  background-clip: text; /* Klip latar belakang ke teks */
  overflow: visible; /* Pastikan teks tidak terpotong */
}

#popup h1 {
  position: relative;
  font-family: "Allura", cursive;
  color: rgb(0, 0, 0);
  margin-top: -5rem;
  margin-bottom: -2rem;
  font-size: 6rem;
  font-weight: 600;
}

#popup h4 {
  margin-bottom: -0.5rem;
  font-size: 1.6rem;
  font-family: "Averia Serif Libre", serif;
  color: rgb(0, 0, 0);
  font-weight: 600;
  border-radius: 1rem;
  left: auto;
}

#popup h5 {
  margin-top: 5rem;
  margin-left: 1rem;
  padding-bottom: 5rem;
  font-size: 1.6rem;
  font-family: "Averia Serif Libre", serif;
  color: rgb(0, 0, 0);
  font-weight: 600;
}

#popup button {
  color: rgb(255, 255, 255);
  background-color: #2b3749;
  box-shadow: var(--shadow);
  border-radius: 30px;
  font-size: 1.6rem;
}

#popup button:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

#popup h3 {
  padding-bottom: 0rem;
  margin-left: -2rem;
  color: rgb(255, 255, 255);
  font-family: "Averia Serif Libre", serif;
  font-size: 2.5rem;
}

.popup-day {
  position: relative;
  display: flex;
  margin-top: 3rem;
  font-family: "Allura", cursive;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  width: 40px;
  color: #000000;
  height: 60px;
  border-radius: 50%;
}


.hero .border-hero {
  position: absolute;
  top: 150px; /* jika ingin vertikal center, ubah sesuai kebutuhan */
  left: 50%;
  transform: translateX(-50%);
  width: 330px !important;
  height: 235px;
  z-index: 1;
}

.hero .foto-hero {
  z-index: 1;
  top: 158px; /* jika ingin vertikal center, ubah sesuai kebutuhan */
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 0px;
  margin: auto;
  justify-content: center;
  width: 219px !important;
  height: 219px;
  border-radius: 50%;
}

.hero .mandala-2 {
  margin-left: -19rem;
  margin-right: 20rem;
  margin-top: -28rem;
  position: relative;
  width: 250px;
  height: 250px;
  z-index: -1;
}

.hero .mandala-1 {
  margin-left: 27rem;
  margin-top: -22rem;
  position: relative;
  width: 250px;
  height: 250px;
  z-index: -1;
}
.info .mandala-2 {
  margin-left: -14rem;
  margin-right: 20rem;
  margin-bottom: -22rem;
  position: relative;
  width: 250px;
  height: 250px;
  z-index: -1;
}

.info .mandala-1 {
  margin-left: 28rem;
  margin-bottom: -28rem;
  position: relative;
  width: 250px;
  height: 250px;
  z-index: -99;
}

.gifts .mandala-2 {
  margin-top: -10rem; /* Tambahan ini untuk geser ke atas */
  margin-left: -10rem;
  margin-right: 20rem;
  margin-bottom: -22rem;
  position: relative;
  width: 200px;
  height: 200px;
  z-index: -1;
}

.gifts .mandala-1 {
  margin-top: -10rem; /* Tambahan ini untuk geser ke atas */
  margin-left: 29.8rem;
  margin-bottom: -27rem;
  position: relative;
  width: 200px;
  height: 200px;
  z-index: -99;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.rotate {
  animation: rotate 20s linear infinite;
}

.spin {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: transparent;
  border-radius: 50%;
  animation: spin 20s linear infinite;
}

.hero {
  background-color: transparent;
  background-size: cover;
  background-position: center;
  padding-top: 10rem;
  padding-bottom: 5rem;
  color: rgb(255, 255, 255);
  min-height: 100vh;
}

.hero .text-center {
  margin-top: 0px;
}

.hero h2 {
  color: rgb(0, 0, 0);
  margin-top: -5rem;
  font-family: "Averia Serif Libre", serif;
  font-size: 2.5rem;
}

.hero h1 {
  color: #000000;
  margin-top: 26rem;
  font-family: "Allura", cursive;
  font-size: 6rem;
  font-weight: 600;
}

.hero h4 {
  font-size: 1.6rem;
  font-family: "Averia Serif Libre", serif;
}

.hero main p {
  color: #000000;
  font-size: 1.6rem;
  font-family: "Averia Serif Libre", serif;
}

/* .hero .gunung-wayang {
  margin-top: 200px;
} */

/* .hero a {
  color: #0457bb;
  background-color: white;
  box-shadow: var(--shadow);
  border-radius: 30px;
  font-size: 1.6rem;
}

.hero a:hover {
  background-color: #0457bb;
  color: white;
} */

.mynavbar {
  background-color: rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(4px);
  z-index: 3;
}

.mynavbar .offcanvas {
  height: 50vh;
}

.mynavbar .navbar-brand {
  font-family: "Averia Serif Libre", serif;
  font-size: 2rem;
  font-weight: bold;
}

.mynavbar .offcanvas-title {
  font-family: "Averia Serif Libre", serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #000000;
}

.mynavbar .nav-link {
  /* font-weight: 600; */
  text-transform: uppercase;
  font-family: "Averia Serif Libre", serif;
  color: #ffffff;
}

.offcanvas-body a {
  color: rgb(53, 77, 131);
}

.stickyyy {
  width: 100vw;
  position: fixed;
  top: 0;
}

/* .sticky-top {
  overflow: hidden;
} */

.home .mandala-2 {
  margin-left: -13rem;
  margin-right: 20rem;
  margin-top: -2rem;
  position: absolute;
  width: 250px;
  height: 250px;
  z-index: -1;
}

.home .mandala-1 {
  margin-left: 28rem;
  margin-top: -2rem;
  position: absolute;
  width: 250px;
  height: 250px;
  z-index: -1;
}

.mandala-bawah {
  position: relative;
}

.home {
  /* background-image: url(img/wayang-bg.png);
  background-size: cover; */
  background-color: transparent;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 10rem;
}

.home a {
  color: #ffffff;
  background-color: rgb(35, 50, 85);
  border-radius: 30px;
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  margin: auto;
}

.home a:hover {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: 2px solid rgb(0, 0, 0);
}

.home h2,
.info h2,
.story h2,
.gallery h2 {
  padding-top: 5rem;
  color: rgb(0, 0, 0);
  font-family: "Allura", cursive;
  font-size: 5rem;
  font-weight: 600;
  display: inline-block; /* supaya border bawah pas dengan teks */
  border-bottom: 2px solid black; /* garis bawah */
  padding-bottom: 0.2rem; /* jarak teks ke garis */
}

.info h2 {
  margin-top: 2rem;
  position: relative;
}

.rsvp-ucapan {
  color: rgb(0, 0, 0);
  /* font-family: "Sacramento"; */
  font-family: "Allura", cursive;
  font-size: 5rem;
  font-weight: 600;
}

.home h3 {
  color: #444;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.home h5 {
  color: rgb(0, 0, 0);
  font-size: 2rem;
  margin-bottom: 1rem;
  font-family: "Philosopher", sans-serif;
}

.home p {
  font-size: 1.6rem;
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-family: "Averia Serif Libre", serif;
}

.home .couple {
  margin-top: 50px;
}

.home .couple h3 {
  font-family: "Sacramento";
  font-size: 2.4rem;
  color: #0457bb;
  font-weight: bold;
}

.home .couple img {
  width: 100%;
  z-index: 2;
  position: relative;
}

.home .container-isi-home {
  position: relative;
  /* z-index: 2; */
}

.home .heart {
  width: 50px;
  height: 50px;
  background-color: rgb(0, 0, 0);
  display: flex;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
}

.home .heart i {
  margin: auto;
  color: var(--pink);
}

.bunga-pp {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 50px !important;
  margin: auto;
  justify-content: center;
  width: 280px !important;
  height: 280px;
}

.pp-khitan-atas {
  margin-top: 55px !important;
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 0px;
  margin: auto;
  justify-content: center;
  width: 175px !important;
  height: 271px;
  border-radius: 10rem 10rem 0 0;
}

.pp-khitan-bawah {
  margin-top: 55px !important;
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 0px;
  margin: auto;
  justify-content: center;
  width: 175px !important;
  height: 271px;
  border-radius: 10rem 10rem 0 0;
}

/* .font-javanese {
  font-family: 'Aksara Satrajendra' !important;
  color: white;
} */

.font-esthetic {
  font-family: "Allura", cursive;
  color: rgb(0, 0, 0) !important;
  font-weight: 600;
  font-size: 5rem; 
  padding-top: 30rem
}

.font-arabic {
  font-family: "Noto Naskh Arabic", serif !important;
  color: rgb(0, 0, 0) !important;
}

.container-acara {
  max-width: 80%;
  background-color: #ffffff;
  border-radius: 60px 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
}

.wafe {
  position: absolute;
  max-width: 100%;
  margin-top: -5.5rem;
  z-index: -1;
}

.wafe_gallery {
  position: absolute;
  max-width: 100%;
  margin-top: -5.5rem;
}

.info {
  /* background-image: url(img/wayang-bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */

  background-color: rgba(255, 255, 255, 0.3);
  color: rgb(0, 0, 0);
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.info .container-isi {
  position: relative;
  /* z-index: 2; */
}

.info .maps {
  border-radius: 3%;
}

.info .alamat {
  font-size: 1.6rem;
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-family: "Averia Serif Libre", serif;
}

.info .description {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgb(0, 0, 0);
  font-family: "Averia Serif Libre", serif;
  position: relative;
  z-index: 2;
  text-align: center;
}

.info .card {
  background-color: transparent;
  /* background-color: white; */
  color: rgb(0, 0, 0) !important;
  border: none;
  z-index: 2;
  /* border: 1px solid #999; */
  /* border: 2px solid #0457BB; */
  /* box-shadow: var(--shadow); */
}

.info .card-header {
  /* border-bottom: 1px solid #999; */
  /* border-bottom: 2px solid #0457BB; */
  border: none;
  background: none;
  letter-spacing: 0.1rem;
  font-weight: bold;
  /* background-color: white; */
  color: rgb(0, 0, 0);
  font-size: 4rem;
  font-family: "Allura", cursive;
  font-weight: 600;
  /* font-family: "Sacramento", cursive; */
  z-index: 2;
}

.info .card-body {
  font-size: 1.6rem;
  background: none;
  /* background-color: white; */
  /* border-bottom: 2px solid #0457BB; */
  color: rgb(0, 0, 0);
  border: none;
  font-weight: 600;
  font-family: "Averia Serif Libre", serif;
  z-index: 2;
}

.garis-tebal {
  size: 10px;
  border: solid 3px rgb(0, 0, 0);
}

/* .dashed{
  border-left: 3px solid white;
  height: 0px;
  width: 400px;
  display: inline-block;
  padding-left: 5px;
  } */

.info .card-footer {
  /* border-bottom: 1px solid #999; */
  /* border-bottom: 1px solid #0457BB; */
  border: none;
  background: none;
  font-size: 1.6rem;
  font-weight: 600;
  /* background-color: white; */
  color: rgb(0, 0, 0);
  font-family: "Averia Serif Libre", serif;
  z-index: 2;
}

.info a {
  color: #ffffff;
  background-color: #2b3749;
  /* box-shadow: var(--shadow); */
  border-radius: 30px;
  font-size: 1.6rem;
  margin: auto;
}

.info a:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid white;
}

.story {
  /* background-image: url(img/wayang-bg-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  /* min-height: 100vh; */
  /* margin-top: -6rem;
  padding-top: 15rem;
  padding-bottom: 5rem; */
  background-color: transparent;
}

.story,
.gallery,
.rsvp,
.penutup {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.story span {
  text-transform: uppercase;
  color: black;
  font-size: 1rem;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 1rem;
  font-weight: 900;
  font-family: "Philosopher", sans-serif;
}

.story .span1 {
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  font-size: 2rem;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 1rem;
  font-weight: 900;
}

.story .p1 {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgb(0, 0, 0);
  font-family: "Averia Serif Libre", serif;
}

.story p,
.rsvp p {
  font-size: 1.6rem;
  font-weight: 500;
  color: black;
  font-family: "Averia Serif Libre", serif;
}


.gallery .bunga-gallery {
  margin-top: -100px;
}

.gallery span {
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  font-size: 2rem;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 1rem;
  font-weight: 900;
  font-family: "Philosopher", sans-serif;
}

.gallery p {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgb(0, 0, 0);
  font-family: "Averia Serif Libre", serif;
}

.img-fluid-foto {
  width: 100%;
  /* height: 500px; */
  /* height: 150px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gifts {
  background-color: transparent;
  /* background-image: url(img/wayang-bg-6.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  padding-bottom: 5rem;
  padding-top: 0;
}

.gifts .container-isi-gift {
  position: relative;
  /* z-index: 2; */
}

.gifts h2 {
  margin-top: 5rem;
  color: rgb(0, 0, 0);
  font-family: "Allura", cursive;
  font-size: 5rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
  display: inline-block; /* supaya border bawah pas dengan teks */
  border-bottom: 2px solid black; /* garis bawah */
  padding-bottom: 0.2rem; /* jarak teks ke garis */
}

.gifts span {
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  font-size: 2rem;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 1rem;
  font-weight: 900;
  font-family: "Philosopher", sans-serif;
  position: relative;
  z-index: 2;
  padding-top: 5rem;
}

.gifts p {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgb(0, 0, 0);
  font-family: "Averia Serif Libre", serif;
  position: relative;
  z-index: 2;
}

.gifts .card-text {
  font-size: 3rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  font-family: "Averia Serif Libre", serif;
}

.gifts .card-text-name {
  font-size: 3rem;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  font-family: "Averia Serif Libre", serif;
}

.gifts button {
  background-color: #2b3749;
  color: #ffffff;
  /* box-shadow: var(--shadow); */
  border-radius: 50px;
}

.gifts button:hover {
  color: #ffffff;
  background-color: #000000;
  border: 2px solid #000000;
}

.gifts .card-body {
  background-color: white;
  z-index: 3;
  position: relative;
}

.timeline {
  list-style: none;
  padding: 1.4rem 0;
  margin-top: 1rem;
  position: relative;
}

/* .timeline-heading {
  color: #0457bb;
  font-weight: 300;
} */

.timeline-heading h3 {
  font-size: 2.2rem;
  font-weight: 400;
  color: #000000;
  font-family: "Pacifico", cursive;
}

.timeline-heading span {
  font-size: 1.6rem;
  font-weight: bold;
}

.timeline-body {
  font-size: 1.6rem;
  font-family: "Averia Serif Libre", serif;
}

.timeline::before {
  content: "";
  top: 0;
  bottom: 0;
  position: absolute;
  width: 1px;
  background-color: #ccc;
  left: 50%;
}

.timeline li {
  margin-bottom: 1.5rem;
  position: relative;
}

.timeline li::before,
.timeline li::after {
  content: "";
  display: table;
}

.timeline li::after {
  clear: both;
}

.timeline li .timeline-image {
  width: 160px;
  height: 160px;
  background-color: #ccc;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.timeline li .timeline-panel {
  width: 40%;
  float: left;
  /* border: 1px solid #ccc; */
  border: 2px solid;
  padding: 2rem;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
}

.timeline li .timeline-panel::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 15px solid transparent;
  /* border-left: 15px solid #ccc;
  border-right: 0 solid #ccc; */
  border-left: 15px solid;
  border-right: 0 solid;
  border-bottom: 15px solid transparent;
  top: 80px;
  right: -15px;
}

.timeline li .timeline-panel::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 14px solid transparent;
  /* border-left: 14px solid #fff;
  border-right: 0 solid #fff; */
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  top: 81px;
  right: -13px;
}

.timeline li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline li.timeline-inverted .timeline-panel::before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel::after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -13px;
  right: auto;
}

.gallery {
  background-color: transparent;
}

.rsvp .bunga-rsvp {
  margin-top: -60px;
}

.rsvp {
  background-color: transparent;
  /* background-image: url(img/bg-pattern-transparant.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}

.rsvp h2 {
  margin-top: 8rem;
  font-size: 4rem;
}

.rsvp p {
  color: rgb(0, 0, 0);
}

.rsvp form label {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
}

.rsvp button {
  background-color: rgb(0, 0, 0);
  color: #0457bb;
  border: 1px solid rgb(0, 0, 0);
  font-size: 1.6rem;
}

.rsvp button:hover {
  background-color: #0457bb;
  color: rgb(0, 0, 0);
  /* border: 1px solid #0457bb; */
  border: 2px solid white;
}

.rsvp .container-isi-rsvp {
  position: relative;
  /* z-index: 2; */
}

.container-footer {
  margin: auto;
  margin-bottom: 1rem;
}

footer {
  padding: 0rem;
  background-color: transparent;
  color: rgb(0, 0, 0);
  letter-spacing: 0.5px;
}

footer a {
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-decoration: none;
}

footer a:hover {
  color: black;
}

footer li {
  list-style: none;
  display: inline;
  margin: 0.5rem;
}

.block {
  font-size: 1.5rem;
}

.penutup .bunga-penutup-bawah {
  margin-top: -30px;
  margin-bottom: -50px;
}

.penutup {
  background-image: url(img/pp-akhir.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.penutup p {
  margin-top: 25rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgb(0, 0, 0);
  font-family: "Averia Serif Libre", serif;
}

.penutup h5 {
  color: rgb(0, 0, 0);
  font-size: 2rem;
  margin-bottom: 1rem;
  font-family: "Philosopher", sans-serif;
}

.penutup h3 {
  color: rgb(0, 0, 0);
  font-family: "Allura", cursive;
  font-size: 6rem;
  font-weight: 600;
}

.bunga-penutup {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: -210px !important;
  margin: auto;
  justify-content: center;
  width: 250px !important;
  height: 250px;
}

.img-crop-1 {
  width: 14rem;
  height: 14rem;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  z-index: 2;
}

.img-crop-1 > img {
  display: inline;
  margin: 0 auto;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.img-crop-2 {
  width: 14rem;
  height: 14rem;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  z-index: 2;
}

.img-crop-2 > img {
  display: inline;
  margin: 0 auto;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.img-crop {
  width: 25rem;
  height: 25rem;
  position: relative;
  overflow: hidden;
  border-radius: 25%;
  z-index: 2;
}

.img-crop > img {
  display: inline;
  margin: 0 auto;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.line {
  height: 5px;
  border-radius: 10px;
  width: 85%;
  background-color: rgb(0, 0, 0);
  animation: line 2s infinite alternate;
  position: relative;
  z-index: 3;
}

@keyframes line {
  to {
    width: 75%;
  }
}

.audio-icon-wrapper {
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  position: fixed;
  bottom: 2.5rem;
  right: 2rem;
  border: pointer;
  color: rgb(0, 0, 0);
  /* opacity: 0.5; */
  /* mix-blend-mode: difference; */
  animation: rotating 4s linear infinite;
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  z-index: 3;
}

.arrow-icon-wrapper {
  position: fixed;
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  bottom: 8.5rem;
  right: 2rem;
  border: pointer;
  color: rgb(0, 0, 0);
  /* opacity: 0.5; */
  /* mix-blend-mode: difference; */
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  z-index: 3;
}

.arrow-icon-wrapper i {
  position: fixed;
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  bottom: 8.5rem;
  right: 2rem;
  border: pointer;
  color: rgb(0, 0, 0);
  /* opacity: 0.5; */
  /* mix-blend-mode: difference; */
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  z-index: 3;
}

@keyframes rotating {
  form {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.wayang-samping-kiri {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  /* margin-right: 0;
  margin-left: -40px; */
  width: 150px;
  height: 450px;
  margin-top: 30px;
}

.wayang-samping-kanan {
  z-index: 1;
  position: absolute;
  left: 81, 1%;
  right: 0;
  /* margin-right: 0;
  margin-left: 1480px; */
  width: 150px;
  height: 450px;
  margin-top: 30px;
}
/* .wayang-samping-kanan {
  z-index: 1;
  position: absolute;
  margin-right: 0;
  margin-left: 250px;
  width: 150px;
  height: 450px;
  margin-top: 150px;
} */

/* .ornamen-pojok {
  z-index: 1;
  position: absolute;
  margin-right: 0;
  margin-top: 150px;
  margin-left: 340px;
  rotate: -23deg;
  height: 390px;
  width: 350px;
} */
/* .ornamen-pojok {
  z-index: 1;
  position: absolute;
  margin-right: 340px;
  margin-top: 350px;
  margin-left: 0;
  rotate: 23deg;
  height: 250px;
  width: 220px;
} */

.ornamen-pojokkiri-gift {
  z-index: 1;
  position: absolute;
  margin-top: 300px;
  margin-right: 250px;
  margin-left: 0;
  height: 250px;
  width: 200px;
}

.ornamen-sampingkiri-gift {
  z-index: 1;
  position: absolute;
  margin-top: 30px;
  margin-right: 250px;
  margin-left: 0;
  height: 200px;
  width: 200px;
}

.bunga-pojok-penutup {
  z-index: 1;
  position: absolute;
  margin-right: 0;
  margin-left: 250px;
  rotate: -180deg;
}

.bunga-sampingkanan-home {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 81, 9%;
  /* margin-right: 0;
  margin-left: 320px; */
  margin-top: 170px;
  width: 140px;
  height: 140px;
}

/* .bunga-sampingkiri-home {
  z-index: 1;
  position: absolute;
  margin-right: 310px;
  margin-left: 0;
  margin-top: 530px;
  width: 200px;
  height: 200px;
} */

.wayang-sampingkiri-home {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  /* margin-right: 360px;
  margin-left: 0; */
  margin-top: 500px;
  /* width: 180px; */
  height: 239.67px;
  /* height: 210px;
  width: 180px; */
}

.bunga-sampingkanan-gift {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 81, 9%;
  /* margin-right: 0;
  margin-left: 260px; */
  margin-top: -50px;
  width: 140px;
  height: 140px;
}

.wayang-sampingkiri-gift {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  /* margin-right: 360px;
  margin-left: 0; */
  margin-top: 20px;
  width: 180px;
  height: 239.67px;
  /* height: 210px;
  width: 180px; */
}

.wayang-sampingkanan-gift {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 81, 9%;
  /* margin-right: 360px;
  margin-left: 0; */
  margin-top: 20px;
  width: 180px;
  height: 239.67px;
  /* height: 210px;
  width: 180px; */
}

.bunga-sampingkiri-gift {
  z-index: 1;
  position: absolute;
  margin-right: 400px;
  margin-left: 0;
  margin-top: 100px;
  width: 200px;
  height: 200px;
}

#disqus_thread {
  padding-left: 20px;
  padding-right: 20px;
}

.form-label {
  font-size: 1.6rem;
  font-family: "Averia Serif Libre", serif;
  color: rgb(0, 0, 0);
}

.form-control {
  font-size: 1.6rem;
  border-radius: 10px;
}
/* .boquet {
  position: absolute;
  left: 0;
  margin-left: 60px;
  animation: animasi 2s infinite alternate;
}

.boquet2 {
  position: absolute;
  left: 0;
  margin-left: 85px;
  margin-bottom: 100px;
  animation: animasi 2s infinite alternate;
}

@keyframes animasi {
  to {
    transform: translateY(50px);
  }
} */

/* @keyframes snowAnim {
  form {
    transform: translateY(0);
  }
  to {
    transform: translateY(650px);
  }
} */

.container-header {
  color: rgb(0, 0, 0);
  /* font-family: "Sacramento"; */
  font-family: "Allura", cursive;
  font-size: 3rem;
  font-weight: 600;
}

/* .list-item {
  border-radius: 16px;
  margin-top: 16px;
  padding: 12px 24px 12px 24px;
  background: white;
  display: flex;
  align-items: center;
}

.list-item h2 {
  margin-bottom: unset;
  color: black;
  font-family: "Averia Serif Libre", serif;
  font-size: 2rem;
  font-weight: bolder;
}

.list-item p {
  margin-top: 5px;
  color: black;
  font-family: "Averia Serif Libre", serif;
  font-size: 1.6rem;
  font-weight: 500;
} */

.item {
  border-radius: 16px;
  margin-top: 16px;
  padding: 12px 24px 12px 24px;
  background: rgb(0, 0, 0);
  display: flex;
  align-items: center;
}

.item > .inner h2 {
  margin-bottom: unset;
  color: black;
  font-family: "Averia Serif Libre", serif;
  font-size: 2rem;
  font-weight: bolder;
}

.item > .inner p {
  margin-top: 5px;
  color: black;
  font-family: "Averia Serif Libre", serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.form {
  display: flex;
  padding: 16px;
  flex-direction: column;
  height: 300px;
  border-radius: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 4px;
  font-size: 1.6rem;
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-family: "Averia Serif Libre", serif;
}

.shadow {
  box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
    0 15px 40px rgba(166, 173, 201, 0.2);
}

input[type="text"] {
  font-family: Raleway, sans-serif;
  /* background: #F5F1FF; */
  border: none;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 8px;
  font-size: 24px;
}

textarea[type="text"] {
  font-family: Raleway, sans-serif;
  /* background: #F5F1FF; */
  border: none;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 8px;
  font-size: 24px;
}

.btn-submit {
  width: fit-content;
  font-family: "Averia Serif Libre", serif;
  border-radius: 16px;
  padding: 12px 24px;
  border: none;
  color: #ffffff;
  background-color: #2b3749;
  font-size: 1.6rem;
  margin-top: auto;
  align-self: flex-end;
  cursor: pointer;
}

.btn-submit:hover {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: 2px solid white;
}

input[type="text"],
textarea[type="text"],
.btn-submit:focus {
  outline: none;
}

.text-center {
  text-align: center;
}

.form-title {
  margin: auto 0;
}

.check-button {
  width: 40px;
  height: 40px;

  background: url("../assets/check-outline.svg");
  background-size: contain;
  margin-left: auto;
  cursor: pointer;
  border: none;
}

.check-button:hover {
  background: url("../assets/check-solid.svg");
  background-size: contain;
}

.trash-button {
  width: 40px;
  height: 40px;

  background: url("../assets/trash-outline.svg");
  color: black;
  margin-left: 16px;
  cursor: pointer;
  border: none;
}

.trash-button:hover {
  background: url("../assets/trash-fill.svg");
  color: #0457bb;
}

.undo-button {
  width: 40px;
  height: 40px;

  background: url("../assets/undo-ouline.svg");
  background-size: contain;
  margin-left: auto;
  cursor: pointer;
  border: none;
}

.undo-button:hover {
  background: url("../assets/undo-ouline.svg");
  background-size: contain;
}

.check-button:focus,
.trash-button {
  outline: none;
}

/* Media Query */
/* Extra Large */
@media (max-width: 1200px) {
  .home .heart {
    transform: translateX(-50%) translateY(80px);
  }
}

/* laptop */
@media (max-width: 992px) {
  html {
    font-size: 75%;
  }

  .simply-countdown > .simply-section {
    padding: 70px;
  }

  .home .heart {
    display: none;
  }

  .timeline::before {
    left: 60px;
  }

  .timeline li .timeline-image {
    left: 15px;
    margin-left: 45px;
    top: 16px;
  }

  .timeline li .timeline-panel {
    width: calc((100% - 200px));
    float: right;
  }

  .timeline li .timeline-panel::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  .timeline li .timeline-panel::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -13px;
    right: auto;
  }

  .img-fluid-foto {
    /* width: 100%;
    height: 100%; */
  }
}

/* tablet */
@media (max-width: 768px) {
  html {
    font-size: 65%;
  }

  .simply-countdown > .simply-section {
    padding: 60px;
    margin: 5px;
  }

  .mynavbar .nav-link {
    font-size: 2rem;
    text-align: center;
  }

  .sticky-top {
    overflow: hidden;
  }

  .timeline li .timeline-image {
    width: 140px;
    height: 140px;
  }

  .img-fluid-foto {
    /* width: 100%;
    height: 80%; */
  }
}
/* mobile phone */
@media (max-width: 576px) {
  html {
    font-size: 60%;
  }

  .simply-countdown > .simply-section {
    padding: 45px;
    margin: 3px;
  }

  .timeline li .timeline-image {
    width: 100px;
    height: 100px;
  }

  .timeline li .timeline-panel {
    width: 65%;
    transform: translateX(-20px);
  }

  .timeline li .timeline-panel::before {
    top: 30px;
  }

  .timeline li .timeline-panel::after {
    top: 31px;
  }

  .line {
    width: 60%;
  }

  .wayang-sampingkiri-gift {
    width: 30%;
    height: 25%;
  }

  .wayang-sampingkanan-gift {
    width: 30%;
    height: 25%;
  }
}

/* mobile phone width 400*/
@media (max-width: 400px) {
  html {
    font-size: 60%;
  }

  .simply-countdown > .simply-section {
    padding: 35px;
    margin: 3px;
  }

  .timeline li .timeline-image {
    width: 100px;
    height: 100px;
  }

  .timeline li .timeline-panel {
    width: 65%;
    transform: translateX(-20px);
  }

  .timeline li .timeline-panel::before {
    top: 30px;
  }

  .timeline li .timeline-panel::after {
    top: 31px;
  }

  .wayang-samping-kiri {
    width: 23%;
    height: 35%;
  }

  .wayang-samping-kanan {
    width: 23%;
    height: 35%;
  }

  .bunga-sampingkanan-home {
    width: 30%;
  }

  .wayang-sampingkiri-home {
    width: 30%;
  }

  .bunga-sampingkanan-gift {
    width: 30%;
    height: 20%;
  }

  .line {
    width: 50%;
  }

  .wayang-sampingkiri-gift {
    width: 30%;
    height: 25%;
  }

  .wayang-sampingkanan-gift {
    width: 30%;
    height: 25%;
  }
}

/* Gifts STart */

.rekening-section {
  background-color: #a4b5a1;
  background-size: 100% 200%; /* Memastikan area cukup besar untuk animasi */
  background-position: top; /* Posisi awal background */
  padding: 2rem;
  color: white;
  position: relative;
  transition: background-position 2s ease-in-out; /* Tambahkan transisi untuk smoothness */
}

.rekening-header h2 {
  font-size: 3.6rem;
  font-family: "VENOSE";
}

.rekening-header p {
  font-family: "Domine";
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Tombol dengan efek gradasi 3D */
.rekening-btn {
  background: var(--cream);
  color: #000000;
  border: none;
  padding: 0.75rem 1.5rem;
  width: 30%;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  gap: 0.5rem; /* Jarak antara ikon dan teks */
}

.rekening-btn:hover {
  background: linear-gradient(145deg, #f1f3f0, #e7eedf);
  transform: scale(1.05);
}

.rekening-btn i {
  font-size: 1.5rem;
}

.rekening-details {
  max-height: 0;
  overflow: hidden; /* Sembunyikan konten yang melampaui tinggi */
  opacity: 0;
  padding: 0;
  transition: none; /* Nonaktifkan transisi bawaan */
}

.rekening-details.show {
  display: block;
  animation: expandBackground 1.5s ease-in-out forwards;
}

.rekening-details.hide {
  animation: collapseBackground 1.5s ease-in-out forwards;
}

@keyframes expandBackground {
  0% {
    max-height: 0;
    opacity: 0;
    padding: 0;
  }
  100% {
    max-height: 1000px;
    opacity: 1;
    padding: 20px;
  }
}

@keyframes collapseBackground {
  0% {
    max-height: 1000px;
    opacity: 1;
    padding: 20px;
  }
  100% {
    max-height: 0;
    opacity: 0;
    padding: 0;
  }
}

.rekening-card {
  background-image: url(img/card.png);
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 15px; /* Membuat sudut kartu lebih bulat */
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 300px; /* Menyesuaikan ukuran kartu agar tidak terlalu besar */
  margin: 1rem auto; /* Menjaga jarak antar kartu */

  /* Efek awal */
  opacity: 0;
  transform: scale(0.5); /* Mulai dari ukuran kecil */
  animation: zoomIn 1.5s ease-out forwards; /* Animasi zoom-in */
  /* animation-delay: 1.1s; */
}

/* Keyframes untuk animasi zoom in */
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.1); /* Ukuran awal kecil */
  }
  100% {
    opacity: 1;
    transform: scale(1); /* Kembali ke ukuran normal */
  }
}

.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem; /* Tambahkan ruang di sekitar elemen */
  position: relative;
  height: 60px; /* Tinggi yang lebih konsisten */
  border-radius: 10px;
}

/* Logo SIM (Chip) */
.sim {
  width: 50px; /* Ukuran chip lebih besar dan konsisten */
  height: auto;
  margin-left: 0.5rem; /* Beri jarak ke tepi */
}

/* Logo bank */
.bank-logo {
  width: 70px; /* Sesuaikan ukuran logo bank agar lebih proporsional */
  height: auto;
  margin-right: 0.5rem; /* Beri jarak ke tepi */
}

/* Info rekening */
.rekening-info {
  flex-grow: 1;
  text-align: center; /* Teks dipusatkan di tengah */
  margin-top: 0.5rem; /* Jarak dengan logo-container */
}

/* Nomor rekening */
.rekening-number {
  font-family: "KREDIT";
  text-align: left;
  letter-spacing: 1.5mm;
  font-size: 1.8rem;
  font-weight: 400;
  color: white;
  margin-bottom: 0.5rem; /* Jarak antar elemen */
  margin-left: 1.4rem;
}

/* Pemilik rekening */
.rekening-owner {
  font-family: "KREDIT";
  font-weight: 400;
  text-align: left;
  letter-spacing: 1mm;
  font-size: 1.2rem;
  color: white;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-left: 1.4rem;
}

/* Tombol copy */
.copy-btn {
  background-color: rgb(107, 107, 107);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border-radius: 1.45px; /* Bentuk tombol lebih bulat */
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: absolute; /* Tetap di sudut kanan bawah */
  bottom: 10px;
  right: 10px;
}

.copy-btn:hover {
  background-color: white;
  color: black;
}

/* Gifts End */


