@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&amp;family=Great+Vibes&amp;display=swap');

/* ditha-rizqi */
body.ditha-rizqi {
    /* Heading Family */
    --heading-family: "Great Vibes", cursive;
    --heading-style: normal;
    --heading-weight: 400;
    --heading-size: 52px;
    --heading-lettercase: none;

    /* Body Text */
    --body-text-family: "Cormorant Infant", 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.ditha-rizqi.original {
    /* Colors */
    --background-primary: #FBF0F1;
    --background-primary-rgb: 251, 240, 241;

    --background-secondary: #FFFEEE;
    --background-secondary-rgb: 255, 254, 238;

    --background-tertiary: #62191C;
    --background-tertiary-rgb: 98, 25, 28;

    /* Text Colors */
    --text-primary: #62191C;
    --text-primary-rgb: 98, 25, 28;

    --text-secondary: #BD953E;
    --text-secondary-rgb: 189, 149, 62;

    --text-tertiary: #2A4726;
    --text-tertiary-rgb: 42, 71, 38;

    --text-quarternary: #E8E1D1;
    --text-quarternary-rgb: 232, 225, 209;

    /* Button Colors */
    --button-text-primary: #FFF6F0;
    --button-text-primary-rgb: 255, 246, 240;

    --button-background-primary: #62191C;
    --button-background-primary-rgb: 98, 25, 28;

    --button-text-secondary: #FFFEEE;
    --button-text-secondary-rgb: 255, 254, 238;

    --button-background-secondary: #9C7329;
    --button-background-secondary-rgb: 156, 115, 41;

    --button-text-tertiary: #700000;
    --button-text-tertiary-rgb: 112, 0, 0;

    --button-background-tertiary: #F5F2E4;
    --button-background-tertiary-rgb: 245, 242, 228;

    /* ornament */
    --texture-1: url("../../../katsudoto.id/media/template/custom/ditha-rizqi/assets/texture.png");
    --orn-10: url("../../../katsudoto.id/media/template/custom/ditha-rizqi/assets/Orn-37.png");
}

@media only screen and (max-width: 960px) {
    body.ditha-rizqi {
        overflow: hidden;
    }
}

@media (min-width: 560px) and (max-width: 960px) {
    body.ditha-rizqi {
        --heading-size: 68px;
        --body-text-size: 28px;
    }
}

@media (min-width: 961px) {
    body.ditha-rizqi {
        --heading-size: 62px;
        --body-text-size: 18px;
    }
}

@media (min-width: 1600px) {
    body.ditha-rizqi {
        --heading-size: 68px;
        --body-text-size: 28px;
    }
}

/* Fonts */
body.ditha-rizqi h1,
body.ditha-rizqi h2,
body.ditha-rizqi h3,
body.ditha-rizqi h4,
body.ditha-rizqi h5,
body.ditha-rizqi 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.ditha-rizqi 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.ditha-rizqi span {
    font-family: var(--body-text-family);
    font-size: inhe rit;
    color: inherit;
    font-weight: 400;
}

body.ditha-rizqi sup {
    font-family: inherit;
    font-size: 0.5em;
    color: inherit;
    font-family: var(--body-text-family);
}

body.ditha-rizqi font {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
    font-style: inherit;
}

/* img */
body.ditha-rizqi img {
    max-width: 100%;
}

/* scrollbar */
body.ditha-rizqi::-webkit-scrollbar {
    width: 10px;
    height: 15px;
}

body.ditha-rizqi::-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: 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: 55%;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.kat-page__side-to-side .primary-pane .inner h1 {
    padding: 0;
    margin: 0 auto;
    font-size: calc(var(--heading-size));
    color: var(--text-secondary);
    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: 6% 0 24%;
}

.kat-page__side-to-side .primary-pane .inner .details {
    /* margin: auto; */
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10% 10%;
    /* opacity: 0; */
}

.kat-page__side-to-side .primary-pane .inner .details p {
    font-size: var(--body-text-size);
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: var(--text-primary);
    margin: 0 auto;
    line-height: 150%;
}

.kat-page__side-to-side .primary-pane .inner .details::before {
    content: "";
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: radial-gradient(85% 50% at 50% 50%, #F8F7F3 0%, rgba(248, 247, 243, 0.60) 50%, rgba(248, 247, 243, 0.00) 100%);
    left: 50%;
    transform: translate(-50%, 0%);
}

/* .primary-pane .footnote-frame {
    max-width: 180px;
  } */
section.primary-pane .inner .logo-wrap {
    position: relative;
    width: 52.64%;
    margin: 0 auto;
    /* max-width: 200px; */
}

.kat-page__side-to-side .primary-pane .inner .details .text-wrap {
    width: 130px;
    height: 186px;
    margin: 0 auto;
}

.kat-page__side-to-side .primary-pane .inner .details .text-wrap h1 {
    padding: 0px 5px;
    margin: -20px auto;
    font-size: calc(var(--heading-size) + var(--fs-extra-8));
    color: var(--text-tertiary);
}

.kat-page__side-to-side .primary-pane .inner .details .text-wrap .text-top {
    text-align: left;
}

.kat-page__side-to-side .primary-pane .inner .details .text-wrap .text-bottom {
    text-align: right;
    margin-right: -16px;
}

/* Highlight */
.kat-page__side-to-side .primary-pane .inner .highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--light-clr);
}

.kat-page__side-to-side .primary-pane .inner .highlight .preview-container {
    width: 100%;
    height: 100%;
    display: block;
}

.kat-page__side-to-side .primary-pane .inner .highlight .preview-container .slick-list {
    width: 100% !important;
    height: 100% !important;
}

.kat-page__side-to-side .primary-pane .inner .highlight .preview-container .slick-track {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

.kat-page__side-to-side .primary-pane .inner .highlight .preview-container .picture {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    position: absolute !important;
}

.kat-page__side-to-side .primary-pane .inner .highlight .preview-container .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1340px) {
    section.primary-pane .inner .logo-wrap {
        width: 71.05%;
    }

    section.primary-pane .inner .inner-wrapper {
        width: 66%;
    }

    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));
    }

    .kat-page__side-to-side .primary-pane .inner .details {
        padding: 10% 10%;
    }
}

@media (max-width: 1024px) {
    section.primary-pane .inner .head-wrap {
        margin: auto 0;
    }
}


/* ============================================
          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;
    mix-blend-mode: multiply;
}

@media (min-width: 1600px) {
    .kat-page__side-to-side .secondary-pane::before {
        background-size: 50% auto;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1400px) {
    .kat-page__side-to-side .secondary-pane section.video-gallery .inner .video-outer .video {
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .kat-page__side-to-side .primary-pane {
        position: relative;
        width: 100%;
        display: none;
    }

    .kat-page__side-to-side .secondary-pane {
        position: relative;
        width: 100%;
    }
}

/* =================================
        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 {
    height: 100vh;
    color: var(--text-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--body-text-family);
    font-size: 72px;
}



/* ======================
  ?  TOP COVER
====================== */
section.top-cover {
    background-color: var(--background-primary);
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: var(--body-height);
    z-index: 999999;
    top: 0;
    /* top: -120%; */
    left: 0;
    padding: 0;

    transition: all 1.8s;
    transition-timing-function: cubic-bezier(0.23, 0.56, 0.38, 0.78);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.56, 0.38, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.56, 0.38, 0.78);
    -o-transition-timing-function: cubic-bezier(0.23, 0.56, 0.38, 0.78);

    display: flex;
    flex-direction: column;
    display: none;
}

section.top-cover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: var(--texture-1);
    background-repeat: repeat;
    background-size: 100% auto;
    opacity: 0.5;
    mix-blend-mode: multiply;
}

@media only screen and (max-width: 960px) {
    section.top-cover {
        display: flex;
    }
}

section.top-cover.hide {
    top: -120%;
    bottom: 120%;
    pointer-events: none;
}

/* inner */
section.top-cover .inner {
    /* padding: 20px 0px; */
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* gap: 80px; */
    position: relative;
}

section.top-cover .prime-title {
    color: var(--text-secondary);
    font-size: calc(var(--heading-size) - 8px);
}

/* head */
section.top-cover .inner .head {
    z-index: 2;
    text-align: center;
    padding-top: 120px;
    margin-bottom: auto;
}

