@import url('https://fonts.googleapis.com/css2?family=Lily+Script+One&family=Ysabeau:ital,wght@0,1..1000;1,1..1000&display=swap');

/* valerie */
body.valerie {
    /* Heading Family */
    --heading-family: "Lily Script One", serif;
    --heading-style: normal;
    --heading-weight: 400;
    --heading-size: 40px;
    --heading-lettercase: none;

    /* Body Text */
    --body-text-family: "Ysabeau", sans-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.valerie.original {
    /* Colors */
    --background-primary: #F2F0EC;
    --background-primary-rgb: 242, 240, 236;

    --background-secondary: #DAC2D2;
    --background-secondary-rgb: 218, 194, 210;

    --background-tertiary: #F9FADB;
    --background-tertiary-rgb: 249, 250, 219;

    /* Text Colors */
    --text-primary: #BF3856;
    --text-primary-rgb: 191, 56, 86;

    --text-secondary: #F57937;
    --text-secondary-rgb: 245, 121, 55;

    --text-tertiary: #0A0A0A;
    --text-tertiary-rgb: 10, 10, 10;

    /* Button Colors */
    --button-text-primary: #BF3856;
    --button-text-primary-rgb: 191, 56, 86;

    --button-background-primary: #F2DCDD;
    --button-background-primary-rgb: 242, 220, 221;

    --button-text-secondary: #F9FADB;
    --button-text-secondary-rgb: 249, 250, 219;

    --button-background-secondary: #BF3856;
    --button-background-secondary-rgb: 191, 56, 86;

    /* ornament */
    --texture-1: url("https://katsudoto.id/media/template/exclusive/valerie/original/texture-1.png");
    --cover-frame-mask: url("https://katsudoto.id/media/template/exclusive/valerie/original/mask-cover.png");
    --cover-frame: url("https://katsudoto.id/media/template/exclusive/valerie/original/frame-cover.png");
    --mask-couple: url("https://katsudoto.id/media/template/exclusive/valerie/original/mask-couple.png");
    --mask-clip: url("https://katsudoto.id/media/template/exclusive/valerie/original/Orn-clip.png");
    --mask-ls: url("https://katsudoto.id/media/template/exclusive/valerie/original/frame-ls.png");
    --mask-gift: url("https://katsudoto.id/media/template/exclusive/valerie/original/Orn-01.png");
    --mask-kado: url("https://katsudoto.id/media/template/exclusive/valerie/original/Orn-02.png");
    --mask-star: url("https://katsudoto.id/media/template/exclusive/valerie/original/Orn-star.png");
    --mask-curved-1: url("https://katsudoto.id/media/template/exclusive/valerie/original/Orn-07.png");
    --mask-curved-2: url("https://katsudoto.id/media/template/exclusive/valerie/original/Orn-08.png");
    --mask-corner: url("https://katsudoto.id/media/template/exclusive/valerie/original/Orn-14.png");
    --mask-st1: url("https://katsudoto.id/media/template/exclusive/valerie/original/Orn-star-1.png");
    --mask-st2: url("https://katsudoto.id/media/template/exclusive/valerie/original/Orn-star-2.png");
}

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

@media (max-width: 360px) {
    body.valerie {
        /* --heading-size: calc(8vw + 0.768px);
        --body-text-size: calc(4vw + 0.384px); */
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    position: absolute;
    padding: 7% 6% 0%;
}
.kat-page__side-to-side .primary-pane .inner.no-pp {
    padding-bottom: 7%;
}

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

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

    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 28px;
}

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

    display: flex;
}

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

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

.primary-pane-details--content .divider {
    width: 1px;
    height: 100px;
    border-right: 1px solid var(--text-secondary);
}

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

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

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

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

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

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

.pp-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(var(--background-secondary-rgb), 0.80) 0%, rgba(255, 255, 234, 0.00) 100%);
}

/* Highlight */
.kat-page__side-to-side .primary-pane .inner .highlight {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--light-clr);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
}

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


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

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

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

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

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

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

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

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


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

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

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

}

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

.p-relative {
    position: relative;
}

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

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

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

.ph {
    transition: all 0.25s ease-in-out;
}

.rsvp-orn-wr {
    transition: all 0.25s ease-in-out;
}

/* Global  */

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

.orn-clip {
    position: relative;
    width: 100%;
    transform: translate(0%, 12%);
}

.orn-clip>.image-wrap img {
    opacity: 0;
}

.orn-clip>.image-wrap::before {
    content: '';
    position: absolute;
    inset: 0% 0%;
    background: var(--background-secondary);
    -webkit-mask-image: var(--mask-clip);
    mask-image: var(--mask-clip);
    -webkit-mask-size: 99% 99%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 0%;
    left: 0%;
    bottom: 1%;
    right: 0%;
}

.orn-gft {
    position: relative;
    width: 100%;
    transform: translate(0%, 6%);
}

.orn-gft>.image-wrap img {
    opacity: 0;
}

.orn-gft>.image-wrap::before {
    content: '';
    position: absolute;
    inset: 0% 0%;
    background: var(--background-secondary);
    -webkit-mask-image: var(--mask-gift);
    mask-image: var(--mask-gift);
    -webkit-mask-size: 99% 99%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 0%;
    left: 0%;
    bottom: 1%;
    right: 0%;
}

.orn-gft.sec>.image-wrap::before {
    background: var(--background-tertiary);
}


/* ======================
    TOP COVER
====================== */
.top-cover {
    background-color: var(--background-primary);

    overflow: hidden;
    position: fixed;
    width: 100%;
    height: var(--body-height);
    z-index: 999999;
    top: 0;
    left: 0;
    padding: 0%;

    transition: all 1.8s;
    transition-timing-function: cubic-bezier(.23, .56, .38, .78);
    -webkit-transition-timing-function: cubic-bezier(.23, .56, .38, .78);
    -moz-transition-timing-function: cubic-bezier(.23, .56, .38, .78);
    -o-transition-timing-function: cubic-bezier(.23, .56, .38, .78);

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

.top-cover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: var(--texture-1);
    background-repeat: repeat;
    background-size: 90% auto;
    opacity: 0.9;
}

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

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

.tc-mask {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--background-tertiary-rgb), 0.50);
    border-radius: 24px;
}

/* inner */
.top-cover-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
    overflow: hidden;
    padding: 9.3% 10.3%;
}



/* details */
.top-cover-details {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 14%;
    justify-content: space-between;
}

.top-cover-details--content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 4px;
    z-index: 1;
}

.top-cover-details .top-text {
    color: var(--text-secondary);
}

.top-cover-details .top-cover-title {
    width: 100%;
    font-size: calc(var(--heading-size) + 20px);
    /* padding: 0 0.2em; */
    color: var(--text-primary);
    line-height: 116%;
}

