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

/* icha-hasibin */
body.icha-hasibin {
    /* Heading Family */
    --heading-family: "Milonga", serif;
    --heading-style: normal;
    --heading-weight: 400;
    --heading-size: 40px;
    --heading-lettercase: none;

    /* Body Text */
    --body-text-family: "Cardo", serif;
    --body-text-style: normal;
    --body-text-weight: 400;
    --body-text-size: 16px;
    --body-text-lettercase: none;

    --arab-text-family: "Amiri", serif;

    /* 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.icha-hasibin.original {
    /* Colors */
    --background-primary: #C5D4EB;
    --background-primary-rgb: 197, 212, 235;

    --background-secondary: #ABCEFF;
    --background-secondary-rgb: 171, 206, 255;

    --background-tertiary: #ECF4FF;
    --background-tertiary-rgb: 236, 244, 255;

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

    /* Text Colors */
    --text-primary: #496883;
    --text-primary-rgb: 73, 104, 131;

    --text-secondary: #336897;
    --text-secondary-rgb: 51, 104, 151;

    --text-tertiary: #404040;
    --text-tertiary-rgb: 64, 64, 64;

    /* Button Colors */
    --button-text-primary: #F2F1ED;
    --button-text-primary-rgb: 242, 241, 237;

    --button-background-primary: #496883;
    --button-background-primary-rgb: 73, 104, 131;

    --button-text-secondary: #F2F1ED;
    --button-text-secondary-rgb: 242, 241, 237;

    --button-background-secondary: #7DA3C6;
    --button-background-secondary-rgb: 125, 163, 198;

    /* ornament */
    --texture-1: url("https://katsudoto.id/media/template/custom/icha-hasibin/assets/texture-1.png");
    --cover-frame-mask: url("https://katsudoto.id/media/template/custom/icha-hasibin/assets/cover-frame-mask.png");
    --clip-mask: url("https://katsudoto.id/media/template/custom/icha-hasibin/assets/Orn-clip.png");
    --ls-mask: url("https://katsudoto.id/media/template/custom/icha-hasibin/assets/ls-mask.png");
    --bg-gif: url("https://katsudoto.id/media/template/custom/icha-hasibin/assets/ct.gif");

}

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

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

@media (min-width: 560px) and (max-width: 960px) {
    body.icha-hasibin {
        --heading-size: 52px;
        --body-text-size: 22px;
    }
}

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

@media (min-width: 1600px) {
    body.icha-hasibin {
        --heading-size: 52px;
        --body-text-size: 22px;
    }
}

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

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

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

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

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

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

body.icha-hasibin::-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-secondary);
}

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

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

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

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

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

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

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

section.primary-pane .inner .inner-wrapper {
    position: relative;
    width: 85%;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12%;
}

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

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

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

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

/* .primary-pane .footnote-frame {
    max-width: 180px;
  } */
section.primary-pane .logo-wrap {
    position: relative;
    width: 30.7%;
    max-width: 155px;
    margin: 25px auto 5%;
}

section.primary-pane .logo-2 {
    position: absolute;
    width: 257.5%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 20%);
}

.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 (min-width: 1600px) {
    .kat-page__side-to-side .primary-pane .inner .details p {
        font-size: calc(var(--body-text-size) + var(--fs-extra-1));
    }

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

/* ============================================
          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: var(--bg-cover) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

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

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

/* ======================
  ?  TOP COVER
====================== */
section.top-cover {
    background-color: var(--background-secondary);
    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%;
    top: 0;
    left: 0;
    right: 0;
    background-image: var(--texture-1);
    background-size: cover;
    background-position: center;
    opacity: 1;
}

@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: space-between;
    gap: 80px;
    position: relative;
}

section.top-cover .logo-wrap {
    position: relative;
    width: 30.7%;
    max-width: 155px;
    margin: 25px auto 0;
}

section.top-cover .logo-2 {
    position: absolute;
    width: 257.5%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 20%);
}

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: 16% 24px 20.5%;
    /* margin: auto; */
    position: relative;
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 3;
}

section.top-cover .inner .details::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    margin: 0 auto;
}

.orn-tc-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.top-cover .inner .details p {
    text-align: center;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-tertiary);
}

/* 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: 99px;
    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), 0.8);
}

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

@media (min-width: 560px) {
    section.top-cover .inner {
        /* padding: 20px 0px; */
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 70px;
        position: relative;
    }
}

@media (min-width: 560px) and (max-width: 960px) {
    .orn-tc-wrapper {
        padding-bottom: 40%;
    }

    /* section.top-cover .inner .details {
      padding: 0px 20px 31%;
    } */
}

/* ==============================
   ?     Cover Letter
============================== */
.cover-letter-wrap {
    position: relative;
    overflow: hidden;
    padding: 80px 35px;
    z-index: 2;

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

    background-image: var(--bg-gif);
    background-position: top center;
    background-size: 100% auto;

    /* display: none; */
}

.cover-letter-wrap .cover-letter {
    position: relative;
    overflow: hidden;
}

.cover-letter-wrap .cover-letters-frame {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.cover-letters-frame .cover-letters-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 7.5%;
    max-height: 75%;
    overflow-y: auto;
    transform: translate(-50%, -50%);

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

.cover-letters-content::-webkit-scrollbar {
    display: none;
}

.cover-letters-content .letters-top-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cover-letters-content .letters-top-wrap p {
    color: var(--text-primary);
}

.cover-letters-content .cover-letter-caption {
    color: var(--text-primary);
    text-align: center;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 2px);
    font-weight: 400;
    line-height: 140%;
    padding: 0 2.5%;
}

.cover-letters-content .horizontal-divider {
    width: 100%;
    height: 2px;
    background-color: var(--text-primary);
}

.cover-letters-content .cover-letter-title {
    color: var(--text-primary);
    text-align: center;
    font-family: var(--body-text-family);
    font-size: calc(var(--heading-size) - var(--fs-extra-6));
    font-weight: 400;
    line-height: normal;
}

.ct-mask {
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(236, 244, 255, 0.00) 0%, var(--background-tertiary) 100%);
}

@media (min-width: 768px) and (max-width: 960px) {
    .cover-letter-wrap {
        min-height: 700px;
    }
}

@media (min-width: 1440px) {
    .cover-letter-wrap {
        min-height: 800px;
    }
}


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

    min-height: 100vh;
}

.background-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(0deg, rgba(236, 244, 255, 0.00) 0%, var(--background-tertiary) 100%);
}


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

