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

/* gienzka */
body.gienzka {
    /* Heading Family */
    --heading-family: "Carattere", cursive;
    --heading-style: normal;
    --heading-weight: 400;
    --heading-size: 60px;
    --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.gienzka.original {
    /* Colors */
    --background-primary: #E8DBCB;
    --background-primary-rgb: 232, 219, 203;

    --background-secondary: #F8F0E3;
    --background-secondary-rgb: 248, 240, 227;

    --background-tertiary: #1E3226;
    --background-tertiary-rgb: 30, 50, 38;

    /* Text Colors */
    --text-primary: #4F0A1C;
    --text-primary-rgb: 79, 10, 28;

    --text-secondary: #435649;
    --text-secondary-rgb: 67, 86, 73;

    --text-tertiary: #F5F4EC;
    --text-tertiary-rgb: 245, 244, 236;

    /* Button Colors */
    --button-text-primary: #F7F6ED;
    --button-text-primary-rgb: 247, 246, 237;

    --button-background-primary: #4F0A1C;
    --button-background-primary-rgb: 79, 10, 28;

    --button-text-secondary: #4F0A1C;
    --button-text-secondary-rgb: 79, 10, 28;

    --button-background-secondary: #D2AE6D;
    --button-background-secondary-rgb: 210, 174, 109;

    /* ornament */
    --texture-1: url("https://katsudoto.id/media/template/exclusive/gienzka/original/texture-1.png");
    --frame-cover-mask: url("https://katsudoto.id/media/template/exclusive/gienzka/original/mask-cover.png");
    --mask-couple: url("https://katsudoto.id/media/template/exclusive/gienzka/original/mask-couple.png");
    --bg-pp: url("https://katsudoto.id/media/template/exclusive/gienzka/original/Orn-32.png");
}

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

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

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

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

/* Fonts */
body.gienzka h1,
body.gienzka h2,
body.gienzka h3,
body.gienzka h4,
body.gienzka h5,
body.gienzka 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.gienzka 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-secondary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ============================================
    SIDE TO SIDE => PRIMARY PANE
============================================ */
.kat-page__side-to-side .primary-pane .inner {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* padding: 10% 0 15px; */
    flex: 1;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-image: var(--texture-1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: flex-start;
    align-items: center;
}

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

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

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

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

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

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

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

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

/* .primary-pane .footnote-frame {
    max-width: 180px;
  } */
section.primary-pane .inner .logo-wrap {
    position: relative;
    width: 36.05%;
    margin: 0 auto;
    max-width: 240px;
}

section.primary-pane .inner .logo-wrap .logo-1 {
    position: relative;
    width: 100%;
}

section.primary-pane .inner .logo-wrap .logo-2 {
    position: absolute;
    width: 43.1%;
    left: 50%;
    bottom: 41%;
    transform: translate(-52%, 51%);
}

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

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

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

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

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

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

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

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

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

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

.pp-mask{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(var(--background-secondary-rgb), 0.00) 0%, rgba(var(--background-secondary-rgb), 0.75) 100%);
}

@media (max-width: 1440px) {
    section.primary-pane .inner .logo-wrap{
        width: 30.05%;
    }
    section.primary-pane .inner .head-wrap{
        padding-top: 4%;
    }
}
@media (min-width: 1600px) {
    .kat-page__side-to-side .primary-pane .inner .details p {
        font-size: calc(var(--body-text-size) + var(--fs-extra-1));
    }

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

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

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

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

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

.kat-page__side-to-side .secondary-pane {
    position: static;
    right: 0;
    width: 39%;
    margin-left: auto;

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

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

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


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

@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;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--background-secondary-rgb), 0.00) 0%, rgba(var(--background-secondary-rgb), 0.75) 100%);
}

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



/* details */
.no-photo .top-cover-details {
    justify-content: center;
}

.top-cover-details {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-cover-details--content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
    z-index: 1;
    padding: 20% 10% 11.4%;
}

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

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

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

.tc-bot-wrap {
    position: relative;
    padding: 24% 24px 26%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    background: radial-gradient(50% 50% at 50% 50%, var(--background-secondary) 0%, rgba(var(--background-secondary-rgb), 0.00) 100%);
}

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

.cover-free-text>a {
    color: var(--text-primary);
}

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

.top-cover .link-wrap .greeting-text {
    color: var(--text-primary);
    text-align: center;
}

.top-cover .tc-btn-open-wrap {
    display: flex;
    flex-direction: column;
}

.top-cover .tc-btn-open-wrap a.link {
    border: none;
    outline: none;
    text-align: center;

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

    border: none;

    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: 0% 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-secondary-rgb), 1);
    color: var(--button-text-secondary);
}

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

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

section.cover .inner .head .bottom-text {
    color: var(--text-secondary);
    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;
}

@media (max-width : 960px) {
    
    section.cover .inner .body.highlight.no_mobile {
        display: none;
    }
}

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

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;
    /* transform: translateX(-50%); */
}

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

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

@media (min-width: 560px) and (max-width: 960px) {
    section.cover {
        padding: 0px 0px 11%;
    }
}

@media (min-width: 1600px) {
    section.cover {
        padding: 0px 0px 11%;
    }
}

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


