@import url('https://fonts.googleapis.com/css2?family=Brygada+1918:ital,wght@0,400..700;1,400..700&family=Niconne&display=swap');

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

    /* Body Text */
    --body-text-family: "Brygada 1918", 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.eleanor.original {
    /* Colors */
    --background-primary: #FAF2CE;
    --background-primary-rgb: 250, 242, 206;

    --background-secondary: #FCF7F1;
    --background-secondary-rgb: 252, 247, 241;

    --background-tertiary: #677013;
    --background-tertiary-rgb: 103, 112, 19;

    /* Text Colors */
    --text-primary: #677013;
    --text-primary-rgb: 103, 112, 19;

    --text-secondary: #991432;
    --text-secondary-rgb: 153, 20, 50;

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

    /* Button Colors */
    --button-text-primary: #FFF8E6;
    --button-text-primary-rgb: 255, 248, 230;

    --button-background-primary: #677013;
    --button-background-primary-rgb: 103, 112, 19;

    --button-text-secondary: #F8F5F0;
    --button-text-secondary-rgb: 248, 245, 240;

    --button-background-secondary: #991432;
    --button-background-secondary-rgb: 153, 20, 50;

    /* ornament */
    --bg-tc: url("https://katsudoto.id/media/template/exclusive/eleanor/original/bg-hero.png");
    --bg-pp: url("https://katsudoto.id/media/template/exclusive/eleanor/original/bg-pp.png");
    --frame-cover-mask: url("https://katsudoto.id/media/template/exclusive/eleanor/original/frame-cover.png");
    --mask-couple: url("https://katsudoto.id/media/template/exclusive/eleanor/original/frame-couple.png");
    --mask-couple: url("https://katsudoto.id/media/template/exclusive/eleanor/original/frame-couple.png");
}

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

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

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

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

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

/* Fonts */
body.eleanor h1,
body.eleanor h2,
body.eleanor h3,
body.eleanor h4,
body.eleanor h5,
body.eleanor 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.eleanor 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.eleanor span {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kat-page__side-to-side .primary-pane .inner.no-pp {}

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

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

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

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

    display: flex;
}

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

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

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

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

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

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

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

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

.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 .highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--light-clr);
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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


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

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

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

}

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

.p-relative {
    position: relative;
}

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

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



/* ======================
    TOP COVER
====================== */
.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(--bg-tc);
    background-size: cover;
}

@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% 20.5%;
    background: radial-gradient(50% 50% at 50% 50%, var(--background-secondary) 0%, rgba(250, 244, 244, 0.00) 100%);
}



/* details */
.top-cover-details {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.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) + 4px);
    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: 7.9%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: 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: 7.9% auto 0px;
    padding: 12px 16px;
    border-radius: 12px;
    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: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.top-cover .highlight .preview-container {
    width: 100%;
    height: 100%;
    display: block;
    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;
}


/* ======================
    HERO
====================== */
.hero {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    height: 100vh;
    overflow: hidden;
}

.hero .inner {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: absolute;
}

.hero .inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(var(--background-secondary-rgb), 0.00) 0%, rgba(var(--background-secondary-rgb), 0.50) 100%);
}

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

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

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

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

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

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

@media (min-width: 961px) {
    .hero {
        width: 39%;
        left: unset;
        margin-left: auto;
    }
}


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

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

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

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

/* section.cover .bg-cover-mask::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 15%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(214, 221, 227, 0.00) 0%, var(--background-primary) 100%);
} */

/* Cover Head */
section.cover .inner .head {
    width: 100%;
    text-align: center;
    padding: 0px 24px 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

section.cover .inner .head .logo-wrap {
    width: 15.57%;
    max-width: 100px;
    margin: 0 auto;
}

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

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

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

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

@media (max-width : 960px) {

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

section.cover .inner .body .cover-frame {
    position: absolute;
    inset: 0% 0%;
    /* background: var(--secondary-clr); */
    inset: 0;
    border-radius: 999px;
    border: 6px solid var(--background-tertiary);
    overflow: hidden;
}

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: 500px;
    margin: 0 auto;
    /* transform: translateX(-50%); */
}

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

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

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

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

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

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

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


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

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

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

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

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

.orn-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: 5.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(71.75%);
    /* max-width: 320px; */
    height: auto;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

/* Couple Details */
.couple-details {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 6.2%;
    text-align: 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));
    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 {
    display: flex;
    align-items: center;
    padding: 6px 0px;
    gap: 4px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-style: normal;
    text-decoration: none;
    color: var(--text-secondary);
    transition: all 0.25s ease-in-out;
    border-bottom: 1px solid var(--text-secondary);
    border-radius: 0px;
    background: transparent;
}

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

    .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 {
        padding: 24px;
    }
}

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


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

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

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

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

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

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

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

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

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

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

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

.photo-nav .photo-item {}

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

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

