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

@font-face {
    font-family: "Travel November";
    src: url("https://katsudoto.id/plugin/fonts/Travel-November.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    line-height: normal;
}

/* ribka */
body.ribka {
    /* Heading Family */
    --heading-family: "Travel November", serif;
    --heading-style: normal;
    --heading-weight: 400;
    --heading-size: 44px;
    --heading-lettercase: none;

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

    /* Font Size Extra */
    --fs-extra-1: 2px;
    --fs-extra-2: 4px;
    --fs-extra-3: 5px;
    --fs-extra-4: 6px;
    --fs-extra-5: 10px;
    --fs-extra-6: 12px;
    --fs-extra-7: 15px;
    --fs-extra-8: 20px;

    /* Attribute */
    --body-height: 100vh;
    height: auto;
    overflow: visible;

    /* Body background */
    background-color: var(--background-primary);
}

/* Original */
body.ribka.original {
    /* Colors */
    --background-primary: #FDFAF2;
    --background-primary-rgb: 253, 250, 242;

    --background-secondary: #FCFCFC;
    --background-secondary-rgb: 252, 252, 252;

    --background-tertiary: #F1DFCB;
    --background-tertiary-rgb: 241, 223, 203;

    /* Text Colors */
    --text-primary: #A17F37;
    --text-primary-rgb: 161, 127, 55;

    --text-secondary: #64744F;
    --text-secondary-rgb: 100, 116, 79;

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

    /* Button Colors */
    --button-text-primary: #FDF6E4;
    --button-text-primary-rgb: 253, 246, 228;

    --button-background-primary: #A17F37;
    --button-background-primary-rgb: 161, 127, 55;

    --button-text-secondary: #F1E6C9;
    --button-text-secondary-rgb: 241, 230, 201;

    --button-background-secondary: #64744F;
    --button-background-secondary-rgb: 100, 116, 79;

    /* ornament */
    --texture-1: url("https://katsudoto.id/media/template/exclusive/ribka/original/texture-1.png");
    --bg-main: url("https://katsudoto.id/media/template/exclusive/ribka/original/bg-main.png");
    --mask-couple: url("https://katsudoto.id/media/template/exclusive/ribka/original/mask-couple.png");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ============================================
    SIDE TO SIDE => PRIMARY PANE
============================================ */
.kat-page__side-to-side .primary-pane .inner {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* padding: 10% 0 15px; */
    flex: 1;
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(180deg, var(--background-primary) 0%, rgba(253, 246, 228, 0.00) 50%, var(--background-primary) 100%);
}

/* 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: 60%;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.kat-page__side-to-side .primary-pane .inner .head h1 {
    padding: 0;
    margin: 0 auto;
    font-size: calc(var(--heading-size) + var(--fs-extra-6));
    color: var(--text-quartiary);
}

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

.kat-page__side-to-side .primary-pane .inner .details {
    /* margin: auto; */
    position: absolute;
    bottom: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    z-index: 2;
    width: 100%;
    padding: 10% 10% 9%;
}

.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-secondary);
    margin: 0 auto;
    line-height: 24px;
}

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

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

section.primary-pane .inner .body {
    margin: 0 auto;

    width: calc(100% - 0px);
}

section.primary-pane .inner .body .preview-container {
    position: absolute;
    width: 65%;
    height: 87%;
    border-radius: 999px 999px 16px 16px;
    left: 50%;
    transform: translate(-50%, -3%);
    overflow: hidden;
    bottom: 0;
    /* background: var(--background-primary); */
}

section.primary-pane .inner .body .preview-container .slick-list {
    width: 100% !important;
    height: 100% !important;
}

section.primary-pane .inner .body .preview-container .slick-track {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

section.primary-pane .inner .body .preview-container .picture {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    position: absolute !important;
    background-color: var(--light-clr);
}

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


.pp-frame-wrapper {
    position: relative;
    padding-bottom: 22%;
}

.pp-frame {
    position: relative;
    max-width: 84%;
    margin: 0 auto;
}

.pp-masking {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--background-primary) 0%, rgba(253, 246, 228, 0.00) 100%);
}

.pp-bg-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: var(--bg-main);
    background-position: center;
    background-size: cover;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    section.primary-pane .inner .inner-wrapper {
        width: 70%;
    }
    .pp-frame-wrapper{
        padding-bottom: 35%;
    }
    .pp-frame{
        max-width: 100%;
    }
    
}

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

    .pp-frame {
        max-width: 85%;
    }
}

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

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

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

.kat-page__side-to-side .secondary-pane {
    position: static;
    right: 0;
    width: 39%;
    margin-left: auto;
    /* background: var(--texture-1);
    background-size: 100% auto;
    background-position: center top; */

    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: 80%;
    mix-blend-mode: multiply;
    opacity: 1;
}

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

@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 .top-cover-title {
    text-align: center;
}

section.top-cover .inner {
    /* padding: 20px 0px; */
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    background: linear-gradient(180deg, var(--background-primary) 0%, rgba(253, 246, 228, 0.00) 50%, var(--background-primary) 100%);
}

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

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

.tc-frame-wrapper {
    position: relative;
    padding-bottom: 43%;
}

.tc-head {
    margin-top: auto;
}
.tc-head.hg-lg {
    margin: auto;
}
.tc-frame {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.tc-masking {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--background-tertiary) 0%, rgba(253, 246, 228, 0.00) 50%, var(--background-tertiary) 100%);
    opacity: .4;
}

.tc-bg-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: var(--bg-main);
    background-position: center;
    background-size: cover;
}

.tc-orn-mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg, var(--background-primary) 0%, rgba(253, 246, 228, 0.00) 100%);
}

/* details */
section.top-cover .inner .details {
    text-align: center;
    padding: 20px 20% 12%;
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
}

section.top-cover .inner .details p {
    color: var(--text-tertiary);
    font-weight: 600;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    line-height: 150%;
}

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

section.top-cover .inner .details .link-wrap {
    margin-top: 8px;
    display: flex;
    justify-content: center;
}

section.top-cover .inner .details a.link {
    border: none;
    outline: none;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    font-size: var(--body-text-size);
    font-weight: 400;
    font-family: var(--body-text-family);
    line-height: 1.5;
    text-decoration: none;
    margin: 0px auto;
    padding: 12px 16px;
    border-radius: 999px;
    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);
}

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

section.top-cover .inner .body {
    margin: 0 auto;

    width: calc(100% - 0px);
}

section.top-cover .inner .body .preview-container {
    position: absolute;
    width: 65%;
    height: 87%;
    border-radius: 999px 999px 16px 16px;
    left: 50%;
    transform: translate(-50%, -3%);
    overflow: hidden;
    bottom: 0;
    /* background: var(--background-primary); */
}

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

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

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

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

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

    section.top-cover .inner .details {
        padding: 20px 20% 10%;
    }
}

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




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

section.cover .cover-bg-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-image: var(--bg-main);
    background-size: cover;
    background-position: center;
}

section.cover .cover-bg-mask::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, var(--background-primary) 0%, rgba(253, 246, 228, 0.00) 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: 38px 10px 35px;
    position: relative;
}

section.cover .inner .head .logo-wrap {
    position: relative;
    width: 21.6%;
    max-width: 150px;
    margin: 0 auto;
}

/* Cover Body */
section.cover .inner .body-wrap {
    position: relative;
    width: calc(100% - 70px);
    max-width: 500px;
    padding: 16px;
    border-radius: 999px 999px 24px 24px;
    background-color: var(--background-secondary);
    /* z-index: 1; */
    display: flex;
    flex-direction: column;
    min-height: 580px;
}

section.cover .inner .body-wrap.no-ph-cover {
    padding: 35% 16px;
    background: radial-gradient(50% 50% at 50% 50%, var(--background-secondary) 0%, rgba(var(--background-secondary-rgb), 0.00) 100%);
}

section.cover .inner .body {
    padding: 0px;
    margin: 0px auto;
    position: relative;
    width: 100%;
}

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

section.cover .inner .body .cover-frame {
    position: relative;
    width: 100%;
    height: 360px;
}

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

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