section.top-cover .inner .head h1 {
    font-size: calc(var(--heading-size));
    padding: 0px;
    margin: 0px auto;
    color: var(--text-quartiary);
}

section.top-cover .inner .head p {
    margin-bottom: 4px;
}

.orn-front {
    z-index: 3;
}

/* details */
section.top-cover .inner .details {
    text-align: center;
    padding: 15.4% 24px 15.4%;
    /* margin: auto; */
    position: relative;
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

section.top-cover .inner .details::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #FFFEEE 0%, rgba(255, 254, 238, 0.80) 50%, rgba(255, 254, 238, 0.00) 100%);
    margin: 0 auto;
}

.orn-tc-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 6.3%;
    margin-bottom: -9%;
}

section.top-cover .inner .details p {
    text-align: center;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-primary);
    font-weight: 600;
    line-height: 150%;
}

/* Cover free text */
section.top-cover .cover-free-text {
    font-family: var(--body-text-family);
    font-weight: var(--body-text-weight);
    font-style: var(--body-text-style);
    font-size: var(--body-text-size);
    text-transform: var(--body-text-lettercase);
    color: var(--text-secondary);
}

section.top-cover .inner .details .link-wrap {
    margin-top: 8px;
    display: flex;
    justify-content: center;
}

section.top-cover .inner .details a.link {
    border: none;
    outline: none;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    font-size: var(--body-text-size);
    font-weight: 400;
    font-family: var(--body-text-family);
    line-height: 1.5;
    text-decoration: none;
    margin: 0px auto;
    padding: 12px 16px;
    border-radius: 50px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

section.top-cover .inner .details a.link:hover {
    background-color: rgba(var(--button-background-primary-rgb), .75);
}

/* Highlight */
section.top-cover .inner .highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-primary);
}

section.top-cover .inner .highlight .preview-container {
    width: 100%;
    height: 100%;
    display: block;
}

section.top-cover .inner .highlight .preview-container .slick-list {
    width: 100% !important;
    height: 100% !important;
}

section.top-cover .inner .highlight .preview-container .slick-track {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

section.top-cover .inner .highlight .preview-container .picture {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    position: absolute !important;
}

section.top-cover .inner .highlight .preview-container .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

section.top-cover .inner .logo-wrap {
    position: relative;
    width: 64.75%;
    margin: 0 auto;
    max-width: 350px;
}


@media (min-width: 560px) {
    section.top-cover .inner {}

    .orn-tc-wrapper {
        margin-bottom: 0%;
    }
}

@media (min-width: 560px) and (max-width: 960px) {

    section.top-cover .inner .details {}
}


/* ======================
    COVER
====================== */
section.cover {
    position: relative;
    overflow: hidden;
    padding: 0px;
    display: flex;
    flex-direction: column;
    /* min-height: calc(100vh); */
}

.bg-cover {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    opacity: .5;
}

section.cover .inner {
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 6.2% 6.2% 135%;
    gap: 12px;
}

section.cover .inner .body-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    max-width: 600px;
    width: 100%;
}

@media (min-width: 961px) {}

/* Cover Foot */
section.cover .inner .foot {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

section.cover .inner .foot p {
    line-height: 150%;
    color: var(--text-tertiary);
    font-weight: 500;
}

section.cover .inner .foot .prime-title {
    line-height: normal;
    font-size: calc(var(--heading-size));
    font-weight: 400;
    color: var(--text-secondary);
}

section.cover .inner .orn-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 17%;
    /* min-height: 70vh; */
}

/* Cover Head */
section.cover .inner .head {
    position: relative;
    width: 100%;
    /* padding: 50px 10px 0px; */
}

section.cover .logo-wrap {
    position: relative;
    width: 22.81%;
    /* max-width: 92.5px; */
    margin: 0 auto;
}

@media (min-width: 560px) and (max-width: 960px) {}

@media (min-width: 1200px) {}

@media (min-width: 700px) {}

@media (min-width: 1440px) {
    section.cover .inner .foot .prime-title {}
}


/* ==============================
  Couple
============================== */
.couple-wrap {
    position: relative;
    overflow: hidden;
    padding: 12% 0 3%;
}


.couple-wrap .couple {
    padding: 0% 0px 5%;
}

/* Couple Head */
.couple-head {
    text-align: center;
    padding: 0% 0 7%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* max-width: 650px; */
    margin: auto;
}

.couple-head .couple-title {
    font-weight: 400;
    padding: 0 6%;
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size));
}

.couple-head .couple-description {
    font-size: calc(var(--body-text-size));
    color: var(--text-tertiary);
    line-height: 150%;
    padding: 0 5%;
}

.couple-head+.couple-body {
    margin-top: 10%;
}

/* 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;
}

.couple-info.groom {
    margin-top: 7%;
}

/* Couple Preview */
.couple-preview {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 5%;
}

.couple-small-details {
    text-align: right;
}

.couple-small-details.bride {
    text-align: left;
}

.couple-small-details p {}

.couple-info.groom .couple-small-details .nick-name {}

.couple-preview .img-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.couple-info.groom .couple-preview {
    /* margin-top: -20px; */
}

.couple-info.bride .couple-preview {
    /* margin-top: -20px; */
}

.couple-info.groom .couple-preview.wide-margin {
    margin-top: -20px;
}

.couple-info.bride .couple-preview.wide-margin {
    margin-top: -30px;
}

.couple-frame {
    position: relative;
    width: 100%;
    transform: scaleX(1);
    padding-bottom: 3%;
}

.couple-info.bride .couple-frame {
    margin-left: auto;
    transform: scaleX(-1);
    width: 100%;
}

.couple-info.groom .couple-frame {
    margin-right: auto;
}

.couple-info.groom .couple-picture-wrap {
    position: relative;
    width: 60%;
    height: auto;
    margin-left: auto;
}

.couple-info.bride .couple-picture-wrap {
    position: relative;
    width: 60%;
    height: auto;
}

.couple-picture {
    display: flex;
    width: 100%;
    position: relative;
}

.couple-info.bride .couple-picture {
    position: relative;
}

.couple-info.groom .couple-picture {}

.couple-info.groom .couple-picture .img {
    width: 69.74%;
    margin-left: auto;
    transform: translate(-20.2%, 0%) scaleX(1);
}

.couple-picture .img {
    width: 70%;
    object-fit: contain;
}

.couple-info.bride .couple-picture .img {
    width: 70.25%;
    transform: translate(-16%, 0px) scaleX(-1);
}

/* Couple Details */
.couple-details {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 0 12.3%;
    position: relative;
    z-index: 1;
}

.groom .couple-details {
    align-items: flex-end;
}

.bride .couple-details.top {
    padding-right: 41%;
}

.couple-details.top {
    align-items: flex-start;
    text-align: left;
    margin-bottom: -24%;
}

.groom .couple-details.top {
    align-items: flex-end;
    text-align: right;
    margin-bottom: -19%;
}

.couple-details.top .couple-name-big {
    font-size: var(--heading-size);
    font-family: var(--heading-family);
    color: var(--text-secondary);
    line-height: normal;
}

.groom .couple-details .couple-name {}

.couple-details .couple-name-big {
    font-size: calc(var(--body-text-size) + var(--body-text-size));
    font-family: var(--body-text-family);
    color: var(--text-primary);
    line-height: normal;
}

.couple-details .couple-name {
    font-size: calc(var(--body-text-size) - 2px);
    color: var(--text-secondary);
    line-height: 140%;
    font-weight: 400;
    text-transform: uppercase;
}

.couple-details .couple-parents {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    line-height: 150%;
    color: var(--text-primary);
    text-align: left;
}

.groom .couple-details .couple-parents {
    text-align: right;
}

.couple-details .couple-bio {
    font-size: calc(var(--body-text-size));
    color: var(--text-secondary);
}

.orn-cp-detail {
    position: relative;
    width: 38%;
    max-width: 200px;
}

.couple-link-wrap {
    display: flex;
    justify-content: flex-start;
}

.couple-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    padding: 12px 16px;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    border-radius: 999px;
}

.couple-link:hover {
    background-color: rgba(var(--button-background-primary-rgb), .75);
}

/* Separator */
.separator-wrap {
    width: 100%;
    position: relative;
    padding: 0px;
    /* margin: 80px auto; */
    margin: 8% auto 12%;
}

.separator-wrap .separator {
    display: flex;
}