.photo-nav .photo-img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
    display: block;
    object-fit: cover;
    object-position: center;
}

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

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

.photo-slider .slick-list {}

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

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

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

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

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

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

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

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

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

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

.photo-link {}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .save-date {}
}

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



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

.agenda-inner {
    padding: 0px;
}

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

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

.agenda-head .agenda-description {}

/* body */
.agenda-body {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Activity */
.activity-wrap {}

.activity-wrap.same-location {}

/* activity item */
.activity-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 640px;
    margin: 25% auto 0px;
}

.activity-item:first-of-type {
    margin: 10% auto;
    margin-top: 10%;
}
.event-item:last-of-type {
    
}

.activity-frame {
    position: relative;
    padding-bottom: 22%;
    padding-top: 22%;
}

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


/* activity item background ::before */
.activity-frame::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translate(-50%, -2%);
    bottom: 0;
    width: 79%;
    height: 77%;
    border-radius: 999px 999px 24px 24px;
    background: linear-gradient(180deg, rgba(var(--background-primary-rgb), 0.50) 0%, rgba(var(--background-primary-rgb), 0.25) 100%);
    backdrop-filter: blur(1.5px);
}

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

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

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

.event-image-frame {
    transform: scale(1.48);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    display: flex;
    align-items: center;
    padding: 12px 16px;
    line-height: 1.5;
    border-radius: 12px;

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

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

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

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

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

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

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

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

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

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

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

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

}

/* ==============================
        dresscode
============================== */
.dress-wrapper {
    padding: 10% 24px 10%;
    margin: 10% auto 0%;
}

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

.dress-header {
    margin-bottom: 10%;
}

.dress-footer {
    margin-top: 5%;
    padding: 16px;
    background: var(--background-secondary);
    border-radius: 12px;
}

.dress-footer p.dress-note {
    color: var(--text-primary);
    line-height: 150%;
}

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

.dress-list {
    gap: 38px;
    flex-direction: column-reverse;
}

.dress-preview-wrap {
    position: relative;
    flex: 1;
    flex-basis: 50%;
}

.dress-itwrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 8px;
    border: 2px solid var(--background-tertiary);
    background: var(--background-primary);
    padding: 3%;
    min-height: 132px;
    align-items: center;
    justify-content: center;
}

.dress-inwrap {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
    flex-basis: 50%;
}

.wm .dress-inwrap {
    align-items: flex-end;
}

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

.dress-color-list {
    flex: 1;
    margin: unset;
    margin-right: auto;
}

.wm .dress-color-list {
    margin-right: unset;
    margin-left: auto;
}

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

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

.dress-inwrap p.dress-item-title {
    color: var(--text-primary);
    font-size: var(--body-text-size);
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

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

.dress-icon {
    width: 100%;
}

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

.dress-icon-img {
    width: 55%;
    height: unset;
}

.dress-inner {
    position: relative;
    gap: 12px;
    padding: 0;
    max-width: 550px;
    margin: 0 auto;
}

.dress-color-item {}

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

    .dress-item {
        gap: 32px;
    }

    .dress-itwrap {
        min-height: 232px;
    }
}

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

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

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

    .dress-item {
        gap: 24px;
    }

    .dress-itwrap {
        min-height: 232px;
    }
}


/* ==============================
        Live Streaming
============================== */
section.live-streaming {
    padding: 5.3% 24px 10.3%;
    position: relative;
    overflow: hidden;
}

section.live-streaming .inner {
    padding: 4.7%;
    max-width: 540px;

    border-radius: 24px;
    border: 1px solid var(--background-tertiary);
    background: rgba(var(--background-primary-rgb), 0.75);
    /* backdrop-filter: blur(2px); */
}

/* head */
section.live-streaming .inner .head {
    text-align: center;
    padding: 0px;
    margin-bottom: 12px;
    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;
}

.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: 12px;
    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-primary);
    border: none;
    color: var(--button-text-primary);

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

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

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

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

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


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

.rsvp-inner {
    /* z-index: 1; */
    position: relative;
    padding: 10% 0 0;
}

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

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

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

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

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

.rsvp-body-wrapper {
    /* max-width: 550px; */
    position: relative;
    margin: 0 auto;
    padding: 20.5% 10.3% 10.3%;
    /* padding: 0px 0 0px; */
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* z-index: 2; */
    border-radius: 999px 999px 100px 100px;
    background: linear-gradient(180deg, var(--background-secondary) 0%, var(--background-primary) 100%);
    /* overflow: hidden; */
}

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

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

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

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

.rsvp-status-head .rsvp-status-caption {
    font-weight: 400;
    line-height: 150%;
    text-transform: none;
}

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

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

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

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

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

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

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

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

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

