@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@font-face {
  font-family: "wishshore";
  src: url("../font/WishShore.ttf") format("truetype");
}

.btn {
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  transition: all 0.2s ease-in-out;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
}
.btn-primary {
  background: var(--color);
  color: var(--text-color);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: var(--color) !important;
  border: none;
}
.btn-yellow {
  background: #fec756;
  color: var(--color);
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
  background: #feb623 !important;
  border: none;
}
.btn-secondary {
  background: #f2f8ff;
  color: var(--color);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background: #bfddff !important;
  border: none;
}
.btn-logout {
  background: #d8eaff;
  color: var(--color);
}
.btn-logout:focus,
.btn-logout:active {
  background: var(--color);
  color: var(--text-color);
}
.btn-purple {
  background: #f63669;
  color: var(--text-color);
}
.btn-purple:hover {
  background: #ee0b47;
}
.btn-white {
  background: var(--text-color);
  color: var(--color);
}
.btn-white:hover {
  background: #ffecb5;
  color: var(--color);
}
.btn-outline-white {
  background: var(--text-color);
  border: 1px solid var(--text-color);
  color: var(--text-color);
}
.btn-outline-white:hover {
  background: #ffecb5;
}
.btn .disabled {
  opacity: 0.7;
}
.button-genre {
  background-color: var(--text-color);
  line-height: normal;
  color: #949494 !important;
  font-size: 12px;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid #949494;
}
.button-genre.active {
  background-color: var(--color) !important;
  border: 1px solid var(--color);
  color: var(--text-color) !important;
  border-radius: 8px !important;
  font-size: 14px;
  font-weight: 400;
}
.button-genre i.purple {
  color: #ff2ed9;
}
.button-genre i.blue {
  color: #5ce4ff;
}
.button-genre i.green {
  color: #39ffc9;
}
.button-genre i.yellow {
  color: #ffd400;
}
.credit .btn-check:checked + label {
  background: var(--color);
  color: var(--text-color);
}
.credit .btn-check:disabled + .btn,
.credit .btn-check[disabled] + .btn {
  background: #ebebeb;
}
.floating-bottom {
  position: fixed;
  background: #f2f8ff;
  bottom: 0;
  width: 100%;
  padding: 14px 0;
}
.button-outline {
  padding: 5px;
  border: 1px solid var(--color);
  border-radius: 100px;
}
.button-outline .btn-custom-outline {
  display: flex;
  padding: 8px 18px;
  align-items: center;
  background-color: var(--text-color);
  border: 1px solid var(--color);
  border-radius: 100px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: var(--color);
}
.btn-custom-outline {
  display: flex;
  padding: 8px 18px;
  align-items: center;
  background-color: var(--text-color);
  border: 1px solid var(--color);
  border-radius: 100px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: var(--color);
}
.btn-send {
  display: flex;
  padding: 8px 18px;
  align-items: center;
  background-color: var(--color);
  border: 1px solid var(--color);
  border-radius: 100px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: var(--text-color);
  width: 100%;
}
.btn-send i {
  margin-top: 8px;
  margin-right: 8px;
}
.form-control,
.form-select {
  background-color: var(--text-color);
  color: var(--color);
  border-radius: 5px;
  border: 1px solid var(--color);
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}
.form-control::placeholder,
.form-select::placeholder {
  color: var(--color);
}
.form-control:focus,
.form-select:focus {
  background: var(--text-color);
  border: 0;
  outline: 1px solid var(--color);
  box-shadow: none;
  color: var(--color);
}
.form-control.otp__digit,
.form-select.otp__digit {
  border-radius: 8px !important;
  font-size: 24px;
  text-align: center;
}
.form-control.otp__digit::-webkit-outer-spin-button,
.form-control.otp__digit::-webkit-inner-spin-button,
.form-select.otp__digit::-webkit-outer-spin-button,
.form-select.otp__digit::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control.otp__digit[type="number"],
.form-select.otp__digit[type="number"] {
  -moz-appearance: textfield;
}
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23944725' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-label {
  font-size: 20px;
  color: var(--color);
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 10px;
}
.form-check-input {
  background-color: transparent;
  border: 1px solid var(--color);
}
.form-check-input:focus {
  box-shadow: none;
  border-color: var(--color);
}
.form-check-input:checked {
  accent-color: var(--color) !important;
  background-color: var(--color);
  border-color: var(--color);
}
.form-search:focus-within {
  border-radius: 100px;
  border: 0;
  outline: 1px solid var(--text-color);
}
.form-search span {
  border-radius: 100px;
  background: var(--text-color);
  border: 0;
  color: var(--text-color);
}
.form-search .form-control {
  outline: none;
}
.form-search.search-home .form-control {
  background: rgba(255, 255, 255, 0.1);
}
.form-search.search-home .form-control::placeholder {
  color: #ffde82;
}
.form-search.search-home span {
  background: rgba(255, 255, 255, 0.1);
  margin-left: 0 !important;
}
body {
  background: var(--color-body);
  font-family: "wishshore", sans-serif;
  color: var(--color);
  font-size: 12px;
  /* remove after open */
  overflow: hidden;
}
.content {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  overflow-x: hidden;
  background: var(--color-content);
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .content {
    width: 560px;
  }
}
.content .content-body {
  padding-top: 70px;
}
.content .content-menu {
  padding-top: 30px;
}
.content.auto-height {
  height: auto;
}
a {
  text-decoration: none;
}
.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-32 {
  font-size: 32px;
}
.fs-40 {
  font-size: 40px;
}
.fs-42 {
  font-size: 42px;
}
.text-dark {
  color: var(--color) !important;
}
.text-muted {
  color: #949494 !important;
}
.text-primary {
  color: var(--color) !important;
}
.icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-circle i {
  color: var(--text-color);
  font-size: 18px;
  margin-top: 1px;
}
.icon-circle-big {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f2f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-circle-big i {
  color: var(--color);
  font-size: 20px;
  margin-top: 1px;
}
.icon-circle-big.category {
  background: #e3f0ff;
}
.cover {
  height: 100vh;
  position: sticky;
  top: 0;
  bottom: 0;
}
.cover .img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .cover {
    display: none;
  }
}
.bottom-nav {
  position: -webkit-sticky;
  position: fixed;
  max-width: 480px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  border-radius: 100px;
  border: 1.5px solid var(--color);
  background: var(--menu-background);
  box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2.5px);
  z-index: 999;
  display: none;
  animation: slideUp 1.2s ease;
}
@keyframes slideUp {
  0% {
    bottom: -10px;
  }
  100% {
    bottom: 14px;
  }
}
.bottom-nav .custom-menu {
  flex-wrap: nowrap !important;
  overflow-x: auto;
  width: 75%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bottom-nav .custom-menu::-webkit-scrollbar {
  display: none;
}
.bottom-nav .col {
  min-width: 25%;
}
.bottom-nav .qrcode-menu {
  color: var(--text-color) !important;
  width: 80px !important;
}
.bottom-nav .nav-box {
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 10px;
  font-size: 24px;
  line-height: normal;
  display: block;
  text-decoration: none;
  color: var(--color)7a;
  position: relative;
}
.bottom-nav .nav-box.qrcode {
  background: var(--color);
  color: var(--text-color) !important;
  border-radius: 100px;
  width: 100%;
}
.bottom-nav .nav-box .nav-box-title {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0;
  display: block;
  width: 100%;
  font-weight: 600;
}
.bottom-nav .nav-box .nav-box-ico {
  font-size: 20px;
}
.bottom-nav .nav-box .nav-box-ico span:before {
  width: auto;
}
.bottom-nav .active .nav-box {
  color: var(--color);
  margin-bottom: 10px;
}
.bottom-nav .active .nav-box::after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--color);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3px;
}
.opening {
  background: var(--background);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100dvh;
  /* position: relative; */
  z-index: 3;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  opacity: 1;
  display: block;
  /* inset: 0;  */
}
.opening .text {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  z-index: 3;
}
/* @media (min-width: 992px) {
  .opening .text {
    top: 10%;
  }
} */
/* @media (min-width: 1400px) {
  .opening .text {
    top: 3%;
  }
} */
.opening .text .img-wayang {
  margin-bottom: 24px;
  width: 58px;
}
.opening .text h3 {
  text-align: center;
  margin-bottom: 14px;
  font-size: 40px;
  color: var(--color);
}
.opening .text .title-wrap {
  margin-top: 32px;
  color: var(--color);
}
.opening .text .title-wrap h5 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 0;
}
.opening .text .title-wrap .name {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  line-height: 100%;
}
.opening .text .title-wrap .name h3 {
  font-size: 42px;
  margin-bottom: 0;
  font-weight: 400;
}
.opening .text .title-wrap .name h2 {
  font-size: 60px;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--color);
  margin-bottom: 0;
}
.opening .text .date {
  margin-top: 24px;
}
.opening .text .date p {
  font-size: 20px;
  color: var(--color);
}
.opening .text .button-circle {
  border: 1px solid var(--color);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  padding: 5px;
  margin-block: 24px;
}
.opening .text .button-circle .btn-color {
  background-color: var(--color);
  width: 100%;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  text-wrap: wrap;
  font-size: 24px;
  color: var(--text-color);
  border-radius: 50%;
  line-height: 100%;
}
.opening .text .card-opening {
  display: grid;
  place-items: center;
  border-radius: 300px 300px 0px 0px;
  border-top: 1.5px solid var(--color);
  border-right: 1.5px solid var(--color);
  border-left: 1.5px solid var(--color);
  background: var(--opening-background);
  backdrop-filter: blur(2.5px);
  width: 100%;
  padding-top: 24px;
  padding-bottom: 32px;
}
.opening .element-opening {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 480/686;
  z-index: 0;
}
.opening .element-opening img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .opening h3 {
    margin-bottom: 8px;
  }
  .opening .img-wayang {
    width: 42px;
  }
  .opening .title-wrap {
    margin-top: 12px !important;
    color: var(--color);
  }
  .opening .title-wrap h5 {
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 0;
  }
  .opening .title-wrap .name {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    line-height: 100%;
  }
  .opening .title-wrap .name h3 {
    font-size: 32px !important;
    margin-bottom: 0;
    font-weight: 400;
  }
  .opening .title-wrap .name h2 {
    font-size: 40px;
    font-family: "Cormorant Infant", serif;
    font-style: italic;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--color);
    margin-bottom: 0;
  }
  .opening .button-circle {
    border: 1px solid var(--color);
    border-radius: 50%;
    width: 110px;
    height: 110px;
    padding: 5px;
    margin-block: 14px;
  }
  .opening .button-circle .btn-color {
    background-color: var(--color);
    width: 100%;
    aspect-ratio: 1/1;
    display: grid;
    place-items: center;
    text-wrap: wrap;
    font-size: 24px;
    color: var(--text-color);
    border-radius: 50%;
    line-height: 100%;
  }
  .opening .date {
    margin-top: 8px !important;
  }
  .opening .date p {
    margin-bottom: 0 !important;
  }
}
.slide1 {
  background: var(--background);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  z-index: 0;
  opacity: 0;
}
.slide1 .top-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
}
.slide1 .top-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
}
.slide1 .bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 156px;
  z-index: 3;
}
.slide1 .bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 156px;
  z-index: 3;
}
.slide1 .text {
  text-align: center;
  position: absolute;
  top: 5%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
}
@media (min-width: 992px) {
  .slide1 .text {
    top: 10%;
  }
}
@media (min-width: 1400px) {
  .slide1 .text {
    top: 3%;
  }
}
.slide1 .text h3 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 40px;
}
.slide1 .text .title-wrap h5 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 0;
}
.slide1 .text .title-wrap .name {
  display: flex;
  gap: 14px;
  align-items: center;
}
.slide1 .text .title-wrap .name h3 {
  font-size: 42px;
  margin-bottom: 0;
  font-weight: 400;
}
.slide1 .text .title-wrap .name h2 {
  font-size: 60px;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--color);
  margin-bottom: 0;
}
.slide1 .text .time {
  display: flex;
  margin-top: 14px;
}
.slide1 .text .time .detail {
  text-align: center;
  padding-inline: 14px;
  width: 100%;
}
.slide1 .text .time .detail.border-right {
  border-right: 1px solid #3115076b;
}
.slide1 .text .time .detail h5 {
  font-size: 32px;
  margin-bottom: 4px;
}
.slide1 .text .time .detail span {
  font-size: 20px;
}
.slide1 .img-mempelai {
  position: absolute;
  border-radius: 50% 50% 0 0;
  border: 1px solid var(--color);
  padding: 18px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 150px;
  z-index: 0;
  width: 80%;
}
@media (min-width: 1600px) {
  .slide1 .img-mempelai {
    /* your styles here */
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .slide1 .img-mempelai {
    bottom: 40px;
  }
}
.slide1 .img-mempelai img {
  width: 100%;
  aspect-ratio: 285/324;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  border: 1px solid var(--color);
}
.slide2 {
  background: var(--background);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.slide2 .divider img {
  width: 100%;
}
.slide2 .divider.top {
  margin-bottom: 100px;
}
.slide2 .divider.bottom {
  margin-top: 100px;
}
.slide2.slide6 .component-left {
  position: absolute;
  left: 0;
  top: 20%;
  width: 76px;
  aspect-ratio: 76/161;
}
.slide2.slide6 .component-right {
  position: absolute;
  right: 0;
  top: 20%;
  width: 76px;
  aspect-ratio: 76/161;
}
.slide2.slide11 {
  padding-block: 50px;
}
.slide2.slide11 .component-left {
  position: absolute;
  left: 0;
  top: 20%;
  width: 76px;
  aspect-ratio: 76/161;
}
.slide2.slide11 .component-right {
  position: absolute;
  right: 0;
  top: 20%;
  width: 76px;
  aspect-ratio: 76/161;
}
.slide2.slide11.slide13 .img-gift {
  width: 110px;
}
.slide2.slide8 {
  padding-top: 100px;
}
.slide2.slide8 .bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 100px;
}
.slide2.slide8 .bottom .img-bottom {
  width: 100px;
}
.slide2.slide8 .bottom .img-bottom-left {
  width: 72px;
}
.slide2.slide8 .bottom .img-bottom-right {
  width: 72px;
}
.slide2 .component-left {
  position: absolute;
  left: 0;
  top: 50%;
  width: 76px;
  aspect-ratio: 76/161;
}
.slide2 .component-right {
  position: absolute;
  right: 0;
  top: 50%;
  width: 76px;
  aspect-ratio: 76/161;
}
.slide2 .text {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  width: 70%;
  display: grid;
  place-items: center;
  margin-inline: auto;
}
.slide2 .text .img-wayang {
  margin-bottom: 24px;
  width: 84px;
}
.slide2 .text p {
  line-height: 110%;
  font-weight: 400;
  color: var(--color);
}
.slide3 {
  background: var(--background);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-block: 100px;
}
.slide3.women {
  padding-top: 150px;
}
.slide3 .photo {
  width: 50%;
  margin-inline: auto;
  position: relative;
  display: flex;
  justify-content: center;
}
.slide3 .photo .circle {
  border: 1px solid var(--color);
  padding: 6px;
  border-radius: 50%;
  width: 200px;
  aspect-ratio: 1/1;
  z-index: 2;
}
.slide3 .photo .circle .img-photo {
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.slide3 .photo .leaf-photo {
  position: absolute;
  left: -55px;
  bottom: -8px;
  width: 135px;
  z-index: 3;
}
.slide3 .photo .wayang-photo {
  position: absolute;
  right: -40px;
  bottom: -9px;
  width: 113px;
  z-index: 3;
}
.slide3 .photo .ranting-photo {
  position: absolute;
  right: -50px;
  top: -13px;
  width: 97px;
  z-index: 0;
}
.slide3 .text {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  width: 70%;
  display: grid;
  place-items: center;
  margin-inline: auto;
  margin-top: 32px;
}
.slide3 .text .status {
  text-transform: uppercase;
  color: var(--color-opacity);
  font-size: 20px;
  text-align: center;
}
.slide3 .text .name {
  text-align: center;
  font-size: 32px;
  color: var(--color);
  margin-bottom: 14px;
}
.slide3 .text p {
  line-height: 110%;
  font-weight: 400;
  color: var(--color);
}
.slide3 .text .socmed {
  display: flex;
  align-items: center;
  gap: 12px;
}
.slide3 .bird-left {
  position: absolute;
  left: 0;
  top: 30%;
  width: 72px;
}
.slide3 .bird-right {
  position: absolute;
  right: 0;
  top: 36%;
  width: 72px;
}
.slide3 .divider-left {
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 105px;
}
.slide3 .divider-right {
  position: absolute;
  right: 0;
  bottom: -10%;
  width: 105px;
}
.slide3 .wayang-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
}
.slide3 .wayang-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
}
.slide3.slide10 {
  padding-top: 50px;
  padding-bottom: 0;
}
.slide3.slide10 .divider img {
  width: 100%;
}
.slide3.slide10 .divider.top {
  margin-bottom: 100px;
}
.slide3.slide10 .divider.bottom {
  margin-top: 100px;
}
.slide3.slide10 .wayang-left {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 45px;
}
.slide3.slide10 .wayang-right {
  position: absolute;
  right: 0;
  bottom: 38px;
  width: 45px;
}
.slide3.slide10 .card-wishes {
  padding-inline: 14px;
}
.slide3.slide10 .swiper-wishes {
  height: auto !important;
}
.slide3.slide10 .swiper-wripper {
  height: auto !important;
}
.slide3.slide10 .custom-arrow {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: var(--color);
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
}
.slide3.slide10 .custom-arrow.swiper-button-disabled {
  background: transparent;
  border: 1px solid var(--color);
  color: var(--color);
}
.slide3.slide10 .custom-arrow i {
  margin-top: 10px;
}
.slide3.slide10 .custom-arrow-prev {
  left: 10px;
}
.slide3.slide10 .custom-arrow-next {
  left: 60px;
}
.slide3.slide10 .custom-pagination {
  text-align: start;
  position: relative;
  bottom: 0;
  left: 124px;
  font-size: 28px;
}
.slide3.slide10 .custom-pagination .swiper-pagination-bullet-active {
  background-color: #007bff;
}
.slide3.slide14 {
  padding-top: 2px;
}
.slide3.slide14 .text {
  margin-bottom: 50px;
}
.slide3.slide14 .text .img-wayang {
  margin-bottom: 24px;
  width: 225px;
}
.slide3.slide14 .card-gallery {
  border-radius: 15px;
  border: 1px solid var(--color);
  padding: 8px;
}
.slide3.slide14 .card-gallery .img-gallery {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.slide3.slide14 .swiper-slide {
  width: fit-content;
  padding-bottom: 24px;
}
.slide3.slide14 .component-left {
  position: absolute;
  left: 0;
  top: 0px;
  width: 76px;
  aspect-ratio: 77/163;
}
.slide3.slide14 .component-right {
  position: absolute;
  right: 0;
  top: 0px;
  width: 76px;
  aspect-ratio: 77/163;
}
.slide3.slide12 {
  padding-top: 50px;
  padding-bottom: 0;
}
.slide3.slide12 .text {
  width: 80%;
}
.slide3.slide12 .divider img {
  width: 100%;
}
.slide3.slide12 .divider.top {
  margin-bottom: 100px;
}
.slide3.slide12 .divider.bottom {
  margin-top: 100px;
}
.slide3.slide12 .wayang-left {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 45px;
}
.slide3.slide12 .wayang-right {
  position: absolute;
  right: 0;
  bottom: 38px;
  width: 45px;
}
.slide3.slide12 .component-left {
  position: absolute;
  left: 0;
  top: 10%;
  width: 76px;
  aspect-ratio: 106/386;
  pointer-events: none;
}
.slide3.slide12 .component-left.element {
  width: 105px;
  aspect-ratio: 123/336;
}
.slide3.slide12 .component-right {
  position: absolute;
  right: 0;
  top: 10%;
  width: 76px;
  aspect-ratio: 106/386;
  pointer-events: none;
}
.slide3.slide12 .component-right.element {
  width: 105px;
  aspect-ratio: 123/336 !important;
}
.slide3.slide12 .text .img-wayang {
  margin-bottom: 24px;
  width: 225px;
}
.slide3.slide12 .card-gift {
  padding: 20px;
  border-radius: 15px;
  border: 1px solid var(--color);
  background: var(--background-slide5);
  backdrop-filter: blur(2.5px);
  width: 100%;
}
.slide3.slide12 .card-gift.text-start {
  display: none;
}
.slide3.slide12 .card-gift h4 {
  font-size: 32px;
  color: var(--color);
  margin-bottom: 24px;
}
.slide3.slide12 .card-gift .bank {
  border-radius: 10px;
  background: var(--text-color);
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--color);
  padding: 12px;
}
.slide3.slide12 .card-gift .bank .logo-bank {
  width: 57px;
  object-fit: contain;
}
.slide4 {
  background: var(--background);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.slide4 .divider img {
  width: 100%;
}
.slide4 .divider.top {
  margin-bottom: 100px;
}
.slide4 .divider.bottom {
  margin-top: 100px;
}
.slide4 .component-left {
  position: absolute;
  left: 0;
  top: 35%;
  width: 76px;
  aspect-ratio: 106/386;
}
.slide4 .component-left.element {
  width: 105px;
  aspect-ratio: 123/336;
}
.slide4 .component-right {
  position: absolute;
  right: 0;
  top: 35%;
  width: 76px;
  aspect-ratio: 106/386;
}
.slide4 .component-right.element {
  width: 105px;
  aspect-ratio: 123/336 !important;
}
.slide4 .text {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  width: 70%;
  display: grid;
  place-items: center;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .slide4 .text {
    width: 60%;
  }
}
.slide4 .text .img-wayang {
  margin-bottom: 24px;
  width: 84px;
}
.slide4 .text .count {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 17px 13px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  margin-top: 24px;
}
.slide4 .text .count .count-items {
  display: flex;
  width: 100px;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid var(--color);
  background: var(--text-color);
}
.slide4 .text .count .count-items h3 {
  text-align: center;
  color: var(--color);
  font-size: 48px;
  margin-bottom: 0;
  line-height: 100%;
}
.slide4 .text .count .count-items span {
  text-align: center;
  color: var(--color);
  font-size: 24px;
  line-height: 100%;
}
.slide4 .text p {
  line-height: 110%;
  font-weight: 400;
  color: var(--color);
}
.slide4.slide7 {
  padding-top: 100px;
}
.slide4.slide7 .text {
  width: 90%;
}
.slide4.slide7 .img-wayang {
  margin-bottom: 24px;
  width: 225px;
}
.slide4.slide7 .component-left {
  position: absolute;
  left: 0;
  top: 15%;
  width: 76px;
  aspect-ratio: 106/386;
}
.slide4.slide7 .component-right {
  position: absolute;
  right: 0;
  top: 15%;
  width: 76px;
  aspect-ratio: 106/386;
}
.slide4.slide9 {
  padding-top: 50px;
}
.slide4.slide9 .text {
  width: 70%;
}
.slide4.slide9 .img-mempelai {
  width: 100%;
  text-align: center;
  margin-top: 32px;
}
.slide4.slide9 .img-mempelai img {
  width: 100%;
  aspect-ratio: 285/324;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  border: 1px solid var(--color);
}
.slide4.slide9 .bottom-left {
  position: absolute;
  left: 5%;
  bottom: 15%;
  width: 45px;
  aspect-ratio: 1 / 1;
}
.slide4.slide9 .bottom-right {
  position: absolute;
  right: 5%;
  bottom: 15%;
  width: 45px;
  aspect-ratio: 1 / 1;
}
.slide5 {
  background: var(--background);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-block: 100px;
}
/* .slide5 .swiper-wrapper {
  justify-content: center;
} */
/* .slide5 .padding-custom {
  padding-inline: 30px;
} */
.slide5 .divider img {
  width: 100%;
}
.slide5 .divider.top {
  margin-bottom: 100px;
}
.slide5 .divider.bottom {
  margin-top: 100px;
}
.slide5 .element-center {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  width: 70%;
  display: grid;
  place-items: center;
  margin-inline: auto;
}
.slide5 .element-center .img-element {
  margin-bottom: 24px;
  width: 225px;
}
.slide5 .swiper {
  padding-bottom: 32px;
  padding-inline: 30px;
}
.slide5 .swiper-pagination {
  bottom: 6px !important;
}
.slide5 .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 50rem;
  background-color: var(--color);
  opacity: 0.3;
}
.slide5 .swiper-pagination-bullet-active {
  background-color: var(--color);
  opacity: 1;
}
.slide5 .swiper-pagination-bullet {
  bottom: 10px;
}
.slide5 .swiper-pagination-bullet-active {
  background-color: var(--color);
}
.slide5 .card-location {
  border-radius: 36px;
  border: 1.5px solid var(--color);
  padding: 10px;
}
.slide5 .card-location .box {
  border-radius: 30px;
  background: var(--background-slide5);
  padding: 10px;
}
.slide5 .card-location .box .img-location {
  width: 100%;
  aspect-ratio: 304/203;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid var(--color);
}
.slide5 .card-location .box .text {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color);
  text-align: center;
}
.slide5 .card-location .box .text h3 {
  font-size: 48px;
  color: var(--color);
  margin-bottom: 0;
}
.slide5 .card-location .box .text .date {
  font-size: 32px;
  color: var(--color);
  margin-bottom: 0;
}
.slide5 .card-location .box .text .desc {
  font-size: 16px;
  color: var(--color);
  margin-bottom: 0;
}
.slide5 .card-location .box .detail {
  margin-top: 24px;
}
.slide5 .card-location .box .detail p {
  font-size: 16px;
  color: var(--color);
}
.end-slide {
  background: var(--background);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .end-slide {
    padding-bottom: 150px;
  }
}
.end-slide .text {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  width: 70%;
  display: grid;
  place-items: center;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .end-slide .text {
    width: 60%;
  }
}
.end-slide .text .logo-momentree {
  width: 276px;
}
.end-slide .text .socmed {
  display: flex;
  align-items: center;
  gap: 18px;
}
.end-slide .text p {
  line-height: 110%;
  font-weight: 400;
  color: var(--color);
}
.modal-qrcode .modal-content {
  background-color: var(--text-color);
  border-radius: 24px;
  backdrop-filter: blur(10.1px);
}
.modal-qrcode .modal-content .modal-body {
  display: grid;
  place-items: center;
  padding: 24px;
}
.modal-qrcode .modal-content .modal-body p {
  line-height: 100%;
}
.modal-qrcode .modal-content .modal-body .img-qrcode {
  margin-block: 32px;
  width: 40%;
}
.song-add {
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
  cursor: pointer;
  color: var(--text-color);
}
.song-added {
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
  cursor: pointer;
  color: var(--color);
}
.music-bg {
  background-size: cover;
  background-position: center;
  display: block;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  margin: auto;
  z-index: 1;
}
.music-bg::before {
  content: "";
  display: block;
  height: 100dvh;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background: rgba(148, 71, 37, 0.25);
  background: linear-gradient(
    180deg,
    rgba(255, 249, 232, 0.25) 0%,
    var(--color) 70%
  );
  z-index: 11;
}
.music-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.music-back {
  background-color: rgba(148, 71, 37, 0.15);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  border-radius: 50%;
  font-size: 0.875rem;
  color: var(--text-color);
  position: relative;
  z-index: 9;
}
.music-back:hover {
  color: var(--text-color);
}
.music-back:focus {
  color: var(--text-color);
  background-color: rgba(148, 71, 37, 0.25);
}
.music-content {
  z-index: 9;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.music-content .music-cover {
  border-radius: 10px;
  width: 185px;
  height: 185px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.music-content .music-cover img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 0.5rem 1rem rgba(148, 71, 37, 0.15);
}
.music-content .music-name {
  font-size: 1rem;
  margin-bottom: 0;
}
.music-content .music-info {
  margin: 0;
  padding: 0;
}
.music-content .music-info li {
  list-style: none;
  display: inline-block;
  font-size: 0.75rem;
  color: var(--text-color);
  opacity: 0.7;
  margin-right: 0.25rem;
}
.music-content .music-info li::after {
  content: "•";
  padding-left: 0.25rem;
}
.music-content .music-info li a {
  color: var(--text-color);
}
.music-content .music-info li:last-child {
  margin-right: 0;
}
.music-content .music-info li:last-child::after {
  content: none;
}
.music-action {
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  background-color: var(--color);
  bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.music-action-top {
  position: relative;
  margin-bottom: 0.75rem;
}
.music-timeline {
  display: block;
  opacity: 0.7;
  margin-bottom: 5px;
}
.music-timeline::after {
  content: "";
  clear: both;
  display: block;
}
.music-timeline #musicTimeCurrent {
  float: left;
}
.music-timeline #musicTimeDuration {
  float: right;
}
.music-action-bottom {
  position: relative;
  margin-top: 1.5rem;
}
.music-act-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  font-size: 1rem;
  color: var(--text-color);
  text-decoration: none;
}
.music-act-link:hover {
  color: var(--text-color);
}
.music-act-link:focus {
  color: var(--text-color);
  background-color: rgba(255, 249, 232, 0.15);
}
.music-control-link {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  font-size: 1.125rem;
  color: var(--text-color);
  text-decoration: none;
}
.music-control-link:hover {
  color: var(--text-color);
}
.music-control-link:focus {
  color: var(--text-color);
  background-color: rgba(255, 249, 232, 0.15);
}
.music-control-play {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  font-size: 1.25rem;
  background-color: var(--color);
  color: var(--text-color);
  text-decoration: none;
}
.music-control-play:hover {
  color: var(--text-color);
}
.music-control-play:focus {
  color: var(--text-color);
  background-color: var(--color);
}
.slider.music-progress {
  background-color: #e8ab00;
  border-radius: 2px;
  cursor: pointer;
  height: 2px;
  position: relative;
  width: 100%;
}
.slider.music-progress .progress {
  background-color: var(--color);
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 0;
}