.separator-wrap .separator .couple-separator {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size));
    line-height: normal;
    margin: auto;
    color: var(--text-secondary);
}

@media (min-width: 600px) {}

@media (min-width: 600px) and (max-width: 960px) {
    .couple-wrap .couple {
        padding: 0% 0px 3%;
    }

    .couple-wrap {
        padding: 7% 0 3%;
    }

    .separator-wrap .separator .couple-separator {
        font-size: calc(var(--heading-size));
    }
}

@media (min-width: 1400px) {
    .couple-wrap {
        padding: 5% 0 3%;
    }
}


/* ==============================
?        Save The Date
============================== */
.save-date-wrap {
    position: relative;
    overflow: hidden;
    background-color: transparent;
}

.save-date-wrap .save-date {
    position: relative;
    margin: 0 auto;
}

/* Save Date Head */
.save-date-head {
    padding: 0px 15%;
    margin-bottom: 4%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

/* Save Date Body */
.save-date-body {
    position: relative;
    margin: 0px auto;
    padding: 49% 24px 63%;
}

.save-date-body .save-date-title {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) - 12px);
    font-weight: 400;
    text-align: center;

    color: var(--text-primary);
    text-align: center;
    font-style: normal;
}

.save-date-body .save-date-description {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 700;
    text-align: center;
    line-height: 150%;

    color: var(--text-primary);
    text-align: center;
    font-style: normal;
}

/* save date event */
.save-date-body .save-date-event {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 24px;
}

.save-date-body>.ornaments-wrapper {
    z-index: 2;
}

/* save date box */
.save-date-box {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    position: relative;
}

.save-date-body .divider {
    position: relative;
    margin: 0 auto;
    width: 1px;
    height: 120px;
    background-color: var(--button-background-primary);
}

/* Countdown */
.countdown {
    /* padding: 0 12px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}

.countdown .count-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 18.72%;
    height: auto;
    border: none;

    gap: 8px;

    border-radius: none;
    background: transparent;
    padding: 12px;
}

.sd-eng .countdown .count-item {
    width: 21.72%;
}

.count-item .count-num {
    font-size: calc(var(--body-text-size) + 16px);
    font-family: var(--body-text-family);
    color: var(--text-secondary);
    font-style: italic;
    font-weight: 600;
}

.count-item .count-text {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 400;
    line-height: 150%;
    color: var(--text-secondary);
}

/* Add To Calendar */
.add-to-calendar-wrap {
    padding: 0px;
    text-align: center;
    display: flex;
    justify-content: center;

    width: 100%;
}

.add-to-calendar {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 12px 32px;
    border-radius: 100px;
    text-decoration: none;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 400;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    transition: all 0.25s ease-in-out;
    max-width: 420px;
}

.add-to-calendar:hover {
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
}

@media (min-width: 560px) and (max-width: 960px) {
    .save-date-body {
        max-width: 600px;
    }

    .countdown .count-item {
        width: 18%;
    }
}

@media (min-width: 768px) {
    .save-date-body .save-date-title {
        padding: 30px 10%;
    }
}

@media (min-width: 1200px) {
    .save-date-body {
        max-width: 600px;
    }

    .countdown .count-item {
        width: 18%;
    }

}


/* ==============================
    Photo
============================== */
.photo-wrap {
    position: relative;
    overflow: hidden;
}

.photo-inner {
    padding: 5% 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-tertiary);
}

.photo-body {
    position: relative;
    /* margin-top: 6.3%; */
}

/* photo box */
.photo-box {
    padding: 0px 27px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.photo-box>a {
    height: 159px;
    margin: 0.7%;
    flex-basis: 28%;
    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: 8px;
}

/* 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%;
    margin: 0px 0px 29%;
    padding: 0px 24px;
}

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: 16px;
}

.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;
    min-height: 200px;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.video-gallery .inner .video-outer .video .preview>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* video label */
section.video-gallery .inner .video-outer .video>.title {
    /* 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) + 4px);
    color: var(--text-secondary);
    font-weight: 600;
}

@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;
    }
}


/* ==============================
        RSVP
============================== */
.rsvp-wrap {
    position: relative;
    overflow: hidden;
    padding: 0% 0px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rsvp-inner {
    position: relative;
    padding: 5% 10.25% 0;
}

/* Head */
.rsvp-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

.rsvp-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}

.rsvp-head .rsvp-info p {
    color: var(--text-secondary);
}

.orn-rsvp-top {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}

.rsvp-head .rsvp-title {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) + 0px);
    text-align: center;
}

.rsvp-head .rsvp-desc-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;

    padding: 12px 0;
    text-align: center;
}

.rsvp-head .rsvp-desc {}

.rsvp-head .rsvp-desc-2 {
    color: var(--text-primary);
    font-size: calc(var(--body-text-size) + 2px);
    font-weight: 600;
}

.rsvp-body-wrapper {
    max-width: 500px;
    position: relative;
    margin: 0 auto;
    /* padding: 0px 0 0px; */
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* z-index: 2; */

    border-radius: 24px;
}

.rsvp-body {
    position: relative;
    width: 100%;
}

.rsvp-session-wrap {
    margin: 0px auto 24px;
    gap: 12px;
}

/* RSVP Status */
.rsvp-status-wrap {
    margin: 0px auto 16px;
}

.rsvp-status-head {
    text-align: center;
}

.rsvp-status-head .rsvp-status-caption {
    color: var(--text-quarternary);
    text-transform: none;
}

/* RSVP Status Body */
.rsvp-status-body {
    margin-top: 12px;
}

.rsvp-status-wrap input[name="rsvp_status"] {
    display: none;
}

.rsvp-status-wrap input[name="rsvp_status"]:checked+.rsvp-confirm-btn.going {
    background-color: var(--button-background-tertiary);
    color: var(--button-text-tertiary);
    min-width: 50%;
}

.rsvp-status-wrap input[name="rsvp_status"]:checked+.rsvp-confirm-btn.not-going {
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
}

/* RSVP Amount */
.rsvp-amount-wrap {
    margin: 0px 0 24px;
}

.rsvp-amount-head {
    text-align: center;
}

.rsvp-amount-head .rsvp-amount-caption {
    color: var(--text-quarternary);
}

.rsvp-session-wrap .session-caption-wrap {
    margin: 0;
}

.rsvp-session-wrap .session-caption-wrap .caption {
    font-family: var(--body-text-family);
    font-style: var(--body-text-style);
    font-weight: var(--body-text-weight);
    font-size: var(--body-text-size);
    text-transform: none;
    line-height: 1;
    color: var(--text-quarternary);
    text-align: center;
}

.rsvp-amount-body {}

/* Amount Controller */
.rsvp-amount-controller-wrap {
    margin-top: 12px;
}

.rsvp-amount-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 8px;
}

.rsvp-amount-controller .toggle-btn {
    background-color: var(--background-secondary);
    border: 1px solid transparent;
    outline: none;
    height: 48px;
    width: 48px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.rsvp-amount-controller .toggle-icon {
    width: 12px;
    height: auto;
    display: block;
    visibility: visible;
}

.rsvp-amount-controller .toggle-icon path {
    transition: all 0.25s ease-in-out;
    stroke: var(--dark-clr);
}

.rsvp-amount-controller .toggle-btn.plus {
    background-color: var(--button-background-tertiary);
    border: none;
    border-radius: 16px;
}

.rsvp-amount-controller .toggle-btn.plus .toggle-icon path {
    stroke: var(--button-text-tertiary);
}

.rsvp-amount-controller .toggle-btn.plus:hover {
    background-color: rgba(var(--button-background-tertiary-rgb), .8);
}

.rsvp-amount-controller .toggle-btn.plus:hover .toggle-icon path {
    stroke: var(--button-text-tertiary);
}

.rsvp-amount-controller .toggle-btn.minus {
    background-color: var(--button-background-tertiary);
    border: none;
    border-radius: 999px;
}

.rsvp-amount-controller .toggle-btn.minus .toggle-icon path {
    stroke: var(--button-text-tertiary);
}

.rsvp-amount-controller .toggle-btn.minus:hover {
    border-color: rgba(var(--button-background-tertiary-rgb), 0.8);
}

.rsvp-amount-controller .toggle-btn.minus:hover .toggle-icon path {
    /* stroke: var(--button-background-primary); */
}

.rsvp-amount-controller .input-wrap {
    width: 100%;
}

.rsvp-amount-controller .input-control {
    width: 100%;
    /* height: 40px; */
    outline: none;
    text-align: center;

    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: var(--body-text-weight);
    background: transparent;
    padding: 12px 8px;

    color: var(--button-text-primary);

    border: none;
    border: 1px solid var(--button-background-tertiary);

    pointer-events: none;
    border-radius: 999px;
}

/* RSVP Confirm */
.rsvp-confirm-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 12px;
}