.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: 600;
    font-size: var(--body-text-size);
    text-transform: none;
    line-height: 1.5;
    /* 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: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

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

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

.rsvp-amount-controller .toggle-btn.plus {
    background-color: var(--button-background-secondary);
    border-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-secondary-rgb), .8);
}

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

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

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

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

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

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

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

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

    color: var(--text-secondary);

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

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

/* 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: 12px 16px;
    margin: 0px auto;
    border-radius: 12px;

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

.session-btn-wrap>label {
    margin: 0;
}

.rsvp-session-btn {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px 16px;
    border-radius: 12px;
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End RSVP Confirm */

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

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

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

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

/* End QR Card */

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

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

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

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

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

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

/* End RSVP Message */

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

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

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

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

    .rsvp-status-wrap {
        margin: 0px auto 32px;
    }
}

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

@media (min-width: 1440px) {

    .rsvp-status-wrap {
        margin: 0px auto 32px;
    }
}


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

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

/* head */
.story-inner .story-head {
    text-align: center;
    padding: 0 71px;
}

.story-head .story-title {}

/* body */
.story-body {
    position: relative;
    /* width: calc(100% - 90px); */
    max-width: 600px;
    margin: 0 auto;
    margin-top: 24px;
    padding: 0 24px;
}

/* preview */
.story__slider-preview {
    margin-bottom: 5%;
}

.story__slider-preview .slick-list {
    overflow: visible;
}

.story__slider-caption-wrap .slick-list {
    overflow: visible;
}


/* caption wrap */
.story__slider-caption-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border-radius: 24px;
    border: 1px solid var(--background-tertiary);
    background: rgba(var(--background-primary-rgb), 0.75);
    backdrop-filter: blur(2px);
}

/* caption */
.story__slider-caption {}

/* dots */
.story__slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

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

.story__slider-dots>ul>li {}

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

}

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

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

.story-body .story-preview .preview-wrap {
    position: relative;
}

.story-preview .story-picture {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

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

.story-preview .story-picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
}


/* details */
.story-body .story-details {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.story-details .story-sub-title {
    color: var(--text-primary);
    font-weight: 600;
    text-align: center;
}

.story-details .story-caption {
    color: var(--text-tertiary);
    line-height: 150%;
    text-align: center;
}

.story-navigaton-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.story--button {
    position: relative;
    display: flex;
    justify-content: center;
    border: none;
    /* width: 35px;
    height: 35px; */
    background-color: var(--button-background-primary);
    border-radius: 50%;
    padding: 8px;
    font-size: var(--body-text-size);
    color: var(--button-text-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.protocol.protocol-03 .inner .body {
    /* padding: 10% 0px 24%; */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

    section.protocol-04 .inner .head {
        max-width: unset;
        position: relative;
    }
}


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

/* head */
.ig-filter-head {
    position: relative;
    text-align: center;
    padding: 0px 0px 24px;
    z-index: 3;
    max-width: 600px;
    margin: 0 auto;
}

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

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

/* body */
.ig-filter-body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    width: calc(83%);
    max-width: 320px;
    margin: 0% auto 0;
}

/* body inner */
.ig-filter-body-inner {
    position: relative;
    width: 100%;
}

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

.ig-filter-img {
    border-radius: 16px;
    border: 2px solid var(--background-tertiary);
    width: 100%;
    min-height: 439px;
    max-width: none;
    object-fit: cover;
}

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

.ig-filter-link {
    border: none;
    outline: none;
    width: 100%;
    min-width: 100px;
    border-radius: 12px;
    padding: 12px 16px;
    color: var(--button-text-primary);
    background: var(--button-background-primary);
    font-family: var(--body-text-family);
    font-weight: 400;
    font-size: var(--body-text-size);
}

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

@media (min-width: 560px) and (max-width: 960px) {
    .ig-filter-body {
        max-width: 360px;
    }

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

@media (min-width: 1200px) {
    .ig-filter-body {
        max-width: 360px;
    }

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


/* ==============================
        Wedding Gift
============================== */
.wedding-gift-wrap {
    position: relative;
    width: 100%;
    /* max-width: 600px; */
    margin: 0 auto;
    padding: 40px 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 .wedding-gift-title {
    /* padding-bottom: 10px; */
}

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

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

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

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

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

.wedding-gift-select-bank-wrap .selectize-control.form-control:focus,
.wedding-gift-select-bank-wrap .selectize-control.form-control:active {
    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);
    padding: 12px 16px;
    border-radius: 12px;
    /* display: none; */
}

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

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

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

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

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

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

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

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

/* Bank */
.wedding-gift-bank-wrap {
    background: var(--background-primary);
    padding: 12px;
    border-radius: 8px;
}

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

.wedding-gift-bank-wrap .bank-item.show {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 11.4% 7.6%;
    gap: 12px;

    border-radius: 4px;
    border: 1px solid var(--background-tertiary);
    background: var(--background-secondary);
}

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

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

.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: 600;
    word-break: break-all;
    color: var(--text-primary);
}

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

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

    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: 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: 600;
    word-break: break-all;
    color: var(--text-primary);
}

/* Bank Img Wrap */
.wedding-gift-bank-wrap .bank-img-wrap {
    padding: 0px;
    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 {
    /* padding: 24px 0; */
    margin-top: 16px;
}

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

.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);
    border-radius: 0px;
    padding: 12px 0px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-tertiary);
}

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

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

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

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

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

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

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

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

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