/* cover orn frame */
.cover .orn-cover-frame {
    position: relative;
    left: 50%;
    width: 100%;
    /* max-width: 300px; */
    transform: translateX(-50%);
}

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

    section.cover .inner .body .cover-frame {
        height: 560px;
    }
}

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

    .cover .orn-cover-frame {
        max-width: 450px;
    }

    section.cover .inner .body .cover-frame {
        height: 560px;
    }
}


/* Cover Foot */
section.cover .inner .foot {
    width: 100%;
    text-align: center;
    padding: 5% 4% 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: auto;
}

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

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

section.cover .inner .foot .prime-title {
    color: var(--text-primary);
    font-weight: 400;
    font-size: calc(var(--heading-size));
}


/* ==============================
   ?     Quote
============================== */
.quote-wrap {
    position: relative;
    overflow: hidden;
    padding: 10% 35px;
    z-index: 2;

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

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

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

.quotes-frame .quotes-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 40px 12.5%;
    max-height: 100%;
    overflow-y: auto;
    transform: translate(-50%, -50%);
}

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

.quotes-content .quote-caption {
    color: var(--text-tertiary);
    text-align: center;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 600;
    line-height: 150%;
}

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

@media (min-width: 1440px) {
    .quote-wrap {
        min-height: 800px;
        padding: 10% 35px 5%;
    }
}


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

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

/* Couple Head */
.couple-head {
    text-align: center;
    padding: 0px 24px;
    margin: 0 auto;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.orn-bismillah {
    margin: 0 auto;

}

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

.couple-head .couple-description {
    padding: 0 16px;
}

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

/* 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-body.show-picture.bride-first .couple-info.groom {
    margin-top: 20%;
}

.couple-info.bride {
    margin-top: 3%;
}
.couple-body.show-picture.bride-first .couple-info.bride {
    margin-top: 12%;
}
.couple-body.show-picture .couple-info.bride {
    margin-top: 20%;
}

/* Couple Preview */
.groom .couple-preview {
    margin-top: 2%;
}

.couple-preview {
    display: flex;
    position: relative;
    margin-bottom: 12.2%;
    margin-top: 0%;
}

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

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

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

.couple-frame .frame-wr-c {
    background-color: var(--background-tertiary);
    border-radius: 999px 999px 0px 0px;
}

.couple-frame .img-couple-frame {
    /* transform: scaleX(-1); */
    opacity: 0;
}

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

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

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

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

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

/* Couple Details */
.couple-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    text-align: center;
}

.couple-details .couple-name-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

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

.couple-details .couple-parents {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-tertiary);
    line-height: 150%;
    font-weight: 600;
}

.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;
    gap: 4px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-style: normal;
    text-decoration: none;
    color: var(--text-primary);
    transition: all 0.25s ease-in-out;
}

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

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

.separator-wrap .separator {
    display: flex;
}

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

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

    .couple-body.show-picture .couple-details {
        margin-top: 10%;
    }

    .couple-preview {
        margin-bottom: 9%;
    }

    .couple-head {
        margin-bottom: 11%;
    }
}

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

@media (min-width: 1400px) {
    .couple-preview {
        margin-bottom: 9%;
    }

    .couple-head {
        margin-bottom: 11%;
    }
}


/* ==============================
?        Save The Date
============================== */
.save-date-wrap {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    padding: 10% 0px 5%;
}

.save-date-wrap .save-date {
    position: relative;
    margin: 0 auto;
}

/* Save Date Head */
.save-date-head {
    padding: 0px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

/* Save Date Body */
.save-date-body {
    position: relative;
    margin: 0px auto;
    padding: 15px;
}

.save-date-body .save-date-frame_wrapper {
    position: relative;

}

.sd-title_wrapper {
    position: relative;
}

.save-date-body .save-date-content {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
    padding: 10% 3%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.save-date-body .save-date-title {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size));
    font-weight: 400;
    text-align: center;

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

/* save date event */
.save-date-body .save-date-event {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 24px;
}

.save-date-body>.ornaments-wrapper {
    z-index: 2;
}

/* save date box */
.save-date-box {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    position: relative;
}

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

.countdown .count-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    border: none;

    padding: 4px;
}

.count-item .count-num {
    font-family: var(--body-text-family);
    font-size: calc(var(--heading-size) + var(--fs-extra-2));
    color: var(--text-primary);
}

.count-item .count-text {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 600;
    margin-top: 4px;
    color: var(--text-tertiary);
}

/* Add To Calendar */
.add-to-calendar-wrap {
    padding: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.add-to-calendar {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 8px 24px;
    border-radius: 100px;
    text-decoration: none;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 400;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    transition: all 0.25s ease-in-out;
    line-height: 150%;

    width: 100%;
}

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

@media (min-width: 560px) and (max-width: 960px) {
    .save-date-body {
        max-width: 600px;
    }

    .countdown .count-item {
        width: 18%;
    }
}

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

@media (min-width: 1200px) {
    .save-date-body {
        max-width: 600px;
    }

    .countdown .count-item {
        width: 18%;
    }
}


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

.photo-wrap .photo-inner {
    padding: 10% 0px 40px;
    position: relative;
}

/* Head */
.photo-inner .photo-head {
    position: relative;
    text-align: center;
    padding: 20px 13% 40px;
}

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

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

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

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

/* Photo Nav Wrap */
.photo-body .photo-nav-wrap {
    position: relative;
    margin: 0 25px;
    margin-bottom: 20px;
}

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

.photo-nav .slick-list {}

.photo-nav .photo-item {}

.photo-nav .photo-img-wrap {
    width: 100%;
    height: 451px !important;
}

.photo-nav .photo-img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
    object-fit: cover;
    object-position: center;
}

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

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

.photo-slider .slick-list {}

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

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

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

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

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

.photo-arrow.prev {
    left: 0%;
    transform: translate(-88%, 0%);
}

.photo-arrow.next {
    right: 0%;
    transform: translate(88%, 0%);
}

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

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

.photo-arrow svg path {
    stroke: #ffffff;
}

@media screen and (min-width: 680px) and (max-width: 960px) {
    .photo-nav .photo-img-wrap {
        height: 549px !important;
    }
}

@media screen and (min-width: 1440px) {
    .photo-nav .photo-img-wrap {
        height: 549px !important;
    }
}


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

    /* 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 6.2%;
    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 24px;
    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 5%;
}

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

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;
    line-height: 150%;
    font-style: normal;
    color: var(--text-secondary);
}

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


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

.agenda-wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(241, 223, 203, 0.00) 0%, var(--background-tertiary) 100%);

}

.agenda-inner {
    padding: 0px;
}

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

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

.agenda-head .agenda-description {}

/* body */
.agenda-body {}

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

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

.event-head {
    margin-bottom: 40px;
    padding: 0 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

/* Activity */
.activity-wrap {}

.activity-wrap.same-location {}

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

.activity-item:first-of-type {
    margin: 0px auto;
    margin-top: 32%;
}

.activity-frame {
    position: relative;
    padding-bottom: 33%;

}

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


/* activity item background ::before */
.activity-frame::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translate(-50%, -3%);
    top: 0;
    width: 82%;
    height: 91%;
    border-radius: 999px 999px 0px 0px;
    background: rgba(var(--background-primary-rgb), 0.75);
    backdrop-filter: blur(1.5px);
}

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

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

.activity-content-inner{
    overflow-y: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 560px) and (max-width: 960px) {
    .activity-content {
        justify-content: center;
        transform: translate(-50%, -60%);
    }

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

    .orn-agenda-back-1 {
        width: 124%;
    }
    .activity-head svg.activity-icon{
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 961px) {
    .activity-content {
        justify-content: center;
        transform: translate(-50%, -60%);
    }

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

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

    .activity-content {
        transform: translate(-50%, -60%);
    }

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

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

.dress-preview {
    background-color: var(--background-tertiary);
}

.dress-wrapper .dress-title {}

.dress-wrapper .dress-inner .dress-item-title {
    color: var(--text-primary);
}

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

.dress-footer {
    border: none;
    border-top: 1px solid var(--text-primary);
    padding-top: 16px;
}

.dress-inner .dress-footer p {
    color: var(--text-primary);
}

.dress-list {
    gap: 24px;
}


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

.mask-rsvp-1 {
    content: '';
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(241, 223, 203, 0.00) 0%, var(--background-tertiary) 100%);
}

.rsvp-wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20%;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(241, 223, 203, 0.00) 0%, var(--background-tertiary) 100%);
}

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