.rsvp-confirm-wrap>label {
    display: block;
    text-align: center;
    flex-grow: 1;
    width: 100%;
}

.rsvp-confirm-btn {
    width: 100%;
    padding: 12px;
    margin: 0px auto;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: var(--body-text-weight);
    line-height: 1.5;

    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);

    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.rsvp-session-btn {
    font-family: var(--body-text-family);
    background-color: var(--button-background-tertiary);
    color: var(--button-text-tertiary);
    font-size: var(--body-text-size);
    padding: 12px 24px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.rsvp-session-btn.all {
    background-color: var(--button-background-tertiary);
    color: var(--button-text-tertiary);
}

.check-rsvp {
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    transition: all 0.25s ease-in-out;
}

.rsvp-status-wrap input[name="rsvp_status"]:checked+.rsvp-confirm-btn.going .check-rsvp,
.rsvp-status-wrap input[name="rsvp_status"]:checked+.rsvp-confirm-btn.not-going .check-rsvp,
.session-btn-wrap input[name="selected_event[]"]:checked+.rsvp-session-btn .check-rsvp,
.session-btn-wrap input[name="selected_event_all"]:checked+.rsvp-session-btn .check-rsvp {
    display: flex;
}

.rsvp-status-wrap input[name="rsvp_status"]:checked+.rsvp-confirm-btn.going .check-rsvp svg path {
    fill: var(--button-text-tertiary);
}

.rsvp-status-wrap input[name="rsvp_status"]:checked+.rsvp-confirm-btn.not-going .check-rsvp svg path {
    fill: var(--button-text-secondary);
}

.session-btn-wrap input[name="selected_event[]"]:checked+.rsvp-session-btn,
.session-btn-wrap input[name="selected_event_all"]:checked+.rsvp-session-btn {}

.rsvp-session-btn:hover {
    background-color: rgba(var(--button-background-secondary-rgb), 1);
    color: var(--button-text-secondary);
}

.session-btn-wrap {
    flex-direction: column;
}

.session-btn-wrap input[name="selected_event[]"]:checked+.rsvp-session-btn {
    background-color: var(--button-background-tertiary);
    color: var(--button-text-tertiary);
}

.session-btn-wrap input[name="selected_event_all"]:checked+.rsvp-session-btn {
    background-color: var(--button-background-tertiary);
    color: var(--button-text-tertiary);
}

.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-secondary);
    color: var(--button-text-secondary);
}

.rsvp-confirm-btn.not-going:hover {
    background-color: rgba(var(--button-background-secondary-rgb), 1);
    color: var(--button-text-secondary);
}

.rsvp-confirm-btn.confirm {
    border: none;
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
    min-height: 100%;
    border-radius: 999px;
}

.rsvp-confirm-btn.confirm:hover {
    background-color: rgba(var(--button-background-tertiary-rgb), .8);
    color: var(--button-text-tertiary);
}

.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-tertiary-rgb), 1);
    color: var(--button-text-tertiary);
}

.rsvp-confirm-btn>i {
    font-size: 0.8em;
    margin-left: 5px;
}

/* End RSVP Confirm */

/* QR Card */
.rsvp-qrcard-wrap {
    padding: 24px 0 0;
    margin-bottom: 24px;
}

.rsvp-qrcard-img-wrap {
    margin-bottom: 12px;
}

.rsvp-form-wrapper {
    padding: 24px;
    margin-top: 24px;
    position: relative;
}

.bg-rsvp {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    inset: 0;
    border-radius: 24px;
    background: var(--background-tertiary);
}

.rsvp-qrcard-img {
    display: block;
    width: 100%;
    max-width: 240px;
    border-radius: 5px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.rsvp-qrcard-wrap+.rsvp-message-wrap {
    margin-top: 0;
}

/* End QR Card */

/* RSVP Message */
.rsvp-message-wrap {
    position: relative;
}

.rsvp-message-content {
    background-color: transparent;
    border-radius: 5px;
    padding-bottom: 20px;
    text-align: center;
}

.rsvp-message-wrap .rsvp-message-icon {
    width: 30px;
    height: auto;
    display: none;
    margin: 0 auto 20px;
}

.rsvp-message-wrap .rsvp-message-icon path {
    fill: var(--title-clr);
}

.rsvp-message-wrap .rsvp-message-title {
    font-size: calc(var(--heading-size));
    margin-bottom: 20px;
}

.rsvp-message-wrap .rsvp-message-caption {
    font-size: var(--body-text-size);
    color: var(--text-secondary);
}

.orn-rsvp-divid {
    width: 36%;
    max-width: 200px;
    margin: 0 auto;
    position: relative;
}

/* End RSVP Message */

/* RSVP Change */
.rsvp-change-wrap {}

/* End RSVP Change */
@media (min-width:1400px) {}

@media (max-width: 560px) {}

@media (min-width: 560px) and (max-width: 960px) {}

@media (min-width: 961px) {}

@media (min-width: 1440px) {}


/* ==============================
  ?      Wedding Wish
============================== */
.wedding-wish-wrap {
    position: relative;
    overflow: hidden;
    padding: 10% 24px;
}

.wedding-wish-inner {
    position: relative;
}

/* head */
.wedding-wish-head {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 7%;
}

.wedding-wish-head .wedding-wish-title {
    color: var(--text-primary);
    font-family: var(--heading-family);
    font-size: var(--heading-size);
}

.wedding-wish-head .wedding-wish-description {
    line-height: 150%;
}

/* Body */
.wedding-wish-body {
    padding: 24px 0px;
}

/* Form */
.wedding-wish-form {
    padding-bottom: 32px;
}

.wedding-wish-form .hide {
    display: none;
}

.wedding-wish-form .form-control {
    background-color: var(--background-secondary);
    border: 1px solid var(--button-background-primary);
    border-radius: 99px;
    padding: 12px 12px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    line-height: 1.5;
    color: var(--text-primary);
}

.wedding-wish-form .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(117, 117, 117, 0.50);
}

.wedding-wish-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(117, 117, 117, 0.50);
}

.wedding-wish-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(117, 117, 117, 0.50);
}

.wedding-wish-form .form-control:focus {
    border: 1px solid var(--text-primary);
    box-shadow: none;
}

.wedding-wish-form textarea.form-control {
    min-height: 40px;
    max-height: 250px;
}

.wedding-wish-form .submit-comment {
    padding: 12px 24px;
    width: 100%;
    cursor: pointer;
    border: none;
    border-radius: 99px;
    outline: none;
    background-color: rgba(var(--button-background-secondary-rgb), 1);
    color: var(--button-text-secondary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 400;
    line-height: 150%;
    transition: all 0.25s ease-in-out;
}

.wedding-wish-form .submit-comment:hover {
    background-color: rgba(var(--button-background-secondary-rgb), .75);
    color: var(--button-text-secondary);
}

/* comment box */
.comment-box-wrap {
    position: relative;
}

.comment-box-wrap .form-group {
    margin-bottom: 0;
}

.comment-box-wrap textarea.form-control {
    height: auto;
    min-height: 0;
}

.comment-box-wrap .submit-comment-wrap {
    position: absolute;
    top: 0;
    right: 0;
}

.wedding-wish-form form .submit-comment-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.comment-box-wrap.focus textarea.form-control {
    /* padding-bottom: 50px; */
}

.comment-box-wrap.focus .submit-comment-wrap {
    top: auto;
    bottom: 0;
}

/* Comment Wrap */
.comment-wrap {
    display: none;
}

.comment-wrap.show {
    display: block;
}

.comment-item {
    padding: 16px;
    background: transparent;
    margin-bottom: 24px;
    border-radius: 16px;
    border: 1px solid var(--button-background-secondary);
}

.comment-item:last-of-type {
    margin-bottom: 0px;
}

.comment-head {
    position: relative;
    margin-bottom: 4px;
}

.comment-head .comment-name {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 700;
    line-height: 150%;
    color: var(--text-primary);
}

.comment-head .comment-name>i {
    font-size: 0.7em;
}

.comment-head .comment-date {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    /* font-weight: 600; */
    line-height: 150%;
    display: block;
    margin-top: 4px;
    color: var(--text-tertiary);
}

.comment-head .delete-comment {
    position: absolute;
    top: 0px;
    right: 0px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: rgba(98, 25, 28, 1);
    transition: color 0.25s ease-in-out;
}

.comment-head .delete-comment:hover {
    color: rgba(153, 20, 50, 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-primary);
}

/* More Comment */
.more-comment-wrap {
    padding: 24px 0px 0px;
    display: none;
    text-align: center;
}

.more-comment-wrap.show {
    display: block;
}

#moreComment {
    border: none;
    outline: none;
    width: 100%;
    display: block;
    padding: 12px 16px;
    margin: 0 auto;
    border-radius: 99px;
    text-decoration: none;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

#moreComment:hover {
    background-color: rgba(var(--button-background-secondary-rgb), 1);
    color: var(--button-text-secondary);
}