/* Cover Head */
section.cover .inner .head {
    width: 100%;
    text-align: center;
    padding: 40px 10px 16px;
    position: relative;

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

section.cover .inner .head .prime-title {
    color: var(--text-primary);
    text-align: center;
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size));
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.cover .inner .head .top-text {
    color: var(--text-secondary);
    text-align: center;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

section.cover .inner .head .logo-wrap {
    width: 100%;
    height: 80px;
    /* margin-bottom: 12px; */
    position: relative;
    max-width: 30%;
    margin: 0 auto;
}

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

section.cover .inner .head .bottom-text {
    color: var(--text-secondary);
    text-align: center;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

/* Cover Body */
section.cover .inner .body {
    padding: 0px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

/* cover orn frame */
.cover .orn-cover-frame {
    position: relative;
    left: 50%;
    width: 86.67%;
    max-width: 500px;
    transform: translateX(-50%);
    margin-bottom: 5%;
}

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

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

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

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

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

.orn-clip-bottom {
    position: absolute;
    bottom: 0;
    transform: translate(0px, 4px);


}

.orn-clip-wrap {

    width: 100%;
    position: absolute;
    inset: 0% 0%;
    background: var(--background-primary);
    -webkit-mask-image: var(--clip-mask);
    mask-image: var(--clip-mask);
    -webkit-mask-size: 99% 99%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: -9%;
    left: 50%;
    bottom: 12%;
    transform: translate(-50%, 10%);
}

.orn-clip-top {
    position: absolute;
    top: 0;
    transform: translate(0px, -4px) scaleY(-1);
}

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

/* .quote-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    right: 0;
    bottom: 0;

    background: linear-gradient(0deg, #dcddf3 0%, rgba(220, 221, 243, 0) 100%);
} */

.quote-wrap .quote {
    position: relative;
}

.quote-wrap .z-3 {
    z-index: 3;
}

.quote-wrap .quotes-frame {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.quotes-frame .quotes-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 12.5%;
    max-height: 75%;
    overflow-y: auto;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quotes-content::-webkit-scrollbar {
    display: none;
}

.quotes-content .quote-caption-arab {
    color: #273C56;
    text-align: center;
    font-family: var(--arab-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 400;
    line-height: 180%;
}

.quotes-content .quote-caption {
    color: #616161;
    text-align: center;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 4px);
    font-weight: 400;
    line-height: 140%;
}

.quotes-content .quote-caption-bottom {
    color: #616161;
    text-align: center;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 2px);
    font-weight: 700;
    line-height: 140%;
}

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

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

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

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

/* Couple Head */
.couple-head {
    text-align: center;
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

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

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

.orn-couple-head {
    margin: 0 auto 0;
    width: 60%;
}

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

.couple-head .couple-description {
    padding: 0 16px;
    color: var(--text-secondary);
    font-size: calc(var(--body-text-size) - 2px);
}

.couple-head+.couple-body {
    margin-top: 5%;
}

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

.couple-body.bride-first {
    flex-direction: column-reverse;
}

.couple-info {
    width: 100%;
    position: relative;
    text-align: right;
    /* margin-top: 2em; */
}

.couple-info.bride {
    /* margin-top: 3em; */
}

/* Couple Preview */
.couple-preview {
    display: flex;
    position: relative;
    margin-bottom: 2%;
    margin-top: 21%;
}

.couple-info.bride .couple-preview {
    /* transform: scaleX(-1); */
}

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

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

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

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

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

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

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

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

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

.couple-details .couple-name {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) - var(--fs-extra-4) - 2px);
    color: var(--text-primary);
}

.couple-details .couple-parents {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 2px);
    color: var(--text-tertiary);
}

.couple-details .couple-bio {
    color: var(--text-primary);
    margin-bottom: 14px;
}

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

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

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

.couple-link:hover {
    border-bottom: 1px solid rgba(var(--button-background-primary-rgb), 0.8);
}

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

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

.separator-wrap .separator::before {
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    background-color: var(--text-primary);
}

.separator-wrap .separator::after {
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    background-color: var(--text-primary);
}

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

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

    .couple-details {
        margin-top: 5%;
    }

    .separator-wrap {
        margin: 10% auto 8%;
    }

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

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

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


/* ==============================
        Agenda
============================== */
.agenda-wrap {
    position: relative;
    overflow: hidden;
}

.agenda-inner {
    padding: 20% 0px 5%;
}

/* head */
.agenda-head {
    padding: 20px 24px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.agenda-head .agenda-title {}

.agenda-head .agenda-description {}

/* body */
.agenda-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0;
}

/* Event */
.event-item {
    margin: 0px 0 17%;
    position: relative;
}

/* event head */
.event-head {
    /* position: relative; */
    padding: 41.1% 10.3%;
    padding-bottom: 0;
    padding-left: 6.2%;
    text-align: center;
    border-radius: 12px;
    width: 82%;
    max-width: 552px;
}

.event-head-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.agenda-bg-frame {
    position: absolute;
    width: 82%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: var(--background-tertiary);
    border-radius: 0px 320px 0px 0px;
    border-top: 4px solid var(--background-quaternary);
    border-right: 4px solid var(--background-quaternary);
    box-shadow: 4px 4px 60px 0px rgba(0, 0, 0, 0.10);
    max-width: 552px;
}

.event-head .event-day {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    line-height: 150%;
}

.event-head .event-date {
    font-size: calc(var(--heading-size));
    font-weight: 500;
    line-height: normal;
    color: var(--text-primary);
}

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

.event-head .event-description {
    margin-top: 12px;
}

/* event content */
.event-content {
    position: relative;
    width: calc(82%);
    min-width: 300px;
    max-width: 552px;
    min-height: 600px;
    margin: 5% 0 0px auto;
    padding: 31% 0px 14.4%;
    border-radius: 200px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 320px 0px 0px 0px;
}

.bg-event-content {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: var(--background-tertiary);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 320px 0px 0px 0px;
    border-top: 4px solid var(--background-quaternary);
    border-left: 4px solid var(--background-quaternary);
    box-shadow: -4px 4px 60px 0px rgba(0, 0, 0, 0.10);
}

.plt {
    position: relative;
    width: 100%;
    display: none;
}

.event-content .orn-pillar .pillar-top .plt .plt-inner {
    content: '';
    position: absolute;
    width: 79%;
    background: var(--background-primary);
    height: 60px;
    top: 0;
    transform: translate(-50%, 14%);
    left: 50%;
    opacity: 1;
    border-radius: 50% 50% 0% 0%;
    overflow: hidden;
}

.event-content .orn-pillar .pillar-top .plt .plt-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    background: var(--texture-1);
    height: 60px;
    top: 0;
    transform: translate(-50%, 0%);
    left: 50%;
    opacity: 1;
}

@media (min-width: 561px) {

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

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

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

/* Activity */
.activity-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1;
    padding: 0% 7.5% 0 12.5%;
}

.activity-wrap.same-location {}

.activity-wrap.same-location .activity-item {}

.activity-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.activity-head .activity-title {
    font-size: calc(var(--body-text-size) + var(--fs-extra-4));
    color: var(--text-primary);
    font-family: var(--heading-family);
    font-weight: 400;
    line-height: normal;
}

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

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

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

.event-details {
    padding: 0 5% 0 10%;
}

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

.event-details .event-hall,
.activity-details .activity-hall {
    font-size: calc(var(--body-text-size) + 4px);
    color: var(--text-primary);
    font-family: var(--heading-family);
    font-weight: 400;
    line-height: 150%;
}

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

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

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

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

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

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

    border-radius: 100px;
}

.event-link:hover,
.activity-link:hover {
    background-color: rgba(var(--button-background-primary-rgb), .75);
}

/* Agenda */
.event-content .orn-pillar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 112%;
    height: 108%;
    transform: translate(-50%, -49%);
    display: flex;
    flex-direction: column;
}

.event-content .orn-pillar .pillar-top {
    margin-top: -11px;
}

.event-content .orn-pillar .pillar-center {
    flex-grow: 1;
    display: flex;
}

.event-content .orn-pillar .pillar-center .image-wrap {
    margin: -5px 0px;
    flex-grow: 1;
}

.event-content .orn-pillar .pillar-center .image-wrap img {
    width: 100%;
    height: 100%;
    background-repeat: repeat-y;
}

.event-content .orn-pillar .pillar-bottom {
    margin-top: auto;
    margin-bottom: 15px;
    transform: scaleY(-1);
}

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

.event-head-wrap .item-2-event {
    padding: 0 8px;

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

.event-schedule-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.event-head .event-schedule-wrapper .event-day-wrapper {
    padding: 12px 16px;
    border-top: 1px solid var(--text-primary);
    border-bottom: 1px solid var(--text-primary);
}

.event-head .event-schedule-wrapper .event-day {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    color: var(--text-primary);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 150%;
}

.event-head .event-schedule-wrapper .event-date {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size));
    color: var(--text-primary);
    text-transform: uppercase;
    font-weight: 400;
}

