@font-face {
    font-family: "Faithful Hand";
    src: url("../fonts/FaithfulHand.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    line-height: normal;
}

/* nadia-fadly */
body.nadia-fadly {
    /* Heading Family */
    --heading-family: "Faithful Hand";
    --heading-style: normal;
    --heading-weight: 400;
    --heading-size: 52px;
    --heading-lettercase: none;

    /* Body Text */
    --body-text-family: "Faithful Hand";
    --body-text-style: normal;
    --body-text-weight: 400;
    --body-text-size: 18px;
    --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.nadia-fadly.original {
    /* Colors */
    --background-primary: #000000;
    --background-primary-rgb: 254, 230, 132;

    --background-secondary: #FFF;
    --background-secondary-rgb: 255, 255, 255;

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

    /* Text Colors */
    --text-primary: #FFF;
    --text-primary-rgb: 255, 255, 255;

    --text-secondary: #FFF;
    --text-secondary-rgb: 255, 255, 255;

    --text-tertiary: #FFF;
    --text-tertiary-rgb: 255, 255, 255;

    /* Button Colors */
    --button-text-primary: #FFF;
    --button-text-primary-rgb: 255, 255, 255;

    --button-background-primary: #98A250;
    --button-background-primary-rgb: 152, 162, 80;

    --button-text-secondary: #FFF;
    --button-text-secondary-rgb: 255, 255, 255;

    --button-background-secondary: #F87048;
    --button-background-secondary-rgb: 248, 112, 72;

    --button-text-tertiary: #223714;
    --button-text-tertiary-rgb: 34, 55, 20;

    --button-background-tertiary: #FEE684;
    --button-background-tertiary-rgb: 254, 230, 132;

    --button-text-quarternary: #223714;
    --button-text-quarternary-rgb: 34, 55, 20;

    --button-background-quarternary: #E5E7AF;
    --button-background-quarternary-rgb: 229, 231, 175;

    /* ornament */
    --bg-cv: url("../images/bg-cover-2.jpg");
    --bg-cp: url("../images/bg-couple-2.jpg");
    --bg-cparent: url("../images/bg-parent-3.jpg");
    --bg-qt: url("../images/bg-quote-2.jpg");
    --bg-sd: url("../images/bg-sd-3.jpg");
    --bg-ev: url("../images/bg-ev-3.jpg");
    --bg-rsvp: url("../images/bg-rsvp-2.png");
    --bg-gift: url("../images/bg-gift-2.jpg");
    --bg-wish: url("../images/bg-wish.jpg");
    --bg-ty: url("../images/bg-ty-3.jpg");
    --bg-tc: url("../images/bg-tc-3.jpg");

}

@media only screen and (max-width: 960px) {
    body.nadia-fadly {
        overflow: visible;
    }
}

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

@media (min-width: 961px) {
    body.nadia-fadly {
        --heading-size: 60px;
        --body-text-size: 20px;
    }
}

@media (min-width: 1600px) {
    body.nadia-fadly {
        --heading-size: 64px;
        --body-text-size: 24px;
    }
}

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

body.nadia-fadly span {
    font-family: var(--body-text-family);
    font-size: inherit;
    color: inherit;
    font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

/* ============================================
SIDE TO SIDE => PRIMARY PANE
============================================ */
.kat-page__side-to-side .primary-pane .inner {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: absolute;

    background: var(--bg-tc);
    background-size: cover;
    background-position: center;
}

.kat-page__side-to-side .primary-pane .inner .details {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 10% auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px 9%;
    gap: 24px;
    z-index: 2;
}

.kat-page__side-to-side .primary-pane .inner .details p {
    font-size: calc(var(--body-text-size));
    font-style: normal;
    color: var(--text-tertiary);
    margin: 0 auto;
    text-align: center;
}

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


.primary-pane .tc-1 {
    position: absolute;
    width: 31%;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 30%);
}

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

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

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

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

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

.p-relative {
    position: relative;
}

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

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

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

.lazy-gif {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lazy-gif.loaded {
    opacity: 1;
}



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

    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;

    background: var(--bg-tc);
    background-size: cover;
    background-position: center;
}

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

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

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

.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) + 16px);
    color: var(--text-tertiary);
}

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

.tc-bot-wrap {
    padding: 10% 24px 20%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    width: 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-tertiary);
    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: 5% auto 0px;
    padding: 12px 20px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

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

.tc-1 {
    position: absolute;
    width: 50%;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 11%);
}




/* ======================
    COVER
====================== */
section.cover {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 4;

    background: var(--bg-cv);
    background-size: cover;
    background-position: center;
}

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