/* ==============================
   ?     Quote
============================== */
.quote-wrap {
    position: relative;
    overflow: hidden;
    padding: 25% 0% 15%;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quote-wrap .quote {
    position: relative;
}

.quote-wrap .quotes-frame {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.quotes-frame .quotes-content-wrap {
    position: absolute;
    inset: 0;
    left: 50%;
    width: 100%;
    padding: 0;
    padding-top: 7.13%;
    transform: translate(-50%, 0%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
}

.quotes-frame .quotes-content {
    position: relative;
    bottom: 0%;
    left: 50%;
    width: 100%;
    padding: 12px 19.3% 25.6%;
    max-height: 100%;
    overflow-y: auto;
    transform: translate(-50%, 0%);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.quotes-title-wrap {
    width: 100%;
    background: var(--background-tertiary);
    box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.15);
    padding: 2.1% 6.2%;
}

.quotes-title-inner {
    width: 100%;
    border-radius: 999px;
    border: 1px solid #BD953E;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
}

.quotes-title-wrap .quotes-title-inner h1 {
    color: var(--text-secondary);
    font-size: calc(var(--heading-size) - 12px);
}

.quotes-content::-webkit-scrollbar {
    display: none;
}

.quotes-content .quote-caption {
    color: var(--text-primary);
    text-align: center;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 2px);
    line-height: 150%;
}

@media (min-width: 768px) and (max-width: 960px) {
    .quote-wrap {
        min-height: 700px;
    }
}

@media (min-width: 1440px) {
    .quote-wrap {
        min-height: 800px;
    }
}


/* ========================================
?        FOOTNOTE
======================================== */
.footnote-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.footnote-wrap .footnote {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 61% 17.7% 61%;
    gap: 8px;
}

/* Details */

.footnote-wrap .orn-wrapper {
    position: relative;
    width: 100%;
    gap: 8px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footnote-wrap .orn-wrapper .orn-footnote-logo {
    width: 100%;
    max-width: 350px;
}

@media (max-width: 360px) {
    .footnote-wrap {
        /* min-height: calc(80vh + 100px); */
    }

    .footnote .content .footnote-title {
        padding: 30px 0;
    }
}

@media (max-width: 360px) {
    .footnote-wrap .orn-wrapper .orn-footnote-logo {}
}

@media (min-width: 560px) and (max-width: 960px) {

    .footnote-foot {
        min-height: 85vh;
    }

    .footnote-wrap .footnote {
        padding: 53% 17.7% 78%;
    }

    .footnote .footnote-title {}
}

@media (min-width: 768px) {
    .footnote .content .footnote-title {
        padding: 30px 0;
    }
}

@media (min-width: 1600px) {
    .footnote-foot {
        min-height: 85vh;
    }

    .footnote-wrap .footnote {
        padding: 70% 17.7% 61%;
    }
}

.footnote-wrap .wrapper {}


/* ========================================
      FOOTER
======================================== */
section.footer {
    background: var(--background-tertiary);
    padding: 0;
    position: relative;
}

section.footer .footer-inner {
    padding: 10px 0;
}

section.footer .footer-inner p {
    font-size: var(--body-text-size);
    font-weight: 400;
    color: var(--button-text-secondary);
}

.footer .footer-inner .footer-logo {
    width: 55px;
}

section.footer .footer-inner .footer-logo path {
    fill: var(--button-text-secondary);
}

@media only screen and (max-width: 960px) {
    section.footer .footer-inner.flex-column {
        flex-direction: column;
        padding-top: 80px;
        padding-bottom: 150px;
    }

    section.footer .footer-inner.flex-column p {
        margin-right: 0;
        font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    }

    section.footer .footer-inner.flex-column .footer-logo {
        margin-top: 10px;
        width: 150px;
    }
}


/* ==============================
        Agenda
============================== */
.agenda-wrap {
    position: relative;
    overflow: hidden;
    padding: 5% 0px 6%;
}

.agenda-inner {
    padding: 0px;
}

/* head */
.agenda-head {
    position: relative;
    padding: 0px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 600px;
    margin: 0 auto 24px;
}

.ev-head {
    position: relative;
    padding: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 600px;
    margin: 0 auto 12px;
}

.agenda-head .agenda-title {
    font-size: calc(var(--heading-size) - 18px);
}

.agenda-head .agenda-description {
    font-weight: 600;
}

/* body */
.agenda-body {}

/* Event */
.event-item {
    position: relative;
    text-align: center;
    margin-top: 25%;
}

.event-item:first-of-type {
    margin-top: 0px;
}

.event-head {
    position: relative;
    margin-bottom: 40px;
    padding: 0 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.event-head.hide {
    display: none;
}

.event-head .event-description {
    margin-bottom: 24px;
}

.event-date-wrapper {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--background-secondary);
    border-top: 1px solid var(--background-secondary);
    padding: 12px 40px;
    gap: 8px;
}

.event-head .event-schedule-wrapper .event-date {
    color: var(--text-secondary);
    font-size: calc(var(--body-text-size) + var(--fs-extra-4) + 6px);
    line-height: 133%;
    font-weight: 400;
}

.event-head .event-schedule-wrapper .event-day {
    color: var(--text-secondary);
    font-size: calc(var(--body-text-size) + var(--fs-extra-4) + 6px);
    line-height: 133%;
    font-weight: 700;
}

.event-schedule-inner {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

/* Activity */
.activity-wrap {}

.activity-wrap.same-location {}

/* activity item */
.activity-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* max-width: 640px; */
    margin: 15% auto 0px;
}

.activity-item:first-of-type {
    margin: 0px auto;
    margin-top: 5%;
}

.activity-frame {
    position: relative;
    width: 168.2%;
    left: 50%;
    transform: translate(-50%);
}

.activity-item:nth-child(even) .activity-frame {
    width: 113.84%;
    padding-bottom: 20.5%;
}


/* activity item background ::before */
/* .activity-frame::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
    width: 82%;
    height: 90%;
    border-radius: 999px 999px 0px 0px;
    background: rgba(253, 253, 244, 0.50);
    backdrop-filter: blur(1.5px);
} */

/* activity content */
.activity-content {
    position: absolute;
    z-index: 2;
    bottom: 50%;
    left: 50%;
    width: 100%;
    padding: 34% 21% 33%;
    transform: translate(-50%, 53%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    max-height: 100%;
    overflow-y: auto;

    background: radial-gradient(50% 50% at 50% 50%, #FFFEEE 0%, rgba(255, 254, 238, 0.75) 50%, rgba(255, 254, 238, 0.00) 100%);
}

.activity-item:nth-child(even) .activity-content {}

.activity-item:not(.first) .activity-content {
    /* padding: 36% 20% 17% 19%; */
}

/* scrollable area */
.activity-content .scrollable-y {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.activity-content .scrollable-y::-webkit-scrollbar {
    display: none;
}

/* activity head */
.activity-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap: 12px;
    width: 100%;
}

.activity-head .activity-head-in-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap: 4px;
    width: 100%;
}

.activity-head .agenda-ic {
    width: 55px;
    height: auto;
    display: block;
}

.activity-head .activity-title {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) - 12px);
}

.activity-head .ev-date {
    font-size: calc(var(--body-text-size));
    color: var(--text-primary);
    font-weight: 700;
}

.activity-head .activity-description {
    font-size: calc(var(--body-text-size) - var(--fs-extra-2));
    color: var(--text-tertiary);
}

.activity-head .activity-time {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    color: var(--text-tertiary);
    line-height: 150%;
}

/* Agenda Details */
.event-details,
.activity-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap: 8px;
    overflow-y: auto;
}

.act-place-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.orn-ev-detail {
    position: relative;
    width: 50.9%;
    max-width: 200px;
    margin: 0 auto;
}

.event-details .event-hall,
.activity-details .activity-hall {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-primary);
    text-align: center;
    line-height: 150%;
    font-weight: 700;
    text-transform: uppercase;
}

