@import url('https://fonts.googleapis.com/css2?family=Halant:wght@300;400;500;600;700&family=Imperial+Script&display=swap');

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

    /* Body Text */
    --body-text-family: "Halant", 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.aulia.original {
    /* Colors */
    --background-primary: #EAF1E6;
    --background-primary-rgb: 234, 241, 230;

    --background-secondary: #F4EDDE;
    --background-secondary-rgb: 244, 237, 222;

    --background-tertiary: #723D4C;
    --background-tertiary-rgb: 114, 61, 76;

    /* Text Colors */
    --text-primary: #723D4C;
    --text-primary-rgb: 114, 61, 76;

    --text-secondary: #3B5D3B;
    --text-secondary-rgb: 59, 93, 59;

    --text-tertiary: #3B5D3B;
    --text-tertiary-rgb: 59, 93, 59;

    /* Button Colors */
    --button-text-primary: #DED19D;
    --button-text-primary-rgb: 222, 209, 157;

    --button-background-primary: #723D4C;
    --button-background-primary-rgb: 114, 61, 76;

    --button-text-secondary: #DED19D;
    --button-text-secondary-rgb: 222, 209, 157;

    --button-background-secondary: #526F5C;
    --button-background-secondary-rgb: 82, 111, 92;

    /* ornament */
    --texture-1: url("https://katsudoto.id/media/template/exclusive/aulia/original/texture-1.png");
    --cover-frame-mask: url("https://katsudoto.id/media/template/exclusive/aulia/original/mask-cover.png");
    --mask-couple: url("https://katsudoto.id/media/template/exclusive/aulia/original/mask-couple.png");
    --mask-ev: url("https://katsudoto.id/media/template/exclusive/aulia/original/frame-event.png");
    --orn-agenda-4: url("https://katsudoto.id/media/template/exclusive/aulia/original/Orn-38.png");
}

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

@media (min-width: 560px) and (max-width: 960px) {
    body.aulia {
        --heading-size: 64px;
        --body-text-size: 26px;
    }
}

@media (min-width: 961px) {
    body.aulia {
        --heading-size: 48px;
        --body-text-size: 20px;
    }
}

@media (min-width: 1600px) {
    body.aulia {
        --heading-size: 64px;
        --body-text-size: 26px;
    }
}

/* Fonts */
body.aulia h1,
body.aulia h2,
body.aulia h3,
body.aulia h4,
body.aulia h5,
body.aulia 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.aulia p {
    font-family: var(--body-text-family);
    font-style: var(--body-text-style);
    font-weight: var(--body-text-weight);
    font-size: calc(var(--body-text-size));
    text-transform: var(--body-text-lettercase);
    line-height: normal;
    color: var(--text-secondary);
}

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

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

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

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

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

body.aulia::-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;
    /* padding: 10% 0 15px; */
    flex: 1;
    display: flex;
    flex-direction: column;
    position: absolute;
    /* background-image: var(--texture-1); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: flex-start;
    align-items: center;
}

/* head */
section.primary-pane .inner .head {
    z-index: 2;
    text-align: center;
    padding-top: 120px;
    margin-bottom: auto;
}

section.primary-pane .inner .inner-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kat-page__side-to-side .primary-pane .inner h1 {
    padding: 0;
    margin: 0 auto;
    font-size: calc(var(--heading-size) + 16px);
    color: var(--text-primary);
    text-align: center;
}

.kat-page__side-to-side .primary-pane .inner p {
    font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    font-style: normal;
    color: var(--text-primary);
    margin: 0 auto;
}

section.primary-pane .inner .head-wrap {
    padding-top: 6%;
}

.kat-page__side-to-side .primary-pane .inner .details {
    /* margin: auto; */
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10% 10%;
}

.kat-page__side-to-side .primary-pane .inner .details p {
    font-size: var(--body-text-size);
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: var(--text-primary);
    margin: 0 auto;
    line-height: 150%;
}

.kat-page__side-to-side .primary-pane .inner .details::before {
    content: "";
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: radial-gradient(85% 50% at 50% 50%, var(--background-primary) 0%, rgba(248, 247, 243, 0.60) 50%, rgba(248, 247, 243, 0.00) 100%);
    left: 50%;
    transform: translate(-50%, 0%);
}

/* .primary-pane .footnote-frame {
    max-width: 180px;
  } */

.kat-page__side-to-side .primary-pane .inner .details .text-wrap {
    width: 130px;
    height: 186px;
    margin: 0 auto;
}

.kat-page__side-to-side .primary-pane .inner .details .text-wrap h1 {
    padding: 0px 5px;
    margin: -20px auto;
    font-size: calc(var(--heading-size) + var(--fs-extra-8));
    color: var(--text-tertiary);
}

.kat-page__side-to-side .primary-pane .inner .details .text-wrap .text-top {
    text-align: left;
}

.kat-page__side-to-side .primary-pane .inner .details .text-wrap .text-bottom {
    text-align: right;
    margin-right: -16px;
}

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

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

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

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

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

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

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

@media (min-width: 1600px) {
    .kat-page__side-to-side .primary-pane .inner .details p {
        font-size: calc(var(--body-text-size));
    }

    .kat-page__side-to-side .primary-pane .inner .details {
        padding: 10% 10%;
    }
}

/* ============================================
    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: .4;
    /* mix-blend-mode: multiply; */
}

@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 {
    flex-direction: row;
}

.primary-pane .invitation-category {
    flex-direction: column;
}

.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 */
}


/* ======================
  ?  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;
}

section.top-cover::before {
    /* content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-image: var(--texture-1);
    background-size: cover;
    background-position: center;
    opacity: .1; */
}

@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: space-between;
    gap: 80px;
    position: relative;
}

section.top-cover .prime-title {
    color: var(--text-secondary);
    font-size: calc(var(--heading-size) - 8px);
}

/* head */
section.top-cover .inner .head {
    z-index: 2;
    text-align: center;
    padding-top: 120px;
    margin-bottom: auto;
}

section.top-cover .inner .head h1 {
    font-size: calc(var(--heading-size));
    padding: 0px;
    margin: 0px auto;
    color: var(--text-quartiary);
}

section.top-cover .inner .head p {
    margin-bottom: 4px;
}

.orn-front {
    z-index: 3;
}

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

section.top-cover .inner .details::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(85% 50% at 50% 50%, var(--background-secondary) 0%, rgba(255, 250, 240, 0.60) 50%, rgba(255, 250, 240, 0.00) 100%);
    margin: 0 auto;
}

.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);
}

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 10px;
    border-radius: 99px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    font-weight: 600;
}

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

/* Highlight */
section.top-cover .inner .highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-primary);
}

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

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

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

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

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

@media (min-width: 560px) {
    section.top-cover .inner {
        /* padding: 20px 0px; */
        flex: 1;
        display: flex;
        flex-direction: column;
        /* justify-content: space-around; */
        gap: 70px;
        position: relative;
    }
}

@media (min-width: 560px) and (max-width: 960px) {
    /* section.top-cover .inner .details {
      padding: 0px 20px 31%;
    } */
}


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


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

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

section.cover .inner {
    width: 100%;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    position: relative;
}

/* Cover Head */
section.cover .inner .head {
    width: 100%;
    text-align: center;
    padding: 10.3% 6.2% 3%;
    position: relative;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

section.cover .inner .head .prime-title {
    color: var(--text-primary);
    text-align: center;
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size));
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.cover .inner .head .top-text {
    color: var(--text-tertiary);
    text-align: center;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-style: normal;
    line-height: normal;
}

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

/* Cover Body */
section.cover .inner .body {
    padding: 0px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

@media (max-width: 960px) {
    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(--cover-frame-mask);
    mask-image: var(--cover-frame-mask);
    -webkit-mask-size: 99% 99%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 11%;
    left: 11%;
    bottom: 11%;
    right: 11%;
}

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: 87.17%;
    max-width: 500px;
    transform: translateX(-50%);
}

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

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

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

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

section.cover .inner .foot .prime-title {}


.torsvp__btn-wrap {}

.torsvp__btn-wrap .torsvp__btn {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: var(--body-text-weight);
    border: none;
    border-radius: 100px;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    padding: 12px 24px;
    font-weight: 600;
}

.torsvp__btn-wrap .torsvp__btn:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
    color: var(--button-text-primary);
}


/* ==============================
   ?     Quote
============================== */
.quote-wrap {
    position: relative;
    overflow: hidden;
    padding: 5% 24px 10%;
    z-index: 2;

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

.quote-wrap .quote {
    position: relative;
}

.quote-wrap .quotes-frame {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 27.5%;
}

.quotes-frame .quotes-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    padding: 40px 12.5%;
    max-height: 50%;
    overflow-y: auto;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quotes-content::-webkit-scrollbar {
    display: none;
}

.quotes-content .quote-caption {
    color: var(--text-primary);
    text-align: center;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 2px);
    font-weight: 400;
    line-height: 150%;
}

.quotes-content .quote-caption.bot {
    color: var(--text-primary);
    text-align: center;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 960px) {
    .quote-wrap {
        min-height: 700px;
        padding: 5% 35px 5%;
    }
}

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


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

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

/* Couple Head */
.couple-head {
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    padding: 0px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 3%;
}

.couple-head-wrap-1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.couple-head-wrap-2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.orn-couple-head {
    margin: 0 auto 0;
    width: 60%;
}

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

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

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

/* 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-info.bride {
    /* margin-top: 3em; */
}

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

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

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

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

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

.couple-frame .cp-frame-wrap {
    position: relative;
    width: calc(92.30%);
    transform: translate(-10.5%);
    /* margin: 0 0 0 auto; */
}

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

.couple-picture-wrap {
    position: absolute;
    top: 14%;
    left: 50%;
    right: 0px;
    bottom: 14%;
    width: 68%;
    height: 72%;
    transform: translate(-50%, 0%);
    -webkit-mask-image: var(--mask-couple);
    mask-image: var(--mask-couple);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.couple-info.bride .couple-picture-wrap {}

.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;
    border-radius: 100%;
}

/* Couple Details */
.couple-details {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 6.2%;
    text-align: right;
    align-items: flex-end;
    padding-top: 0;
    margin: 0 auto;
    width: 100%;
}

.groom .couple-details {
    text-align: left;
    align-items: flex-start;
}

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

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

.couple-details .couple-bio {}

.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: 6px 0;
    gap: 4px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-style: normal;
    text-decoration: none;
    color: var(--button-background-secondary);
    transition: all 0.25s ease-in-out;
    border: none;
    border-bottom: 1px solid var(--button-background-secondary);
    border-radius: 0;
    background: transparent;
}

.couple-link:hover {
    background: transparent;
}

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

.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));
    margin: auto;
}

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

    .couple-details {}

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

    .couple-preview {
        /* margin-bottom: 3.2%; */
    }

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

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

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

    .couple-preview {
        /* margin-bottom: 3.2%; */
    }

}