/* Head */
.rsvp-head {
    position: relative;
    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;
}

.rsvp-info{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
    align-items: center;
    text-align: center;
}
.rsvp-head p.rsvp-info{
    color: var(--text-tertiary);
}

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

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

    border-radius: 999px 999px 40px 40px;
    /* overflow: hidden; */
}

.rsvp-body-wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    border-radius: 999px 999px 0px 0px;
    background: rgba(var(--background-primary-rgb), 0.85);
    backdrop-filter: blur(1px);
}

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

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

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

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

.rsvp-status-head .rsvp-status-caption {
    font-weight: 600;
    line-height: 150%;
    /* 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.going:hover {
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
} */

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

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

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

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

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

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

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

.rsvp-amount-body {}

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

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

.rsvp-amount-controller .toggle-btn {
    background-color: var(--background-secondary);
    border: 1px solid transparent;
    outline: none;
    height: 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: 1px solid var(--button-background-primary);

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

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

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

.rsvp-confirm-btn {
    width: 100%;
    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-size: var(--body-text-size);
    font-family: var(--body-text-family);
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

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

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

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

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

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

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

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

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

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

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

section.live-streaming::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20%;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(241, 223, 203, 0.00) 0%, var(--background-tertiary) 100%);
}

section.live-streaming .inner {
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.live-streaming>.inner>.head>p {
    font-size: calc(var(--body-text-size));
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

/* head */
section.live-streaming .inner .head {
    text-align: center;
    padding: 0;
}

section.live-streaming .inner .head h1 {
    font-size: var(--heading-size);
    color: var(--text-primary);
    line-height: 1.45;
}

/* body */
.live-streaming .inner .body {
    padding: 0;
}

.live-streaming .inner .body p.meeting-text {
    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: calc(var(--body-text-size) + var(--fs-extra-1));
}

.live-streaming .inner .body>.streaming-info {
    /* padding: 0px 24px; */
    flex-direction: column-reverse;
}

.live-streaming .inner .body>.streaming-info>div {
    padding: 0px;
}

.live-streaming .inner .body>.streaming-info>div.zoom-details {
    padding: 0px 24px;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 24px;
}

.live-streaming .inner .body>.streaming-info>div.zoom-details>div {
    margin: 0;
    flex-grow: 1;
    width: 100%;
}

.live-streaming .inner .body>.streaming-info>div>.preview {
    width: 70px;
}

.live-streaming .inner .body>.streaming-info>div>.preview.google-meet {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--background-secondary);
}

.live-streaming .inner .body>.streaming-info>div>.preview.google-meet>img {
    width: 62.5%;
    height: auto;
    border-radius: 0;
}

.live-streaming .inner .body>.streaming-info>div>.preview,
.live-streaming .inner .body>.streaming-info>div>.preview>img {
    border-radius: 0;
}

.live-streaming .inner .body>.streaming-info>div>.preview.wide {
    height: 200px;
}

.live-streaming .inner .body>.streaming-info>div>.preview.wide>img {
    object-fit: cover;
}

.live-streaming .inner .body>.streaming-info>div>.preview.wide.youtube {
    height: 201px;
}

.live-streaming .inner .body>.streaming-info>div>.preview>.play-btn {
    width: 70px;
    height: 70px;
    font-size: 30px;
    color: var(--text-primary);
}

.live-streaming .inner .body>.streaming-info>div.link {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

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

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

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

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

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

@media (min-width: 768px) and (max-width: 960px) {
    section.live-streaming {}

    .live-streaming .inner .body>.streaming-info>div>.preview.wide {
        height: 320px;
    }
}

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

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


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

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

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

.orn-circle-ls-wrap {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 999px;
    border: 1px solid var(--button-background-secondary);
    background: var(--background-tertiary);
    overflow: hidden;
    margin: 0 auto 40px;
}

.orn-circle-ls {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: scaleX(-1);
}

.story-head .story-title {}

/* body */
.story-body {}

/* preview */
.story__slider-preview {}

/* desc wrap */
.story__slider-desc-wrap {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 0;
}

/* Story Items Wrapper  */
.story-item-wrapper {
    position: relative;
    max-width: 500px;
    margin: 0 auto 10%;
    padding: 0 24px;
}

.story-item-wrapper:last-of-type {
    margin-bottom: 0;
}

.story-item-wrapper:last-of-type .divider-ls {
    display: none;
}

/* caption */
.story__slider-caption {}

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

/* Divide LS  */
.divider-ls {
    position: relative;
    width: 1px;
    background-color: var(--button-background-secondary);
    min-height: 50px;
    margin: 0 auto;
}

.story-preview .story-picture {
    display: block;
    margin: 0px auto;
    width: 296px;
    height: 416px;
    border-radius: 999px;
    overflow: hidden;
    padding: 8px;
    border: 1px solid var(--button-background-secondary);
    background: var(--background-tertiary);
}

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

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

.story__slider-desc-wrap .story-sub-title {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + 2px);
    font-weight: 700;
    color: var(--text-secondary);
    line-height: 1.5;
    text-align: center;
    margin: 0px auto;
    width: 100%;
}

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

.story-details .story-caption {
    color: var(--text-tertiary);
    font-size: var(--body-text-size);
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

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

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

@media (min-width: 560px) and (max-width: 960px) {
    .story-preview .story-picture {
        width: 396px;
        height: 516px;
    }
}

@media (min-width: 1440px) {
    .story-preview .story-picture {
        width: 396px;
        height: 516px;
    }
}


/* ==============================
        Wedding Gift
============================== */
.wedding-gift-wrap {
    position: relative;
    width: 100%;
    /* max-width: 600px; */
    margin: 0 auto;
    padding: 40px 0px;
    overflow: hidden;
}

.wedding-gift-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Head */
.wedding-gift-head {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 85%;
}

.wedding-gift-head .wedding-gift-title {
    /* padding-bottom: 10px; */
}

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

/* Body */
.wedding-gift-body-wrap {
    position: relative;
    width: 100%;
}

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

.wedding-gift-body .wedding-gift-body-inner {
    position: relative;
    /* padding: 0% 24px; */
    border-radius: 999px;
    max-width: 650px;
    margin: 0 auto;
}

.wedding-gift-form {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

/* Wedding Gift Form */
#weddingGiftForm {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    /* overflow: hidden; */
    max-width: 635px;
    margin: 0 auto;
}

#weddingGiftForm .wedding-gift-slide {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* overflow: hidden; */
}

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

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

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

.wedding-gift-select-bank-wrap .selectize-control.form-control:focus,
.wedding-gift-select-bank-wrap .selectize-control.form-control:active {}

.wedding-gift-select-bank-wrap .selectize-control.form-control .selectize-dropdown-content {
    max-height: 124px;
}

.selectize-control.single .selectize-input.input-active {
    /* margin-bottom: 10px; */
}

.wedding-gift-select-bank-wrap .selectize-control.form-control .selectize-input {
    background: var(--button-background-secondary);
    padding: 12px 24px;
    border-radius: 999px;
    /* display: none; */
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

/* Frame Gift  */
.wedding-gift-inner .gift-frame {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 131.43%;
    max-width: 650px;
    margin-bottom: 11%;
    margin-top: 5%;
    height: auto;
    border: none;
}

.wedding-gift-inner .gift-frame .frame-wrap {
    width: 100%;
    border: none;
    margin: 0 auto;
    /* margin-top: 40px; */
}

/* Body */
.wedding-gift-body-ins {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 34% 25% 7%;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.wedding-gift-bank-wrap {}

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

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

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

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

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

    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-secondary);
    flex-direction: column;
    line-height: 150%;
}

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

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

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

    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-secondary);
    margin-bottom: 0.25em;
    flex-direction: column;
    line-height: 150%;
}

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

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

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

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

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


.wedding-gift-sender-data-wrap label {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    display: block;
    color: var(--text-secondary);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.wedding-gift-sender-data-wrap .form-group {
    margin-top: 8px;
    margin-bottom: 0;
}

.wedding-gift-sender-data-wrap textarea.form-control {
    height: auto;
    min-height: 0;
    max-height: 250px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.wedding-gift-sender-data-wrap .form-control {
    background-color: transparent;
    border-radius: 999px;
    border: 1px solid var(--button-background-secondary);
    padding: 12px 16px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-tertiary);
}

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

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

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

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

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

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

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

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

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

.wedding-gift-upload-wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    /* margin-bottom: 40px; */
}