/* ========================================
        QUOTE
======================================== */
.quote-wrap {
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-frame {
    position: relative;
    width: 100%;
    /* max-width: 500px; */
    /* min-height: 400px; */
    margin: 0 auto;
    /* padding: 8px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 27% 0 27%;
}

.quote-frame .quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 69.23%;
    max-width: 500px;
    min-height: 250px;
    text-align: center;
    position: relative;
    gap: 24px;
}

.quote .quote-caption {
    font-size: calc(var(--body-text-size));
    line-height: 150%;
    font-style: italic;
}

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

    .quote-frame .quote {
        min-height: 400px;
        width: 500px;
    }


}

@media (min-width: 961px) {
    .quote-frame {
        min-height: 550px;
    }

    .quote-frame .quote {
        min-height: 400px;
        width: 280px;
    }


}

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


/* ==============================
        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: 15.2%;
    margin-top: 0%;
}

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

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

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

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

.couple-picture-wrap {
    position: absolute;
    top: 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 13%;
    text-align: center;
    padding-top: 0;
    /* max-width: 500px; */
    margin: 0 auto;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.photo-inner {
    padding: 8% 0px 5%;
}

.photo-head {
    position: relative;
    padding: 0px 40px 40px;
    text-align: center;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.photo-body {
    position: relative;
    /* margin-top: 6.3%; */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

.video-wrapper {
    position: relative;
}

section.video-gallery .inner .video-outer .video:nth-child(even) .video-wrapper .preview>img {
    /* transform: translate(-50%, -50%) scaleX(-1); */
}

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

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

section.video-gallery .inner .video-outer .video {
    position: relative;
    width: 100%;
    /* max-width: 425px; */
    margin: 0px 0px 20px;
    padding: 0px 30px;
}

section.video-gallery .inner .video-outer .video:nth-child(even) .ornaments-wrapper {
    transform: scaleX(-1);
}

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

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

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

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

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

/* video label */
section.video-gallery .inner .video-outer .video>.title {
    /* margin-top: 8px; */
    padding: 10px 40px;
    text-align: center;
}

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

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

@media (min-width: 560px) and (max-width: 960px) {
    section.video-gallery .inner .video-outer .video {
        padding: 0px 70px;
    }
}


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

.love-story-inner {
    position: relative;
}

.love-story-head {
    text-align: left;
    padding: 5% 24px 2%;
    position: relative;
}

.love-story-head .love-story-title {
    text-align: center;
}

.love-story-body {
    padding: 20px;
    width: 100%;
    /* max-width: 500px; */
    margin: 0 auto;
    padding-right: 0;
}

/* Story Chitra */
.story-chitra__slider-wrap {
    position: relative;
    border-radius: 0px;
    overflow: visible;
}

/* Story Chitra For */
.story-chitra__slider-for {
    position: relative;
}

.story-chitra__slider-for .slick-track,
.story-chitra__slider-for .slick-list {
    /* border-radius: 15px; */
}

.story-chitra__slider-for__item {
    background-image: var(--story-background);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;

    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    width: 320px;
    height: 420px;

    margin: 5px 5px;
}

.story-chitra__slider-for__item::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.story-chitra__content {
    width: 100%;
    height: 90%;
    text-align: left;
    /* padding: 0 15%; */
    padding: 0 12px;
    margin: 0 auto;
    /* margin-right: -17px; */
    position: relative;
    z-index: 2;
    overflow-y: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

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

.story-chitra__content .story-chitra__title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    gap: 8px;
    position: relative;
    z-index: 2;

    font-family: var(--body-text-family);
    font-style: var(--body-text-style);
    font-weight: var(--body-text-weight);
    font-size: var(--body-text-size);
    text-transform: var(--body-text-lettercase);
    color: var(--text-tertiary);
}

.story-chitra__content .story-chitra__title::after {
    background-color: var(--text-tertiary);
    height: 1px;
    flex: 1;
    content: "";
}

.story-chitra__content .story-chitra__caption {
    position: relative;
    font-size: var(--body-text-size);
    font-weight: 400;
    color: var(--text-tertiary);
    z-index: 2;
    max-height: 85px;
    line-height: 150%;
    text-align: center;
}

/* Story Chitra Nav */
.story-chitra__slider-nav {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.story-chitra__slider-nav__item__manual {
    height: 3px;
    flex-grow: 1;
    max-width: 50px;
    background-color: rgba(var(--light-rgb), 0.5);
    transition: all 0.25s ease-in-out;
}

.story-chitra__slider-nav__item__manual.is-active {
    background-color: var(--light-clr);
}

/* Story Chitra Arrows */
.story-chitra__arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    color: var(--light-clr);
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.25s ease-in-out;
}

.story-chitra__arrow-btn svg {
    width: 12px;
    height: auto;
    display: block;
}

.story-chitra__arrow-btn svg path {
    stroke: var(--light-clr);
}

.story-chitra__arrow-btn.prev {
    left: 14px;
}

.story-chitra__arrow-btn.next {
    right: 14px;
}

.story-chitra__arrow-btn:hover {
    opacity: 1;
}

.story-chitra__arrow-btn.slick-disabled {
    display: none !important;
}

@media (max-width: 560px) {
    .story-chitra__slider-for__item {
        height: 420px !important;
    }
}



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

.agenda-inner {
    padding: 0px;
}

/* head */
.agenda-head {
    position: relative;
    text-align: center;
    margin-bottom: 11%;
}

.orn-event-head {
    position: relative;
    width: 100%;
}

.agenda-head-wrap {
    position: absolute;
    width: 100%;
    padding: 40px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

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

.agenda-head .agenda-description {
    margin-bottom: 0px;
    padding: 0 7%;
}

/* body */
.agenda-body {}

.agenda-body .line {
    width: 100%;
    height: 1px;
    background: var(--button-text-primary);
}

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

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

.event-head {
    padding: 0 40px;
    text-align: center;
    max-width: 500px;
    margin: 0% auto 5%;
    display: flex;
    flex-direction: column;
    gap: 8px;

}

.event-head .event-date,
.event-head .event-day {
    font-size: calc(var(--heading-size) - 28px);
    font-family: var(--body-text-family);
    font-style: italic;
    color: var(--text-secondary);
}

.event-head.hide {
    display: none;
}

.event-head .event-description {
    /* margin-top: 24px; */
}

.event-schedule-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
    position: relative;
    margin-bottom: 24px;
}

.event-schedule-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 12px;
}

/* Activity */
.activity-wrap {
    padding: 0 35px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.activity-wrap.same-location {}

/* activity item */
.activity-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    /* min-height: 600px; */
    margin: 17% auto 10%;
}

.activity-item:first-of-type {
    /* margin: 0px auto; */
}

/* activity content */
.activity-content {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-height: 460px;
    padding: 22% 15% 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    /* background: var(--background-tertiary); */
    /* border-radius: 24px; */
    max-width: 550px;
    border-radius: 999px 999px 0 0;
}

.activity-content::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;

    background: rgba(var(--background-secondary-rgb), 0.80);
    border-radius: 999px 999px 0 0;
}

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

.activity-head svg.activity-icon {
    width: 70px;
    height: 70px;
    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) - 28px);
    color: var(--text-primary);
    line-height: normal;
    padding: 4px 10px;
}