/* ==============================
        Save The Date
============================== */
.save-date-wrap {
    align-items: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.save-date {
    /* min-height: var(--body-height); */
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    padding: 26% 0px 44%;
    height: 80%;
    width: 100%;
}

.sd-mask {
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(var(--background-primary-rgb), 0.00) 0%, #EAF1E6 100%);
}

/* Save Date Head */
.save-date-head {
    padding: 0px 15% 5%;
    text-align: center;
    position: relative;
    z-index: 3;
    /* margin: 32px 36px 8px; */
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.save-date-head .save-date-title {
    text-align: center;
    line-height: normal;
    margin: 0 auto;
    margin-bottom: 8px;
    right: 0;
    top: 0;
    padding: 5px 5px;
    font-size: calc(var(--heading-size));
}

.save-date-head .save-date-ket {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + var(--fs-extra-6));
    color: var(--light-clr);
    text-align: center;
    line-height: 20px;
    right: 0;
    top: 0;
    margin-bottom: 1em;
}

.save-date-head .save-date-event {
    font-family: var(--berylium);
    font-size: calc(var(--body-text-size) + var(--fs-extra-1));
    color: var(--dark-clr);
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

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

/* Countdown */
.countdown {
    /* padding: 24px 24px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.countdown .day-hour {
    margin: 24px;
}

.countdown .count-item {
    text-align: center;
    padding: 2.4% 6.2%;
    margin: 6px;
    min-width: 107px;
    border: 1px solid var(--background-tertiary);
    border-radius: 12px;
    background: rgba(var(--background-secondary-rgb), 0.50);
    backdrop-filter: blur(2px);
}

.count-item .count-num {
    font-size: calc(var(--heading-size));
    font-style: normal;
    margin-bottom: 0.15em;
    font-family: var(--heading-family);
    color: var(--text-primary);
}

.count-item .count-text {
    font-family: var(--body-text-family);
    font-style: normal;
    font-weight: 400;
    font-size: calc(var(--body-text-size));
    color: var(--text-secondary);
    display: inline-block;
    line-height: 150%;
}

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

.add-to-calendar {
    padding: 12px 16px 10px;
    margin: 0px auto;
    border-radius: 99px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 600;
    background-color: var(--button-background-primary);
    border: 1px solid transparent;
    color: var(--button-text-primary);
    transition: all 0.25s ease-in-out;
}

.add-to-calendar:hover {
    background-color: rgba(var(--button-background-primary-rgb), 0.75);
}

/* orn savedate */
.save-date .bg-preview-wrap {}

.save-date .bg-preview {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    /* background-color: cadetblue; */
    margin-top: -16%;
    z-index: 1;
}

.save-date .bg-preview .image-wrap {
    display: flex;
    flex-grow: 1;
}

.save-date .bg-preview img {
    object-fit: cover;
    object-position: 47% 0%;
    width: 100%;
}

.save-date .bg-preview {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 88%;
    /* background-color: cadetblue; */
    margin-top: -16%;
    z-index: 2;
}

@media only screen and (min-width: 680px) {
    .countdown .count-item {
        min-width: 160px;
        padding: 5% 2.2%;
    }

    .save-date-head .save-date-title {}
}

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

    .countdown .count-item {
        min-width: 160px;
        padding: 5% 0px;
    }

    .add-to-calendar {
        min-width: 275px;
    }

    .save-date {}
}

@media (min-width: 1700px) {
    .save-date {
        padding: 20% 0px 30%;
    }
}


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

.agenda-wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15%;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(var(--background-primary-rgb), 0.00) 0%, #EAF1E6 100%);
}

.agenda-inner {
    padding: 0px;
}

/* head */
.agenda-head {
    position: relative;
    padding: 0px 10.3%;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

.agenda-head .agenda-description {}

/* body */
.agenda-body {}

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

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

/* event ornamen */
.event-head {
    width: 100%;
    padding: 0px 24px 2%;
    text-align: center;
    position: relative;
    max-width: 600px;
    margin: auto;
}

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

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

.event-head .divider {
    position: relative;
    /* margin: 0 auto 8px; */
    width: 1px;
    min-height: 30px;
    height: 100%;
    background-color: var(--text-secondary);
}

.event-head .event-date {
    display: flex;
    gap: 24px;
}

.event-head .event-date .item-side {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
}

.event-head .event-date .item-side.right {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
}

.event-head .event-date .item-mid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-head .event-date .item-side p {
    flex: 1;
    color: var(--text-secondary);
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-style: normal;
    text-align: end;
    font-weight: 400;
    line-height: 171%;
    /* 150% */
}

.event-head .event-date .item-side.right p {
    text-align: start;
}

.event-head .event-date .item-mid p {
    color: var(--text-secondary);
    font-size: calc(var(--body-text-size));
    font-family: var(--body-text-family);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 150% */
}

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

/* Activity */
.activity-wrap {}

.activity-wrap.same-location {}

/* activity item */
.activity-item-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 15.9%;
    margin: 15% auto 7%;
}

.activity-item-outer:first-of-type {
    margin: 5% auto;
    margin-top: 5%;
}

.activity-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 76.92%;
    max-width: 640px;
    margin: 1% auto 6.2%;
}

.event-item:last-of-type {}

.activity-frame {
    position: relative;
}

.activity-frame>.image-wrap img {
    position: relative;
}

.activity-frame>.image-wrap .blur-mask {
    position: absolute;
    width: 99%;
    height: 80%;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 24px;
}

.activity-frame:nth-child(odd) {
    transform: scaleX(-1);
}


/* activity item background ::before */

/* .activity-item:not(.first)::before {
    top: 18%;
    left: 12%;
    bottom: 3%;
    right: 12%;
} */

/* activity content */
.activity-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 95%;
    height: 74%;
    padding: 1% 11% 2%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    max-height: 100%;
    overflow: hidden;
}

.activity-content-inner {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 12px;
}

.activity-item:not(.first) .activity-content {
    /* padding: 36% 20% 17% 19%; */
}

/* scrollable area */
.activity-content .scrollable-y {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.activity-content .scrollable-y::-webkit-scrollbar {
    display: none;
}

/* activity head */
.activity-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap: 12px;
}

.activity-head .event-time {
    color: var(--text-secondary);
    font-size: calc(var(--body-text-size));
    font-weight: 700;
    line-height: 155%;
}

.activity-head svg.activity-icon {
    width: 50px;
    height: auto;
    display: block;
}

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

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

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

.activity-head .activity-time {
    color: var(--text-primary);
    font-size: calc(var(--body-text-size));
    font-weight: 600;
    line-height: 155%;
}

/* Agenda Details */
.event-details,
.activity-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap: 12px;
    overflow-y: auto;
    height: 100%;
    flex: 1;
}

.hc-wrap {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    gap: 4px;
}

.act-place-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.event-details .event-hall,
.activity-details .activity-hall {
    color: var(--text-primary);
    font-size: calc(var(--body-text-size));
    font-weight: 600;
    line-height: 155%;
}

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

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

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

.event-link,
.activity-link {
    font-family: var(--body-text-family);
    font-weight: 600;
    font-size: var(--body-text-size);

    display: flex;
    align-items: center;
    padding: 9px 24px;
    line-height: 1.5;
    border-radius: 999px;

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

    transition: .3s ease-in-out;
}

.event-link:hover,
.activity-item .activity-link:hover {
    background-color: rgba(var(--button-background-primary-rgb), .75);
}

.orn-agenda-back-1 {
    position: absolute;
    width: 103%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
}

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

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

    .activity-item {
        max-width: 670px;
    }

    .orn-agenda-back-1 {
        width: 124%;
    }

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

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

@media (min-width: 1440px) {
    .activity-item {
        max-width: 670px;
    }

    .activity-head svg.activity-icon {
        width: 80px;
    }

}


/* =============================
        DRESSCODE
============================= */
.dress-outer {
    padding-bottom: 25%;
}

.dress-wrapper {
    margin-top: 8%;
}

.dress-preview {
    background-color: transparent;
    width: unset;
    height: unset;
    border-radius: 0;
}

.dress-wrapper .dress-title {}

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

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

.dress-item {
    width: 100%;
}

.dress-item:last-of-type {
    padding-left: 24px;
    border-left: 1px solid var(--background-tertiary);
}

.no-divid .dress-item:last-of-type {
    padding-left: unset;
    border-left: none;
}

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

.dress-icon .dress-icon-label {
    font-size: var(--body-text-size);
    color: var(--text-secondary);
}

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

.dress-footer {
    border: none;
}

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

.dress-list {
    gap: 24px;
    flex-direction: row;
}

@media (min-width: 561px) and (max-width: 960px) {
    .dress-color-item {
        width: 32px;
        height: 32px;
    }

    .dress-item {
        gap: 24px;
    }

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

    .dress-icon {
        gap: 20px;
    }
}

@media (min-width: 1600px) {
    .dress-color-item {
        width: 32px;
        height: 32px;
    }

    .dress-item {
        gap: 24px;
    }

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

    .dress-icon {
        gap: 20px;
    }
}

/* ==============================
        RUNDOWN
============================== */
.rundown-container .rundown-inner {
    gap: 24px;
    padding: 40px 10.3%;
}

.rundown-event-list .rundown-event-outer {
    position: relative;
}

.rundown-event-list .rundown-event {
    position: relative;
    align-items: flex-start;
    padding: 24px;
    border-radius: 40px;
    min-height: 200px;
}

.rundown-event-list .rundown-event-outer .bg-rundown {
    position: absolute;
    inset: 0;
    border-radius: 40px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--background-tertiary);
    background: var(--background-secondary);
    backdrop-filter: blur(2px);
}

.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); */
}

.rundown-agenda .rundown-agenda-time {
    font-weight: 700;
    line-height: 150%;
}

.rundown-inner .rundown-event-list {
    max-width: 500px;
    margin: 0 auto;
}

@media (min-width: 561px) and (max-width: 960px) {
    .rundown-agenda .rundown-agenda-time {
        max-width: 120px;
    }

    .rundown-inner .rundown-event-list{
        gap: 36px;
    }

    .rundown-event-list .rundown-event{
        min-height: 280px;
    }
}

@media (min-width: 1600px) {
    .rundown-agenda .rundown-agenda-time {
        max-width: 120px;
    }
    
    .rundown-inner .rundown-event-list{
        gap: 36px;
    }

    .rundown-event-list .rundown-event{
        min-height: 280px;
    }
}

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

.rsvp-inner {
    position: relative;
    padding: 6% 32px 0;
}

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

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

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

.rsvp-body-wrapper {
    max-width: 500px;
    overflow: hidden;
    position: relative;
    margin: 0% auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rsvp-form-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
    padding: 7.4%;
}

.rsvp-form-outer {
    position: relative;
    overflow: hidden;
}

.rsvp-form-outer .bg-rsvp {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    border-radius: 40px;
    border: 2px solid var(--background-tertiary);
    background: rgba(var(--background-secondary-rgb), 0.50);
    backdrop-filter: blur(1px);
}

.rsvp-body {
    position: relative;
    width: 100%;
    /* z-index: 2; */
}

.rsvp-session-wrap {
    margin: 0px auto 24px;
    gap: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--background-tertiary);
}

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

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

.rsvp-status-head .rsvp-status-caption {
    /* color: var(--text-primary); */
    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-primary);
    color: var(--button-text-primary);
    min-width: 50%;
}

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

/* RSVP Amount */
.rsvp-amount-wrap {
    margin: 24px 0 0;
    padding-top: 24px;
    border: none;
    border-top: 1px solid var(--background-tertiary);
}

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

.rsvp-amount-head .rsvp-amount-caption {
    /* color: var(--text-primary); */
}

.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-primary); */
    text-align: center;
}

.rsvp-amount-body {}

/* 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-primary);
    border-color: var(--button-background-primary);
}

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

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

.rsvp-amount-controller .toggle-btn.plus:hover .toggle-icon path {}

.rsvp-amount-controller .toggle-btn.minus {
    background-color: transparent;
    border-color: var(--button-background-primary);
}

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

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

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

.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(--text-primary);

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

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

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

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

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

    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;
    font-weight: 600;
}

.rsvp-session-btn {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
    border: 1px solid var(--button-text-secondary);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

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

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

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

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

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

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

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

.rsvp-confirm-btn.confirm {
    border: 1px solid var(--button-background-primary);
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    min-height: 100%;
}

.rsvp-confirm-btn.confirm:hover {
    background-color: rgba(var(--button-background-secondary-rgb), 1);
    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-primary-rgb), .75);
    color: var(--button-text-primary);
}

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

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


.form-control.group-guest,
.form-control.member-input {
    width: 100%;
    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(--text-primary);
    border: 1px solid var(--button-background-primary);
    border-radius: 999px;
}

.form-control.group-guest::placeholder,
.form-control.member-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(var(--text-primary), 0.6);
}

.form-control.group-guest:-ms-input-placeholder,
.form-control.member-input::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(var(--text-primary), 0.6);
}

.form-control.group-guest::-ms-input-placeholder,
.form-control.member-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(var(--text-primary), 0.6);
}

.form-control.group-guest:focus,
.form-control.member-input:focus {
    box-shadow: none;
}

.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,
.rsvp-status-wrap input[name="rsvp_status"]:checked+.rsvp-confirm-btn.not-going .check-rsvp svg path,
.session-btn-wrap input[name="selected_event[]"]:checked+.rsvp-session-btn .check-rsvp svg path,
.session-btn-wrap input[name="selected_event_all"]:checked+.rsvp-session-btn .check-rsvp svg path {
    fill: var(--button-text-primary);
}

.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);
}

.form-check-label {
    border-radius: 100px;
}


/* End RSVP Confirm */

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

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

