@font-face {
  font-family: "YOUKISS";
  src: url(../fonts/YOUKISS.woff2) format(woff2);
  font-display: swap;
}
:root {
  --color-main: #4D0A13;
  --color-primary: #641823;
  --color-secondary: #A9954F;
  --color-dark: #1e1f1e;
  --color-light: #ffffff;
  --text-button: #ffffff;
  --color-button-trans: #fff;
  --vd-color-pink: #e9088a;
  --border-radius: 20px;
  --font-custom: "MonteCarlo", cursive;
  color-scheme: only light;
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: var(--color-light);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.tgl-pernikahan {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    padding: 5px;
    width: 100px;
}

.tanggal {
    margin: 0px 3px;
    font-size: 60px;
}

@media (max-width: 767px) {
    .tgl-pernikahan {
        font-size: 10px;
        width: 60px;
    }
    .tanggal {
        font-size: 30px;
    }
}

.modal .modal-body .btn-modal {
    background-color: var(--color-secondary);
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50px;
    opacity: 0.5;
    padding: 0 0.425rem;
    transition: all 0.5s ease;
}

.main-app {
  background-color: var(--color-main);
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .main-app .background__views {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 61%;
  }
}

.elements-wrapper-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elements-wrapper-absolute .background-element {
  height: 100%;
}
.elements-wrapper-absolute .background-element img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.elements-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elements-absolute .background-element {
  position: relative;
  width: 100%;
}
.elements-absolute .background-element img {
  width: 100%;
  height: auto;
}

.ornaments-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ornaments-wrapper.orn-front {
  z-index: 3;
}
.ornaments-wrapper img[alt=texture] {
  mix-blend-mode: multiply;
}
.ornaments-wrapper .ornament {
  position: absolute;
  top: -0.5rem;
  width: 13%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .ornaments-wrapper .ornament {
    width: 12%;
  }
}
@media (max-width: 575px) {
  .ornaments-wrapper .ornament {
    width: 14%;
  }
}
.ornaments-wrapper .ornament-left {
  left: 0;
}
.ornaments-wrapper .ornament-right {
  right: 0;
  transform: scaleX(-1);
}

.rebung-horizontal {
  position: relative;
  margin-left: -0.5rem;
  width: auto;
  height: 5rem;
}
@media (max-width: 991px) and (min-width: 768px) {
  .rebung-horizontal {
    height: 5.8rem;
  }
}
.rebung-horizontal .image-element {
  height: 100%;
  width: auto;
}
.rebung-horizontal .image-element img {
  width: auto;
  height: 100%;
}

.background__views {
  display: none;
  height: 100vh;
}
.background__views .background__frames {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.background__views .background__frames::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}
.background__views .background__frames .header-title {
  color: var(--color-light);
  position: absolute;
  top: 6rem;
  left: 8rem;
  width: 100%;
  text-align: left;
  z-index: 5;
}
.background__views .background__frames .background__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.background__views .background__frames .ornament {
  width: 12%;
}
.background__views .background__frames .orn-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  transform: translate(-50%, 5%);
}
.background__views .background__frames .orn-3 .orn-4 {
  position: absolute;
  top: 40%;
  left: 90%;
  width: 100%;
}
.background__views .background__frames .orn-3 .orn-5 {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
}
.background__views .background__frames .orn-6 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  transform: translate(40%, 45%);
}
.background__views .background__frames .orn-6 .orn-5 {
  position: absolute;
  top: 10%;
  right: 70%;
  width: 80%;
  transform: scaleX(-1);
}

.layout__views {
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media (min-width: 992px) {
  .layout__views {
    margin-left: auto;
    width: 39%;
  }
}
@media (max-width: 991px) {
  .layout__views {
    width: 100% !important;
  }
}

.logo-viding {
  height: 2.4rem;
  transition: transform 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .logo-viding {
    height: 2.25rem;
  }
}
.logo-viding path {
  fill: var(--vd-color-pink);
}
@media (min-width: 992px) {
  .logo-viding.custom-position {
    transform: translateX(-5%);
  }
}

h1,
h2,
h3 {
  font-family: "YOUKISS", serif;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
}

h1 {
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
}
h1 span {
  font-size: 36px;
  display: block;
}
@media (max-width: 767px) {
  h1 span {
    font-size: 32px;
  }
}

small {
  font-size: 12px;
}

span {
  font-size: 16px;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
}

@media (max-width: 575px) {
  p,
  span {
    font-size: 14px;
  }
  small {
    font-size: 10px;
  }
}
.image-element,
.background-element {
  position: relative;
  width: 100%;
  height: auto;
}

.img-fluid {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .container {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
  .container-custom {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
  .container-custom {
    padding: 0;
  }
}

.btn-custom {
  background-color: var(--color-secondary);
  padding: 0.5rem 2rem;
  transition: all 0.3s ease-in-out;
  color: var(--text-button);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 50px;
}
.btn-custom:hover {
  color: var(--text-button);
}
.btn-custom path {
  fill: var(--text-button);
}

.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1000px 1000px 50px 50px;
  background-color: var(--color-secondary);
}

.font-primary {
  font-family: "Nunito Sans", sans-serif;
}

.font-secondary {
  font-family: "YOUKISS", serif;
}

.scaleX-reverse {
  transform: scaleX(-1);
}

.scaleY-reverse {
  transform: scaleY(-1);
}

.scale-reverse {
  transform: scale(-1);
}

.form-label {
  margin-bottom: 0;
}

.form-control,
.form-select {
  font-family: "Nunito Sans", sans-serif;
  border: none;
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--color-dark);
  border-radius: 8px;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: var(--color-dark);
}
.form-control::placeholder,
.form-select::placeholder {
  color: var(--color-dark);
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: var(--color-dark);
}

.navbar {
  transition: all 0.5s ease-in-out;
}

.scrolled {
  background: #fff !important;
  box-shadow: 3px 0px 15px 15px rgba(89, 89, 89, 0.2);
  visibility: visible !important;
  pointer-events: all !important;
}
.scrolled .logo-viding {
  transform: translateX(0);
}
.scrolled .logo-viding path {
  fill: var(--vd-color-pink);
}

.navbar-hide {
  top: -70px;
}
@media (min-width: 992px) {
  .navbar-hide {
    top: 0;
  }
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background-color: var(--vd-color-pink);
  width: 100%;
  transform: scaleZ(0);
  transform-origin: 0% 50%;
  z-index: 9999;
}

.title-section {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 1.25rem;
}
.title-section h2,
.title-section p,
.title-section span {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 38px;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
}
@media (max-width: 767px) {
  .title-section h2,
  .title-section p,
  .title-section span {
    font-size: 2rem;
  }
}

.overlay-elements-gradient {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30%;
}
.overlay-elements-gradient.overlay-bottom {
  bottom: 0;
  background: linear-gradient(to top, var(--color-main) 20%, transparent 100%);
}
.overlay-elements-gradient.overlay-top {
  top: 0;
  background: linear-gradient(to bottom, var(--color-main) 20%, transparent 100%);
}

.waves-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  height: auto;
  bottom: -2px;
  z-index: 3;
}
.waves-bottom path {
  fill: var(--color-main);
}
.waves-bottom.reverse {
  transform: scaleX(-1);
}

.waves-top {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: auto;
  transform: scale(-1);
  z-index: 3;
}
.waves-top path {
  fill: var(--color-main);
}