.wedding-gift-upload-wrap::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 2px dashed var(--text-primary);
    border-radius: 10px;
    background-color: transparent;
    pointer-events: none;
}

/* Wedding Gift Upload Description */
.wgu-description {
    text-align: center;
    padding: 20px;
    margin: 100px auto;
    display: none;
}

.wgu-description.show {
    display: block;
}

.wgu-description .wgu-icon {
    width: 120px;
    height: auto;
    opacity: 0.4;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.wgu-description .wgu-title {
    font-family: var(--body-text-family);
    color: var(--text-primary);
}

.wgu-description .wgu-desc {
    font-family: var(--body-text-family);
    color: var(--text-tertiary);
}

/* Wedding Gift Upload Image Wrap */
.wgu-img-wrap {
    display: none;
}

.wgu-img-wrap.show {
    display: block;
}

.wgu-img-wrap .wgu-img {
    width: 100%;
    height: auto;
    max-height: 500px;
    display: block;
    object-fit: cover;
    object-position: center;
}

[data-wgu-file] {
    cursor: pointer;
}

/* Wedding Gift Message */
.wedding-gift-message {
    padding: 50px 20px;
}

.wgs-head {
    padding: 10px 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wgs-head .wgs-spark {
    width: 30px;
    height: auto;
    display: block;
}

.wgs-head .wgs-spark .fill {
    fill: var(--button-background-primary);
}

.wgs-head .wgs-spark .stroke {
    stroke: var(--button-background-primary);
}

.wgs-head .wgs-spark.left {
    margin-right: 20px;
}

.wgs-head .wgs-spark.right {
    margin-left: 20px;
    transform: scaleY(-1);
}

.wgs-icon-wrap {
    width: 120px;
    height: 120px;
    background-color: var(--button-background-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

.bgift-divider-1 {
    position: relative;
    width: 100%;
    height: 36px;
    background-color: var(--background-secondary);
}

.bgift-divider-1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--divider-1) repeat-x;
    background-size: contain;
}


/* =====================================
        KADO
==================================== */
.gift-section-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.wedding-gifts-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0px;
}

.wedding-gifts-wrap.no-gift .wedding-gifts-inner {
    border-top: 2px solid var(--text-primary);
    border-radius: 16px;
    padding: 10% 24px 10%;
}

.wedding-gifts-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding: 40px 24px;
    margin: 0 auto;
    max-width: 600px;
}

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

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

.wedding-gifts-head .wedding-gifts-description {
    color: var(--text-tertiary);
}

.wedding-gifts-inner .wedding-gifts-label {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: var(--text-secondary);
    text-align: left;
}

.wedding-gifts-inner .wedding-gifts-label i {
    font-size: inherit;
    font-weight: 600;
    color: inherit;
    transform: rotate(180deg);
    transition: transform 0.5s ease-in-out;
}

.wedding-gifts-label.active i {
    transform: rotate(0deg);
}

.wedding-gifts-inner .wedding-gifts-body {
    gap: 12px;
}

.wedding-gift-address-wraping {
    position: relative;
    border-radius: 12px;
    border: none;
    margin-bottom: 10%;
    margin-top: 15%;
}

.wedding-gift-address-wrap {
    position: relative;
    padding: 24px;
    border-radius: 12px;
    border: none;
    padding-bottom: 20%;
}

.wedding-gift-address-wraping .wgawkl-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: none;
    background-color: var(--background-tertiary);
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.wedding-gift-address-wrap .divid-kado {
    width: 100%;
    position: relative;
    height: 1px;
    background: var(--text-primary);
    margin: 2px 0;
}

.wedding-gift-address-wrap .tt-kado {
    font-weight: 700;
    color: var(--text-primary);
    font-size: var(--body-text-size);
    margin: 0 auto;
}

.wedding-gift-info-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

.wedding-gift-address-wrap .inner-address-info {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 600;
    color: var(--text-tertiary);
    line-height: 150%;
}

.wedding-gift-address-wrap .inner-address-wrap {
    flex-direction: column;
    gap: 8px;
}

.wedding-gift-address-wrap .wedding-gift-address-label {
    position: relative;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 0px);
    color: rgba(var(--text-secondary-rgb), 1);
}

.wedding-gift-address-wrap .inner-address-wrap .inner-address-info {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 600;
    color: var(--text-tertiary);
    line-height: 150%;
}

.wedding-gift-address-wrap .btn-hadiah-copy {
    border-radius: 999px;
    border: none;
    padding: 8px 16px;
    gap: 4px;
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
    transition: all 0.25s ease-in-out;
}

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

.wedding-gift-address-wrap .btn-hadiah-copy p.kado-copy-text {
    color: var(--button-text-secondary);
    line-height: 150%;
    font-weight: 600;
}

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

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

.wedding-gifts-body .hadiah-content {}

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

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

    display: flex;
    background-color: var(--background-tertiary);
    overflow: hidden;
    transform: translateZ(0);
}

.wedding-gifts-body .hadiah-wrap .hadiah-card-wrap:last-child {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wedding-gifts-body .more-gift-wrap {
    display: none;
}

.wedding-gifts-body .more-gift-wrap.show {
    display: block;
    padding-top: 12px;
}

.more-gift-wrap .gifts-more-button {
    border: none;
    outline: none;
    width: 100%;
    display: block;
    padding: 12px 20px;
    margin: 0 auto;
    border-radius: 50px;
    text-decoration: none;
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: var(--body-text-weight);
    line-height: normal;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.more-gift-wrap .gifts-more-button:hover {
    background-color: rgba(var(--button-background-secondary-rgb), .75);
}

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

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

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

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

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

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

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

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

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

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

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

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


/* gifts Nav */
.hadiah-wrap .slick-dots {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 24px;
}

.hadiah-wrap .slick-dots li {
    flex-grow: 1;
    max-width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(var(--background-secondary-rgb), .5);
    transition: all 0.25s ease-in-out;
}

.hadiah-wrap .slick-dots li.slick-active {
    background-color: var(--background-secondary);
}

.hadiah-wrap .slick-dots li button {
    display: none;
}

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


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

.ig-filter {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    /* min-height: 550px; */
}

.ig-filter-frame {
    position: relative;
    width: 100%;
    min-height: 470px;

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

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

.ig-filter-head .ig-filter-title {
    color: var(--text-primary);
    margin-bottom: 0px;
}

.ig-filter-head .ig-filter-caption {
    font-size: calc(var(--body-text-size));
    color: var(--text-tertiary);
    width: 75%;
    margin: 0 auto;
    margin-top: 8px;
}

/* body */
.ig-filter-body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    margin: 0 auto;
    padding: 0 26px;
}

/* body inner */
.ig-filter-body-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
    width: 100%;
    /* max-width: 220px; */
}

.ig-filter-body-inner .z-0 {
    z-index: 0;
}

.ig-filter-body-inner .z-1 {
    z-index: 1;
}

.ig-filter-body-inner .z-2 {
    z-index: 2;
}

/* image */
.ig-filter-img-wrap {
    position: relative;
    display: flex;
    padding: 0px;
    width: 100%;
}

.ig-filter-img {
    width: 100%;
    min-height: 320px;
    max-width: none;
    border-radius: 16px;
    object-fit: cover;
    max-height: 508px;
}

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

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

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

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

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

@media (min-width: 768px) {
    .ig-filter-body-inner {
        /* width: 420px; */
    }
    
    .ig-filter-img {
        width: 420px;
        /* height: 420px; */
        max-height: unset;
    }
}


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

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

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

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

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

.protocol.protocol-01 .inner .body {
    margin: 0px;
    padding: 40px 0px 0px;
}

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

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

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

/* Protocol 03 */
section.protocol.protocol-03 {
    background: transparent;
}

section.protocol.protocol-03 .inner .head {
    padding: 24px 16px 8px;
}

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

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

.protocol.protocol-03 .inner .body {
    padding: 20px 0px 40px;
}

section.protocol.protocol-03 .inner .body .slider .content .text-01 {
    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: calc(var(--body-text-size) + var(--fs-extra-3));
    text-transform: capitalize;
    color: var(--text-primary);
}

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

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

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

/* Protocol 04 */
section.protocol-04 {
    background-color: transparent;
    position: relative;
    padding: 6% 6% 25%;
}

section.protocol .ptc-mask {
    width: 100%;
    height: 45%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background: linear-gradient(180deg, rgba(253, 250, 242, 0.00) 0%, var(--background-primary) 100%);
}

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

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

section.protocol-04 .inner .head {
    padding: 0px;
    margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.wedding-wish-wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background: linear-gradient(180deg, var(--background-primary) 0%, rgba(253, 250, 242, 0.20) 18%, rgba(253, 250, 242, 0.00) 50%, rgba(253, 250, 242, 0.20) 81%, var(--background-primary) 100%);
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-item {
    border-radius: 24px;
    padding: 16px;
    background: var(--background-tertiary);
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.comment-body {}

.comment-body .comment-caption {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 600;
    line-height: 1.5;
    color: var(--text-tertiary);
}

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

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

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

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


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

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

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


/* ========================================
        FOOTNOTE
======================================== */
.footnote-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 10.3%;
}

.footnote-bg-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: var(--bg-main);
    background-position: center;
    background-size: cover;
    opacity: .5;
}

.footnote-bg-mask::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(180deg, var(--background-primary) 0%, rgba(253, 246, 228, 0.00) 100%);
}


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