.wedding-gift-upload-wrap {
    flex-grow: 1;
    display: 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-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

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

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

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

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

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

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

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

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


/* =====================================
        KADO
==================================== */
.kado-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: -1%;
}

.wedding-gifts-wrap {
    position: relative;
    overflow: hidden;
    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: 8% 24px 7%;
    gap: 29px;
}

.wedding-gifts-head {
    position: relative;
    padding: 0 10%;
}

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

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

.wedding-gifts-inner .wedding-gifts-label {
    color: var(--text-secondary);
    font-weight: 600;
    line-height: 150%;
    text-align: center;
}

.wedding-gifts-inner .wedding-gifts-body {}

.wedding-gift-address-wrap {
    position: relative;
}

.wedding-gift-address-inner {
    position: relative;
    padding: 16px;
    border-radius: 32px;
    background: var(--background-secondary);
    border: 1px solid var(--background-tertiary);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.wedding-gift-info-wrap {}

.wedding-gift-address-wrap .inner-address-info,
.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);
    font-weight: 500;
    line-height: 150%;
}

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

.wedding-gift-address-wrap .btn-hadiah-copy {
    border-radius: 0px;
    border: none;
    padding: 4px 0px;
    gap: 4px;
    align-items: center;
    justify-content: center;
    background-color: unset;
    border: none;
    border-bottom: 1px solid var(--button-background-primary);
    color: var(--button-background-primary);
    transition: all 0.25s ease-in-out;
    font-size: var(--body-text-size);

}

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

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

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

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

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

.card-title-wrap {
    padding: 0;
}

.wedding-gifts-body .hadiah-card-wrap .hadiah-card {
    width: 100%;
    padding: 16px 8px;
    border: 1px solid var(--background-tertiary);
    background-color: var(--background-primary);
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
    border-radius: 12px;
}

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

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

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

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

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

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

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

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

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

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

    line-height: 150%;
    color: var(--button-background-primary);
    background-color: unset;
    transition: all 0.25s ease-in-out;
}

.hadiah-card-footer .hadiah-card-button:hover {}

/* 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);
    font-weight: 400;
}

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

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

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


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

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

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

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

    .hadiah-card-wrap .img-wrap {
        min-height: 185px;
    }

    .wedding-gifts-body .hadiah-card-wrap .hadiah-card {
        border-radius: 24px;
    }

    .wedding-gift-address-inner,
    .wedding-gift-bank-wrap .bank-item.show {
        min-height: 280px;
    }

}

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

    .wedding-gift-address-wrap .btn-hadiah-copy,
    .hadiah-card-footer .hadiah-card-button {
        padding: 12px 24px;
    }

    .wedding-gift-address-inner,
    .wedding-gift-bank-wrap .bank-item.show {
        min-height: 280px;
    }
}

@media (min-width: 1600px) {

    .wedding-gift-address-wrap .btn-hadiah-copy,
    .hadiah-card-footer .hadiah-card-button {
        padding: 12px 24px;
    }

    .wedding-gifts-body .hadiah-card-wrap .hadiah-card {
        border-radius: 24px;
    }

    .wedding-gift-address-inner,
    .wedding-gift-bank-wrap .bank-item.show {
        min-height: 280px;
    }
}


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

.quote-wrap .quote {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 23.6% 11.8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(var(--background-secondary-rgb), 0.75) 0%, rgba(var(--background-primary-rgb), 0.75) 100%);
    border: 1px solid var(--background-tertiary);
    overflow: hidden;
    min-height: 472px;
}

.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: 700px;
        justify-content: center;
        align-items: center;
    }
}

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

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


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

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

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

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

.wedding-wish-head .wedding-wish-description {}

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

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

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

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

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

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

.wedding-wish-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(var(--text-secondary-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 {
    padding: 12px 16px;
    width: 100%;
    cursor: pointer;
    border: none;
    border-radius: 12px;
    outline: none;
    background-color: rgba(var(--button-background-secondary-rgb), 1);
    color: var(--button-text-secondary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 400;
    line-height: 150%;
    transition: all 0.25s ease-in-out;
}

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

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

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

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

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

.wedding-wish-form form .submit-comment-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.comment-box-wrap.focus 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 {
    padding: 16px;
    background: var(--background-primary);
    margin-bottom: 24px;
    border-radius: 12px;
}

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

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

.comment-head .comment-name {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 600;
    color: var(--text-primary);
}

.comment-head .comment-name>i {
    font-size: 0.7em;
}

.comment-head .comment-date {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    /* font-weight: 600; */
    line-height: 110%;
    display: block;
    margin-top: 4px;
    color: var(--text-tertiary);
}

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

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

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