.waves-left {
  position: absolute;
  height: 100%;
  left: -1px;
  top: 0;
}

.waves-right {
  position: absolute;
  height: 100%;
  right: -1px;
  top: 0;
  transform: scale(-1);
}

ul {
  padding: 0;
}
ul li {
  padding: 0;
}

@media (min-width: 768px) {
  .lg {
    display: block;
  }
  .sm {
    display: none;
  }
}
@media (max-width: 767px) {
  .lg {
    display: none;
  }
  .sm {
    display: block;
  }
}
.ipad {
  display: none;
}
@media (max-width: 991px) and (min-width: 768px) {
  .ipad {
    display: flex;
  }
}

.loader-wrapper {
  position: fixed;
  min-height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 1500;
  flex-direction: column;
  gap: 1.25rem;
}
.loader-wrapper .spinner {
  position: relative;
  width: 84px;
  height: auto;
}
.loader-wrapper span {
  color: var(--vd-color-pink);
  font-weight: 700;
  animation: fade 2s linear infinite;
  letter-spacing: 5px;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.modal.show-maps .modal-content {
  border-radius: 20px;
}
.modal.show-maps .modal-body {
  padding: 2rem 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .modal.show-maps .modal-body {
    padding: 2rem 1rem;
  }
}
.modal.show-maps .modal-body .btn-modal {
  background-color: var(--color-main);
  color: var(--color-dark);
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50px;
  opacity: 0.5;
  padding: 0 0.425rem;
  transition: all 0.5s ease;
}
.modal.show-maps .modal-body .btn-modal:hover {
  opacity: 1;
}
.modal.show-maps .modal-body .btn-custom {
  background: transparent;
  border-color: var(--color-dark);
  color: var(--color-dark);
  transition: all 0.25 ease-in-out;
}
.modal.show-maps .modal-body .btn-custom:hover {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--text-button);
}
.modal.show-maps .modal-body .maps-element {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  .modal.show-maps .modal-body .maps-element {
    aspect-ratio: 9/10;
  }
}
.modal.show-maps .modal-body .loader-wrapper-modal {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.show-maps .modal-body .loader-wrapper-modal.loaded {
  display: none;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--color-secondary);
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.modal.show-maps .modal-body .modal-actions {
  position: relative;
  color: var(--color-dark);
}

/** mouse scroll **/
.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 16px;
  position: relative;
  margin: 0 auto;
}

.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-right: 2px solid var(--color-light);
  border-bottom: 2px solid var(--color-light);
  margin: 0 0 3px 4px;
  width: 16px;
  height: 16px;
}

@media (max-width: 767px) {
  .mouse_scroll {
    width: 14px;
  }
  .m_scroll_arrows {
    width: 14px;
    height: 14px;
  }
}
.unu {
  margin-top: 1px;
}

.unu,
.doi,
.trei {
  animation: mouse-scroll 1s infinite;
}

.unu {
  animation-direction: alternate;
  animation-delay: 0.1s;
}

.doi {
  animation-delay: 0.2s;
  animation-direction: alternate;
  margin-top: -6px;
}

.trei {
  animation-delay: 0.3s;
  animation-direction: alternate;
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid var(--color-light);
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #fff;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  border-radius: 8px;
}

.wheel {
  animation: mouse-wheel 0.6s linear infinite;
}