.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));
    color: var(--text-secondary);
    margin-bottom: 20px;
}

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

/* End RSVP Message */

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

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

/* RSVP Change */
.rsvp-change-wrap {}

.rsvp-confirm-btn.back {
    color: var(--text-tertiary);
}

/* End RSVP Change */
@media (min-width:1400px) {
    .rsvp-inner {
        padding: 10% 0 0%;
    }
}

/* ==============================
        Live Streaming
============================== */
section.live-streaming {
    padding: 5% 0px 5%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

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

section.live-streaming .inner .head .orn-live-header {
    width: 62.6%;
}

section.live-streaming .inner .head .orn-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

section.live-streaming .inner .head p {
    font-size: var(--body-text-size);
    font-style: var(--body-text-style);
    color: var(--text-secondary);
    font-weight: 500;
}

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

.live-streaming .inner .body p {
    font-size: var(--body-text-size);
}

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

.live-streaming .inner .body>.streaming-info {
    position: relative;
    padding: 4px 24px 0px;
}

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

.live-streaming .inner .body>.streaming-info>div.zoom-details {
    padding: 0px 20px;
    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: 16px;
}

.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: 192px;
    border-radius: 20px;
}

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

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

.live-streaming .inner .body>.streaming-info>div.link>a {
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    min-width: 100px;
    border-radius: 99px;
    padding: 12px 24px;

    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: var(--body-text-size);
    line-height: 150%;

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

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

@media (min-width: 560px) and (max-width: 960px) {
    .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: auto;
    }

    .live-streaming .inner .body>.streaming-info>div.link>a {
        padding: 12px 16px;
        font-size: calc(var(--body-text-size));
    }
}

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


/* ==============================
    Photo
============================== */
.photo-wrap {
    position: relative;
    overflow: hidden;
    padding: 10% 0 10%;
}

.photo-inner {}

.photo-head {
    position: relative;
    padding: 10% 15% 5%;
    text-align: center;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 1;
}

.photo-head .photo-title {
    color: var(--text-primary);
}

.photo-head .photo-description {
    color: var(--text-secondary);
}

.photo-head+.photo-body {
    margin-top: 0%;
    position: relative;
}

.photo-body {}

/* photo box */
.photo-box {
    padding: 0px 6.95%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.photo-box>a {
    height: 159px;
    margin: 0.5%;
    flex-basis: 32%;
    flex-grow: 1;
}

.photo-box>a>img {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    vertical-align: top;
}

/* Custom Helga-Marcel */
.photo-box>a:nth-child(1) {
    height: 235px;
    flex-basis: 100%;
}

.photo-box>a:nth-child(2) {}

.photo-box>a:nth-child(3) {
    flex-basis: 64%;
}

.photo-box>a:nth-child(4) {
    flex-basis: 64%;
}

.photo-box>a:nth-child(5) {}

.photo-box>a:nth-child(6) {}

.photo-box>a:nth-child(7) {}

.photo-box>a:nth-child(8) {}

.photo-box>a:nth-child(9) {
    height: 235px;
    flex-basis: 100%;
}

@media (min-width: 560px) and (max-width: 960px) {
    .photo-box>a {
        height: 295px;
    }

    .photo-box>a:nth-child(1),
    .photo-box>a:nth-child(10) {
        height: 295px;
    }

    .photo-head {
        padding-top: 6%;
    }
}

@media (min-width: 1200px) {
    .photo-box>a {
        height: 295px;
    }

    .photo-box>a:nth-child(1),
    .photo-box>a:nth-child(10) {
        height: 295px;
    }
}

@media (min-width: 1700px) {
    .photo-wrap {
        padding-bottom: 5%;
    }

    .photo-head {
        padding-top: 6%;
    }
}


/* ==============================
    Video
============================== */
section.video-gallery {
    position: relative;
    overflow: hidden;
    padding: 0;
    padding-bottom: 5%;
    padding-top: 5%;
}

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

section.video-gallery .inner>.title {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 0% 24px 6.2%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

section.video-gallery .inner>.title h1 {
    font-size: var(--heading-size);
    font-weight: normal;

    margin-bottom: 0px;
    padding: 0px;
}

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

/* video outer */
section.video-gallery .inner .video-outer {
    width: 100%;
    padding: 0px 30px;
    margin-top: 80px;
}

section.video-gallery .inner>.title+.video-outer {
    margin-top: 0px;
}

section.video-gallery .inner .video-outer .video {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0px 0px 15%;

    border-radius: 0px 0px 4px 4px;
}

.video-gallery>.inner>.video-outer .video:last-of-type {
    margin: 0px 0px 5%;
}

section.video-gallery .inner .video-outer .video .preview,
section.video-gallery .inner .video-outer .video .preview img {
    border-radius: 0px;
}

.video-gallery .inner .video-outer .video .preview {
    /* width: 100%;
    height: 240px; */
}

.video-gallery .inner .video-outer .video .preview {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.video-gallery .inner .video-outer .video .preview>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* video label */
section.video-gallery .inner .video-outer .video>.title {
    padding: 8px 10%;
}

section.video-gallery .inner .video-outer .video>.title h2 {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 400;
    line-height: 150%;
    font-style: normal;
    color: var(--text-primary);
}

@media (min-width: 760px) {
    section.video-gallery .inner .video-outer .video {
        max-width: 570px;
    }
}


/* ==============================
        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 {
    text-align: center;
    margin-bottom: 24px;
    padding: 0 24px;
}

.story-head .story-title {}

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

/* preview */
.story__slider-preview {}

/* caption wrap */
.story__slider-caption-wrap {
    position: relative;
    /* margin-bottom: 16px; */
    /* padding: 16px 0px; */
}

/* caption */
.story__slider-caption {}

/* dots */
.story__slider-dots {
    display: flex;
    justify-content: center;
}

.story__slider-dots>ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

.story__slider-dots>ul>li {}

.story__slider-dots>ul>li>button {
    display: block;
    border: none;
    outline: none;
    box-shadow: none;
    width: 8px;
    height: 8px;
    border-radius: 16px;
    font-size: 0px;
    background: rgba(var(--background-secondary-rgb), 1);
    cursor: pointer;
    transition-duration: 0.2s;
    transition-property: width, background;

    border: var(--button-background-primary) solid 1px;
}

.story__slider-dots>ul>li.slick-active>button {
    background: var(--button-background-primary);
}

/* story preview */
.story-body .story-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    padding-top: 5%;
}

.story-preview .story-picture-wrapper {
    position: relative;
    display: block;
    margin: 0px auto 2%;
    /* padding: 8px; */
    width: 92.31%;
    /* height: 220px; */
    border-radius: 24px;
    /* overflow: hidden; */
}

.story-preview .story-picture>a {}

.story-preview .story-picture img {
    display: block;
    /* min-height: 238px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}

.story-preview .story-sub-title {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-primary);
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    margin: 0px auto;
    width: 280px;
}

/* details */
.story-body .story-details {
    padding: 8px 24px;
    text-align: center;
    max-width: 480px;
    margin: 0px auto;
}

.story-details .story-caption {
    color: var(--text-secondary);
    font-size: var(--body-text-size);
    font-weight: var(--body-text-weight);
    line-height: 150%;
    text-align: center;
}

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

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

.ls-img-content {
    position: absolute;

    border-radius: 6px;
    border: 3px solid #9E8C41;

    width: 55%;
    height: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 700px) {
    .story-preview .story-picture {}

    .story-preview .story-sub-title {
        width: 350px;
    }
}


/* ==============================
        Wedding Gift
============================== */
.wedding-gift-wrap {
    position: relative;
    width: 100%;
    /* max-width: 600px; */
    margin: 0 auto;
    padding: 7% 0px 20%;
    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: 75%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wedding-gift-head .wedding-gift-title {
    /* padding-bottom: 10px; */
}

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

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

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

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

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

.wg-frame {
    position: relative;
    width: 100%;
    margin: 0 auto -62%;
}

/* Wedding Gift Form */
#weddingGiftForm {
    width: 100%;
    display: flex;
    align-items: flex-start;
    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: 12px;
}

/* Details */
.wedding-gift-details {}

/* Select Bank */
.wedding-gift-select-bank-wrap {
    /* padding-bottom: 24px; */
}

.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:focus,
.wedding-gift-select-bank-wrap .selectize-control.form-control:active {
    color: var(--button-text-primary);
}

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

.selectize-control.single .selectize-input.input-active {
    margin-bottom: 10px;
}

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

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

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

.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;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.03);
    -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.03);
    -moz-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.03);
}

.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);
    color: var(--button-text-primary);
}

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

.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);
}

/* Bank */
.bank-button-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-bottom: 1px solid var(--text-primary);
    gap: 4px;
    color: var(--text-primary);
    margin: auto;
}

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

.wedding-gift-bank-wrap {}

.wedding-gift-bank-wrap .bank-item {
    flex-direction: column;
    align-items: center;
    padding: 24px;
    border-radius: 40px;
    border: 1px solid var(--background-tertiary);
    background-color: var(--background-secondary);
    display: none;
    margin: 0 1px;
}

.wedding-gift-bank-wrap .bank-item.show {
    display: flex;
}

.wedding-gift-bank-wrap.bankItemAccordion .bank-item {
    display: flex;
}

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

.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);
    text-transform: capitalize;
    text-align: center;
}

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

    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-secondary);
    line-height: 150%;
}

.wedding-gift-bank-wrap .bank-account-number {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    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;
    flex-direction: column;
    gap: 4px;

    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-secondary);
    line-height: 150%;
    margin-bottom: 0.25em;
}

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

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

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

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

/* Sender Data */
.wedding-gift-sender-data-wrap {
    /* padding: 24px 0; */
    /* margin-top: 30px; */
}


.wedding-gift-sender-data-wrap label {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    display: block;
    color: var(--text-tertiary);
    font-weight: 700;
}

.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;
}

.wedding-gift-sender-data-wrap .form-control {
    border-radius: 12px;
    border: 1px solid var(--background-tertiary);
    padding: 12px 16px;
    background: rgba(253, 253, 253, 0.85);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-tertiary);
}

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

.wedding-gift-sender-data-wrap .form-control:focus {}

/* Wedding Gift Page */
.wedding-gift-page-wrap {
    padding: 0;
}

.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-secondary);
    background-color: var(--button-background-secondary);
    border: none;
    padding: 12px 25px;
    border-radius: 999px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    margin: 0 auto;
    font-weight: 600;
}

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

button.wedding-gift-page[disabled],
button.wedding-gift-page[disabled]:hover,
.btn[disabled],
.btn[disabled]:hover {
    background-color: rgba(var(--button-background-secondary-rgb), 1);
    color: var(--button-text-secondary);

}

.wedding-gift-page.upload svg path {
    stroke: var(--button-text-secondary);
}

.wedding-gift-page.upload:hover svg path {
    stroke: var(--button-text-primary);
}

.wedding-gift-page.upload {
    display: none;
}

.wedding-gift-page.upload.show {
    display: flex;
}

.wedding-gift-page.upload {
    align-items: center;
    justify-content: center;
    gap: 4px;
    background-color: rgba(var(--button-background-primary-rgb), 1);
    color: var(--button-text-primary);
}

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

/* Wedding Gift Back Page */
.wedding-gift-back-page-wrap {
    /* padding: 20px 0; */
}