#moreComment {
    border: none;
    outline: none;
    width: 100%;
    display: block;
    padding: 12px 16px;
    margin: 0 auto;
    border-radius: 12px;
    text-decoration: none;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

#moreComment:hover {
    background-color: rgba(var(--button-background-primary-rgb), 0.75);
    color: var(--button-text-primary);
}


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

}

.footnote-wrap .footnote {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 27% 20.5% 50%;
    gap: 12px;
    background: radial-gradient(50% 50% at 50% 50%, var(--background-primary) 0%, rgba(233, 232, 199, 0.00) 100%);
}

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

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

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

.footnote .content .footnote-title {
    font-size: calc(var(--heading-size));

    color: var(--text-primary);
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footnote .content .bottom-text,
.footnote-wrap .footnote .top-text,
.footnote .content .date {
    color: var(--text-tertiary);
    font-size: var(--body-text-size);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footnote-wrap .orn-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.orn-footnote-logtop {
    width: clamp(217px, 80%, 500px);
}

.footnote-wrap .orn-wrapper .orn-footnote-logo {
    max-width: 26.07%;
}

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

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

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

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

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

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

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

.footnote-wrap .wrapper {}


/* ========================================
      FOOTER
======================================== */
section.footer {
    background: var(--background-primary);
    padding: 0;
    position: relative;
}

section.footer .footer-inner {
    padding: 10px 0;
}

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

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

section.footer .footer-inner .footer-logo path {
    fill: var(--text-secondary);
}

@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 */
.kupu-2 {
    position: absolute;
    width: 15.25%;
    max-width: 100px;
}

.kupu-1 {
    position: absolute;
    width: 17.69%;
    transform: rotate(43deg);
    max-width: 100px;
}

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

.orn-cover-1.left {
    position: absolute;
    width: 60.33%;
    bottom: 0;
    left: 0%;
    transform: translate(-18%, 27.36%);
}

.orn-cover-1-1 {
    position: absolute;
    width: 50.82%;
    top: 0;
    left: 0%;
    transform: translate(-12%, -24.41%);
}

.orn-cover-1-2 {
    position: absolute;
    width: 49.72%;
    bottom: 0;
    left: 0%;
    transform: translate(-1%, -27%) rotate(-32.47deg);
}

.orn-cover-2.right {
    position: absolute;
    width: 67.66%;
    bottom: 10%;
    right: 0%;
    transform: translate(44.48%, -22%) scaleX(-1);
}

.orn-cover-2.left {
    position: absolute;
    width: 67.66%;
    bottom: 10%;
    left: 0%;
    transform: translate(-44.48%, -22%);
}

.orn-cover-3.center {
    position: absolute;
    width: 33.33%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 50.70%);
}

/* COUPLE */
.orn-cp-1 {
    position: absolute;
    width: 32.5%;
    bottom: 0%;
    left: 0%;
    transform: translate(-22%, 0%) rotate(-33.813deg) scaleX(-1);
}

.orn-cp-2 {
    position: absolute;
    width: 31.87%;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%) scaleX(-1);
}

.orn-cp-3 {
    position: absolute;
    width: 43.92%;
    top: 44%;
    right: 0%;
    transform: translate(42.71%, -45%) scaleX(-1);
}

.orn-cp-4 {
    position: absolute;
    width: 56%;
    top: 0%;
    right: 0%;
    transform: translate(27.38%, 0%);
}

/* PHOTO */
.orn-ph-1.right {
    position: absolute;
    width: 84.5%;
    bottom: 0%;
    right: 0%;
    transform: translate(50%, 5%) scaleX(-1);
}

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

.orn-ph-1-1 {
    position: absolute;
    width: 45.3%;
    bottom: 10.87%;
    left: 19.31%;
    transform: translate(0%, 0%);
}

.orn-ph-1-2 {
    position: absolute;
    width: 43.25%;
    bottom: 2.807%;
    left: 22.31%;
    transform: translate(0%, 0%) rotate(-7.706deg);
}

.orn-ph-2.right {
    position: absolute;
    width: 31.66%;
    bottom: 0%;
    right: 0%;
    transform: translate(50%, 11%) scaleX(-1);
}

.orn-ph-2.left {
    position: absolute;
    width: 31.66%;
    bottom: 0%;
    left: 0%;
    transform: translate(-50%, 11%);
}

/* SAVE THE DATE */
.orn-sd-1.right {
    position: absolute;
    width: 26.66%;
    max-width: 150px;
    bottom: 15%;
    right: 0%;
    transform: translate(37%, 0%) rotate(-11.327deg) scaleX(-1);
}

.orn-sd-1.left {
    position: absolute;
    width: 26.66%;
    max-width: 150px;
    bottom: 15%;
    left: 0%;
    transform: translate(-37%, 0%) rotate(11.327deg);
}

