.wedding-gifts-wrap {
  padding: 40px 24px;
}

.wedding-gifts-head {
  padding-bottom: 24px;
  text-align: center;
}

.wedding-gift-address-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.inner-address-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
}

.btn-hadiah-copy {
  border: 1px solid;
  text-decoration: none;
  padding: 4px;
  border-radius: 6px;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
}

.btn-hadiah-copy-2 {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 999px;
  background: #fff;
}

.wedding-gifts-body {
  display: flex;
  gap: 24px;
  flex-direction: column;
  position: relative;
}

.wedding-gifts-body .hadiah-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  position: relative;
}

.wedding-gifts-body .hadiah-wrap .hadiah-card {
  width: calc(50% - 6px);
  position: relative;
  /* text-align: center; */
}

.hadiah-card.sold-out::before {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  background-color: rgb(167 167 167 / 63%);
  position: absolute;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  backdrop-filter: blur(2px);
  z-index: 2;
}

.wedding-gifts-body .hadiah-wrap .hadiah-card-wrap {
  position: relative;
}

.hadiah-card-wrap.sold-out::after {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  background-color: rgb(167 167 167 / 63%);
  position: absolute;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  backdrop-filter: blur(2px);
  z-index: 2;
}

.hadiah-wrap .hadiah-card {
  border-radius: 8px;
  background-color: #fff;
  padding-bottom: 8px;
}

.img-wrap .hadiah-img {
  border-radius: 8px 8px 0px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 160px; */
  width: 100%;
  height: 100%;
}

.hadia-card-inner {
  padding: 4px;
  display: flex;
  flex-direction: column;
}

.card-title-wrap {
  width: 100%;
  padding: 4px;
  /* min-height: 50px; */
}

.hadiah-card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
  min-width: 140px;
  color: #000 !important;
  font-weight: 600 !important;
}

.hadiah-card-price {
  font-size: 14px;
  color: #cb3a31;
  padding: 4px;
  font-weight: 600;
}

.hadiah-card-amount {
  font-size: 12px;
  font-weight: 400;
  padding: 4px;
}

.wedding-gift-button-wrap {
  width: 100%;
  text-align: center;
}

.hadiah-card-footer {
  padding-top: 14px;
}

.hadiah-card-button {
  padding: 8px 16px;
  font-size: 12px;
  border-radius: 12px;
  background-color: var(--primary-clr);
  border: unset;
  color: #000;
  cursor: pointer;
}

.hadiah-card-footer {
  text-align: center;
}

button.wedding-gift-confirm-btn {
  padding: 8px 12px;
  border: unset;
  border-radius: 12px;
  font-size: 16px;
  background-color: var(--secondary-clr);
  color: #fff;
}

.kat__cropper-modal.kado {
  background-color: #fff;
  width: 100%;
  max-width: 425px;
  padding: 24px 16px;
  border-radius: 16px;
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: slideDown 1.5s forwards;
  transition: top 1.5s ease-in-out;
}

@keyframes slideDown {
  to {
    top: 50%;
    /* Slide down to the middle of the screen */
  }
}

.kat__cropper-modal.kado span,
.kat__cropper-modal.kado p {
  font-family: var(--roboto);
  color: #404040;
}

.modal-kado-header {
  padding-bottom: 16px;
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.modal-kado-header .title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 16px;
}

.modal-kado-header .caption {
  font-size: 14px;
  font-weight: 500;
  font-family: initial;
}

.modal-kado-header .address {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.modal-kado-body {
  padding: 16px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 359px) {
  .modal-kado-body {
    height: 200px;
    overflow: auto;
  }
}

.kado-img-wrap {
  border-radius: 8px;
  /* min-height: 240px; */
  width: 100%;
}

.kado-img-wrap .kado-img {
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.modal-kado-body .kado-description {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.kado-description .kado-name {
  font-size: 20px;
  font-weight: 500;
}

.kado-description .kado-ket {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
}

.kado-description .price-amount-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price-amount-wrap .price-wrap,
.price-amount-wrap .amount-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.price-wrap .price-cap,
.amount-wrap .amount-cap {
  font-size: 16px;
  font-weight: 500;
}

.price-wrap .price-field,
.amount-wrap .amount-field {
  font-size: 14px;
  font-weight: 500;
}

.price-field {
  color: #cb3a31;
}

.modal-kado-note .note-kado {
  color: #9e9e9e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.modal-kado-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.buying-kado-btn {
  border-radius: 12px;
  background-color: var(--secondary-clr);
  border: none;
  padding: 8px 16px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.buying-kado-btn:hover {
  background-color: var(--primary-clr);
  color: #000;
}

.confirm-kado-btn {
  border: none;
  background-color: unset;
  padding: 8px 16px;
  width: fit-content;
  border-bottom: 1px solid var(--secondary-clr);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: var(--secondary-clr);
  cursor: pointer;
}

.confirm-kado-btn:hover {
  color: var(--primary-clr);
  border-bottom: 1px solid var(--primary-clr);
}

.modal-confirm-header {
  padding-bottom: 24px;
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-direction: column-reverse;
}

.modal-confirm-header .title {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.popup-img-wrap {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  padding-bottom: 8px;
  width: 100%;
}

.modal-confirm-body {
  max-height: 65vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-popup-img {
  padding-top: 24px;
}

.popup-img-wrap .img-confirm {
  border-radius: 8px 8px 0px 0px;
  width: 100%;
}

.caption-wrap {
  padding: 8px;
}

.img-caption {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.kado-form-wrap .kado-input-wrap {
  display: flex;
  flex-direction: column;
  padding: 12px 0px 12px 0px;
}

.kado-form-wrap:last-of-type {
  padding: 12px 0px 40px 0px !important;
}

.kado-input-wrap .input-label {
  color: #616161;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 8px 0px;
}

.kado-form-wrap .input-field {
  border: unset;
  background-color: unset;
  border-bottom: 1px solid #9e9e9e;
  padding: 8px 0px;
  padding-top: 8px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0px;
  color: #0a0a0a;
}

.kado-form-wrap .input-field:focus {
  outline: none;
  border-bottom: 1px solid #000;
}

.kado-form-wrap .input-field::placeholder {
  color: #9e9e9e;
}

.modal-confirm-footer .kado-form-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  /* padding: 12px 0px; */
}

.kado-form-btn .kado-send-btn {
  border: none;
  border-radius: 25px;
  border: 1px solid #0a0a0a;
  background: var(--secondary-clr);
  color: #fff;
  padding: 12px 16px;
}

.modal-confirm-header .right-side-header {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}

button.close-kado-btn {
  border: none;
  background: none;
  cursor: pointer;
}

i.ph.ph-x {
  font-size: 24px;
  color: #000;
}

.inner-address-info {
  max-width: 80%;
}

@media (min-width: 1440px) {
  /* .wedding-gifts-body .hadiah-wrap .hadiah-card{
      width: 50%; 
    } */
}

/* ----------------------------------------
        Template : template_1
---------------------------------------- */
.template_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.template_1 .inner-address-wrap {
  display: block;
}

.template_1 .inner-address-info {
  max-width: 100%;
}

.template_1 .wedding-gifts-body-title {
  text-align: center;
}

.template_1 .wedding-gifts-body {
  gap: 18px;
}

.template_1 .hadiah-card-item-wrapper {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;

  border-radius: 12px;
  background: #fefefc;
}

.template_1 .hadiah-wrap .hadiah-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: transparent;
}

.template_1 .img-wrap .hadiah-img {
  border-radius: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 150px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.template_1 .gift-title-wrap {
  padding: 0 20px;
}

input[name="buying_at"]::-webkit-calendar-picker-indicator {
  filter: brightness(0) saturate(100%);
  cursor: pointer;
}

.kado-form-wrap input:-webkit-autofill,
.kado-form-wrap input:-webkit-autofill:hover,
.kado-form-wrap input:-webkit-autofill:focus,
.kado-form-wrap input:-webkit-autofill:active {
  transition:
    background-color 9999s ease-in-out 0s,
    color 9999s ease-in-out 0s;
  -webkit-text-fill-color: inherit;
  caret-color: inherit;
  box-shadow: 0 0 0px 1000px white inset;
  /* opsional untuk memastikan bg putih */
}

.rundown-container {
  position: relative;
  overflow: hidden;
}

.rundown-container .rundown-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 40px 24px;
}

.rundown-inner .rundown-title {
  text-align: center;
}

.rundown-inner .rundown-event-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

/* ==============================
        default
============================== */
.rundown-event-list .rundown-event {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.rundown-event-list.frame .rundown-event {
  align-items: center;
  border-radius: 8px;
  padding: 12px;
}

.rundown-event .rundown-event-title {
  font-size: calc(var(--heading-size) / 1.6);
}

.rundown-event .rundown-agenda-list {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  gap: 4px;
}

.rundown-agenda-list .rundown-agenda {
  display: flex;
  gap: 16px;
  min-height: 45px;
  min-width: 100%;
}

.rundown-agenda .rundown-agenda-time {
  width: 100%;
  max-width: 80px;
  align-self: center;
}

.rundown-agenda .rundown-divider {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rundown-agenda .rundown-divider .rundown-line {
  position: relative;
  /* width: 1px; */
  border-left: 2px dashed var(--text-primary);
  flex: 1;
}

.rundown-agenda .rundown-divider .rundown-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border: 1px solid var(--text-primary);
  border-radius: 50%;
  background-color: var(--background-secondary);
}

.rundown-agenda .rundown-agenda-content {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-grow: 1;
  overflow: hidden;
  flex-wrap: wrap;
  max-width: 100%;
}

.rundown-agenda .rundown-agenda-icon {
  display: block;
  width: 40px;
  height: auto;
  flex-shrink: 0;
}

.rundown-agenda-content .rundown-agenda-text {
  /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
  text-wrap: wrap;
  width: 100%;
}

.rundown-agenda-icon .image-wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.rundown-agenda-icon .image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 640px) {
  .rundown-container .rundown-inner {
    gap: 16px;
  }
}

@media (min-width: 640px) and (max-width: 1280px) {
  .rundown-inner .rundown-event-list.frame {
    max-width: 75%;
    margin: 0 auto;
  }
}

@media (min-width: 1536px) {
  .rundown-inner .rundown-event-list.frame {
    max-width: 75%;
    margin: 0 auto;
  }
}

/* ==============================
        horizontal
============================== */
.rundown-inner .rundown-event-list.horizontal {
  max-width: 750px;
  margin: 0 auto;
}

.rundown-event-list .rundown-event-horizontal {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rundown-event-horizontal .rundown-event-horizontal-title {
  font-size: calc(var(--heading-size) / 1.6);
}

.rundown-event-horizontal .rundown-agenda-horizontal-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 2px;
  overflow: hidden;
  /* overflow-x: auto; */
}

.rundown-agenda-horizontal-list .rundown-agenda-horizontal {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: calc(25% - 2px);
  flex-grow: 1;
  flex-shrink: 0;
  gap: 12px;
}

.rundown-agenda-horizontal .rundown-divider {
  position: relative;
  display: flex;
  width: 100%;
}

.rundown-agenda-horizontal .rundown-divider .rundown-line {
  position: relative;
  width: 100%;
  border-top: 2px dashed var(--text-primary);
  flex: 1;
}

.rundown-agenda-horizontal .rundown-divider .rundown-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border: 1px solid var(--text-primary);
  border-radius: 50%;
  background-color: var(--background-secondary);
}

.rundown-agenda-horizontal .rundown-agenda-horizontal-content {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 4px;
}

@media (min-width: 768px) {
  .rundown-inner .rundown-event-list.horizontal {
    max-width: 85%;
  }

  .rundown-agenda-horizontal-list .rundown-agenda-horizontal {
    flex-basis: calc(16.6% - 2px);
  }
}

section.notes-container {
  position: relative;
}

.note {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px;
  width: 100%;
  margin: 0 auto;
}

.note .note-title {
  text-align: center;
}

.note .note-description {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 961px) {
  .note {
    max-width: 650px;
  }
}

@media (min-width: 1536px) {
  .note {
    max-width: 650px;
  }
}

.template-unclr {
  --button-background-primary: var(--tertiary-clr);
  --button-background-secondary: var(--tertiary-clr);
}

.sekar .template-unclr {
  --button-text-primary: var(--dark-clr);
  --button-text-secondary: var(--dark-clr);
}

.dewanty .template-unclr {
  --button-background-primary: var(--secondary-clr);
  --button-background-secondary: var(--secondary-clr);
  --button-text-primary: var(--primary-clr);
  --button-text-secondary: var(--primary-clr);
}

.linda .template-unclr,
.tiani .template-unclr {
  --button-background-primary: var(--primary-clr);
  --button-background-secondary: var(--primary-clr);
  --button-text-primary: var(--light-clr);
  --button-text-secondary: var(--light-clr);
}

.tasya .template-unclr {
  --button-background-primary: var(--btn-04-clr);
  --button-background-secondary: var(--btn-04-clr);
  --button-text-primary: var(--light-clr);
  --button-text-secondary: var(--light-clr);
}

.syanin .template-unclr {
  --button-background-primary: var(--secondary);
  --button-background-secondary: var(--secondary);
  --button-text-primary: var(--light-clr);
  --button-text-secondary: var(--light-clr);
}

.alunan .template-unclr {
  --button-background-primary: var(--primary-clr);
  --button-background-secondary: var(--primary-clr);
  --button-text-primary: var(--light-clr);
  --button-text-secondary: var(--light-clr);
}

.rotate {
  transform: rotate(180deg);
}

.accor-bank-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}

.jessica .accor-bank-wrap,
.katrina .accor-bank-wrap,
.nadira .accor-bank-wrap,
.kinanti .accor-bank-wrap,
.anin .accor-bank-wrap,
.rosalia .accor-bank-wrap,
.hanna .accor-bank-wrap,
.noir .accor-bank-wrap,
.ribka .accor-bank-wrap {
  margin-bottom: 0;
}

.ribka .accor-active .bank-item,
.ruri .accor-active .bank-item,
.linda .accor-active .bank-item,
.katrina .accor-active .bank-item {
  display: block !important;
}

.anabelle .accor-active .bank-item,
.aile .accor-active .bank-item,
.kinanti .accor-active .bank-item,
.anin .accor-active .bank-item,
.rosalia .accor-active .bank-item,
.hanna .accor-active .bank-item,
.oceana .accor-active .bank-item,
.aine .accor-active .bank-item,
.serene .accor-active .bank-item,
.irish .accor-active .bank-item,
.cassandra .accor-active .bank-item,
.camelia .accor-active .bank-item,
.nadira .accor-active .bank-item,
.noir .accor-active .bank-item,
.olan .accor-active .bank-item,
.helga .accor-active .bank-item,
.palace .accor-active .bank-item,
.jeni .accor-active .bank-item,
.sekar .accor-active .bank-item,
.sintia .accor-active .bank-item,
.ayyara .accor-active .bank-item,
.syakira .accor-active .bank-item,
.dewanty .accor-active .bank-item,
.serlyn .accor-active .bank-item,
.tiani .accor-active .bank-item,
.chitra .accor-active .bank-item,
.eleanor .accor-active .bank-item,
.sukma .accor-active .bank-item {
  display: flex !important;
}

.tasya .accor-active .saving-books .book,
.nadya .accor-active .saving-books .book,
.ashilla .accor-active .saving-books .book,
.syanin .accor-active .saving-books .book,
.chia .accor-active .saving-books .book,
.alunan .accor-active .saving-books .book,
.chindy .accor-active .saving-books .book,
.nanda .accor-active .saving-books .book,
.juwita .accor-active .saving-books .book,
.senandika .accor-active .saving-books .book,
.insan .accor-active .saving-books .book {
  display: block !important;
}

/* Error trigger click berada disini */

/* Button */
.bank-btn-accordion {
  background: var(--button-background-primary);
  color: var(--button-text-primary);
  border: none;
  padding: 12px 24px;
  border-radius: 999px;
  width: 100%;
  font-size: var(--body-text-size);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bank-btn-accordion.active {
  background: var(--button-background-secondary);
  color: var(--button-text-secondary);
}

.chia .bank-btn-accordion.active {
  background: var(--button-background-primary);
}

.serlyn .bank-btn-accordion {
  background: var(--background-secondary);
  color: var(--text-secondary);
}

.noir .bank-btn-accordion.active {
  border: 1px solid var(--background-secondary);
}

.nanda .bank-btn-accordion.active {
  background: var(--button-background-primary);
}

.juwita .bank-btn-accordion.active {
  background: var(--button-background-primary);
}

.senandika .bank-btn-accordion.active {
  background: var(--button-background-primary);
}

.bank-btn-accordion p.bank-btop-txt {
  color: var(--button-text-primary);
  line-height: 150%;
  font-weight: 500;
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
}

.bank-btn-accordion.active p.bank-btop-txt {
  color: var(--button-text-secondary);
}

.palace .bank-btn-accordion.active p.bank-btop-txt {
  color: var(--button-text-primary);
}

.aile .bank-btn-accordion,
.olan .bank-btn-accordion {
  border: 1px solid var(--button-text-primary);
}

.aine .bank-btn-accordion,
.cassandra .bank-btn-accordion,
.oceana .bank-btn-accordion {
  border: 1px solid var(--button-text-secondary);
}

/* anselma */
body.anselma {
  /* Heading Family */
  --heading-family: "Pinyon Script", cursive;
  --heading-style: normal;
  --heading-weight: 400;
  --heading-size: 44px;
  --heading-lettercase: none;

  /* Body Text */
  --body-text-family: "Lancelot", serif;
  --body-text-style: normal;
  --body-text-weight: 400;
  --body-text-size: 16px;
  --body-text-lettercase: none;

  /* Font Size Extra */
  --fs-extra-1: 2px;
  --fs-extra-2: 4px;
  --fs-extra-3: 5px;
  --fs-extra-4: 6px;
  --fs-extra-5: 10px;
  --fs-extra-6: 12px;
  --fs-extra-7: 15px;
  --fs-extra-8: 20px;

  /* Attribute */
  --body-height: 100vh;
  height: auto;
  overflow: visible;

  /* Body background */
  background-color: var(--background-primary);
}

/* Original */
body.anselma.original {
  /* Colors */
  --background-primary: #f5f2e4;
  --background-primary-rgb: 245, 242, 228;

  --background-secondary: #700f06;
  --background-secondary-rgb: 112, 15, 6;

  --background-tertiary: #ffff;
  --background-tertiary-rgb: 255, 255, 255;

  /* Text Colors */
  --text-primary: #700f06;
  --text-primary-rgb: 112, 15, 6;

  --text-secondary: #8a643c;
  --text-secondary-rgb: 138, 100, 60;

  --text-tertiary: #e8e1d1;
  --text-tertiary-rgb: 232, 225, 209;

  /* Button Colors */
  --button-text-primary: #e8e1d1;
  --button-text-primary-rgb: 232, 225, 209;

  --button-background-primary: #700f06;
  --button-background-primary-rgb: 112, 15, 6;

  --button-text-secondary: #700f06;
  --button-text-secondary-rgb: 112, 15, 6;

  --button-background-secondary: #f5f2e4;
  --button-background-secondary-rgb: 245, 242, 228;

  /* ornament */
  --texture-1: url("https://wedding-imarois.site/img/template/texture-1.png");
  --frame-cover-mask: url("https://wedding-imarois.site/img/template/mask-cover.png");
  --mask-couple: url("https://wedding-imarois.site/img/template/frame-couple.png");
}

@media only screen and (max-width: 960px) {
  body.anselma {
    overflow: hidden;
  }
}

@media (min-width: 560px) and (max-width: 960px) {
  body.anselma {
    --heading-size: 58px;
    --body-text-size: 24px;
  }
}

@media (min-width: 961px) {
  body.anselma {
    --heading-size: 52px;
    --body-text-size: 18px;
  }
}

@media (min-width: 1600px) {
  body.anselma {
    --heading-size: 58px;
    --body-text-size: 24px;
  }
}

/* Fonts */
body.anselma h1,
body.anselma h2,
body.anselma h3,
body.anselma h4,
body.anselma h5,
body.anselma h6 {
  font-family: var(--heading-family);
  font-style: var(--heading-style);
  font-weight: var(--heading-weight);
  font-size: var(--heading-size);
  text-transform: var(--heading-lettercase);
  line-height: normal;
  color: var(--text-primary);
}

body.anselma p {
  font-family: var(--body-text-family);
  font-style: var(--body-text-style);
  font-weight: 400;
  font-size: calc(var(--body-text-size));
  text-transform: var(--body-text-lettercase);
  line-height: 150%;
  color: var(--text-secondary);
}

body.anselma span {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: 400;
}

body.anselma sup {
  font-family: inherit;
  font-size: 0.5em;
  color: inherit;
  font-family: var(--body-text-family);
}

body.anselma font {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
  font-style: inherit;
}

/* img */
body.anselma img {
  max-width: 100%;
}

/* scrollbar */
body.anselma::-webkit-scrollbar {
  width: 10px;
  height: 15px;
}

body.anselma::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  border-width: 2px;
  background-color: var(--button-background-primary);
}

/* form on focus or active */
.form-control:focus,
.form-control:active {
  background: var(--light-clr);
  box-shadow: none;
  border-color: var(--button-background-primary);
}

/* ==============================
        Modal
============================== */
.modal-content .mde1 {
  border-bottom: 2px solid rgba(var(--background-primary-rgb), 0.5);
}

.modal-content .modal-caption {
  color: var(--text-secondary);
}

.modal-content .btn {
  font-family: var(--body-text-family);
  font-weight: 400;
  font-size: var(--body-text-size);

  background-color: rgba(var(--text-secondary-rgb), 0.05);
  color: var(--text-secondary);
}

.modal-content .btn:hover {
  background-color: rgba(var(--text-secondary-rgb), 0.1);
}

.modal-content .btn-wood {
  background-color: var(--button-background-primary);
  color: var(--button-text-primary);
}

.modal-content .btn-wood:hover {
  background-color: rgba(var(--button-background-primary-rgb), 0.7);
}

/* ============================================
    SIDE TO SIDE => PRIMARY PANE
============================================ */
.kat-page__side-to-side .primary-pane .inner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  position: absolute;
  padding: 7% 6% 7%;

  background: radial-gradient(
    50% 50% at 50% 50%,
    var(--background-primary) 0%,
    rgba(250, 244, 244, 0) 100%
  );
}

.kat-page__side-to-side .primary-pane::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: var(--bg-tc);
  background-size: cover;
}

.kat-page__side-to-side .primary-pane .inner .primary-pane-content {
  position: relative;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */

  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 28px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    var(--background-primary) 0%,
    rgba(245, 242, 228, 0.75) 50%,
    rgba(245, 242, 228, 0) 100%
  );
}