.event-details .event-address,
.activity-details .activity-address {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 2px);
    line-height: 150%;
    color: var(--text-tertiary);
}

.event-details .event-city,
.activity-details .activity-city {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 2px);
    text-align: center;
    line-height: 150%;
    color: var(--text-tertiary);
}

.event-link-wrap,
.activity-link-wrap {
    text-align: center;
}

.event-link,
.activity-link {
    font-family: var(--body-text-family);
    font-weight: 400;
    font-size: var(--body-text-size);

    display: flex;
    align-items: center;
    padding: 8px 12px;

    text-decoration: none;
    border: none;
    color: var(--button-text-primary);
    border-radius: 50px;
    background: var(--button-background-primary);

    transition: .3s ease-in-out;
}

.event-link:hover,
.activity-item .activity-link:hover {
    background-color: rgba(var(--button-background-primary-rgb), .75);
}

@media (max-width: 560px) {}

@media (min-width: 560px) {
    .activity-content {
        justify-content: center;
        gap: 12px;
    }

    .activity-head,
    .act-place-wrap {
        gap: 12px;
    }

    .event-details,
    .activity-details {
        gap: 12px;
    }
}

@media (min-width: 961px) {
    .activity-content {
        justify-content: center;
    }
}

@media (min-width: 1440px) {
    .activity-head .agenda-ic {
        width: 65px;
        height: auto;
        display: block;
    }
}


/* ==============================
  ORNAMENTS
============================== */

/* COVER */
.orn-cover-bg {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 0%;
}

.orn-cover-1 {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -5%);
    bottom: 0%;
}

.orn-cover-2 {
    position: absolute;
    width: 68.97%;
    left: 0%;
    transform: translate(-12.63%, 0%);
    bottom: 0%;
}

.orn-cover-2-1 {
    position: absolute;
    width: 43.49%;
    right: 0%;
    transform: translate(23.076%, 0%);
    bottom: 13.23%;
}

.orn-cover-2-1-1 {
    position: absolute;
    width: 96.32%;
    right: 0%;
    transform: translate(12.76%, 0%);
    bottom: 36.95%;
}

.orn-cover-2-1-2 {
    position: absolute;
    width: 114.46%;
    right: 0%;
    transform: translate(61.24%, 0%);
    bottom: 7.24%;
}

.orn-cover-2-1-2-1 {
    position: absolute;
    width: 83.72%;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 36.17%;
}

.orn-cover-3 {
    position: absolute;
    width: 32.82%;
    left: 0%;
    transform: translate(-37.5%, -13%);
    bottom: 6%;
}

.orn-cover-4 {
    position: absolute;
    width: 33%;
    left: 0%;
    transform: translate(-3.87%, -18%);
    bottom: 13%;
}

.orn-cover-5 {
    position: absolute;
    width: 24.87%;
    right: 0%;
    transform: translate(-16.49%, -21%);
    bottom: 13%;
}

.orn-cover-5-1 {
    position: absolute;
    width: 89.69%;
    right: 0%;
    transform: translate(22.98%, -8%);
    bottom: 0%;
}

.orn-cover-6 {
    position: absolute;
    width: 73.84%;
    left: 0%;
    transform: translate(-11.8%, -20%);
    bottom: 15%;
}

.orn-cover-7.left {
    position: absolute;
    width: 58.20%;
    left: 0%;
    transform: translate(-50%, -19%);
    bottom: 24%;
}

.orn-cover-7.right {
    position: absolute;
    width: 58.20%;
    right: 0%;
    transform: translate(50%, -19%) scaleX(-1);
    bottom: 24%;
}

/* Couple */
.orn-couple-1 {
    position: absolute;
    width: 61.28%;
    left: 0%;
    transform: translate(-18.41%, 25.53%) scaleX(-1);
    bottom: 0%;
}

.orn-couple-1-1 {
    position: absolute;
    width: 47.15%;
    right: 7.22%;
    transform: translate(0%, 0%) scaleX(-1);
    bottom: 35%;
}

.orn-couple-1-2 {
    position: absolute;
    width: 49.37%;
    right: 28.45%;
    transform: translate(0%, 0%);
    bottom: 18%;
}

.orn-couple-1-3 {
    position: absolute;
    width: 40.16%;
    left: 0%;
    transform: translate(-57.29%, 0%) scaleX(-1);
    bottom: 9.57%;
}

.orn-couple-1-4 {
    position: absolute;
    width: 44.35%;
    left: 0%;
    transform: translate(-33%, 0%) scaleX(-1);
    bottom: 32.97%;
}

.orn-couple-1-4-1 {
    position: absolute;
    width: 102.8%;
    right: 0%;
    transform: translate(65%, -8%) rotate(-21.93deg);
    bottom: 10%;
}

.orn-couple-2 {
    position: absolute;
    width: 63.33%;
    left: 0%;
    transform: translate(-50%, -25.53%);
    bottom: 9%;
}

.orn-couple-3 {
    position: absolute;
    width: 41%;
    left: 8%;
    transform: translate(52%, -6.53%);
    bottom: 7%;
}

.orn-couple-3-1 {
    position: absolute;
    width: 76.785%;
    right: 0%;
    transform: translate(5%, 15%) scaleX(-1);
    bottom: 0%;
}

.orn-couple-3-2 {
    position: absolute;
    width: 88.75%;
    left: 0%;
    transform: translate(-19%, -30.49%) scaleX(-1);
    top: 0%;
}

.orn-couple-3-3 {
    position: absolute;
    width: 59.375%;
    right: 0%;
    transform: translate(55%, -10.49%) rotate(25.954deg) scaleX(-1);
    bottom: 0%;
}

.orn-couple-info {
    position: absolute;
    width: 24.23%;
    left: 0%;
    transform: translate(-60%, -50%);
    top: 50%;
}

.groom .orn-couple-info {
    left: unset;
    right: 0;
    transform: translate(60%, -50%) scaleX(-1);
}

/* Save The Date  */
.orn-sd-1.left {
    position: absolute;
    width: 28.46%;
    left: 12%;
    bottom: 3%;
    transform: translate(-2%, 0%);
}

.orn-sd-1.right {
    position: absolute;
    width: 28.46%;
    right: 12%;
    bottom: 3%;
    transform: translate(2%, 0%) scaleX(-1);
}

.orn-sd-1-1 {
    position: absolute;
    width: 67.56%;
    left: 0%;
    bottom: 8.86%;
    transform: translate(-30.6%, 0%) scaleX(-1);
}

.orn-sd-1-2 {
    position: absolute;
    width: 44%;
    right: 0%;
    top: 0%;
    transform: translate(12.24%, -30%);
}

.orn-sd-1-3 {
    position: absolute;
    width: 86.44%;
    right: 0%;
    bottom: 0%;
    transform: translate(-122%, 0%);
}

.orn-sd-1-4 {
    position: absolute;
    width: 62.16%;
    left: 0%;
    bottom: 30.37%;
    transform: translate(-46.37%, 0%);
}

.orn-sd-1-5 {
    position: absolute;
    width: 95.49%;
    left: 0%;
    bottom: 46.83%;
    transform: translate(-59.43%, 0%);
}

.orn-sd-1-6 {
    position: absolute;
    width: 111.7%;
    left: 0%;
    bottom: 49.36%;
    transform: translate(-13.7%, 0%);
}

.orn-sd-1-6-1 {
    position: absolute;
    width: 59.67%;
    right: 0%;
    bottom: 6.74%;
    transform: translate(44.59%, 0%);
}

.orn-sd-1-6-2 {
    position: absolute;
    width: 41.12%;
    right: 0%;
    bottom: 0%;
    transform: translate(9%, 11%);
}