.cv-1 {
    position: absolute;
    width: 70%;
    top: 31%;
    left: 49%;
    transform: translate(-50%, -50%) rotate(-2deg);
}

.cv-2 {
    position: absolute;
    width: 66%;
    bottom: 0%;
    right: 0%;
    transform: translate(2%, 10%) rotate(-5deg);
}

.cover .cover-greeting {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-tertiary);
    text-align: center;
    margin-bottom: 0px;
    line-height: normal;
}

.cover .cover-bottom-content {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.cover .guest-name-display {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) * 0.6);
    color: var(--text-tertiary);
    text-align: center;
    margin-top: 8px;
    min-height: 30px;
}


/* ==============================
        Quote
============================== */
.quote-wrap {
    position: relative;
    overflow: hidden;
    padding: 50% 14.1%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 4;
    height: 100vh;


    background: var(--bg-qt);
    background-size: cover;
    background-position: center;
}

.quote-wrap .quote {
    position: relative;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

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

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

.quote-wrap .quote .quote-caption.bottom {
    font-size: calc(var(--body-text-size) + 6px);
}

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

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



/* ======================
    COUPLE
====================== */
section.couple {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 4;


    background: var(--bg-cp);
    background-size: cover;
    background-position: center;
}

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

.cp-1 {
    position: absolute;
    width: 61%;
    top: 71%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(-21deg);
}

.cp-2 {
    position: absolute;
    width: 61%;
    top: 67%;
    left: 75%;
    transform: translate(-50%, -50%) rotate(3deg);
}

.cp-3 {
    position: absolute;
    width: 69%;
    top: 0%;
    right: 0%;
    transform: translate(-18%, 14%) rotate(1deg);
}

/* ======================
    COUPLE PARENTS
====================== */
section.parents {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 4;


    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), var(--bg-cparent);
    background-size: cover;
    background-position: center;
}

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

.cparent-1 {
    position: absolute;
    width: 50%;
    top: 33%;
    left: 73%;
    transform: translate(-50%, -50%) rotate(14deg);
}

.cparent-2 {
    position: absolute;
    width: 50%;
    top: 27%;
    left: 36%;
    transform: translate(-50%, -50%) rotate(-11deg);
}

.cparent-3 {
    position: absolute;
    width: 50%;
    top: 75%;
    left: 24%;
    transform: translate(-50%, -50%) rotate(-2deg);
}

.cparent-4 {
    position: absolute;
    width: 50%;
    top: 60%;
    left: 70%;
    transform: translate(-50%, -50%) rotate(-2deg);
}

/* ======================
    SAVE THE DATE
====================== */
section.save-date {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 4;


    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-sd);
    background-size: cover;
    background-position: bottom right;
}

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

.sd-1 {
    position: absolute;
    width: 75%;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-2deg);
}

.sd-2 {
    position: absolute;
    width: 74%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 24%);
}

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


/* ======================
    AGENDA
====================== */
section.agenda-wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;

    z-index: 4;


}

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

section.agenda-wrap .agenda-body .event-item,
section.agenda-wrap .agenda-body .event-item .activity-wrap {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background: #FFF;
}

section.agenda-wrap .agenda-body .activity-item {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;

    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), var(--bg-ev);
    background-size: cover;
    background-position: center;
}

section.agenda-wrap .agenda-body .activity-item .activity-content {
    width: 100%;
    padding: 10% 10% 5%;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

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

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


.ev-1 {
    position: absolute;
    width: 75%;
    top: 28%;
    left: 49%;
    transform: translate(-50%, -50%) rotate(-2deg);
}

.ev-2 {
    position: absolute;
    width: 82%;
    bottom: 6%;
    left: 50%;
    transform: translate(-50%, -7%);
}


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


    min-height: 100vh;
}

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