.primary-pane-content .primary-pane-content-inner {
  position: relative;
  width: 50%;
  height: 100%;

  display: flex;
}

/* details */
.primary-pane-details {
  position: relative;
  width: 100%;
}

.primary-pane-details--content {
  position: relative;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  text-align: center;
  gap: 24px;
  height: 100%;
}

.primary-pane-details--content .top-text {
  color: var(--text-secondary);
}

.primary-pane-details--content .primary-pane-title {
  width: 100%;
  font-size: calc(var(--heading-size) + 8px);
  color: var(--text-primary);
  padding: 0 0.4em;
}

.primary-pane-details--content .bottom-text {
  color: var(--text-secondary);
}

/* Cover free text */
.primary-pane .cover-free-text {
  font-family: var(--body-text-family);
  font-weight: var(--body-text-weight);
  font-style: var(--body-text-style);
  font-size: var(--body-text-size);
  text-transform: var(--body-text-lettercase);
  color: var(--text-secondary);
}

.primary-pane .primary-pane-details--content .link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.primary-pane .primary-pane-details--content .link-wrap .greeting-text {
  color: var(--text-primary);
}

/* Highlight */
.kat-page__side-to-side .primary-pane .highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--light-clr);
  overflow: hidden;
}

.kat-page__side-to-side .primary-pane .highlight .preview-container {
  width: 100%;
  height: 100%;
  display: block;
}

.kat-page__side-to-side
  .primary-pane
  .highlight
  .preview-container
  .slick-list {
  width: 100% !important;
  height: 100% !important;
}

.kat-page__side-to-side
  .primary-pane
  .highlight
  .preview-container
  .slick-track {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}

.kat-page__side-to-side .primary-pane .highlight .preview-container .picture {
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  position: absolute !important;
}

.kat-page__side-to-side
  .primary-pane
  .highlight
  .preview-container
  .picture
  img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* ============================================
    SIDE TO SIDE
============================================ */
.kat-page__side-to-side {
  min-height: 480px;
  display: block;
  position: relative;
  height: 100%;
  overflow-x: hidden;
}

.kat-page__side-to-side,
.kat-page__side-to-side * {
  /* -webkit-overflow-scrolling: touch; */
  -webkit-overflow-scrolling: auto;
}

.kat-page__side-to-side .primary-pane {
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  width: 61%;
}

.kat-page__side-to-side .secondary-pane {
  position: static;
  right: 0;
  width: 39%;
  margin-left: auto;
  background-color: var(--background-primary);
}

.kat-page__side-to-side .secondary-pane::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: var(--texture-1);
  background-repeat: repeat;
  background-size: 100% auto;
  opacity: 0.9;
}

@media (min-width: 961px) {
  .kat-page__side-to-side .secondary-pane::before {
    background-size: 50% auto;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1400px) {
  .kat-page__side-to-side
    .secondary-pane
    section.video-gallery
    .inner
    .video-outer
    .video {
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .kat-page__side-to-side .primary-pane {
    position: relative;
    width: 100%;
    display: none;
  }

  .kat-page__side-to-side .secondary-pane {
    position: relative;
    width: 100%;
  }
}

/* =======================
      PERSON
======================= */
section.person p {
  font-family: var(--roboto);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--dark-clr);
}

/* =============================
        INVITATION CATEGORY
============================= */
.invitation-category > .category-icon > svg > path {
  fill: var(--text-primary);
  stroke: var(--text-primary);
}

.invitation-category > .category-label {
  color: var(--text-primary);
}

.kat-page__side-to-side .primary-pane .inner p.category-label {
  color: var(--text-primary);
}

/* =================================
        ORNAMENTS WRAPPER
================================= */
.ornaments-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.image-wrap {
  position: relative;
  width: 100%;
}

.image-wrap img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.image-wrap svg {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.p-relative {
  position: relative;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.penanda {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: var(--body-text-family);
  font-size: 52px;
  color: var(--text-primary);
}

.orn-clip-mask {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -4%) scaleY(-1);
  top: 0;
  opacity: 0.5;
}

.orn-clip-mask.bot {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 4%);
  top: unset;
  bottom: 0;
}

/* ======================
  ?  TOP COVER
====================== */
section.top-cover {
  background-color: var(--background-primary);
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: var(--body-height);
  z-index: 999999;
  top: 0;
  /* top: -120%; */
  left: 0;
  padding: 0;

  transition: all 1.8s;
  transition-timing-function: cubic-bezier(0.23, 0.56, 0.38, 0.78);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.56, 0.38, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.56, 0.38, 0.78);
  -o-transition-timing-function: cubic-bezier(0.23, 0.56, 0.38, 0.78);

  display: flex;
  flex-direction: column;
  display: none;
}

@media only screen and (max-width: 960px) {
  section.top-cover {
    display: flex;
  }
}

section.top-cover.hide {
  top: -120%;
  bottom: 120%;
  pointer-events: none;
}

/* inner */
section.top-cover .inner {
  /* padding: 20px 0px; */
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;

  background: radial-gradient(
    50% 50% at 50% 50%,
    var(--background-primary) 0%,
    rgba(245, 242, 228, 0.75) 50%,
    rgba(245, 242, 228, 0) 100%
  );
}

/* details */
section.top-cover .inner .details {
  text-align: center;
  padding: 16% 24px 30.5%;
  /* margin: auto; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.head-tc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 20.5% 13.3% 9%;
}

.top-cover .head-tc .top-cover-title {
  font-size: calc(var(--heading-size) + 16px);
  padding: 0 9%;
}

section.top-cover .inner .details p {
  text-align: center;
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  color: var(--text-primary);
}

/* Cover free text */
section.top-cover .cover-free-text {
  font-family: var(--body-text-family);
  font-weight: var(--body-text-weight);
  font-style: var(--body-text-style);
  font-size: var(--body-text-size);
  text-transform: var(--body-text-lettercase);
  color: var(--text-secondary);
}

section.top-cover .inner .details .link-wrap {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

section.top-cover .inner .details a.link {
  border: none;
  outline: none;
  background-color: var(--button-background-primary);
  color: var(--button-text-primary);
  font-size: var(--body-text-size);
  font-weight: 400;
  font-family: var(--body-text-family);
  line-height: 1.5;
  text-decoration: none;
  margin: 0px auto;
  padding: 12px 16px;
  border-radius: 12px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

section.top-cover .inner .details a.link:hover {
  background-color: rgba(var(--button-background-primary-rgb), 0.8);
}

/* Highlight */
section.top-cover .highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.top-cover .highlight .preview-container {
  width: 100%;
  height: 100%;
  display: block;
}

section.top-cover .highlight .preview-container .slick-list {
  width: 100% !important;
  height: 100% !important;
}

section.top-cover .highlight .preview-container .slick-track {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}

section.top-cover .highlight .preview-container .picture {
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  position: absolute !important;
}

section.top-cover .highlight .preview-container .picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 560px) {
}

/* ======================
    COVER
====================== */
section.cover {
  /* min-height: 100vh; */
  position: relative;
  overflow: hidden;
  padding-bottom: 5%;
  display: flex;
  flex-direction: column;
}

.bg-cover {
  position: absolute;
  width: 145%;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 0;
  opacity: 0.5;
}

.cover-mask {
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  background: linear-gradient(
    180deg,
    rgba(245, 242, 228, 0) 0%,
    var(--background-primary) 100%
  );
}

section.cover .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 5%;
  /* background-color: lightseagreen; */
}

section.cover .inner .head {
  text-align: center;
  padding: 5% 15% 0px;
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

section.cover .logo-wrap {
  position: relative;
  width: 30.07%;
  max-width: 150px;
  margin: 0 auto;
}

section.cover .inner .head h1 {
  padding: 0;
  font-size: calc(var(--heading-size));
  line-height: normal;
  font-weight: 400;
  font-family: var(--heading-family);
  color: var(--text-primary);
  /* word-break: break-all; */
}

section.cover .inner .head p.date {
  margin-top: 10px;
}

/* Cover Body */
section.cover .inner .body {
  /* padding: 0px 82px; */
  margin: 24px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.cover .inner .body.highlight.no_mobile {
  display: none;
}

section.cover .inner .body .cover-frame {
  position: absolute;
  inset: 0% 0%;
  background: var(--secondary-clr);
  -webkit-mask-image: var(--frame-cover-mask);
  mask-image: var(--frame-cover-mask);
  -webkit-mask-size: 99% 99%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  top: 1%;
  left: 2%;
  bottom: 2%;
  right: 2%;
}

section.cover .inner .body .cover-picture {
  position: absolute;
  inset: 0 0 0 0;
}

section.cover .inner .body .cover-picture .slick-list {
  width: 100% !important;
  height: 100% !important;
}

section.cover .inner .body .cover-picture .slick-track {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}

section.cover .inner .body .cover-picture .picture {
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  position: absolute !important;
  background-color: var(--secondary-clr);
}

section.cover .inner .body .cover-picture .picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* cover orn frame */
.cover .orn-cover-frame {
  position: relative;
  /* left: 50%; */
  width: calc(57.69% - 0px);
  /* transform: translateX(-50%); */
}

@media (min-width: 700px) {
  /* .cover .orn-cover-frame {
        max-width: 450px;
    } */

  section.cover .inner .head {
    gap: 12px;
  }
}

@media (min-width: 961px) {
  section.cover .inner .body.highlight.no_desktop {
    display: none;
  }
}

@media (min-width: 560px) and (max-width: 960px) {
  section.cover .inner .head {
    gap: 12px;
  }
}

@media (min-width: 1600px) {
}

/* Cover Foot */
section.cover .inner .foot {
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  position: relative;
}

section.cover .inner .foot p {
  color: var(--text-primary);
  font-size: calc(var(--body-text-size));
  font-weight: 500;
}

@media (max-width: 960px) {
  section.cover.no_mobile .inner {
    padding: 40% 0;
  }
}

@media (min-width: 961px) {
  section.cover.no_desktop .inner {
    padding: 31% 0;
  }
}

/* ==============================
        Couple
============================== */
.couple-wrap {
  position: relative;
  overflow: hidden;
}

.couple-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background: linear-gradient(
    0deg,
    rgba(245, 242, 228, 0) 0%,
    var(--background-primary) 100%
  );
}

.couple-wrap .couple {
  padding: 10% 0px 5%;
}

/* Couple Head */
.couple-head {
  text-align: center;
  padding: 0% 10.3% 7%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 650px;
  margin: auto;
}

.couple-head .couple-title {
  font-family: var(--heading-family);
  font-size: var(--heading-size);
}

.couple-head .couple-description {
  color: var(--text-secondary);
  font-size: calc(var(--body-text-size));
}

.couple-head + .couple-body {
  margin-top: 10%;
}

/* Couple Body */
.couple-body {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.couple-body.bride-first {
  flex-direction: column-reverse;
}

.couple-info {
  width: 100%;
  position: relative;
  text-align: right;
  /* margin-top: 2em; */
}

/* Couple Preview */
.groom .couple-preview {
  margin-top: 28%;
}

.couple-preview {
  display: flex;
  position: relative;
  margin-bottom: 16.2%;
  margin-top: 28%;
}

.couple-info.groom .couple-preview {
  transform: scaleX(-1);
}

.groom .couple-frame .couple-picture-wrap img {
  transform: scaleX(-1);
}

.couple-frame {
  position: relative;
  width: calc(53.33%);
  /* max-width: 320px; */
  height: auto;
  margin: 0 auto;
}

.couple-frame .img-couple-frame {
  transform: scaleX(-1);
}

.couple-frame > .image-wrap {
  border-radius: 999px 999px 0 0;
  background: #e6e0cf;
  box-shadow: 2px 4px 40px 0 rgba(0, 0, 0, 0.15);
}

.couple-frame > .image-wrap img {
  opacity: 0;
}

.couple-picture-wrap {
  position: absolute;
  /* top: 0%; */
  left: 50%;
  right: 0px;
  bottom: 50%;
  width: 96%;
  height: 96%;
  transform: translate(-50%, 50%);
  border-radius: 999px 999px 0 0;
  overflow: hidden;
}

.fa-instagram {
  color: var(--button-text-primary);
}

.couple-picture {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background-color: var(--secondary-clr);
  border-radius: 50%;
}

.couple-picture .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.couple-picture .img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Couple Details */
.couple-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 3% 6.2%;
  text-align: center;
  padding-top: 0;
  max-width: 500px;
  margin: 0 auto;
}

.couple-details .couple-name {
  font-family: var(--heading-family);
  font-size: calc(var(--heading-size));
  color: var(--text-primary);
}

.couple-details .couple-parents {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size));
  line-height: 150%;
}