.activity-head .activity-description {
    color: var(--text-secondary);
    font-weight: 700;
    line-height: 150%;

}

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

/* Agenda Details */
.event-details::-webkit-scrollbar,
.activity-details::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

.event-details,
.activity-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap: 8px;
}

.event-details .event-hall,
.activity-details .activity-hall {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 700;
    font-style: normal;
    color: var(--text-secondary);
}

.event-details .event-address,
.activity-details .activity-address {
    font-size: var(--body-text-size);
}

.event-details .event-city,
.activity-details .activity-city {
    font-size: var(--body-text-size);
}

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

.activity-link-wrap {
    margin-top: 8px;
}

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

    display: flex;
    align-items: center;
    padding: 12px 16px;

    text-decoration: none;
    border-bottom: 1px solid var(--button-text-primary);
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);

    transition: 0.3s ease-in-out;
    border-radius: 12px;
}

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

@media (min-width: 768px) {
    .agenda-head {
        padding: 0px 40px;
    }

    .activity-content {
        min-height: 660px;
        padding-bottom: 17%;
        padding-top: 36%;
    }
}
@media (min-width: 561px) and (max-width: 960px) {
    .agenda-head {
        margin-bottom: 2%;
    }
}

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


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

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

.dress-wrapper .dress-title {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size));
    line-height: normal;
}

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

.dress-footer {}

.dress-inner .dress-footer p {
    text-align: left;
    line-height: 150%;
    font-style: italic;
    font-size: var(--body-text-size);
}

.dress-list {
    gap: 12px;
    flex-direction: row;
    align-items: unset;
    justify-content: center;
}

.dress-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    padding-top: 24px;
    border-radius: 999px 999px 12px 12px;
    align-items: center;
    min-width: 165px;
    justify-content: center;
    /* flex: 1; */
    width: 50%;
    margin: 0 auto;
}

.dress-item.preview_nexist .bg-dress-item {
    display: none;
}
.dress-item.preview_nexist .orn-dc-1 {
    display: none;
}
.dress-item .bg-dress-item {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    border-radius: 999px 999px 12px 12px;
    background: var(--background-secondary);
}

.dress-preview {
    border-radius: 8px;
    background: var(--background-primary);
    position: relative;
    width: 117px;
    height: 117px;
}
.dress-color-item{
    width: 24px;
    height: 24px;
}
.dress-color-list {
    position: relative;
}

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

body.gienzka p.dress-item-title {
    color: var(--text-primary);
    position: relative;
}

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

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

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

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

/* ==============================
?        RSVP
============================== */
.rsvp-wrap {
    /* display: flex;
    flex-direction: column; */
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 5% 25px 12%;
    min-height: 100vh;
}

.rsvp-wrap::before {}

.rsvp-inner {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    /* overflow: hidden; */
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px; */
}

/* Head */
.rsvp-head {
    padding: 0px;
    text-align: center;
    margin-bottom: 10%;
    position: relative;
    z-index: 2;
}

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

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

.rsvp-body_wrapper {
    /* overflow: hidden; */
    position: relative;
}

.rsvp-body-wrap {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) + 8px);
    color: var(--text-tertiary);
    padding: 24px 0px;
    margin-bottom: 10px;
}

.rsvp-body-inner_wrapper {
    position: relative;
    padding: 12% 32px;
    border-radius: 40px;
    border: 2px solid var(--text-primary);
    background: var(--background-secondary);
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
}

.rsvp-body {
    position: relative;
    /* padding: 80px 40px;
    border-radius: 999px 999px 0px 0px;
    border: 2px solid var(--text-primary);
    background: var(--background-primary); */
}

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

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