.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);
}

body.sukma p.gift-label-top {
    color: var(--text-primary);
    text-align: center;
}

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

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

.wedding-gift-upload-wrap.show {
    display: flex;

}

.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: #ffff;
    pointer-events: none;
}

/* Wedding Gift Upload Description */
.wgu-description {
    text-align: center;
    padding: 20px;
    margin: 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-primary);
}

.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: 150px;
    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;
    }
}

@media (min-width: 1600px) {
    .wedding-gift-body .wedding-gift-body-inner {
        /* padding: 25% 24px; */
    }
}


/* =====================================
?        INSTAGRAM FILTER
==================================== */
.ig-filter-wrap {
    position: relative;
    overflow: hidden;
}

.ig-filter {
    position: relative;
    overflow: hidden;
    padding: 4% 0px 10%;
}

/* head */
.ig-filter-head {
    text-align: center;
    padding: 0px 24px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 12%;
}

.ig-filter-head .ig-filter-title {
    margin-bottom: 0px;

    color: var(--text-primary);
    text-align: center;
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 3% 3%;
    padding-bottom: 5px;
}

.ig-filter-head .ig-filter-caption {
    padding-top: 8px;
    font-family: var(--body-text-family);
    font-weight: 500;
}

/* body */
.ig-filter-body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0px 30px 0px;
}

/* image */
.ig-filter-img-wrap {
    position: relative;
    width: calc(100% - 48px);
    max-width: 225px;
    margin: 0px auto;
    min-height: 400px;
    padding: 0px;

    display: flex;
    align-items: center;
}

.ig-filter-img {
    border-radius: 0;
    max-width: none;
    height: 100%;
    min-height: 400px;
    position: relative;
}

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

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

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

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

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

@media (min-width: 560px) and (max-width: 960px) {
    .ig-filter-img-wrap {
        max-width: 340px;
    }

    .ig-filter-img {
        min-height: 600px;
    }

    .ig-filter-link-wrap {
        max-width: 340px;
    }
}

@media (min-width: 1200px) {
    .ig-filter-img-wrap {
        max-width: 340px;
    }

    .ig-filter-img {
        min-height: 600px;
    }

    .ig-filter-link-wrap {
        max-width: 340px;
    }
}


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

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

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

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;
}

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

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

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

/* Protocol 03 */
section.protocol.protocol-03 {
    background: transparent;
}

section.protocol.protocol-03 .inner .head {
    padding: 24px 16px 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;
}

.protocol.protocol-03 .inner .body {
    padding: 20px 0px 40px;
}

section.protocol.protocol-03 .inner .body .slider .content .text-01 {
    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: calc(var(--body-text-size) + var(--fs-extra-3));
    text-transform: capitalize;
    color: var(--text-primary);
}

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

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

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

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

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

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

section.protocol-04 .inner .head {
    padding: 0px;
    margin-bottom: 5%;
}

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);
}

.kat-page__side-to-side .secondary-pane section.protocol-04 .protocol-item-wrap,
section.protocol-04 .protocol-item-wrap {
    max-width: 420px;
    gap: 8px;
    flex-direction: column;
}

.protocol4-wrap-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.protocol-item.it-0 {
    order: 1;
}

.protocol-item.it-1 {
    order: 3;
}

.divider-protocol {
    order: 2;
    height: 100px;
    width: 1px;
    background: var(--background-tertiary);
}

section.protocol-04 .protocol-item-wrap .protocol-item {
    align-items: center;
    background-color: transparent;
    border: none;
    width: 100%;
    max-width: 140px;
    height: auto;
    margin: 0px;
    padding: 18px 4px;

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

section.protocol-04 .protocol-item-wrap .protocol4-wrap-item .protocol-item:first-of-type {}

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: 50px;
    height: auto;
}

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

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

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

    section.protocol-04 .protocol-item-wrap .protocol-item {}
}

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

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

@media (min-width: 1600px) {
    section.protocol-04 .inner {}
}


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

.wedding-wish-inner {
    position: relative;
    padding: 0 24px 5%;
}

/* head */
.wedding-wish-head {
    text-align: center;
    display: flex;
    padding-bottom: 8px;
    flex-direction: column;
    align-items: center;
    max-width: 620px;
    margin: 0 auto;
}

.orn-weddingwish-head {
    width: 70%;
    margin-bottom: 32px;
}

.wedding-wish-head .wedding-wish-title {
    text-align: center;
    font-size: var(--heading-size);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 8px;
    padding-top: 3%;
    padding-right: 2%;
}

.wedding-wish-head .wedding-wish-description {
    /* padding-top: 8px; */
    color: var(--text-secondary);
}

/* Body */
.wedding-wish-body {
    padding: 24px 0px 0px;
    max-width: 645px;
    margin: 0 auto;
}

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

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

.wedding-wish-form .form-control {
    border: 1px solid var(--background-tertiary);
    background: rgba(var(--background-secondary-rgb), 0.5);
    border-radius: 999px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    line-height: 1.5;
    color: rgba(var(--text-secondary-rgb), 0.5);

    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

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

.wedding-wish-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(13, 39, 57, 0.5);
}

.wedding-wish-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(13, 39, 57, 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 {
    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-secondary);
    color: var(--button-text-secondary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.wedding-wish-form .submit-comment:hover {
    background-color: rgba(var(--button-background-secondary-rgb), 0.75);
}

/* 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;
}

.comment-box-wrap.focus textarea.form-control {
    /* padding-bottom: 50px; */
}

.comment-box-wrap.focus .submit-comment-wrap {
    top: auto;
    bottom: 0;
}

/* Comment Wrap */
.comment-inner-wrapping {
    padding: 24px;
    border-radius: 40px;
    border: 1px solid var(--background-tertiary);
    background: rgba(var(--background-primary-rgb), 0.50);
}

.comment-inner-wrapping.no-border {
    background: transparent;
    border: none;
    padding: 0;
}

.comment-wrap {
    display: none;
}

.comment-wrap.show {
    display: block;
}

.comment-item {
    margin-bottom: 24px;
}

.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: var(--body-text-size);
    font-weight: 500;
    color: var(--text-primary);
    line-height: 1.5;
}

.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) - 2px);
    font-weight: 400;
    line-height: 1.5;
    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: var(--text-primary);
    transition: color 0.25s ease-in-out;
}

.comment-head .delete-comment:hover {
    color: rgba(var(--button-background-secondary-rgb), 0.8);
}

.comment-body {}

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

/* 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: 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: 600;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

#moreComment:hover {
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
}

/* ==============================
?        NOTES
============================== */
.notes-container {
    overflow: hidden;
}

.note {
    padding: 34.1% 15.4%;
    background: radial-gradient(50% 50% at 50% 50%, var(--background-primary) 0%, rgba(255, 250, 240, 0.60) 63.83%, rgba(255, 250, 240, 0.00) 100%);
}

.note .note-description {
    color: var(--text-primary);
}


/* ========================================
?        FOOTNOTE
======================================== */
.footnote-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    gap: 55px;
    padding: 27% 0 35%;
}

.footnote-wrap .footnote {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 25% 20.5% 25%;
    gap: 12px;
    background: radial-gradient(85% 50% at 50% 50%, var(--background-primary) 0%, rgba(255, 250, 240, 0.80) 50%, rgba(255, 250, 240, 0.00) 100%);
}

.orn-tc-frame {
    position: absolute;
    width: 100%;
    inset: 0;
}

/* Details */
.footnote .content {
    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: column;
    gap: 16px;
}

.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 {
    color: var(--text-secondary);
    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: 58.67%;
    max-width: 220px;
}

.footnote-foot {
    position: relative;
    width: 100%;
}

@media (max-width: 360px) {
    .footnote-wrap {
        /* min-height: calc(80vh + 100px); */
    }
}

@media (max-width: 360px) {
    .footnote-wrap .orn-wrapper .orn-footnote-logo {}
}

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

    .footnote-wrap .logo-wrap {
        max-width: 160px;
        min-height: 160px;
    }

    .footnote-wrap {
        padding: 36% 0 35%;
    }
}

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

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

.footnote-wrap .wrapper {}


/* =====================================
        KADO
==================================== */
.kado-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.wedding-gifts-wrap {
    position: relative;
    /* overflow: hidden; */
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    padding: 0px;
}

.wedding-gifts-wrap.no-gift .wedding-gifts-inner {}

.wedding-gifts-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10% 24px 5%;
    gap: 29px;
}

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

.orn-gft-header {
    position: relative;
    width: 62.6%;
    margin: 0 auto;
}

.wedding-gifts-head .wedding-gifts-title {}

.wedding-gifts-head .wedding-gifts-description {}

.wedding-gifts-inner .wedding-gifts-label {
    color: var(--text-primary);
    width: 100%;
    text-align: left;
    line-height: 150%;
}

.wedding-gifts-inner .wedding-gift-address-wrap .wedding-gifts-label {
    text-align: center;
}

.wedding-gifts-inner .wedding-gifts-label.bd {
    text-align: left;
}

.wedding-gifts-inner .wedding-gifts-body {
    align-items: center;
}

.wedding-gift-address-wrap {
    position: relative;
    border-radius: 40px;
    padding: 24px;
    border: 1px solid var(--background-tertiary);
    background: var(--background-secondary);
    text-align: center;
    gap: 4px;
    width: 100%;
}

.wedding-gift-address-outer {
    position: relative;
    width: 79.5%;
}

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

.inner-address-wrap {
    justify-content: center;
}

.wedding-gift-address-wrap .inner-address-info {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-tertiary);
}

.wedding-gift-address-wrap .inner-address-wrap .inner-address-info {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-tertiary);
}

.wedding-gift-address-wrap .wedding-gift-address-label {
    position: relative;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 4px);
    color: var(--text-tertiary);
}

.wedding-gift-address-wrap .btn-hadiah-copy {
    border: none;
    padding: 8px 0;
    border-radius: 0;
    background-color: transparent;
    color: var(--text-primary);
    border-bottom: 1px solid var(--text-primary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    width: fit-content;
    margin: auto;
    gap: 4px;
    margin-top: 4px;
}

.wedding-gift-address-wrap .btn-hadiah-copy p.kado-copy-text {
    color: var(--text-primary);
    font-weight: 500;
    line-height: 150%;
}

.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;
    width: 100%;
    overflow: unset;
}

.wedding-gifts-body .hadiah-wrap .swiper-wrapper {
    gap: 4px;
}

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

    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background: var(--background-secondary);
    border: 1px solid var(--background-tertiary);
    overflow: hidden;
}

@media (min-width: 561px) and (max-width: 960px) {
    .wedding-gifts-body .hadiah-wrap .hadiah-card-wrap {
        width: 200px;
    }
}

.wedding-gifts-body .hadiah-card-wrap .hadiah-card {
    position: relative;
    width: 100%;
    padding: 12px;
    background-color: transparent;
    border-radius: 12px;
}

.hadiah-card-wrap .img-wrap {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 135px;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
}

.hadiah-card-wrap .img-wrap::after {
    content: '';
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.hadiah-card-wrap .img-wrap .hadiah-img {
    object-fit: cover;
    object-position: center;
    height: unset;
    position: relative;
}

.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-primary) !important;
    text-align: left;
    line-height: 150%;
}

.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-primary);
    text-align: left;
    padding: 0px;
    line-height: 150%;
}

.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);
    text-align: left;
    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);
    text-align: center;
}

.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: 999px;
    padding: 8px 24px;
    border: none;

    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
    transition: all 0.25s ease-in-out;
    width: 100%;
    font-weight: 600;
}

.hadiah-card-footer .hadiah-card-button:hover {
    background-color: rgba(var(--button-background-secondary-rgb), .75);
}

/* MODAL KADO */
.kat__cropper-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-secondary);
}

.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.8);
    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.8);
    color: var(--button-text-primary);
    border: 1px solid var(--background-primary);
}

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