@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
[data-anim][data-anim] {
  will-change: transform;
}
[data-anim][data-anim].animation-invisible {
  visibility: hidden;
}
[data-anim][data-anim].has-animate {
  animation-duration: 3000ms;
  animation-timing-function: ease-in-out;
}
[data-anim][data-anim].animate-loop {
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
[data-anim][data-anim].animate-loop.animate-paused {
  animation-play-state: paused;
}

[data-anim=fade].has-animate {
  animation-name: fadeAnim;
}

[data-anim=fade-right].has-animate {
  animation-name: fadeRight;
}

[data-anim=fade-left].has-animate {
  animation-name: fadeLeft;
}

[data-anim=fade-up].has-animate {
  animation-name: fadeUp;
}

[data-anim=fade-down].has-animate {
  animation-name: fadeDown;
}

@keyframes fadeAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeRight {
  0% {
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fadeLeft {
  0% {
    transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
[data-anim=slide-right].has-animate {
  animation-name: slideRight;
}

[data-anim=slide-left].has-animate {
  animation-name: slideLeft;
}

[data-anim=slide-up].has-animate {
  animation-name: slideUp;
}

[data-anim=slide-down].has-animate {
  animation-name: slideDown;
}

@keyframes slideRight {
  0% {
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translate3d(100px, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes slideUp {
  0% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translate3d(0, -100px, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
[data-anim=slide-rotate-left].has-animate {
  animation-name: slideRotateLeft;
}

[data-anim=slide-rotate-right].has-animate {
  animation-name: slideRotateRight;
}

[data-anim=slide-rotate-up].has-animate {
  animation-name: slideUpRotateLeft;
}

@keyframes slideRotateLeft {
  0% {
    transform: translate3d(30%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateZ(0) rotate(0);
  }
}
@keyframes slideRotateRight {
  0% {
    transform: translate3d(-30%, 0, 0) rotate(-45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateZ(0) rotate(0);
  }
}
@keyframes slideUpRotateLeft {
  0% {
    transform: translate3d(0, 150px, 0) rotate(30deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateZ(0) rotateZ(0);
  }
}
[data-anim=rotate-right].has-animate {
  animation-name: rotateRight;
}

[data-anim=rotate-left].has-animate {
  animation-name: rotateLeft;
}

@keyframes rotateRight {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes rotateLeft {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotate(-10deg);
  }
}
[data-anim=zoom-in].has-animate {
  animation-name: zoomIn;
}

[data-anim=zoom-in-up].has-animate {
  animation-name: zoomInUp;
}

[data-anim=zoom-in-down].has-animate {
  animation-name: zoomInDown;
}

[data-anim=zoom-in-left].has-animate {
  animation-name: zoomInLeft;
}

[data-anim=zoom-in-right].has-animate {
  animation-name: zoomInRight;
}

[data-anim=zoom-out].has-animate {
  animation-name: zoomOut;
}

[data-anim=zoom-out-up].has-animate {
  animation-name: zoomOutUp;
}

[data-anim=zoom-out-down].has-animate {
  animation-name: zoomOutDown;
}

@keyframes zoomIn {
  0% {
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomInUp {
  0% {
    transform: translate3d(0, 100px, 0) scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateZ(0) scale3d(1, 1, 1);
  }
}
@keyframes zoomInDown {
  0% {
    transform: translate3d(0, -100px, 0) scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateZ(0) scale3d(1, 1, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    transform: translate3d(50%, 0, 0) scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateZ(0) scale3d(1, 1, 1);
  }
}
@keyframes zoomInRight {
  0% {
    transform: translate3d(-50%, 0, 0) scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateZ(0) scale3d(1, 1, 1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutUp {
  0% {
    transform: translate3d(0, 100px, 0) scale3d(1.3, 1.3, 1.3);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateZ(0) scale3d(1, 1, 1);
  }
}
@keyframes zoomOutDown {
  0% {
    transform: translate3d(0, -100px, 0) scale3d(1.3, 1.3, 1.3);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateZ(0) scale3d(1, 1, 1);
  }
}
[data-anim*=flip][data-anim*=flip] {
  backface-visibility: hidden;
}

[data-anim=flip-up].has-animate {
  animation-name: flipUp;
}

[data-anim=flip-down].has-animate {
  animation-name: flipDown;
}

[data-anim=flip-left].has-animate {
  animation-name: flipLeft;
}

[data-anim=flip-right].has-animate {
  animation-name: flipRight;
}

@keyframes flipUp {
  0% {
    perspective: 2500px;
    transform: rotateX(100deg);
  }
  100% {
    perspective: 0;
    transform: rotateX(0);
  }
}
@keyframes flipDown {
  0% {
    perspective: 2500px;
    transform: rotateX(-100deg);
  }
  100% {
    perspective: 0;
    transform: rotateX(0);
  }
}
@keyframes flipLeft {
  0% {
    perspective: 2500px;
    transform: rotateY(-100deg);
  }
  100% {
    perspective: 0;
    transform: rotateY(0);
  }
}
@keyframes flipRight {
  0% {
    perspective: 2500px;
    transform: rotateY(100deg);
  }
  100% {
    perspective: 0;
    transform: rotateY(0);
  }
}
[data-anim=height-up].has-animate {
  animation-name: heightUp;
  visibility: visible !important;
}

[data-anim=height-up-reverse].has-animate {
  animation-name: heightUpReverse;
  animation-fill-mode: forwards;
  visibility: visible !important;
}

[data-anim=height-down].has-animate {
  animation-name: heightDown;
  visibility: visible !important;
}

[data-anim=height-down-reverse].has-animate {
  animation-name: heightDownReverse;
  animation-fill-mode: forwards;
  visibility: visible !important;
}

[data-anim=height-center].has-animate {
  animation-name: heightCenter;
  visibility: visible !important;
}

[data-anim=height-center-reverse].has-animate {
  animation-name: heightCenterReverse;
  animation-fill-mode: forwards;
  visibility: visible !important;
}

[data-anim=width-left].has-animate {
  animation-name: widthLeft;
  visibility: visible !important;
}

[data-anim=width-left-reverse].has-animate {
  animation-name: widthLeftReverse;
  animation-fill-mode: forwards;
  visibility: visible !important;
}

[data-anim=width-right].has-animate {
  animation-name: widthRight;
  visibility: visible !important;
}

[data-anim=width-right-reverse].has-animate {
  animation-name: widthRightReverse;
  animation-fill-mode: forwards;
  visibility: visible !important;
}

[data-anim=width-center].has-animate {
  animation-name: widthCenter;
  visibility: visible !important;
}

[data-anim=width-center-reverse].has-animate {
  animation-name: widthCenterReverse;
  animation-fill-mode: forwards;
  visibility: visible !important;
}

@keyframes heightUp {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0% 0 0 0);
            clip-path: inset(0% 0 0 0);
  }
}
@keyframes heightDown {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0% 0);
            clip-path: inset(0 0 0% 0);
  }
}
@keyframes heightUpReverse {
  0% {
    transform: translateZ(0) scaleY(1);
  }
  100% {
    transform: translate3d(0, 50%, 0) scaleY(0);
  }
}
@keyframes heightDownReverse {
  0% {
    transform: translateZ(0) scaleY(1);
  }
  100% {
    transform: translate3d(0, -50%, 0) scaleY(0);
  }
}
@keyframes heightCenter {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes heightCenterReverse {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes widthLeft {
  0% {
    transform: translate3d(50%, 0, 0) scaleX(0);
  }
  100% {
    transform: translateZ(0) scaleX(1);
  }
}
@keyframes widthRight {
  0% {
    transform: translate3d(-50%, 0, 0) scaleX(0);
  }
  100% {
    transform: translateZ(0) scaleX(1);
  }
}
@keyframes widthCenter {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes widthLeftReverse {
  0% {
    transform: translateZ(0) scaleX(1);
  }
  100% {
    transform: translate3d(50%, 0, 0) scaleX(0);
  }
}
@keyframes widthRightReverse {
  0% {
    transform: translateZ(0) scaleX(1);
  }
  100% {
    transform: translate3d(-50%, 0, 0) scaleX(0);
  }
}
@keyframes widthCenterReverse {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
[data-anim=zoom-out-image].has-animate {
  transition-duration: 1500ms;
  transition-timing-function: ease;
  transition-delay: 200ms;
  transition-property: transform;
  transform: scale3d(1, 1, 1);
}

[data-anim=zoom-out-image] {
  transform: scale3d(1.25, 1.25, 1.25);
  transition-duration: 5000ms !important;
  visibility: visible !important;
}

img[alt=tree-1] {
  transform-origin: 50% 90%;
}

img[alt=tree-2] {
  transform-origin: 45% 90%;
}

img[alt=lotus-1] {
  transform-origin: 20% 90%;
}

img[alt=lotus-2] {
  transform-origin: 45% 95%;
}

img[alt=rose] {
  transform-origin: 50% 95%;
}

.countdown {
  display: flex;
  text-align: center;
  justify-content: center;
  position: relative;
  min-width: 70%;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.5rem;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.75rem;
  color: var(--color-light);
  margin: 0 auto;
}
.countdown::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-primary);
  opacity: 0.6;
  border-radius: 16px;
  content: "";
}
@media (max-width: 991px) and (min-width: 768px) {
  .countdown {
    min-width: 60%;
  }
}
.countdown .days,
.countdown .hours,
.countdown .minutes,
.countdown .seconds {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.countdown .days .huruf,
.countdown .hours .huruf,
.countdown .minutes .huruf,
.countdown .seconds .huruf {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 390px) {
  .countdown .days .huruf,
  .countdown .hours .huruf,
  .countdown .minutes .huruf,
  .countdown .seconds .huruf {
    font-size: 12px;
  }
}
.countdown .days .angka,
.countdown .hours .angka,
.countdown .minutes .angka,
.countdown .seconds .angka {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 36px;
  font-family: "YOUKISS", serif;
}
@media (max-width: 767px) {
  .countdown .days .angka,
  .countdown .hours .angka,
  .countdown .minutes .angka,
  .countdown .seconds .angka {
    font-size: 32px;
  }
}
@media (max-width: 390px) {
  .countdown .days .angka,
  .countdown .hours .angka,
  .countdown .minutes .angka,
  .countdown .seconds .angka {
    font-size: 28px;
  }
}
.countdown .days .huruf,
.countdown .days .angka,
.countdown .hours .huruf,
.countdown .hours .angka,
.countdown .minutes .huruf,
.countdown .minutes .angka,
.countdown .seconds .huruf,
.countdown .seconds .angka {
  margin: 0;
  padding: 0;
}

.cover-section {
  position: fixed;
  z-index: 1000;
  transition: all 1s ease-out;
  background-color: var(--color-main);
  overflow: hidden;
  width: 100%;
}
.cover-section.cover-opened {
  transform: translateY(-100%);
}
.cover-section .ornaments-wrapper.with-bg {
  background-color: var(--color-main);
}
@media (max-width: 991px) {
  .cover-section .ornaments-wrapper.cover-ornament-wrapper {
    height: calc(100% - 5rem);
  }
}
@media (min-width: 992px) {
  .cover-section .ornament {
    width: 8%;
  }
}
.cover-section .sky {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  transform: translate(-50%, 0);
}
.cover-section .mountain {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 20%);
}
@media (max-width: 991px) {
  .cover-section .mountain {
    width: 180%;
    transform: translate(-50%, -30%);
  }
}
.cover-section .mountain .land {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 120%;
}
@media (max-width: 575px) {
  .cover-section .mountain .land {
    bottom: -40%;
    width: 180%;
  }
}
.cover-section .rumah {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60%;
  transform: translate(-50%, 20%);
}
@media (max-width: 991px) {
  .cover-section .rumah {
    width: 120%;
    transform: translate(-50%, -15%);
  }
}
.cover-section .orn-2 {
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 50%;
  transform: translate(-40%, 0);
}
@media (max-width: 991px) {
  .cover-section .orn-2 {
    bottom: 40%;
    width: 65%;
  }
}
.cover-section .orn-1 {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 50%;
  transform: translate(40%, 0);
}
@media (max-width: 991px) {
  .cover-section .orn-1 {
    bottom: 30%;
    width: 65%;
  }
}
.cover-section .orn-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  transform: translate(-50%, 10%);
}
@media (max-width: 991px) {
  .cover-section .orn-3 {
    width: 38%;
  }
}
.cover-section .orn-3 .orn-4 {
  position: absolute;
  top: 40%;
  left: 90%;
  width: 100%;
}
.cover-section .orn-3 .orn-5 {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
}
.cover-section .orn-6 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  transform: translate(40%, 50%);
}
@media (max-width: 991px) {
  .cover-section .orn-6 {
    width: 43%;
  }
}
.cover-section .orn-6 .orn-5 {
  position: absolute;
  top: 10%;
  right: 70%;
  width: 80%;
  transform: scaleX(-1);
}
.cover-section .cover-wrapper {
  position: relative;
  padding: 5rem 0 0;
  transition: opacity 1s ease;
  height: 100vh;
}
@media (max-width: 991px) {
  .cover-section .cover-wrapper {
    padding: 5rem 0 0;
  }
}
.cover-section .cover-wrapper .cover-content {
  position: relative;
  width: 40%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 3rem;
  margin: 0 auto;
  color: var(--color-light);
}
.cover-section .cover-wrapper .cover-content .cover-content-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--color-primary);
  border-radius: 300px 300px 0 0;
  opacity: 0.6;
  content: "";
}
@media (max-width: 991px) {
  .cover-section .cover-wrapper .cover-content {
    width: 60%;
    padding-bottom: 10rem;
  }
}
@media (max-width: 575px) {
  .cover-section .cover-wrapper .cover-content {
    width: 95%;
  }
}
.cover-section .cover-wrapper .cover-content .cover-body {
  position: relative;
  z-index: 5;
}
.cover-section .cover-wrapper .cover-content .cover-body .cover-description {
  position: relative;
  width: 100%;
  padding: 1rem;
  text-align: center;
}
.cover-section .cover-wrapper .cover-content .cover-body .cover-description .cover-event {
  position: relative;
  margin-bottom: 1rem;
}
.cover-section .cover-wrapper .cover-content .cover-body .cover-description .greeting-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.cover-section .cover-wrapper .cover-content .cover-body .cover-description .title {
  padding: 1rem 0;
  margin-bottom: 0;
}
.cover-section .cover-wrapper .cover-content .cover-body .cover-description p {
  margin-bottom: 0;
}
.cover-section .cover-wrapper .cover-content .cover-body .cover-description h6 {
  margin-bottom: 0;
  font-weight: 600;
}
.cover-section .cover-wrapper .cover-content .elements-widget {
  position: relative;
  width: 100%;
}

.header-section {
  position: relative;
}
.header-section .scroll-icon {
  margin-top: 1rem;
}
.header-section .ornaments-wrapper.with-bg {
  background-color: var(--color-main);
}
.header-section .sky {
  position: absolute;
  top: 0;
  left: 50%;
  width: 110%;
  transform: translate(-50%, 0);
}
.header-section .mountain {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150%;
  transform: translate(-50%, -30%);
}
@media (max-width: 575px) {
  .header-section .mountain {
    width: 180%;
    transform: translate(-50%, -40%);
  }
}
.header-section .mountain .land {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 120%;
}
@media (max-width: 575px) {
  .header-section .mountain .land {
    bottom: -40%;
    width: 180%;
  }
}
.header-section .ampera {
  position: absolute;
  bottom: 70%;
  left: 50%;
  width: 80%;
  transform: translate(-58%, 0);
}
.header-section .rumah {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 115%;
  transform: translate(-50%, -10%);
}
@media (max-width: 575px) {
  .header-section .rumah {
    width: 120%;
    transform: translate(-50%, -15%);
  }
}
.header-section .orn-1 {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 65%;
  transform: translate(-45%, 0);
  opacity: 0.5;
}
.header-section .orn-2 {
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 65%;
  transform: translate(45%, 0);
  opacity: 0.5;
}
.header-section .orn-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38%;
  transform: translate(-50%, 10%);
}
.header-section .orn-3 .orn-4 {
  position: absolute;
  top: 45%;
  left: 90%;
  width: 100%;
}
.header-section .orn-3 .orn-5 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}
.header-section .orn-7 {
  position: absolute;
  top: 10%;
  left: 0;
  width: 50%;
}
.header-section .orn-8 {
  position: absolute;
  top: 15%;
  right: 0;
  width: 50%;
}
.header-section .orn-6 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43%;
  transform: translate(40%, 50%);
}
.header-section .orn-6 .orn-5 {
  position: absolute;
  top: 10%;
  right: 65%;
  width: 85%;
  transform: scaleX(-1);
}
.header-section .header-content {
  position: relative;
  text-align: center;
  padding: 4rem 0 0;
  min-height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 575px) {
  .header-section .header-content {
    min-height: 85vh;
  }
}
.header-section .header-content .header {
  position: relative;
  width: 80%;
  min-height: calc(100vh - 5rem);
  text-align: center;
  color: var(--color-light);
  padding: 3rem 1rem 13rem;
}
@media (max-width: 991px) and (min-width: 768px) {
  .header-section .header-content .header {
    width: 60%;
    min-height: calc(100vh - 10rem);
  }
}
@media (max-width: 575px) {
  .header-section .header-content .header {
    width: 90%;
    min-height: calc(100vh - 10rem);
    padding: 3rem 1rem 20rem;
  }
}
@media (max-width: 390px) {
  .header-section .header-content .header {
    padding: 3rem 1rem 10rem;
  }
}
.header-section .header-content .header .header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-primary);
  border-radius: 300px 300px 0 0;
  opacity: 0.6;
  content: "";
}
.header-section .header-content .header .header-title {
  position: relative;
}
.header-section .header-content .header .header-title-content {
  position: relative;
  z-index: 5;
}
.header-section .header-content .header .header-title-content .brand-name {
  position: relative;
  border-radius: 300px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
  border: 1px solid var(--color-light);
  padding: 0.5rem 0.75rem;
}
.header-section .header-content .header .header-title-content .brand-name span {
  display: block;
  font-family: var(--font-custom);
  font-size: 48px;
  line-height: 1.2;
  color: var(--color-light);
  text-transform: uppercase;
}
.header-section .header-content .header .header-title-content .brand-name span.man {
  transform: translate(-20%, 0);
}
.header-section .header-content .header .header-title-content .brand-name span.woman {
  margin-top: -80%;
  transform: translate(-20%, 0);
}

.reminder-wrap {
  position: relative;
  width: 100%;
  min-height: 80vh;
  padding-top: 3rem;
  background-color: var(--color-main);
}
@media (max-width: 991px) {
  .reminder-wrap {
    min-height: 60vh;
  }
}
@media (max-width: 575px) {
  .reminder-wrap {
    min-height: 50vh;
  }
}
@media (max-width: 390px) {
  .reminder-wrap {
    min-height: 60vh;
  }
}
.reminder-wrap .ornaments-wrapper.with-bg {
  background-color: var(--color-main);
}
.reminder-wrap .sky {
  position: absolute;
  top: 0;
  left: 50%;
  width: 110%;
  transform: translate(-50%, 0);
}
.reminder-wrap .mountain {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150%;
  transform: translate(-50%, 0%);
}
.reminder-wrap .mountain .land {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 120%;
}
.reminder-wrap .ampera {
  position: absolute;
  bottom: 70%;
  left: 50%;
  width: 80%;
  transform: translate(-58%, 0);
}
.reminder-wrap .orn-1 {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 65%;
  transform: translate(-45%, 0);
  opacity: 0.5;
}
.reminder-wrap .orn-2 {
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 65%;
  transform: translate(45%, 0);
  opacity: 0.5;
}
.reminder-wrap .orn-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38%;
  transform: translate(-50%, 10%);
}
.reminder-wrap .orn-3 .orn-4 {
  position: absolute;
  top: 45%;
  left: 90%;
  width: 100%;
}
.reminder-wrap .orn-3 .orn-5 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}
.reminder-wrap .orn-7 {
  position: absolute;
  top: 10%;
  left: 0;
  width: 50%;
}
.reminder-wrap .orn-8 {
  position: absolute;
  top: 15%;
  right: 0;
  width: 50%;
}
.reminder-wrap .orn-6 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43%;
  transform: translate(40%, 50%);
}
.reminder-wrap .orn-6 .orn-5 {
  position: absolute;
  top: 10%;
  right: 65%;
  width: 85%;
  transform: scaleX(-1);
}
.reminder-wrap .reminder-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.reminder-wrap .btn-reminder {
  z-index: 3;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  gap: 0.5rem;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  margin: 1.5rem auto 0;
}
.reminder-wrap .btn-reminder path {
  fill: var(--text-button);
  transition: all 0.3s ease-in-out;
}

.couple-section {
  position: relative;
}
.couple-section .and {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 2rem 0;
  z-index: 3;
}
@media (max-width: 991px) and (min-width: 768px) {
  .couple-section .and {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.couple-section .and span {
  position: relative;
  font-size: 28px;
  font-family: "YOUKISS", serif;
}
.couple-section .and.single {
  display: flex;
  padding: 0 0 1rem;
}
.couple-section .couple-wrapper {
  position: relative;
  padding: 3rem 0 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .couple-section .couple-wrapper {
    padding: 5rem 0 0;
  }
}
.couple-section .couple-wrapper .couple-content {
  position: relative;
  text-align: center;
  padding: 0 2rem;
  margin-bottom: 3rem;
}
.couple-section .couple-wrapper .couple-content p {
  margin-bottom: 0;
}
.couple-section .couple-wrapper .couple-body {
  position: relative;
  background-color: var(--color-primary);
  color: var(--color-light);
}
@media (max-width: 991px) and (min-width: 768px) {
  .couple-section .couple-wrapper .couple-body {
    padding-bottom: 5rem;
  }
}
.couple-section .couple-wrapper .couple-body .elements-wrapper-absolute{
  opacity: .6;
}
.couple-section .couple-wrapper .couple-body.single{
  padding-bottom: 2rem;
}
@media (max-width: 576px) {
  .couple-section .couple-wrapper .couple-body.single{
    padding-bottom: 1rem;
  }
}
.couple-section .couple-wrapper .couple-body.single .image-wrap{
  width: 70%;
}
.couple-section .couple-wrapper .couple-body .rebung-horizontal {
  margin-bottom: 1.5rem;
}
.couple-section .couple-wrapper .orn-1 {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 35%;
  transform: translate(-50%, 0);
}
.couple-section .couple-wrapper .orn-1 .orn-2 {
  position: absolute;
  top: -30%;
  right: 15%;
  width: 100%;
}
.couple-section .couple-wrapper .orn-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  transform: translate(50%, 0);
}
.couple-section .couple-wrapper .orn-3 .orn-4 {
  position: absolute;
  top: 35%;
  left: 10%;
  width: 100%;
  transform: rotate(-45deg);
}
.couple-section .couple {
  position: relative;
  overflow: hidden;
}
.couple-section .couple .rebung-horizontal {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) and (min-width: 768px) {
  .couple-section .couple .rebung-horizontal {
    display: none;
  }
}
.couple-section .couple .image-wrap {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
.couple-section .couple .image-wrap .image-element {
  padding-top: 120%;
}
.couple-section .couple .image-wrap .image-element > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.couple-section .couple .image-wrap .image-element .couple-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.couple-section .couple .couple-description {
  position: relative;
  text-align: center;
  padding: 1rem 1rem 2rem;
}
.couple-section .couple .couple-description h3 {
  position: relative;
}
.couple-section .couple .couple-description .couple-parent {
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
}
.couple-section .couple .couple-description .couple-parent p {
  margin-bottom: 0;
}
.couple-section .couple .couple-description .sosmed-wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0.5rem 0.6rem;
  border-radius: 50px;
  background-color: var(--color-secondary);
  margin: 1rem auto 0;
}
.couple-section .couple .couple-description .sosmed-wrap .sosmed {
  color: var(--text-button);
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.couple-section .couple .couple-description .sosmed-wrap .sosmed small {
  align-items: center;
  gap: 0.25rem;
  display: flex;
  justify-content: center;
}
.couple-section .couple .couple-description .sosmed-wrap .fab {
  font-size: 18px;
}
@media (max-width: 767px) {
  .couple-section .couple .couple-description .sosmed-wrap .fab {
    font-size: 16px;
  }
}

.story-section {
  position: relative;
  padding: 0 0 3rem;
  background-color: var(--color-primary);
  color: var(--color-light);
}
@media (max-width: 991px) and (min-width: 768px) {
  .story-section {
    padding: 0 0 5rem;
  }
}
.story-section .rumah {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200%;
  transform: translate(10%, 3rem);
  opacity: 0.2;
}
@media (max-width: 991px) and (min-width: 768px) {
  .story-section .rumah {
    transform: translate(10%, 5rem);
  }
}
.story-section .story-content {
  position: relative;
}
.story-section .story-content .story-description {
  position: relative;
  text-align: left;
  padding: 0 1rem;
}
.story-section .story-content .story-description .title-section {
  text-align: left;
}
.story-section .image-wrapper {
  position: relative;
  width: 84%;
  margin-bottom: 1.5rem;
}
.story-section .image-wrapper .image-element {
  padding-top: 100%;
}
.story-section .image-wrapper .image-element > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .story-section .image-wrapper .image-element {
    padding-top: 66.6666666667%;
  }
  .story-section .image-wrapper .image-element > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.story-section .image-wrapper .image-element img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.venue-section {
  position: relative;
  padding: 3rem 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .venue-section {
    padding: 5rem 0;
  }
}
.venue-section .sky {
  position: absolute;
  top: 0;
  left: 50%;
  width: 180%;
  transform: translate(-50%, -12%);
}
.venue-section .ampera {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150%;
  transform: translate(-60%, 0);
}
@media (max-width: 575px) {
  .venue-section .ampera {
    bottom: 1rem;
  }
}
.venue-section .orn-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  transform: translate(-55%, 0);
}
.venue-section .orn-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  transform: translate(55%, 0);
}
.venue-section .orn-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  transform: translate(-55%, 50%);
}
.venue-section .orn-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  transform: translate(55%, 50%);
}
.venue-section .orn-5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  transform: translate(-5%, 75%);
}
.venue-section .orn-6 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  transform: translate(5%, 75%);
}
.venue-section .orn-7 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  transform: translate(-40%, 50%);
}
.venue-section .orn-8 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  transform: translate(25%, 55%);
}
.venue-section .orn-9 {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 42%;
  transform: translate(-50%, 72%);
}
.venue-section .orn-10 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  transform: translate(-45%, 80%);
}
.venue-section .orn-11 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  transform: translate(20%, 85%);
}
.venue-section .venue-wrapper {
  position: relative;
}
.venue-section .venue-wrapper .venue-description {
  position: relative;
  text-align: center;
  padding: 2rem 1.5rem;
  margin-bottom: 3rem;
  color: var(--color-light);
}
.venue-section .venue-wrapper .venue-description::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-primary);
  opacity: 0.6;
  border-radius: var(--border-radius);
  content: "";
}
.venue-section .venue-wrapper .venue-content {
  position: relative;
}
.venue-section .venue-wrapper .venue-content .ribbon-venue {
  position: relative;
  margin-bottom: 1rem;
}
.venue-section .venue-wrapper .venue-content .ribbon-venue svg {
  width: 40px;
  height: auto;
}
.venue-section .venue-wrapper .venue-content .ribbon-venue svg path {
  stroke: var(--color-dark);
}
.venue-section .venue-wrapper .venue-content .ribbon-venue .st0 {
  fill: var(--color-secondary);
}
.venue-section .venue-wrapper .venue-content .ribbon-venue .st1 {
  fill: none;
  stroke: var(--color-secondary);
  stroke-width: 19;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  transform-origin: 50% 75%;
}
.venue-section .venue-wrapper .venue-content .card {
  background-color: var(--color-primary);
  color: var(--color-light);
  border: none;
  text-align: left;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.venue-section .venue-wrapper .venue-content .card .card-body {
  padding: 0;
}
.venue-section .venue-wrapper .venue-content .card .card-body h4 {
  padding: 0 0 1rem;
}
.venue-section .venue-wrapper .venue-content .card .card-body .event-name {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  text-align: center;
  overflow: hidden;
}
.venue-section .venue-wrapper .venue-content .card .card-body .event-name-body {
  position: relative;
  padding: 3rem 1rem 5rem;
  z-index: 5;
}
.venue-section .venue-wrapper .venue-content .card .card-body .event-name .date {
  position: relative;
  padding: 0.5rem 0;
  width: 100%;
}
.venue-section .venue-wrapper .venue-content .card .card-body .event-name .date h5 {
  font-family: "YOUKISS", serif;
  margin-bottom: 0;
  font-size: 42px;
}
.venue-section .venue-wrapper .venue-content .card .card-body .event-name .date .line {
  --color-button-trans: #fff;
  width: 45px;
  height: 1px;
  background-color: var(--color-button-trans);
  margin: 0.2rem auto 0.5rem;
}
.venue-section .venue-wrapper .venue-content .card .card-body .event-name h4 {
  font-family: "YOUKISS", serif;
  font-size: 32px;
}
.venue-section .venue-wrapper .venue-content .card .card-body .event-name p,
.venue-section .venue-wrapper .venue-content .card .card-body .event-name span {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.venue-section .venue-wrapper .venue-content .card .card-body .event-description {
  position: relative;
  margin-bottom: 2rem;
}
.venue-section .venue-wrapper .venue-content .card .card-body .event-description p {
  margin-bottom: 0;
}
.venue-section .venue-wrapper .venue-content .card .card-body .event-place {
  position: relative;
}
@media (max-width: 991px) and (min-width: 768px) {
  .venue-section .venue-wrapper .venue-content .card .card-body .event-place .ornament {
    width: 20%;
  }
}
.venue-section .venue-wrapper .venue-content .card .card-body .event-place-body {
  position: relative;
  padding: 0 4rem 2rem 1.5rem;
}
.venue-section .venue-wrapper .venue-content .card .card-body .event-place-body .widget-elements {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
.venue-section .prokes-wrapper {
  margin: 3rem 0 0;
  position: relative;
  padding: 2rem;
  text-align: center;
  z-index: 2;
}
.venue-section .prokes-wrapper .title-section::before {
  all: unset;
}
@media (max-width: 767px) {
  .venue-section .prokes-wrapper {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .venue-section .prokes-wrapper {
    padding: 2rem 0;
  }
}
.venue-section .prokes-wrapper * {
  position: relative;
}
.venue-section .prokes-wrapper .prokes-wrap {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
}
.venue-section .prokes-wrapper .prokes-wrap .prokes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 132px;
}
@media (min-width: 992px) {
  .venue-section .prokes-wrapper .prokes-wrap .prokes {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .venue-section .prokes-wrapper .prokes-wrap .prokes {
    width: 120px;
  }
}
@media (max-width: 390px) {
  .venue-section .prokes-wrapper .prokes-wrap .prokes {
    width: 45%;
  }
}
.venue-section .row-venue {
  row-gap: 3rem;
}
@media (max-width: 767px) {
  .venue-section .row-venue-sm {
    row-gap: 3rem;
  }
}
.venue-section .animation-loop .st1 {
  will-change: transform;
  animation: zoomInRing 2000ms ease-out infinite;
}
.venue-section .animation-loop .dot {
  will-change: transform;
  animation: fadeBoing 2000ms ease-out infinite;
  transform-origin: 50% 75%;
}
.venue-section .animation-loop #Layer_3 {
  will-change: transform;
  animation: boing 1000ms ease-out infinite alternate;
}
@keyframes zoomInRing {
  0% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    opacity: 0;
  }
}
@keyframes boing {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -5rem, 0);
  }
}
@keyframes fadeBoing {
  0% {
    opacity: 1;
  }
  50% {
    transform: scale3d(0.25, 0.25, 0.25);
    opacity: 0;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

.rsvp-section {
  position: relative;
  padding: 3rem 0;
  background-color: var(--color-primary);
}
@media (max-width: 991px) and (min-width: 768px) {
  .rsvp-section {
    padding: 5rem 0;
  }
}
.rsvp-section .ampera {
  position: relative;
  width: 50%;
  margin: 0 auto 1rem;
}
.rsvp-section .ornaments-wrapper {
  overflow: hidden;
}
.rsvp-section .ornaments-wrapper .rumah {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  transform: translate(-38%, -5%);
}
.rsvp-section .ornaments-wrapper .orn-1 {
  position: absolute;
  bottom: 40%;
  left: 0;
  width: 95%;
  transform: translate(-60%, 0%);
}
.rsvp-section .ornaments-wrapper .orn-2 {
  position: absolute;
  bottom: 40%;
  right: 0;
  width: 95%;
  transform: translate(60%, 0%);
}
.rsvp-section .ornaments-wrapper .orn-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  transform: translate(-50%, 0);
}
.rsvp-section .ornaments-wrapper .orn-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  transform: translate(50%, 0);
}
.rsvp-section .ornaments-wrapper .orn-5 {
  position: absolute;
  bottom: 50%;
  right: 45%;
  width: 35%;
}
.rsvp-section .ornaments-wrapper .orn-5 .orn-6 {
  position: absolute;
  bottom: 50%;
  right: 20%;
  width: 80%;
}
.rsvp-section .ornaments-wrapper .orn-7 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  transform: translate(-50%, 55%) rotate(10deg);
}
.rsvp-section .ornaments-wrapper .orn-8 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  transform: translate(50%, 0) scaleX(-1);
}
.rsvp-section .ornaments-wrapper .orn-8 .orn-9 {
  position: absolute;
  bottom: 50%;
  right: 20%;
  width: 80%;
}
.rsvp-section .ornaments-wrapper .orn-10 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  transform: translate(-10%, 60%) rotate(15deg);
}
.rsvp-section .ornaments-wrapper .orn-11 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  transform: translate(-30%, 85%) scaleX(-1);
}
.rsvp-section .ornaments-wrapper .orn-12 {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 35%;
  transform: translate(-50%, 45%) scaleX(-1);
}
.rsvp-section .ornaments-wrapper .orn-13 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  transform: translate(65%, 75%) scaleX(-1);
}
.rsvp-section .rsvp-wrapper {
  position: relative;
  background-color: var(--color-main);
  color: var(--color-light);
  border-radius: 300px;
}
.rsvp-section .rsvp-wrapper .rsvp-form {
  position: relative;
  padding: 3rem 3rem 10rem;
  z-index: 5;
}
@media (max-width: 991px) {
  .rsvp-section .rsvp-wrapper .rsvp-form {
    padding: 3rem 2rem 9rem;
  }
}