.rsvp-status-head .rsvp-status-caption {
    color: var(--text-secondary);
}

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

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

.rsvp-status-wrap input[name="rsvp_status"]:checked+.rsvp-confirm-btn.going {

    min-width: 50%;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}

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

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

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

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

.rsvp-session-wrap .session-caption-wrap .caption {
    font-family: var(--body-text-family);
    font-style: var(--body-text-style);
    font-weight: var(--body-text-weight);
    font-size: var(--body-text-size);
    text-transform: var(--body-text-lettercase);
    line-height: 1;
    color: var(--text-secondary);
    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: 20px;
}

.rsvp-amount-controller .toggle-btn {
    background-color: transparent;
    border: none;
    outline: none;
    height: 40px;
    width: 40px;
    border-radius: 12px;
    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;
}

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

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

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

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

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

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

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

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

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

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

.form-control.group-guest,
.rsvp-plus-wrapper .form-control,
.rsvp-amount-controller .input-control {
    width: 100%;
    outline: none;
    text-align: center;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: var(--body-text-weight);
    border: 1px solid var(--button-text-secondary);
    border-radius: 12px;
    background: var(--background-secondary);
    color: var(--text-secondary);
}
.rsvp-amount-controller .input-control {
    height: 40px;
    pointer-events: none;
}

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

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

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

.rsvp-confirm-btn {
    width: 100%;
    display: inline-block;
    padding: 12px;
    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;

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

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

.rsvp-session-btn,
.form-check-label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    height: 100%;
    font-family: var(--body-text-family);
    border-radius: 12px;
    gap: 4px;

    background: var(--button-background-secondary);
    color: var(--button-text-secondary);
    font-weight: 400;
    font-size: var(--body-text-size);
}

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

.session-btn-wrap input[name="selected_event[]"]:checked+.rsvp-session-btn svg {
    display: block;
}

.rsvp-session-btn svg {
    width: 20px;
    height: auto;
    display: none;
}

.rsvp-session-btn svg path {
    color: var(--button-text-primary);
    fill: var(--button-text-primary);
}

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

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

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

.rsvp-confirm-btn.going:hover {}

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

.rsvp-confirm-btn.not-going:hover {}

.rsvp-confirm-btn.confirm {
    background: 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: 20px 0;
    margin-top: 0px;
}

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

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

.general-qrcode {
    padding: 5% 20px 0;
}

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

@media (min-width: 768px) {
    .rsvp-message-wrap .rsvp-message-title {
        padding: 30px 0;
    }
}

@media (min-width: 1200px) {
    .rsvp-message-wrap .rsvp-message-title {
        padding: 30px 0;
    }
}


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

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

}

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

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

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

/* 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: 24px;
    display: flex;
    justify-content: center;
}

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

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

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

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

.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) {
    section.live-streaming {
        /* min-height: 850px; */
        padding-bottom: 10%;
    }

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


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

/* head */
.ig-filter-head {
    position: relative;
    text-align: center;
    padding: 40px 0px;
    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(100% - 102px);
    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(--text-primary); */
    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: 8% 0px 12%;
    overflow: hidden;
}

.wedding-gift-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40% 0 35%;
    border-radius: 1000px;
    background: rgba(var(--background-secondary-rgb), 0.85);
    backdrop-filter: blur(2px);
    max-width: 600px;
    margin: 0 auto;
}

/* 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;
    line-height: 150%;
}

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

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

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

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

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

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

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

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

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

.wedding-gift-bank-wrap .bank-item {
    padding: 0px;
    align-items: flex-start;
    display: none;
    padding: 16px 11%;
    border-radius: 16px;
    background-color: var(--background-primary);
}

.wedding-gift-bank-wrap .ph-copy-simple {
    padding: 4px;
    border-radius: 4px;
    color: var(--button-text-secondary);
    background: var(--button-background-secondary);
}

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

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

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

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

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

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

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

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

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

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

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

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

.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: 1px solid var(--button-background-primary);
    border-radius: 12px;
    padding: 12px 16px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-secondary);
}

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

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

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

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

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

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

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

    .wedding-gift-inner {
        padding-top: 35%;
    }
}

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

    .wedding-gift-inner {
        padding-top: 35%;
    }
}


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

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

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

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

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

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

.wedding-gift-address-wrap {
    background-color: transparent;
    text-align: center;
    gap: 4px;
}

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

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

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

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

.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: 4px;
    padding: 12px 16px;
    border-radius: 12px;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    font-family: var(--body-text-family);
    width: fit-content;
    margin: auto;
    gap: 4px;
    margin-top: 4px;
}

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

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

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

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

    display: flex;
    flex-direction: column;
    border-radius: 999px 999px 60% 60%;
    background: var(--background-secondary);
    overflow: hidden;
}

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

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

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

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

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

.card-title-wrap .hadiah-card-title {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 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-primary);
    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-primary);
    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-primary);
}

.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: 12px 16px;

    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
    transition: all 0.25s ease-in-out;
    border-radius: 12px;
    width: 100%;
}

/* MODAL KADO */
.kat__cropper-modal.kado {}

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

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

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

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

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

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

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

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

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

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

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


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

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