.top-cover-details .bottom-text {
    color: var(--text-secondary);
}

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

.top-cover .top-cover-details .link-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.top-cover .top-cover-details .link-wrap .greeting-text {
    color: var(--text-primary);
    font-weight: 600;
}

.top-cover .tc-btn-open-wrap {
    display: flex;
    margin-top: 16px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top-cover .tc-btn-open-wrap 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: normal;

    text-decoration: none;
    /* margin: 55% auto 0px; */
    margin: 5% auto 0px;
    padding: 12px 20px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.top-cover .tc-btn-open-wrap a.link:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
    color: var(--button-text-primary);
}

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

section.top-cover .highlight .preview-container {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 24px;
    overflow: hidden;
}

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

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

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

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

@media (max-width : 960px) {
    .tc-none.mobile .top-cover-details {
        box-shadow: none;
        justify-content: center;
    }
}


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

section.cover.photo-none.both {
    padding: 35% 0;
}

section.cover.photo-none.both .inner .head {
    padding: 0px 15% 2.05%;
}

@media (max-width : 960px) {
    section.cover.photo-none.mobile {
        padding: 35% 0;
    }

    section.cover.photo-none.mobile .inner .head {
        padding: 0px 15% 2.05%;
    }
}

@media (min-width : 961px) {
    section.cover.photo-none.desk {
        padding: 35% 0;
    }

    section.cover.photo-none.desk .inner .head {
        padding: 0px 15% 2.05%;
    }
}


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: 0 6.15% 6.15%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

section.cover .inner .foot {
    width: 100%;
    text-align: center;
    padding: 6.15% 10.25% 6.15%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

section.cover .inner .foot .prime-title {
    color: var(--text-primary);
    font-family: var(--heading-family);
}

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

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

section.cover .inner .head .logo-wrap {
    width: 100%;
    position: relative;
    max-width: 17.527%;
    margin: 0 auto;
}

section.cover .inner .head .logo-wrap .logo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

/* Cover Body */
section.cover .inner .body {
    position: relative;
    display: flex;
    align-items: center;
    width: 69.48%;
    justify-content: center;
    margin: 10% auto 0;
    max-width: 450px;
}

@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: 0%;
    left: 0%;
    bottom: 1%;
    right: 0%;
}

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

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

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

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

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

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

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

.cover .frame-cv::before {
    content: '';
    position: absolute;
    inset: 0% 0%;
    background: var(--text-primary);
    -webkit-mask-image: var(--cover-frame);
    mask-image: var(--cover-frame);
    -webkit-mask-size: 99% 99%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 0%;
    left: 0%;
    bottom: 1%;
    right: 0%;
}

.orn-cover-mask {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 2%);
}


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

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

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

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


/* ==============================
        Quote
============================== */
.quote-wrap {
    position: relative;
    overflow: hidden;
    padding: 14% 11.3% 14%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quote-wrap .quote {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 16px;
    background: var(--background-tertiary);
    border: 1px solid var(--text-primary);
    overflow: hidden;
    min-height: 380px;
}

.quote-frame-wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

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

@media (min-width: 768px) and (max-width: 960px) {
    /* .quote-wrap {
        min-height: 100vh;
    } */

    .quote-wrap .quote {
        min-height: 650px;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1440px) {
    /* .quote-wrap {
        min-height: 990px;
    } */

    .quote-wrap .quote {
        min-height: 650px;
        justify-content: center;
        align-items: center;
    }
}



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

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

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

.couple-head-wrap-1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 10.3% 15.3% 15.4%;
    margin-bottom: 10%;
    border-radius: 0px 0px 999px 999px;
    background: var(--background-secondary);
}

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

.orn-bismillah {
    margin: 0 auto 0;
    width: 44.22%;
}

.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 {
    /* padding: 0 13%; */
    font-size: calc(var(--body-text-size));
}

.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: 2%;
}

.couple-preview {
    display: flex;
    position: relative;
    margin-bottom: 9.2%;
    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(74.10%);
    /* max-width: 320px; */
    height: auto;
    margin: 0 auto;
}

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

.couple-picture-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0px;
    bottom: 0%;
    width: 92%;
    height: 92%;
    transform: translate(-50%, 4%);
    -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;
}

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

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

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

.couple-details .couple-bio {}

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

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

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

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

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

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

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

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

    .couple-details {
        margin-top: 0%;
        padding: 24px;
        gap: 12px;
    }

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

    .couple-preview {
        margin-top: 7%;
    }

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

    .groom .couple-preview {
        margin-top: 0;
    }

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

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

    .couple-details {
        margin-top: 0%;
        padding: 24px;
        gap: 12px;
    }
}

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

    .couple-preview {
        margin-top: 4%;
    }

    .groom .couple-preview {
        margin-top: 1%;
    }

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

    .couple-details {
        padding: 24px;
    }
}


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

section.love-story.no-head {
    padding: 12% 0 5%;
}

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

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

.orn-circle-ls-wrap {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 999px;
    border: 1px solid var(--button-background-secondary);
    background: var(--background-tertiary);
    overflow: hidden;
    margin: 0 auto 40px;
}

.orn-circle-ls {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: scaleX(-1);
}

.story-head .story-title {}

/* body */
.story-body {}

/* preview */
.story__slider-preview {}

/* desc wrap */
.story__slider-desc-wrap {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0% 6.2% 4.1%;
}

/* Story Items Wrapper  */
.story-item-wrapper {
    position: relative;
    margin: 0 auto 10%;
}

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

.story-frame-wrap {
    width: 78.7%;
    max-width: 500px;
    transform: translate(-10.42%);
}

/* caption */
.story__slider-caption {}

/* story preview */
.story-body .story-preview {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    margin-bottom: 8%;
}

.story-item-wrapper:nth-child(even) .story-preview {
    transform: scaleX(-1);
}

.story-item-wrapper:nth-child(even) .story__slider-desc-wrap {
    text-align: right;
}

.story-preview .frame-story {
    opacity: 0;
}

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

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

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

.story__slider-desc-wrap .story-sub-title {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + 2px);
    font-weight: 700;
    color: var(--text-secondary);
    line-height: 1.5;
    margin: 0px auto;
    width: 100%;
}

/* details */
.story-body .story-details {
    margin: 0px auto;
}

.story-details .story-caption {
    color: var(--text-tertiary);
    font-size: var(--body-text-size);
    font-weight: 500;
    line-height: 1.5;
}

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

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

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

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


/* ==============================
        Agenda
============================== */
.agenda-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.agenda-wrap {
    position: relative;
    overflow: hidden;
}

.agenda-inner {
    position: relative;
    padding: 3% 0px 10%;
    margin: auto;
}

/* head */
.agenda-head {
    text-align: center;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    position: relative;
}