.event-head .event-schedule-wrapper .event-month-wrapper {
    padding: 12px 16px;
    border-top: 1px solid var(--text-primary);
    border-bottom: 1px solid var(--text-primary);
}

.event-head .event-schedule-wrapper .event-month {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    color: var(--text-primary);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 150%;
}

.event-head .event-schedule-wrapper .event-year {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    color: var(--text-primary);
    font-weight: 400;
    line-height: 150%;
}

@media (min-width: 561px) and (max-width: 960px) {
    .event-details {
        padding: 0 7% 0 10%;
    }
}


/* ==============================
    Photo
============================== */
.photo-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 10%;
    margin-top: 5%;
}


.photo-inner {}

.photo-head {
    padding: 5% 20px 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 {}

.photo-head+.photo-body {
    margin-top: 0%;
}

.photo-body {}

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

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

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

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

.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: 560px) 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: 0;
    padding-bottom: 7%;

    /* background-image: var(--blue-bg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: repeat; */
}

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

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

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

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

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

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

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

section.video-gallery .inner .video-outer .video {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0px 0px 25%;

    padding: 12px;

    border-radius: 12px;
}

section.video-gallery .inner .video-outer .video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;

    border-radius: 12px;
    border: 3px solid #FFF;
    background: var(--background-tertiary);
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.05);
}

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

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

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

.video-gallery .inner .video-outer .video .preview {
    position: relative;
    display: block;
    width: 100%;
    height: 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 {
    padding-bottom: 5px;
}

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

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

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

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

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

.story-head .story-title {}

/* body */
.story-body {
    max-width: 500px;
    margin: 0 auto;
}

/* preview */
.story__slider-preview {}

/* caption wrap */
.story__slider-caption-wrap {
    position: relative;
    /* margin-bottom: 16px; */
    padding: 16px 0px;
}

/* caption */
.story__slider-caption {}

/* dots */
.story__slider-dots {
    display: flex;
    justify-content: center;
}

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

.story__slider-dots>ul>li {}

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

    border: #607e81 solid 1px;
}

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

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

.story-preview .story-picture-wrapper {
    position: relative;
    display: block;
    margin: 0px auto;
    /* padding: 8px; */
    width: 97.44%;
    /* height: 220px; */
    border-radius: 24px;
    /* overflow: hidden; */
}

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

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

.story-preview .story-sub-title {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-secondary);
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 0px auto;
    width: 280px;
}

.orn-ls-divider {
    width: 75%;
    position: relative;
}

/* details */
.story-body .story-details {
    padding: 8px 55px;
    text-align: center;
    max-width: 450px;
    margin: 0px auto;
}

.story-details .story-caption {
    color: var(--text-tertiary);
    font-size: var(--body-text-size);
    font-weight: var(--body-text-weight);
    line-height: normal;
    border-radius: 16px;
    text-align: center;
}

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

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

.ls-img-content {
    position: absolute;
    inset: 0% 0%;
    width: 91%;
    height: 88%;
    transform: translate(-50%, -50%);
    -webkit-mask-image: var(--ls-mask);
    mask-image: var(--ls-mask);
    -webkit-mask-size: 99% 99%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 50%;
    left: 50%;
    bottom: 6%;
    right: 6%;
    transform: translate(-50%, -50%);
}

.ls-content-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(236, 244, 255, 0.00) 0%, rgba(236, 244, 255, 0.50) 100%);
}

@media (min-width: 700px) {
    .story-preview .story-picture {}

    .story-preview .story-sub-title {
        width: 350px;
    }
}

@media (min-width: 1280px) {
    .story-body .story-details {
        max-width: 500px;
    }
}

/* ==============================
        Wedding Wish
============================== */
.wedding-wish-wrap {
    position: relative;
    overflow: hidden;
}

.wedding-wish-inner {
    position: relative;
    padding: 6% 24px 25%;
    min-height: 100vh;
    overflow: hidden;
}

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

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

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

/* Body */
.wedding-wish-body {
    border-radius: 24px;
    border: 3px solid var(--background-quaternary);
    background: var(--background-tertiary);
    margin: 0 auto;
    max-width: 680px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 7% 5%;
    position: relative;
}

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

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

.wedding-wish-form .form-control {
    border-radius: 12px;
    background: var(--background-quaternary);
    padding: 12px 16px;

    font-family: var(--body-text-family);
    font-weight: 400;
    font-size: var(--body-text-size);
    line-height: normal;
    color: var(--text-tertiary);
}

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

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

.wedding-wish-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(var(--text-tertiary-rgb), .5);
}

.wedding-wish-form .form-control:focus {
    box-shadow: none;
}

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

.wedding-wish-form .submit-comment {
    width: 100%;
    border-radius: 100px;
    padding: 12px 16px;
    cursor: pointer;
    outline: none;

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

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

    transition: all 0.25s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-head .comment-date {
    font-family: var(--body-text-family);
    font-weight: 400;
    font-size: calc(var(--body-text-size) - var(--fs-extra-1));
    color: var(--text-secondary);
    line-height: 142%;

    display: block;
    margin-top: 8px;
}

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

.comment-head .delete-comment:hover {
    color: rgba(var(--text-primary-rgb), .8);
}

.comment-body {}

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

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

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

#moreComment {
    outline: none;
    width: 100%;
    display: block;
    padding: 12px 24px;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 100px;

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

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

    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

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


/* ==============================
    ?    Wedding Gift
============================== */
.wedding-gift-wrap {
    position: relative;
    overflow: hidden;
    /* padding: 5% 0 0; */
}

.wedding-gift-inner {
    position: relative;
    width: calc(100% - 0px);
    margin: 0 auto;
    padding: 40px 0px 15%;
}

.wedding-gift-inner .gift-frame {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 520px;
    min-height: 600px;
    height: auto;
    border: none;
    padding: 0px;
}

.wedding-gift-inner .gift-frame .frame-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* min-height: 600px; */
    /* padding: 35% 0%; */
}

.frame-wrap .frame-gift {
    position: relative;
}

.frame-gift .wedding-gift-frame {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0%);
}

.frame-gift .wedding-gift-frame::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    width: 85%;
    height: 90%;
    border-radius: 1000px;
    transform: translate(-50%, -50%);
    border-radius: 999px 999px 0px 0px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.80) 85.27%, rgba(255, 255, 255, 0.00) 100%);
}

/* Head */
.wedding-gift-head {
    position: relative;
    padding: 0;
    text-align: center;
    padding: 0 9.4%;
    padding-bottom: 24px;
}

.wedding-gift-head .wedding-gift-title {
    font-size: calc(var(--heading-size) - 0px);
    margin-bottom: 0.25em;
}

.wedding-gift-head .wedding-gift-description {
    font-size: calc(var(--body-text-size) - var(--fs-extra-1));
    color: var(--text-secondary);
}

.wedding-gift-body-wrap {
    display: none;
    overflow: auto;
}

.orn-bank-item {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

/* Body */
.wedding-gift-body {
    position: relative;
    width: 100%;
    height: 75%;
    margin: 0 auto;
    padding: 23% 24px 12%;
    max-width: 500px;
    /* top: 58%; */
    left: 50%;
    transform: translate(-50%, 0%);
    overflow: auto;
    /* padding-top: 25%; */
    /* padding-bottom: 25%; */
    border-radius: 40%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wedding-gift-body::-webkit-scrollbar {
    display: none;
}

/* Bank */
.wedding-gift-bank-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 370px;
    max-height: 400px;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 19%;
    padding-top: 16%;
    padding-right: 24%;
    padding-left: 24%;
}

.gift-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

#toggleGift {
    border-radius: 99px;
    background: var(--button-background-primary);
    border: var(--button-background-primary) 1px solid;
    color: var(--button-text-primary);
    font-family: var(--body-text-family);
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
    font-size: var(--body-text-size);
}