.footnote-frame-wrapper {
    position: relative;
    padding-bottom: 40%;
}

.footnote-frame {
    position: relative;
}


.footnote-inner {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-end;
}

/* Details */
.footnote-inner .footnote-details {
    position: relative;
    display: flex;
    width: 100%;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 1;
}

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

.footnote-details .footnote-body {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footnote-body .footnote-title {
    font-size: calc(var(--heading-size) + 0px);
    word-break: break-word;
}

.footnote-body p {}

.footnote-body .top-text {
    font-weight: 600;
    line-height: 150%;
}

.bottom-ff-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 12%;
}

.footnote-wrap .bottom-text {
    font-size: var(--body-text-size);
    line-height: 150%;
    font-weight: 600;
}

.footnote-body .address-text {
    font-size: var(--body-text-size);
}

section.footnote-wrap .footnote-inner .body {
    margin: 0 auto;

    width: calc(100% - 0px);
}

section.footnote-wrap .footnote-inner .body .preview-container {
    position: absolute;
    width: 65%;
    height: 87%;
    border-radius: 999px 999px 16px 16px;
    left: 50%;
    transform: translate(-50%, -3%);
    overflow: hidden;
    bottom: 0;
}

section.footnote-wrap .footnote-inner .body .preview-container .slick-list {
    width: 100% !important;
    height: 100% !important;
}