.agenda-head .agenda-title {}

.agenda-head .agenda-description {}

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

/* Event */
.event-item {
    margin: 0px auto 5%;
    position: relative;
    width: 100%;
}

/* event head */
.event-head {
    position: relative;
    padding: 24px;
    padding-top: 0;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ev-date-wrapper {
    position: relative;
    padding: 8px;
    border-radius: 999px;
    border: 2px solid var(--text-primary);
    background: var(--background-secondary);
    margin: 6% 0;
}

.event-schedule-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--background-primary);
    padding: 6px 24px;
}

.event-head .event-schedule-wrapper .event-date {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-primary);
    font-weight: 700;
}

.event-head .event-date>sup {
    margin-left: 5px;
}

.event-head .event-description {
    margin-top: 6%;
}

/* event content */
.event-content {
    position: relative;
    width: calc(100%);
    margin: 0% auto 0px;
    /* border-radius: 200px; */
    background-color: transparent;

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

@media (min-width: 561px) {
    .agenda-inner {}

    .event-content {
        /* width: 100%; */
        /* min-width: 400px; */
    }
}

/* center content child */
.event-content>.activity-wrap {
    /* margin: auto; */
}

.event-content>.event-details {
    /* margin: auto; */
}

/* Activity */
.activity-wrap-outer {
    margin: 0 6.8%;
}

.activity-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.activity-wrap.same-location {
    padding: 5%;
    gap: 12px;
    border-radius: 32px;
    background: var(--background-tertiary);
    box-shadow: 4px 4px 0px 0px #000;
}

.activity-wrap-outer.same-location {
    position: relative;
    padding: 4.8%;
    border-radius: 40px;
    background: var(--background-secondary);
    box-shadow: 9px 8px 0px 0px #000;
    overflow: hidden;
}

.activity-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 4.8%;
    border-radius: 40px;
    background: var(--background-secondary);
    box-shadow: 9px 8px 0px 0px #000;
}

.activity-item:nth-child(even) {
    box-shadow: -9px 8px 0px 0px #000;
}

.activity-item:nth-child(even) .wr-act {
    transform: scaleX(-1);
}

.activity-item-inner {
    position: relative;
    padding: 10% 5%;
    border-radius: 32px;
    background: var(--background-tertiary);
    box-shadow: 4px 4px 0px 0px #000;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.activity-wrap.same-location .activity-item {
    border-radius: unset;
    border: none;
    padding: 0;
    background: none;
    box-shadow: none;
}