.orn-sd-2.left {
    position: absolute;
    width: 30.25%;
    left: 3%;
    bottom: 4%;
    transform: translate(-2%, -12%);
}

.orn-sd-2.right {
    position: absolute;
    width: 30.25%;
    right: 3%;
    bottom: 4%;
    transform: translate(2%, -12%) scaleX(-1);
}

.orn-sd-top {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%) scaleX(-1);
}

.orn-sd-3.right {
    position: absolute;
    width: 40.76%;
    right: 0%;
    top: 0%;
    transform: translate(69.8%, 0%);
}

.orn-sd-3.left {
    position: absolute;
    width: 40.76%;
    left: 0%;
    top: 0%;
    transform: translate(-69.8%, 0%) scaleX(-1);
}

/* EVENT */
.orn-ev-1.left {
    position: absolute;
    width: 27.69%;
    left: 0%;
    bottom: 0%;
    transform: translate(-23.14%, 15.5%);
}

.orn-ev-1.right {
    position: absolute;
    width: 27.69%;
    right: 0%;
    bottom: 0%;
    transform: translate(23.14%, 15.5%) scaleX(-1);
}

.orn-ev-1-1 {
    position: absolute;
    width: 73.14%;
    left: 0%;
    bottom: 24.44%;
    transform: translate(-7.5%, 0%);
}

.orn-ev-1-2 {
    position: absolute;
    width: 68.5%;
    right: 0%;
    bottom: 42.22%;
    transform: translate(27%, 0%);
}

.orn-ev-1-3 {
    position: absolute;
    width: 87.03%;
    left: 7.4%;
    bottom: 50%;
    transform: translate(0%, 0%);
}

.orn-ev-1-3-1 {
    position: absolute;
    width: 71.27%;
    left: 18%;
    bottom: 25.64%;
    transform: translate(0%, 0%) scaleX(-1);
}

.orn-ev-2.left {
    position: absolute;
    width: 74.61%;
    left: 0%;
    bottom: 4%;
    transform: translate(-32.98%, -1%) scaleX(-1);
}

.orn-ev-2.right {
    position: absolute;
    width: 74.61%;
    right: 0%;
    bottom: 4%;
    transform: translate(32.98%, -1%);
}

.orn-ev-3.left {
    position: absolute;
    width: 20.25%;
    left: 0%;
    bottom: 11%;
    transform: translate(0%, -5%) scaleX(-1);
}

.orn-ev-3.right {
    position: absolute;
    width: 20.25%;
    right: 0%;
    bottom: 11%;
    transform: translate(0%, -5%);
}

.orn-ev-4.left {
    position: absolute;
    width: 27.69%;
    left: 0%;
    bottom: 11%;
    transform: translate(-27.7%, -5%) scaleX(-1);
}

.orn-ev-4.right {
    position: absolute;
    width: 27.69%;
    right: 0%;
    bottom: 11%;
    transform: translate(27.7%, -5%);
}

.orn-ev-4-1 {
    position: absolute;
    width: 102.77%;
    left: 0%;
    bottom: 83.64%;
    transform: translate(4%, 0%) scaleX(-1);
}

.orn-ev-5.center {
    position: absolute;
    width: 114.35%;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
}

.orn-ev-5-1 {
    position: absolute;
    width: 67.93%;
    left: 50%;
    bottom: 36.36%;
    transform: translate(-50%, 0%);
}

.orn-ev-bg {
    opacity: .5;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 16.36%;
    transform: translate(-50%, -10%);
}

.orn-ev-6.center {
    position: absolute;
    width: 75.12%;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
}

.orn-ev-bg-1 {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
}

/* VIDEO */
.orn-video-1.left {
    position: absolute;
    width: 34.79%;
    left: 0%;
    bottom: 0%;
    transform: translate(-53.78%, 0%);
}

.orn-video-1.right {
    position: absolute;
    width: 34.79%;
    right: 0%;
    top: 0%;
    transform: translate(48.78%, 0%) scaleX(-1) scaleY(-1);
}

.orn-video-1-1 {
    position: absolute;
    width: 79.83%;
    right: 0%;
    bottom: 0%;
    transform: translate(0%, 0%);
}

.orn-video-2 {
    position: absolute;
    width: 31.87%;
    left: 0%;
    bottom: 0%;
    transform: translate(-27.78%, 57%) rotate(90deg);
}

.orn-video-3 {
    position: absolute;
    width: 41.5%;
    right: 0%;
    top: 0%;
    transform: translate(45%, -36.87%) scaleX(-1);
}

/* RSVP */
.orn-rsvp-1.left {
    position: absolute;
    width: 46.45%;
    left: 0%;
    bottom: 0%;
    transform: translate(-44.44%, 25%);
}

.orn-rsvp-1.right {
    position: absolute;
    width: 46.45%;
    right: 0%;
    bottom: 0%;
    transform: translate(44.44%, 25%) scaleX(-1);
}

.orn-rsvp-1-1 {
    position: absolute;
    width: 40.27%;
    left: 15.97%;
    top: 0%;
    transform: translate(0%, -13%);
}

.orn-rsvp-2.left {
    position: absolute;
    width: 39.35%;
    left: 0%;
    bottom: 0%;
    transform: translate(-60.65%, -7%);
}

.orn-rsvp-2.right {
    position: absolute;
    width: 39.35%;
    right: 0%;
    bottom: 0%;
    transform: translate(60.65%, -7%) scaleX(-1);
}

.orn-rsvp-2-1 {
    position: absolute;
    width: 41.8%;
    left: 18%;
    bottom: 34.57%;
    transform: translate(0%, 0%) scaleX(-1);
}

.orn-rsvp-2-2 {
    position: absolute;
    width: 54.91%;
    left: 18%;
    bottom: 57.57%;
    transform: translate(0%, 0%) rotate(17.674deg);
}

.orn-rsvp-bg {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
}

/* QUOTE */

.orn-quote-1.left {
    position: absolute;
    width: 29.74%;
    left: 20.25%;
    bottom: 0%;
    transform: translate(0%, 29.48%);
}

.orn-quote-1.right {
    position: absolute;
    width: 29.74%;
    right: 20.25%;
    bottom: 0%;
    transform: translate(0%, 29.48%) scaleX(-1);
}

.orn-quote-1-1 {
    position: absolute;
    width: 58.6%;
    left: 0%;
    bottom: 30%;
    transform: translate(-20%, -6%) rotate(-15.258deg) scaleX(-1);
}

.orn-quote-2.left {
    position: absolute;
    width: 33.33%;
    left: 2.05%;
    bottom: 0%;
    transform: translate(0%, -15.48%);
}

.orn-quote-2.right {
    position: absolute;
    width: 33.33%;
    right: 2.05%;
    bottom: 0%;
    transform: translate(0%, -15.48%) scaleX(-1);
}

.orn-quote-2-1 {
    position: absolute;
    width: 48.46%;
    left: 0%;
    top: 0%;
    transform: translate(0%, -67.79%);
}

.orn-quote-2-2 {
    position: absolute;
    width: 30%;
    left: 13.84%;
    top: 0%;
    transform: translate(0%, -84.17%);
}

.orn-quote-3.center {
    position: absolute;
    width: 38.46%;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -43.18%);
}

.orn-quote-3-1.left {
    position: absolute;
    width: 52.6%;
    left: 0%;
    bottom: 19.31%;
    transform: translate(0%, 0%);
}

.orn-quote-3-1.right {
    position: absolute;
    width: 52.6%;
    right: 0%;
    bottom: 19.31%;
    transform: translate(0%, 0%) scaleX(-1);
}

.orn-quote-4.left {
    position: absolute;
    width: 27.17%;
    left: 13.58%;
    top: 0%;
    transform: translate(0%, -58.17%) scaleX(-1);
}

.orn-quote-4.right {
    position: absolute;
    width: 27.17%;
    right: 13.58%;
    top: 0%;
    transform: translate(0%, -58.17%);
}

.orn-quote-4-1 {
    position: absolute;
    width: 83%;
    left: 0%;
    top: 0%;
    transform: translate(-44%, -17%) rotate(-90deg);
}

.orn-quote-4-2 {
    position: absolute;
    width: 81.6%;
    right: 0%;
    top: 0%;
    transform: translate(30%, -14%) rotate(49.893deg) scaleX(-1);
}