.wedding-gift-bank-wrap .bank-item {
    padding: 7px;
    display: block;
}

.copy-btn-wrap {
    display: flex;
    /* padding: 6px 0px; */
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.copy-btn {
    color: var(--text-secondary);
    text-align: right;
    font-family: var(--body-text-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-bottom: 1px solid var(--text-secondary);
    padding: 6px 0;
}

/* 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-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));
    /* font-family: var(--heading-family); */
    font-family: var(--body-text-family);
    font-weight: 700;
    word-break: break-all;
    /* margin-bottom: 0.5em; */

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

.wedding-gift-bank-wrap .bank-account-name {
    font-size: calc(var(--body-text-size) - var(--fs-extra-2));
    font-family: var(--body-text-family);
    font-weight: 500;
    word-break: break-all;
    color: rgba(var(--text-secondary-rgb), 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.wedding-gift-bank-wrap .bank-account-name span {
    font-size: calc(var(--body-text-size));
    font-family: var(--body-text-family);
    cursor: pointer;
    word-break: break-all;
    color: var(--text-secondary);
    transition: all 0.25s ease-in-out;
}

.wedding-gift-bank-wrap .bank-account-number {
    font-size: calc(var(--body-text-size));
    font-family: var(--body-text-family);
    cursor: pointer;
    word-break: break-all;
    color: rgba(var(--text-secondary-rgb), 1);
    transition: all 0.25s ease-in-out;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.wedding-gift-bank-wrap .bank-account-number span {
    font-size: calc(var(--body-text-size));
    font-family: var(--body-text-family);
    cursor: pointer;
    word-break: break-all;
    color: var(--text-secondary);
    transition: all 0.25s ease-in-out;
}

.wedding-gift-bank-wrap .bank-account-number span>i {
    font-size: 0.8em;
    margin-left: 8px;
    border-radius: 4px;
    padding: 2px;
    border: 1px solid var(--text-primary);
    color: var(--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: var(--button-pr);
    color: var(--button-text-pr);
}

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

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

.wedding-gift-bank-wrap .bank-copy {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    margin-right: auto;
    padding: 8px 16px;
    border-radius: 100px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    cursor: pointer;
    transition-duration: 0.25s;
    transition-property: background-color;
    min-width: 70px;
    margin: 0 auto;
}

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

@media screen and (min-width: 561px) and (max-width: 960px) {
    .wedding-gift-bank-wrap {
        min-height: 470px;
        max-height: 500px;
        padding-bottom: 19%;
    }
}

@media (min-width: 1280px) {
    .wedding-gift-bank-wrap {
        min-height: 470px;
        max-height: 500px;
        padding-top: 23%;

    }
}

@media (min-width: 1600px) {
    .wedding-gift-bank-wrap {
        min-height: 490px;
        max-height: 500px;
        padding-top: 23%;

    }
}



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

.rsvp-inner {
    position: relative;
    padding: 30% 24px 0;
}

.rsvp-relative-inner {
    max-width: 500px;
    margin: 0 auto;
}

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

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

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

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

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

    border-radius: 1000px 1000px 0px 0px;
    border-top: 3px solid var(--button-background-primary);
    border-right: 3px solid var(--button-background-primary);
    border-left: 3px solid var(--button-background-primary);
    /* background: rgba(253, 246, 228, 0.85);
    backdrop-filter: blur(1px); */
}

.rsvp-body-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 1000px 1000px 0px 0px;
    border-top: 3px solid var(--background-quaternary);
    border-right: 3px solid var(--background-quaternary);
    border-left: 3px solid var(--background-quaternary);
    background: linear-gradient(180deg, #ECF4FF 0%, rgba(236, 244, 255, 0.80) 84.01%, rgba(236, 244, 255, 0.00) 100%);
    box-shadow: 4px -4px 25px 0px rgba(0, 0, 0, 0.15);
    padding: 26.3% 5.3% 20%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

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

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

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

.rsvp-status-head .rsvp-status-caption {
    /* color: var(--text-primary); */
    text-transform: none;
}

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

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

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

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

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

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

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

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

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

.rsvp-amount-body {}

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

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

.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-primary);
    border-color: var(--button-background-primary);
}

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

.rsvp-amount-controller .toggle-btn.plus:hover {
    background-color: rgba(var(--button-background-primary-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-primary);
}

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

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

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

    color: var(--text-primary);

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

    pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rsvp-confirm-btn.download {
    background-color: var(--button-background-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-wrap {
    padding: 20px 0;
}

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

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

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

/* End QR Card */

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

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

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

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

.rsvp-message-wrap .rsvp-message-title {
    font-size: calc(var(--heading-size));
    color: var(--text-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-wrap {
        padding: 6% 0px 7%;
    }

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

    .rsvp-inner {
        padding: 22% 24px 0;
    }
}

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

@media (min-width: 1440px) {
    .rsvp-wrap {
        padding: 0;
    }

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


/* =====================================
?        INSTAGRAM FILTER
==================================== */
.ig-filter-wrap {
    position: relative;
    overflow: hidden;


    background-position: top left;
    background-size: 100% auto;
    background-repeat: repeat;
}

.ig-filter {
    position: relative;
    overflow: hidden;
    padding: 5% 0px 23%;
}

/* head */
.ig-filter-head {
    text-align: center;
    padding: 0px 10%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 15%;
}

.ig-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px;
}

.ig-filter .orn-ig-header {
    width: 93px;
    height: 93px;
}

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

    color: var(--text-secondary);
    text-align: center;
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 5px;
}

.ig-filter-head .ig-filter-caption {
    padding-top: 8px;
    font-family: var(--body-text-family);
    color: var(--text-secondary);
}

/* body */
.ig-filter-body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0px 40px 0px;
}

/* image */
.ig-filter-img-wrap {
    position: relative;
    width: calc(100%);
    /* max-width: 225px; */
    margin: 0px auto;
    min-height: 400px;
    padding: 0px;

    display: flex;
    align-items: center;
}

.ig-filter-img {
    border-radius: 0;
    max-width: none;
    height: 100%;
    min-height: 500px;
    position: relative;

    border-radius: 16px;
    border: 3px solid #496883;
}

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

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

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

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

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

@media (min-width: 561px) and (max-width: 960px) {
    .ig-filter-img-wrap {
        max-width: 340px;
    }

    .ig-filter-head {
        margin-bottom: 6%;
    }

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

    .ig-filter-link-wrap {
        max-width: 340px;
    }
}

@media (min-width: 1200px) {
    .ig-filter-img-wrap {
        max-width: 340px;
    }

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

    .ig-filter-link-wrap {
        max-width: 340px;
    }

    .ig-filter-head {
        margin-bottom: 6%;
    }
}


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

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

.sd-mask-1 {
    position: absolute;
    width: 100%;
    height: 25%;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

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

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

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

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

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

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

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

.countdown .count-item {
    text-align: center;
    padding: 8.55% 16px;
    margin: 6px;
    min-width: 110px;
    border: 1px solid transparent;
    border-radius: 12px;
    border-radius: 12px;
    border: 3px solid var(--background-quaternary);
    background: rgba(236, 243, 254, 0.50);
    backdrop-filter: blur(2px);
}

.count-item .count-num {
    font-size: calc(var(--heading-size));
    font-style: normal;
    line-height: 1;
    margin-bottom: 0.15em;
    font-family: var(--heading-family);
}

.count-item .count-text {
    font-family: var(--body-text-family);
    font-style: normal;
    font-weight: 400;
    font-size: calc(var(--body-text-size));
    color: var(--text-primary);
    display: inline-block;
}

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

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

.add-to-calendar:hover {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}

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

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

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

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

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

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

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

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

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

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

    .save-date {
        padding: 30% 0px 38%;
    }
}


/* ========================================
        FOOTNOTE
======================================== */
.footnote-wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 10% 24px 105%;
    /* min-height: calc(100vh + 7vh); */
    align-items: flex-start;
    /* justify-content: center; */
    gap: 8px;
}

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

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

.footnote-wrap .footnote {
    position: relative;
    text-align: center;
    padding: 24px 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 2;
    width: 100%;
    background: radial-gradient(50% 50% at 50% 50%,
            #fcfcfc 0%,
            rgba(252, 252, 252, 0) 100%);
}

.ff-mask-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 50%, rgba(255, 255, 255, 0.80) 78.66%, #FFF 100%);
}

section.footnote-wrap .footnote .logo-wrap {
    position: relative;
    width: 100%;
    max-width: 70px;
    margin: 0 auto;
}

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

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

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

.footnote .bottom-text {
    color: var(--text-secondary);
}

.footnote .date {
    color: var(--text-secondary);
    font-weight: 700;
    line-height: 150%;
}

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

    section.footnote-wrap .footnote .logo-wrap {
        position: relative;
        width: 100%;
        max-width: 90px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {

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

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

/* ========================================
      FOOTER
======================================== */
section.footer {
    background: #ECF3FE;
    padding: 0;
    position: relative;
}

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

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

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

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

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

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

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

/* ==============================
        Ornaments 
============================== */
/* global  */
.awan {
    max-width: 320px;
}

/* Cover  */
.orn-cover-1.center {
    position: absolute;
    width: 149.6%;
    bottom: 0%;
    left: 50%;
    transform: translate(-47%, -1%);
    opacity: .8;
}
.orn-cover-1-back.center {
    position: absolute;
    width: 102.6%;
    top: 12%;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: .5;
}

.orn-cover-2.right {
    position: absolute;
    width: 25%;
    bottom: 5%;
    right: 0;
    transform: translate(-15%, 1%) rotate(17deg);
}

.orn-cover-2.left {
    position: absolute;
    width: 25%;
    bottom: 5%;
    left: 0;
    transform: translate(15%, 1%) rotate(-17deg) scaleX(-1);
}

.orn-cover-3.right {
    position: absolute;
    width: 23.07%;
    bottom: 16%;
    right: 0;
    transform: translate(22%, 2%);
}

.orn-cover-3.left {
    position: absolute;
    width: 23.07%;
    bottom: 16%;
    left: 0;
    transform: translate(-22%, 2%) scaleX(-1);
}

.orn-cover-4.right {
    position: absolute;
    width: 23.6%;
    bottom: 20%;
    right: 0;
    transform: translate(12%, -21%);
}

.orn-cover-4.left {
    position: absolute;
    width: 23.6%;
    bottom: 20%;
    left: 0;
    transform: translate(-12%, -21%) scaleX(-1);
}

.orn-cover-5.right {
    position: absolute;
    width: 23.8%;
    bottom: 33%;
    right: 0;
    transform: translate(47%, -33%) scaleX(-1) rotate(-1deg);
}

.orn-cover-5.left {
    position: absolute;
    width: 23.8%;
    bottom: 33%;
    left: 0;
    transform: translate(-47%, -33%) rotate(-1deg);
}

.orn-cover-awan-1 {
    position: absolute;
    width: 57.4%;
    right: 0;
    top: 0;
    transform: translate(0%, 42%);
}

.orn-cover-awan-2 {
    position: absolute;
    width: 57.4%;
    left: 0;
    top: 22%;
    transform: translate(0%, 42%) scaleX(-1);
}

/* Quote  */
.orn-quote-1 {
    position: absolute;
    width: 32.81%;
    right: 0;
    bottom: 5%;
    transform: translate(35%, -4%);
}

.orn-quote-2 {
    position: absolute;
    width: 21.7%;
    right: 0;
    bottom: 0%;
    transform: translate(-11%, 14%) rotate(54deg);
}

.orn-quote-3 {
    position: absolute;
    width: 25%;
    right: 0;
    bottom: 20%;
    transform: translate(49%, -23%) rotate(-20deg);
}

.orn-quote-4 {
    position: absolute;
    width: 28.75%;
    right: 0;
    bottom: 31%;
    transform: translate(52%, -26%) scaleX(-1) rotate(-7deg);
}

.orn-quote-5 {
    position: absolute;
    width: 42.5%;
    right: 0;
    top: 0%;
    transform: translate(42%, 17%) rotate(8deg);
}

.orn-quote-6 {
    position: absolute;
    width: 27.8%;
    right: 0;
    top: 0%;
    transform: translate(13%, -11%);
}

.orn-quote-7 {
    position: absolute;
    width: 30.31%;
    left: 0;
    bottom: 0%;
    transform: translate(25%, 13%);
}

.orn-quote-8 {
    position: absolute;
    width: 27.5%;
    left: 0;
    bottom: 0%;
    transform: translate(-28%, 30%) scaleX(-1) rotate(39deg);
}

.orn-quote-9 {
    position: absolute;
    width: 17.28%;
    left: 0;
    bottom: 5%;
    transform: translate(1%, -39%);
}

.orn-quote-10 {
    position: absolute;
    width: 36.5%;
    left: 0;
    bottom: 0%;
    transform: translate(-64%, 21%);
}

.orn-quote-11 {
    position: absolute;
    width: 20.8%;
    left: 0;
    bottom: 10%;
    transform: translate(-52%, -25%);
}

.orn-quote-12 {
    position: absolute;
    width: 50.3%;
    left: 0;
    top: 0%;
    transform: translate(-52%, 0%) scaleX(-1);
}

.orn-quote-frame {
    position: absolute;
    width: 99%;
    inset: 0;
    opacity: .5;
    backdrop-filter: blur(1.5px);
    border-radius: 999px;
}

/* Couple  */
.orn-couple-1.right {
    position: absolute;
    width: 34%;
    right: 0;
    bottom: 10%;
    transform: translate(-7%, -10%);
}

.orn-couple-1.left {
    position: absolute;
    width: 34%;
    left: 0;
    bottom: 10%;
    transform: translate(7%, -10%) scaleX(-1);
}

.orn-couple-2 {
    position: absolute;
    width: 29.7%;
    right: 0;
    bottom: 40%;
    transform: translate(25%, -12%);
}

.orn-couple-3 {
    position: absolute;
    width: 28.8%;
    right: 0;
    bottom: 25%;
    transform: translate(22%, 1%) rotate(201deg) scaleX(-1);
}

.orn-couple-4 {
    position: absolute;
    width: 31.5%;
    left: 0;
    bottom: 40%;
    transform: translate(-16%, -6%);
}

.orn-couple-5 {
    position: absolute;
    width: 27.8%;
    left: 0;
    bottom: 56%;
    transform: translate(50%, -18%) scaleX(-1) rotate(-22deg);
}

.orn-couple-6 {
    position: absolute;
    width: 35%;
    right: 0;
    top: 5%;
    transform: translate(10%, 28%) scaleX(-1);
}

.orn-couple-7 {
    position: absolute;
    width: 33.125%;
    right: 0;
    top: 0%;
    transform: translate(-49%, 0%) scaleX(-1);
}

.orn-couple-8 {
    position: absolute;
    width: 46.56%;
    left: 0;
    top: 0%;
    transform: translate(-4%, 9%);
}

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

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

.orn-event-2 {
    position: absolute;
    width: 28.4%;
    right: 0%;
    bottom: 0%;
    transform: translate(17%, 13%);
}

.orn-event-3 {
    position: absolute;
    width: 22.8%;
    right: 0%;
    bottom: 0%;
    transform: translate(50%, -55%);
}

.orn-event-4 {
    position: absolute;
    width: 40.3%;
    right: 0%;
    bottom: 0%;
    transform: translate(-6%, 52%);
}

.orn-event-5 {
    position: absolute;
    width: 42.3%;
    right: 50%;
    bottom: 0%;
    transform: translate(38%, 65%);
}

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

.orn-event-7 {
    position: absolute;
    width: 35%;
    left: 0%;
    bottom: 0%;
    transform: translate(-45%, 42%) scaleX(-1);
}

.orn-event-8 {
    position: absolute;
    width: 21.5%;
    left: 0%;
    bottom: 0%;
    transform: translate(-15%, 102%) scaleX(-1);
}

.orn-event-9 {
    position: absolute;
    width: 28.7%;
    left: 0%;
    bottom: 0%;
    transform: translate(-32%, -11%);
}

.orn-event-10 {
    position: absolute;
    width: 25.5%;
    left: 0%;
    bottom: 0%;
    transform: translate(-82%, 24%);
}

.orn-event-11 {
    position: absolute;
    width: 39.6%;
    left: 0%;
    bottom: 0%;
    transform: translate(-76%, 32%);
}

.orn-event-12 {
    position: absolute;
    width: 24.3%;
    left: 0%;
    bottom: 10%;
    transform: translate(-115%, 12%);
}

.orn-event-13 {
    position: absolute;
    width: 28.75%;
    left: 0%;
    bottom: 10%;
    transform: translate(-59%, -16%);
}

.orn-event-14 {
    position: absolute;
    width: 22.1%;
    left: 0%;
    bottom: 21%;
    transform: translate(-59%, -25%) scaleX(-1);
}

.orn-event-15 {
    position: absolute;
    width: 48%;
    left: 0%;
    top: 22%;
    transform: translate(-28%, -32%) scaleX(-1) rotate(-28deg);
}

.orn-event-16 {
    position: absolute;
    width: 35%;
    left: 0%;
    bottom: 43%;
    transform: translate(-52%, -17%) rotate(-10deg);
}

.orn-event-17 {
    position: absolute;
    width: 36.5%;
    left: 0%;
    top: 0%;
    transform: translate(45%, 3%) scaleX(-1) rotate(-20deg);
}

.orn-event-18 {
    position: absolute;
    width: 44%;
    left: 0%;
    bottom: 0%;
    transform: translate(-91%, 3%) scaleX(-1);
}

.orn-event-19 {
    position: absolute;
    width: 44%;
    left: 0%;
    bottom: 30%;
    transform: translate(-77%, 3%);
}

.orn-event-20.center {
    position: absolute;
    width: 154.8%;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -28%);
}

.orn-event-21.center {
    position: absolute;
    width: 147%;
    left: 0%;
    top: 0%;
    transform: translate(0%, -4%);
    opacity: .9;
}

.orn-event-22 {
    position: absolute;
    width: 39.46%;
    left: 0%;
    top: 29%;
    transform: translate(-45%, 16%);
}

.orn-event-23 {
    position: absolute;
    width: 44%;
    right: 0%;
    top: 0%;
    transform: translate(50%, -78%);
}

.orn-event-24 {
    position: absolute;
    width: 35%;
    right: 0%;
    top: 0%;
    transform: translate(0%, -85%);
}

.orn-event-25 {
    position: absolute;
    width: 132%;
    left: 0%;
    top: 0%;
    transform: translate(-24%, 17%);
}

.orn-event-26 {
    position: absolute;
    width: 82%;
    left: 0%;
    top: 0%;
    transform: translate(-23%, -18%) scaleX(-1);
}

.orn-event-awan {
    position: absolute;
    width: 57.4%;
    right: 0;
    top: 0;
}

@media (min-width: 561px) and (max-width: 960px) {
    .orn-event-11 {
        position: absolute;
        width: 39.6%;
        left: 0%;
        bottom: 0%;
        transform: translate(-95%, 32%);
    }

    .orn-event-22 {
        width: 30.46%;
        transform: translate(-45%, 2%);
    }
}

@media (min-width: 1280px) {
    .orn-event-22 {
        width: 30.46%;
        transform: translate(-45%, 2%);
    }
}

/* Photo  */
.orn-photo-1 {
    position: absolute;
    width: 121%;
    top: 0;
    right: 0;
    transform: translate(47%, 3%);
}

.orn-photo-2 {
    position: absolute;
    width: 121%;
    top: 0;
    left: 0;
    transform: translate(-47%, 3%) scaleX(-1);
}

/* Video  */
.orn-video-1.right {
    position: absolute;
    width: 27.11%;
    right: 0;
    bottom: 0;
    transform: translate(38%, 25%);
}

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

.orn-video-2.right {
    position: absolute;
    width: 18.8%;
    right: 0;
    bottom: 0;
    transform: translate(56%, -16%);
}

.orn-video-2.left {
    position: absolute;
    width: 18.8%;
    left: 0;
    bottom: 0;
    transform: translate(-56%, -16%) scaleX(-1);
}

.orn-video-3.right {
    position: absolute;
    width: 25.9%;
    right: 0;
    top: 0%;
    transform: translate(44%, 1%) rotate(-2deg);
}

.orn-video-3.left {
    position: absolute;
    width: 25.9%;
    left: 0;
    top: 0%;
    transform: translate(-44%, 1%) rotate(2deg) scaleX(-1);
}

.orn-video-4.right {
    position: absolute;
    width: 19.2%;
    right: 0;
    top: 0%;
    transform: translate(44%, -27%);
}

.orn-video-4.left {
    position: absolute;
    width: 19.2%;
    left: 0;
    top: 0%;
    transform: translate(-44%, -27%) scaleX(-1);
}

/* Wish  */
.orn-wish-1.right {
    position: absolute;
    width: 24.8%;
    right: 0;
    bottom: 0%;
    transform: translate(63%, 25%) rotate(-23deg);
}

.orn-wish-1.left {
    position: absolute;
    width: 24.8%;
    left: 0;
    bottom: 0%;
    transform: translate(-63%, 25%) rotate(23deg) scaleX(-1);
}

.orn-wish-2.right {
    position: absolute;
    width: 28%;
    right: 0;
    bottom: 0%;
    transform: translate(0%, 0%) rotate(21deg);
}

.orn-wish-2.left {
    position: absolute;
    width: 28%;
    left: 0;
    bottom: 0%;
    transform: translate(0%, 0%) rotate(-21deg) scaleX(-1);
}

.orn-wish-3.right {
    position: absolute;
    width: 24.3%;
    right: 0;
    bottom: 10%;
    transform: translate(37%, -15%);
}

.orn-wish-3.left {
    position: absolute;
    width: 24.3%;
    left: 0;
    bottom: 10%;
    transform: translate(-37%, -15%) scaleX(-1);
}

.orn-wish-4.right {
    position: absolute;
    width: 27.4%;
    right: 0;
    bottom: 25%;
    transform: translate(37%, -10%);
}

.orn-wish-4.left {
    position: absolute;
    width: 27.4%;
    left: 0;
    bottom: 25%;
    transform: translate(-37%, -10%) scaleX(-1);
}

.orn-wish-5.right {
    position: absolute;
    width: 21%;
    right: 0;
    bottom: 45%;
    transform: translate(15%, -16%);
}

.orn-wish-5.left {
    position: absolute;
    width: 21%;
    left: 0;
    bottom: 45%;
    transform: translate(-15%, -16%) scaleX(-1);
}

.orn-wish-6.right {
    position: absolute;
    width: 20.51%;
    right: 0;
    bottom: 56%;
    transform: translate(0%, -16%) scaleX(-1);
}

.orn-wish-6.left {
    position: absolute;
    width: 20.51%;
    left: 0;
    bottom: 56%;
    transform: translate(0%, -16%);
}

.orn-wish-7.right {
    position: absolute;
    width: 23.5%;
    right: 0;
    bottom: 62%;
    transform: translate(14%, -16%) scaleX(-1);
}

.orn-wish-7.left {
    position: absolute;
    width: 23.5%;
    left: 0;
    bottom: 62%;
    transform: translate(-14%, -16%);
}

/* Gift  */
.orn-gift-1.right {
    position: absolute;
    width: 29.4%;
    right: 0;
    bottom: 0%;
    transform: translate(3%, 7%);
}

.orn-gift-1.left {
    position: absolute;
    width: 29.4%;
    left: 0;
    bottom: 0%;
    transform: translate(-3%, 7%) scaleX(-1);
}

.orn-gift-2.right {
    position: absolute;
    width: 31%;
    right: 0;
    bottom: 0%;
    transform: translate(11%, -18%);
}

.orn-gift-2.left {
    position: absolute;
    width: 31%;
    left: 0;
    bottom: 0%;
    transform: translate(-11%, -18%) scaleX(-1);
}

.orn-gift-3.right {
    position: absolute;
    width: 25.6%;
    right: 0;
    bottom: 17%;
    transform: translate(30%, -19%) scaleX(-1) rotate(28deg);
}

.orn-gift-3.left {
    position: absolute;
    width: 25.6%;
    left: 0;
    bottom: 17%;
    transform: translate(-30%, -19%) rotate(28deg);
}

.orn-gift-4.right {
    position: absolute;
    width: 17.4%;
    right: 0;
    bottom: 15%;
    transform: translate(-27%, -11%) scaleX(-1);
}

.orn-gift-4.left {
    position: absolute;
    width: 17.4%;
    left: 0;
    bottom: 15%;
    transform: translate(27%, -11%);
}

.orn-gift-5.right {
    position: absolute;
    width: 16.9%;
    right: 22%;
    bottom: 0%;
    transform: translate(-50%, 0%) scaleX(-1) rotate(90deg);
}

.orn-gift-5.left {
    position: absolute;
    width: 16.9%;
    left: 22%;
    bottom: 0%;
    transform: translate(50%, 0%) rotate(90deg);
}

.orn-gift-6.right {
    position: absolute;
    width: 23.5%;
    right: 18%;
    bottom: 0%;
    transform: translate(-20%, 39%) scaleX(1) rotate(-135deg);
}

.orn-gift-6.left {
    position: absolute;
    width: 23.5%;
    left: 18%;
    bottom: 0%;
    transform: translate(20%, 39%) scaleX(-1) rotate(-135deg);
}

/* Reservation  */
.orn-rsvp-1.right {
    position: absolute;
    width: 40%;
    right: 0;
    bottom: 0;
    transform: translate(27%, 19%);
}

.orn-rsvp-1.left {
    position: absolute;
    width: 40%;
    left: 0;
    bottom: 0;
    transform: translate(-27%, 19%) scaleX(-1);
}

.orn-rsvp-2.right {
    position: absolute;
    width: 29%;
    right: 0;
    bottom: 6%;
    transform: translate(45%, -17%) rotate(-4deg);
}

.orn-rsvp-2.left {
    position: absolute;
    width: 29%;
    left: 0;
    bottom: 6%;
    transform: translate(-45%, -17%) rotate(4deg) scaleX(-1);
}

.orn-rsvp-3.right {
    position: absolute;
    width: 31.2%;
    right: 0;
    top: 22%;
    transform: translate(58%, 15%);
}

.orn-rsvp-3.left {
    position: absolute;
    width: 31.2%;
    left: 0;
    top: 22%;
    transform: translate(-58%, 15%) scaleX(-1);
}

.orn-rsvp-4.right {
    position: absolute;
    width: 28.3%;
    right: 0;
    top: 10%;
    transform: translate(39%, -20%) scaleX(-1);
}

.orn-rsvp-4.left {
    position: absolute;
    width: 28.3%;
    left: 0;
    top: 10%;
    transform: translate(-39%, -20%);
}

.orn-rsvp-5.center {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -80%);
}

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

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

.orn-filter-2.right {
    position: absolute;
    width: 35.4%;
    right: 0;
    bottom: 15%;
    transform: translate(54%, 3%);
}

.orn-filter-2.left {
    position: absolute;
    width: 35.4%;
    left: 0;
    bottom: 15%;
    transform: translate(-54%, 3%) scaleX(-1);
}

.orn-filter-3.right {
    position: absolute;
    width: 25.8%;
    right: 0;
    top: 15%;
    transform: translate(44%, -29%) scaleX(-1) rotate(-13deg);
}

.orn-filter-3.left {
    position: absolute;
    width: 25.8%;
    left: 0;
    top: 15%;
    transform: translate(-44%, -29%) rotate(-13deg);
}

.orn-filter-4.right {
    position: absolute;
    width: 29.6%;
    right: 0;
    top: 0%;
    transform: translate(50%, -16%) scaleX(-1);
}

.orn-filter-4.left {
    position: absolute;
    width: 29.6%;
    left: 0;
    top: 0%;
    transform: translate(-50%, -16%);
}

/* Save The Date  */
.orn-sd-1.right {
    position: absolute;
    width: 33.07%;
    right: 0;
    bottom: 0;
    transform: translate(14%, -5%);
}

.orn-sd-1.left {
    position: absolute;
    width: 33.07%;
    left: 0;
    bottom: 0;
    transform: translate(-14%, -5%) scaleX(-1);
}

.orn-sd-2.right {
    position: absolute;
    width: 23.5%;
    right: 0;
    bottom: 10%;
    transform: translate(4%, -33%) scaleX(-1);
}

.orn-sd-2.left {
    position: absolute;
    width: 23.5%;
    left: 0;
    bottom: 10%;
    transform: translate(-4%, -33%);
}

.orn-sd-3.right {
    position: absolute;
    width: 33.07%;
    right: 0;
    bottom: 3%;
    transform: translate(50%, 8%) scaleX(-1);
}

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

.orn-sd-4.right {
    position: absolute;
    width: 27.07%;
    right: 0;
    bottom: 20%;
    transform: translate(37%, 1%) rotate(-12deg);
}

.orn-sd-4.left {
    position: absolute;
    width: 27.07%;
    left: 0;
    bottom: 20%;
    transform: translate(-37%, 1%) rotate(12deg) scaleX(-1);
}

.orn-sd-5.center {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 1%) scaleX(-1);
}

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

.orn-ff-2.center {
    position: absolute;
    width: 128.7%;
    left: 50%;
    top: 0;
    transform: translate(-50%, 20%);
}

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

.orn-ff-4.right {
    position: absolute;
    width: 25%;
    right: 0;
    bottom: 0;
    transform: translate(15%, 15%) scaleX(-1);
}

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

.orn-ff-5.right {
    position: absolute;
    width: 26%;
    right: 10%;
    bottom: 0;
    transform: translate(-17%, 23%) scaleX(-1);
}

.orn-ff-5.left {
    position: absolute;
    width: 26%;
    left: 10%;
    bottom: 0;
    transform: translate(17%, 23%);
}

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

.orn-ff-7.right {
    position: absolute;
    width: 12.8%;
    right: 10%;
    bottom: 0;
    transform: translate(-52%, -7%) scaleX(-1);
}

.orn-ff-7.left {
    position: absolute;
    width: 12.8%;
    left: 10%;
    bottom: 0;
    transform: translate(52%, -7%);
}

.orn-ff-8.right {
    position: absolute;
    width: 17.17%;
    right: 10%;
    bottom: 0;
    transform: translate(-9%, 0%);
}

.orn-ff-8.left {
    position: absolute;
    width: 17.17%;
    left: 10%;
    bottom: 0;
    transform: translate(9%, 0%) scaleX(-1);
}

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

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

.orn-ff-10.right {
    position: absolute;
    width: 41.2%;
    right: 0%;
    bottom: 0;
    transform: translate(50%, 0%) scaleX(-1);
}

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

/* Top Cover  */
.orn-tc-1.left {
    position: absolute;
    width: 38.4%;
    left: 0%;
    bottom: 0%;
    transform: translate(-30%, 37%);

}

.orn-tc-2.right {
    position: absolute;
    width: 22.05%;
    right: 0%;
    bottom: 0%;
    transform: translate(50%, -38%);

}

.top-cover .orn-ff-9.left {
    position: absolute;
    width: 20.51%;
    left: 0%;
    bottom: 0;
    transform: translate(-24%, -56%);
}

/* Primary Pane */
.primary-pane .orn-ff-1.center {
    width: 83.79%;
    transform: translate(-50%, 7%);
}

.primary-pane .orn-ff-2.center {
    width: 120.96%;
    transform: translate(-50%, 25%);
}

.primary-pane .orn-ff-3.center {
    width: 123.76%;
    transform: translate(-50%, -6%);
}

.primary-pane .orn-ff-4.right {
    width: 20%;
}

.primary-pane .orn-ff-4.left {
    width: 20%;
}

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

.primary-pane .orn-ff-5.left {
    width: 20.8%;
}

.primary-pane .orn-ff-6.center {
    width: 35.44%;
}

.primary-pane .orn-ff-7.right {
    width: 10.24%;
}

.primary-pane .orn-ff-7.left {
    width: 10.24%;
}

.primary-pane .orn-ff-8.right {
    width: 13.74%;
}

.primary-pane .orn-ff-8.left {
    width: 13.74%;
}

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

.primary-pane .orn-ff-9.left {
    width: 16.41%;
    transform: translate(-40%, -45%);
}

.primary-pane .orn-ff-10.right {
    width: 26.96%;
    transform: translate(43%, 0%) scaleX(-1);
}

.primary-pane .orn-ff-10.left {
    width: 26.96%;
    transform: translate(-43%, 0%);
}

.primary-pane .orn-tc-1.left {
    width: 30.72%;
}

.primary-pane .orn-tc-2.right {
    width: 18.64%;
    transform: translate(62%, -6%);
}

.primary-pane .top-cover .orn-ff-9.left {
    width: 16.41%;
}



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

@keyframes nanda-effects {
    0% {
        opacity: 0;
        top: -10%;
        transform: translateX(20px) rotate(0deg);
    }

    7%,
    27%,
    47%,
    67%,
    87% {
        opacity: 0;
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        opacity: 0.8;
    }

    13%,
    33%,
    53%,
    73%,
    93% {
        opacity: 0;
    }

    7%,
    10%,
    13% {
        top: 10%;
    }

    13% {
        transform: translateX(-30px) rotate(40deg);
    }

    27%,
    30%,
    33% {
        top: 30%;
    }

    33% {
        transform: translateX(20px) rotate(80deg);
    }

    47%,
    50%,
    53% {
        top: 55%;
    }

    53% {
        transform: translateX(-30px) rotate(120deg);
    }

    67%,
    70%,
    73% {
        top: 72%;
    }

    73% {
        transform: translateX(20px) rotate(160deg);
    }

    87%,
    90%,
    93% {
        top: 90%;
    }

    93% {
        transform: translateX(-30px) rotate(200deg);
    }

    100% {
        top: 110%;
        transform: translateX(20px) rotate(240deg);
        opacity: 0;
    }
}


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

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

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

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

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

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

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

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

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

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

/* Global */
.awan img {
    position: relative;
    animation-name: cloud-left;
    animation-duration: 20000ms !important;
    animation-iteration-count: infinite;
    animation-timing-function: linear !important;
}

/* TopCover , Pp , Ff C */
.orn-ff-9 .image-wrap img {
    transform-origin: 35% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
}

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

.orn-ff-7 .image-wrap img {
    transform-origin: 10% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

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

.orn-cover-2 .image-wrap img {
    transform-origin: 80% 0%;
    animation: goyang 5s ease-in-out infinite alternate;
}

/* Quote  */
.orn-quote-6 .image-wrap img {
    transform-origin: 85% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

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

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

.orn-quote-8 .image-wrap img {
    transform-origin: 5% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

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

.orn-couple-6 .image-wrap img {
    transform-origin: 40% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
}

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

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

/* Agenda  */

.orn-event-awan img {
    position: relative;
    animation-name: cloud-left;
    animation-duration: 20000ms !important;
    animation-iteration-count: infinite;
    animation-timing-function: linear !important;
}

.orn-event-22 .image-wrap img {
    transform-origin: 40% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
}

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

.orn-event-15 .image-wrap img {
    transform-origin: 40% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-event-17 .image-wrap img {
    transform-origin: 90% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-event-13 .image-wrap img {
    transform-origin: 30% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .7s;
}

.orn-event-12 .image-wrap img {
    transform-origin: 40% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .7s;
}

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

/* Video  */
.orn-video-3 .image-wrap img {
    transform-origin: 35% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

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

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

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

.orn-wish-2 .image-wrap img {
    transform-origin: 85% 0%;
    animation: goyang 5s ease-in-out infinite alternate;
}

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

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

/* Rsvp  */
.orn-rsvp-4 .image-wrap img {
    transform-origin: 30% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .8s;
}

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

/* Instagram Filter  */
.orn-filter-3 .image-wrap img {
    transform-origin: 30% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: .8s;
}

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

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

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

.primary-pane .effects.chindy>div {
    width: 3%;
    height: 3%;
    top: -10%;
}


@media (min-width: 400px) and (max-width: 500px) {
    section.top-cover .logo-wrap {
        width: 31.7%;
    }

    section.cover .inner .head .prime-title {
        font-size: calc(var(--heading-size) + 6px);
    }

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

    section.cover .inner .head .bottom-text {
        font-size: calc(var(--body-text-size) + 2px);
    }
    .orn-cover-1.center{
        width: 155.6%;
    }


    /* Couple  */
    .couple-details .couple-name{
        font-size: calc(var(--heading-size) - var(--fs-extra-4) - 2px + 2px);
    }
    .couple-details .couple-parents{
        font-size: calc(var(--body-text-size) - 2px + 2px);
    }

    /* Save Date  */
    .save-date-head{
        padding: 0px 24px 0%;
    }

    .event-content{
        width: calc(79%);
    }
    .agenda-bg-frame{
        width: 79%;
    }
    .event-head{
        width: 79%;
        
    }

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

    .event-head .event-schedule-wrapper .event-date{
        font-size: calc(var(--heading-size) + 5px);
    }

    .event-details .event-hall, .activity-details .activity-hall{
        font-size: calc(var(--body-text-size) + 4px + 2px);
    }

    .activity-head .activity-title{
        font-size: calc(var(--body-text-size) + var(--fs-extra-4) + 4px);
    }

    .event-content{
        padding: 30% 0px 14.4%;
    }

    .orn-event-22{
        transform: translate(-45%, 18%);
    }
    .orn-event-24{
        position: absolute;
        width: 37%;
        right: 0%;
        top: 0%;
        transform: translate(0%, -78%);
    }

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

    .footnote .footnote-title{
        font-size: calc(var(--heading-size) + 4px);
    }
}

@media (min-width: 1280px) {
    .agenda-bg-frame{
        border-radius: 0px 450px 0px 0px;
    }
    .bg-event-content{
        border-radius: 450px 0px 0px 0px;
    }
    .agenda-bg-frame , .event-head , .event-content{
        width: 80%;
    }
}