.activity-wrap.same-location .activity-item-inner {
    border-radius: unset;
    border: none;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

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

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

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

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

.activity-head .activity-description {
    font-size: calc(var(--body-text-size));
    font-weight: 400;
    color: var(--text-tertiary);
    line-height: 150%;
}

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

/* Agenda Details */
.event-details,
.activity-details {
    padding: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.event-details {
    padding: 16px 5% 40px;
    border-top: 1px solid var(--background-secondary);
    border-bottom: 1px solid var(--background-secondary);
    background: var(--background-primary);
}

.adr-cty_wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

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

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

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

.event-link-wrap,
.activity-link-wrap {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.event-link,
.activity-link {
    border: none;
    outline: none;
    text-decoration: none;
    padding: 8px 16px;

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

    transition: all 0.25s ease-in-out;
    background: var(--button-background-secondary);
    color: var(--button-text-secondary);
    border: 1px solid var(--button-text-secondary);

    border-radius: 100px;
}

.event-link:hover,
.activity-link:hover {
    background: var(--button-background-primary);
    color: var(--button-text-primary);
    border: 1px solid var(--button-text-primary);
}

.event-head-wrap {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

@media (min-width: 561px) {
    .activity-head svg.activity-icon {
        width: 80px;
    }
}


/* ==============================
        Agenda
============================== */
.dress-wrapper {
    padding: 5% 10.3%;
    margin: 5% auto 10%;
}

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

.dress-preview {
    width: 100%;
    height: unset;
    background: none;
    border-radius: 8px;
}

.dress-itwrap {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 16px;
    background: var(--background-primary);
    box-shadow: 2px 2px 0px 0px #000;
    padding: 3%;
    min-height: 132px;
    align-items: center;
    justify-content: center;
}

.wm .dress-itwrap {
    box-shadow: -2px 2px 0px 0px #000;
}

.dress-thumb {
    max-height: 120px;
    overflow: hidden;
}

.dress-color-list {
    flex: 1;
}

.dress-item {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.dress-itwrap p.dress-item-title {
    color: var(--text-primary);
    font-weight: 600;
    line-height: 150%;
}

.dress-item.wm {
    flex-direction: row-reverse;
}

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

.dress-inner {
    position: relative;
    overflow: hidden;
    background: var(--background-tertiary);
    border-radius: 24px;
    border: 1px solid var(--text-primary);
    padding: 13% 5.2%;
    gap: 12px;
}

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

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

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

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

@media (min-width: 961px) {
    .dress-thumb {
        max-height: 220px;
    }

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

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


/* ==============================
        Save The Date
============================== */
.save-date-wrap {
    position: relative;
    overflow: hidden;
    padding: 8% 24px 6%;
    margin: 0 auto;
    background: var(--background-secondary);
}

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

.save-date-wrap .save-date-frame>.image-wrap {}

.save-date-wrap .save-date-frame>.image-wrap img {}

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

/* Save Date Head */
.save-date-head {
    text-align: center;
    position: relative;
    margin-bottom: 24px;
}

.save-date-wrap .save-date-title {
    font-family: var(--heading-family);
    text-align: center;
    font-size: calc(var(--heading-size));

    /* margin-bottom: 20px; */
}

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

/* Save Date Body */
.save-date-body {
    position: relative;
    max-width: 250px;
    margin: 0 auto;
}

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

.countdown .count-item {
    text-align: center;
    width: 94px;
}

.count-item .count-num {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size));
    color: var(--text-primary);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}

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

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

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

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

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

    .save-date-body {
        max-width: 300px;
    }

    .save-date-wrap {}

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

@media (min-width: 1440px) {
    .save-date-wrap .save-date {
        /* margin: 45px auto; */
    }

    .countdown .count-item {
        width: 135px;
    }

    .save-date-body {
        max-width: 300px;
    }

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


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

.rsvp-inner {
    position: relative;
    padding: 20% 15.4% 10%;
    background: var(--background-primary);
    border-radius: 999px 999px 0 0;
    overflow: hidden;
}

.line-rsvp {
    position: relative;
    margin: 0 auto;
    width: 1px;
    min-height: 24px;
    background: var(--background-secondary);
}

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

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

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

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

.rsvp-head .rsvp-desc {}

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

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

    border-radius: 24px;
}

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

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

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

.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;
    margin-bottom: 8px;
}

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

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

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

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

.rsvp-amount-head {
    text-align: center;
    margin: 8px 0;
}

.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: 40px;
    width: 40px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

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

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

.rsvp-amount-controller .toggle-btn.plus {
    background-color: var(--button-background-secondary);
}

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

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

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

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

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

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

.rsvp-amount-controller .toggle-btn.minus:hover .toggle-icon path {
    /* stroke: var(--button-background-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: 8px 12px 8px;

    color: var(--text-primary);

    border: none;
    border-bottom: 1px solid var(--text-primary);
    border-top: 1px solid var(--text-primary);

    pointer-events: none;
    border-radius: 0;
}

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

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

.rsvp-confirm-btn {
    width: 100%;
    display: inline-block;
    padding: 8px 12px;
    margin: 0px auto;
    border-radius: 999px;

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

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

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

.rsvp-session-btn {
    font-family: var(--body-text-family);
    background-color: var(--button-background-primary);
    font-size: var(--body-text-size);
    color: var(--button-text-primary);
    padding: 8px 16px;
}

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

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

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

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

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

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

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

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

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

.rsvp-confirm-btn.download {
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
    margin-bottom: 8px;
}

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

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

.rsvp-guest-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 5%;
    border-radius: 24px;
}

.bg-gwrap {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    border-radius: 24px;
    border: 1px solid var(--text-primary);
    background: var(--background-tertiary);
}

/* End RSVP Confirm */

/* QR Card */
.rsvp-qrcard-wrap {
    margin-bottom: 8px;
    margin-top: 8px;
}

.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));
    margin-bottom: 20px;
}

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

/* End RSVP Message */

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

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

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

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

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

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


/* ==============================
        Gallery
============================== */
.photo-video-wrapper {
    max-height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
}

.gallery {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /* height: 80%; */
    background-color: transparent;
    padding: 5% 0 15%;
}

.gallery-inner {
    width: 100%;
}

/* Title */
section.gallery .title {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 1% 6.2% 5.3%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

section.gallery .title h1 {
    padding: 0;
    margin-bottom: auto;
    font-size: calc(var(--heading-size) + 0px);
    font-family: var(--heading-family);
}

section.photo-video-wrapper .sub-title p {
    padding: 16px 24px;
    text-align: right;
    font-size: calc(var(--body-text-size) + 4px);
    color: var(--dark-clr);
    font-style: italic;
    font-weight: 500;
    line-height: 1.2;
}

/* Body */
section.gallery .body {
    /* margin-top: 60px; */
    position: relative;
}

.gallery__single-slider {
    position: relative;
    padding: 3% 0 6%;
}

section.gallery .body .gallery__single-slider .slider-container {
    /* opacity: 0; */
    /* transition: opacity .3s ease-in-out; */
    padding: 0;
}

section.gallery .body .gallery__single-slider .slider-container .slider-item .preview {
    box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
    border: none;
    outline: none;
}

.gallery__single-slider .slider-container .slider-item.swiper-slide-active .preview {
    height: 317px;
    width: 238px;
}

.gallery__single-slider .slider-container .slider-item .preview {
    height: 256px;
    width: 192px;
}

section.gallery .body .gallery__single-slider .slider-container .slider-item .preview,
section.gallery .body .gallery__single-slider .slider-container .slider-item .preview .anchor,
section.gallery .body .gallery__single-slider .slider-container .slider-item .preview .img {
    border-radius: 24px;
}

section.gallery .body .gallery__single-slider .slider-container .slider-item:nth-child(even) .preview,
section.gallery .body .gallery__single-slider .slider-container .slider-item:nth-child(even) .preview .anchor,
section.gallery .body .gallery__single-slider .slider-container .slider-item:nth-child(even) .preview .img {
    border-radius: 24px;
}

.gallery__single-slider .slider-container .slider-item {
    transform: scale(1);
    padding: 0 10px;
    padding-top: 0px;
    transition: all 1s;
}

.gallery__single-slider .slider-container .slider-item.slick-current.slick-center {
    padding-top: 0;
}

.gallery__single-slider .slider-container .slider-item.slick-current.slick-center img {}

section.gallery+section.video-gallery {}


/* 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-tertiary-rgb), 0.2);
    cursor: pointer;
    transition-duration: 0.2s;
    transition-property: width, background;

}

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




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

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

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

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

    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;
    margin-top: 80px;
}

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

section.video-gallery .inner .video-outer .video {
    width: 100%;
    max-width: 425px;
    margin: 0px 0px 24px;
    padding: 0px 25px;
}

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

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: initial;
    padding-top: 56.25%;
}

.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 {
    margin-bottom: 0px;
    padding: 12px;
}

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

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

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


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

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

/* Head */
.wedding-gift-head {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 85%;
}

.wedding-gift-head .orn-chead {
    margin-bottom: 40px;
}

.wedding-gift-head .wedding-gift-title {
    padding-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
    margin-top: 8px;
}

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

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

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

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

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

.bank-sender-inner {
    position: relative;
    padding: 8px;
    border-radius: 0px 0px 24px 24px;
    background: var(--background-secondary);
}

.bank-sender-body {
    padding: 16px;
    border-radius: 0px 0px 16px 16px;
    background: var(--background-primary);
}

/* Bank */
.wedding-gift-bank-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

/* Bank Detail */
.wedding-gift-bank-wrap .bank-detail {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 5%;
    border-radius: 24px;
    border: 1px solid var(--text-primary);
    background: var(--background-tertiary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 4%;
}

.wedding-gift-bank-wrap .no-pict-bank .bank-detail {
    margin-top: 13%;
}

.wedding-gift-bank-wrap .bank-name {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    font-weight: 700;
    color: var(--text-primary);
    line-height: 150%;
}

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

    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-tertiary);
}

.wedding-gift-bank-wrap .bank-account-number {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    font-weight: 500;
    word-break: break-all;
    line-height: 150%;
    color: var(--text-tertiary);
}

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

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

    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-tertiary);
    margin-bottom: 0.25em;
}

.wedding-gift-bank-wrap .bank-account-name {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    font-weight: 500;
    word-break: break-all;
    line-height: 150%;
    color: var(--text-tertiary);
}

.bank-button-wrap {
    display: flex;
    border: none;
    border-radius: 0px;
    background: transparent;
    padding: 0px 0px 8px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    color: var(--button-text-primary);
    border-radius: 0px;
    border-bottom: 1px solid var(--button-background-secondary);
    font-size: var(--body-text-size);
}

.bank-button-wrap p.p {

    color: var(--button-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: 120px;
    height: 120px;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Sender Data */
.wedding-gift-sender-data-wrap {
    margin-bottom: 16px;
}

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

.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 {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--text-tertiary);
    padding: 8px 0;
    border-radius: 0;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: rgba(var(--text-tertiary-rgb), 0.8);
}

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

.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: 1px solid var(--button-text-secondary);
    padding: 8px 16px;
    border-radius: 999px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    margin: 0 auto;
}

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