.orn-sd-1-1 {
    position: absolute;
    width: 53.17%;
    top: 0%;
    left: 0%;
    transform: translate(0%, -29.55%) rotate(4deg);
}

.orn-sd-1-2 {
    position: absolute;
    width: 126.17%;
    top: 0%;
    right: 0%;
    transform: translate(-4%, -44.28%) rotate(-6deg) scaleX(-1);
}

.orn-sd-2 {
    top: 0%;
    right: 0%;
    transform: translate(-22%, -49%);
}

.orn-sd-3 {
    bottom: 4%;
    left: 12%;
    transform: rotate(-43deg);
}

/* EVENT */
.orn-ev-1 {
    position: absolute;
    width: 48.97%;
    bottom: 0%;
    right: 0%;
    transform: translate(7.15%, 27%);
}

.orn-ev-1-1 {
    position: absolute;
    width: 70.94%;
    bottom: 0%;
    right: 0%;
    transform: translate(27.30%, -13%);
}

.orn-ev-1-2 {
    position: absolute;
    width: 40.79%;
    bottom: 27%;
    left: 0%;
    transform: translate(-49%, 0%) scaleY(-1) rotate(23deg);
}

.orn-ev-2 {
    position: absolute;
    width: 42.30%;
    bottom: 0%;
    right: 0%;
    transform: translate(50%, -10%);
}

.orn-ev-3 {
    position: absolute;
    width: 30.5%;
    bottom: 0%;
    left: 0%;
    transform: translate(-28.57%, 20%);
}

.orn-ev-3-1 {
    position: absolute;
    width: 79%;
    bottom: 0%;
    left: 0%;
    transform: translate(112%, 27%) rotate(90deg);
}

.orn-ev-3-2 {
    position: absolute;
    width: 81.5%;
    bottom: 21%;
    right: 0%;
    transform: translate(20%, 9%) rotate(45deg);
}

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

.orn-ev-4 {
    position: absolute;
    width: 13.5%;
    bottom: 11%;
    left: 15%;
    transform: translate(0%, 7%);
}

.orn-ev-5 {
    position: absolute;
    width: 15%;
    top: 16%;
    right: 1%;
    transform: translate(0%, 7%) rotate(-43deg);
}

.orn-dc-1.left {
    position: absolute;
    width: 28.66%;
    max-width: 150px;
    bottom: -1%;
    left: 0%;
    transform: translate(-57%, 0%) rotate(-11.327deg) scaleX(-1);
}

.orn-dc-1.right {
    position: absolute;
    width: 28.66%;
    max-width: 150px;
    bottom: -1%;
    right: 0%;
    transform: translate(57%, 0%) rotate(11.327deg);
}

/* RSVP */
.orn-rsvp-1.right {
    position: absolute;
    width: 40%;
    top: 0;
    right: 0;
    transform: translate(-16%, 0%) scaleX(-1) scaleY(-1);
}

.orn-rsvp-1.left {
    position: absolute;
    width: 40%;
    top: 0;
    left: 0;
    transform: translate(16%, 0%) scaleY(-1);
}

.orn-rsvp-2.right {
    position: absolute;
    width: 27.69%;
    top: 0;
    right: 0;
    transform: translate(13%, 40%) rotate(24deg) scaleX(-1);
}

.orn-rsvp-2.left {
    position: absolute;
    width: 27.69%;
    top: 0;
    left: 0;
    transform: translate(-13%, 40%) rotate(-24deg);
}

.orn-rsvp-3.center {
    position: absolute;
    width: 25.64%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -5%) scaleY(-1);
}

.orn-rsvp-4.right {
    position: absolute;
    width: 29.74%;
    max-width: 180px;
    top: 2%;
    right: 0;
    transform: translate(45.25%, 40%) scaleX(-1);
}

.orn-rsvp-4.left {
    position: absolute;
    width: 29.74%;
    max-width: 180px;
    top: 2%;
    left: 0;
    transform: translate(-45.25%, 40%);
}

.orn-rsvp-4-1 {
    position: absolute;
    width: 93.10%;
    bottom: 19.63%;
    right: 0;
    transform: translate(11%, 0%) rotate(11.41deg);
}

/* Love Story */

.orn-ls-1.right {
    position: absolute;
    width: 53.75%;
    bottom: 0;
    right: 0;
    transform: translate(49.37%, 0%);
}

.orn-ls-1.left {
    position: absolute;
    width: 53.75%;
    bottom: 0;
    left: 0;
    transform: translate(-49.37%, 0%) scaleX(-1);
}

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

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

.orn-ls-2-1 {
    position: absolute;
    width: 52.26%;
    bottom: 52.28%;
    left: 50%;
    transform: translate(-50%, 0%) scaleX(-1);
}

/* FILTER */
.orn-filter-1.right {
    position: absolute;
    width: 25%;
    bottom: 0;
    right: 0;
    transform: translate(40.84%, 0%);
}

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