.wishes-section {
  position: relative;
}
.wishes-section .wishes-wrapper-form {
  position: relative;
  padding: 3rem 0 0;
  background-color: var(--color-primary);
  color: var(--color-light);
}
@media (max-width: 991px) and (min-width: 768px) {
  .wishes-section .wishes-wrapper-form {
    padding: 5rem 0 0;
  }
}
.wishes-section .wishes-wrapper-form .sky {
  position: absolute;
  top: 0;
  left: 50%;
  width: 150%;
  transform: translate(-50%, -15%);
}
.wishes-section .wishes-wrapper-form .ampera {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 140%;
  transform: translate(-60%, 0);
}
.wishes-section .wishes-wrapper-form .orn-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  transform: translate(-75%, -10%);
}
.wishes-section .wishes-wrapper-form .orn-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  transform: translate(75%, -5%);
}
.wishes-section .wishes-wrapper-form .orn-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate(-65%, 75%) scaleX(-1);
}
.wishes-section .wishes-wrapper-form .orn-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: translate(60%, 80%);
}
.wishes-section .wishes-wrapper-form .orn-5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  transform: translate(-50%, 5%);
}
.wishes-section .wishes-wrapper-form .orn-6 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38%;
  transform: translate(60%, 5%) scaleX(-1);
}
.wishes-section .card-form {
  background-color: transparent;
}
.wishes-section .card-form.card {
  border: none;
}
.wishes-section .card-form .card-body {
  padding: 0 2rem 2rem;
}
.wishes-section .wishes-preview {
  position: relative;
}
.wishes-section .wishes-preview .card {
  position: relative;
  border: none;
  background-color: transparent;
}
.wishes-section .wishes-preview .card .card-body {
  overflow: hidden;
  padding: 2rem 0;
}
.wishes-section .wishes-preview .card .card-body .wishes {
  text-align: left;
  max-height: 32rem;
  overflow: auto;
  padding-right: 1rem;
  color: var(--color-dark);
}
.wishes-section .wishes-preview .card .card-body .wishes::-webkit-scrollbar {
  width: 5px;
}
.wishes-section .wishes-preview .card .card-body .wishes::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 20px;
  opacity: 0.15;
}
.wishes-section .wishes-preview .card .card-body .wishes::-webkit-scrollbar-thumb {
  background-color: var(--color-secondary);
  border-radius: 20px;
}
.wishes-section .wishes-preview .card .card-body .wishes .wish {
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
.wishes-section .wishes-preview .card .card-body .wishes .wish h6 {
  font-weight: bold;
}
.wishes-section .wishes-preview .card .card-body .wishes .wish h6,
.wishes-section .wishes-preview .card .card-body .wishes .wish p {
  margin-bottom: 0;
}
.wishes-section .wishes-preview .card .card-body .wishes .wish .wish-badge {
  background-color: var(--color-light);
  width: 35px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.wishes-section .wishes-preview .card .card-body .wishes .wish .wish-description {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  position: relative;
}
.wishes-section .wishes-preview .card .card-body .wishes .wish .wish-description::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 15px;
  height: 15px;
  transform: translateX(-100%);
  -webkit-clip-path: url(#wishes-polygon);
          clip-path: url(#wishes-polygon);
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
}

.egift-section {
  position: relative;
  padding: 3rem 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .egift-section {
    padding: 5rem 0;
  }
}
.egift-section .orn-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  transform: translate(60%, -32%);
}
.egift-section .orn-2 {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 35%;
  transform: translate(40%, 0) rotate(-20deg) scaleX(-1);
}
.egift-section .gift-wrap {
  position: relative;
  text-align: left;
  padding-right: 1rem;
  margin-bottom: 2rem;
}
.egift-section .gift-wrap .title-section {
  text-align: left;
}
.egift-section .tabs-gift {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem;
  border-radius: var(--border-radius);
  gap: 0.5rem;
}
.egift-section .tabs-gift::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary);
  opacity: 0.25;
  content: "";
  border-radius: 50px;
}
@media (max-width: 767px) {
  .egift-section .tabs-gift {
    padding: 0.25rem;
  }
}
.egift-section .tabs-gift .btn-custom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  min-width: 140px;
  text-align: center;
  background-color: transparent;
  color: var(--color-button-trans);
  z-index: 2;
}
@media (max-width: 767px) {
  .egift-section .tabs-gift .btn-custom {
    min-width: 120px;
  }
  .egift-section .tabs-gift .btn-custom svg {
    width: 25px;
    height: 25px;
  }
}
.egift-section .tabs-gift .btn-custom path {
  fill: var(--color-button-trans);
  transition: all 0.2s ease;
}
.egift-section .tabs-gift .btn-custom.active {
  color: var(--text-button);
}
.egift-section .tabs-gift .btn-custom.active path {
  fill: var(--text-button);
}
.egift-section .tabs-gift .btn-custom:focus {
  box-shadow: none;
}
.egift-section .tabs-gift .glider {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-secondary);
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: -1;
}
.egift-section .card .card-body {
  padding: 3rem;
}
@media (max-width: 767px) {
  .egift-section .card .card-body {
    padding: 3rem 1.25rem;
  }
}
@media (max-width: 390px) {
  .egift-section .card .card-body {
    padding: 3rem 0.75rem;
  }
}
.egift-section form .input-group-text {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--text-button);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .egift-section form .row {
    gap: 1rem;
  }
}
.egift-section .gift,
.egift-section .angpao {
  display: none;
  transition: all 0.5s ease-in;
  opacity: 0;
}
.egift-section .gift.show,
.egift-section .angpao.show {
  display: block;
  opacity: 1;
}
.apology-section {
  position: relative;
}
.apology-section .sky {
  position: absolute;
  top: 0;
  left: 50%;
  width: 180%;
  transform: translate(-50%, -15%);
  opacity: 0.5;
}
.apology-section .mountain {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 300%;
  transform: translate(-50%, 45%);
  opacity: 0.2;
}
.apology-section .appology-wrap {
  position: relative;
  background-color: var(--color-primary);
  color: var(--color-light);
  padding: 3rem 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .apology-section .appology-wrap {
    padding: 5rem 0;
  }
}