/* 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(--text-primary);
    font-size: 28px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

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

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

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

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

/* Wedding Gift Upload Description */
.wgu-description {
    text-align: center;
    padding: 20px;
    margin: 100px 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: 500px;
    display: block;
    object-fit: cover;
    object-position: center;
}

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

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

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

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

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

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

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

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

.wgs-icon-wrap {
    width: 120px;
    height: 120px;
    background-color: var(--button-background-secondary);
    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; */
    }
}


/* =====================================
        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: 5% 24px 5%;
    gap: 29px;
}

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

.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: center;
    font-weight: 600;
    line-height: 150%;
}

.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: 24px;
    padding: 16px;
    border: 1px solid var(--text-primary);
    background: var(--background-tertiary);
    text-align: center;
    gap: 4px;
}

.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(--button-text-primary);
    border-bottom: 1px solid var(--button-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(--button-text-primary);
    font-weight: 500;
}

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

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

    display: flex;
    flex-direction: column;
    border-radius: 999px 999px 37% 37%;
    background: var(--background-tertiary);
    border: 1px solid var(--text-primary);
    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;
    padding-top: 0;
    background-color: transparent;
    border-radius: 12px;
}

.hadiah-card-wrap .img-wrap {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 135px;
    border-radius: 999px 999px 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: 600 !important;
    color: var(--text-tertiary) !important;
    text-align: center;
}

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

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

.hadiah-card-inner .hadiah-card-amount {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 0px);
    font-weight: var(--body-text-weight);
    color: var(--text-tertiary);
    text-align: center;
    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: 0px;
    font-weight: var(--body-text-weight);
    padding: 8px 0px;
    border-bottom: 1px solid var(--button-text-primary);

    background-color: transparent;
    color: var(--button-text-primary);
    transition: all 0.25s ease-in-out;
    border-radius: 0;
    width: 100%;
}

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

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

.orn-kado-1>.image-wrap img {
    opacity: 0;
}

.orn-kado-1>.image-wrap::before {
    content: '';
    position: absolute;
    inset: 0% 0%;
    background: var(--background-tertiary);
    -webkit-mask-image: var(--mask-kado);
    mask-image: var(--mask-kado);
    -webkit-mask-size: 99% 99%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 0%;
    left: 0%;
    bottom: 1%;
    right: 0%;
}

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

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


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

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

}

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

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

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

/* body */
.live-streaming .inner .body {
    padding: 0 24px;
    max-width: 600px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.live-streaming .inner .body>.streaming-info>div>.preview.wide {

    height: 200px;
}

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

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

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

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

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

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

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

    border-radius: 100px;
    padding: 12px 20px;
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .ig-filter-body-inner {
        /* width: 420px; */
    }

    .ig-filter-img {
        width: 420px;
        /* height: 420px; */
        max-height: unset;
    }
}


/* ======================
    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-tertiary);
    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(--background-secondary);
}

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

section.protocol.protocol-03 .inner .head {
    padding: 24px 16px 8px;
    background-color: var(--background-tertiary);
}

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-tertiary);
    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: var(--background-secondary);
    padding: 40px 24px;
}

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

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

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

section.protocol-04 .protocol-item-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);

    gap: 8px;
}

section.protocol-04 .protocol-frame {
    position: relative;
    left: 50%;
    width: 100%;
    max-width: 500px;
    transform: translate(-50%, 0%);
}

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

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

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

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

@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: 165px;
    }

    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;
    background: var(--background-secondary);
}

.wedding-wish-inner {
    position: relative;
    padding: 30% 6.2% 5%;
    border-radius: 999px 999px 0px 0px;
    background: var(--background-primary);
    overflow: hidden;
}

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

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

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

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

/* Form */
.wedding-wish-form {
    padding: 8px;
    border-radius: 0px 0px 24px 24px;
    background: var(--background-secondary);
    margin-bottom: 12px;
}

.wedding-wish-form form {
    padding: 16px;
    border-radius: 0px 0px 16px 16px;
    background: var(--background-primary);
}

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

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

    display: flex;
    padding: 8px 0;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

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

.wedding-wish-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(var(--text-tertiary-rgb), 0.5);
}

.wedding-wish-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(var(--text-tertiary-rgb), 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-primary);
    color: var(--button-text-primary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 500;
    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-primary-rgb), 0.5);
    color: var(--button-text-primary);
}

/* comment box */
.comment-box-wrap {
    position: relative;
}

.comment-box-wrap .form-group {
    margin-bottom: 0;
}

.comment-box-wrap textarea.form-control {
    height: auto;
    min-height: 0;
}

.comment-box-wrap .submit-comment-wrap {
    position: absolute;
    top: 0;
    right: 0;
}

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

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

/* Comment Wrap */
.comment-wrap {
    display: none;
}

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

.comment-item {
    border-radius: 24px;
    padding: 16px;
    background: var(--background-tertiary);
    border: 1px solid var(--text-primary);
    margin-bottom: 12px;
}

.comment-item:last-of-type {
    margin-bottom: 0px;
}

.comment-head {
    position: relative;
    margin-bottom: 8px;
}

.comment-head .comment-name {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 700;
    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));
    font-weight: 500;
    line-height: 1.5;
    display: block;
    margin-top: 8px;
    color: var(--text-tertiary);
}

.comment-head .delete-comment {
    position: absolute;
    top: 0px;
    right: 0px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: #843F3F;
    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: 500;
    line-height: 1.5;
    color: var(--text-tertiary);
}

/* More Comment */
.more-comment-wrap {
    padding: 20px 0px 0px;
    display: none;
    text-align: center;
}

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

#moreComment {
    border: none;
    outline: none;
    width: 100%;
    display: block;
    padding: 8px 16px;
    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: 500;
    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);
}


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

@media (min-width: 768px) {
    .ig-filter-head .ig-filter-title {
        padding: 30px 0;
    }
}

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


/* ========================================
        FOOTNOTE
======================================== */
.footnote-wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 30% 0px 0%;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.footnote-wrap .footnote-bot p {
    font-size: calc(var(--body-text-size) - 4px);
}

.footnote-wrap .footnote-bot {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footnote-wrap .footnote {
    position: relative;
    text-align: center;
    padding: 0 0px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    width: 100%;
}

.footnote-wrap .footnote .footnote-inner-wrap {
    position: relative;
    text-align: center;
    padding: 26% 10.3% 10.3%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    border-radius: 999px 999px 0px 0px;
    background: var(--background-tertiary);
}

section.footnote-wrap .footnote .logo-wrap {
    position: relative;
    width: 45.57%;
    margin: 0 auto;
}

/* Details */
.footnote .footnote-title {
    position: relative;
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) + 20px);
    margin: 0 auto;
    text-align: center;
    color: var(--text-primary);
}