.couple-details .couple-bio {
  color: var(--text-primary);
  margin-bottom: 14px;
}

.couple-link-wrap {
  display: flex;
  justify-content: center;
}

.couple-info.bride .couple-link-wrap {
  justify-content: center;
}

.couple-link {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  font-style: normal;
  text-decoration: none;
  color: var(--button-text-primary);
  transition: all 0.25s ease-in-out;
  border-radius: 12px;
  background: var(--button-background-primary);
}

.couple-link:hover {
  border-bottom: 1px solid rgba(var(--button-background-primary-rgb), 0.8);
}

/* Separator */
.separator-wrap {
  width: 100%;
  position: relative;
  padding: 0px;
  /* margin: 80px auto; */
  margin: 10% auto 12%;
}

.separator-wrap .separator {
  display: flex;
  padding: 0 24px;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.separator-wrap .separator .couple-separator {
  font-family: var(--heading-family);
  font-size: calc(var(--heading-size) + 8px);
  color: var(--text-primary);
}

@media (min-width: 560px) and (max-width: 960px) {
  .couple-frame {
    max-width: 450px;
  }

  .couple-details {
    margin-top: 0%;
  }

  .separator-wrap {
    margin: 6% auto 6%;
  }

  .couple-link {
    padding: 12px 20px;
  }
}

@media (min-width: 1200px) {
  .couple-frame {
    max-width: 400px;
  }
}

@media (min-width: 1600px) {
  .separator-wrap {
    margin: 6% auto 6%;
  }
}

/* ==============================
        Quote
============================== */
.quote-sec-wrap {
  position: relative;
  overflow: hidden;
  padding: 5% 0 10%;
}

.frame-qt {
  position: absolute;
  width: 82%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.quote-sec-inner {
  position: relative;
  padding-bottom: 38%;
}

.quote-sec-wrap .quote-sec {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  text-align: center;
  padding: 20.5% 18%;
  min-height: 300px;
  width: 94%;
  /* margin: 0 auto; */
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.quote-sec .quote-sec-caption {
  color: var(--text-primary);
  font-size: calc(var(--body-text-size));
  line-height: 150%;
  width: 100%;
  margin: 0 auto;
  font-family: var(--body-text-family);
}

@media screen and (min-width: 768px) {
}

/* ==============================
        Love Story
============================== */
section.love-story {
  position: relative;
  overflow: hidden;
  padding: 5% 0px 5%;
  background: transparent;
}

/* inner */
section.love-story .story-inner {
  position: relative;
  z-index: 2;
}

/* head */
.story-inner .story-head {
  position: relative;
  text-align: center;
  padding: 10% 24px 10%;
}

.orn-circle-ls {
  position: relative;
  width: 100%;
  max-width: 70px;
  margin: 0 auto 40px;
}

.story-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* body */
.story-body {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

/* desc wrap */
.story__slider-desc-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 24px;
  border-radius: 24px;
  overflow: hidden;
}

/* Story Items Wrapper  */
.story-item-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 7.7%;
  display: flex;
  gap: 8px;
  max-width: 680px;
}

.story-item-wrapper .story__slider-preview {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.story-item-wrapper:last-of-type {
  margin-bottom: 0;
}

/* caption */
.story__slider-caption {
  overflow-y: auto;
}

/* story preview */
.story-body .story-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  width: 100%;
  height: 100%;
}

/* Divide LS  */
.step-wrapper {
  width: max-content;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-circle {
  height: 16px;
  width: 16px;
  border-radius: 90px;
  border: 1px solid var(--text-primary);
  background: var(--text-primary);
}

.step-line {
  position: relative;
  width: 1px;
  background-color: var(--text-primary);
  flex: 1;
}

.story-preview .story-picture {
  display: block;
  margin: 0px auto;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.story-preview .story-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.story__slider-desc-wrap .story-sub-title {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size));
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.5;
  text-align: left;
}

.story-item-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 3.7%;
}

.story-item-wrap .story-mask {
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(251, 251, 251, 0) 0%,
    rgba(251, 251, 251, 0.75) 50%,
    #fbfbfb 100%
  );
  width: 100%;
  height: 100%;
  inset: 0;
}

.st-im img {
  opacity: 0;
}

.story-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 70%;
}

/* details */
.story-body .story-details {
  text-align: center;
}

.story-details .story-caption {
  color: var(--text-secondary);
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size));
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.story-details .story-caption.top {
  font-style: italic;
}

.orn-story {
  width: 50%;
  margin: 0 auto;
}

.orn-story .image-wrap .orn-story-svg path {
  fill: var(--text-primary);
}

@media (min-width: 560px) and (max-width: 960px) {
  .story-preview .story-picture {
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .story-preview .story-picture {
    width: 100%;
  }
}

/* ==============================
        Galeri
============================== */
.photo-wrap {
  position: relative;
  overflow: hidden;
  padding: 30% 0 5%;
}

.photo-wrap .photo-inner {
  position: relative;
}

/* Head */
.photo-inner .photo-head {
  text-align: center;
  padding: 20px 17%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.photo-head .photo-title {
  font-family: var(--heading-family);
  font-size: calc(var(--heading-size));

  color: var(--text-primary);
}

.photo-head .photo-caption {
  font-family: var(--body-text-family);
  /* margin-top: 15px; */
  font-size: var(--body-text-size);
}

/* Body */
.photo-inner .photo-body {
  /* max-width: 600px; */
  margin: 0 auto;
}

/* Photo Nav Wrap */
.photo-body .photo-nav-wrap {
  position: relative;
  padding: 0px;

  max-width: 600px;
  margin: 0 auto 1%;
}

.photo-nav-wrap .photo-nav {
  position: relative;
}

.photo-nav .slick-list {
  padding: 4% 0 5%;
}

.photo-nav .photo-item .preview-wrap {
  position: relative;
  margin: 0 auto;
}

.photo-nav .photo-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.photo-nav .photo-img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Photo Slider Wrap */
.photo-body .photo-slider-wrap {
  position: relative;
}

.photo-slider-wrap .photo-slider {
  position: relative;
}

.photo-slider .photo-item {
  padding: 0px 4px;
}

.photo-slider .photo-img-wrap {
  width: auto;
  height: 80px;
}

.photo-slider .photo-img {
  width: auto;
  min-width: 110px;
  height: 100%;
  border-radius: 4px;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Arrow */
.photo-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  padding: 10px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.25s ease-in-out;
}

.photo-arrow:hover {
  opacity: 1;
}

.photo-arrow.prev {
  left: 10px;
}

.photo-arrow.next {
  right: 10px;
}

.photo-arrow.slick-disabled {
  display: none !important;
}

.photo-arrow svg {
  width: 12px;
  height: auto;
  display: block;
}

.photo-arrow svg path {
  stroke: var(--text-secondary);
}

.photo-item:nth-child(even) img {
  min-width: unset;
}

@media (min-width: 561px) and (max-width: 960px) {
  .photo-slider .photo-img-wrap {
    width: auto;
    height: 150px;
  }

  .photo-slider .photo-img {
    min-width: 200px;
  }
}

@media (min-width: 961px) {
  .photo-slider .photo-img-wrap {
    width: auto;
    height: 150px;
  }

  .photo-slider .photo-img {
    min-width: 200px;
  }
}

/* ==============================
      Video
============================== */
section.video-gallery {
  background-color: transparent;
  padding: 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

section.video-gallery .inner {
  padding: 0px;
}

section.video-gallery .inner > .title {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

section.video-gallery .inner > .title h1 {
  padding: 0;
  margin-bottom: auto;
  font-family: var(--heading-family);
  font-size: var(--heading-size);
}

section.video-gallery .inner > .title p {
  font-size: var(--body-text-size);
}

section.video-gallery .inner .video-outer {
  position: relative;
  width: 100%;
  padding: 0px;
  flex-direction: column;
  padding-bottom: 5%;
}

section.video-gallery .inner .video-outer .video {
  position: relative;
  width: calc(100% - 90px);
  max-width: 500px;
  margin: 0px auto 5%;
  padding: 0px;
}

section.video-gallery .inner .video-outer .video p {
  font-size: calc(var(--body-text-size));
  color: var(--text-primary);
}

section.video-gallery .inner .video-outer .video-inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

section.video-gallery .inner .video-outer .video:first-of-type {
  margin-top: 0px;
}

section.video-gallery .inner .video-outer .video:last-of-type {
  margin-bottom: 0;
}

section.video-gallery .inner .video-outer .video .preview {
  border-radius: 0px;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

section.video-gallery .inner .video-outer .video .preview img {
  border-radius: 0px;
  width: 100%;
  height: 100%;
}

section.video-gallery .inner .video-outer .video-inner > .title {
  padding: 0px;
}

section.video-gallery .inner .video-outer .video-inner > .title > p {
  color: var(--text-primary);
}

.video-gallery .inner .video-outer .video > .title {
  padding: 0 16px;
  font-size: var(--body-text-size);
}

/* ==============================
        Save The Date
============================== */
.save-date-wrap {
  position: relative;
  overflow: hidden;
  padding: 5% 17px 5%;
  margin: 0 auto;
  /* min-height: var(--body-height); */
}

.save-date-wrap .save-date-frame {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto 12%;
}

.save-date-wrap .save-date {
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%);
  max-width: 280px;
  margin: 0px auto;
  padding: 20px 0px;
  position: absolute;
  z-index: 1;
}

/* Save Date Head */
.save-date-head {
  padding: 5% 0px 0;
  text-align: center;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.save-date-wrap .save-date-title {
  text-align: center;
  /* margin-bottom: 20px; */
  padding: 0 5%;
}

.save-date-head .save-date-event {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size));
  color: var(--text-primary);
  margin-top: 5px;
  letter-spacing: 3px;
}

/* Save Date Body */
.save-date-body {
  position: relative;
}

/* Countdown */
.countdown {
  padding: 0px 0px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px;
}

.countdown .count-item {
  text-align: center;
  padding: 8px;
  width: 90px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.save-date .save-date-body .count-item .count-num {
  font-size: calc(var(--heading-size) - 8px);
  font-style: normal;
  font-family: var(--body-text-family);
}

.count-item .count-text {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size));
  font-style: normal;
  color: var(--text-secondary);
}

/* Add To Calendar */
.add-to-calendar-wrap {
  display: flex;
  flex-direction: column;
  /* padding: 20px 0px; */
  margin-top: 10px;
}

.add-to-calendar {
  padding: 12px 16px;
  margin: 0px auto;
  border-radius: 12px;
  min-width: 150px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size) + 0px);
  font-weight: 400;
  background-color: var(--button-background-primary);
  border: none;
  color: var(--button-text-primary);
  transition: all 0.25s ease-in-out;
}

.add-to-calendar:hover {
  background-color: rgba(var(--button-background-secondary-rgb), 1);
  color: var(--button-text-secondary);
}

@media (max-width: 320px) {
  .countdown .count-item {
    width: 67px;
  }
}

@media (min-width: 700px) and (max-width: 961px) {
  .countdown .count-item {
    width: 95px;
  }
}

@media (min-width: 1440px) {
  .countdown .count-item {
    width: 95px;
  }
}

/* ==============================
        Agenda
============================== */
.agenda-wrap {
  position: relative;
  overflow: hidden;
  padding: 9% 0px 5%;
}

.agenda-inner {
  padding: 0 0 0%;
}

.agenda-head {
  position: relative;
  padding: 0px 24px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.orn-agenda-top {
  position: relative;
  margin: 0 auto;
  width: clamp(121px, 31%, 150px);
}

.orn-act-top {
  position: relative;
  margin: 0 auto 4%;
  width: 58.5%;
  max-width: 300px;
}

.agenda-head .agenda-title {
  font-size: calc(var(--heading-size) + 0px);
}

.agenda-head .agenda-description {
  margin: 0 auto;
  color: var(--text-secondary);
  max-width: 400px;
  line-height: 171%;
  font-size: calc(var(--body-text-size) - 2px);
}

.agenda-body {
  position: relative;
  z-index: 1;
  margin-top: 2%;
}

/* Event */
.event-item {
  position: relative;
  text-align: center;
  margin-top: 14%;
}

.event-item:first-of-type {
  margin-top: 0px;
}

/* event ornamen */
.event-head {
  width: 100%;
  padding: 0px 24px 8%;
  text-align: center;
  position: relative;
}

.event-head-wrapper {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.event-head .event-day {
  font-family: var(--heading-family);
  color: var(--text-secondary);
  font-size: calc(var(--heading-size));
}

.event-head .event-description {
  margin-top: 10px;
  color: var(--text-secondary);
}

/* Activity */
.activity-wrap {
  padding: 0 0px 5%;
}

.activity-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  /* max-width: 550px; */
  margin-top: 45%;
  z-index: 1;
}

.activity-item:first-child {
  z-index: 2;
  padding-top: 0;
  margin-top: 21%;
}

/* .activity-item:last-child {
        z-index: 0;
    } */

/* activity-frame */
.activity-frame {
  position: relative;
  width: calc(100%);
  max-width: 600px;
  left: 50%;
  transform: translateX(-50%);
}

.activity-frame .frame-wrap img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

.activity-item:nth-child(odd) .activity-frame .frame-wrap img {
  margin-top: 0px;
}

.activity-item:nth-child(even) .activity-frame {
  transform: translateX(-50%) scaleX(-1);
}

/* activity content */
.activity-content {
  position: absolute;
  bottom: 40%;
  left: 50%;
  width: calc(67%);
  max-width: 400px;
  max-height: 61%;
  transform: translate(-50%, 51%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* overflow-y: auto; */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.activity-content::-webkit-scrollbar {
  display: none;
}

.activity-head {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0px 25px;
}

.activity-head .activity-icon {
  width: 60px;
  height: 60px;
  display: block;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}

.activity-head .activity-title {
  font-family: var(--heading-family);
  font-size: calc(var(--heading-size));
  /* color: var(--text-secondary); */
}

.activity-head .ev-day {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size) + 4px);
}

.activity-details .activity-description {
  font-size: calc(var(--body-text-size) - 2px);
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 142%;
  font-family: var(--body-text-family);
  font-style: italic;
}

.activity-head .activity-caption {
  font-size: calc(var(--body-text-size) - var(--fs-extra-2));
  font-weight: 500;
  margin-bottom: 0.25em;
  color: var(--text-primary);
}

.activity-content .activity-time {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size));
  font-weight: 700;
  font-style: normal;
  color: var(--text-primary);
}

.activity-head svg.activity-icon path {
  fill: var(--text-primary);
}

/* Agenda Details */
.event-details,
.activity-details {
  padding: 0 30px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
}

.event-details .event-hall,
.activity-details .activity-hall {
  color: var(--text-primary);
  text-align: center;
  font-size: calc(var(--body-text-size));
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: var(--body-text-family);
}

.ev-1 .event-details .event-hall,
.ev-1 .activity-details .activity-hall {
  padding: 0 10%;
}

.event-details .event-address,
.activity-details .activity-address {
  margin: 0 auto;
  max-width: 720px;
  font-size: calc(var(--body-text-size) - 2px);
  font-style: italic;
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 150%;
  font-family: var(--body-text-family);
}

.event-details .event-city,
.activity-details .activity-city {
  font-size: calc(var(--body-text-size) - 2px);
  font-style: italic;
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 150%;
  font-family: var(--body-text-family);
}

.event-link-wrap,
.activity-link-wrap {
  text-align: center;
}

.event-link,
.activity-link {
  display: inline-block;
  vertical-align: top;
  font-family: var(--body-text-family);
  font-weight: 400;
  font-size: var(--body-text-size);
  padding: 12px 16px;
  border-radius: 0px;
  background-color: var(--button-background-primary);
  color: var(--button-text-primary);
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.25s ease-in-out;
}

.event-link:hover,
.activity-item .activity-link:hover {
  background-color: var(--button-background-secondary);
  color: var(--button-text-secondary);
}