.orn-filter-2.right {
    position: absolute;
    width: 28.27%;
    bottom: 10%;
    right: 0;
    transform: translate(52.84%, -2%) rotate(8.5deg);
}

.orn-filter-2.left {
    position: absolute;
    width: 28.27%;
    bottom: 10%;
    left: 0;
    transform: translate(-52.84%, -2%) rotate(-8.5deg) scaleX(-1);
}

.orn-filter-3.right {
    position: absolute;
    width: 26.65%;
    bottom: 23%;
    right: 0;
    transform: translate(50%, -25%);
}

.orn-filter-3.left {
    position: absolute;
    width: 26.65%;
    bottom: 23%;
    left: 0;
    transform: translate(-50%, -25%) scaleX(-1);
}

.orn-filter-3-1 {
    position: absolute;
    width: 69.48%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -81.63%);
}

.orn-filter-4.right {
    position: absolute;
    width: 40%;
    top: 0%;
    right: 0;
    transform: translate(44%, -15.48%);
}

.orn-filter-4.left {
    position: absolute;
    width: 40%;
    top: 0%;
    left: 0;
    transform: translate(-44%, -15.48%) scaleX(-1);
}

.orn-filter-5 {
    position: absolute;
    width: 22.29%;
    top: 0%;
    right: 0;
    transform: translate(76%, -100.48%) rotate(-43deg);
}

.orn-filter-6 {
    position: absolute;
    width: 20.95%;
    bottom: 15%;
    left: 0;
    transform: translate(-73%, -10.48%);
}

/* KADO */
.orn-kado-1.right {
    position: absolute;
    width: 19.85%;
    right: 0;
    bottom: 0;
    transform: translate(52%, 0%) rotate(10.94deg);
}

.orn-kado-1.left {
    position: absolute;
    width: 19.85%;
    left: 0;
    bottom: 0;
    transform: translate(-52%, 0%) rotate(-10.94deg) scaleX(-1);
}

.orn-kado-2.right {
    position: absolute;
    width: 6.43%;
    right: 0;
    top: 0;
    transform: translate(0%, 0%);
}

.orn-kado-2.left {
    position: absolute;
    width: 6.43%;
    left: 0;
    top: 0;
    transform: translate(-0%, 0%) scaleX(-1);
}

/* QUOTE */
.orn-qt-1.right {
    position: absolute;
    width: 28.23%;
    right: 0;
    bottom: 0;
    transform: translate(14%, -9%);
}

.orn-qt-1.left {
    position: absolute;
    width: 28.23%;
    left: 0;
    bottom: 0;
    transform: translate(-14%, -9%) scaleX(-1);
}

.orn-qt-1-1 {
    position: absolute;
    width: 43.75%;
    left: 0;
    bottom: 0;
    transform: translate(-70%, 41%) rotate(46deg);
}

.orn-qt-2.right {
    position: absolute;
    width: 24.117%;
    right: 0;
    bottom: 25%;
    transform: translate(47.5%, -39%);
}

.orn-qt-2.left {
    position: absolute;
    width: 24.117%;
    left: 0;
    bottom: 25%;
    transform: translate(-47.5%, -39%) scaleX(-1);
}

.orn-qt-2-1 {
    position: absolute;
    width: 89%;
    right: 0;
    top: 0%;
    transform: translate(5%, -60.7%);
}

/* Footnote */
.orn-ff-1 {
    position: absolute;
    width: 50.76%;
    bottom: 0;
    left: 0;
    transform: translate(-13.63%, 18%);
}

.orn-ff-1-1 {
    position: absolute;
    width: 99.49%;
    bottom: 0;
    left: 40%;
    transform: translate(21%, 27.22%);
}

.orn-ff-2-1 {
    position: absolute;
    width: 109.49%;
    bottom: 0;
    right: 40%;
    transform: translate(-23%, 19.22%) scaleX(-1);
}

.orn-ff-2 {
    position: absolute;
    width: 45.897%;
    bottom: 0;
    right: 0;
    transform: translate(28.49%, 21.62%);
}

.orn-ff-3.right {
    position: absolute;
    width: 40%;
    bottom: 0;
    right: 0;
    transform: translate(51.60%, 0%) scaleX(-1);
}

.orn-ff-3.left {
    position: absolute;
    width: 40%;
    bottom: 0;
    left: 0;
    transform: translate(-51.60%, 0%);
}

.orn-ff-3-1 {
    position: absolute;
    width: 89.7%;
    bottom: 15.88%;
    left: 33.33%;
    transform: translate(0%, 0%);
}

.orn-ff-3-1-1 {
    position: absolute;
    width: 106.42%;
    top: 0%;
    right: 0%;
    transform: translate(-4%, -62%) rotate(18.418deg);
}

.orn-ff-3-1-1-1 {
    position: absolute;
    width: 125.5%;
    top: 0%;
    left: 0%;
    transform: translate(-25%, -65%) rotate(-15deg);
}