.footnote .footnote-title span {
    font-family: var(--body-text-family);
    font-size: inherit;
    font-weight: 400;
}

.footnote .top-text {
    font-size: calc(var(--body-text-size));
    font-style: normal;
    color: var(--text-secondary);
}

.footnote .bottom-text {
    font-size: calc(var(--body-text-size));
    font-style: normal;
    color: var(--text-secondary);
}

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

@media (min-width: 1200px) {

    .footnote-wrap .footnote {}

    /* 
    .footnote .footnote-title {
        font-size: calc(var(--heading-size));
    } */
}

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

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

section.footer .footer-inner .footer-logo path {
    fill: var(--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 */

.star-wrap {
    position: absolute;
}

.sw-img img {
    opacity: 0;
}

.star-1 {
    position: absolute;
    width: 92%;
    left: 0;
    bottom: 0;
}

.star-2 {
    position: absolute;
    width: 39%;
    right: 12%;
    top: 0;
}

.star-3 {
    position: absolute;
    width: 21%;
    right: 0%;
    top: 31%;
}

.star-1>.image-wrap::before,
.star-2>.image-wrap::before,
.star-3>.image-wrap::before {
    content: '';
    position: absolute;
    inset: 0% 0%;
    background: var(--text-primary);
    -webkit-mask-image: var(--mask-star);
    mask-image: var(--mask-star);
    -webkit-mask-size: 99% 99%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
}

.star-1>.image-wrap img,
.star-2>.image-wrap img,
.star-3>.image-wrap img {
    opacity: 0;
}

.curved-1>.image-wrap img,
.curved-2>.image-wrap img {
    opacity: 0;
}

.curved-1>.image-wrap::before {
    content: '';
    position: absolute;
    inset: 0% 0%;
    background: var(--text-primary);
    -webkit-mask-image: var(--mask-curved-1);
    mask-image: var(--mask-curved-1);
    -webkit-mask-size: 99% 99%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
}

.curved-2>.image-wrap::before {
    content: '';
    position: absolute;
    inset: 0% 0%;
    background: var(--text-primary);
    -webkit-mask-image: var(--mask-curved-2);
    mask-image: var(--mask-curved-2);
    -webkit-mask-size: 99% 99%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
}

.corner-orn>.image-wrap img {
    opacity: 0;
}

.corner-orn>.image-wrap::before {
    content: '';
    position: absolute;
    inset: 0% 0%;
    background: var(--text-primary);
    -webkit-mask-image: var(--mask-corner);
    mask-image: var(--mask-corner);
    -webkit-mask-size: 99% 99%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
}

.st-1>.image-wrap img {
    opacity: 0;
}

.st-1>.image-wrap::before {
    content: '';
    position: absolute;
    inset: 0% 0%;
    background: var(--text-secondary);
    -webkit-mask-image: var(--mask-st1);
    mask-image: var(--mask-st1);
    -webkit-mask-size: 99% 99%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
}

.st-2>.image-wrap img {
    opacity: 0;
}

.st-2>.image-wrap::before {
    content: '';
    position: absolute;
    inset: 0% 0%;
    background: var(--text-secondary);
    -webkit-mask-image: var(--mask-st2);
    mask-image: var(--mask-st2);
    -webkit-mask-size: 99% 99%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
}

/* COVER  */
.orn-cover-1.right {
    position: absolute;
    width: 40.40%;
    right: 0;
    bottom: 14.73%;
    transform: translate(52.79%, 0%) scaleX(-1);
}

.orn-cover-1.left {
    position: absolute;
    width: 40.40%;
    left: 0;
    bottom: 14.73%;
    transform: translate(-52.79%, 0%);
}

.orn-cover-1-1 {
    position: absolute;
    width: 103.2%;
    left: 0;
    top: 0%;
    transform: translate(2%, -59%);
}

.orn-cover-2.right {
    position: absolute;
    width: 58.6%;
    right: 0;
    top: 0%;
    transform: translate(21.38%, -24.47%) scaleX(-1);
}

.orn-cover-2.left {
    position: absolute;
    width: 58.6%;
    left: 0;
    top: 0%;
    transform: translate(-21.38%, -24.47%);
}

.orn-cover-3 {
    position: absolute;
    width: 23.14%;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -65.47%) rotate(-40deg);
}

.orn-cover-4 {
    width: 21.77%;
    bottom: 0;
    right: 0;
    transform: translate(68.86%, 49.52%);
}

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

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

/* Quote */
.orn-qt-1 {
    position: absolute;
    width: 69%;
    left: 0;
    top: 0;
    transform: translate(-20.47%, -10.31%);
}

.orn-qt-2 {
    position: absolute;
    width: 69%;
    right: 0;
    bottom: 0;
    transform: translate(20.47%, 10.31%);
}

.orn-qt-3 {
    position: absolute;
    width: 29.76%;
    right: 0;
    top: 0;
    transform: translate(74%, -51%) rotate(22deg);
}

.orn-qt-4 {
    position: absolute;
    width: 32.56%;
    left: 0;
    bottom: 0;
    transform: translate(-27.27%, 28.2%);
}

.orn-qt-5 {
    position: absolute;
    width: 20.39%;
    left: 0;
    bottom: 0;
    transform: translate(-95%, -28.6%);
}

.orn-qt-6 {
    position: absolute;
    width: 19.39%;
    left: 0;
    bottom: 0;
    transform: translate(-59%, -33%);
}

/* Couple */
.orn-cp-1 {
    position: absolute;
    width: 41.17%;
    right: 0;
    bottom: 0;
    transform: translate(29.4%, 30.33%);
}

.orn-cp-1-1 {
    position: absolute;
    width: 79.417%;
    right: 0;
    bottom: 29.21%;
    transform: translate(13.54%, 0%);
}

.orn-cp-2 {
    position: absolute;
    width: 58.59%;
    right: 0;
    bottom: 0;
    transform: translate(50%, -6%) scaleX(-1);
}

.orn-cp-3 {
    position: absolute;
    width: 25.98%;
    left: 0;
    top: 0;
    transform: translate(-35.44%, -29%);
}

.orn-cp-4 {
    position: absolute;
    width: 11.57%;
    left: 0;
    top: 20.86%;
    transform: translate(-92%, 0%);
}

.orn-cp-ig {
    position: absolute;
    left: 0;
    width: 43px;
    top: 50%;
    transform: translate(-57%, -45%) rotate(-11deg);
}

/* Love Story */
.orn-ls-1 {
    position: absolute;
    width: 35.34%;
    right: 0;
    bottom: 0;
    transform: translate(0%, 14.14%);
}

.orn-ls-2 {
    position: absolute;
    width: 26.87%;
    right: 0;
    bottom: 0;
    transform: translate(31%, -16%) scaleX(-1) rotate(-20.9deg);
}

.orn-ls-3 {
    position: absolute;
    width: 29.77%;
    right: 0;
    bottom: 0;
    transform: translate(63%, -41%) scaleX(-1);
}

.orn-ls-4 {
    position: absolute;
    width: 35%;
    right: 0;
    top: 0;
    transform: translate(35%, -7%) scaleX(-1);
}

.orn-ls-top {
    position: relative;
    margin: 0 auto;
    width: 63.6px;
}

@media (min-width : 560px) {
    .orn-ls-top {
        width: 120px;
        margin-bottom: 4%;
    }
    
}

/* Agenda */
.orn-ev-1 {
    position: absolute;
    width: 44.736%;
    left: 0%;
    bottom: 0%;
    transform: translate(-12%, 34%);
}

.orn-ev-1-1 {
    position: absolute;
    width: 34.444%;
    left: 0%;
    top: 0%;
    transform: translate(-9%, -55%);
}

.orn-ev-2 {
    position: absolute;
    width: 34.79%;
    right: 0%;
    top: 0%;
    transform: translate(21.5%, -34%);
}

.orn-ev-3 {
    position: absolute;
    width: 10.31%;
    left: 0%;
    top: 15%;
    transform: translate(21.5%, 30%);
}

.orn-ev-4 {
    position: absolute;
    width: 11.69%;
    left: 0%;
    top: 0%;
    transform: translate(20%, 7%) scaleX(-1) scaleY(-1);
}

.orn-ev-5 {
    position: absolute;
    width: 11.69%;
    right: 0%;
    bottom: 0%;
    transform: translate(-20%, -7%);
}

.orn-agenda-1 {
    position: absolute;
    width: 42%;
    left: 0;
    top: 0;
    transform: translate(-20.47%, -44.31%);
}

.orn-agenda-2 {
    position: absolute;
    width: 42%;
    right: 0;
    bottom: 0;
    transform: translate(20.47%, 48.31%);
}

/* Dresscode */
.orn-dc-1 {
    position: absolute;
    width: 25%;
    right: 0%;
    top: 0%;
    transform: translate(30%, -16%) rotate(-13.094deg);
}

/* Save The Date */

.orn-sd-1 {
    position: absolute;
    width: 10.26%;
    right: 6%;
    bottom: 31%;
    transform: translate(0%, 0%) scaleX(-1);
}

.orn-sd-2 {
    position: absolute;
    width: 10.26%;
    left: 6%;
    top: 31%;
    transform: translate(0%, 0%);
}

.orn-sd-3 {
    position: absolute;
    width: 9.16%;
    right: 13%;
    bottom: 25%;
    transform: translate(0%, 0%);
}

.orn-sd-4 {
    position: absolute;
    width: 13.35%;
    left: 11%;
    top: 29%;
    transform: translate(0%, 0%);
}

/* RSVP */
.orn-rsvp-1.right {
    position: absolute;
    width: 29.48%;
    right: 0%;
    top: 1%;
    transform: translate(5%, 8%);
}

.orn-rsvp-1.left {
    position: absolute;
    width: 29.48%;
    left: 0%;
    top: 1%;
    transform: translate(-5%, 8%) scaleX(-1);
}

.orn-rsvp-1-1 {
    position: absolute;
    width: 114.78%;
    left: 0%;
    top: 0%;
    transform: translate(-64.4%, -39%);
}

.orn-rsvp-1-2 {
    position: absolute;
    width: 79.65%;
    right: 0%;
    bottom: 0%;
    transform: translate(39%, 69%) rotate(-175deg);
}

.orn-rsvp-2 {
    position: absolute;
    width: 46.15%;
    right: 0%;
    top: 35%;
    transform: translate(50%, 8%);
}

.orn-rsvp-3.right {
    position: absolute;
    width: 22.22%;
    right: 0%;
    bottom: 0%;
    transform: translate(55%, 31%);
}

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

.orn-rsvp-4.right {
    position: absolute;
    width: 21.11%;
    right: 0%;
    bottom: 0%;
    transform: translate(77%, -64.2%);
}

.orn-rsvp-4.left {
    position: absolute;
    width: 21.11%;
    left: 0%;
    bottom: 0%;
    transform: translate(-77%, -64.2%) scaleX(-1);
}

.orn-rsvp-5.right {
    position: absolute;
    width: 29.25%;
    right: 0%;
    bottom: 0%;
    transform: translate(79.74%, -37.2%) rotate(12deg) scaleX(-1);
}

.orn-rsvp-5.left {
    position: absolute;
    width: 29.25%;
    left: 0%;
    bottom: 0%;
    transform: translate(-79.74%, -37.2%) rotate(-12deg);
}

.orn-rsvp-6.right {
    position: absolute;
    width: 36.29%;
    right: 0%;
    bottom: 0%;
    transform: translate(52.74%, -34.2%) scaleX(-1);
}

.orn-rsvp-6.left {
    position: absolute;
    width: 36.29%;
    left: 0%;
    bottom: 0%;
    transform: translate(-52.74%, -34.2%);
}

.orn-rsvp-7 {
    position: absolute;
    width: 15.129%;
    left: 0%;
    bottom: 30%;
    transform: translate(0%, 0%);
}

.orn-rsvp-8 {
    position: absolute;
    width: 15.129%;
    right: 2%;
    bottom: 17%;
    transform: translate(0%, 0%);
}

@media (min-width : 561px) {

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

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

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

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


}

/* Gallery & Video*/
.orn-gallery-1 {
    position: absolute;
    width: 54.35%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 38%);
}