/* 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-tertiary-rgb), .5);
    transition: all 0.25s ease-in-out;
}

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

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

.sc-wrap {
    position: relative;
    height: 4px;
    width: 100%;
    display: none;
}

.sc-wrap .swiper-scrollbar {
    background: rgba(var(--text-primary-rgb), 0.3);
}

.sc-wrap .swiper-scrollbar-drag {
    background: var(--text-primary);
}

@media (min-width: 768px) {
    .wedding-gift-address-wrapper {}
}


/* ========================================
      FOOTER
======================================== */
section.footer {
    background: var(--button-background-primary);
    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(--button-text-primary);
}

.footer .footer-inner .footer-logo {
    width: 55px;
}

section.footer .footer-inner .footer-logo path {
    fill: var(--button-text-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 Section  */
.orn-herd-burung {
    position: absolute;
    width: 33.74%;
    max-width: 200px;
}

.orn-herd-burung .herd-pct {
    opacity: 0;
}

.orn-burung-1 {
    position: absolute;
    width: 19%;
    right: 0;
    top: 0;
    transform: translate(9%, -8%) scaleX(-1);
}

.orn-burung-2 {
    position: absolute;
    width: 11%;
    right: 20%;
    bottom: 29%;
    transform: translate(-16%, -67%) scaleX(-1);
}

.orn-burung-3 {
    position: absolute;
    width: 14%;
    right: 37%;
    top: 29%;
    transform: translate(-16%, -56%) scaleX(-1) rotate(17deg);
}

.orn-burung-4 {
    position: absolute;
    width: 10%;
    left: 38%;
    bottom: 1%;
    transform: translate(0%, -68%) scaleX(-1) rotate(0deg);
}

.orn-burung-5 {
    position: absolute;
    width: 12%;
    left: 24%;
    top: 64%;
    transform: translate(0%, -68%) scaleX(-1) rotate(0deg);
}

.orn-burung-6 {
    position: absolute;
    width: 12%;
    left: 0%;
    bottom: 0%;
    transform: translate(0%, -1%) scaleX(-1) rotate(0deg);
}

.orn-herd-ff-1 {
    top: 6%;
    transform: translate(-34%, 52%);
}

.orn-herd-ff-2 {
    top: 16%;
    right: 0;
    transform: translate(10%, -57%) scaleX(-1);
}

/* COVER  */
.orn-cover-1.right {
    position: absolute;
    width: 42.35%;
    bottom: 10%;
    right: 0;
    transform: translate(-13%, 22%) scaleX(-1);
}

.orn-cover-1.left {
    position: absolute;
    width: 42.35%;
    bottom: 10%;
    left: 0;
    transform: translate(13%, 22%);
}

.orn-cover-1-1 {
    position: absolute;
    width: 46.5%;
    bottom: 0%;
    right: 0;
    transform: translate(-43%, 34%);
}

.orn-cover-2.right {
    position: absolute;
    width: 25.26%;
    bottom: 14%;
    right: 0;
    transform: translate(-5%, 0%) scaleX(-1);
}

.orn-cover-2.left {
    position: absolute;
    width: 25.26%;
    bottom: 14%;
    left: 0;
    transform: translate(5%, 0%);
}

.orn-cover-3.right {
    position: absolute;
    width: 19.4%;
    bottom: 29%;
    right: 0;
    transform: translate(0%, 0%) scaleX(-1);
}

.orn-cover-3.left {
    position: absolute;
    width: 19.4%;
    bottom: 29%;
    left: 0;
    transform: translate(0%, 0%);
}

.orn-cover-3-1 {
    position: absolute;
    width: 60.60%;
    bottom: 23%;
    right: 0;
    transform: translate(4%, -3%);
}

.orn-cover-4.right {
    position: absolute;
    width: 35.6%;
    top: 3%;
    right: 0;
    transform: translate(47%, 0%) scaleX(-1) rotate(23deg);
}

.orn-cover-4.left {
    position: absolute;
    width: 35.6%;
    top: 3%;
    left: 0;
    transform: translate(-47%, 0%) rotate(23deg);
}

.orn-cover-5.right {
    position: absolute;
    width: 52.05%;
    top: 0%;
    right: 0;
    transform: translate(52%, 0%) scaleX(-1);
}

.orn-cover-5.left {
    position: absolute;
    width: 52.05%;
    top: 0%;
    left: 0;
    transform: translate(-52%, 0%);
}

.orn-cover-6.right {
    position: absolute;
    width: 53%;
    top: 0%;
    right: 0;
    transform: translate(52%, 0%) scaleX(-1);
}

.orn-cover-6.left {
    position: absolute;
    width: 53%;
    top: 0%;
    left: 0;
    transform: translate(-52%, 0%);
}

.orn-cover-center {
    position: absolute;
    width: 154.3%;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 0;
    opacity: .5;
}

.orn-cover-kp1 {
    position: absolute;
    width: 8.8%;
    bottom: 21%;
    left: 0;
    transform: translate(25%, 0%);
}

.orn-cover-kp2 {
    position: absolute;
    width: 9.9%;
    top: 33%;
    right: 6%;
    transform: translate(5%, 0%);
}

@media (min-width: 561px) and (max-width: 960px) {
    .orn-cover-kp2 {
        width: 7.9%;
    }

}


/* Quote  */
.orn-quote-1.right {
    position: absolute;
    width: 38.17%;
    bottom: 0%;
    right: 0;
    transform: translate(-31%, 5%);
}

.orn-quote-1.left {
    position: absolute;
    width: 38.17%;
    bottom: 0%;
    left: 0;
    transform: translate(31%, 5%) scaleX(-1);
}

.orn-quote-1.center {
    position: absolute;
    width: 24.24%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 5%);
}

.orn-quote-1-1 {
    position: absolute;
    width: 31%;
    bottom: 0%;
    left: 32%;
    transform: translate(3%, -3%) scaleX(-1);
}

.orn-quote-1-2 {
    position: absolute;
    width: 13.17%;
    bottom: 0%;
    right: 22%;
    transform: translate(3%, -18%) scaleX(-1);
}

.orn-quote-1-3 {
    position: absolute;
    width: 36.27%;
    bottom: 0%;
    right: 0%;
    transform: translate(44%, 1%) scaleX(-1);
}

.orn-quote-2.right {
    position: absolute;
    width: 15.58%;
    bottom: 0%;
    right: 0;
    transform: translate(-38%, 38%) scaleX(-1);
}

.orn-quote-2.left {
    position: absolute;
    width: 15.58%;
    bottom: 0%;
    left: 0;
    transform: translate(38%, 38%);
}

.orn-quote-2-1 {
    position: absolute;
    width: 53.30%;
    bottom: 0%;
    left: 0;
    transform: translate(18%, -16%);
}

.orn-quote-3.right {
    position: absolute;
    width: 21.76%;
    top: 0%;
    right: 0;
    transform: translate(0%, 26%) scaleX(-1);
}

.orn-quote-3.left {
    position: absolute;
    width: 21.76%;
    top: 0%;
    left: 0;
    transform: translate(0%, 26%);
}

.orn-quote-4.right {
    position: absolute;
    width: 11.98%;
    top: 0%;
    right: 0;
    transform: translate(-8%, 47%) scaleX(-1) scaleY(-1);
}

.orn-quote-4.left {
    position: absolute;
    width: 11.98%;
    top: 0%;
    left: 0;
    transform: translate(8%, 47%) scaleY(-1);
}

/* Couple  */
.orn-cp-1 {
    position: absolute;
    left: 2%;
    bottom: 0;
    transform: translate(37%, -5%);
    width: 35.33%;
}

.orn-cp-1-1 {
    position: absolute;
    left: 5%;
    bottom: 0;
    transform: translate(3%, -21%);
    width: 157%;
}

.orn-cp-1-2 {
    position: absolute;
    left: 100%;
    bottom: 9%;
    transform: translate(49%, 33%) rotate(97deg);
    width: 18.69%;
}

.orn-cp-1-3 {
    position: absolute;
    left: 25%;
    bottom: 0;
    transform: translate(44%, -34%);
    width: 112%;
}

.orn-cp-1-3-1 {
    position: absolute;
    left: 20%;
    bottom: 0;
    transform: translate(52%, 37%) rotate(62deg);
    width: 63.2%;
}

.orn-cp-1-4 {
    position: absolute;
    left: 0%;
    bottom: 17%;
    transform: translate(-23%, -10%) scaleX(-1);
    width: 79%;
}


.orn-cp-2 {
    position: absolute;
    width: 18.3%;
    right: 0%;
    bottom: 48%;
    transform: translate(22.72%, 17%);
}

.orn-cp-2-1 {
    position: absolute;
    width: 112%;
    right: 43.93%;
    top: 0%;
    transform: translate(0%, -9.3%) scaleX(-1);
}

.orn-cp-3 {
    position: absolute;
    width: 24.7%;
    right: 0;
    top: 0%;
    transform: translate(-48%, -11%) scaleY(-1) scaleX(-1) rotate(-17deg);
}

.orn-cp-4 {
    position: absolute;
    width: 46.15%;
    left: 0%;
    bottom: 5%;
    transform: translate(-50%, -70%);
}

.orn-cp-4-1 {
    position: absolute;
    width: 38.33%;
    left: 31.66%;
    bottom: 22.78%;
    transform: translate(0%, 0%) rotate(14deg);
}

.orn-cp-5 {
    position: absolute;
    width: 61.02%;
    right: 0%;
    bottom: 0%;
    transform: translate(63%, 0%);
}

.orn-cp-6 {
    position: absolute;
    width: 30.94%;
    right: 0%;
    bottom: 0%;
    transform: translate(30.40%, 0%);
}


/* Save The Date  */
.orn-sd-center {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
    width: 100%;
}

.orn-sd-1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -10%);
    bottom: 0;
    width: 74.87%;
}

.orn-sd-2.right {
    position: absolute;
    right: 0%;
    transform: translate(12.519%, -15%) scaleX(-1);
    bottom: 0;
    width: 38.91%;
}

.orn-sd-2.left {
    position: absolute;
    left: 0%;
    transform: translate(-12.519%, -15%);
    bottom: 0;
    width: 38.91%;
}

.orn-sd-3.right {
    position: absolute;
    right: 0%;
    transform: translate(20.52%, -15%) scaleX(-1);
    bottom: 0;
    width: 44.96%;
}

.orn-sd-3.left {
    position: absolute;
    left: 0%;
    transform: translate(-20.52%, -15%);
    bottom: 0;
    width: 44.96%;
}

.orn-sd-4 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
    width: 55.55%;
}

.orn-sd-5.right {
    position: absolute;
    right: 0%;
    transform: translate(44.52%, -15%) scaleX(-1);
    bottom: 15%;
    width: 21.86%;
}

.orn-sd-5.left {
    position: absolute;
    left: 0%;
    transform: translate(-44.52%, -15%);
    bottom: 15%;
    width: 21.86%;
}

.orn-sd-6.right {
    position: absolute;
    right: 0%;
    transform: translate(39.52%, -15%) scaleX(-1) rotate(18deg);
    bottom: 15%;
    width: 21.86%;
}

.orn-sd-6.left {
    position: absolute;
    left: 0%;
    transform: translate(-39.52%, -15%) rotate(18deg);
    bottom: 15%;
    width: 21.86%;
}

.orn-sd-7.right {
    position: absolute;
    right: 0%;
    transform: translate(54.32%, -23%) scaleX(-1);
    bottom: 20%;
    width: 34.10%;
}

.orn-sd-7.left {
    position: absolute;
    left: 0%;
    transform: translate(-54.32%, -23%);
    bottom: 20%;
    width: 34.10%;
}

.orn-sd-8.right {
    position: absolute;
    right: 0%;
    transform: translate(50%, -15%);
    bottom: 15%;
    width: 31.28%;
}

.orn-sd-8.left {
    position: absolute;
    left: 0%;
    transform: translate(-50%, -15%) scaleX(-1);
    bottom: 15%;
    width: 31.28%;
}