.orn-ff-3-2 {
    position: absolute;
    width: 92.94%;
    bottom: 0%;
    left: 80.33%;
    transform: translate(0%, 5%);
}

.orn-ff-4 {
    position: absolute;
    bottom: 12%;
    left: 32%;
    transform: rotate(-43deg);
}

.orn-ff-5 {
    position: absolute;
    top: 16%;
    right: 22%;
}


@media (min-width : 561px) {

    .orn-ff-3.left,
    .orn-ff-3.right {
        width: 33%;
    }
}

/* TOP COVER */
@media (min-width : 561px) {

    .top-cover .orn-ff-3.left,
    .top-cover .orn-ff-3.right {
        width: 32%;
    }
}

/* PRIMARY-PANE */
.primary-pane .orn-ff-3.left,
.primary-pane .orn-ff-3.right {
    width: 18%;
}

.primary-pane .orn-ff-1 {
    width: 22.76%;
}

.primary-pane .orn-ff-2 {
    width: 20.897%;
}

.primary-pane .orn-ff-5 {
    right: 9%;
    width: 7.25%;
}

.primary-pane .orn-ff-4 {
    bottom: 11%;
    left: 16%;
    width: 7.69%;
}

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

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


/* fly to right */
@keyframes fly-1 {
    0% {
        opacity: 0;
        transform: translate(-250%, 250%) scaleX(1);
        /* Mulai dari kiri bawah */
    }

    5% {
        opacity: 1;
    }

    10% {
        transform: translate(-225%, 225%) scaleX(0.8);
    }

    20% {
        transform: translate(-200%, 200%) scaleX(1);
    }

    30% {
        transform: translate(-175%, 175%) scaleX(0.8);
    }

    40% {
        transform: translate(-150%, 150%) scaleX(1);
    }

    50% {
        transform: translate(-125%, 125%) scaleX(0.8);
    }

    60% {
        transform: translate(-100%, 100%) scaleX(1);
    }

    70% {
        transform: translate(-75%, 75%) scaleX(0.8);
    }

    80% {
        transform: translate(-50%, 50%) scaleX(1);
    }

    90% {
        transform: translate(-25%, 25%) scaleX(0.8);
    }

    100% {
        transform: translate(-0%, 0%) scaleX(1);
        /* Berhenti di posisi awal */
    }
}

@keyframes fly-2 {
    0% {
        opacity: 0;
        transform: translate(0%, 250%) scaleX(1);
        /* Mulai dari kiri bawah */
    }

    5% {
        opacity: 1;
    }

    10% {
        transform: translate(0%, 225%) scaleX(0.8);
    }

    20% {
        transform: translate(0%, 200%) scaleX(1);
    }

    30% {
        transform: translate(0%, 175%) scaleX(0.8);
    }

    40% {
        transform: translate(0%, 150%) scaleX(1);
    }

    50% {
        transform: translate(0%, 125%) scaleX(0.8);
    }

    60% {
        transform: translate(0%, 100%) scaleX(1);
    }

    70% {
        transform: translate(0%, 75%) scaleX(0.8);
    }

    80% {
        transform: translate(0%, 50%) scaleX(1);
    }

    90% {
        transform: translate(0%, 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);
    }
}

@keyframes flap-1 {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(.8);
    }

    100% {
        transform: scaleX(1);
    }
}

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

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

/* Global  */

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

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

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

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

/* Photo */
.orn-ph-1>.image-wrap img {
    transform-origin: 45% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
    animation-delay: .6s;
}

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

/* Save Date */
.orn-sd-1>.image-wrap img,
.orn-dc-1>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

/* Agenda  */
.orn-ev-2>.image-wrap img {
    transform-origin: 45% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
    animation-delay: .6s;
}

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

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

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

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

/* Love story */
.orn-ls-2>.image-wrap img {
    transform-origin: 45% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
    animation-delay: .7s;
}

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

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

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

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

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

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

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

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

.effects.chindy>div {
    width: 8%;
    height: 3%;
    top: -10%;
    opacity: .6;
}

@media (min-width : 1600px) {
    section.love-story{
        padding: 7% 0px;
    }

    section.live-streaming{
        padding-bottom: 6.3%;
    }
    .quote-wrap{
        padding: 6% 6.45% 6%;
    }
    .wedding-wish-wrap{
        padding: 6% 24px;
    }
    section.protocol-04{
        padding: 5% 0 7%;
    }
}
@media (min-width : 561px) and (max-width : 960px) {
    section.love-story{
        padding: 7% 0px;
    }

    section.live-streaming{
        padding-bottom: 6.3%;
    }
    .quote-wrap{
        padding: 6% 6.45% 6%;
    }
    .wedding-wish-wrap{
        padding: 6% 24px;
    }
    section.protocol-04{
        padding: 5% 0 7%;
    }
}