.orn-vid-1 {
    position: absolute;
    width: 18.98%;
    left: 0;
    top: 0;
    transform: translate(-30.44%, -29%);
}

.orn-vid-1-1 {
    position: absolute;
    width: 47.97%;
    left: 0;
    top: 0;
    transform: translate(4%, 31%) rotate(-30deg);
}

/* Bank */
.orn-bank-1 {
    position: absolute;
    width: 9.16%;
    right: 0%;
    bottom: 0%;
    transform: translate(20%, 24%);
}

.orn-bank-2 {
    position: absolute;
    width: 13.35%;
    left: 0%;
    top: 0%;
    transform: translate(-24%, -94%);
}

.kado-ow {
    z-index: 2;
}

.orn-kado-2 {
    position: absolute;
    max-width: 100px;
    width: 25%;
    left: 0%;
    bottom: 35%;
    transform: translate(-73%, -16%) rotate(-13.094deg);
}

.orn-bank-3 {
    position: absolute;
    max-width: 100px;
    width: 25%;
    right: 0%;
    top: 5%;
    transform: translate(40%, 1%) rotate(-13.094deg);
}

/* Instagram Filter */
.orn-filter-1.right {
    position: absolute;
    width: 32%;
    right: 0%;
    bottom: 0%;
    transform: translate(52.74%, 0%) scaleX(-1);
}