.stream-section {
  position: relative;
  background-color: var(--color-primary);
  color: var(--color-light);
}
.stream-section .sky {
  position: absolute;
  top: 0;
  left: 50%;
  width: 140%;
  transform: translate(-50%, 0%);
}
.stream-section .rumah {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 250%;
  transform: translate(-50%, 15%);
  opacity: 0.2;
}
.stream-section .orn-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  transform: translate(-70%, 1.5rem);
}
.stream-section .orn-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  transform: translate(70%, 1.5rem);
}
.stream-section .orn-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  transform: translate(-50%, 0);
}
.stream-section .orn-4 {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  transform: translate(35%, 0) scaleX(-1);
}
.stream-section .orn-5 {
  position: absolute;
  top: -5rem;
  left: -1.5rem;
  width: 35%;
  transform: translate(-55%, 0) rotate(20deg);
}
.stream-section .orn-6 {
  position: absolute;
  top: -5rem;
  right: -1.5rem;
  width: 35%;
  transform: translate(55%, 0) rotate(-20deg) scaleX(-1);
}
.stream-section .image-wrapper {
  position: relative;
  width: 100%;
}
.stream-section .image-wrapper .image-element {
  padding-top: 100%;
}
.stream-section .image-wrapper .image-element > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .stream-section .image-wrapper .image-element {
    padding-top: 56.25%;
  }
  .stream-section .image-wrapper .image-element > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.stream-section .image-wrapper .image-element img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stream-section .stream-wrapper {
  position: relative;
  padding: 3rem 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .stream-section .stream-wrapper {
    padding: 3rem 0 5rem;
  }
}
.stream-section .stream-wrapper .stream-content {
  position: relative;
  background-color: var(--color-main);
  color: var(--color-light);
  border-radius: 300px 300px 20px 20px;
  padding: 8rem 1.5rem 1.5rem;
  text-align: center;
  overflow: hidden;
}
.stream-section .stream-wrapper .stream-content .stream-description {
  position: relative;
}
.stream-section .stream-wrapper .stream-content iframe {
  border-radius: 8px;
}
.stream-section ul {
  margin: 0 auto;
}
.stream-section ul ol {
  padding: 0;
}
.stream-section .btn-custom {
  width: 100%;
}
.stream-section .yt-description {
  position: relative;
}