@media (min-width: 700px) and (max-width: 961px) {
  .event-details,
  .activity-details {
    padding: 0 35px;
  }

  .event-head .divider {
    min-height: 72px;
  }

  .activity-head .activity-icon {
    width: 120px;
    height: 120px;
  }

  .agenda-wrap {
    padding-top: 7%;
  }

  .agenda-body {
    margin-top: 9%;
  }
}

@media (min-width: 1400px) {
  .activity-content {
    margin-top: 0;
    /* min-height: 400px; */
  }

  .event-details,
  .activity-details {
    padding: 0 35px;
  }

  .event-head .divider {
    min-height: 72px;
  }
}

@media (min-width: 1600px) {
  .activity-head .activity-icon {
    width: 120px;
    height: 120px;
  }

  .event-head .divider {
    min-height: 66px;
  }
}

/* =============================
        DRESSCODE
============================= */
.dress-wrapper {
  margin-top: 10%;
}

.dress-preview {
  background-color: var(--background-tertiary);
}

.dress-icon .dress-icon-label {
  color: var(--text-primary);
}

.dress-wrapper .dress-inner .dress-item-title {
  color: var(--text-secondary);
}

.dress-inner {
  max-width: 500px;
  padding: 24px;
  margin: auto;
  gap: 40px;
}

.dress-footer {
  border: none;
  border-top: 1px solid var(--text-secondary);
  padding-top: 16px;
}

.dress-inner .dress-footer p {
  color: var(--text-secondary);
}

.dress-list {
  gap: 24px;
}

.dress-color-item {
  width: 36px;
  height: 36px;
}

@media (min-width: 561px) and (max-width: 960px) {
  .dress-preview {
    width: 140px;
    height: 140px;
  }

  .dress-icon-img {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1600px) {
  .dress-preview {
    width: 140px;
    height: 140px;
  }

  .dress-icon-img {
    width: 60px;
    height: 60px;
  }
}

/* Rundown */
.rundown-container .rundown-inner {
  gap: 24px;
}

.rundown-event .rundown-event-title {
  font-family: var(--body-text-family);
  font-weight: 600;
  font-size: var(--body-text-size);
}

.rundown-agenda .rundown-divider .rundown-circle {
  background-color: var(--background-tertiary);
}

/* ==============================
        RSVP
============================== */
.rsvp-wrap {
  position: relative;
  overflow: hidden;
  padding: 0% 0px 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rsvp-inner {
  position: relative;
  padding: 5% 10.25% 0;
}

/* Head */
.rsvp-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.rsvp-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}

.rsvp-head p.rsvp-info {
  color: var(--text-tertiary);
}

.orn-rsvp-top {
  position: relative;
  margin: 0 auto;
  width: clamp(160px, 41%, 200px);
}

.rsvp-head .rsvp-title {
  font-family: var(--heading-family);
  font-size: calc(var(--heading-size) + 0px);
  text-align: center;
}

.rsvp-head .rsvp-desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;

  padding: 12px 0;
  text-align: center;
}

.rsvp-head .rsvp-desc-2 {
  color: var(--text-primary);
  font-size: calc(var(--body-text-size) + 2px);
  font-weight: 600;
}

.rsvp-body-wrapper {
  max-width: 500px;
  position: relative;
  margin: 0 auto;
  /* padding: 0px 0 0px; */
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* z-index: 2; */

  border-radius: 24px;
}

.rsvp-body {
  position: relative;
  width: 100%;
}

.rsvp-session-wrap {
  margin: 0px auto 24px;
  gap: 12px;
}

/* RSVP Status */
.rsvp-status-wrap {
  margin: 0px auto 16px;
}

.rsvp-status-head {
  text-align: center;
}

.rsvp-status-head .rsvp-status-caption {
  color: var(--text-tertiary);
  text-transform: none;
}

/* RSVP Status Body */
.rsvp-status-body {
  margin-top: 12px;
}

.rsvp-status-wrap input[name="rsvp_status"] {
  display: none;
}

.rsvp-status-wrap input[name="rsvp_status"]:checked + .rsvp-confirm-btn.going {
  background-color: var(--button-background-secondary);
  color: var(--button-text-secondary);
  min-width: 50%;
}

.rsvp-status-wrap
  input[name="rsvp_status"]:checked
  + .rsvp-confirm-btn.not-going {
  background-color: var(--button-background-secondary);
  color: var(--button-text-secondary);
}

/* RSVP Amount */
.rsvp-amount-wrap {
  margin: 0px 0 24px;
}

.rsvp-amount-head {
  text-align: center;
}

.rsvp-amount-head .rsvp-amount-caption {
  color: var(--text-tertiary);
}

.rsvp-session-wrap .session-caption-wrap {
  margin: 0;
}

.rsvp-session-wrap .session-caption-wrap .caption {
  font-family: var(--body-text-family);
  font-style: var(--body-text-style);
  font-weight: var(--body-text-weight);
  font-size: var(--body-text-size);
  text-transform: none;
  line-height: 1;
  color: var(--text-tertiary);
  text-align: center;
}

/* Amount Controller */
.rsvp-amount-controller-wrap {
  margin-top: 12px;
}

.rsvp-amount-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 8px;
}

.rsvp-amount-controller .toggle-btn {
  background-color: var(--background-secondary);
  border: 1px solid transparent;
  outline: none;
  height: 48px;
  width: 48px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.rsvp-amount-controller .toggle-icon {
  width: 12px;
  height: auto;
  display: block;
  visibility: visible;
}

.rsvp-amount-controller .toggle-icon path {
  transition: all 0.25s ease-in-out;
  stroke: var(--dark-clr);
}

.rsvp-amount-controller .toggle-btn.plus {
  background-color: var(--button-background-secondary);
  border: none;
  border-radius: 16px;
}

.rsvp-amount-controller .toggle-btn.plus .toggle-icon path {
  stroke: var(--button-text-secondary);
}

.rsvp-amount-controller .toggle-btn.plus:hover {
  background-color: rgba(var(--button-background-secondary-rgb), 0.8);
}

.rsvp-amount-controller .toggle-btn.plus:hover .toggle-icon path {
  stroke: var(--button-text-secondary);
}

.rsvp-amount-controller .toggle-btn.minus {
  background-color: var(--button-background-secondary);
  border: none;
  border-radius: 16px;
}

.rsvp-amount-controller .toggle-btn.minus .toggle-icon path {
  stroke: var(--button-text-secondary);
}

.rsvp-amount-controller .toggle-btn.minus:hover {
  border-color: rgba(var(--button-background-secondary-rgb), 0.8);
}

.rsvp-amount-controller .input-wrap {
  width: 100%;
}

.rsvp-amount-controller .input-control {
  width: 100%;
  /* height: 40px; */
  outline: none;
  text-align: center;

  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  font-weight: var(--body-text-weight);
  background: transparent;
  padding: 12px 8px;

  color: var(--button-text-primary);

  border: none;
  border: 1px solid var(--button-background-secondary);

  pointer-events: none;
  border-radius: 16px;
}

/* RSVP Confirm */
.rsvp-confirm-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 12px;
}

.rsvp-confirm-wrap > label {
  display: block;
  text-align: center;
  flex-grow: 1;
  width: 100%;
}