/* ======================
    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;
    padding-bottom: 15%;
}

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

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

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

.protocol.protocol-01 .inner .body {
    margin: 0px;
    padding: 40px 0px 0px;
    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 15%;
}

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

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

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

.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;
    padding-bottom: 26%;
}

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

section.protocol-04 .inner .head {
    padding: 11% 6.3% 5.6%;
    max-width: unset;
    margin-bottom: 40px;
    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);
}

.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-secondary);
    border: 1px solid var(--text-primary);
    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) {
    section.protocol-04 .inner .head {
        padding: 11% 20% 15.6%;
    }
}

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

    section.protocol-04 .inner .head {
        padding: 11% 20% 15.6%;
        max-width: unset;
        margin-bottom: 40px;
        position: relative;
    }
}


/* ==============================
?        Wedding Wish
============================== */
.wedding-wish-wrap {
    position: relative;
    overflow: hidden;
    padding: 5% 0px 0px;
    background-image: var(--texture-couple);
    background-size: 100% auto;
    background-repeat: repeat;
}

/* .wedding-wish-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, #fcfcfc 100%);
  } */

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

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

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

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

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

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

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

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

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

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

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

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

.wedding-wish-form .form-control:focus {
    /* border: 1px solid var(--text-primary); */
    box-shadow: none;
}

.wedding-wish-form textarea.form-control {
    min-height: 40px;
    max-height: 250px;
}

.wedding-wish-form .submit-comment {
    border: none;
    outline: none;
    width: 100%;
    display: block;
    padding: 12px 20px;
    margin: 0 auto;
    border-radius: 12px;
    text-decoration: none;
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

.comment-head .comment-name {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 400;
    color: var(--text-primary);
    line-height: 150%;
}

.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: 400;
    line-height: 150%;
    display: block;
    margin-top: 4px;
    color: var(--text-secondary);
    font-style: italic;
}

.comment-head .delete-comment {
    position: absolute;
    top: 0px;
    right: 0px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: var(--text-primary);
    transition: color 0.25s ease-in-out;
}

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

.comment-body {}

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

/* More Comment */
.more-comment-wrap {
    padding: 20px 0px 30px;
    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: 500;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

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

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

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

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


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

.footnote-mask {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(var(--background-secondary-rgb), 0.00) 0%, var(--background-secondary) 100%);
}

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

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

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

.footnote-wrap .footnote .footnote-inner-wrap {
    position: relative;
    text-align: center;
    padding: 26% 5% 9%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 2;
    width: 100%;
    /* background: radial-gradient(50% 50% at 50% 50%, #FFF6F0 0%, rgba(255, 244, 211, 0.00) 100%); */
}

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

section.footnote-wrap .footnote .logo-wrap .logo-1 {
    position: relative;
    width: 100%;
}

section.footnote-wrap .footnote .logo-wrap .logo-2 {
    position: absolute;
    width: 43.1%;
    left: 50%;
    bottom: 41%;
    transform: translate(-52%, 51%);
}


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

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

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

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

@media (min-width: 560px) and (max-width: 960px) {
    .footnote-wrap .footnote {
        padding: 40px 24px 50px;
        gap: 16px;
    }
}

@media (min-width: 1200px) {

    .footnote-wrap .footnote {
        padding: 40px 24px 50px;
        gap: 16px;
    }

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

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

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

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

@media only screen and (max-width: 960px) {
    section.footer .footer-inner.flex-column {
        flex-direction: column;
        padding-top: 80px;
        padding-bottom: 150px;
    }

    section.footer .footer-inner.flex-column p {
        margin-right: 0;
        font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    }

    section.footer .footer-inner.flex-column .footer-logo {
        margin-top: 10px;
        width: 150px;
    }
}

/* ======================
    ORNAMENTS
====================== */
/* COVER  */
.orn-cover-1.right {
    position: absolute;
    width: 49.2%;
    right: 0;
    bottom: 0;
    transform: translate(49.06%, 5%) scaleX(-1);
}

.orn-cover-1.left {
    position: absolute;
    width: 49.2%;
    left: 0;
    bottom: 0;
    transform: translate(-49.06%, 5%);
}

.orn-cover-1-1 {
    position: absolute;
    width: 89.06%;
    right: 0;
    bottom: 0;
    transform: translate(24%, 30.76%);
}

.orn-cover-1-2 {
    position: absolute;
    width: 46.35%;
    right: 0;
    bottom: 0;
    transform: translate(79.77%, 16.56%);
}

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

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

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

.orn-cover-5 {
    position: absolute;
    width: 117.36%;
    left: 0;
    bottom: 0;
    transform: translate(9.4%, -3px);
}

.orn-cover-6.center {
    position: absolute;
    width: 22.05%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 26%);
}

.orn-cover-7 {
    position: absolute;
    width: 42.5%;
    right: 0%;
    top: 0;
    transform: translate(40%, 30%) rotate(15deg);
}

@media (min-width : 561px) {

    .orn-cover-1.left,
    .orn-cover-1.right {
        width: 46.2%;
    }

    .orn-cover-1.left {
        transform: translate(-45.06%, 5%);
    }

    .orn-cover-1.right {
        transform: translate(45.06%, 5%) scaleX(-1);
    }
}

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

.orn-qt-1.left {
    position: absolute;
    width: 91.28%;
    transform: translate(-44.94%, 0%);
    bottom: 0;
    left: 0;
}