.thank-section {
  position: relative;
  text-align: center;
  background-color: var(--color-primary);
}
.thank-section .ampera {
  position: relative;
  width: 150%;
  transform: translateX(-25%);
}
.thank-section .ornaments-wrapper.with-bg {
  background-color: var(--color-main);
}
.thank-section .sky {
  position: absolute;
  top: 0;
  left: 50%;
  width: 110%;
  transform: translate(-50%, 0);
}
.thank-section .mountain {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150%;
  transform: translate(-50%, -30%);
}
@media (max-width: 575px) {
  .thank-section .mountain {
    width: 180%;
    transform: translate(-50%, -40%);
  }
}
.thank-section .mountain .land {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 120%;
}
@media (max-width: 575px) {
  .thank-section .mountain .land {
    bottom: -40%;
    width: 180%;
  }
}
.thank-section .rumah {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 115%;
  transform: translate(-50%, -10%);
}
@media (max-width: 575px) {
  .thank-section .rumah {
    width: 120%;
    transform: translate(-50%, -15%);
  }
}
.thank-section .orn-1 {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 65%;
  transform: translate(-45%, 0);
  opacity: 0.5;
}
.thank-section .orn-2 {
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 65%;
  transform: translate(45%, 0);
  opacity: 0.5;
}
.thank-section .orn-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38%;
  transform: translate(-50%, 10%);
}
.thank-section .orn-3 .orn-4 {
  position: absolute;
  top: 45%;
  left: 90%;
  width: 100%;
}
.thank-section .orn-3 .orn-5 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}
.thank-section .orn-7 {
  position: absolute;
  top: 10%;
  left: 0;
  width: 50%;
}
.thank-section .orn-8 {
  position: absolute;
  top: 15%;
  right: 0;
  width: 50%;
}
.thank-section .orn-6 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43%;
  transform: translate(40%, 50%);
}
.thank-section .orn-6 .orn-5 {
  position: absolute;
  top: 10%;
  right: 65%;
  width: 85%;
  transform: scaleX(-1);
}
.thank-section .thank-wrapper {
  position: relative;
}
.thank-section .thank-wrapper .image-wrapper {
  position: relative;
  width: 100%;
  z-index: 5;
}
.thank-section .thank-wrapper .image-wrapper .image-element {
  padding-top: 120%;
}
.thank-section .thank-wrapper .image-wrapper .image-element > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thank-section .thank-wrapper .image-wrapper .image-element img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
}
.thank-section .thank-wrapper .thank {
  position: relative;
  color: var(--color-light);
  margin-bottom: 8rem;
}
@media (max-width: 991px) and (min-width: 768px) {
  .thank-section .thank-wrapper .thank {
    padding: 0 0 10rem;
  }
}
.thank-section .thank-wrapper .thank:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-main);
  border-radius: var(--border-radius);
  opacity: 0.6;
  content: "";
}
.thank-section .thank-wrapper .thank .thank-body {
  position: relative;
  padding: 3rem 1.8rem 10rem;
  z-index: 5;
}