.rsvp-confirm-btn {
  width: 100%;
  padding: 12px;
  margin: 0px auto;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  font-weight: var(--body-text-weight);
  line-height: 1.5;

  background-color: var(--button-background-secondary);
  color: var(--button-text-secondary);

  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.rsvp-session-btn {
  font-family: var(--body-text-family);
  background-color: transparent;
  border: 1px solid var(--button-background-secondary);
  color: var(--button-background-secondary);
  font-size: var(--body-text-size);
  padding: 12px 24px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.rsvp-session-btn.all {
  background-color: var(--button-background-secondary);
  color: var(--button-text-secondary);
}

.check-rsvp {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transition: all 0.25s ease-in-out;
}

.rsvp-status-wrap
  input[name="rsvp_status"]:checked
  + .rsvp-confirm-btn.going
  .check-rsvp,
.rsvp-status-wrap
  input[name="rsvp_status"]:checked
  + .rsvp-confirm-btn.not-going
  .check-rsvp,
.session-btn-wrap
  input[name="selected_event[]"]:checked
  + .rsvp-session-btn
  .check-rsvp,
.session-btn-wrap
  input[name="selected_event_all"]:checked
  + .rsvp-session-btn
  .check-rsvp {
  display: flex;
}

.rsvp-status-wrap
  input[name="rsvp_status"]:checked
  + .rsvp-confirm-btn.going
  .check-rsvp
  svg
  path {
  fill: var(--button-text-secondary);
}

.rsvp-status-wrap
  input[name="rsvp_status"]:checked
  + .rsvp-confirm-btn.not-going
  .check-rsvp
  svg
  path {
  fill: var(--button-text-secondary);
}

.rsvp-session-btn:hover {
  background-color: rgba(var(--button-background-secondary-rgb), 1);
  color: var(--button-text-secondary);
}

.session-btn-wrap {
  flex-direction: column;
}

.session-btn-wrap input[name="selected_event[]"]:checked + .rsvp-session-btn {
  background-color: var(--button-background-secondary);
  color: var(--button-text-secondary);
}

.session-btn-wrap input[name="selected_event_all"]:checked + .rsvp-session-btn {
  background-color: var(--button-background-secondary);
  color: var(--button-text-secondary);
}

.rsvp-confirm-btn.going {
  background-color: transparent;
  border: 1px solid var(--button-background-secondary);
  color: var(--button-background-secondary);
}

.rsvp-confirm-btn.going:hover {
  background-color: rgba(var(--button-background-secondary-rgb), 1);
  color: var(--button-text-secondary);
}

.rsvp-confirm-btn.not-going {
  background-color: transparent;
  border: 1px solid var(--button-background-secondary);
  color: var(--button-background-secondary);
}

.rsvp-confirm-btn.not-going:hover {
  background-color: rgba(var(--button-background-secondary-rgb), 1);
  color: var(--button-text-secondary);
}

.rsvp-confirm-btn.confirm {
  border: none;
  background-color: var(--button-background-secondary);
  color: var(--button-text-secondary);
  min-height: 100%;
  border-radius: 12px;
}

.rsvp-confirm-btn.confirm:hover {
  background-color: rgba(var(--button-background-secondary-rgb), 0.8);
  color: var(--button-text-secondary);
}

.rsvp-confirm-btn.download {
  background-color: var(--button-background-primary);
  color: var(--button-text-primary);
}

.rsvp-confirm-btn.download:hover {
  background-color: rgba(var(--button-background-secondary-rgb), 1);
  color: var(--button-text-secondary);
}

.rsvp-confirm-btn > i {
  font-size: 0.8em;
  margin-left: 5px;
}

/* End RSVP Confirm */

/* QR Card */
.rsvp-qrcard-wrap {
  padding: 24px 0 0;
  margin-bottom: 24px;
}

.rsvp-qrcard-img-wrap {
  margin-bottom: 12px;
}

.rsvp-form-wrapper {
  padding: 24px;
  margin-top: 24px;
  position: relative;
}

.bg-rsvp {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 24px;
  background: var(--background-secondary);
}

.rsvp-qrcard-img {
  display: block;
  width: 100%;
  max-width: 240px;
  border-radius: 5px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.rsvp-qrcard-wrap + .rsvp-message-wrap {
  margin-top: 0;
}

/* End QR Card */

/* RSVP Message */
.rsvp-message-wrap {
  position: relative;
}

.rsvp-message-content {
  background-color: transparent;
  border-radius: 5px;
  padding-bottom: 20px;
  text-align: center;
}

.rsvp-message-wrap .rsvp-message-icon {
  width: 30px;
  height: auto;
  display: none;
  margin: 0 auto 20px;
}

.rsvp-message-wrap .rsvp-message-icon path {
  fill: var(--title-clr);
}

.rsvp-message-wrap .rsvp-message-title {
  font-size: calc(var(--heading-size));
  margin-bottom: 20px;
}

.rsvp-message-wrap .rsvp-message-caption {
  font-size: var(--body-text-size);
  color: var(--text-secondary);
}

.orn-rsvp-divid {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* End RSVP Message */

/* RSVP Change */
/* End RSVP Change */
@media (min-width: 1400px) {
}

@media (max-width: 560px) {
}

@media (min-width: 560px) and (max-width: 960px) {
}

@media (min-width: 961px) {
}

@media (min-width: 1440px) {
}

/* ==============================
        Live Streaming
============================== */
section.live-streaming {
  padding: 5% 40px 8%;
  position: relative;
  overflow: hidden;
}

section.live-streaming .inner {
  padding: 0px;
  max-width: 540px;
}

/* head */
section.live-streaming .inner .head {
  text-align: center;
  padding: 0px;
  margin-bottom: 8%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

section.live-streaming .inner .head h1 {
  padding: 0px;
  margin-bottom: 0px;
  font-size: var(--heading-size);
}

section.live-streaming .inner .head p {
  font-size: var(--body-text-size);
  color: var(--text-secondary);
  line-height: 150%;
  font-size: var(--body-text-size);
  font-style: normal;
}

/* body */
.live-streaming .inner .body {
  position: relative;
  padding: 0;
}

.live-streaming .inner .body p {
  font-size: var(--body-text-size);
  color: var(--text-tertiary);
  text-align: center;
  padding-top: 16px;
}

.live-streaming .inner .body p.meeting-text {
  font-family: var(--body-text-family);
  font-weight: 500;
  font-size: calc(var(--body-text-size) + var(--fs-extra-1));
}

.live-streaming .inner .body > .streaming-info {
  padding: 16px;
  border-radius: 16px;
  background: var(--background-secondary);
  box-shadow: 4px 1px 4px 0px rgba(97, 97, 97, 0.15);
}

.live-streaming .inner .body > .streaming-info > div {
  padding: 0px;
}

.live-streaming .inner .body > .streaming-info > div.zoom-details {
  padding: 0px 24px;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 24px;
}

.live-streaming .inner .body > .streaming-info > div.zoom-details > div {
  margin: 0;
  flex-grow: 1;
  width: 100%;
}

.live-streaming .inner .body > .streaming-info > div > .preview {
  width: 70px;
}

.live-streaming .inner .body > .streaming-info > div > .preview.google-meet {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--background-secondary);
}

.live-streaming
  .inner
  .body
  > .streaming-info
  > div
  > .preview.google-meet
  > img {
  width: 62.5%;
  height: auto;
  border-radius: 0px;
}

.live-streaming .inner .body > .streaming-info > div > .preview,
.live-streaming .inner .body > .streaming-info > div > .preview > img {
  border-radius: 0px;
}

.live-streaming .inner .body > .streaming-info > div > .preview.wide {
  height: 200px;
}

.live-streaming .inner .body > .streaming-info > div > .preview.wide > img {
  object-fit: cover;
}

.live-streaming .inner .body > .streaming-info > div > .preview.wide.youtube {
  height: 200px;
}

.live-streaming .inner .body > .streaming-info > div > .preview > .play-btn {
  width: 70px;
  height: 70px;
  font-size: 30px;
  background-color: var(--button-background-secondary);
  color: var(--button-text-secondary);
}

.live-streaming .inner .body > .streaming-info > div.link {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.live-streaming .inner .body > .streaming-info > div.link > a {
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;

  font-family: var(--body-text-family);
  font-weight: 400;
  font-size: var(--body-text-size);

  background-color: var(--button-background-secondary);
  border: none;
  color: var(--button-text-secondary);

  border-radius: 12px;
  padding: 12px 16px;
}

.live-streaming .inner .body > .streaming-info > div.link > a:hover {
  background-color: rgba(var(--button-background-tertiary-rgb), 0.8);
  color: var(--button-text-tertiary);
}

@media (min-width: 768px) and (max-width: 960px) {
  section.live-streaming {
    /* min-height: 850px; */
    padding-bottom: 7%;
  }

  .live-streaming .inner .body > .streaming-info > div > .preview.wide {
    height: 320px;
  }
}

@media (min-width: 425px) {
  .live-streaming .inner .body > .streaming-info > div > .preview.wide.youtube {
    height: 360px;
  }
}

@media (min-width: 1200px) {
  .live-streaming .inner .body > .streaming-info > div > .preview.wide {
    height: 320px;
  }
}

/* ==============================
        Wedding Gift
============================== */
.wedding-gift-wrap {
  position: relative;
  width: 100%;
  /* max-width: 600px; */
  margin: 0 auto;
  padding: 40px 0px 5%;
  overflow: hidden;
}

.wedding-gift-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Head */
.wedding-gift-head {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wedding-gift-head .wedding-gift-description {
  font-size: var(--body-text-size);
  text-align: center;
}

/* Body */
.wedding-gift-body-wrap {
  position: relative;
  width: 100%;
}

.wedding-gift-body {
  position: relative;
  width: 100%;
}

.wedding-gift-body .wedding-gift-body-inner {
  position: relative;
  padding: 0% 24px;
  /* max-width: 650px; */
  margin: 0 auto;
}

.wedding-gift-form {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

/* Wedding Gift Form */
#weddingGiftForm {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  /* overflow: hidden; */
  max-width: 635px;
  margin: 0 auto;
}

#weddingGiftForm .wedding-gift-slide {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* overflow: hidden; */
}

/* Select Bank */
.wedding-gift-select-bank-wrap {
  z-index: 1;
  position: relative;
}

.wedding-gift-select-bank-wrap .selectize-control.form-control {
  background: transparent;
  padding: 0;
  border: none;
  border-radius: 8px;
}

.wedding-gift-select-bank-wrap
  .selectize-control.form-control
  .selectize-dropdown-content {
  max-height: 124px;
}

.wedding-gift-select-bank-wrap
  .selectize-control.form-control
  .selectize-input {
  background: var(--button-background-primary);
  padding: 12px 24px;
  border-radius: 12px;
  /* display: none; */
  margin-bottom: 5px;
}

.wedding-gift-select-bank-wrap
  .selectize-control.form-control
  .selectize-input::after {
  border-top-color: var(--button-text-primary);
}

.wedding-gift-select-bank-wrap
  .selectize-control.form-control
  .select-bank__title {
  font-family: var(--body-text-family);
  color: var(--button-text-primary);
}

.wedding-gift-select-bank-wrap .selectize-dropdown.form-control {
  padding: 0;
  box-shadow: none;
  overflow: hidden;
  background-color: var(--button-background-primary) !important;
  color: var(--button-text-primary);
  border: none;
}

.wedding-gift-select-bank-wrap
  .selectize-dropdown.form-control
  .select-bank__title {
  color: var(--button-text-primary);
}

.wedding-gift-select-bank-wrap
  .selectize-dropdown.form-control
  .select-bank__credential {
  font-size: calc(var(--body-text-size) - var(--fs-extra-3));
  color: var(--button-text-primary);
}

.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .item {
  background-color: var(--button-background-primary) !important;
  color: var(--button-text-primary) !important;
}

.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .item:hover {
  background-color: var(--button-background-secondary) !important;
  color: var(--button-text-secondary) !important;
}

.wedding-gift-select-bank-wrap
  .selectize-dropdown.form-control
  .item:hover
  .select-bank__title,
.wedding-gift-select-bank-wrap
  .selectize-dropdown.form-control
  .item:hover
  .select-bank__credential {
  color: var(--button-text-secondary);
}

/* Frame Gift  */
.wedding-gift-inner .gift-frame {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 650px;
  margin-bottom: 5%;
  margin-top: 5%;
  height: auto;
  border: none;
}

.wedding-gift-inner .gift-frame .frame-wrap {
  width: 100%;
  border: none;
  margin: 0 auto;
  /* margin-top: 40px; */
}

/* Body */
.wedding-gift-body-ins {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 22% 20% 17%;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Bank */
.bank-button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0px;
  border-bottom: none;
  gap: 4px;
  background: transparent;
  border-bottom: 1px solid var(--button-background-primary);
  color: var(--button-background-primary);
  cursor: pointer;
  border-radius: 0;
}

.wedding-gift-bank-wrap .bank-button-wrap p {
  color: var(--button-background-primary);
}

.wedding-gift-bank-wrap {
  width: 100%;
}

.wedding-gift-bank-wrap .bank-item {
  padding: 0px;
  align-items: flex-start;
  display: none;
}

.wedding-gift-bank-wrap .bank-item.show {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}

.accor-active .bank-item {
  display: block;
}

/* Bank Detail */
.wedding-gift-bank-wrap .bank-detail {
  width: 100%;
  flex-grow: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.wedding-gift-bank-wrap .bank-name {
  font-size: var(--body-text-size);
  font-family: var(--body-text-family);
  font-weight: 400;
  color: var(--text-primary);
}

.wedding-gift-bank-wrap .bank-account-number-label {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 4px;

  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size));
  color: rgba(var(--text-secondary-rgb), 0.5);
  flex-direction: column;
  line-height: 150%;
}

.wedding-gift-bank-wrap .bank-account-number {
  font-size: var(--body-text-size);
  font-family: var(--body-text-family);
  font-weight: 400;
  word-break: break-all;
  color: var(--text-primary);
}

.wedding-gift-bank-wrap .bank-account-number > i {
  border: 1px solid var(--text-primary);
  border-radius: 4px;
  padding: 4px;
  font-size: var(--body-text-size);
  margin-left: 2.5em;
  color: var(--text-primary);
}

.wedding-gift-bank-wrap .bank-account-name-label {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 4px;

  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size));
  color: rgba(var(--text-secondary-rgb), 0.5);
  margin-bottom: 0.25em;
  flex-direction: column;
  line-height: 150%;
}

.wedding-gift-bank-wrap .bank-account-name {
  font-size: var(--body-text-size);
  font-family: var(--body-text-family);
  font-weight: 400;
  color: var(--text-primary);
}

/* Bank Img Wrap */
.wedding-gift-bank-wrap .bank-img-wrap {
  padding: 10px;
  display: flex;
  margin-bottom: 9%;
}

.wedding-gift-bank-wrap .bank-img-link {
  display: inline-block;
  vertical-align: top;
  margin: auto;
}

.wedding-gift-bank-wrap .bank-img {
  width: 120px;
  height: 120px;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Toggle Slide Bank  */
.slider-bank-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-bank-wrap svg {
  transition: transform 0.5s ease-in-out;
  transform: rotate(180deg);
}

.slider-bank-wrap svg path {
  fill: var(--text-primary);
}

.slider-bank-wrap.active svg {
  transform: rotate(0deg);
}

.slider-bank-wrap p.sld-bank {
  color: var(--text-primary);
}

/* Sender Data */
.gift-form-sender-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wedding-gift-sender-data-wrap label {
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  display: block;
  color: var(--text-primary);
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.wedding-gift-sender-data-wrap .form-group {
  margin-top: 8px;
  margin-bottom: 0;
}

.wedding-gift-sender-data-wrap textarea.form-control {
  height: auto;
  min-height: 0;
  max-height: 250px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.wedding-gift-sender-data-wrap .form-control {
  background-color: transparent;
  border-radius: 12px;
  border: 1px solid var(--button-background-primary);
  padding: 12px 16px;
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  color: var(--text-secondary);
}

.wedding-gift-sender-data-wrap .form-control::placeholder {
  color: rgba(var(--text-secondary-rgb), 0.5);
}

.wedding-gift-page {
  width: 100%;
  display: block;
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  font-weight: var(--body-text-weight);
  line-height: normal;
  color: var(--button-text-primary);
  background-color: var(--button-background-primary);
  border: none;
  padding: 12px 25px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  margin: 0 auto;
}

.wedding-gift-page:hover {
  color: var(--button-text-secondary);
  background-color: var(--button-background-secondary);
}

/* Wedding Gift Back Page */
.wedding-gift-back-page {
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--button-background-primary);
  font-size: 28px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.wedding-gift-back-page:hover {
  color: rgba(var(--button-background-primary-rgb), 0.75);
}

/* Wedding Gift Picture */
.wedding-gift-picture {
  padding: 0px 20px;
  /* padding-bottom: 10%; */
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  opacity: 0;
}

.wedding-gift-upload-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  /* margin-bottom: 40px; */
}

.wedding-gift-upload-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 2px dashed var(--text-primary);
  border-radius: 10px;
  background-color: transparent;
  pointer-events: none;
}

/* Wedding Gift Upload Description */
.wgu-description {
  text-align: center;
  padding: 20px;
  margin: 10% auto;
  display: none;
}

.wgu-description.show {
  display: block;
}

.wgu-description .wgu-icon {
  width: 120px;
  height: auto;
  opacity: 0.4;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.wgu-description .wgu-title {
  font-family: var(--body-text-family);
  color: var(--text-secondary);
}

.wgu-description .wgu-desc {
  font-family: var(--body-text-family);
  color: var(--text-tertiary);
}

/* Wedding Gift Upload Image Wrap */
.wgu-img-wrap {
  display: none;
}

.wgu-img-wrap.show {
  display: block;
}

.wgu-img-wrap .wgu-img {
  width: 100%;
  height: auto;
  max-height: 500px;
  display: block;
  object-fit: cover;
  object-position: center;
}

[data-wgu-file] {
  cursor: pointer;
}

/* Wedding Gift Message */
.wedding-gift-message {
  padding: 50px 20px;
}

.wgs-head {
  padding: 10px 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wgs-head .wgs-spark {
  width: 30px;
  height: auto;
  display: block;
}

.wgs-head .wgs-spark .fill {
  fill: var(--button-background-primary);
}

.wgs-head .wgs-spark .stroke {
  stroke: var(--button-background-primary);
}

.wgs-head .wgs-spark.left {
  margin-right: 20px;
}

.wgs-head .wgs-spark.right {
  margin-left: 20px;
  transform: scaleY(-1);
}

.wgs-icon-wrap {
  width: 120px;
  height: 120px;
  background-color: var(--button-background-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.wgs-icon-wrap.circle {
  border-radius: 50%;
}

.wgs-icon {
  display: block;
  width: 60px;
  height: auto;
}

.wgs-icon .fill {
  fill: var(--light-clr);
}

.wgs-body {
  padding: 10px 0;
  text-align: center;
}

.wgs-body .wgs-title {
  margin-bottom: 0.25em;
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size) + 5px);
}

.wgs-description {
  color: rgba(var(--dark-rgb), 0.5);
}

@media (min-width: 768px) {
  .wedding-gift-wrap.no-form {
    z-index: unset;
  }
}

/* =====================================
        KADO
==================================== */
.gift-section-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 5%;
}

.wedding-gifts-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0px;
}

.wedding-gifts-wrap.no-gift .wedding-gifts-inner {
  border-top: 2px solid var(--text-primary);
  border-radius: 16px;
  padding: 10% 24px 10%;
}

.wedding-gifts-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20% 24px 10%;
  max-width: 650px;
  margin: 0 auto;
}

.wedding-gifts-head {
  padding-bottom: 0;
}

.wedding-gifts-inner .wedding-gifts-label {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-primary);
  text-align: left;
}

.wedding-gifts-inner .wedding-gifts-label i {
  font-size: inherit;
  font-weight: 600;
  color: inherit;
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}

.wedding-gifts-label.active i {
  transform: rotate(0deg);
}

.wedding-gifts-inner .wedding-gifts-body {
  gap: 12px;
}

.gift-address-wrap {
  position: relative;
  width: 93.56%;
  margin: 0 auto 12%;
}

.wedding-gift-address-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  padding: 0.5% 7.5%;
  border: none;
  width: 90%;
  text-align: center;
  align-items: center;
  max-height: 80%;
  overflow-y: scroll;
  border-radius: 16%;
}

.orn-kado-1 {
  position: absolute;
  left: 50%;
  top: 0%;
  width: calc(110%);
  transform: translate(-50%, -3%);
}

.kado-info-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  flex-direction: column;
}

.wedding-gift-info-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.wedding-gift-address-wrap .inner-address-info {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size));
  color: var(--text-primary);
  font-weight: 500;
  line-height: 150%;
}

.wedding-gift-address-wrap .inner-address-info.sec {
  color: var(--text-primary);
  font-weight: 400;
  line-height: 150%;
}

.wedding-gift-address-wrap .wedding-gift-address-label {
  position: relative;
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size) - 0px);
  color: rgba(var(--text-secondary-rgb), 0.5);
}

.wedding-gift-address-wrap .btn-hadiah-copy {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid var(--button-background-primary);
  color: var(--button-background-primary);
  padding: 4px 0px;
  display: flex;
  gap: 4px;
}

.wedding-gift-address-wrap .btn-hadiah-copy p {
  color: var(--button-background-primary);
}

.wedding-gift-address-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
  width: 100%;
}

.wedding-gifts-body .hadiah-wrap {
  display: unset;
  position: relative;
}

.wedding-gifts-body .hadiah-wrap .hadiah-card-wrap {
  border-radius: 12px;
  padding-bottom: 0px;
  margin-bottom: 12px;

  display: flex;
  background-color: var(--background-secondary);
  overflow: hidden;
  transform: translateZ(0);
}

.wedding-gifts-body .hadiah-wrap .hadiah-card-wrap:last-child {
  margin-bottom: 0;
}

.wedding-gifts-body .hadiah-card-wrap .hadiah-card {
  width: 100%;
  padding: 2.4%;
  border-radius: 0;
  border: none;
  background-color: transparent;
}

.hadiah-card-wrap .img-wrap {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
}

.hadiah-card-wrap .img-wrap .hadiah-img {
  border-radius: 0px;
  object-fit: cover;
  object-position: center;
  height: unset;
}

.hadiah-card .hadiah-card-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0px;
}

.card-title-wrap .hadiah-card-title {
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  font-weight: 400 !important;
  color: var(--text-tertiary) !important;
}

.hadiah-card-inner .hadiah-card-price {
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  font-weight: var(--body-text-weight);
  color: var(--text-tertiary);
  padding: 0px;
}

.hadiah-card-inner .card-title-wrap {
  padding: 0px;
}

.hadiah-card-inner .hadiah-card-amount {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size) - 0px);
  font-weight: var(--body-text-weight);
  color: var(--text-tertiary);
  padding: 0px;
}

.hadiah-card-inner .hadiah-card-amount .total-amount {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size) - 0px);
  font-weight: var(--body-text-weight);
  color: var(--text-tertiary);
}

.hadiah-card-footer {
  padding: 0px;
  text-align: start;
}

.hadiah-card-footer .hadiah-card-button {
  border: none;
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  border-radius: 0px;
  font-weight: var(--body-text-weight);
  padding: 6px 0;
  border-bottom: 1px solid var(--button-background-secondary);

  background-color: transparent;
  color: var(--button-background-secondary);
  transition: all 0.25s ease-in-out;
}

.wedding-gifts-body .more-gift-wrap {
  display: none;
}

.wedding-gifts-body .more-gift-wrap.show {
  display: block;
  padding-top: 12px;
}

.more-gift-wrap .gifts-more-button {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  padding: 12px 20px;
  margin: 0 auto;
  border-radius: 50px;
  text-decoration: none;
  background-color: var(--button-background-primary);
  color: var(--button-text-primary);
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  font-weight: var(--body-text-weight);
  line-height: normal;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.more-gift-wrap .gifts-more-button:hover {
  background-color: rgba(var(--button-background-primary-rgb), 0.75);
}

/* MODAL KADO */
.kat__cropper-modal.kado .modal-kado-header {
  display: flex;
  justify-content: space-between;
}

.modal-kado-header .title {
  font-family: var(--heading-family);
  font-size: var(--body-text-size);
  color: var(--text-primary);
}

.kat__cropper-modal.kado span,
.kat__cropper-modal.kado p {
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  color: var(--text-primary);
}

.buying-kado-btn {
  width: 100%;
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  border-radius: 8px;
  padding: 12px 20px;

  background-color: var(--button-background-primary);
  color: var(--button-text-primary);
  transition: all 0.25s ease-in-out;
}

.buying-kado-btn:hover {
  background-color: rgba(var(--button-background-primary-rgb), 0.75);
  color: var(--button-text-primary);
}

.confirm-kado-btn {
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  border-radius: 8px;
  padding: 12px 20px;

  background-color: var(--button-background-primary);
  color: var(--button-text-primary);
  transition: all 0.25s ease-in-out;
}

.kado-form-btn .kado-send-btn {
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  border-radius: 8px;
  padding: 12px 20px;

  background-color: var(--button-background-primary);
  color: var(--button-text-primary);
  transition: all 0.25s ease-in-out;
}

.confirm-kado-btn:hover {
  background-color: rgba(var(--button-background-primary-rgb), 0.75);
  color: var(--button-text-primary);
  border: 1px solid var(--background-primary);
}

/* gifts Nav */
.hadiah-wrap .slick-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 24px;
}

.hadiah-wrap .slick-dots li {
  flex-grow: 1;
  max-width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(var(--background-secondary-rgb), 0.5);
  transition: all 0.25s ease-in-out;
}

.hadiah-wrap .slick-dots li.slick-active {
  background-color: var(--background-secondary);
}

.hadiah-wrap .slick-dots li button {
  display: none;
}

.kado-form-wrap .input-field {
  color: var(--text-tertiary) !important;
}

/* =====================================
INSTAGRAM FILTER
==================================== */
.ig-filter-wrap {
  position: relative;
  overflow: hidden;
  padding: 0% 0px 0%;
}

.ig-filter {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  /* min-height: 550px; */
  padding: 7% 0;
}

.ig-filter-frame {
  position: relative;
  width: 100%;
  min-height: 470px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* head */
.ig-filter-head {
  position: relative;
  width: 100%;
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
  padding: 0px 7%;
}

.ig-filter-head .ig-filter-title {
  color: var(--text-primary);
  margin-bottom: 0px;
}

.ig-filter-head .ig-filter-caption {
  font-size: calc(var(--body-text-size));
  width: 95%;
  margin: 0 auto;
  margin-top: 8px;
}

/* body */
.ig-filter-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin: 0 auto;
  padding: 0 35px;
}

/* body inner */
.ig-filter-body-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  width: 100%;
  /* max-width: 220px; */
}

.ig-filter-body-inner .z-0 {
  z-index: 0;
}

.ig-filter-body-inner .z-1 {
  z-index: 1;
}

.ig-filter-body-inner .z-2 {
  z-index: 2;
}