.orn-qt-2.right {
    position: absolute;
    width: 62.56%;
    transform: translate(50%, 0%) scaleX(-1);
    top: 0;
    right: 0;
}

.orn-qt-2.left {
    position: absolute;
    width: 62.56%;
    transform: translate(-50%, 0%);
    top: 0;
    left: 0;
}

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

    .orn-qt-1.right,
    .orn-qt-1.left {
        width: 86.28%;
    }
}

@media (min-width: 1600px) {

    .orn-qt-1.right,
    .orn-qt-1.left {
        width: 86.28%;
    }
}

/* COUPLE */
.orn-cp-1 {
    position: absolute;
    width: 62.62%;
    left: 0%;
    bottom: 0%;
    transform: translate(-20%, 22%);
}

.orn-cp-2 {
    position: absolute;
    width: 43.11%;
    left: 34%;
    bottom: 0%;
    transform: translate(0%, 45%) rotate(100.5deg);
}

.orn-cp-3 {
    position: absolute;
    width: 41.52%;
    left: 0%;
    bottom: 16%;
    transform: translate(-42.5%, 0%) scaleX(-1);
}

.orn-cp-4 {
    position: absolute;
    width: 25.06%;
    left: 0%;
    bottom: 32%;
    transform: translate(-45.94%, 0%);
}

.orn-cp-5 {
    position: absolute;
    width: 31.4%;
    left: 0%;
    bottom: 32%;
    transform: translate(-37.56%, -13%) scaleX(-1);
}

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

.orn-cp-7 {
    position: absolute;
    width: 87.17%;
    left: 0%;
    top: 50%;
    transform: translate(50%, -50%) rotate(90deg);
}

.orn-cp-detail {
    position: absolute;
    width: 28.46%;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}

.groom .orn-cp-detail {
    position: absolute;
    width: 28.46%;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Save The Date */
.orn-sd-1.left {
    position: absolute;
    width: 35.625%;
    left: 0;
    bottom: 18%;
    transform: translate(-30%, 5%);
}

.orn-sd-1.right {
    position: absolute;
    width: 35.625%;
    right: 0;
    bottom: 18%;
    transform: translate(30%, 5%) scaleX(-1);
}

.orn-sd-2.left {
    position: absolute;
    width: 44.21%;
    left: 0;
    bottom: 1%;
    transform: translate(-7%, -5%) rotate(-210deg);
}

.orn-sd-2.right {
    position: absolute;
    width: 44.21%;
    right: 0;
    bottom: 1%;
    transform: translate(7%, -5%) rotate(210deg) scaleX(-1);
}

.orn-sd-3.left {
    position: absolute;
    width: 36.156%;
    left: 0;
    bottom: 36%;
    transform: translate(-32%, 5%) rotate(10deg) scaleX(-1);
}

.orn-sd-3.right {
    position: absolute;
    width: 36.156%;
    right: 0;
    bottom: 36%;
    transform: translate(32%, 5%) rotate(-10deg);
}

.orn-sd-4.left {
    position: absolute;
    width: 29.375%;
    left: 0;
    bottom: 29%;
    transform: translate(-12%, 5%) rotate(-3deg);
}

.orn-sd-4.right {
    position: absolute;
    width: 29.375%;
    right: 0;
    bottom: 29%;
    transform: translate(12%, 5%) rotate(3deg) scaleX(-1);
}


/* VIDEO */
.orn-video-1.right {
    position: absolute;
    width: 91.28%;
    transform: translate(44.94%, 0%) scaleX(-1);
    top: 0;
    right: 0;
}

.orn-video-1.left {
    position: absolute;
    width: 91.28%;
    transform: translate(-44.94%, 0%);
    top: 0;
    left: 0;
}

.orn-video-2 {
    position: absolute;
    width: 26.98%;
    right: 0;
    bottom: 0;
    transform: translate(40%, 15%);
}

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

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

@media (min-width: 561px) and (max-width: 960px) {
    .orn-video-2 {
        width: 18.98%;
    }
}

/* Love Story */
.orn-ls-1.right {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 0%;
    transform: translate(50%, 0%) rotate(90deg);
}

.orn-ls-1.left {
    position: absolute;
    width: 100%;
    right: 0%;
    top: 0%;
    transform: translate(-50%, 0%) rotate(-90deg);
}

/* Agenda */
.orn-event-1 {
    position: absolute;
    width: 56.25%;
    right: 0%;
    bottom: 0%;
    transform: translate(37.22%, 26.5%);
}

.orn-event-1-1 {
    position: absolute;
    width: 47.22%;
    right: 0%;
    top: 0%;
    transform: translate(-30.58%, -30.43%) scaleX(-1);
}

.orn-event-1-2 {
    position: absolute;
    width: 36.11%;
    right: 0%;
    top: 0%;
    transform: translate(-55.38%, -52%);
}

.orn-event-1-3 {
    position: absolute;
    width: 40%;
    right: 0%;
    top: 0%;
    transform: translate(-18%, -80.88%);
}

.orn-event-1-3-1 {
    position: absolute;
    width: 83.33%;
    right: 0%;
    top: 0%;
    transform: translate(-20%, -23.07%);
}

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

.orn-event-2 {
    position: absolute;
    width: 25.9375%;
    left: 0;
    bottom: 0%;
    transform: translate(-49.39%, 14.78%);
}

.orn-event-3 {
    position: absolute;
    width: 45.55%;
    left: 0;
    bottom: 0%;
    transform: translate(-13.39%, 45%) rotate(76deg) scaleX(-1);
}

.orn-event-4 {
    position: absolute;
    width: 21.25%;
    left: 0;
    bottom: 0%;
    transform: translate(-69.117%, 43.54%);
}

.orn-event-5 {
    position: absolute;
    width: 32.89%;
    left: 16%;
    bottom: 0%;
    transform: translate(0%, 43.54%);
}

.orn-event-6 {
    position: absolute;
    width: 45%;
    left: 0;
    bottom: 10%;
    transform: translate(-58.33%, 5%);
}

.orn-event-6-1 {
    position: absolute;
    width: 79.86%;
    left: 0;
    top: 0%;
    transform: translate(16.5%, -27.97%);
}

.orn-event-6-2 {
    position: absolute;
    width: 91.66%;
    left: 0;
    top: 0%;
    transform: translate(7.19%, -65.46%);
}

.orn-event-7.right {
    position: absolute;
    width: 96.25%;
    left: 0%;
    bottom: 5%;
    transform: translate(53.86%, 0%);
}

.orn-event-7.left {
    position: absolute;
    width: 96.25%;
    right: 0%;
    bottom: 5%;
    transform: translate(-53.86%, 0%) scaleX(-1);
}

.orn-event-8.right {
    position: absolute;
    width: 76.25%;
    right: 0%;
    top: 0%;
    transform: translate(56.55%, -25%) scaleX(-1);
}

.orn-event-8.left {
    position: absolute;
    width: 76.25%;
    left: 0%;
    top: 0%;
    transform: translate(-56.55%, -25%);
}

/* DRESSCODE */
.orn-dc-1.right {
    position: absolute;
    width: 43.63%;
    top: 0;
    right: 0;
    transform: translate(41.67%, 2px);
}

.orn-dc-1.left {
    position: absolute;
    width: 43.63%;
    top: 0;
    left: 0;
    transform: translate(-41.67%, 2px) scaleX(-1);
}

.orn-dc-2.right {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 50%;
    transform: translate(50%, -50%) rotate(90deg);
}

.orn-dc-2.left {
    position: absolute;
    width: 100%;
    right: 0%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}

/* RSVP */
.rsvp-wrap .orn-video-2 {
    width: 32.89%;
    transform: translate(60%, 28%);
}

.orn-rsvp-1 {
    position: absolute;
    width: 52.81%;
    bottom: 0;
    left: 0;
    transform: translate(-63.90%, 21.27%) scaleX(-1) scaleY(-1);
}

.orn-rsvp-1-1 {
    position: absolute;
    width: 33.13%;
    bottom: 31%;
    right: 21%;
    transform: translate(-63.90%, 21.27%) scaleX(-1) scaleY(-1);
}

.orn-rsvp-2 {
    position: absolute;
    width: 41.25%;
    bottom: 6%;
    left: 0;
    transform: translate(-71.9%, -10.27%);
}

.orn-rsvp-3 {
    position: absolute;
    width: 110.5%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -22.63%);
}

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

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

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