.orn-sd-9.right {
    position: absolute;
    right: 0%;
    transform: translate(46%, -9%) scaleX(-1);
    bottom: 50%;
    width: 40.768%;
}

.orn-sd-9.left {
    position: absolute;
    left: 0%;
    transform: translate(-46%, -9%);
    bottom: 50%;
    width: 40.768%;
}

.wrape-ig .orn-sd-9.left {
    transform: translate(-46%, -19%);
}

.wrape-ig .orn-sd-9.right {
    transform: translate(46%, -19%) scaleX(-1);
}

.orn-sd-6-1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -5%) scaleX(-1);
    bottom: 0%;
    width: 33.333%;
}

.orn-sd-6-kupu {
    position: absolute;
    right: 20%;
    transform: translate(33%, -36%) scaleX(-1);
    top: 0%;
    width: 42.333%;
}

.orn-sd-8-1 {
    position: absolute;
    left: 50%;
    transform: translate(-60%, -35%) scaleX(-1) rotate(11deg);
    top: 0%;
    width: 55.73%;
}

.orn-sd-8-kupu {
    position: absolute;
    width: 31.74%;
    left: 0;
    top: 0;
    transform: translate(-58%, -19%) scaleX(-1);
}

.orn-sd-9-1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -31%) rotate(21.3deg) scaleX(-1);
    top: 0%;
    width: 43.396%;
}

.wrape-ig .orn-sd-9-1 {
    transform: translateY(-17%);
}

.wrape-ig {
    transform: translateY(5%);
}

.orn-sd-9-2 {
    position: absolute;
    right: 0%;
    transform: translate(-37%, -70%) scaleX(-1);
    top: 0%;
    width: 44%;
}

.orn-sd-9-bird {
    position: absolute;
    right: 0%;
    transform: translate(47%, -58%) scaleX(-1);
    top: 0%;
    width: 32.70%;
}

.save-date-wrap .orn-sd-9.right {
    transform: translate(46%, -24%) scaleX(-1);
}

.save-date-wrap .orn-sd-9.left {
    transform: translate(-46%, -24%);
}

.save-date-wrap .orn-sd-8-1 {
    transform: translate(-60%, -53%) scaleX(-1) rotate(11deg);
}

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

    .orn-sd-5.right,
    .orn-sd-5.left {
        width: 17.49%;
    }

    .orn-sd-6.right,
    .orn-sd-6.left {
        width: 17.49%;
    }

    .orn-sd-7.right,
    .orn-sd-7.left {
        width: 27.28%;
    }

    .orn-sd-8.right,
    .orn-sd-8.left {
        width: 25.02%;
    }

    .orn-sd-9.right,
    .orn-sd-9.left {
        width: 32.61%;
    }

}

@media (min-width: 1440px) {

    .orn-sd-5.right,
    .orn-sd-5.left {
        width: 17.49%;
    }

    .orn-sd-6.right,
    .orn-sd-6.left {
        width: 17.49%;
    }

    .orn-sd-7.right,
    .orn-sd-7.left {
        width: 27.28%;
    }

    .orn-sd-8.right,
    .orn-sd-8.left {
        width: 25.02%;
    }

    .orn-sd-9.right,
    .orn-sd-9.left {
        width: 32.61%;
    }

}


/* Agenda  */
.orn-agenda-center {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%);
}

.orn-agenda-cb {
    position: absolute;
    width: 115.31%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -15%);
}

.orn-agenda-1.right {
    position: absolute;
    width: 42.56%;
    bottom: 0%;
    right: 0%;
    transform: translate(0%, -50%);
}

.orn-agenda-1.left {
    position: absolute;
    width: 42.56%;
    bottom: 0%;
    left: 0%;
    transform: translate(0%, -50%) scaleX(-1);
}

.orn-agenda-2.left {
    position: absolute;
    width: 39.48%;
    bottom: 0%;
    left: 0%;
    transform: translate(-5%, 0%);
}

.orn-agenda-2.right {
    position: absolute;
    width: 39.48%;
    bottom: 0%;
    right: 0%;
    transform: translate(5%, 0%) scaleX(-1);
}

.orn-agenda-2-1.right {
    position: absolute;
    width: 49.27%;
    bottom: 0%;
    right: 0%;
    transform: translate(21%, -13%);
}

.orn-agenda-2-1.left {
    position: absolute;
    width: 49.27%;
    bottom: 0%;
    left: 0%;
    transform: translate(-21%, -13%) scaleX(-1);
}

.orn-agenda-3.right {
    position: absolute;
    width: 53.84%;
    bottom: 0%;
    right: 0%;
    transform: translate(8%, 10%);
}

.orn-agenda-3.left {
    position: absolute;
    width: 53.84%;
    bottom: 0%;
    left: 0%;
    transform: translate(-8%, 10%) scaleX(-1);
}

.orn-agenda-3.center {
    position: absolute;
    width: 28.20%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 2%);
}

.orn-agenda-4-wrap {
    position: absolute;
    width: 100%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: var(--orn-agenda-4);
    background-repeat: repeat-x;
    background-size: contain;
}