section.footnote-wrap .footnote-inner .body .preview-container .slick-track {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

section.footnote-wrap .footnote-inner .body .preview-container .picture {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    position: absolute !important;
    background-color: var(--light-clr);
}

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




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

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

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

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

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

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

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

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

/* ========================================
      ORNAMENTS
======================================== */

/* Awan Orn  */
.orn-awan-1 {
    position: absolute;
    width: 49.4%;
    max-width: 293px;
    right: 0;
    top: 0;
    transform: translate(0%, 0%);
}

.orn-awan-2 {
    position: absolute;
    width: 49.4%;
    max-width: 293px;
    left: 0;
    top: 0;
    transform: translate(0%, 43%);
}

/* Primary Pane  */
.primary-pane .orn-footnote-6.right {
    position: absolute;
    width: 14.43%;
    top: 20%;
    right: 0;
    transform: translate(21%, -1%) rotate(-12deg);
}

.primary-pane .orn-footnote-6.left {
    position: absolute;
    width: 14.43%;
    top: 20%;
    left: 0;
    transform: translate(-21%, -1%) rotate(12deg) scaleX(-1);
}


/* Cover  */
.orn-cover-1.right {
    position: absolute;
    width: 36.56%;
    right: 0%;
    bottom: 0;
    transform: translate(40%, 21%) scaleX(-1);
}

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

.orn-cover-2.right {
    position: absolute;
    width: 27.81%;
    right: 0%;
    bottom: 5%;
    transform: translate(49%, -29%);
}

.orn-cover-2.left {
    position: absolute;
    width: 27.81%;
    left: 0%;
    bottom: 5%;
    transform: translate(-49%, -29%) scaleX(-1);
}

.orn-cover-3.right {
    position: absolute;
    width: 23.69%;
    right: 0%;
    bottom: 10%;
    transform: translate(49%, -55%) scaleX(-1) rotate(12deg);
}

.orn-cover-3.left {
    position: absolute;
    width: 23.69%;
    left: 0%;
    bottom: 10%;
    transform: translate(-49%, -55%) rotate(12deg);
}

.orn-cover-4.right {
    position: absolute;
    width: 39.69%;
    right: 0%;
    bottom: 17%;
    transform: translate(58%, -54%) scaleX(-1);
}

.orn-cover-4.left {
    position: absolute;
    width: 39.69%;
    left: 0%;
    bottom: 17%;
    transform: translate(-58%, -54%);
}

.orn-cover-5.right {
    position: absolute;
    width: 18.75%;
    right: 0%;
    bottom: 30%;
    transform: translate(30%, -72%) scaleX(-1) rotate(2deg);
}

.orn-cover-5.left {
    position: absolute;
    width: 18.75%;
    left: 0%;
    bottom: 30%;
    transform: translate(-30%, -72%) rotate(2deg);
}

.orn-cover-kupu-1 {
    position: absolute;
    width: 57.80%;
    left: 0;
    top: 0%;
    transform: translate(0%, 43%) scaleX(-1);
}

.orn-cover-kupu-2 {
    position: absolute;
    width: 70.5%;
    left: 0;
    top: 0%;
    transform: translate(14%, -75%) scaleX(-1) rotate(-6deg);
}


/* QUOTE */
.orn-quote-1.right {
    position: absolute;
    width: 31.56%;
    right: 0;
    bottom: 0;
    transform: translate(65%, 0%);
}

.orn-quote-1.left {
    position: absolute;
    width: 31.56%;
    left: 0;
    bottom: 0;
    transform: translate(-65%, 0%) scaleX(-1);
}

.orn-quote-2.right {
    position: absolute;
    width: 33.09%;
    right: 0;
    bottom: 5%;
    transform: translate(64%, -19%) scaleX(-1);
}

.orn-quote-2.left {
    position: absolute;
    width: 33.09%;
    left: 0;
    bottom: 5%;
    transform: translate(-64%, -19%);
}

.orn-quote-3.right {
    position: absolute;
    width: 39.38%;
    right: 0;
    bottom: 15%;
    transform: translate(73%, -39%);
}

.orn-quote-3.left {
    position: absolute;
    width: 39.38%;
    left: 0;
    bottom: 15%;
    transform: translate(-73%, -39%) scaleX(-1);
}

.orn-quote-4.right {
    position: absolute;
    width: 32.56%;
    right: 0;
    top: 0%;
    transform: translate(47%, -7%) scaleX(-1);
}

.orn-quote-4.left {
    position: absolute;
    width: 32.56%;
    left: 0;
    top: 0%;
    transform: translate(-47%, -7%);
}

/* Couple  */
.orn-couple-1 {
    position: absolute;
    width: 165.25%;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
}

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

.orn-couple-2-1 {
    position: absolute;
    width: 21.72%;
    left: 13%;
    bottom: 25%;
    transform: translate(0%, 0%);
}

.orn-couple-3 {
    position: absolute;
    width: 67.37%;
    left: 0%;
    bottom: 0%;
    transform: translate(-63%, 38%) scaleX(-1);
}

.orn-couple-3-1 {
    position: absolute;
    width: 79.87%;
    left: 50%;
    bottom: 0%;
    transform: translate(-55%, -20%) scaleX(-1);
}

.orn-couple-4 {
    position: absolute;
    width: 41.52%;
    left: 0%;
    top: 0%;
    transform: translate(-50%, 19%) scaleX(-1);
}

.orn-couple-5 {
    position: absolute;
    width: 55%;
    left: 0%;
    top: 0%;
    transform: translate(-25%, -40%) scaleX(-1);
}

.orn-couple-6 {
    position: absolute;
    width: 50.72%;
    right: 0%;
    bottom: 0%;
    transform: translate(54%, 0%) scaleX(-1);
}

.orn-couple-7 {
    position: absolute;
    width: 47.45%;
    right: 0%;
    bottom: 0%;
    transform: translate(69%, -21%) scaleX(-1);
}

.orn-couple-8 {
    position: absolute;
    width: 50.84%;
    right: 0%;
    top: 0%;
    transform: translate(41%, 20%) scaleX(-1);
}

.orn-couple-kupu {
    position: absolute;
    width: 15.64%;
    right: 6%;
    top: 1%;
    transform: translate(0%, 0%) scaleX(-1);
}

/* Save The Date  */
.orn-sd-1 {
    position: absolute;
    width: 64.15%;
    top: 0;
    right: 0;
    transform: translate(31%, -12%);
}

.orn-sd-2 {
    position: absolute;
    width: 21.06%;
    top: 0;
    right: 14%;
    transform: translate(-59%, -36%) rotate(-61deg) scaleX(-1);
}

.orn-sd-3 {
    position: absolute;
    width: 21.06%;
    bottom: 0%;
    left: 0;
    transform: translate(101%, 13%) scaleX(-1) rotate(-118deg);
}

.orn-sd-4 {
    position: absolute;
    width: 40.27%;
    bottom: 15%;
    left: 0;
    transform: translate(-5%, 32%);
}

.orn-sd-5 {
    position: absolute;
    width: 24.7%;
    bottom: 20%;
    left: 0;
    transform: translate(-39%, -3%) scaleX(-1);
}

.orn-sd-6 {
    position: absolute;
    width: 21.38%;
    bottom: 18%;
    left: 0;
    transform: translate(-29%, 3%);
}

.orn-sd-7 {
    position: absolute;
    width: 29.7%;
    bottom: 32%;
    left: 0;
    transform: translate(-50%, 0%);
}

.orn-sd-8 {
    position: absolute;
    width: 70.84%;
    top: 0%;
    right: 0;
    transform: translate(-4%, -31%);
}

/* Photo  */
.orn-ph-1.right {
    position: absolute;
    width: 20.65%;
    bottom: 0%;
    right: 0;
    transform: translate(22%, 31%) scaleX(-1) rotate(20deg);
}

.orn-ph-1.left {
    position: absolute;
    width: 20.65%;
    bottom: 0%;
    left: 0;
    transform: translate(-22%, 31%) rotate(20deg);
}

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

.orn-ph-2.left {
    position: absolute;
    width: 21.28%;
    bottom: 0%;
    left: 0;
    transform: translate(-42%, -1%);
}

.orn-ph-3.right {
    position: absolute;
    width: 27.43%;
    bottom: 0%;
    right: 0;
    transform: translate(44%, 4%) scaleX(-1);
}

.orn-ph-3.left {
    position: absolute;
    width: 15.38%;
    bottom: 0%;
    left: 0;
    transform: translate(-22%, 4%) scaleX(-1) rotate(-23deg);
}

@media (min-width:560px) and (max-width: 960px) {
    .orn-ph-1.right {
        width: 15.49%;
    }

    .orn-ph-1.left {
        width: 15.49%;
    }

    .orn-ph-2.right {
        width: 12.11%;
    }

    .orn-ph-2.left {
        width: 15.96%;
    }

    .orn-ph-3.right {
        width: 20.57%;
    }

    .orn-ph-3.left {
        width: 11.54%;
    }

}

@media (min-width:1440px) {
    .orn-ph-1.right {
        width: 15.49%;
    }

    .orn-ph-1.left {
        width: 15.49%;
    }

    .orn-ph-2.right {
        width: 12.11%;
    }

    .orn-ph-2.left {
        width: 15.96%;
    }

    .orn-ph-3.right {
        width: 20.57%;
    }

    .orn-ph-3.left {
        width: 11.54%;
    }

}


/* Gallery video  */
.orn-video-1 {
    position: absolute;
    width: 52.24%;
    right: 0;
    top: 0;
    transform: translate(50%, -20%) scaleX(-1);
}

.orn-video-2 {
    position: absolute;
    width: 36.18%;
    right: 0;
    top: 0;
    transform: translate(63%, -30%) scaleX(-1);
}

.orn-video-3 {
    position: absolute;
    width: 31.76%;
    left: 0;
    bottom: 0;
    transform: translate(-65%, -33%) rotate(47deg);
}

.orn-video-4 {
    position: absolute;
    width: 52.24%;
    left: 0;
    bottom: 0;
    transform: translate(-53%, 6%);
}

@media (min-width: 560px) and (max-width: 960px) {
    .orn-video-1 {
        width: 41.79%;
        transform: translate(61%, -20%) scaleX(-1);
    }

    .orn-video-2 {
        width: 30.94%;
        transform: translate(96%, -30%) scaleX(-1);
    }

    .orn-video-3 {
        width: 27.41%;
        transform: translate(-100%, -21%) rotate(47deg);
    }

    .orn-video-4 {
        width: 41.79%;
        transform: translate(-62%, 6%);
    }

}

/* DRESSCODE  */

.orn-dc-1.right {
    position: absolute;
    width: 27.43%;
    bottom: 15%;
    max-width: 170px;
    right: 0;
    transform: translate(56%, 0%) scaleX(-1);
}

.orn-dc-1.left {
    position: absolute;
    max-width: 170px;
    width: 27.43%;
    bottom: 15%;
    left: 0;
    transform: translate(-56%, 0%);
}

/* AGENDA  */

.orn-agenda-head-1.right {
    position: absolute;
    width: 33.33%;
    bottom: 0;
    right: 0;
    transform: translate(42%, 0%) scaleX(-1) rotate(7deg);
}

.orn-agenda-head-1.left {
    position: absolute;
    width: 33.33%;
    bottom: 0;
    left: 0;
    transform: translate(-42%, 0%) rotate(7deg);
}

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

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

.orn-agenda-center {
    width: 49.65%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-52%, 3%) scaleX(-1);
}

.orn-agenda-3.right {
    width: 41.54%;
    position: absolute;
    right: 0%;
    bottom: 0;
    transform: translate(13%, -38%);
}

.orn-agenda-3.left {
    width: 41.54%;
    position: absolute;
    left: 0%;
    bottom: 0;
    transform: translate(-13%, -38%) scaleX(-1);
}

.orn-agenda-4.right {
    width: 25.64%;
    position: absolute;
    right: 0%;
    bottom: 0;
    transform: translate(30%, -47%);
}

.orn-agenda-4.left {
    width: 25.64%;
    position: absolute;
    left: 0%;
    bottom: 0;
    transform: translate(-30%, -47%) scaleX(-1);
}

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

.orn-agenda-5.left {
    width: 15.38%;
    position: absolute;
    left: 0%;
    bottom: 10%;
    transform: translate(-17%, -76%);
}

.orn-agenda-6.right {
    width: 21.28%;
    position: absolute;
    right: 0%;
    bottom: 16%;
    transform: translate(17%, -80%) scaleX(-1);
}

.orn-agenda-6.left {
    width: 21.28%;
    position: absolute;
    left: 0%;
    bottom: 16%;
    transform: translate(-17%, -80%);
}

.orn-agenda-7.right {
    width: 24.10%;
    position: absolute;
    right: 0%;
    bottom: 31%;
    transform: translate(27%, -80%);
}

.orn-agenda-7.left {
    width: 24.10%;
    position: absolute;
    left: 0%;
    bottom: 31%;
    transform: translate(-27%, -80%) scaleX(-1);
}

.orn-agenda-kupu {
    position: absolute;
    width: 12.56%;
    right: 0;
    top: 0;
    transform: translate(-34%, 6%) rotate(-2deg);
}


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

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

    .orn-agenda-head-1.right,
    .orn-agenda-head-1.left {
        width: 18.33%;
    }
}

@media (min-width: 961px) {

    .orn-agenda-head-1.right,
    .orn-agenda-head-1.left {
        width: 18.33%;
    }
}