.orn-filter-2.right {
    position: absolute;
    width: 39.16%;
    bottom: 10%;
    right: 0;
    transform: translate(56.38%, 0%) scaleX(-1);
}

.orn-filter-2.left {
    position: absolute;
    width: 39.16%;
    bottom: 10%;
    left: 0;
    transform: translate(-56.38%, 0%);
}

.orn-filter-3.right {
    position: absolute;
    width: 75%;
    bottom: 40%;
    right: 0;
    transform: translate(66.38%, -7%) rotate(30deg);
}

.orn-filter-3.left {
    position: absolute;
    width: 75%;
    bottom: 40%;
    left: 0;
    transform: translate(-66.38%, -7%) rotate(-30deg) scaleX(-1);
}


/* BANK */
.orn-bank-1.right {
    position: absolute;
    width: 52.05%;
    bottom: 0%;
    right: 0;
    transform: translate(30.39%, 0%) scaleX(-1);
}

.orn-bank-1.left {
    position: absolute;
    width: 52.05%;
    bottom: 0%;
    left: 0;
    transform: translate(-30.39%, 0%);
}

.orn-bank-1-1 {
    position: absolute;
    width: 73.39%;
    bottom: 0%;
    right: 0;
    transform: translate(35.87%, 12%);
}

.orn-bank-2.right {
    position: absolute;
    width: 34.97%;
    top: 0%;
    right: 0;
    transform: translate(37.39%, 0%) rotate(-19deg);
}

.orn-bank-2.left {
    position: absolute;
    width: 34.97%;
    top: 0%;
    left: 0;
    transform: translate(-37.39%, 0%) rotate(19deg) scaleX(-1);
}

.orn-bank-2-1 {
    position: absolute;
    width: 68.91%;
    bottom: 0%;
    left: 0;
    transform: translate(-11.61%, 0%) rotate(-19deg) scaleX(-1);
}

/* PROTOCOL */
.protocol .orn-qt-2.right {
    transform: translate(50%, 34%) scaleX(-1);
    top: 5%;
}

.protocol .orn-qt-2.left {
    transform: translate(-50%, 34%);
    top: 5%;
}

.protocol.protocol-03 .orn-qt-2.right {
    transform: translate(50%, 50%) scaleX(-1);
    top: 0%;
}