.orn-agenda-4 {
    position: relative;
    width: 29.66%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.orn-agenda-4 .image-wrap {
    opacity: 0;
}

.orn-agenda-3-1 {
    position: absolute;
    width: 35.86%;
    right: 0;
    bottom: 0;
    transform: translate(-6%, 9%) scaleX(-1);
}

.orn-agenda-3-2 {
    position: absolute;
    width: 27.61%;
    right: 0;
    bottom: 0;
    transform: translate(-7%, -6%) scaleX(-1);
}

.orn-agenda-3-3 {
    position: absolute;
    width: 20.47%;
    right: 19%;
    bottom: 0;
    transform: translate(-7%, -1%) scaleX(-1);
}

.orn-agenda-3-4 {
    position: absolute;
    width: 29.047%;
    right: 19%;
    bottom: 0;
    transform: translate(-27%, -2%);
}

.orn-frame-ev-1 {
    position: absolute;
    width: 35.8%;
    left: 0%;
    bottom: 0%;
    transform: translate(-20%, -28%);
}

.orn-frame-ev-2 {
    position: absolute;
    width: 45.66%;
    left: 13%;
    bottom: 0%;
    transform: translate(-10%, 20%);
}

.orn-frame-ev-3 {
    position: absolute;
    width: 56.33%;
    left: 13%;
    bottom: 0%;
    transform: translate(-1%, -4%) rotate(14deg);
}

.orn-frame-ev-4 {
    position: absolute;
    width: 7.6%;
    left: 0%;
    bottom: 8%;
    transform: translate(-9%, -6%);
}

.orn-frame-ev-5 {
    position: absolute;
    width: 25.33%;
    left: 0%;
    bottom: 13%;
    transform: translate(-39%, -36%);
}

.orn-frame-ev-6 {
    position: absolute;
    width: 22.33%;
    left: 0%;
    bottom: 10%;
    transform: translate(-38%, 0%);
}

.orn-frame-ev-6-1 {
    position: absolute;
    width: 80.59%;
    right: 10%;
    top: 10%;
    transform: translate(0%, 0%) scaleX(-1);

}

.orn-frame-ev-7 {
    position: absolute;
    width: 22%;
    left: 0%;
    top: 15%;
    transform: translate(-49%, 0%);
}

.orn-frame-ev-8 {
    position: absolute;
    width: 30.33%;
    right: 0%;
    top: 0%;
    transform: translate(4%, 3%) rotate(90deg);
}

.orn-frame-ev-9 {
    position: absolute;
    width: 25.2%;
    right: 0%;
    top: 0%;
    transform: translate(-43%, 18%) rotate(-16deg);
}

.orn-frame-ev-10 {
    position: absolute;
    width: 23%;
    right: 0%;
    top: 0%;
    transform: translate(14%, 12%) scaleX(-1);
}

.orn-agenda-5.right {
    position: absolute;
    right: 0%;
    top: 23%;
    width: 35.64%;
    transform: translate(49%, -3%) scaleX(-1);
}

.orn-agenda-5.left {
    position: absolute;
    left: 0%;
    top: 23%;
    width: 35.64%;
    transform: translate(-49%, -3%);
}

.orn-agenda-6.right {
    position: absolute;
    right: 0%;
    top: 0%;
    width: 31.28%;
    transform: translate(44%, 0%);
}

.orn-agenda-6.left {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 31.28%;
    transform: translate(-44%, 0%) scaleX(-1);
}

.orn-agenda-6-burung {
    position: absolute;
    width: 18.6%;
    right: 3%;
    top: 2%;
}

.ev-orn-wrap {
    transform: scaleX(-1);
}

.dress-orn-wrap {
    width: 115%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

@media (min-width: 561px) and (max-width: 960px) {
    .dress-orn-wrap {
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .dress-orn-wrap {
        width: 100%;
    }
}

/* Agenda  */

.orn-rd-1 {
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 36.28%;
    transform: translate(18%, 30%) scaleX(-1);
    max-width: 130px;
}

.orn-rd-1-1 {
    position: absolute;
    left: 0%;
    bottom: 35%;
    width: 48.93%;
    transform: translate(-30.96%, -6%) scaleX(-1);
}

.orn-rd-1-2 {
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 53.96%;
    transform: translate(0%, -5%) scaleX(-1);
}

.orn-rd-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 32.90%;
    transform: translate(-50%, -7%);
    max-width: 110px;
}

.orn-rd-2-1 {
    position: absolute;
    width: 61.76%;
    right: 0%;
    bottom: 0%;
    transform: translate(-9%, 28%) rotate(-12deg);
}

.rundown-event-outer:nth-child(even) .ornaments-wrapper {
    transform: scaleX(-1);
}

.orn-rd-kp1 {
    position: absolute;
    width: 13.86%;
    bottom: 0%;
    left: 0;
    transform: translate(-120%, 0%);
}

.orn-rd-kp2 {
    position: absolute;
    width: 13.86%;
    top: 10%;
    right: 0;
    transform: translate(100%, 0%);
}

/* RSVP  */
.orn-rsvp-1.right {
    position: absolute;
    width: 38.97%;
    right: 0;
    bottom: 0;
    transform: translate(22%, 33%) scaleX(-1);
}

.orn-rsvp-1.left {
    position: absolute;
    width: 38.97%;
    left: 0;
    bottom: 0;
    transform: translate(-22%, 33%);
}

.orn-rsvp-2.right {
    position: absolute;
    width: 18.97%;
    right: 0;
    bottom: 0%;
    transform: translate(50%, -16%);
}

.orn-rsvp-2.left {
    position: absolute;
    width: 18.97%;
    left: 0;
    bottom: 0%;
    transform: translate(-50%, -16%) scaleX(-1);
}

.orn-rsvp-3.right {
    position: absolute;
    width: 20.25%;
    right: 0;
    bottom: 1%;
    transform: translate(50%, -16%) rotate(-16deg);
}

.orn-rsvp-3.left {
    position: absolute;
    width: 20.25%;
    left: 0;
    bottom: 1%;
    transform: translate(-50%, -16%) rotate(16deg) scaleX(-1);
}

.orn-rsvp-4.right {
    position: absolute;
    width: 17.17%;
    right: 0;
    bottom: 14%;
    transform: translate(24%, -3%) scaleY(-1) rotate(27deg);
}

.orn-rsvp-4.left {
    position: absolute;
    width: 17.17%;
    left: 0;
    bottom: 14%;
    transform: translate(-24%, -3%) scaleY(-1) rotate(-27deg) scaleX(-1);
}

.orn-rsvp-5.right {
    position: absolute;
    width: 33%;
    right: 0;
    bottom: 18%;
    transform: translate(59%, -5%) rotate(-6deg);
}

.orn-rsvp-5.left {
    position: absolute;
    width: 33%;
    left: 0;
    bottom: 18%;
    transform: translate(-59%, -5%) rotate(6deg) scaleX(-1);
}

.orn-rsvp-6.right {
    position: absolute;
    width: 31.28%;
    right: 0;
    bottom: 25%;
    transform: translate(50%, -7%);
}

.orn-rsvp-6.left {
    position: absolute;
    width: 31.28%;
    left: 0;
    bottom: 25%;
    transform: translate(-50%, -7%) scaleX(-1);
}

.orn-rsvp-6-1 {
    position: absolute;
    width: 52.7%;
    left: 0;
    bottom: 26%;
    transform: translate(19%, 0%) rotate(-23deg) scaleX(-1);
}

.orn-rsvp-6-2 {
    position: absolute;
    width: 42.6%;
    left: 0;
    bottom: 15%;
    transform: translate(19%, 0%);
}

.orn-rsvp-6-2left {
    position: absolute;
    width: 42.6%;
    left: 0;
    top: 4%;
    transform: translate(-33%, 0%);
}

.orn-rsvp-inner {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 138.94%;
    opacity: .2;
}


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

    .orn-rsvp-1.right,
    .orn-rsvp-1.left {
        width: 31.18%;
    }

    .orn-rsvp-2.right,
    .orn-rsvp-2.left {
        width: 15.18%;
    }

    .orn-rsvp-3.right,
    .orn-rsvp-3.left {
        width: 16.20%;
    }

    .orn-rsvp-4.right,
    .orn-rsvp-4.left {
        width: 13.74%;
    }

    .orn-rsvp-5.right,
    .orn-rsvp-5.left {
        width: 26.40%;
    }

    .orn-rsvp-6.right,
    .orn-rsvp-6.left {
        width: 25.02%;
    }

}

@media (min-width: 1440px) {

    .orn-rsvp-1.right,
    .orn-rsvp-1.left {
        width: 31.18%;
    }

    .orn-rsvp-2.right,
    .orn-rsvp-2.left {
        width: 15.18%;
    }

    .orn-rsvp-3.right,
    .orn-rsvp-3.left {
        width: 16.20%;
    }

    .orn-rsvp-4.right,
    .orn-rsvp-4.left {
        width: 13.74%;
    }

    .orn-rsvp-5.right,
    .orn-rsvp-5.left {
        width: 26.40%;
    }

    .orn-rsvp-6.right,
    .orn-rsvp-6.left {
        width: 25.02%;
    }

}

/* Live Streaming  */
.orn-live-1 {
    position: absolute;
    width: 9.94%;
    max-width: 45px;
    bottom: 0;
    left: 0;
    transform: translate(63%, 0%);
}

.orn-live-2 {
    position: absolute;
    width: 9.94%;
    max-width: 45px;
    top: 14%;
    right: 0;
    transform: translate(-50%, 0%);
}

/* PHOTO */
.orn-ph-1.left {
    position: absolute;
    width: 17.17%;
    left: 0;
    top: 3%;
    transform: translate(-48%, 12%) rotate(6.99deg) scaleX(-1);
}

.orn-ph-1.right {
    position: absolute;
    width: 17.17%;
    right: 0;
    top: 3%;
    transform: translate(48%, 12%) rotate(-6.99deg);
}

.orn-ph-2.left {
    position: absolute;
    width: 27.94%;
    left: 0;
    top: 3%;
    transform: translate(-29.21%, 3%);
}

.orn-ph-2.right {
    position: absolute;
    width: 27.94%;
    right: 0;
    top: 3%;
    transform: translate(29.21%, 3%) scaleX(-1);
}


/* VIDEO  */
.orn-vd-1.right {
    position: absolute;
    width: 17.64%;
    right: 0;
    bottom: 0;
    transform: translate(52%, 33%) scaleX(-1);

}

.orn-vd-1.left {
    position: absolute;
    width: 17.64%;
    left: 0;
    bottom: 0;
    transform: translate(-52%, 33%);

}

.orn-video-2.right {
    position: absolute;
    width: 24.66%;
    right: 0;
    bottom: 0;
    transform: translate(55%, 0%) scaleX(-1);
}

.orn-video-2.left {
    position: absolute;
    width: 24.66%;
    left: 0;
    bottom: 0;
    transform: translate(-55%, 0%);
}

.orn-video-2-1 {
    position: absolute;
    width: 90.40%;
    left: 0;
    bottom: 0;
    transform: translate(-12%, -66%) scaleY(-1) rotate(31deg);
}


/* Love Story  */
.orn-ls-1 {
    position: absolute;
    width: 21.11%;
    left: 0;
    bottom: 10%;
    transform: translate(8%, -5%);
}

.orn-ls-2.left {
    position: absolute;
    width: 19.38%;
    left: 13%;
    bottom: 10%;
    transform: translate(12%, 10%);
}

.orn-ls-2.right {
    position: absolute;
    width: 19.38%;
    right: 13%;
    bottom: 10%;
    transform: translate(-12%, 10%) scaleX(-1);
}

.orn-ls-3 {
    position: absolute;
    width: 17%;
    left: 0;
    bottom: 10%;
    transform: translate(21%, -12%);
}

.orn-ls-3-1 {
    position: absolute;
    width: 97.59%;
    left: 0;
    bottom: 0%;
    transform: translate(-11%, 3%);
}

.orn-ls-3-2 {
    position: absolute;
    width: 90.33%;
    right: 0;
    bottom: 0%;
    transform: translate(35%, 3%);
}

.orn-ls-4 {
    position: absolute;
    width: 18.60%;
    left: 0;
    top: 0%;
    transform: translate(46%, -13%) scaleY(-1) rotate(-23deg);
}

.orn-ls-5 {
    position: absolute;
    width: 16.11%;
    bottom: 14%;
    right: 1%;
    transform: translate(-10%, 0%);
}

.orn-ls-6 {
    position: absolute;
    width: 18.6%;
    bottom: 0%;
    right: 1%;
    transform: translate(-10%, 0%) scaleX(-1) rotate(-23deg);
}

.orn-ls-7 {
    position: absolute;
    width: 30.25%;
    bottom: 29%;
    right: 0%;
    transform: translate(14%, 0%) scaleX(-1) rotate(-13deg);
}

.orn-ls-8 {
    position: absolute;
    width: 27.125%;
    top: 0%;
    right: 0%;
    transform: translate(14%, 0%);
}

.orn-ls-8-1 {
    position: absolute;
    width: 75.77%;
    top: 0%;
    left: 0%;
    transform: translate(-11%, 20%) rotate(107deg);
}

.orn-ls-9 {
    position: absolute;
    width: 17.87%;
    top: 0%;
    right: 13%;
    transform: translate(1%, -34%) scaleX(-1) rotate(56deg);
}


/* Filter  */
.ig-filter .orn-sd-5.right {
    transform: translate(44.52%, 16%) scaleX(-1);
    bottom: 0%;
}

.ig-filter .orn-sd-5.left {
    transform: translate(-44.52%, 16%);
    bottom: 0%;
}

.ig-filter .orn-sd-6.left,
.ig-filter .orn-sd-6.right {
    bottom: 0%;
}

.ig-filter .orn-sd-7.left,
.ig-filter .orn-sd-7.right {
    bottom: 6%;
}

.ig-filter .orn-sd-8.left,
.ig-filter .orn-sd-8.right {
    bottom: 0%;
}

/* Bank  */
.orn-bank-1.right {
    position: absolute;
    width: 65.38%;
    right: 0;
    bottom: 0%;
    transform: translate(23.52%, 0%) scaleX(-1);
}

.orn-bank-1.left {
    position: absolute;
    width: 65.38%;
    left: 0;
    bottom: 0%;
    transform: translate(-23.52%, 0%);
}

.orn-bank-1-1 {
    position: absolute;
    width: 27.05%;
    left: 27.84%;
    bottom: 13.40%;
    transform: translate(0%, 0%);
}

.orn-bank-1-2 {
    position: absolute;
    width: 33.33%;
    left: 6.6%;
    bottom: 8.24%;
    transform: translate(0%, 0%);
}

.orn-bank-1-2-1 {
    position: absolute;
    width: 61.17%;
    left: 32.94%;
    bottom: 46.15%;
    transform: translate(0%, 0%);
}

.orn-bank-2.right {
    position: absolute;
    width: 47.94%;
    right: 0;
    bottom: 0%;
    transform: translate(50%, -25%) scaleX(-1);
}

.orn-bank-2.left {
    position: absolute;
    width: 47.94%;
    left: 0;
    bottom: 0%;
    transform: translate(-50%, -25%);
}

.orn-bank-3 {
    position: absolute;
    width: 136.94%;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
}

.orn-bank-4 {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -35%);
}


/* Note  */
.orn-note-1.right {
    position: absolute;
    width: 50%;
    bottom: 0%;
    right: 0;
    transform: translate(-0%, 0%);
}

.orn-note-1.left {
    position: absolute;
    width: 50%;
    bottom: 0%;
    left: 0;
    transform: translate(0%, 0%) scaleX(-1);
}

.orn-note-1-1 {
    position: absolute;
    width: 43.69%;
    bottom: 0%;
    right: 0;
    transform: translate(40.7%, -11%) scaleX(-1);
}

.notes-container .orn-sd-7.right {
    bottom: 0%;
    transform: translate(54.32%, -9%) scaleX(-1);
}

.notes-container .orn-sd-7.left {
    bottom: 0%;
    transform: translate(-54.32%, -9%);
}

.notes-container .orn-sd-9.right {
    bottom: 26%;
    transform: translate(46%, -9%) scaleX(-1);
}

.notes-container .orn-sd-9.left {
    bottom: 26%;
    transform: translate(-46%, -9%);
}

.orn-note-2 {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 0.4;
}


/* Footnoye  */
.orn-ff-center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 129.7%;
}

.orn-ff-center-2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 136.9%;
}

.orn-ff-center-3 {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -77%);
    width: 121.9%;
    opacity: 0.3;
}

.orn-ff-1.right {
    position: absolute;
    bottom: 0%;
    right: 0%;
    transform: translate(50%, -49%) scaleX(-1);
    width: 69.23%;
}

.orn-ff-1.left {
    position: absolute;
    bottom: 0%;
    left: 0%;
    transform: translate(-50%, -49%);
    width: 69.23%;
}

.orn-ff-1-1 {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -70%);
    width: 51.48%;
}

.orn-ff-bird {
    position: absolute;
    right: 0;
    top: 43%;
    transform: translate(0%, 0%) scaleX(-1);
    width: 42%;
}

.orn-ff-1-2 {
    position: absolute;
    bottom: 0%;
    right: 10%;
    transform: translate(0%, 20%);
    width: 40.74%;
}

.orn-ff-center-2-2 {
    position: absolute;
    bottom: 6%;
    right: 37%;
    transform: translate(66%, -52%);
    width: 10.86%;
}

.orn-ff-center-2-3 {
    position: absolute;
    bottom: 18%;
    left: 37%;
    transform: translate(13%, -52%);
    width: 5.7%;
}

.orn-ff-2.left {
    position: absolute;
    bottom: 0%;
    left: 0%;
    transform: translate(0%, 10%);
    width: 53.33%;
}

.orn-ff-2.right {
    position: absolute;
    bottom: 0%;
    right: 0%;
    transform: translate(0%, 10%) scaleX(-1);
    width: 53.33%;
}

.orn-ff-2-1 {
    position: absolute;
    bottom: 0%;
    left: 0%;
    transform: translate(-12%, 4%);
    width: 71.15%;
}

.left .orn-ff-2-1 {
    position: absolute;
    bottom: 0%;
    left: 0%;
    transform: translate(-12%, 4%);
    width: 60.51%;
}

.orn-ff-2-2 {
    position: absolute;
    bottom: 0%;
    right: 0%;
    transform: translate(-15%, 15%);
    width: 47.11%;
}

.orn-ff-2-3 {
    position: absolute;
    bottom: 0%;
    left: 0%;
    transform: translate(-16%, -4%);
    width: 35.57%;
}

.orn-ff-2-3-1 {
    position: absolute;
    bottom: 30%;
    left: 0%;
    transform: translate(-16%, 0%);
    width: 114.86%;
}