.footer {
  padding: 1rem 0;
  position: relative;
  text-align: center;
  background-color: var(--color-secondary);
  color: var(--text-button);
  z-index: 5;
}
.footer small {
  position: relative;
}

.btn-control {
  border-radius: 50%;
  height: 2.5em;
  width: 2.5em;
  text-align: center;
  background: radial-gradient(rgba(255, 0, 128, 0.8) 60%, rgb(255, 255, 255) 62%) !important;
  position: relative;
  display: block;
  margin: 100px auto;
  box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.btn-control:hover {
  animation: none;
}

.btn-pink {
  background: #ff3190;
  color: rgba(255, 255, 255, 0.4);
}

.btn-pink:hover {
  color: rgb(255, 255, 255);
}

.btn-pink:hover {
  color: rgb(255, 255, 255);
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
.skiptranslate iframe {
  display: none !important;
}

.goog-te-gadget {
  display: none !important;
}

.dropdown-toggle::after {
  display: none;
}

body {
  top: 0px !important;
}

@media (max-width: 576px) {
  .greeting-text {
    font-size: 3.75vw;
  }
  .greeting-name-text {
    font-size: 4vw;
  }
}
@media (min-width: 577px) and (max-width: 1024px) {
  .greeting-text {
    font-size: 2.25vw;
  }
  .greeting-name-text {
    font-size: 2.5vw;
  }
}
@media (min-width: 1025px) and (max-width: 2880px) {
  .greeting-text {
    font-size: 1.25vw;
  }
  .greeting-name-text {
    font-size: 1.5vw;
  }
}
.link_item_gift {
  border-color: var(--color-secondary) !important;
  color: var(--color-secondary) !important;
}

.btn-hadiahkan,
.link_item_gift:hover:not([disabled]),
.button-gift {
  background: var(--color-secondary) !important;
  color: var(--text-button) !important;
}/*# sourceMappingURL=styles.css.map */