.protocol.protocol-03 .orn-qt-2.left {
    transform: translate(-50%, 50%);
    top: 0%;
}

@media (min-width : 560px) and (max-width: 960px) {
    .protocol.protocol-03 .orn-qt-2.right {
        transform: translate(50%, 8%) scaleX(-1);
        top: 0%;
    }

    .protocol.protocol-03 .orn-qt-2.left {
        transform: translate(-50%, 8%);
        top: 0%;
    }

}

.orn-pr-1 {
    position: absolute;
    width: 40.16%;
    right: 0;
    bottom: 0;
    transform: translate(-44.7%, 36%) rotate(90deg);
}

.orn-pr-2 {
    position: absolute;
    width: 34.83%;
    right: 0;
    bottom: 0;
    transform: translate(0%, 12px);
}

.orn-pr-3 {
    position: absolute;
    width: 19.803%;
    right: 40%;
    bottom: 0;
    transform: translate(0%, -17px) scaleX(-1);
}

/* WISH  */
.orn-wish {
    position: absolute;
    width: 42.30%;
    max-width: 210px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* FOOTNOTE */
.footnote-wrap .orn-cover-5 {
    transform: translate(26.4%, -9px);
}

.footnote-wrap .orn-cover-5 {
    transform: translate(26.84%, -4%);
}

.footnote-wrap .orn-cover-3 {
    transform: translate(56%, -3%) scaleX(-1);
}

.footnote-wrap .orn-cover-2 {
    transform: translate(7%, -4%) scaleX(-1);
}

.orn-ff-1.right {
    position: absolute;
    width: 64.35%;
    top: 0%;
    right: 0;
    transform: translate(24.39%, -28%) scaleX(-1);
}

.orn-ff-1.left {
    position: absolute;
    width: 64.35%;
    top: 0%;
    left: 0;
    transform: translate(-24.39%, -28%);
}

.orn-ff-2.center {
    position: absolute;
    width: 37.17%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -28%) scaleY(-1) scaleX(-1);
}

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

.orn-ff-4.center {
    position: absolute;
    width: 143%;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -15%);
    opacity: .6;
}

.orn-ff-5 {
    position: absolute;
    left: 10%;
    top: 24%;
    width: 13.84%;
    max-width: 100px;
    transform: translate(0%, 0%);
}

.orn-ff-6 {
    position: absolute;
    right: 6%;
    top: 40%;
    width: 13.84%;
    max-width: 100px;
    transform: translate(0%, 0%) scaleX(-1);
}

/* TOP COVER */
.top-cover .orn-ff-3.center{
    width: 297.17%;
    bottom: unset;
    top: 0;
}
.top-cover .orn-ff-4.center{
    width: 121.5%;
    opacity: .8;
    transform: translate(-50%, -3%);
}

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

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

.top-cover .orn-ff-6 {
    right: 18%;
    top: 30%;
    width: 13.84%;
}

/* PRIMARY PANE  */
@media (min-width : 561px) {

    .primary-pane .orn-cover-1.left,
    .primary-pane .orn-cover-1.right {
        width: 32.2%;
    }

    .primary-pane .orn-cover-1.left {
        transform: translate(-45.06%, 5%);
    }

    .primary-pane .orn-cover-1.right {
        transform: translate(45.06%, 5%) scaleX(-1);
    }
}

.primary-pane .orn-tc-1.left{
    width: 60.97%;
    bottom: 0%;
    left: 0;
    transform: translate(-50%, -4%) scaleX(-1);
}
.primary-pane .orn-tc-1.right{
    width: 60.97%;
    bottom: 0%;
    right: 0;
    transform: translate(50%, -4%);
}

.primary-pane .orn-ff-3.center{
    position: absolute;
    width: 163.17%;
    height: 100%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    background-image: var(--bg-pp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.primary-pane .orn-ff-3.center .image-wrap , .primary-pane .orn-ff-3.center .image-wrap img{
    height: 100%;
    opacity: 0;
}

.primary-pane .orn-ff-4.center{
    position: absolute;
    width: 84%;
    bottom: 0%;
    left: 50%;
    transform: translate(-47%, 0%);
    opacity: 1;
}

.orn-pp-1{
    position: absolute;
    width: 38%;
    left: 87%;
    bottom: 0;
    transform: translate(100%,19%);
}


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

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

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

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

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

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

    5% {
        opacity: 1;
    }

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

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

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

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

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

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

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

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

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

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



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

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

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

@keyframes cloud-left {
    0% {
        left: 0;
        transform: translate(-100%, 0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        left: 100%;
        transform: translateZ(0);
        opacity: 0;
    }
}


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

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

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

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

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

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

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

/* SAVE THE DATE */
.orn-sd-2>.image-wrap img {
    transform-origin: 60% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

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

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

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

.orn-event-2>.image-wrap img {
    transform-origin: 50% 90%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .7s;
}

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

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

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

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

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

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

/* FILTER  */

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

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

/* BANK  */
.orn-bank-2-1>.image-wrap img {
    transform-origin: 60% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

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

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

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

.rsvp-confirm-btn.back, .form-label{
    color: var(--text-secondary);
    font-family: var(--body-text-family);
    font-style: var(--body-text-style);
    font-weight: var(--body-text-weight);
    font-size: var(--body-text-size);
    text-transform: var(--body-text-lettercase);
    line-height: normal;
}