/* image */
.ig-filter-img-wrap {
  position: relative;
  display: flex;
  padding: 0px;
  width: 100%;
}

.ig-filter-img {
  width: 100%;
  min-height: 320px;
  max-width: none;
  object-fit: cover;
  max-height: 508px;
  border-radius: 16px;
}

/* link */
.ig-filter-link-wrap {
  display: flex;
  justify-content: center;
  padding: 0px;
  width: 100%;
  margin-top: 6%;
  max-width: 420px;
}

.ig-filter-link {
  border: none;
  outline: none;
  width: 100%;
  border-radius: 12px;
  padding: 12px 20px;

  background-color: var(--button-background-primary);
  color: var(--button-text-primary);
  border: none;

  font-family: var(--body-text-family);
  font-weight: var(--body-text-weight);
  font-size: var(--body-text-size);
}

.ig-filter-link:hover {
  background-color: rgba(var(--button-background-primary-rgb), 0.75);
  color: var(--button-text-primary);
}

@media (min-width: 768px) {
  .ig-filter-img {
    width: 420px;
    /* height: 420px; */
    max-height: unset;
  }
}

/* ======================
    PROTOCOL
====================== */
section.protocol {
  background-color: transparent;
  overflow: hidden;
  position: relative;
}

/* Protocol 01 */
section.protocol.protocol-01 {
  padding: 6% 0 12%;
}

.protocol.protocol-01 > .inner {
  position: relative;
  overflow: unset;
}

section.protocol.protocol-01 .inner .head {
  background-color: transparent;
}

section.protocol.protocol-01 .inner .head h1 {
  font-size: var(--heading-size);
  font-weight: var(--heading-weight);
  color: var(--text-primary);
  line-height: normal;
  text-transform: capitalize;
}

section.protocol.protocol-01 .inner .head p {
  font-size: var(--body-text-size);
  color: var(--text-secondary);
  font-weight: var(--body-text-weight);
  margin-bottom: 12px;
}

.protocol.protocol-01 .inner .body {
  margin: 0px;
  padding: 40px 0px 0px;
  width: 65.7%;
  margin: 0 auto;
}

.protocol.protocol-01 .inner .body .picture-outer {
  margin: 10px 20px 20px 20px;
}

/* Protocol 02 */
.protocol.protocol-02 {
  padding: 0% 0px 7%;
}

section.protocol.protocol-02 .inner .head .step-outer {
  background-color: var(--button-background-primary);
}

/* Protocol 03 */
section.protocol.protocol-03 {
  background: transparent;
  position: relative;
  padding: 5% 0 14%;
}

.protocol.protocol-03 .inner {
  position: relative;
}

section.protocol.protocol-03 .inner .head {
  padding: 24px 10% 8px;
  background-color: transparent;
}

section.protocol.protocol-03 .inner .head h1 {
  font-size: var(--heading-size);
  font-weight: var(--heading-weight);
  color: var(--text-primary);
  line-height: normal;
  text-transform: capitalize;
}

section.protocol.protocol-03 .inner .head p {
  font-size: var(--body-text-size);
  color: var(--text-secondary);
  font-weight: var(--body-text-weight);
  margin-bottom: 12px;
}

section.protocol.protocol-03 .inner .body .slider .content .text-01 {
  font-family: var(--body-text-family);
  font-weight: 400;
  font-size: calc(var(--body-text-size) + var(--fs-extra-1));
  font-style: italic;
  color: var(--text-secondary);
}

.protocol.protocol-03 .inner .body .slider_dots::before {
  border-color: var(--button-background-primary);
}

.protocol.protocol-03 .inner .body .slider_dots .slider_navigator {
  background-color: var(--button-background-primary);
}

.protocol.protocol-03
  .inner
  .body
  .slider_dots
  .slider_navigator.slick-current.slick-center {
  background-color: var(--button-text-secondary);
}

/* Protocol 04 */
section.protocol-04 {
  position: relative;
  background-color: transparent;
  padding: 5% 0 10%;
}

section.protocol-04 .protocol-04-inner-wrap {
  position: relative;
}

section.protocol-04 .inner {
  position: relative;
  padding: 0;
}

.kat-page__side-to-side .secondary-pane section.protocol-04 .inner .head {
  max-width: unset;
}

section.protocol-04 .inner .head {
  padding: 0% 6.3% 5.6%;
  max-width: unset;
  position: relative;
}

section.protocol-04 .inner .head .title {
  font-family: var(--heading-family);
  font-weight: var(--heading-weight);
  font-size: var(--heading-size);
  text-transform: var(--heading-lettercase);
  color: var(--text-primary);
  line-height: normal;
}

.kat-page__side-to-side .secondary-pane section.protocol-04 .protocol-item-wrap,
section.protocol-04 .protocol-item-wrap {
  position: relative;
  max-width: 520px;
  gap: 16px;
}

section.protocol-04 .inner .body {
  padding: 0 45px;
}

section.protocol-04 .protocol-item-wrap .protocol-item {
  align-items: center;
  background-color: var(--background-secondary);
  border: 1px solid var(--background-secondary);
  border-radius: 24px;
  max-width: 130px;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 16px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  justify-content: center;
  gap: 22px;
}

section.protocol-04 .protocol-item-wrap .protocol-item .text-wrap {
  justify-content: flex-end;
  padding: 0px;
  flex-grow: 0;
}

section.protocol-04 .protocol-item-wrap .protocol-item .icon-wrap {
  padding: 0px;
  border-radius: 0;
  width: 80px;
  flex-grow: unset;
}

section.protocol-04 .protocol-item-wrap .protocol-item .icon-wrap .icon {
  width: 40px;
  height: auto;
}

section.protocol-04 .protocol-item-wrap .protocol-item .icon-wrap .icon path {
  fill: var(--text-tertiary);
}

section.protocol-04 .protocol-item-wrap .protocol-item .text-wrap .text {
  font-family: var(--body-text-family);
  font-weight: var(--body-text-weight);
  font-size: var(--body-text-size);
  color: var(--text-tertiary);
}

@media (max-width: 360px) {
  section.protocol-04 .protocol-item-wrap {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  section.protocol-04 .protocol-item-wrap .protocol-item {
    max-width: 190px;
    height: 215px;
  }

  section.protocol-04 .protocol-item-wrap .protocol-item .icon-wrap .icon {
    width: 70px;
  }
}

@media (min-width: 560px) and (max-width: 960px) {
  section.protocol-04 .inner .head {
    padding: 11% 20% 15.6%;
  }
}

@media (min-width: 1600px) {
  section.protocol-04 .inner .head {
    max-width: unset;
    position: relative;
  }
}

/* ==============================
  ?      Wedding Wish
============================== */
.wedding-wish-wrap {
  position: relative;
  overflow: hidden;
  padding: 5% 24px;
}

.wedding-wish-inner {
  position: relative;
}

/* head */
.wedding-wish-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 7%;
}

.wedding-wish-head .wedding-wish-title {
  color: var(--text-primary);
  font-family: var(--heading-family);
  font-size: var(--heading-size);
}

.wedding-wish-head .wedding-wish-description {
  line-height: 150%;
}

/* Body */
.wedding-wish-body {
  padding: 24px 0px;
}

/* Form */
.wedding-wish-form {
  padding-bottom: 32px;
}

.wedding-wish-form .hide {
  display: none;
}

.wedding-wish-form .form-control {
  background-color: #ffff;
  border: 1px solid var(--background-secondary);
  border-radius: 12px;
  padding: 12px 12px;
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  line-height: 1.5;
  color: var(--text-primary);
}

.wedding-wish-form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(117, 117, 117, 0.5);
}

.wedding-wish-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(117, 117, 117, 0.5);
}

.wedding-wish-form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(117, 117, 117, 0.5);
}

.wedding-wish-form .form-control:focus {
  border: 1px solid var(--text-primary);
  box-shadow: none;
}

.wedding-wish-form textarea.form-control {
  min-height: 40px;
  max-height: 250px;
}

.wedding-wish-form .submit-comment {
  padding: 12px 24px;
  width: 100%;
  cursor: pointer;
  border: none;
  border-radius: 12px;
  outline: none;
  background-color: rgba(var(--button-background-primary-rgb), 1);
  color: var(--button-text-primary);
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  font-weight: 400;
  line-height: 150%;
  transition: all 0.25s ease-in-out;
}

.wedding-wish-form .submit-comment:hover {
  background-color: rgba(var(--button-background-primary-rgb), 1);
  color: var(--button-text-primary);
}

/* comment box */
.comment-box-wrap {
  position: relative;
}

.comment-box-wrap .form-group {
  margin-bottom: 0;
}

.comment-box-wrap textarea.form-control {
  height: auto;
  min-height: 0;
}

.comment-box-wrap .submit-comment-wrap {
  position: absolute;
  top: 0;
  right: 0;
}

.wedding-wish-form form .submit-comment-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.comment-box-wrap.focus .submit-comment-wrap {
  top: auto;
  bottom: 0;
}

/* Comment Wrap */
.comment-wrap {
  display: none;
}

.comment-wrap.show {
  display: block;
}

.comment-item {
  padding: 16px;
  background: var(--background-tertiary);
  margin-bottom: 24px;
  border-radius: 12px;
}

.comment-item:last-of-type {
  margin-bottom: 0px;
}

.comment-head {
  position: relative;
  margin-bottom: 4px;
}

.comment-head .comment-name {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size));
  font-weight: 400;
  line-height: 150%;
  color: var(--text-primary);
}

.comment-head .comment-name > i {
  font-size: 0.7em;
}

.comment-head .comment-date {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size));
  /* font-weight: 600; */
  line-height: 150%;
  display: block;
  margin-top: 4px;
  color: var(--text-secondary);
}

.comment-head .delete-comment {
  position: absolute;
  top: 0px;
  right: 0px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  color: rgba(153, 20, 50, 1);
  transition: color 0.25s ease-in-out;
}

.comment-head .delete-comment:hover {
  color: rgba(153, 20, 50, 0.8);
}

.comment-body .comment-caption {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size));
  line-height: 150%;
}

/* More Comment */
.more-comment-wrap {
  padding: 24px 0px 0px;
  display: none;
  text-align: center;
}

.more-comment-wrap.show {
  display: block;
}

#moreComment {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  padding: 12px 16px;
  margin: 0 auto;
  border-radius: 12px;
  text-decoration: none;
  background-color: var(--button-background-primary);
  color: var(--button-text-primary);
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

#moreComment:hover {
  background-color: rgba(var(--button-background-hover-rgb), 1);
  color: var(--button-text-hover);
}

section.notes-container {
  padding: 20% 0;
}

/* ==============================
        QUOTE MESSAGE
============================== */
.quote-message-wrap {
  overflow: hidden;
  position: relative;
  padding: 10% 19px 9%;
}

.quote-message-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(
    180deg,
    rgba(245, 242, 228, 0) 0%,
    rgba(245, 242, 228, 0) 50%,
    #f5f2e4 100%
  );
}

.quote-message-wrap .quote-message {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.quote-message-wrap .quote-message-inner-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 16px;
  background: var(--background-secondary);
  border-radius: 500px 500px 0px 0px;
}

.quote-message-wrap .quote-message .quote-message-inner {
  display: flex;
  padding: 19.6% 14% 14%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
  background: var(--background-primary);
  border-radius: 500px 500px 0px 0px;
  border: 2px solid var(--text-secondary);
  text-align: center;
}

.quote-message-wrap .quote-message-title {
  font-size: calc(var(--heading-size));
  text-align: center;
}

.quote-message-wrap .quote-message-desc {
  line-height: 150%;
  text-transform: none;
}

@media (min-width: 700px) {
  .quote-message-wrap .quote-message .quote-message-inner {
    padding-top: 30%;
  }
}

/* ========================================
?        FOOTNOTE
======================================== */
.footnote-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  gap: 55px;
}

.footnote-wrap .footnote {
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 60% 20.5% 55%;
  gap: 12px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    var(--background-primary) 0%,
    rgba(245, 242, 228, 0.75) 50%,
    rgba(245, 242, 228, 0) 100%
  );
}

.orn-tc-frame {
  position: absolute;
  width: 100%;
  inset: 0;
}