.orn-ff-2-4 {
    position: absolute;
    bottom: 22%;
    right: 14%;
    transform: translate(-11%, -1%);
    width: 51.92%;
}

.orn-ff-2-4-1 {
    position: absolute;
    bottom: 22%;
    right: 33%;
    transform: translate(-11%, -1%);
    width: 21.29%;
}

.orn-ff-2-5 {
    position: absolute;
    bottom: 0%;
    left: 14%;
    transform: translate(25%, 5%) scaleX(-1);
    width: 20.19%;
}

.orn-ff-2-6 {
    position: absolute;
    bottom: 0%;
    left: 14%;
    transform: translate(31%, -16%);
    width: 33.17%;
}

.orn-ff-2-7 {
    position: absolute;
    bottom: 56%;
    left: 0%;
    transform: translate(-15%, -23%);
    width: 37.98%;
}

.orn-ff-2-7-1 {
    position: absolute;
    bottom: 26%;
    right: 0%;
    transform: translate(-8%, -118%) scaleX(-1);
    width: 37.98%;
}

.right .orn-ff-2-7-1 {
    transform: translate(22%, -36%);
}

.orn-ff-3 {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 35%);
    width: 10.51%;
}

.orn-ff-4 {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 35.38%;
}

.orn-ff-awan.right {
    position: absolute;
    top: 14%;
    right: 0%;
    transform: translate(0%, 0%);
    width: 38.71%;
    mix-blend-mode: luminosity;
}

.orn-ff-awan.left {
    position: absolute;
    top: 7%;
    left: 0%;
    transform: translate(0%, 0%) scaleX(-1);
    width: 38.71%;
    mix-blend-mode: luminosity;
}


@media (min-width: 560px) and (max-width: 960px) {
    .orn-ff-awan.left,
    .orn-ff-awan.left{
        top: 3%;
    }
}

/* TOP COVER  */

.orn-tc-1 {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-53%, -23%);
    width: 84.38%;
}

.top-cover .orn-ff-center-2 {
    transform: translate(-50%, -60%);
}

.top-cover .orn-ff-awan {
    mix-blend-mode: unset;
}

.top-cover .orn-ff-2-6 {
    position: absolute;
    bottom: 0%;
    left: 0%;
    transform: translate(-16%, -16%);
    width: 33.17%;
}

.top-cover .orn-ff-2-4 {
    transform: translate(-22%, -1%);
}

.top-cover .orn-ff-center-2-2 {
    right: 45%;
}

.top-cover .orn-ff-center-2-3 {
    left: 40%;
}

.orn-tc-center {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

@media (min-width: 561px) {

    .top-cover .orn-ff-2.right,
    .top-cover .orn-ff-2.left {
        width: 50.33%;
    }

    .top-cover .orn-ff-1.right,
    .top-cover .orn-ff-1.left {
        width: 59.23%;
    }

    .orn-tc-1 {
        width: 75.38%;
    }
}

/* PRIMARY PANE  */
.primary-pane .orn-ff-2.left {
    width: 23.23%;
}

.primary-pane .orn-ff-2.right {
    width: 23.23%;
}

.ff-2-wrapper {
    width: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
}

.orn-pp-1.right {
    position: absolute;
    width: 50%;
    bottom: 0%;
    right: 0%;
    transform: translate(0%, 12%);
}

.orn-pp-1.left {
    position: absolute;
    width: 50%;
    bottom: 0%;
    left: 0%;
    transform: translate(0%, 12%) scaleX(-1);
}

.orn-pp-center {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -19%);
}

.primary-pane .orn-ff-center-2 {
    width: 85%;
    transform: translate(-50%, -27%);
}

.primary-pane .orn-tc-1 {
    transform: translate(-53%, -1%);
    width: 60.38%;
}

.primary-pane .orn-ff-1.right {
    transform: translate(10%, -42%) scaleX(-1);
    width: 33.23%;
}

.primary-pane .orn-ff-1.left {
    transform: translate(-10%, -42%);
    width: 33.23%;
}


/* ========================================
      Animations
======================================== */

@keyframes goyang {
    0% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(3deg);
    }
}

@keyframes cloud-left {
    0% {
        left: 0;
        transform: translate(-100%, 0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        left: 100%;
        transform: translateZ(0);
        opacity: 0;
    }
}

@keyframes float-y {
    0% {
        transform: scaleY(0.5);
    }

    100% {
        transform: scaleY(1);
    }
}

@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-y {
    0% {
        opacity: 0;
        transform: translate(250%, 250%) scaleY(1);
    }

    5% {
        opacity: 1;
    }

    10% {
        transform: translate(225%, 225%) scaleY(0.8);
    }

    20% {
        transform: translate(200%, 200%) scaleY(1);
    }

    30% {
        transform: translate(175%, 175%) scaleY(0.8);
    }

    40% {
        transform: translate(150%, 150%) scaleY(1);
    }

    50% {
        transform: translate(125%, 125%) scaleY(0.8);
    }

    60% {
        transform: translate(100%, 100%) scaleY(1);
    }

    70% {
        transform: translate(75%, 75%) scaleY(0.8);
    }

    80% {
        transform: translate(50%, 50%) scaleY(1);
    }

    90% {
        transform: translate(25%, 25%) scaleY(0.8);
    }

    100% {
        transform: translate(0%, 0%) scaleY(1);
    }
}


/* fly to right */
@keyframes fly-1 {
    0% {
        opacity: 0;
        transform: translate(250%, 250%) scaleX(1);
        /* Mulai dari kiri bawah */
    }

    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);
        /* Berhenti di posisi awal */
    }
}

@keyframes fly-2 {
    0% {
        opacity: 0;
        transform: translate(-250%, 250%) scaleX(1);
        /* Mulai dari kiri bawah */
    }

    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);
        /* Berhenti di posisi awal */
    }
}



/* flap */
@keyframes flap {
    0% {
        transform: scale(1) skew(0deg, 0deg);
    }

    50% {
        transform: scale(.8) skew(-5deg, -5deg);
    }

    100% {
        transform: scale(1) skew(0deg, 0deg);
    }
}

@keyframes flap-2 {
    0% {
        transform: scaleX(0.8);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes slideLeft {
    from {
        transform: translateX(250%);
        /* Mulai dari luar layar */
    }

    to {
        transform: translateX(0%);
        /* Bergerak ke kiri hingga hilang */
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-250%);
        /* Mulai dari luar layar */
    }

    to {
        transform: translateX(0%);
        /* Bergerak ke kiri hingga hilang */
    }
}


.orn-ff-center-2-2 .image-wrap.aos-animate img {
    animation: slideLeft 6s ease-out alternate;
}

.orn-ff-center-2-3 .image-wrap.aos-animate img {
    animation: slideRight 6s ease-out alternate;
}

.kupu-1 .image-wrap.aos-animate img {
    animation:
        flap 1000ms ease-in-out infinite alternate,
        fly-2 8s linear alternate;
}

.kupu-2 .image-wrap.aos-animate img {
    animation:
        flap-2 1000ms ease-in-out infinite alternate,
        fly-1 8s linear alternate;
}

.bird .image-wrap.aos-animate img {
    animation:
        flap-2 1000ms ease-in-out infinite alternate,
        fly-2 8s linear alternate;
}

.awan img {
    position: relative;
    animation-name: cloud-left;
    animation-duration: 20000ms !important;
    animation-iteration-count: infinite;
    animation-timing-function: linear !important;
}

.orn-burung-1 .image-wrap.aos-animate img {
    transform-origin: 50% 50%;
    animation: float-y 3s ease-in-out infinite alternate, fly-diagonal-y 8s linear normal;
}

.orn-burung-2 .image-wrap.aos-animate img {
    transform-origin: 50% 50%;
    animation: float-y 1s ease-in-out infinite alternate, fly-diagonal-y 8s linear normal;
}

.orn-burung-3 .image-wrap.aos-animate img {
    transform-origin: 50% 50%;
    animation: float-y 2s ease-in-out infinite alternate, fly-diagonal-y 8s linear normal;
}

.orn-burung-4 .image-wrap.aos-animate img {
    transform-origin: 50% 50%;
    animation: float-y 2.5s ease-in-out infinite alternate, fly-diagonal-y 8s linear normal;
}

.orn-burung-5 .image-wrap.aos-animate img {
    transform-origin: 50% 50%;
    animation: float-y 1s ease-in-out infinite alternate, fly-diagonal-y 8s linear normal;
}

.orn-burung-6 .image-wrap.aos-animate img {
    transform-origin: 50% 50%;
    animation: float-y 2s ease-in-out infinite alternate, fly-diagonal-y 8s linear normal;
}


/* Cover  */
.orn-cover-3>.image-wrap img {
    transform-origin: 70% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

.orn-cover-1-1>.image-wrap img {
    transform-origin: 50% 0%;
    animation: goyang 4s ease-in-out infinite alternate;
    animation-delay: .5;
}

.orn-cover-4>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 7s ease-in-out infinite alternate;
    animation-delay: .5;
}

/* Quote  */
.orn-quote-1-3>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .5;
}

.orn-quote-1-2>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2s ease-in-out infinite alternate;
    animation-delay: .5;
}

.orn-quote-3>.image-wrap img {
    transform-origin: 100% 10%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .5;
}

.orn-quote-4>.image-wrap img {
    transform-origin: 20% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .5;
}

/* Couple */
.orn-cp-4>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 7s ease-in-out infinite alternate;
    animation-delay: .5s;
}

.orn-cp-2>.image-wrap img {
    transform-origin: 45% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

.orn-cp-9>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .6s;
}

.orn-cp-1-4>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-cp-1-3-1>.image-wrap img {
    transform-origin: 15% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

/* Save The Date  */
.orn-sd-6>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
}

.orn-sd-9-2>.image-wrap img {
    transform-origin: 100% 20%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-sd-9-1>.image-wrap img {
    transform-origin: 20% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .5s;
}

.orn-sd-8-1>.image-wrap img {
    transform-origin: 80% 40%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .5s;
}

/* Eevent  */
.orn-frame-ev-7>.image-wrap img {
    transform-origin: 80% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-agenda-3-3>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

.orn-agenda-3-2>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .5s;
}

.orn-frame-ev-6-1>.image-wrap img {
    transform-origin: 80% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

.orn-frame-ev-3>.image-wrap img {
    transform-origin: 0% 80%;
    animation: goyang 7s ease-in-out infinite alternate;
}

.orn-frame-ev-8>.image-wrap img {
    transform-origin: 100% 20%;
    animation: goyang 2s ease-in-out infinite alternate;
}

/* RSVP  */
.orn-rsvp-2>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .5s;
}

.orn-rsvp-3>.image-wrap img {
    transform-origin: 20% 100%;
    animation: goyang 7s ease-in-out infinite alternate;
}

.orn-rsvp-4>.image-wrap img {
    transform-origin: 50% 0%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .5s;
}

.orn-rsvp-6-1>.image-wrap img {
    transform-origin: 80% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

/* PHOTO  */
.orn-photo-1-1>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

/* VIDEO  */
.orn-video-2>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-video-2-1>.image-wrap img {
    transform-origin: 50% 0%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .5s;
}


/* love story  */
.orn-ls-4>.image-wrap img,
.orn-ls-6>.image-wrap img {
    transform-origin: 50% 0%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .5s;
}

.orn-ls-9>.image-wrap img {
    transform-origin: 80% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-ls-8-1>.image-wrap img {
    transform-origin: 100% 20%;
    animation: goyang 4s ease-in-out infinite alternate;
}

.orn-ls-3-2>.image-wrap img {
    transform-origin: 20% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

.orn-ls-3-1>.image-wrap img {
    transform-origin: 60% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
    animation-delay: 2s;
}

/* FOOTNOTE  */
.orn-ff-1-1>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
}

.orn-ff-2-3-1>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
    animation-delay: .5s;
}

.orn-ff-2-3>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-ff-2-6>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
}