.rsvp-body-wrapper {
    /* max-width: 550px; */
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

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

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

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

.rsvp-status-head .rsvp-status-caption {
    font-weight: 400;
    line-height: 150%;
    text-transform: none;
    font-size: calc(var(--body-text-size) - 2px);
}

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

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

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

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

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

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

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

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

.rsvp-amount-head .rsvp-amount-caption {
    font-weight: 400;
    line-height: 150%;
    text-transform: none;
    font-size: calc(var(--body-text-size) - 2px);
}

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

.rsvp-session-wrap .session-caption-wrap .caption {
    font-family: var(--body-text-family);
    font-style: var(--body-text-style);
    font-weight: 600;
    font-size: var(--body-text-size);
    text-transform: none;
    line-height: 1.5;
    /* color: var(--text-primary); */
    text-align: center;
}

.rsvp-amount-body {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    color: var(--text-secondary);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End RSVP Confirm */

/* QR Card */
.rsvp-qrcard-outer {
    position: relative;
    height: 90vh;
    padding: 0 19.3%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rsvp-info-outer {
    min-height: 55vh;
    padding: 0 19.3% 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.rsvp-qrcard-wrap {}

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

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

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

/* End QR Card */

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

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

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

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

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

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

/* End RSVP Message */

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

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

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

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

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

@media (min-width: 961px) {
    .rsvp-qrcard-outer {
        height: 130vh;
    }
}

@media (min-width: 1440px) {

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


.rsvp-1 {
    position: absolute;
    width: 40%;
    top: 0%;
    right: 0%;
    transform: translate(-8%, -25%);
}

.rsvp-2 {
    position: absolute;
    width: 82%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -21%);
}


/* ==============================
        WEDDING GIFT
============================== */
.wedding-gift-wrap {
    position: relative;
    overflow: hidden;
    padding: 0% 0px 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;


    min-height: 100vh;
}


.wedding-gift-wrap .gift-head {
    position: relative;
    height: 50vh;
}

.wedding-gift-wrap .gift-body {
    position: relative;
    height: 65vh;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;

    padding: 0 40px;
    gap: 12px;
}


/* Bank */
.wedding-gift-bank-wrap {
    width: 100%;
    border-radius: 16px;
    border: 3px solid #98A250;
    background: rgba(251, 252, 253, 0.75);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    padding: 16px;
    position: relative;
}

.wedding-gift-bank-wrap .bank-item {
    position: relative;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--button-background-primary);
}

.wedding-gift-bank-wrap .bank-item:first-of-type {
    padding: 0;
    padding-bottom: 12px;
}

.wedding-gift-bank-wrap .bank-item:last-of-type {
    padding-bottom: 0px;
    border-bottom: none;
}

/* 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: 110px;
    height: 110px;
    display: block;
    object-fit: cover;
    object-position: center;
}

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

.wedding-gift-bank-wrap .bank-detail>div {
    text-align: center;
    position: relative;
    /* padding-bottom: 10px;
    margin-bottom: 10px; */
}

.wedding-gift-bank-wrap .bank-detail>div:nth-child(2) {
    /* margin-bottom: 0.5em; */
}

.wedding-gift-bank-wrap .bank-account-number-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.wedding-gift-bank-wrap .bank-detail>div:last-of-type {
    /* margin-bottom: 0.5em; */
}

/* .wedding-gift-bank-wrap .bank-detail > div:last-of-type::before {
    content: none;
  } */

.wedding-gift-bank-wrap .bank-account-number-label,
.wedding-gift-bank-wrap .bank-account-name-label {
    font-size: calc(var(--body-text-size) - 4px);
    color: rgba(64, 64, 64, 0.6);
    font-family: var(--body-text-family);
    opacity: 0.75;
    /* margin-bottom: 0.5em; */
    display: block;
}

.wedding-gift-bank-wrap .bank-name {
    font-size: calc(var(--body-text-size) - 2px);
    font-family: var(--body-text-family);
    line-height: 150%;
    color: #F87048;
    font-weight: 400;
    word-break: break-all;
    /* margin-bottom: 0.5em; */
}

.wedding-gift-bank-wrap .bank-account-name {
    font-size: calc(var(--body-text-size) - 4px);
    font-family: var(--body-text-family);
    color: #223714;
    word-break: break-all;
    text-transform: none;
    line-height: 150%;
}

.wedding-gift-bank-wrap .bank-account-number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(var(--body-text-size) - 4px);
    font-family: var(--body-text-family);
    color: #223714;
    cursor: pointer;
    word-break: break-all;
    text-transform: none;
    transition: all 0.25s ease-in-out;
}

.wedding-gift-bank-wrap .bank-account-number>i {
    font-size: 0.8em;
    margin-left: 8px;
    border-radius: 4px;
    padding: 4px;
    border: 1px solid var(--button-background-primary);
    display: block;
    color: var(--button-text-primary);

    transition-duration: 0.15s;
    transition-property: background-color, color;
    transition-timing-function: ease-in-out;
}

.wedding-gift-bank-wrap .bank-account-number:hover>i,
.wedding-gift-bank-wrap .bank-account-number>i:hover {
    background-color: rgba(var(--button-background-primary-rgb), 0.8);
    color: var(--button-text-primary);
}

.wedding-gift-bank-wrap .bank-account-number:hover {
    color: var(--title-clr);
}

.wedding-gift-bank-wrap .bank-copy-wrap {
    margin-top: 8px;
}

.wedding-gift-bank-wrap .bank-copy {
    outline: none;
    box-shadow: none;
    display: inline-flex;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #223714;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    background-color: transparent;
    color: #223714;
    cursor: pointer;
    transition-duration: 0.25s;
    transition-property: background-color;
    margin: 0;
    line-height: normal;
}

.wedding-gift-bank-wrap .bank-copy:hover {
    background-color: rgba(var(--button-background-primary-rgb), 0.8);
    color: var(--button-text-primary);
}

.wedding-gift-wrap .fixed-parallax {
    background: var(--bg-gift);
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

.gift-1 {
    position: absolute;
    width: 68%;
    bottom: 9%;
    left: 30%;
    transform: translate(-50%, -12%);
}

.gift-2 {
    position: absolute;
    width: 139%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -7%);
}


/* ==============================
?        Wedding Wish
============================== */
.wedding-wish-wrap {
    position: relative;
    overflow: hidden;
    background: rgba(255, 252, 241, 0.75);
    padding: 0% 0% 10%;

    z-index: 4;

}

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

/* head */
.wedding-wish-wrap {
    position: relative;
    overflow: hidden;
    background: #FFFCF1;
    padding: 0% 0% 10%;

    z-index: 4;

}

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

/* head */
.wedding-wish-head {
    text-align: center;
    display: flex;
    padding-bottom: 8px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 250px;

    background: var(--bg-wish);
    background-size: cover;
    background-position: center;
    position: relative;
}

.wedding-wish-head::before {
    content: '';
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(var(--background-secondary-rgb), 0.00) 0%, #FFFCF1 100%);
}

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

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

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

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

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

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

.wedding-wish-form .form-control {
    border: 1px solid var(--button-background-primary);
    background: #FFF;
    border-radius: 999px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    line-height: 1.5;
    color: rgba(152, 162, 80, 1);

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

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

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

.wedding-wish-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(152, 162, 80, 0.5);
}

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

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

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

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


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

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

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

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

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

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

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

.comment-wrap.show {
    display: block;
    max-height: 400px;
    overflow-y: auto;
}

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

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

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

.comment-head .comment-name {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 2px);
    font-weight: 400;
    color: #F87048;
    line-height: 1.5;
}

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