/* Footnote */
.orn-ff-1.left {
    position: absolute;
    width: 46.66%;
    left: 0%;
    bottom: 0%;
    transform: translate(-9.7%, 20.7%);
}

.orn-ff-1.right {
    position: absolute;
    width: 46.66%;
    right: 0%;
    bottom: 0%;
    transform: translate(9.7%, 20.7%) scaleX(-1);
}

.orn-ff-1-1 {
    position: absolute;
    width: 43.95%;
    right: 7.14%;
    bottom: 16.43%;
    transform: translate(0%, 0%);
}

.orn-ff-1-2 {
    position: absolute;
    width: 43.95%;
    right: 7.14%;
    bottom: 16.43%;
    transform: translate(0%, 0%);
}

.orn-ff-2.left {
    position: absolute;
    width: 33%;
    left: 0%;
    bottom: 0%;
    transform: translate(-18.60%, 0%);
}

.orn-ff-2.right {
    position: absolute;
    width: 33%;
    right: 0%;
    bottom: 0%;
    transform: translate(18.60%, 0%) scaleX(-1);
}

.orn-ff-2-1 {
    position: absolute;
    width: 61.24%;
    right: 0%;
    bottom: 12.90%;
    transform: translate(17.72%, 0%);
}

.orn-ff-2-2 {
    position: absolute;
    width: 39.53%;
    right: 0%;
    bottom: 0%;
    transform: translate(37.25%, 0%);
}

.orn-ff-3.left {
    position: absolute;
    width: 34.87%;
    left: 0%;
    bottom: 0%;
    transform: translate(-39.70%, 0%);
}

.orn-ff-3.right {
    position: absolute;
    width: 34.87%;
    right: 0%;
    bottom: 0%;
    transform: translate(39.70%, 0%) scaleX(-1);
}

.orn-ff-4.center {
    position: absolute;
    width: 43.33%;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 17.5%);
}

.orn-ff-5.center {
    position: absolute;
    width: 51.53%;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
}

.orn-ff-6.center {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
}

.orn-ff-7.left {
    position: absolute;
    width: 48.50%;
    left: 0%;
    bottom: 10%;
    transform: translate(-49.73%, -28%);
}

.orn-ff-7.right {
    position: absolute;
    width: 48.50%;
    right: 0%;
    bottom: 10%;
    transform: translate(49.73%, -28%) scaleX(-1);
}

.orn-ff-8.left {
    position: absolute;
    width: 48.20%;
    left: 0%;
    bottom: 25%;
    transform: translate(-20.21%, -44%) scaleX(-1);
}

.orn-ff-8.right {
    position: absolute;
    width: 48.20%;
    right: 0%;
    bottom: 25%;
    transform: translate(20.21%, -44%);
}

.orn-ff-8-1 {
    position: absolute;
    width: 46.27%;
    right: 0%;
    bottom: 10.98%;
    transform: translate(9%, 0%) scaleX(-1);
}

.orn-ff-8-2 {
    position: absolute;
    width: 92.5%;
    right: 0%;
    bottom: 35.59%;
    transform: translate(16%, 0%) rotate(-38.545deg);
    opacity: .9;
}

.orn-ff-9.center {
    position: absolute;
    width: 156.15%;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
    opacity: .5;
}

.orn-ff-10.center {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
}

/* Top Cover */

.top-cover .orn-ff-8.right {
    bottom: 12%;
    transform: translate(20.21%, -47%);
}

.top-cover .orn-ff-8.left {
    bottom: 12%;
    transform: translate(-20.21%, -47%) scaleX(-1);
}

.top-cover .orn-ff-9.center {
    transform: translate(-50%, -12%);
    opacity: 1;
}

@media (min-width: 560px) {
    .top-cover .orn-ff-9.center {
        transform: translate(-50%, 0%);
        width: 130.15%;
    }

    .top-cover .orn-ff-8.left,
    .top-cover .orn-ff-8.right {
        width: 39.2%;
    }

    .top-cover .orn-ff-3.left,
    .top-cover .orn-ff-3.right {
        width: 30.87%;
    }

    .top-cover .orn-ff-2.left,
    .top-cover .orn-ff-2.right {
        width: 33%;
    }

    .top-cover .orn-ff-1.left,
    .top-cover .orn-ff-1.right {
        width: 41.66%;
    }
}

/* PRIMARY PANE */
.primary-pane .orn-ff-3.left {
    width: 33.87%;
    transform: translate(-34.7%, 6%);
}

.primary-pane .orn-ff-3.right {
    width: 33.87%;
    transform: translate(34.7%, 6%) scaleX(-1);
}

.primary-pane .orn-ff-8.right {
    width: 28.2%;
    bottom: 6%;
    transform: translate(20.21%, -18%);
}

.primary-pane .orn-ff-8.left {
    width: 28.2%;
    bottom: 6%;
    transform: translate(-20.21%, -18%) scaleX(-1);
}

.primary-pane .orn-ff-9.center {
    width: 100%;
    opacity: 0.6;
    bottom: 0;
}

.primary-pane .orn-ff-10.center {
    width: 43%;
    position: relative;
    opacity: 0;
}

.orn-ff-10-wrapper {
    width: 100%;
    height: max-content;
    position: absolute;
    top: 0;
    background: var(--orn-10);
    background-repeat: repeat-x;
    background-size: 33.33%;
}

/* ==============================
        ANIMATION
============================== */
@keyframes goyang {
    0% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(3deg);
    }
}

/* Global  */

/* Cover  */
.orn-cover-4>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

.orn-cover-5-1>.image-wrap img {
    transform-origin: 40% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .5s;
}

.orn-cover-2-1-1>.image-wrap img {
    transform-origin: 45% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

.orn-cover-2-1-2-1>.image-wrap img {
    transform-origin: 35% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .7s;
}

/* Couple */
.orn-couple-1-1>.image-wrap img {
    transform-origin: 45% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

.orn-couple-3-3>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .5s;
}

.orn-couple-3-2>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}

.orn-couple-1-4-1>.image-wrap img {
    transform-origin: 0% 60%;
    animation: goyang 4s ease-in-out infinite alternate;
    animation-delay: .9s;
}

/* Couple */
.orn-couple-1-1>.image-wrap img {
    transform-origin: 45% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

/* Save The Date */
.orn-sd-1-5>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

.orn-sd-1-6-1>.image-wrap img {
    transform-origin: 30% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}

.orn-sd-1-6-2>.image-wrap img {
    transform-origin: 20% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .5s;
}

/* AGENDA */
.orn-ev-2>.image-wrap img {
    transform-origin: 70% 90%;
    animation: goyang 7s ease-in-out infinite alternate;
    animation-delay: .5s;
}

.orn-ev-1-2>.image-wrap img {
    transform-origin: 45% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

.orn-ev-1-3-1>.image-wrap img {
    transform-origin: 45% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}

.orn-ev-3>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

/* VIDEO */
.orn-video-1>.image-wrap img {
    transform-origin: 65% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
}

.orn-video-1-1>.image-wrap img {
    transform-origin: 45% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

.orn-video-2>.image-wrap img {
    transform-origin: 0% 70%;
    animation: goyang 4s ease-in-out infinite alternate;
}

/* RSVP */
.orn-rsvp-1-1>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}

.orn-rsvp-2-2>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

.orn-rsvp-2-1>.image-wrap img {
    transform-origin: 30% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .8s;
}

/* QUOTE */
.orn-quote-2-1>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

.orn-quote-2-2>.image-wrap img {
    transform-origin: 30% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .8s;
}

.orn-quote-4-2>.image-wrap img {
    transform-origin: 0% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
    animation-delay: .8s;
}

/* FOORNOTE */
.orn-ff-8>.image-wrap img {
    transform-origin: 93% 100%;
    animation: goyang 7s ease-in-out infinite alternate;
}

.orn-ff-1-1>.image-wrap img {
    transform-origin: 40% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

.orn-ff-2-1>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}

.orn-ff-2-2>.image-wrap img {
    transform-origin: 20% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .5s;
}

.orn-ff-8-1>.image-wrap img {
    transform-origin: 0% 70%;
    animation: goyang 4s ease-in-out infinite alternate;
    animation-delay: .5s;
}

.orn-ff-8-2>.image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
}