@media (min-width: 1440px) {

    .orn-agenda-head-1.right,
    .orn-agenda-head-1.left {
        width: 18.33%;
    }
}


/* Reservation  */
.orn-rsvp-bg {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
    opacity: .5;
}
.orn-rsvp-1.right {
    width: 30.45%;
    position: absolute;
    right: 0;
    bottom: 10%;
    transform: translate(55%, -15%) scaleX(-1);
}

.orn-rsvp-1.left {
    width: 30.45%;
    position: absolute;
    left: 0;
    bottom: 10%;
    transform: translate(-55%, -15%);
}

.orn-rsvp-2.right {
    width: 22.04%;
    position: absolute;
    right: 0;
    bottom: 27%;
    transform: translate(43%, -55%);
}

.orn-rsvp-2.left {
    width: 22.04%;
    position: absolute;
    left: 0;
    bottom: 27%;
    transform: translate(-43%, -55%) scaleX(-1);
}

.orn-rsvp-3.right {
    width: 32.75%;
    position: absolute;
    right: 0;
    bottom: 30%;
    transform: translate(43%, -22%);
}

.orn-rsvp-3.left {
    width: 32.75%;
    position: absolute;
    left: 0;
    bottom: 30%;
    transform: translate(-43%, -22%) scaleX(-1);
}

.orn-rsvp-4.right {
    width: 23.98%;
    position: absolute;
    right: 0;
    top: 24%;
    transform: translate(51%, 31%) rotate(-5deg);
}

.orn-rsvp-4.left {
    width: 23.98%;
    position: absolute;
    left: 0;
    top: 24%;
    transform: translate(-51%, 31%) rotate(5deg) scaleX(-1);
}

.orn-rsvp-5.right {
    width: 30.95%;
    position: absolute;
    right: 0;
    top: 17%;
    transform: translate(29%, -21%);
}

.orn-rsvp-5.left {
    width: 30.95%;
    position: absolute;
    left: 0;
    top: 17%;
    transform: translate(-29%, -21%) scaleX(-1);
}



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

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

    .orn-rsvp-1.right,
    .orn-rsvp-1.left {
        width: 25.18%;
    }
    
    .orn-rsvp-2.right,
    .orn-rsvp-2.left {
        width: 16.78%;
    }
    
    .orn-rsvp-3.right,
    .orn-rsvp-3.left {
        width: 27.49%;
    }
    
    .orn-rsvp-4.right,
    .orn-rsvp-4.left {
        width: 18.72%;
    }
    
    .orn-rsvp-5.right,
    .orn-rsvp-5.left {
        width: 25.69%;
    }
    

}

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

@media (min-width: 1440px) {

    .orn-rsvp-1.right,
    .orn-rsvp-1.left {
        width: 25.18%;
    }
    
    .orn-rsvp-2.right,
    .orn-rsvp-2.left {
        width: 16.78%;
    }
    
    .orn-rsvp-3.right,
    .orn-rsvp-3.left {
        width: 27.49%;
    }
    
    .orn-rsvp-4.right,
    .orn-rsvp-4.left {
        width: 18.72%;
    }
    
    .orn-rsvp-5.right,
    .orn-rsvp-5.left {
        width: 25.69%;
    }
    

}

/* Live Streaming  */
.live-streaming .orn-video-3 {
    transform: translate(-65%, 20%) rotate(47deg);
}

.live-streaming .orn-video-4 {
    transform: translate(-53%, 25%);
}


/* Love Story  */
.orn-ls-1 {
    position: absolute;
    width: 38.85%;
    left: 0;
    bottom: 0;
    transform: translate(-8%, -1%);
}

.orn-ls-1-1 {
    position: absolute;
    width: 70%;
    right: 0;
    bottom: 0;
    transform: translate(37%, 41%) rotate(91deg);
}

.orn-ls-2 {
    position: absolute;
    width: 36.64%;
    right: 0;
    top: 15%;
    transform: translate(58%, 49%) scaleX(-1) rotate(-19deg);
}

.orn-ls-3 {
    position: absolute;
    width: 46%;
    right: 0;
    top: 0%;
    transform: translate(43%, -20%) scaleX(-1);
}

.orn-ls-4 {
    position: absolute;
    width: 35%;
    left: 0;
    top: 0%;
    transform: translate(-37%, 4%) scaleX(-1) rotate(-12deg);
}

.orn-ls-5 {
    position: absolute;
    width: 29.5%;
    left: 0;
    top: 17%;
    transform: translate(-64%, 76%);
}

.orn-ls-kupu {
    position: absolute;
    width: 18.21%;
    right: 0;
    top: 17%;
    transform: translate(59%, 120%);
}

/* Gift Bank  */
.orn-gift-center {
    position: absolute;
    width: 38.59%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 33%) scaleX(-1);
}

.orn-gift-1.right {
    position: absolute;
    width: 29.82%;
    right: 0;
    bottom: 0;
    transform: translate(-22%, 16%) scaleX(-1);
}

.orn-gift-1.left {
    position: absolute;
    width: 29.82%;
    left: 0;
    bottom: 0;
    transform: translate(22%, 16%);
}

.orn-gift-2.right {
    position: absolute;
    width: 23.02%;
    right: 0;
    bottom: 0;
    transform: translate(-22%, -11%) scaleX(-1);
}

.orn-gift-2.left {
    position: absolute;
    width: 23.02%;
    left: 0;
    bottom: 0;
    transform: translate(22%, -11%);
}

.orn-gift-3.right {
    position: absolute;
    width: 27.09%;
    right: 0;
    bottom: 17%;
    transform: translate(-22%, -21%) scaleX(-1);
}

.orn-gift-3.left {
    position: absolute;
    width: 27.09%;
    left: 0;
    bottom: 17%;
    transform: translate(22%, -21%);
}

.orn-gift-4.right {
    position: absolute;
    width: 18.3%;
    right: 0;
    bottom: 40%;
    transform: translate(-50%, -25%) rotate(-9deg);
}

.orn-gift-4.left {
    position: absolute;
    width: 18.3%;
    left: 0;
    bottom: 40%;
    transform: translate(50%, -25%) rotate(9deg) scaleX(-1);
}

.orn-gift-5.right {
    position: absolute;
    width: 24.56%;
    right: 0;
    top: 6%;
    transform: translate(-15%, -17%) scaleX(-1);
}

.orn-gift-5.left {
    position: absolute;
    width: 24.56%;
    left: 0;
    top: 6%;
    transform: translate(15%, -17%);
}

/* KADO  */
.orn-kado-center {
    position: absolute;
    width: 53.5%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 33%) scaleX(-1);
}

.orn-kado-kupu-1 {
    position: absolute;
    width: 15%;
    right: 0;
    top: 0;
    transform: translate(48%, -93%);
}

.orn-kado-kupu-2 {
    position: absolute;
    width: 12.35%;
    left: 0;
    top: 28%;
    transform: translate(48%, -56%);
}

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

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

.orn-kado-2.right {
    position: absolute;
    width: 34.74%;
    right: 0;
    bottom: 0;
    transform: translate(34%, -8%) scaleX(-1);
}

.orn-kado-2.left {
    position: absolute;
    width: 34.74%;
    left: 0;
    bottom: 0;
    transform: translate(-34%, -8%);
}

.orn-kado-3.right {
    position: absolute;
    width: 40.88%;
    right: 0;
    bottom: 17%;
    transform: translate(42%, -10%);
}

.orn-kado-3.left {
    position: absolute;
    width: 40.88%;
    left: 0;
    bottom: 17%;
    transform: translate(-42%, -10%) scaleX(-1);
}

.orn-kado-4.right {
    position: absolute;
    width: 27.62%;
    right: 0;
    top: 0%;
    transform: translate(28%, -41%) rotate(-9deg);
}

.orn-kado-4.left {
    position: absolute;
    width: 27.62%;
    left: 0;
    top: 0%;
    transform: translate(-28%, -41%) rotate(9deg) scaleX(-1);
}


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