.comment-head .comment-date {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 2px);
    font-weight: 400;
    line-height: 1.5;
    display: block;
    margin-top: 4px;
    color: #98A250;
}

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

.comment-head .delete-comment:hover {}

.comment-body {}

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

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

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

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

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


@media (min-width: 560px) and (max-width: 960px) {
    .wedding-wish-head {
        height: 350px;
    }
}

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

@media (min-width: 1200px) {
    .wedding-wish-head {
        height: 350px;
    }
}


.wish-1 {
    position: absolute;
    width: 59%;
    bottom: 0%;
    right: 0%;
    transform: translate(-6%, 31%);
}


/* ==============================
        THANKYOU
============================== */
.thankyou {
    position: relative;
    overflow: hidden;
    padding: 0% 0px 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 4;


    min-height: 100vh;

    background: var(--bg-ty);
    background-size: cover;
    background-position: center;
}


.ty-1 {
    position: absolute;
    width: 55%;
    top: 0%;
    right: 0%;
    transform: translate(0%, 0%);
}


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

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

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

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

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

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

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

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


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

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

/* Highlight */
.hero .inner .highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

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

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

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

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

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


/* .parallax-clip {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
} */
.parallax-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parallax-clip .fixed-parallax {}

.fixed-parallax {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--bg-rsvp);
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    /* -webkit-transform: translateZ(0); /* necessary for iOS! */
}


/* CSS specific to iOS devices */
@supports (-webkit-overflow-scrolling: touch) {
    .parallax-clip {
        clip: rect(auto, auto, auto, auto);
    }

    .fixed-parallax {
        position: fixed;
        background-attachment: unset;
        -webkit-transform: translateZ(0);
        /* necessary for iOS! */
    }
}

@media (min-width: 961px) {

    .fixed-parallax-dsadas,
    .wedding-gift-wrap .fixed-parallax-dassadsads {
        background-attachment: unset;
    }
}

/* Guest Name Display */
.guest-name-display {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) * 0.6);
    color: var(--text-tertiary);
    text-align: center;
    margin-top: 10px;
    min-height: 30px;
    font-weight: bold;
}