/* Details */
.footnote .content {
  position: relative;
  z-index: 1;

  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footnote .content .footnote-title {
  font-size: calc(var(--heading-size) + 16px);

  color: var(--text-primary);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footnote .content .bottom-text,
.footnote-wrap .footnote .top-text {
  font-size: var(--body-text-size);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footnote-wrap .orn-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footnote-wrap .orn-wrapper .orn-footnote-logo {
  width: 35.57%;
}

.footnote-foot {
  position: relative;
  width: 100%;
}

@media (min-width: 560px) and (max-width: 960px) {
  .footnote-wrap .logo-wrap {
    max-width: 160px;
    min-height: 160px;
  }
}

@media (min-width: 768px) {
}

@media (min-width: 1200px) {
}

/* ========================================
      FOOTER
======================================== */
section.footer {
  background: var(--background-secondary);
  padding: 0;
  position: relative;
}

section.footer .footer-inner {
  padding: 10px 0;
}

section.footer .footer-inner p {
  font-size: var(--body-text-size);
  font-weight: 400;
  color: var(--background-primary);
}

.footer .footer-inner .footer-logo {
  width: 55px;
}

section.footer .footer-inner .footer-logo path {
  fill: var(--background-primary);
}

@media only screen and (max-width: 960px) {
  section.footer .footer-inner.flex-column {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 150px;
  }

  section.footer .footer-inner.flex-column p {
    margin-right: 0;
    font-size: calc(var(--body-text-size) + var(--fs-extra-2));
  }

  section.footer .footer-inner.flex-column .footer-logo {
    margin-top: 10px;
    width: 150px;
  }
}

/* =================================
        ORNAMENTS
================================= */
/* GLOBAL */
.burung-1 {
  position: absolute;
  width: clamp(45px, 11.5%, 95px);
}

.burung-2 {
  position: absolute;
  width: clamp(64px, 16.4%, 105px);
}

@media (min-width: 560px) and (max-width: 961px) {
  .burung-2 {
    width: clamp(94px, 16.4%, 105px);
  }

  .burung-1 {
    width: clamp(75px, 11.5%, 95px);
  }
}

@media (min-width: 1560px) {
  .burung-2 {
    width: clamp(94px, 16.4%, 105px);
  }

  .burung-1 {
    width: clamp(75px, 11.5%, 95px);
  }
}

/* COVER */
.orn-cover-1.top {
  position: relative;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0.5;
}

.orn-cover-2.right {
  position: absolute;
  width: 50.9%;
  bottom: 0;
  right: 0%;
  transform: translate(23.85%, 24%);
}

.orn-cover-2-1 {
  position: absolute;
  width: 74.2%;
  bottom: 12.5%;
  left: 0%;
  transform: translate(-40.38%, 0%);
}

.orn-cover-3.center {
  position: absolute;
  width: 43.45%;
  bottom: 0;
  left: 50%;
  transform: translate(-73%, 17.7%);
}

.orn-cover-4.left {
  position: absolute;
  width: 51.63%;
  bottom: 0;
  left: 0%;
  transform: translate(-31%, 29.5%);
}

.orn-cover-5.right {
  position: absolute;
  width: 43.3%;
  bottom: 0%;
  right: 0%;
  transform: translate(60.55%, 10%);
}

.orn-cover-6.left {
  position: absolute;
  width: 38.43%;
  bottom: 0%;
  left: 0%;
  transform: translate(-65.81%, 19.3%);
}

.orn-cover-6-1 {
  position: absolute;
  width: 89.6%;
  bottom: 40.9%;
  left: 0%;
  transform: translate(0%, 0%);
}

.orn-cover-7.right {
  position: absolute;
  width: 59.28%;
  bottom: 0%;
  right: 0%;
  transform: translate(66%, 0%) scaleX(-1);
}

.orn-cover-7.left {
  position: absolute;
  width: 60.26%;
  bottom: 0%;
  left: 0%;
  transform: translate(-63.77%, 0%) scaleX(-1);
}

.orn-cover-8.left {
  position: absolute;
  width: 29.45%;
  bottom: 56%;
  left: 0%;
  transform: translate(-63.617%, -6%) scaleX(-1);
}

.orn-cover-9.left {
  position: absolute;
  width: 92%;
  bottom: 0%;
  left: 0%;
  transform: translate(-60.86%, -8.26%);
}

.orn-cover-10.left {
  position: absolute;
  width: 60.88%;
  bottom: 18.83%;
  right: 0%;
  transform: translate(71.3%, 0%) scaleX(-1);
}

.orn-cover-11.right {
  position: absolute;
  width: 37.19%;
  top: 6.24%;
  right: 0%;
  transform: translate(28.27%, 0%);
}

.orn-cover-12 {
  position: absolute;
  width: 21.21%;
  bottom: 0%;
  right: 9.5%;
  transform: translate(0%, 78.2%);
}

.orn-cover-13 {
  position: absolute;
  width: 34%;
  bottom: 20%;
  right: 0%;
  transform: translate(-9%, 72%) rotate(14deg) scaleX(-1);
}

.orn-cover-14.left {
  position: absolute;
  width: 67.69%;
  top: 14%;
  left: 0%;
  transform: translate(-74.62%, -18%);
}

.orn-cover-14.right {
  position: absolute;
  width: 67.69%;
  top: 14%;
  right: 0%;
  transform: translate(74.62%, -18%) scaleX(-1);
}

.orn-cover-15 {
  left: 22%;
  top: 3%;
}

.orn-cover-16 {
  right: 11%;
  bottom: 48%;
}

@media (min-width: 561px) and (max-width: 960px) {
  .orn-cover-13.right,
  .orn-cover-13.left {
    width: 20.07%;
  }

  .orn-cover-12.right,
  .orn-cover-12.left {
    width: 12.35%;
  }

  .orn-cover-14.right,
  .orn-cover-14.left {
    width: 63%;
  }
}

@media (max-width: 960px) {
  section.cover.no_mobile .orn-cover-14.left {
    top: 20%;
    transform: translate(-74.62%, 5%);
  }

  section.cover.no_mobile .orn-cover-14.right {
    top: 20%;
    transform: translate(74.62%, 5%) scaleX(-1);
  }
}

@media (min-width: 961px) {
  section.cover.no_desktop .orn-cover-14.left {
    top: 20%;
    transform: translate(-74.62%, 5%);
  }

  section.cover.no_desktop .orn-cover-14.right {
    top: 20%;
    transform: translate(74.62%, 5%) scaleX(-1);
  }
}

/* Couple */

.cp-top {
  position: relative;
  width: clamp(200px, 51.28%, 300px);
  margin: 0 auto;
}

.orn-cp-head.right {
  position: absolute;
  right: 0;
  transform: translate(50%, 0%) scaleX(-1);
  top: 0;
  width: 40.38%;
}

.orn-cp-head.left {
  position: absolute;
  left: 0;
  transform: translate(-50%, 0%);
  top: 0;
  width: 40.38%;
}

.orn-couple-1 {
  position: absolute;
  width: 58.17%;
  left: 0%;
  bottom: 0;
  transform: translate(-45%, 40.33%) scaleX(-1);
}

.orn-couple-1-1 {
  position: absolute;
  width: 105.7%;
  right: 0%;
  bottom: 11.33%;
  transform: translate(-55%, 0%);
}

.orn-couple-1-2 {
  position: absolute;
  width: 63.63%;
  right: 0%;
  top: 0%;
  transform: translate(18.18%, -63.63%);
}

.orn-couple-2 {
  position: absolute;
  width: 50.96%;
  right: 0%;
  bottom: 0;
  transform: translate(62.26%, 27.89%) scaleX(-1);
}

.orn-couple-2-1 {
  position: absolute;
  width: 109.4%;
  left: 71.69%;
  bottom: 0;
  transform: translate(0%, 7.4%);
}

.orn-couple-3 {
  position: absolute;
  width: 126.4%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 1%);
}

.orn-couple-4.right {
  position: absolute;
  width: 63.46%;
  right: 0%;
  bottom: 0;
  transform: translate(62%, -11%) rotate(26deg);
}

.orn-couple-4.left {
  position: absolute;
  width: 63.46%;
  left: 0%;
  bottom: 0;
  transform: translate(-62%, -11%) rotate(-26deg) scaleX(-1);
}

.orn-couple-5 {
  position: absolute;
  width: 36.92%;
  left: 0%;
  bottom: 0;
  transform: translate(-50.55%, -11%) scaleX(-1);
}

.orn-couple-edge.right {
  position: absolute;
  width: 36.4%;
  max-width: 210px;
  right: 0%;
  top: 0;
  transform: translate(34%, -55%) rotate(16deg) scaleX(-1);
}

.orn-couple-edge.left {
  position: absolute;
  width: 36.4%;
  max-width: 210px;
  left: 0%;
  top: 0;
  transform: translate(-34%, -55%) rotate(-16deg);
}

/* Quote */
.orn-qt-1.center {
  position: absolute;
  width: 69%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.orn-qt-1-1.right {
  position: absolute;
  width: 47.43%;
  top: 0;
  right: 0%;
  transform: translate(3%, 0%);
}

.orn-qt-1-1.left {
  position: absolute;
  width: 47.43%;
  top: 0;
  left: 0%;
  transform: translate(-3%, 0%) scaleX(-1);
}

.orn-qt-2.right {
  position: absolute;
  width: 36.6%;
  bottom: 0;
  right: 0%;
  transform: translate(20.97%, -16%);
}

.orn-qt-2.left {
  position: absolute;
  width: 36.6%;
  bottom: 0;
  left: 0%;
  transform: translate(-20.97%, -16%) scaleX(-1);
}

.orn-qt-2-1 {
  position: absolute;
  width: 88.11%;
  bottom: 0;
  left: 0%;
  transform: translate(-5%, 35%);
}

.orn-qt-2-1-1 {
  position: absolute;
  width: 40.47%;
  bottom: 24.32%;
  right: 0%;
  transform: translate(0%, 0%);
}

.orn-qt-2-2 {
  position: absolute;
  width: 50.34%;
  top: 0;
  right: 0%;
  transform: translate(-24%, -67.25%) scaleX(-1);
}

.orn-qt-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  opacity: 0.5;
}

/* PHOTO */
.orn-photo-1.right {
  position: absolute;
  width: 17%;
  right: 0%;
  bottom: 0;
  transform: translate(42%, 10%) scaleX(-1);
}

.orn-photo-1.left {
  position: absolute;
  width: 17%;
  left: 0%;
  bottom: 0;
  transform: translate(-42%, 10%);
}

.orn-photo-1-1 {
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 0;
  transform: translate(-46%, -6%);
}

.orn-photo-2.right {
  position: absolute;
  width: 47%;
  right: 0%;
  bottom: 0;
  transform: translate(50%, 0%) scaleX(-1);
}

.orn-photo-2.left {
  position: absolute;
  width: 47%;
  left: 0%;
  bottom: 0;
  transform: translate(-50%, 0%);
}

.orn-photo-2-1 {
  position: absolute;
  width: 62.83%;
  left: 11%;
  top: 7%;
  transform: translate(-1%, 0%);
}

.orn-photo-3.right {
  position: absolute;
  width: 59%;
  right: 0%;
  top: 0;
  transform: translate(33%, -4%) rotate(18deg) scaleX(-1);
}

.orn-photo-3.left {
  position: absolute;
  width: 59%;
  left: 0%;
  top: 0;
  transform: translate(-33%, -4%) rotate(-18deg);
}

.orn-photo-4.right {
  position: absolute;
  width: 55%;
  max-width: 350px;
  right: 0%;
  top: 0;
  transform: translate(14.74%, 6%) scaleX(-1);
}

.orn-photo-4.left {
  position: absolute;
  width: 55%;
  max-width: 350px;
  left: 0%;
  top: 0;
  transform: translate(-14.74%, 6%);
}

.orn-video-1 {
  position: relative;
  transform: scaleY(-1);
  width: 100%;
  opacity: 0.5;
}

/* Save The  */
.orn-sd-1 {
  position: absolute;
  width: 48.876%;
  left: 0;
  bottom: 0;
  transform: translate(29%, 13.7%);
}

.orn-sd-1-1 {
  position: absolute;
  width: 41.37%;
  left: 10%;
  bottom: 0;
  transform: translate(76%, 31.7%) rotate(117deg);
}

.orn-sd-2 {
  position: absolute;
  width: 30.617%;
  right: 0;
  bottom: 0;
  transform: translate(-47%, 21.79%);
}

.orn-sd-3 {
  position: absolute;
  width: 22.33%;
  right: 0;
  bottom: 0;
  transform: translate(-19%, -48%) scaleX(-1);
}

.orn-sd-4 {
  position: absolute;
  width: 19.66%;
  left: 0;
  bottom: 0;
  transform: translate(28%, -59%);
}

.orn-sd-4-1 {
  position: absolute;
  width: 82.85%;
  left: 0;
  bottom: 0;
  transform: translate(26%, -7%) scaleX(-1);
}

.orn-sd-5 {
  position: absolute;
  width: 31.17%;
  right: 0;
  top: 0;
  transform: translate(0%, 12%);
}

.orn-sd-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

/* EVENT */
.orn-event-1 {
  position: absolute;
  width: 32.3%;
  right: 0;
  bottom: 0;
  transform: translate(20.63%, 26%);
}

.orn-event-1-1 {
  position: absolute;
  width: 84.12%;
  right: 20.63%;
  bottom: 15.65%;
  transform: translate(0%, 0%);
}

.orn-event-1-1-1 {
  position: absolute;
  width: 78.4%;
  right: 0%;
  bottom: 55.2%;
  transform: translate(17%, 0%);
}

.orn-event-1-1-1-1 {
  position: absolute;
  width: 97.95%;
  right: 32.13%;
  bottom: 57.57%;
  transform: translate(0%, 0%) scaleX(-1);
}

.orn-event-2 {
  position: absolute;
  width: 41.02%;
  right: 0;
  bottom: 24.82%;
  transform: translate(40.625%, 0%) scaleX(-1);
}

.orn-event-3 {
  position: absolute;
  width: 30.76%;
  left: 0;
  bottom: 0;
  transform: translate(-10.83%, 29.29%);
}

.orn-event-3-1 {
  position: absolute;
  width: 90%;
  right: 0;
  bottom: 17.17%;
  transform: translate(-5%, 0%);
}

.orn-event-3-1-1 {
  position: absolute;
  width: 87%;
  left: 0;
  top: 0%;
  transform: translate(-22.34%, -19%) scaleX(-1);
}

.orn-event-3-1-1-1 {
  position: absolute;
  width: 65.7%;
  left: 0;
  top: 0%;
  transform: translate(-19%, -29%);
}

.orn-event-3-1-1-1-1 {
  position: absolute;
  width: 124.11%;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -44.23%);
}

.orn-event-4 {
  position: absolute;
  width: 26.66%;
  left: 0;
  bottom: 29.24%;
  transform: translate(-42%, 0%);
}

.orn-event-5 {
  position: absolute;
  width: 65.89%;
  left: 0;
  top: 5%;
  transform: translate(-72.79%, 0%);
}

.orn-event-6.center {
  position: absolute;
  width: 72.05%;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 40%);
}

.orn-event-7.right {
  position: absolute;
  width: 72%;
  right: 0%;
  top: 0%;
  transform: translate(30.62%, -50%);
}

.orn-event-7.left {
  position: absolute;
  width: 72%;
  left: 0%;
  top: 0%;
  transform: translate(-30.62%, -50%) scaleX(-1);
}

.orn-event-8.center {
  position: absolute;
  width: 77%;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
}

.orn-event-9 {
  top: 6%;
  left: 10%;
}

.orn-event-10 {
  top: 23%;
  right: 4%;
}

/* Dresscode */
.orn-dc-1.left {
  position: absolute;
  width: 18.07%;
  left: 0%;
  bottom: 10%;
  transform: translate(-42%, -16%);
  max-width: 120px;
}

.orn-dc-1.right {
  position: absolute;
  width: 18.07%;
  right: 0%;
  bottom: 10%;
  transform: translate(42%, -16%) scaleX(-1);
  max-width: 120px;
}

.orn-dc-1-1 {
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 81.81%;
  transform: translate(0%, 0%);
}

.orn-dc-1-1-1 {
  position: absolute;
  width: 130%;
  left: 0%;
  bottom: 45.81%;
  transform: translate(-10%, 0%);
}

.orn-dc-1-1-1-1 {
  position: absolute;
  width: 76%;
  right: 0%;
  bottom: 49.681%;
  transform: translate(0%, 0%) scaleX(-1);
}

.orn-dc-1-1-1-2 {
  position: absolute;
  width: 63%;
  right: 0%;
  top: 0%;
  transform: translate(-43%, -60.17%);
}

/* RSVP */
.orn-rsvp-1.right {
  position: absolute;
  width: 27.64%;
  right: 0;
  bottom: 0;
  transform: translate(55.65%, 0%) scaleX(-1);
}

.orn-rsvp-2.right {
  position: absolute;
  width: 71.61%;
  right: 0;
  bottom: 9%;
  transform: translate(50%, -2%);
}

.orn-rsvp-1.left {
  position: absolute;
  width: 27.64%;
  left: 0;
  bottom: 0;
  transform: translate(-55.65%, 0%);
}

.orn-rsvp-2.left {
  position: absolute;
  width: 71.61%;
  left: 0;
  bottom: 9%;
  transform: translate(-50%, -2%) scaleX(-1);
}

.orn-rsvp-2-1 {
  position: absolute;
  width: 40.54%;
  left: 27%;
  top: 0%;
  transform: translate(0%, -2%) rotate(21deg) scaleX(-1);
}

.orn-rsvp-3.right {
  position: absolute;
  width: 35.16%;
  right: 0;
  bottom: 0;
  transform: translate(32.11%, 23.88%);
}

.orn-rsvp-3.left {
  position: absolute;
  width: 35.16%;
  left: 0;
  bottom: 0;
  transform: translate(-32.11%, 23.88%) scaleX(-1);
}

.orn-rsvp-3-1 {
  position: absolute;
  width: 128.44%;
  right: 0;
  bottom: 0;
  transform: translate(2.11%, 29.31%);
}

/* LIVE STREAMING */
.orn-lv-1 {
  position: absolute;
  width: 37.82%;
  right: 0;
  bottom: 0;
  transform: translate(33%, -5%);
}

.orn-lv-1-1 {
  position: absolute;
  width: 47.45%;
  right: 0;
  bottom: 51.38%;
  transform: translate(0%, 0%);
}

.orn-lv-2 {
  position: absolute;
  width: 24.67%;
  right: 0;
  top: 0;
  transform: translate(66%, -5%) rotate(10.8deg);
}

.orn-lv-3 {
  position: absolute;
  width: 21.47%;
  right: 0;
  top: 0;
  transform: translate(14%, -37%);
}

.orn-lv-4 {
  position: absolute;
  width: 24%;
  left: 0;
  bottom: 0;
  transform: translate(-52%, 17%);
}

.orn-lv-4-1 {
  position: absolute;
  width: 85.33%;
  right: 0;
  bottom: 0;
  transform: translate(52%, -2%) scaleX(-1);
}

.orn-lv-5 {
  position: absolute;
  width: 25.64%;
  left: 0;
  bottom: 0;
  transform: translate(-57.5%, -17%);
}

/* Bank */
.orn-bank-1 {
  position: absolute;
  width: 48.82%;
  left: 0;
  bottom: 0;
  transform: translate(-21%, 11%);
}

.orn-bank-1-1 {
  position: absolute;
  width: 67.7%;
  left: 0;
  top: 0;
  transform: translate(-16.8%, -29.26%);
}

.orn-bank-1-1-1 {
  position: absolute;
  width: 73.77%;
  left: 13.33%;
  top: 0;
  transform: translate(-0%, -55%);
}

.orn-bank-2 {
  position: absolute;
  width: 39.55%;
  right: 0;
  bottom: 0;
  transform: translate(18.95%, 20.17%);
}

.orn-bank-2-1 {
  position: absolute;
  width: 51.85%;
  right: 0;
  bottom: 33.3%;
  transform: translate(0%, 0%);
}

.orn-bank-3 {
  position: absolute;
  width: 57.05%;
  right: 0;
  bottom: 0;
  transform: translate(62.88%, -20.17%);
}

.orn-bank-4.right {
  position: absolute;
  width: 61.4%;
  right: 0;
  top: 0;
  transform: translate(24%, -5%) scaleX(-1);
}

.orn-bank-4.left {
  position: absolute;
  width: 61.4%;
  left: 0;
  top: 0;
  transform: translate(-24%, -5%);
}

.orn-bank-5 {
  left: 0;
  top: 0;
  transform: translate(0%, -27%);
}

.orn-bank-6 {
  right: 0;
  top: 0;
  transform: translate(20%, -34%);
}

@media (min-width: 561px) and (max-width: 961px) {
  .orn-bank-3 {
    width: 53.05%;
    transform: translate(53.88%, -20.17%);
  }

  .orn-bank-1-1-1 {
    width: 67.77%;
    left: 17.33%;
    top: 0;
    transform: translate(-0%, -33%);
  }

  .orn-bank-4.left {
    transform: translate(-31%, -5%);
    width: 60.4%;
  }

  .orn-bank-4.right {
    transform: translate(31%, -5%) scaleX(-1);
    width: 60.4%;
  }
}

/* QUOTE MESSAGE */
.orn-qm-1.right {
  position: absolute;
  width: 41.36%;
  bottom: 0;
  right: 0%;
  transform: translate(26.18%, 42.62%);
}

.orn-qm-1.left {
  position: absolute;
  width: 41.36%;
  bottom: 0;
  left: 0%;
  transform: translate(-26.18%, 42.62%) scaleX(-1);
}

.orn-qm-2.right {
  position: absolute;
  width: 33.75%;
  bottom: 0;
  right: 0%;
  transform: translate(43.82%, 0%) scaleX(-1);
}

.orn-qm-2.left {
  position: absolute;
  width: 33.21%;
  bottom: 0;
  left: 0%;
  transform: translate(-44.33%, 0%) scaleX(-1);
}