@media (min-width: 560px) and (max-width: 960px) {
    .orn-kado-center {
        width: 48.15%;
    }

    .orn-kado-1.right {
        width: 40.5%;
    }

    .orn-kado-1.left {
        width: 40.5%;
    }

    .orn-kado-2.right {
        width: 31.27%;
    }

    .orn-kado-2.left {
        width: 31.27%;
    }

    .orn-kado-3.right {
        width: 36.79%;
    }

    .orn-kado-3.left {
        width: 36.79%;
    }

    .orn-kado-4.right {
        width: 24.86%;
    }

    .orn-kado-4.left {
        width: 24.86%;
    }

}

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

@media (min-width: 1440px) {
    .orn-kado-center {
        width: 48.15%;
    }

    .orn-kado-1.right {
        width: 40.5%;
    }

    .orn-kado-1.left {
        width: 40.5%;
    }

    .orn-kado-2.right {
        width: 31.27%;
    }

    .orn-kado-2.left {
        width: 31.27%;
    }

    .orn-kado-3.right {
        width: 36.79%;
    }

    .orn-kado-3.left {
        width: 36.79%;
    }

    .orn-kado-4.right {
        width: 24.86%;
    }

    .orn-kado-4.left {
        width: 24.86%;
    }
}

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

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

.orn-filter-2.right {
    position: absolute;
    width: 31.62%;
    right: 0;
    bottom: 0;
    transform: translate(86%, -7%) scaleX(-1) rotate(8deg);
}

.orn-filter-2.left {
    position: absolute;
    width: 31.62%;
    left: 0;
    bottom: 0;
    transform: translate(-86%, -7%) rotate(8deg);
}

.orn-filter-3.right {
    position: absolute;
    width: 37.27%;
    right: 0;
    bottom: 20%;
    transform: translate(73%, -12%);
}

.orn-filter-3.left {
    position: absolute;
    width: 37.27%;
    left: 0;
    bottom: 20%;
    transform: translate(-73%, -12%) scaleX(-1);
}

.orn-filter-4.right {
    position: absolute;
    width: 37.57%;
    right: 0;
    top: 0%;
    transform: translate(65%, -10%);
}

.orn-filter-4.left {
    position: absolute;
    width: 37.57%;
    left: 0;
    top: 0%;
    transform: translate(-65%, -10%) scaleX(-1);
}

/* FOOTNOTE  */
.orn-footnote-1.right {
    position: absolute;
    width: 43.15%;
    bottom: 0px;
    right: 0px;
    transform: translate(-16%, 39%) scaleX(-1);
}

.orn-footnote-1.left {
    position: absolute;
    width: 43.15%;
    bottom: 0px;
    left: 0px;
    transform: translate(16%, 39%);
}

.orn-footnote-2.right {
    position: absolute;
    width: 20.77%;
    bottom: 0;
    right: 0;
    transform: translate(-16%, -5%) scaleX(-1);
}

.orn-footnote-2.left {
    position: absolute;
    width: 20.77%;
    bottom: 0;
    left: 0;
    transform: translate(16%, -5%);
}

.orn-footnote-3.right {
    position: absolute;
    width: 28.72%;
    bottom: 0;
    right: 0;
    transform: translate(57%, 6%) scaleX(-1);
}

.orn-footnote-3.left {
    position: absolute;
    width: 28.72%;
    bottom: 0;
    left: 0;
    transform: translate(-57%, 6%);
}

@media (min-width: 820px) {
    .orn-footnote-3.left{
        transform: translate(-63%, 9%);
    }
    .orn-footnote-3.right {
        transform: translate(63%, 9%) scaleX(-1);
    }
}

.orn-footnote-4.right {
    position: absolute;
    width: 32.30%;
    bottom: 0;
    right: 0;
    transform: translate(56%, -34%) scaleX(-1);
}

.orn-footnote-4.left {
    position: absolute;
    width: 32.30%;
    bottom: 0;
    left: 0;
    transform: translate(-56%, -34%);
}

.orn-footnote-5.right {
    position: absolute;
    width: 20.65%;
    bottom: 38%;
    right: 0;
    transform: translate(-13%, -30%) scaleX(-1) rotate(29deg);
}

.orn-footnote-5.left {
    position: absolute;
    width: 20.65%;
    bottom: 38%;
    left: 0;
    transform: translate(13%, -30%) rotate(29deg);
}

.orn-footnote-6.right {
    position: absolute;
    width: 20.43%;
    top: 0;
    right: 0;
    transform: translate(21%, -1%) rotate(-12deg);
}

.orn-footnote-6.left {
    position: absolute;
    width: 20.43%;
    top: 0;
    left: 0;
    transform: translate(-21%, -1%) rotate(12deg) scaleX(-1);
}

.orn-footnote-kupu-1 {
    position: absolute;
    width: 13.08%;
    top: 10%;
    right: 0;
    transform: translate(-69%, 41%);
}

.orn-footnote-kupu-2 {
    position: absolute;
    width: 12.56%;
    top: 0%;
    left: 0;
    transform: translate(110%, -13%) rotate(1deg);
}

.orn-footnote-7.right {
    position: absolute;
    width: 44.33%;
    bottom: 0;
    right: 0;
    transform: translate(12%, 33%) scaleX(-1);
}

.orn-footnote-7.left {
    position: absolute;
    width: 44.33%;
    bottom: 0;
    left: 0;
    transform: translate(-12%, 33%);
}

.orn-footnote-8.right {
    position: absolute;
    width: 22.56%;
    bottom: 0;
    right: 0;
    transform: translate(16%, 2%) scaleX(-1);
}

.orn-footnote-8-1 {
    position: absolute;
    width: 79.5%;
    top: 0;
    right: 0;
    transform: translate(12%, -5%);
}

.orn-footnote-8.left {
    position: absolute;
    width: 22.56%;
    bottom: 0;
    left: 0;
    transform: translate(-16%, 2%);
}

.orn-footnote-9.right {
    position: absolute;
    width: 21.28%;
    bottom: 20%;
    right: 0;
    transform: translate(16%, 2%) scaleX(-1);
}

.orn-footnote-9.left {
    position: absolute;
    width: 21.28%;
    bottom: 20%;
    left: 0;
    transform: translate(-16%, 2%);
}

/* TOP COVER  */
.orn-footnote-kupu-2 {
    position: absolute;
    width: 8.56%;
    top: 41%;
    left: 0;
    transform: translate(110%, -13%) rotate(-8deg);
}

.top-cover .orn-footnote-kupu-4.right {
    position: absolute;
    width: 32.30%;
    bottom: 0;
    right: 0;
    transform: translate(56%, -58%) scaleX(-1);
}

.top-cover .orn-footnote-kupu-4.left {
    position: absolute;
    width: 32.30%;
    bottom: 0;
    left: 0;
    transform: translate(-56%, -58%);
}

.top-cover .orn-footnote-6.right {
    transform: translate(21%, 16%) rotate(-12deg);
}

.top-cover .orn-footnote-6.left {
    transform: translate(-21%, 16%) rotate(12deg) scaleX(-1);
}

/* ========================================
      ANIMATION
======================================== */

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

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

/* fly to right */
@keyframes fly-1 {
    0% {
        transform: translate(200px, 200px) scale(1) skew(0deg, 0deg);
    }

    12.5% {
        transform: translate(175px, 175px) scale(.9) skew(5deg, 5deg);
    }

    25% {
        transform: translate(150px, 150px) scale(1) skew(0deg, 0deg);
    }

    37.5% {
        transform: translate(125px, 125px) scale(.9) skew(5deg, 5deg);
    }

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

    62.5% {
        transform: translate(75px, 75px) scale(.9) skew(5deg, 5deg);
    }

    75% {
        transform: translate(50px, 50px) scale(1) skew(0deg, 0deg);
    }

    87.5% {
        transform: translate(25px, 25px) scale(.9) skew(5deg, 5deg);
    }

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

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

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

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

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

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



/* Cover  */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

/* Agenda  */
.orn-agenda-head-1 .image-wrap img,
.orn-video-4 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
}

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

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

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

/* Agenda  */
.orn-rsvp-5 .image-wrap img {
    transform-origin: 80% 95%;
    animation: goyang 6s ease-in-out infinite alternate;
}

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

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

/* Love Story  */
.orn-ls-4 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
    animation-delay: 1s;
}

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

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

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

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

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

/* IG FILTER  */
.orn-filter-4 .image-wrap img {
    transform-origin: 65% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

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

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

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

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

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



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

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

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

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

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

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

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

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