.orn-filter-1.left {
    position: absolute;
    width: 32%;
    left: 0%;
    bottom: 0%;
    transform: translate(-52.74%, 0%);
}

.orn-filter-1-1 {
    position: absolute;
    width: 103%;
    right: 0%;
    bottom: 52.25%;
    transform: translate(0%, 0%);
}

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

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

.orn-filter-3 {
    position: absolute;
    width: 18.98%;
    right: 0;
    top: 0;
    transform: translate(30.44%, -29%) scaleX(-1);
}

.orn-filter-4 {
    position: absolute;
    width: 10%;
    left: 0;
    top: 0;
    transform: translate(-30.44%, -29%);
}

/* Footnote */
.orn-ff-1.right {
    position: absolute;
    width: 27.94%;
    right: 0%;
    top: 0%;
    transform: translate(44.95%, 3.22%);
}

.orn-ff-1.left {
    position: absolute;
    width: 27.94%;
    left: 0%;
    top: 0%;
    transform: translate(-44.95%, 3.22%) scaleX(-1);
}

.orn-ff-1-1 {
    position: absolute;
    width: 103%;
    left: 0%;
    bottom: 52.25%;
    transform: translate(2%, 0%);
}

.orn-ff-2.right {
    position: absolute;
    width: 40.76%;
    right: 0%;
    top: 0%;
    transform: translate(-15%, -29%) scaleX(-1);
}

.orn-ff-2.left {
    position: absolute;
    width: 40.76%;
    left: 0%;
    top: 0%;
    transform: translate(15%, -29%);
}

.orn-ff-3 {
    position: absolute;
    width: 16.14%;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -71.47%) rotate(-40deg);
}

.orn-ff-4 {
    position: absolute;
    width: 9%;
    left: 19%;
    top: -15%;
    transform: translate(0%, 0%);
}

.orn-ff-5 {
    position: absolute;
    width: 9%;
    right: 17%;
    top: 16%;
    transform: translate(0%, 0%) scaleX(-1);
}

/* Top Cover */
.orn-tc-1 {
    position: absolute;
    width: 21.98%;
    left: 0;
    top: 0;
    transform: translate(-26.44%, -29%);
}

.orn-tc-2 {
    position: absolute;
    width: 39.23%;
    right: 0;
    top: 0;
    transform: translate(26.98%, -35.29%);
}

.orn-tc-3 {
    position: absolute;
    width: 37.84%;
    right: 0;
    bottom: 0;
    transform: translate(0%, 15.83%);
}

.orn-tc-3-1 {
    position: absolute;
    width: 82.24%;
    right: 0;
    bottom: 15.7%;
    transform: translate(31.05%, 0%);
}

.orn-tc-4 {
    position: absolute;
    width: 47.20%;
    left: 0;
    bottom: 0;
    transform: translate(0%, 46.28%);
}

.orn-tc-5 {
    position: absolute;
    width: 44.153%;
    left: 0;
    bottom: 0;
    transform: translate(-40.65%, 0%);
}

.orn-tc-5-1 {
    position: absolute;
    width: 60.39%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 7%);
}

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

.orn-tc-7 {
    position: absolute;
    width: 29.7%;
    right: 0;
    top: 7%;
    transform: translate(24%, 14%);
}

.orn-tc-8 {
    position: absolute;
    width: 15.2%;
    right: 0;
    bottom: 40%;
    transform: translate(0%, -14%);
}

/* Footnote */
.primary-pane .orn-tc-1 {
    width: 13.98%;
}

.primary-pane .orn-tc-6 {
    width: 27.14%;
}

.primary-pane .orn-tc-7 {
    width: 19.31%;
}

.primary-pane .orn-tc-5 {
    width: 28.70%;
}

.primary-pane .orn-tc-2 {
    width: 25.50%;
}

.primary-pane .orn-tc-3 {
    width: 24.60%;
}

.primary-pane .orn-tc-4 {
    width: 30.68%;
}

.primary-pane .orn-tc-8 {
    width: 9.88%;
}



/* =================================
        Animation
================================= */

@keyframes goyang {
    0% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(3deg);
    }
}

@keyframes twinkle {
    0% {
        transform: scale(0.4);
        opacity: 0.2;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


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

/* flap */
@keyframes flap {
    0% {
        transform: scale(1) skew(0deg, 0deg);
    }

    50% {
        transform: scale(.9) skew(-5deg, -5deg);
    }

    100% {
        transform: scale(1) skew(0deg, 0deg);
    }
}

/* Global  */
.star-1 .image-wrap::before {
    animation: twinkle 2s ease-in-out infinite alternate;
    animation-delay: 1s;
}

.star-2 .image-wrap::before {
    animation: twinkle 2s ease-in-out infinite alternate;
}

.star-3 .image-wrap::before {
    animation: twinkle 1s ease-in-out infinite alternate;
}

.kupu .image-wrap.aos-animate img {
    animation:
        flap 1000ms ease-in-out infinite alternate,
        fly-1 8s linear alternate;
}

.rotation-anime>.image-wrap img {
    animation: rotate360 50s linear infinite;
    transform-origin: center center;
}

/* Cover */
.orn-cover-1-1>.image-wrap img {
    transform-origin: 53% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-cover-1>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
    animation-delay: 1s;
}

/* Quote */
.orn-qt-5>.image-wrap img,
.orn-ev-1-1>.image-wrap img {
    transform-origin: 97% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

/* Couple */
.orn-cp-1-1>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .5s;
}

.orn-cp-2>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
}

/* Love Story */
.orn-ls-4>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
}

.orn-ls-2>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
    animation-delay: .4s;
}

/* RSVP */
.orn-rsvp-1-2>.image-wrap img {
    transform-origin: 97% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-rsvp-6>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-rsvp-5>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
}

/* BANK */
.st-2 .image-wrap::before {
    animation: twinkle 4s ease-in-out infinite alternate;
}

.st-1 .image-wrap::before {
    animation: twinkle 3s ease-in-out infinite alternate;
}

/* FILTER */
.orn-filter-2>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
}

.orn-filter-1-1>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

/* Footnote */
.orn-ff-1>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-ff-1-1>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
    animation-delay: .7s;
}

/* Top Cover */

.orn-tc-3-1>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
    animation-delay: .7s;
}

.orn-tc-5>.image-wrap img {
    transform-origin: 53% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
}

.orn-tc-7>.image-wrap img {
    transform-origin: 50% 0%;
    animation: goyang 4s ease-in-out infinite alternate;
}