.orn-qm-3.right {
  position: absolute;
  width: 13.43%;
  bottom: 25%;
  right: 0%;
  transform: translate(62.79%, -14%);
}

.orn-qm-3.left {
  position: absolute;
  width: 13.43%;
  bottom: 25%;
  left: 0%;
  transform: translate(-62.79%, -14%) scaleX(-1);
}

.orn-qm-4.right {
  position: absolute;
  width: 22.27%;
  bottom: 34%;
  right: 0%;
  transform: translate(43.89%, -23%);
}

.orn-qm-4.left {
  position: absolute;
  width: 22.27%;
  bottom: 34%;
  left: 0%;
  transform: translate(-43.89%, -23%) scaleX(-1);
}

.orn-qm-4-1 {
  position: absolute;
  width: 73.033%;
  top: 0%;
  left: 0%;
  transform: translate(-19%, -31%) rotate(-24deg);
}

.orn-qm-5 {
  position: absolute;
  width: 121.8%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -20%);
}

/* Instagram */

.orn-ig-1.right {
  position: absolute;
  width: 43.76%;
  right: 0;
  bottom: 0;
  transform: translate(47.11%, 41.88%);
}

.orn-ig-1.left {
  position: absolute;
  width: 43.76%;
  left: 0;
  bottom: 0;
  transform: translate(-47.11%, 41.88%) scaleX(-1);
}

/* Protocal */
.protocol .orn-dc-1.left {
  bottom: 0%;
  transform: translate(-42%, -2%);
}

.protocol .orn-dc-1.right {
  bottom: 0%;
  transform: translate(42%, -2%);
}

/* Footnote */
.orn-ff-1 {
  position: absolute;
  width: 37.94%;
  right: 0;
  bottom: 0;
  transform: translate(29.72%, 20.32%);
}

.orn-ff-1-1 {
  position: absolute;
  width: 69.59%;
  right: 75.67%;
  bottom: 0;
  transform: translate(0%, 11.7%);
}

.orn-ff-1-1-1 {
  position: absolute;
  width: 28.15%;
  right: 0%;
  top: 0;
  transform: translate(0%, -30.58%);
}

.orn-ff-1-1-2 {
  position: absolute;
  width: 76.69%;
  right: 0%;
  top: 0;
  transform: translate(0%, -48.27%) scaleX(-1);
}

.orn-ff-1-2 {
  position: absolute;
  width: 65.54%;
  right: 29.72%;
  top: 0;
  transform: translate(0%, -60.68%);
}

.orn-ff-1-2-1 {
  position: absolute;
  width: 65.54%;
  right: 0%;
  top: 0;
  transform: translate(50%, -20.28%);
}

.orn-ff-1-2-1-1 {
  position: absolute;
  width: 112.9%;
  right: 20.96%;
  top: 0;
  transform: translate(0%, -30.52%) scaleX(1);
}

.orn-ff-1-3 {
  position: absolute;
  width: 79.72%;
  left: 0%;
  bottom: 20.33%;
  transform: translate(-53.38%, 0%);
}

.orn-ff-2 {
  position: absolute;
  width: 32.3%;
  left: 0;
  bottom: 0;
  transform: translate(-17.46%, 22.77%);
}

.orn-ff-2-1 {
  position: absolute;
  width: 55.5%;
  left: 0;
  top: 0;
  transform: translate(3%, -34%);
}

.orn-ff-3 {
  position: absolute;
  width: 61.02%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 21.73%);
}

.orn-ff-4 {
  position: absolute;
  width: 24.87%;
  left: 0%;
  bottom: 0;
  transform: translate(0%, -25.93%);
}

.orn-ff-4-1 {
  position: absolute;
  width: 103.09%;
  right: 0%;
  bottom: 0;
  transform: translate(55%, 41.55%);
}

.orn-ff-4-1-1 {
  position: absolute;
  width: 69%;
  left: 0%;
  bottom: 28.57%;
  transform: translate(5%, 0%);
}

.orn-ff-4-2 {
  position: absolute;
  width: 176.28%;
  right: 0%;
  bottom: 0;
  transform: translate(0%, 0%);
}

.orn-ff-log1 {
  left: 26%;
  top: 21%;
  transform: translate(-50%);
}

.orn-ff-log2 {
  right: 2%;
  top: 37%;
  transform: translate(-72%);
}

.orn-ff-5 {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  opacity: 0.5;
}

/* TOP COVER */
.orn-tc-1 {
  position: absolute;
  width: 120%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  opacity: 0.5;
}

.orn-tc-2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.orn-tc-3 {
  position: absolute;
  width: 100%;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -25%);
}

.orn-tc-3-1.right {
  position: absolute;
  width: 50.2%;
  top: 0%;
  right: 0%;
  transform: translate(3%, -16.6%);
}

.orn-tc-3-1.left {
  position: absolute;
  width: 50.2%;
  top: 0%;
  left: 0%;
  transform: translate(-3%, -16.6%) scaleX(-1);
}

.orn-tc-3-2.right {
  position: absolute;
  width: 79.17%;
  top: 0%;
  right: 0%;
  transform: translate(50%, -43.21%);
}

.orn-tc-3-2.left {
  position: absolute;
  width: 79.17%;
  top: 0%;
  left: 0%;
  transform: translate(-50%, -43.21%) scaleX(-1);
}

.orn-tc-4.right {
  position: absolute;
  width: 55.64%;
  bottom: 0%;
  right: 0%;
  transform: translate(14.74%, -24.21%) scaleX(-1);
}

.orn-tc-4.left {
  position: absolute;
  width: 55.64%;
  bottom: 0%;
  left: 0%;
  transform: translate(-14.74%, -24.21%);
}

@media (min-width: 561px) and (max-width: 960px) {
  .orn-tc-3 {
    width: 96%;
    transform: translate(-50%, -19%);
  }

  .orn-tc-4.right,
  .orn-tc-4.left {
    width: 47.64%;
  }

  .orn-tc-2 {
    transform: translate(-50%, 10%);
  }
}

.top-cover .orn-ff-log2 {
  right: 0%;
  top: 37%;
  transform: translate(-63%, 58%);
}

.top-cover .orn-ff-log1 {
  left: 25%;
  top: 16%;
  transform: translate(-17%);
}

/* PRIMARY PANE */
.primary-pane .orn-tc-4.left,
.primary-pane .orn-tc-4.right {
  width: 30.64%;
}

.primary-pane .orn-ff-4 {
  width: 15.87%;
}

.primary-pane .orn-ff-2 {
  width: 19.3%;
}

.primary-pane .orn-ff-1 {
  width: 22.94%;
}

.primary-pane .orn-ff-3.right {
  position: absolute;
  width: 38.02%;
  left: 30%;
  bottom: 0;
  transform: translate(-50%, 21.73%);
}

.primary-pane .orn-ff-3.left {
  position: absolute;
  width: 38.02%;
  right: 30%;
  left: unset;
  bottom: 0;
  transform: translate(50%, 21.73%) scaleX(-1);
}

.primary-pane .orn-tc-2 {
  transform: translate(-50%, 45%);
}

.primary-pane .orn-tc-3 {
  width: 67%;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 9%);
}

.orn-pp-1.right {
  position: absolute;
  width: 38.2%;
  bottom: 0%;
  right: 0%;
  transform: translate(3%, -22.6%);
}

.orn-pp-1.left {
  position: absolute;
  width: 38.2%;
  bottom: 0%;
  left: 0%;
  transform: translate(-3%, -22.6%) scaleX(-1);
}

.orn-pp-2.right {
  position: absolute;
  width: 46.17%;
  bottom: 0%;
  right: 0%;
  transform: translate(50%, -43.21%);
}

.orn-pp-2.left {
  position: absolute;
  width: 46.17%;
  bottom: 0%;
  left: 0%;
  transform: translate(-50%, -43.21%) scaleX(-1);
}

@media (max-width: 1024px) {
  .primary-pane .orn-tc-3 {
    width: 88%;
    bottom: 8%;
    left: 50%;
    transform: translate(-50%, 14%);
  }

  .orn-tc-1,
  .orn-tc-1 .image-wrap,
  .orn-tc-1 .image-wrap img {
    height: 100%;
  }
}

/* ========================================
      ANIMATION
======================================== */
@keyframes goyang {
  0% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(3deg);
  }
}

@keyframes goyang-slow {
  0% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(2deg);
  }
}

@keyframes float {
  0% {
    transform: scaleX(0.8) translateY(0);
  }

  100% {
    transform: scaleX(1) translateY(-3px);
  }
}

@keyframes float-2 {
  0% {
    transform: scaleX(0.8) translateY(0);
  }

  100% {
    transform: scaleX(1) translateY(-3px);
  }
}

@keyframes fly-diagonal {
  0% {
    opacity: 0;
    transform: translate(-250%, 250%) scaleX(1);
  }

  5% {
    opacity: 1;
  }

  10% {
    transform: translate(-225%, 225%) scaleX(0.8);
  }

  20% {
    transform: translate(-200%, 200%) scaleX(1);
  }

  30% {
    transform: translate(-175%, 175%) scaleX(0.8);
  }

  40% {
    transform: translate(-150%, 150%) scaleX(1);
  }

  50% {
    transform: translate(-125%, 125%) scaleX(0.8);
  }

  60% {
    transform: translate(-100%, 100%) scaleX(1);
  }

  70% {
    transform: translate(-75%, 75%) scaleX(0.8);
  }

  80% {
    transform: translate(-50%, 50%) scaleX(1);
  }

  90% {
    transform: translate(-25%, 25%) scaleX(0.8);
  }

  100% {
    transform: translate(-0%, 0%) scaleX(1);
  }
}

@keyframes fly-diagonal-2 {
  0% {
    opacity: 0;
    transform: translate(250%, 250%) scaleX(1);
  }

  5% {
    opacity: 1;
  }

  10% {
    transform: translate(225%, 225%) scaleX(0.8);
  }

  20% {
    transform: translate(200%, 200%) scaleX(1);
  }

  30% {
    transform: translate(175%, 175%) scaleX(0.8);
  }

  40% {
    transform: translate(150%, 150%) scaleX(1);
  }

  50% {
    transform: translate(125%, 125%) scaleX(0.8);
  }

  60% {
    transform: translate(100%, 100%) scaleX(1);
  }

  70% {
    transform: translate(75%, 75%) scaleX(0.8);
  }

  80% {
    transform: translate(50%, 50%) scaleX(1);
  }

  90% {
    transform: translate(25%, 25%) scaleX(0.8);
  }

  100% {
    transform: translate(0%, 0%) scaleX(1);
  }
}

@keyframes scaleAnimate {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.orn-tc-1 > .image-wrap.aos-animate > img {
  animation: scaleAnimate 5s alternate forwards ease-in-out;
}

.burung-2 .image-wrap.aos-animate img {
  transform-origin: 50% 50%;
  animation:
    float-2 1s ease-in-out infinite alternate,
    fly-diagonal-2 6s linear normal;
}

.burung-1 .image-wrap.aos-animate img {
  transform-origin: 50% 50%;
  animation:
    float 1.5s ease-in-out infinite alternate,
    fly-diagonal 6s linear normal;
  animation-delay: 0.9s;
}

/* Cover  */
.orn-cover-12 > .image-wrap img {
  transform-origin: 0% 100%;
  animation: goyang 5s ease-in-out infinite alternate;
}

.orn-cover-8 > .image-wrap img {
  transform-origin: 30% 100%;
  animation: goyang 5s ease-in-out infinite alternate;
  animation-delay: 0.5s;
}

.orn-cover-11 > .image-wrap img {
  transform-origin: 60% 100%;
  animation: goyang 6s ease-in-out infinite alternate;
  animation-delay: 0.7s;
}

.orn-cover-6-1 > .image-wrap img {
  transform-origin: 50% 100%;
  animation: goyang 4s ease-in-out infinite alternate;
}

/* Cover  */
.orn-couple-edge > .image-wrap img {
  transform-origin: 10% 100%;
  animation: goyang 6s ease-in-out infinite alternate;
}

.orn-couple-1-2 > .image-wrap img {
  transform-origin: 45% 100%;
  animation: goyang 5s ease-in-out infinite alternate;
  animation-delay: 0.3s;
}

.orn-couple-4 > .image-wrap img {
  transform-origin: 50% 100%;
  animation: goyang 4s ease-in-out infinite alternate;
}

/* Photo */
.orn-photo-2-1 > .image-wrap img {
  transform-origin: 50% 100%;
  animation: goyang 3s ease-in-out infinite alternate;
}

.orn-photo-4 > .image-wrap img,
.orn-tc-4 > .image-wrap img,
.orn-bank-4 > .image-wrap img {
  transform-origin: 9% 100%;
  animation: goyang 5s ease-in-out infinite alternate;
}

/* Live Streaming */
.orn-lv-1 > .image-wrap img {
  transform-origin: 50% 100%;
  animation: goyang 5s ease-in-out infinite alternate;
}

.orn-lv-2 > .image-wrap img {
  transform-origin: 50% 100%;
  animation: goyang 4s ease-in-out infinite alternate;
  animation-delay: 0.6s;
}

.orn-lv-4-1 > .image-wrap img {
  transform-origin: 100% 35%;
  animation: goyang 5s ease-in-out infinite alternate;
  animation-delay: 0.6s;
}

/* Save The Date */
.orn-sd-5 > .image-wrap img {
  transform-origin: 50% 100%;
  animation: goyang 5s ease-in-out infinite alternate;
}

.orn-sd-4 > .image-wrap img {
  transform-origin: 85% 100%;
  animation: goyang 5s ease-in-out infinite alternate;
}

.orn-sd-4-1 > .image-wrap img {
  transform-origin: 50% 100%;
  animation: goyang 4s ease-in-out infinite alternate;
  animation-delay: 0.4s;
}

.orn-sd-1-1 > .image-wrap img,
.orn-qt-2-2 > .image-wrap img {
  transform-origin: 30% 100%;
  animation: goyang 5s ease-in-out infinite alternate;
  animation-delay: 1.2s;
}

/* EVENT */
.orn-event-1-1-1-1 > .image-wrap img,
.orn-qt-2-1-1 > .image-wrap img {
  transform-origin: 50% 100%;
  animation: goyang 4s ease-in-out infinite alternate;
  animation-delay: 0.4s;
}

.orn-event-3-1-1 > .image-wrap img {
  transform-origin: 50% 100%;
  animation: goyang 6s ease-in-out infinite alternate;
  animation-delay: 0.8s;
}

.orn-event-3-1-1-1 > .image-wrap img,
.orn-bank-2-1 > .image-wrap img {
  transform-origin: 75% 100%;
  animation: goyang 5s ease-in-out infinite alternate;
  animation-delay: 0.2s;
}

.orn-event-3-1-1-1-1 > .image-wrap img {
  transform-origin: 80% 100%;
  animation: goyang 3s ease-in-out infinite alternate;
  animation-delay: 0.2s;
}

/* RSVP */
.orn-rsvp-1 > .image-wrap img {
  transform-origin: 50% 100%;
  animation: goyang 6s ease-in-out infinite alternate;
}

.orn-rsvp-2-1 > .image-wrap img {
  transform-origin: 50% 100%;
  animation: goyang 4s ease-in-out infinite alternate;
}

/* Quote Message */
.orn-qm-4 > .image-wrap img {
  transform-origin: 50% 100%;
  animation: goyang 4s ease-in-out infinite alternate;
}

.orn-qm-4-1 > .image-wrap img {
  transform-origin: 50% 100%;
  animation: goyang 3s ease-in-out infinite alternate;
}

/* Footnote */
.orn-ff-4-1-1 > .image-wrap img {
  transform-origin: 50% 100%;
  animation: goyang 3s ease-in-out infinite alternate;
  animation-delay: 0.5s;
}

.orn-ff-1-1-2 > .image-wrap img {
  transform-origin: 50% 100%;
  animation: goyang 4s ease-in-out infinite alternate;
}

.orn-ff-1-2-1 > .image-wrap img {
  transform-origin: 70% 100%;
  animation: goyang 5s ease-in-out infinite alternate;
}

.orn-ff-1-2-1-1 > .image-wrap img {
  transform-origin: 80% 100%;
  animation: goyang 4s ease-in-out infinite alternate;
}

.bg-orn-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rsvp-confirm-btn.back,
.form-label {
  font-family: var(--body-text-family);
  font-style: var(--body-text-style);
  font-weight: var(--body-text-weight);
  font-size: var(--body-text-size);
  text-transform: var(--body-text-lettercase);
  line-height: 1.5;
  color: var(--text-tertiary);
}

.rsvp-plus-wrapper .form-control,
.form-control.group-guest {
  text-align: center;
}

.rsvp-plus-wrapper .form-control,
.form-control.group-guest {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--text-tertiary);
  padding: 8px 0;
  border-radius: 0;
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  color: rgba(var(--text-tertiary-rgb), 0.8);
}

.rsvp-plus-wrapper .form-control::placeholder,
.form-control.group-guest::placeholder {
  color: rgba(var(--text-tertiary-rgb), 0.25);
}
