html {
    scroll-behavior: smooth;
    color-scheme: dark;
    /* background-color: #EAE2DC; */
}

/* Sintia */
body.sintia {
    /* Heading Family */
    --heading-family: 'Bona Nova', serif;
    --heading-style: normal;
    --heading-weight: 400;
    --heading-size: calc(11vw - 2.944px);
    --heading-lettercase: none;

    /* Body Text */
    --body-text-family: 'Playfair Display', serif;
    --body-text-style: normal;
    --body-text-weight: 400;
    --body-text-size: calc(4vw + 0.384px);
    --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;
}

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

/* @media only screen and (max-width: 375px) {
    body.sintia {
        --heading-size: 12vw;
        --body-text-size: 4vw;
    }
} */

@media only screen and (min-width: 560px) {
    body.sintia {
        --heading-size: 44px;
        --body-text-size: 20px;
    }
}

@media only screen and (min-width: 1440px) {
    body.sintia {
        --heading-size: 60px;
        --body-text-size: 18px;
    }
}

/* Sekar Faiz's Assets */
body.sintia.original {

    /* Hex */
    --background-primary: #650B04;;
    --background-primary-rgb: 101, 11, 4;
    --background-secondary: #F4E1C3;
    --background-secondary-rgb: 244, 225, 195;
    --background-tertiary: #501817;
    --background-tertiary-rgb: 80, 24, 23;

    --text-primary: #FFDE8F;
    --text-primary-rgb: 255, 222, 143;
    --text-secondary: #F4E1C3;
    --text-secondary-rgb: 244, 225, 195;
    --text-tertiary: #650B04;
    --text-tertiary-rgb: 101, 11, 4;
    
    --button-text-primary: #FFDE8F;
    --button-text-primary-rgb: 255, 222, 143;
    --button-background-primary: #650B04;
    --button-background-primary-rgb: 101, 11, 4;
    --button-text-secondary: #650B04;
    --button-text-secondary-rgb: 101, 11, 4;
    --button-background-secondary: #FFDE8F;
    --button-background-secondary-rgb: 255, 222, 143;

    --light-clr: #FFFFFF;
    --dark-clr: #000000;

    /* RGB */

    --light-rgb: 255, 255, 255;
    --dark-rgb: 0, 0, 0;

    /* ornament */
    --texture-body: url("https://katsudoto.id/media/template/exclusive/sintia/original/texture-body-min.png");
    --texture: url("https://katsudoto.id/media/template/exclusive/sintia/original/texture.png");
    --rumah-gadang-overlay: url("https://katsudoto.id/media/template/exclusive/sintia/original/rumah-gadang-overlay.png");
    --texture-story : url("https://katsudoto.id/media/template/exclusive/sintia/original/orn-lovestory.png");
    --masking-frame: url("https://katsudoto.id/media/template/exclusive/sintia/original/water-color-mempelai.png");
    --masking-cover: url("https://katsudoto.id/media/template/exclusive/sintia/original/water-color-cover.png");
    --bg-couple: url("https://katsudoto.id/media/template/exclusive/sintia/original/bg-watercolor.png");
    --bg-topcover: url("https://katsudoto.id/media/template/exclusive/sintia/original/bg-topcover.png");
    --bg-topcover-desk: url("https://katsudoto.id/media/template/exclusive/sintia/original/bg-topcover-desktop-min.png");
    --batik: url("https://katsudoto.id/media/template/exclusive/sintia/original/batik.png");
    --orn-acara: url("https://katsudoto.id/media/template/exclusive/sintia/original/orn-acara.png");
}

/* Fonts */
body.sintia h1,
body.sintia h2,
body.sintia h3,
body.sintia h4,
body.sintia h5,
body.sintia h6 {
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    font-weight: normal;
    line-height: 1.2;
    color: var(--text-primary);
    text-transform: var(--heading-lettercase);
}
body.sintia p {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    line-height: 1.5;
    font-weight: 500;
    color: var(--text-secondary);
    text-transform: var(--body-text-lettercase);
}
body.sintia sup {
    font-family: inherit;
    font-size: 0.7em;
    color: inherit;
}
body.sintia font {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
    font-style: inherit;
}

/* img */
body.sintia img {
    max-width: 100%;
    /* height: 400px; */
}

/* scrollbar */
body.sintia::-webkit-scrollbar {
    width: 10px;
    height: 15px;
}
body.sintia::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
    border-width: 2px;
    background-color: var(--background-secondary);
    /* background-color: violet; */
}

/* form on focus or active */
.form-control:focus, 
.form-control:active {
    background: #fff;
    box-shadow: 0 0 2px var(--background-secondary);
    border-color: var(--background-secondary);
}



/* =================================
        ORNAMENTS WRAPPER
================================= */
.ornaments-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.image-wrap {
    position: relative;
    width: 100%;
    display: flex;
}
.image-wrap img {
    width: 100%;
    height: auto;
    max-width: 100%;
}


/* ==============================
        Modal
============================== */
.modal-content .mde1 {
    border-bottom: 2px solid rgba(var(--background-secondary-rgb), .5);
}
.modal-content .modal-caption {
    color: var(--text-tertiary);
}
.modal-content .btn {
    background-color: rgba(var(--background-primary-rgb), .05);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-primary);
}
.modal-content .btn:hover {
    background-color: rgba(var(--background-primary-rgb), .1);
}
.modal-content .btn-wood {
    background-color: var(--background-secondary);
    color: var(--background-primary);
}
.modal-content .btn-wood:hover {
    background-color: var(--tertiary-clr);
    color: var(--text-tertiary);
}

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

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

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

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

    display: flex;
    flex-direction: column;
    position: absolute;

    background-image: var(--bg-topcover-desk);
    background-position: center bottom;
    background-size: 103% 103%;
    background-repeat: no-repeat;
    background-color: var(--background-primary);
}

/* Details */
.kat-page__side-to-side .primary-pane .inner .details {    
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 10px;
    z-index: 1;
    margin-top: 7vh;
}

.kat-page__side-to-side .primary-pane .inner .details .cover-logo-wrap {
    margin-bottom: 50px;
}
.kat-page__side-to-side .primary-pane .inner .details .cover-logo {
    display: block;
    width: 160px;
    height: auto;
    margin: 0px auto;
}

.kat-page__side-to-side .primary-pane .inner .details h1 {
    font-size: calc(var(--heading-size) + 30px);
    color: var(--text-tertiary);
    font-family: var(--heading-family);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.5em;
}

.kat-page__side-to-side .primary-pane .inner .details p {
    font-size: calc(var(--body-text-size) + 5px);
    color: var(--background-primary);
    font-weight: 300;
    font-family: var(--body-text-family);
}

/* Flowers */
.kat-page__side-to-side .primary-pane .inner .flowers {
    position: absolute;
    width: 21%;
}

.kat-page__side-to-side .primary-pane .inner .flowers.bottom-01.left {
    bottom: 0;
    left: -5%;
    transform: scaleX(1);
}
.kat-page__side-to-side .primary-pane .inner .flowers.bottom-01.right {
    bottom: 0;
    right: -5%;
    transform: scaleX(-1);
}
.kat-page__side-to-side .primary-pane .inner .flowers.bottom-02.left {
    bottom: -11%;
    left: 55px;
    transform: scaleX(-1);
}
.kat-page__side-to-side .primary-pane .inner .flowers.bottom-02.right {
    bottom: -11%;
    right: 55px;
    transform: scaleX(1);
}

/* Coconut Tree */
.kat-page__side-to-side .primary-pane .inner .coconut-tree {
    position: absolute;
    width: 30%;
}
.kat-page__side-to-side .primary-pane .inner .coconut-tree .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}

.kat-page__side-to-side .primary-pane .inner .coconut-tree.right {    
    top: 0;
    right: -17%;    
}
.kat-page__side-to-side .primary-pane .inner .coconut-tree.left {
    bottom: 30%;
    left: -17%;
    transform: scaleX(-1) rotate(-11deg);
}

/* ==============================
        Top Cover
============================== */
section.top-cover {
    background-image: var(--bg-topcover);
    background-position: 0 -20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--text-secondary);

    overflow: hidden;
    position: fixed;
    width: 100%;
    height: var(--body-height);
    z-index: 999999;
    top: 0;
    /* top: -120%; */
    left: 0;
    padding: 0;
    
    transition: all 1.8s;
    transition-timing-function: cubic-bezier(.23,.56,.38,.78);
    -webkit-transition-timing-function: cubic-bezier(.23,.56,.38,.78);
    -moz-transition-timing-function: cubic-bezier(.23,.56,.38,.78);
    -o-transition-timing-function: cubic-bezier(.23,.56,.38,.78);

    display: flex;
    flex-direction: column;
    display: none;
}

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

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

section.top-cover .inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

section.top-cover .inner .details {
    width: 100%;
    margin-top: 15vh;
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
}

section.top-cover .inner .details h1 {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) + 30px);
    color: var(--text-tertiary);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.8em;
}

section.top-cover .inner .details p {
    font-size: calc(var(--body-text-size) + 2px);
    color: var(--background-primary);
    font-family: var(--body-text-family);
}
section.top-cover .inner .details a.link {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    border: none;
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px 12px;
    margin: 10px auto 0px;
    border-radius: 12px;
    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), .8);
}

section.top-cover .inner .details a.link > i {
    font-size: .9em;
    margin-right: 8px;
}

/* Flowers */
.top-cover .flowers {
    position: absolute;
    width: 31%;
    /* height: 260px; */
    background-image: var(--flowers);
    background-size: contain;
    background-repeat: no-repeat;
}

.top-cover .flowers.bottom-01.left {
    bottom: 0;
    left: -5%;
    transform: scaleX(1);
}
.top-cover .flowers.bottom-01.right {
    bottom: 0;
    right: -5%;
    transform: scaleX(-1);
}
.top-cover .flowers.bottom-02.left {
    bottom: -11%;
    left: 55px;
    transform: scaleX(-1);
}
.top-cover .flowers.bottom-02.right {
    bottom: -11%;
    right: 55px;
    transform: scaleX(1);
}

/* Rumah Gadang */
.top-cover .rumah-gadang {
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

/* Coconut Tree */
.top-cover .coconut-tree {
    position: absolute;
    width: 50%;

}

.top-cover .coconut-tree .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 7s ease-in-out infinite alternate;
}

.top-cover .coconut-tree.right {    
    top: 0;
    right: -27%;    
}
.top-cover .coconut-tree.left {
    bottom: 30%;
    left: -27%;
    transform: scaleX(-1) rotate(-11deg);
}

/* ======================
    COVER
====================== */
section.cover {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: var(--body-height);
    overflow: hidden;
    padding: 0px 0px 100px;
    background-color: var(--background-primary);
}
section.cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--texture-body);
    background-size: 100%;
    opacity: .5;
}

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: 50px 10px 0px;
    position: relative;
}

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

/* Cover Body */
section.cover .inner .body {
    text-align: center;
    padding: 0px;
    margin: 70px auto 20px;
    position: relative;

    width: calc(100% - 0px);
    max-width: 400px;
    height: 420px;

}

section.cover .inner .body .cover-frame {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    isolation: isolate;
}
section.cover .inner .body .cover-frame::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    background-image: var(--bg-couple);
    background-size: 100%;
    background-repeat: no-repeat;
}

section.cover .inner .body .preview-container {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    overflow: hidden;
    isolation: isolate;

    -webkit-mask-image: var(--masking-cover);
    mask-image: var(--masking-cover);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
section.cover .inner .body .preview-container .slick-list {
    width: 100%!important;
    height: 100%!important;
}
section.cover .inner .body .preview-container .slick-track {
    width: 100%!important;
    height: 100%!important;
    position: relative!important;
}
section.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.cover .inner .body .preview-container .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Cover Foot */
section.cover .inner .foot {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    position: relative;
}
section.cover .inner .foot p {
    font-size: var(--body-text-size);
    color: var(--text-secondary);
}

section.cover .inner .foot .prime-title {
    font-size: calc(var(--heading-size) + 0px);
    color: var(--text-primary);
    font-family: var(--heading-family);
    font-weight: 400;
    line-height: 1;
}

section.cover .inner .foot .torsvp__btn-wrap {
    margin-top: 4px;
    padding: 0px;
    display: flex;
    justify-content: center;
}
section.cover .inner .foot .torsvp__btn {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 8px 16px;
    border-radius: 20px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 500;
    line-height: 1.5;
    color: var(--background-primary);
    background-color: var(--tertiary-clr);
    letter-spacing: 2px;
}
section.cover .inner .foot .torsvp__btn:hover {
    background-color: var(--background-secondary);
    color: var(--tertiary-clr);
}

/* ==============================
        Quotes
============================== */
.quote-wrap {
    position: relative;
    text-align: center;
    padding: 60px 24px;
    background-image: var(--texture);
    background-size: 100%;
    background-color: var(--background-secondary);
}
.quote-wrap .quote-caption {
    font-weight: 500;
    color: var(--text-tertiary);
}

/* ==============================
        Couple
============================== */
.couple-wrap {
    position: relative;
    overflow: hidden;
    padding: 50px 0px;

    background-color: var(--background-primary);
}
.couple-wrap .couple {
    padding: 0px;
}

/* Couple Head */
.couple-head {
    text-align: center;
    padding: 20px;
}
.couple-head .couple-title {
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    color: var(--text-primary);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -3px;
}
.couple-head .couple-description {
    font-family: var(--body-text-family);
    color: var(--text-secondary);
    margin-top: 5px;
}

/* Couple Body */
.couple-body {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}
.couple-body.bride-first {
    flex-direction: column-reverse;
}
.couple-body .couple-info {
    position: relative;
    padding: 20px 0px;
}

/* Couple Preview */
.couple-info .couple-preview-wrap {
    position: relative;
    padding: 0px;
    width: 100%;
    max-width: 400px;
    height: 420px;
    margin: 0 auto;
    background-image: var(--bg-couple);
    background-size: 100% 100%;
}

.couple-preview-wrap .couple-preview {  
    position: relative;  
    width: 350px;
    height: auto;
    overflow: hidden;    
    display: flex;
    top: 30px;
    margin: 0 auto;

    -webkit-mask-image: var(--masking-frame);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    
}
/* .couple-preview-wrap .couple-preview::before {
    content: '';
    position: absolute;
    background-image: var(--bg-couple);
    width: 100%;
} */
.couple-preview .img-wrap {
    position: relative;
    display: flex;
    flex-grow: 1;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.couple-preview .img {
    display: flex;
    flex-grow: 1;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

/* Couple Details */
.couple-details {
    padding: 0px 10px;
    margin-top: 20px;
    text-align: center;
}
.couple-details .couple-name {
    color: var(--text-primary);
    font-size: calc(var(--heading-size) + 0px);
    font-family: var(--heading-family);
    margin: 0px -5px;
    padding: 0px 5px;
    line-height: 1;
}
.couple-details .couple-parents {
    margin: 0 auto;
    color: var(--text-secondary);
    width: 190px;
}
.couple-details .couple-bio {
    color: var(--text-secondary);
}

.couple-link-wrap {
    position: relative;
    margin-top: 10px;
}
.couple-link {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--text-secondary);
    color: var(--text-secondary);
    transition: all 0.25s ease-in-out;
}
.couple-link > i {
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
    padding: 2px 3px;
    background-color: transparent;
    color: var(--text-secondary);
    border-radius: 4px;
}
.couple-link:hover {
    border-bottom: 1px solid var(--tertiary-clr);
    color: var(--tertiary-clr);
}

/* Separator */
.separator-wrap {
    padding: 30px 0px 35px;
    position: relative;
}
.separator-wrap .separator {
    display: flex;
}
.separator-wrap .couple-separator {
    font-family: var(--body-text-family);
    font-size: 50px;
    line-height: 1;
    margin: auto;
    color: var(--text-secondary);
}

@media (min-width: 600px) {
    .couple-info .couple-preview-wrap {
        width: 400px;
        height: 400px;
    }
    .couple-preview-wrap .couple-preview {  
        /* width: 350px; */
    }

}

/* ==============================
        Save The Date
============================== */
.save-date-wrap {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    margin: 0 auto;
    background-color: var(--background-primary);
}
.save-date-wrap .save-date {
    width: 100%;
    margin: 0px auto;
    padding: 0px 20px;
    position: relative;
}

/* Save Date Head */
.save-date-head {
    padding: 20px 0px;
    text-align: center;
    position: relative;
}
.save-date-head .save-date-title {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) + 3px);
    font-weight: 400;
    line-height: normal;
    color: var(--text-primary);
}

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

/* Countdown */
.countdown {
    padding: 0px;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
}
.countdown .count-item {
    text-align: center;
    padding: 0px 2.5px 10px;
    margin: 10px;
    width: 90px;
    height: 120px;
    border-radius: 12px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--text-secondary);
}
.count-item .count-num {
    font-family: var(--body-text-family);
    line-height: 1;
    font-size: calc(var(--heading-size) + 8px);
    color: var(--background-primary);
    font-style: normal;
}
.count-item .count-text {
    font-family: var(--body-text-family);    
    font-size: calc(var(--body-text-size) - 2px);
    color: var(--background-primary);
    font-style: normal;
    display: inline-block;
    margin-top: 5px;
}

/* Add To Calendar */
.add-to-calendar-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.add-to-calendar {
    padding: 0px 0px 2px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + 0px);
    background-color: transparent;
    border-bottom: 1px solid var(--text-secondary);
    color: var(--text-secondary);
    transition: all 0.2s ease-in-out;
}
.add-to-calendar:hover {
    color: rgba(var(--text-secondary-rgb), .8);
    border-color: rgba(var(--text-secondary-rgb), .8);
}

/* Save Date Icon */
.save-date-wrap .save-date-icon-wrap.top {
    margin-bottom: 10px;
}
.save-date-wrap .save-date-icon-wrap.bottom {
    margin: 30px auto 20px;
}

.save-date-wrap .save-date-icon-wrap .save-date-icon {
    display: block;
    width: 300px;
    height: auto;
    margin: 0px auto;
}
.save-date-icon path {
    fill: var(--text-secondary);
}
.save-date-wrap .save-date-icon-wrap.bottom .save-date-icon {
    transform: scaleY(-1);
}

/* ==============================
        Love Story
============================== */
section.love-story {
    padding: 0.5em 0;
    overflow: hidden;
    background-color: var(--background-primary);
}
section.love-story .inner {
    /* background-color: lightseagreen; */
    padding: 2em 0 0;
}
section.love-story .inner .head {
    /* background-color:lightsteelblue; */
    padding: 0.75em;
    text-align: center;
}
section.love-story .inner .head h1 {

}

section.love-story .inner .body {
    padding: 0.5em 0;
    /* background-color: olive; */
}
section.love-story .inner .body .stories {
    /* background-color: mediumslateblue; */
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0.5em 0;
}

section.love-story .inner .body .stories .story {
    position: relative;
    width: 100%;
    padding: 0.5em;
    margin-bottom: 0.75em;
}

section.love-story .inner .body .stories .story .content {
    position: relative;
    z-index: 1;
    width: 90vw;
    height: 120vw;
    max-width: 300px;
    max-height: 400px;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto;    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--light-clr);
    /* background-color: limegreen; */
    /* width: 100%; */
    /* padding: 0.75em; */
}



section.love-story .inner .body .stories .story .content::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: var(--texture-story);
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
}

section.love-story .inner .body .stories .story .content::after {
    content: none;
    width: 100%;
    height: 75px;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent, var(--story-clr));
    /* background: linear-gradient(transparent, white); */
    pointer-events: none;
}
section.love-story .inner .body .stories .story .content .preview {
    position: relative;
    width: 100%;
    height: 100%;
    /* background-color: lightseagreen; */
    /* background-color: lightsalmon; */
    /* flex-grow: 1; */
    display: block;
}
section.love-story .inner .body .stories .story .content .preview a {
    display: inline-block;
    width: 100%;
    height: 100%;
    /* background-color: lightseagreen; */
}
section.love-story .inner .body .stories .story .content .preview img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
section.love-story .inner .body .stories .story .content .details {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: auto;
    max-height: 125px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 12px 12px;
    overflow-y: auto;
    /* background-color: goldenrod; */
    text-align: left;
}
section.love-story .inner .body .stories .story .content .details::-webkit-scrollbar {
    width: 6px;               /* width of the entire scrollbar */
}
section.love-story .inner .body .stories .story .content .details::-webkit-scrollbar-track {
    background: transparent;        /* color of the tracking area */
}
section.love-story .inner .body .stories .story .content .details::-webkit-scrollbar-thumb {
    background-color: var(--button-background-primary);    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: none;  /* creates padding around scroll thumb */
}

section.love-story .inner .body .stories .story .content .details h2 {
    margin-bottom: 0.5em;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 500;
    color: var(--text-tertiary);
}
section.love-story .inner .body .stories .story .content .details p {
    font-size: var(--body-text-size);
    color: var(--text-tertiary);
}

@media (min-width: 961px) {
    section.love-story .inner .body .stories .story .content {
        max-width: 400px;
        max-height: 500px;
    }
}

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

    background-color: var(--background-primary);
}
.agenda-inner {
    padding: 40px 0 60px;
}

/* Agenda Head */
.agenda-wrap .combine-wrapper-04 {
    margin-top: -30px;
    margin-bottom: 40px;
}
.agenda-head {
    padding: 0px 20px;
    text-align: center;
    /* border-top: 2px solid var(--background-secondary);
    border-bottom: 2px solid var(--background-secondary); */
}
.agenda-head .agenda-title {
    font-size: calc(var(--heading-size) - 0px);
    margin-bottom: 0.25em;
    color: var(--text-primary);
}
.agenda-head .agenda-description {
    font-style: normal;
    color: var(--text-secondary);
}

.agenda-wrap .combine-wrapper-04 + .agenda-body {
    margin-top: 50px;
}

/* Agenda Body */
.agenda-body {
    position: relative;
    z-index: 1;
    padding: 20px 0px;
    margin-top: -40px;
}

/* Agenda Corner */
.agenda-body .agenda-corner {
    position: absolute;
    width: 50px;
    height: 50px;
    /* background-image: var(--orn-acara); */
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.agenda-body .agenda-corner .image-wrap svg {
}
.agenda-body .agenda-corner .image-wrap svg path {
    fill: var(--text-secondary);
}

.agenda-body .agenda-corner.top {
    top: 10px;    
}
.agenda-body .agenda-corner.bottom {
    bottom: 10px;    
}
.agenda-body .agenda-corner.left {
    left: 25px;    
}
.agenda-body .agenda-corner.right {
    right: 25px;    
}
.agenda-body .agenda-corner.top.right {
    transform: scaleX(-1);
}
.agenda-body .agenda-corner.bottom.right {
    transform: scaleX(-1) scaleY(-1);
}
.agenda-body .agenda-corner.bottom.left {
    transform: scaleY(-1);
}

/* Event */
.event-item {
    margin: 50px 0px;
    position: relative;
}
.event-item:last-of-type {
    margin-bottom: 0px;
}

/* Event Separator */
.event-item .event-separator-wrap {
    margin-top: 80px;
}
.event-item:last-of-type .event-separator-wrap {
    display: none;
}
.event-item .event-separator {
    width: 70px;    
    height: 30px;
    display: block;
    margin: 0 auto;
    background-image: var(--orn-single-02);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Event Head */
.event-head {
    padding: 70px 20px 60px;
    text-align: center;
    background-image: var(--rumah-gadang-overlay);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 220px;
}
.event-head .event-day {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) + 0px);
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.15em;
    color: var(--text-primary);
}
.event-head .event-date {
    font-size: calc(var(--body-text-size) + 0px);
    font-family: var(--body-text-family);
    color: var(--text-secondary);
    letter-spacing: 2px;
}
.event-head .event-description {
    font-style: normal;
    margin-top: 0.25em;
    font-family: var(--body-text-family);
    color: var(--text-secondary);
}

.event-content {
    position: relative;
}

/* Activity */
.activity-wrap.same-location {
    padding-top: 40px;
}
.activity-wrap.same-location .activity-item {
    margin-top: 0;
}
.activity-wrap {
    position: relative;
    margin-top: 60px;
    padding: 20px 0px;
}

.activity-item {
    margin-bottom: 35px;
}
.activity-item:first-of-type {
    margin-bottom: 0px;
}

.activity-head {
    padding: 20px;
    text-align: center;
}
.activity-head img.activity-icon-image {
    width: 75px;
}

.activity-head .activity-icon {
    width: 75px;
    height: 75px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.activity-icon path {
    fill: var(--text-primary);
}

.activity-head .activity-title {
    margin-bottom: 0.25em;
    color: var(--text-primary);
    font-size: var(--heading-size);
}
.activity-head .activity-description {
    font-style: normal;
    font-family: var(--body-text-family);
    margin-bottom: 0.5em;
    color: var(--text-secondary);
}
.activity-head .activity-time {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    display: inline-block;
    vertical-align: top;
    color: var(--text-secondary);

    position: relative;
}

/* Ornament */
.activity-head .activity-time::before,
.activity-head .activity-time::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: var(--ic-spirals-floral);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
}
.activity-head .activity-time::before {    
    right: 100%;
    transform: translateY(-50%) scaleX(1);    
}
.activity-head .activity-time::after {
    left: 100%;
    transform: translateY(-50%) scaleX(-1);    
}

/* Agenda Details */
.event-details,
.activity-details {
    padding: 0 20px 40px;
    text-align: center;
}
.event-details .event-hall,
.activity-details .activity-hall {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + 3px);
    font-weight: 500;
    margin-bottom: 0.75em;
    color: var(--text-secondary);
}
.event-details .event-address,
.activity-details .activity-address {
    margin-bottom: 0.25em;
    color: var(--text-secondary);
}
.event-details .event-city,
.activity-details .activity-city {
    font-style: normal;
    color: var(--text-secondary);
}
.event-link-wrap,
.activity-link-wrap {
    margin-top: 35px;
}
.event-link,
.activity-link {
    outline: none;
    text-decoration: none;
    padding: 8px 24px;
    border: none;
    border-radius: 12px;
    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;
    transition: all 0.25s ease-in-out;

}
.event-link:hover,
.activity-link:hover {
    background-color: rgba(var(--button-background-secondary-rgb), .8);
}
 
@media (min-width: 961px) {
    .event-head {
        padding: 130px 20px 60px;
        height: 320px;
    }
}

/* ==============================
        RUNDOWN
============================== */
.rundown-container {
    background-image: var(--texture);
    background-size: 100%;
    background-color: var(--background-secondary);
}
.rundown-inner .rundown-title {
    color: var(--text-tertiary);
}
.rundown-event .rundown-event-title {
    color: var(--text-tertiary);
}
.rundown-agenda .rundown-agenda-time {
    color: var(--text-tertiary);
}
.rundown-agenda-content .rundown-agenda-text {
    color: var(--text-tertiary);
}
.rundown-divider .rundown-line {
    border-color: var(--text-tertiary);
}
.rundown-divider .rundown-circle {
    border-color: var(--text-tertiary);
}

/* ==============================
        RSVP
============================== */
.rsvp-wrap {
    position: relative;
    overflow: hidden;
    padding: 60px 0px;
    background-color: var(--text-secondary);
    background-image: var(--texture);
    background-size: cover;
    background-repeat: no-repeat;

}   

.rsvp-inner {
    width: calc(100% - 48px);
    max-width: 635px;
    margin: 0px auto;
    background-color: var(--text-secondary);
    /* backdrop-filter: blur(2px); */
    border: 1px solid var(--background-primary);
    border-radius: 12px;
}

/* Head */
.rsvp-head {    
    text-align: center;
    padding-top: 40px;
    margin-bottom: 8px;
}
.rsvp-head .rsvp-title {
    font-size: var(--heading-size);
    color: var(--text-tertiary);
    font-family: var(--heading-family);
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 500;
}

.rsvp-head .rsvp-info .info-text,
.rsvp-head .rsvp-info .info-date {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-tertiary);
}

.rsvp-body {
    padding: 20px 16px 40px;
}

/* RSVP Status */
.rsvp-status-wrap {
    margin: 0px auto 36px;
}
.rsvp-status-head {
    text-align: center;
}
.rsvp-status-head .rsvp-status-caption,
.rsvp-confirm-btn.back, .form-label {
    color: var(--text-tertiary);
}

.session-caption-wrap .caption{
    color: var(--text-tertiary);
}

/* 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);
}
.rsvp-status-wrap input[name="rsvp_status"]:checked + .rsvp-confirm-btn.not-going {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}

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

.rsvp-amount-head {    
    text-align: center;
}
.rsvp-amount-head .rsvp-amount-caption {
    color: var(--text-tertiary);
}

.rsvp-amount-body {
    
}

/* Amount Controller */
.rsvp-amount-controller-wrap {
    width: 100%;
    margin: 16px auto 0px;
}
.rsvp-amount-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 8px;
}

.rsvp-amount-controller .toggle-btn {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    border: none;
    outline: none;
    height: 37px;
    width: 37px;
    border-radius: 4px;
    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: 12px;
    display: block;
}
.rsvp-amount-controller .toggle-icon path {
    stroke: var(--text-tertiary);
}

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

.rsvp-amount-controller .toggle-btn.minus {
    background-color: transparent;
    border: 1px solid var(--button-background-primary);
}
.rsvp-amount-controller .toggle-btn.minus .toggle-icon path {
    stroke: var(--button-background-primary);
}
.rsvp-amount-controller .toggle-btn.minus:hover {
    opacity: 0.8;
}

.rsvp-amount-controller .input-wrap {
    flex-grow: 1;
}

.form-control.group-guest,
.rsvp-amount-controller .input-control,
.rsvp-plus-wrapper .form-control {
    width: 100%;
    height: 40px;
    outline: none;
    background-color: transparent;
    text-align: center;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-tertiary);
    border: none;
    border-radius: 0px;
    border: 1px solid var(--background-primary);
}

.form-control.group-guest,
.rsvp-plus-wrapper .form-control{
    border-radius: 12px;
}

.rsvp-amount-controller .input-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;
    border: none;
    border-top: 1px solid var(--background-primary);
    border-bottom: 1px solid var(--background-primary);
}

/* RSVP Confirm */
.rsvp-confirm-wrap {
    text-align: center;
}

.rsvp-confirm-wrap > label {
    display: block;
    text-align: center;
}
.rsvp-confirm-btn {
    width: 100%;
    display: block;
    padding: 8px 16px;
    margin: 0px auto;
    border-radius: 12px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 500;
    line-height: 1.5;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.rsvp-session-btn,
.form-check-label{
    font-family: var(--body-text-family);
    border: 1px solid var(--background-primary);
    color: var(--text-tertiary);
    border-radius: 12px;
}

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

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

.rsvp-confirm-btn.not-going {
    background-color: var(--button-background-secondary);
    border: none;
    color: var(--button-text-secondary);
    margin-top: 12px;
}
.rsvp-confirm-btn.not-going:hover {
    background-color: rgba(var(--button-background-secondary-rgb), .8);
}

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

.rsvp-confirm-btn.download {
    /* border-radius: 20px; */
    background-color: var(--text-tertiary);
    color: var(--text-primary);
}
.rsvp-confirm-btn.download:hover {
    background-color: var(--background-primary);
    color: var(--tertiary-clr);
}

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


/* QR Card */
.rsvp-qrcard-wrap {
    padding: 0px;
    margin-bottom: 40px;
}
.rsvp-qrcard-img-wrap {
    margin-bottom: 30px;
}
.rsvp-qrcard-img-wrap .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: 24px;
}

/* RSVP Message */
.rsvp-message-wrap {
    position: relative;
}
.rsvp-message-content {
    background-color: transparent;
    border-radius: 5px;
    padding: 0px;
    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(--background-secondary);
}
.rsvp-message-wrap .rsvp-message-title {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + 2px);
    color: var(--text-tertiary);
    font-weight: 500;
    line-height: 1.5;
}
.rsvp-message-wrap .rsvp-message-caption {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 400;
    color: var(--text-tertiary);
}

/* RSVP Change */
.rsvp-change-wrap {
    margin-top: 36px;
}

/* ==============================
        Photo
============================== */
.photo-wrap {
    position: relative;
    overflow: hidden;
    background-color: var(--background-primary);
    background-image: var(--texture-body);
    background-size: 100%;
}

.photo-inner {
    padding: 20px 0;
}

.photo-head {
    padding: 40px 20px;
    text-align: center;
    margin: 0px auto;
}
.photo-head .photo-title {
    color: var(--text-primary);
    
}
.photo-head .photo-description {
    color: var(--text-secondary);
}

.photo-body {
    
}

/* photo box */
.photo-box {
    padding: 0px 25px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.photo-box > a {
    height: 180px;
    margin: 0.5%;
    flex-basis: 32%;
    flex-grow: 1;
}
.photo-box > a > img {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    vertical-align: top;
}

/* Custom Helga-Marcel */
.photo-box > a:nth-child(1) {
    height: 200px;
    flex-basis: 100%;
}
.photo-box > a:nth-child(2) {
    
}
.photo-box > a:nth-child(3) {
    flex-basis: 64%;
}
.photo-box > a:nth-child(4) {
    flex-basis: 64%;
}
.photo-box > a:nth-child(5) {
    
}
.photo-box > a:nth-child(6) {
    
}
.photo-box > a:nth-child(7) {
    
}
.photo-box > a:nth-child(8) {
    
}
.photo-box > a:nth-child(9) {
    height: 200px;
    flex-basis: 100%;
}

@media (min-width: 560px) and (max-width: 960px) {
    .photo-box > a {
        height: 300px;
    }
    .photo-box > a:nth-child(1),
    .photo-box > a:nth-child(9) {
        height: 295px;
    }
}

@media (min-width: 1200px) {
    .photo-box > a {
        height: 199px;
    }
    .photo-box > a:nth-child(1),
    .photo-box > a:nth-child(9) {
        height: 295px;
    }
}



/* ==============================
        Video
============================== */
section.video-gallery {    
    position: relative;
    overflow: hidden;
    background-color: var(--background-primary);
    background-image: var(--texture-body);
    background-size: 100%;
    padding: 0px;
}

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

section.video-gallery .inner > .title {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 40px 20px;
}
section.video-gallery .inner > .title h1 {
    padding: 0px;
    margin-bottom: 0px;
    font-size: var(--heading-size);
    font-weight: normal;
    color: var(--text-primary);
    
}
section.video-gallery .inner > .title p {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    color: var(--text-secondary);
    line-height: 1.5;
}

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

section.video-gallery .inner .video-outer .video {
    width: 100%;
    max-width: 635px;
    margin: 0px 0px 40px;
    padding: 0px 24px;
}
.video-gallery > .inner > .video-outer .video:last-of-type {
    margin: 0px 0px 40px;
}

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

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

.video-gallery .inner .video-outer .video .preview {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */        
}
.video-gallery .inner .video-outer .video .preview > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* video label */
section.video-gallery .inner .video-outer .video > .title {
    margin-top: 8px;
    padding: 0px;
}
section.video-gallery .inner .video-outer .video > .title h2 {
    font-size: calc(var(--body-text-size) + 0px);
    line-height: 1.5;
    font-weight: 500;
    font-family: var(--body-text-family);
    color: var(--text-secondary);
}

/* ==============================
        Live Streaming
============================== */
section.live-streaming {
    background: var(--background-primary);
    background-image: var(--texture-body);
    background-size: 100%;
    padding: 40px 0px;
    position: relative;
    overflow: hidden;
}
section.live-streaming .inner {
    padding: 0px;   
}

/* head */
section.live-streaming .inner .head {
    text-align: center;
    padding: 0px 20px;
    margin-bottom: 24px;
}
section.live-streaming .inner .head h1 {
    padding: 0px;
    margin-bottom: 0px;
    color: var(--text-primary);
    font-size: var(--heading-size);
    
}   
section.live-streaming .inner .head p {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-style: normal;
    color: var(--text-secondary);
}

/* body */
.live-streaming .inner .body {
    padding: 0;
}
.live-streaming .inner .body p {
    font-size: var(--body-text-size);
    color: var(--text-tertiary);
}

.live-streaming .inner .body p.meeting-text {
    font-size: calc(var(--body-text-size) + 2px);
    font-weight: 500;
    font-family: var(--body-text-family);
}
.live-streaming .inner .body > .streaming-info {
    padding: 0px 20px;
}
.live-streaming .inner .body > .streaming-info > div {
    padding: 0px;
}

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

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

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

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

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

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

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

.live-streaming .inner .body > .streaming-info > div.link {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}
.live-streaming .inner .body > .streaming-info > div.link > a {
    border: none;
    outline: none;
    box-shadow: none;
    width: auto;
    min-width: 100px;
    border-radius: 12px;
    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: var(--body-text-size);
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
    padding: 8px 16px;
}
.live-streaming .inner .body > .streaming-info > div.link > a:hover {
    background-color: rgba(var(--button-background-secondary-rgb), .8);
    color: var(--button-text-secondary);
}

@media (min-width: 560px) and (max-width: 960px) {
    .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;
    }
}

/* =====================================
        INSTAGRAM FILTER
==================================== */
.ig-filter {
    position: relative;
    overflow: hidden;
    padding: 40px 0px;
    background-color: var(--background-primary);
    background-image: var(--texture-body);
    background-size: 100%;
}

/* head */
.ig-filter-head {
    text-align: center;
    padding: 0px 20px;
    margin-bottom: 24px;
}
.ig-filter-head .ig-filter-title {
    margin-bottom: 0.5em;
    color: var(--text-primary);
    font-size: var(--heading-size);
    
}
.ig-filter-head .ig-filter-caption {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-style: normal;
    color: var(--text-secondary);
}

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

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

    display: flex;
    align-items: center;
}
.ig-filter-img {
    border-radius: 0px;
    max-width: none;
    position: relative;
}

/* link */
.ig-filter-link-wrap {
    padding: 0px;
    display: flex;
    justify-content: center;
}
.ig-filter-link {
    border: none;
    outline: none;
    width: auto;
    min-width: 100px;
    border-radius: 12px;
    padding: 8px 16px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 500;
    background-color: var(--button-background-secondary);    
    color: var(--button-text-secondary);  
}
.ig-filter-link:hover {
    background-color: rgba(var(--button-background-secondary-rgb), .8);
    color: var(--button-text-secondary);
}

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

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

/* ======================
    PROTOCOL
====================== */
section.protocol {
    background-color: var(--background-primary);
    background-image: var(--texture-body);
    background-size: 100%;
    overflow: hidden;
}

/* Protocol 01 */
section.protocol.protocol-01 {
    background: none;
}
section.protocol.protocol-01 .inner .head {
    padding: 24px 16px;
    background-color: transparent;
}
section.protocol.protocol-01 .inner .head h1 {    
    font-size: var(--heading-size);
    font-weight: normal;
    font-family: var(--body-text-family);
    color: var(--background-secondary);
    line-height: text--text-secondary;
    /* text-transform: capital5ze; */
}
section.protocol.protocol-01 .inner .head p {
    font-size: var(--body-text-size);
    color: var(--text-tertiary);
    font-weight: 500;
    margin-bottom: 0px;
}

.protocol.protocol-01 .inner .body {
    margin: 0px;
    padding: 0px 20px 40px;
}
.protocol.protocol-01 .inner .body .picture-outer {
    margin: 10px 10px;
    width: 40%;
    min-width: 120px;
    max-width: 250px;
}

/* Protocol 02 */
section.protocol.protocol-02 {
    margin-bottom: 40px;
}
section.protocol.protocol-02 .inner .head .step-outer {
    background-color: var(--background-secondary);
}

/* Protocol 03 */
section.protocol.protocol-03 {
    background: none;
}
section.protocol.protocol-03 .inner .head {
    padding: 24px 16px 12px;
    background-color: transparent;
}
section.protocol.protocol-03 .inner .head h1 {
    font-size: var(--heading-size);
    font-weight: normal;
    font-family: var(--body-text-family);
    color: var(--background-secondary);
    line-height: text--text-secondary;
    /* text-transform: capital5ze; */
}
section.protocol.protocol-03 .inner .head p {
    font-size: var(--body-text-size);
    color: var(--text-tertiary);
    font-weight: 500;
    margin-bottom: 0px;
}

.protocol.protocol-03 .inner .body {
    padding: 0px 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) + 4px);
    /* color: var(--secondary-c5r); */
    text-transform: capitalize;
}
.protocol.protocol-03 .inner .body .slider_dots::before {
    border-color: var(--background-secondary);
}
.protocol.protocol-03 .inner .body .slider_dots .slider_navigator {
    background-color: rgba(var(--background-secondary-rgb), 0.5);
}
.protocol.protocol-03 .inner .body .slider_dots .slider_navigator.slick-current.slick-center {
    background-color: var(--background-secondary);
}

/* Protocol 04 */
section.protocol-04 {
    background-color: var(--background-primary);
    background-image: var(--texture-body);
    background-size: 100%;
}
section.protocol-04 .inner {
    padding: 10px 0px 20%;  
}
section.protocol-04 .inner .head {
    padding: 0px;
    margin: 0px auto;
}
section.protocol-04 .inner .head .title {
    font-size: var(--heading-size);
    font-family: var(--heading-family);
    font-weight: normal;
    line-height: 1.2;
    color: var(--text-primary);
    width: 60%;
    margin: 0 auto 1em;
    
}

section.protocol-04 .inner .body {
    position: relative;
    padding: 0px;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
}

.kat-page__side-to-side .secondary-pane section.protocol-04 .protocol-item-wrap,
section.protocol-04 .protocol-item-wrap {
    max-width: 320px;
    gap: 22px;
}
section.protocol-04 .protocol-item-wrap .protocol-item {
    background-color: transparent;
    border-color: var(--text-secondary);
    border-radius: 12px;
    max-width: 100%;
    max-height: 180px;
    margin: 0px;
    padding: 0px;
    width: 40%;
}

section.protocol-04 .protocol-item-wrap .protocol-item .icon-wrap {
    justify-content: flex-end;
}
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 {
    flex-grow: initial;
    padding: 0px 10px 30px;
}
section.protocol-04 .protocol-item-wrap .protocol-item .text-wrap .text {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-secondary);
    /* font-weight: 500; */
    line-height: 1.5;
}

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

/* orn protocol */
section.protocol-04 .inner .body .orn-protocol {
    position: absolute;
}
section.protocol-04 .inner .body .orn-protocol .image-wrap img {
    /* display: block; */
    width: auto;
    height: 240px;
}
section.protocol-04 .inner .body .orn-protocol.right {
    top: 0;
    right: 0;
    transform: translate(-21%, -10%);
}
section.protocol-04 .inner .body .orn-protocol.left {
    bottom: 0%;
    left: 0;
    transform: translate(23%, 11%) scaleX(-1);
}

@media (min-width: 600px) and (max-width: 960px) {
    section.protocol-04 .protocol-item-wrap .protocol-item {
        max-height: 230px;
        width: 42%;
    }
    section.protocol-04 .protocol-item-wrap .protocol-item .text-wrap .text {
        font-size: calc(var(--body-text-size) - 4px);
    }
    section.protocol-04 .inner .body .orn-protocol .image-wrap img {
        height: 290px;
    }
    section.protocol-04 .inner .body .orn-protocol.right {
        transform: translate(13%, -10%);
    }
    section.protocol-04 .inner .body .orn-protocol.left {
        transform: translate(-7%, 11%) scaleX(-1);
    }
    section.protocol-04 .protocol-item-wrap .protocol-item .icon-wrap .icon {
        height: 70px;
    }
    section.protocol-04 .protocol-item-wrap .protocol-item:nth-child(2) .icon-wrap .icon {
        height : 50px;
    }
}

@media (min-width: 961px) {
    section.protocol-04 .protocol-item-wrap .protocol-item .text-wrap .text {
        font-size: calc(var(--body-text-size) - 4px);
    }
    section.protocol-04 .protocol-item-wrap .protocol-item .icon-wrap .icon {
        height: 60px;
    }
    section.protocol-04 .protocol-item-wrap .protocol-item:nth-child(2) .icon-wrap .icon {
        height: 50px;
    }
    /* section.protocol-04 .inner .body .orn-protocol {
        width: 20%;
    }
    section.protocol-04 .inner .body .orn-protocol.right {
        transform: translate(-110%, -12%);
    }
    section.protocol-04 .inner .body .orn-protocol.left {
        transform: translate(112%, 15%) scaleX(-1);
    } */
}

/* ==============================
        Wedding Gift
============================== */
.wedding-gifts-wrap{
    position: relative;
    overflow: hidden;
    background-image: var(--texture);
    background-color: var(--text-secondary);
    background-size: 100%;
}

.hadiah-card-title {
    font-size: 16px !important;
}
.hadiah-card-button,
.buying-kado-btn,
.confirm-kado-btn,
.kado-form-btn .kado-send-btn{
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    border-radius: 100px;
    border: 1px solid var(--button-background-primary);
    font-family: var(--body-text-family);
}

.confirm-kado-btn{
    width: 100%;
}

.modal-kado-header .title, .modal-confirm-header .title {
    color: var(--text-tertiary);
}

.hadiah-card-button:hover,
.buying-kado-btn:hover,
.confirm-kado-btn:hover,
.kado-form-btn .kado-send-btn:hover,
.hadiah-card-button:focus,
.buying-kado-btn:focus,
.confirm-kado-btn:focus,
.kado-form-btn .kado-send-btn:focus{
    background-color: rgba(var(--button-background-primary-rgb), .8);
    border: 1px solid rgba(var(--button-background-primary-rgb), .8);
    color: var(--button-text-primary);
}
.hadiah-card-amount, .price-wrap .price-field, .amount-wrap .amount-field, .modal-kado-header .caption{
    color: var(--dark-clr);
}
.hadiah-card-price, .hadiah-card-amount{
    font-family: var(--body-text-family);
}
.wedding-gifts-head .wedding-gifts-title {
    color: var(--text-tertiary);
}

.wedding-gifts-description, 
.wedding-gift-address-wrap > span, 
.inner-address-wrap > span{
    color : var(--text-tertiary) !important;
    font-family: var(--body-text-family) !important;
}
.btn-hadiah-copy {
    color : var(--text-tertiary) !important;
    border: 1px solid var(--text-tertiary) !important;
}
.wedding-gift-wrap {
    position: relative;
    overflow: hidden;
    background-image: var(--texture);
    background-color: var(--text-secondary);
    background-size: 100%;
}
.wedding-gift-inner {
    padding: 40px 0 40px;
}

/* Head */
.wedding-gift-head {
    padding: 20px;
    text-align: center;
}
.wedding-gift-head .wedding-gift-title {
    font-size: calc(var(--heading-size) + 0px);
    line-height: 1;
    margin-bottom: 0.25em;
    color: var(--text-tertiary);
    
}
.wedding-gift-head .wedding-gift-description {
    color: var(--text-tertiary);
}

/* Body */
.wedding-gift-body {
    padding: 20px;
    position: relative;
    z-index: 1;
}
.wedding-gift-form {
    position: relative;
    border-radius: 10px;
}
.wedding-gift-form::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    border-radius: 10px;
    box-shadow: var(--shadow-01);
}

/* Wedding Gift Form */
#weddingGiftForm {
    width: 100%;
    display: flex;
    align-items: flex-start;
    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;
    border: 1px solid var(--background-primary);
    border-radius: 16px;
    background-color: var(--text-secondary);
}

/* Details */
.wedding-gift-details {
    padding: 20px;
}

/* Select Bank */
.wedding-gift-select-bank-wrap {
    padding: 20px 0;
}
.wedding-gift-select-bank-wrap .selectize-control.form-control {
    padding: 0;
    border: 1px solid var(--background-primary);
    border-radius: 12px;
}
.wedding-gift-select-bank-wrap .selectize-control.form-control:focus,
.wedding-gift-select-bank-wrap .selectize-control.form-control:active {
    background-color: var(--text-secondary)!important;
    box-shadow: none;
    border: 1px solid var(--background-primary);
}
.wedding-gift-select-bank-wrap .selectize-control.form-control .selectize-input {
    background: transparent!important;
}
.wedding-gift-select-bank-wrap .selectize-control.form-control .selectize-input::after {
    border-top-color: var(--background-primary);
}
.wedding-gift-select-bank-wrap .selectize-control.form-control .select-bank__title {
    color: var(--text-tertiary);
    font-family: var(--body-text-family);
}

.wedding-gift-select-bank-wrap .selectize-dropdown.form-control {
    padding: 0;
    box-shadow: none;
    overflow: hidden;
}
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .select-bank__title {
    color: var(--text-tertiary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
}
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .select-bank__credential {
    color: var(--text-tertiary);
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 3px);
}
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .item:hover {
    background-color: var(--background-primary)!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(--light-clr);
}

/* Bank */
.wedding-gift-bank-wrap {
    background-color: var(--background-primary);
    padding: 10px 0;
    border-radius: 12px;
}
.wedding-gift-bank-wrap .bank-item {
    padding: 10px;
    align-items: flex-start;
    display: none;
}
.wedding-gift-bank-wrap .bank-item.show {
    display: flex;
}
/* Bank Detail */
.wedding-gift-bank-wrap .bank-detail { 
    padding: 10px;
    flex-grow: 1;
}
.wedding-gift-bank-wrap .bank-name {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
}
.wedding-gift-bank-wrap .bank-detail > div {
    margin-top: 0.75em;
}

.wedding-gift-bank-wrap .bank-account-number-label {
    font-size: calc(var(--body-text-size) - 4px);
    color: rgba(var(--text-secondary-rgb), 0.80);
    display: block;
    margin-bottom: 0.25em;
}
.wedding-gift-bank-wrap .bank-account-number {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    cursor: pointer;
    display: inline-block;
    word-break: break-all;
    color: var(--text-secondary);
}
.wedding-gift-bank-wrap .bank-account-number > i {
    font-size: 0.7em;
    margin-left: 0.4em;
}

.wedding-gift-bank-wrap .bank-account-name-label {
    font-size: calc(var(--body-text-size) - 5px);
    color: rgba(var(--text-secondary-rgb), .8);
    display: block;
    margin-bottom: 0.25em;
}
.wedding-gift-bank-wrap .bank-account-name {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    word-break: break-all;
    color: var(--text-secondary);
}

/* Bank Img Wrap */
.wedding-gift-bank-wrap .bank-img-wrap {
    padding: 10px;
    display: flex;
}
.wedding-gift-bank-wrap .bank-img-link {
    display: inline-block;
    vertical-align: top;
    margin: auto;
}
.wedding-gift-bank-wrap .bank-img {
    width: 110px;
    height: 110px;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Sender Data */
.wedding-gift-sender-data-wrap {
    padding: 20px 0;
    /* margin-top: 30px; */
}
.wedding-gift-sender-data-wrap label {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    padding-left: 20px;
    display: block;
}
.wedding-gift-sender-data-wrap .form-group {
    margin-top: 1.25em;
    margin-bottom: 0;
    border: 1px solid var(--background-primary);
    border-radius: 12px;
}
.wedding-gift-sender-data-wrap textarea.form-control {
    height: auto;
    min-height: 0;
    max-height: 250px;
}
.wedding-gift-sender-data-wrap .form-control {
    background-color: transparent;
    border: none;
    border-radius: 5px;
    padding: 15px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
}
.wedding-gift-sender-data-wrap .form-control::placeholder {
    color: var(--text-tertiary);
    opacity: .8;
}
.wedding-gift-sender-data-wrap .form-control:focus {
    border: none;
    box-shadow: none;
}

/* Wedding Gift Page */
.wedding-gift-page-wrap {
    padding: 20px 0;
}
.wedding-gift-page {
    width: 50%;
    display: block;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    border: none;
    padding: 16.5px 25px;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    margin: 0 auto;
}
.price-wrap .price-cap, .amount-wrap .amount-cap, .kado-description .kado-name{
    color: var(--dark-clr) !important;
}
.wedding-gift-page:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
    color: var(--button-text-primary);
}

/* Wedding Gift Back Page */
.wedding-gift-back-page-wrap {    
    padding: 20px 0;
}
.wedding-gift-back-page {
    background-color: transparent;
    border: none;
    outline: none;
    color: rgba(var(--dark-rgb), .5);
    font-size: 28px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.wedding-gift-back-page:hover {
    color: rgba(var(--dark-rgb), .75);
}

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

.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(--background-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);
}
.wgu-description normal{
    font-family: var(--body-text-family);
}

/* 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(--background-primary);
}
.wgs-head .wgs-spark .stroke {
    stroke: var(--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(--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), .5);
}

/* ==============================
        Wedding Wish
============================== */
.wedding-wish-wrap {
    position: relative;
    overflow: hidden;
    background: none;
    padding: 0px 25px 50px;
    background-color: var(--background-primary);
    background-image: var(--texture-body);
    background-size: 100%;
}

.wedding-wish-inner {
    position: relative;
    padding: 35px 0px;
    border-radius: none;
}

/* head */
.wedding-wish-head {
    text-align: center;
    margin-bottom: 32px;
}
.wedding-wish-head .wedding-wish-title {
    
}
.wedding-wish-head .wedding-wish-description {
    
}

/* Body */
.wedding-wish-body {
    
}

/* Form */
.wedding-wish-form {
    
}

.wedding-wish-form .hide {
    display: none;
}
.wedding-wish-form .form-control {
    background-color: var(--text-secondary);
    border: none;
    border-radius: 50px;
    padding: 12px 16px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    line-height: 1.5;
    color: var(--text-tertiary);
}
.wedding-wish-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #404040;
    opacity: 1; /* Firefox */
}
.wedding-wish-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #404040;
}
.wedding-wish-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #404040;
}

.wedding-wish-form .form-control:focus {
    border: none;
    box-shadow: none;
}
.wedding-wish-form textarea.form-control {
    max-height: 250px;
}
.wedding-wish-form .submit-comment {
    border: none;
    outline: none;
    border-radius: 50px;
    padding: 8px 16px;
    cursor: pointer;
    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;
    transition: all 0.25s ease-in-out;
}
.wedding-wish-form .submit-comment:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
    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: 50%;
    right: 4px;
    transform: translateY(-50%);
}
.comment-box-wrap.focus textarea.form-control {
    /* padding-bottom: 50px; */
}
.comment-box-wrap.focus .submit-comment-wrap {
    top: auto;
    bottom: 0;
    transform: translateY(0px);
}

/* Comment Wrap */
.comment-wrap {
    display: none;
    margin-top: 32px;
}
.comment-wrap.show {
    display: block;
}

.comment-item {
    margin-bottom: 32px;
}
.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: 500;
    color: var(--text-primary);
}
.comment-head .comment-name > i {
    font-size: 0.7em;
}
.comment-head .comment-date {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 4px);
    font-weight: 600;
    color: var(--text-secondary);
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}

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

.comment-body {
    
}
.comment-body .comment-caption {
    font-family: var(--body-text-family);
    font-weight: 400;
}

/* More Comment */
.more-comment-wrap {
    display: none;
    text-align: center;
    margin-top: 32px;
}
.more-comment-wrap.show {
    display: block;
}

#moreComment {
    border: none;
    outline: none;
    width: 100%;
    display: block;
    padding: 12px 16px;
    border-radius: 12px;
    margin: 0 auto;    
    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;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
#moreComment:hover {
    background-color: rgba(var(--button-background-secondary-rgb), .8);
    color: var(--button-text-secondary);
}

/* ========================================
        CATATAN
======================================== */
.notes-container {
    background-color: var(--background-primary);
    background-image: var(--texture-body);
    background-size: 100%;
}

/* ========================================
        FOOTNOTE
======================================== */
.footnote-wrap {
    position: relative;
    overflow: hidden;
    padding: 40px 0px 80px;
    background-color: var(--background-primary);
    background-image: var(--texture-body);
    background-size: 100%;
}

/* Details */
.footnote-wrap .footnote {
    text-align: center;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 50vh;
}
.footnote .footnote-title {
    color: var(--text-primary);
}
.footnote p {
    
}

.footnote .top-text {
    color: var(--text-secondary);
}
.footnote .bottom-text {
    color: var(--text-secondary);
}
/* .footnote .date {
    color: var(--tertiary-clr);
    letter-spacing: 0.08em;

    font-size: calc(var(--body-text-size) + 2px);
} */

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

    .footnote .footnote-title {
        margin-bottom: -16px;
    }
}

@media (min-width: 1200px) {
    .footnote-wrap .footnote {
        padding: 40px 24px 80px;
        gap: 16px;
    }

    .footnote .footnote-title {
        margin-bottom: -16px;
    }
}

/* ========================================
        FOOTER
======================================== */
section.footer {
    background: var(--background-primary);
    padding: 0;
}
section.footer .footer-inner {
    padding: 10px 0;
}
section.footer .footer-inner p {
    font-weight: 1.5;
    color: var(--text-primary);
    font-size: var(--body-text-size);
}
.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) + 4px);
    }
    section.footer .footer-inner.flex-column .footer-logo {
        margin-top: 10px;
        width: 150px;
    }
}

/* =======================
        PERSON
======================= */
section.person p {
    font-family: var(--roboto);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}

/* =======================
        ORNAMENTS
======================= */
/* cover orn */
.orn-kupu-kupu {
    position: absolute;
    top: -40px;
    left: 25px;
    width: 55px;
    transform: translate(0%, 0%);
    z-index: 1;
}
.orn-kupu-kupu img {
    transform-origin: 100% 100%;
    animation: kupu-kupu-2 7s ease-in-out infinite;
}
.orn-kupu-kupu-2 {
    position: absolute;
    top: 0;
    right: 35%;
    width: 30px;
    transform: translate(0%, 0%) scaleX(-1);
}
.orn-kupu-kupu-2 img {
    transform-origin: 100% 100%;
    animation: kupu-kupu-2 7s ease-in-out infinite;
}
.agenda-inner .orn-kupu-kupu-2 {
    position: absolute;
    top: 30px;
    right: 55px;
    width: 30px;
    transform: translate(0%, 0%) scaleX(-1);
}
.agenda-inner .orn-kupu-kupu-2 img {
    transform-origin: 100% 100%;
    animation: kupu-kupu-2 7s ease-in-out infinite;
}
.cover .batik-separator {
    width: 100%;
    height: 90px;
}
.cover .batik-separator .image-wrap {
    background-image: var(--batik);
    background-size: contain;
    background-repeat: repeat-x;
    height: 100%;
}
.cover .batik-separator .image-wrap img {
    opacity: 0;
}

/* footnote orn*/
.footnote-wrap .orn-1 {
    position: absolute;
    bottom: 0;
    width: 41%;
}
.footnote-wrap .orn-1.left{
    left: 0;
    transform: translate(-20%, 0%);
}
.footnote-wrap .orn-1.right{
    right: 0;
    transform: translate(20%, 0%) scaleX(-1);
}
.footnote-wrap .orn-2 {
    position: absolute;
    bottom: 0;
    width: 41%;
}
.footnote-wrap .orn-2.left{
    left: 0;
    transform: translate(20%, 39%) scaleX(-1);
}
.footnote-wrap .orn-2.right{
    right: 0;
    transform: translate(-20%, 39%);
}
.footnote-wrap .orn-1 .image-wrap img {
    transform-origin: 50% 100%;
    animation: bungagoyang 3s ease-in-out infinite alternate;
}

/* =======================
        Section Group
======================= */
.section-group {
    position: relative;
    overflow: hidden;
}
.section-group.top {
    margin-top: -30px;
}
.section-group.bottom {
    margin-bottom: -30px;
}

.section-separator-wrap {
    position: relative;
    z-index: 1;
}
.section-separator-wrap.top {
    margin-bottom: -30px;
}
.section-separator-wrap.bottom {
    margin-top: -30px;
}

.section-separator-cover {
    width: auto;
    height: 90px;
    display: block;
    object-position: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: repeat-x;
}
.section-separator {
    width: auto;
    height: 60px;
    display: block;
    object-position: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* kupu kupu */
@keyframes kupu-kupu-2 {
    0% {
        transform: translate(0px, 0px) scale(1) skew(0deg, 0deg);
    }
    10% {
        transform: translate(5px, -10px) scale(0.8) skew(-5deg, -5deg);
    }
    20% {
        transform: translate(5px, -10px) scale(1) skew(0deg, 0deg);
    }
    30% {
        transform: translate(5px, -10px) scale(0.8) skew(-5deg, -5deg);
    }
    40% {
        transform: translate(5px, -10px) scale(1) skew(0deg, 0deg);
    }
    50% {
        transform: translate(-15px, -15px) scale(0.8) skew(-5deg, -5deg);
    }
    60% {
        transform: translate(-15px, -15px) scale(1) skew(0deg, 0deg);
    }
    70% {
        transform: translate(-15px, -15px) scale(0.8) skew(-5deg, -5deg);
    }
    80% {
        transform: translate(-15px, -15px) scale(1) skew(0deg, 0deg);
    }
    90% {
        transform: translate(0px, 0px) scale(0.8) skew(-5deg, -5deg);
    }
    100% {
        transform: translate(0px, 0px) scale(1) skew(0deg, 0deg);
    }
}
@-webkit-keyframes kupu-kupu-2 {
    0% {
        transform: translate(0px, 0px) scale(1) skew(0deg, 0deg);
    }
    10% {
        transform: translate(5px, -10px) scale(0.8) skew(-5deg, -5deg);
    }
    20% {
        transform: translate(5px, -10px) scale(1) skew(0deg, 0deg);
    }
    30% {
        transform: translate(5px, -10px) scale(0.8) skew(-5deg, -5deg);
    }
    40% {
        transform: translate(5px, -10px) scale(1) skew(0deg, 0deg);
    }
    50% {
        transform: translate(-15px, -15px) scale(0.8) skew(-5deg, -5deg);
    }
    60% {
        transform: translate(-15px, -15px) scale(1) skew(0deg, 0deg);
    }
    70% {
        transform: translate(-15px, -15px) scale(0.8) skew(-5deg, -5deg);
    }
    80% {
        transform: translate(-15px, -15px) scale(1) skew(0deg, 0deg);
    }
    90% {
        transform: translate(0px, 0px) scale(0.8) skew(-5deg, -5deg);
    }
    100% {
        transform: translate(0px, 0px) scale(1) skew(0deg, 0deg);
    }
}

@-webkit-keyframes goyang {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-10deg);
    }
}
@-webkit-keyframes bungagoyang {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(5deg);
    }
}



/* =============================
        GENERAL QR CODE
============================= */
.general-qrcode {
    position: relative;
    padding: 60px 20px;
}

/* Agenda Corner */
.general-qrcode .agenda-corner {
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.general-qrcode .agenda-corner .image-wrap img{
    opacity: 1;
}

.general-qrcode .agenda-corner.top {
    top: 10px;    
}
.general-qrcode .agenda-corner.bottom {
    bottom: 10px;    
}
.general-qrcode .agenda-corner.left {
    left: 25px;    
}
.general-qrcode .agenda-corner.right {
    right: 25px;    
}
.general-qrcode .agenda-corner.top.left {
    transform: scaleX(-1);
}
.general-qrcode .agenda-corner.bottom.left {
    transform: scaleX(-1) scaleY(-1);
}
.general-qrcode .agenda-corner.bottom.right {
    transform: scaleY(-1);
}



/* =============================
        DRESSCODE
============================= */
.dress-wrapper {
    padding-bottom: 40px;
    margin-top: 35px;
}
.dress-wrapper:not(.same-location) {
    margin-top: -35px;
}

/* =============================
        INVITATION CATEGORY
============================= */
.invitation-category > .category-icon > svg > path {
    fill: var(--text-tertiary);
    stroke: var(--text-tertiary);
}

.kat-page__side-to-side .primary-pane .inner .details .invitation-category > .category-label,
section.top-cover .inner .details .invitation-category > .category-label {
    color: var(--text-tertiary);
}


#weddingGiftForm .wedding-gift-slide .wedding-gift-slide{
    border: unset;
    background-color: unset;
    border-radius: unset;
}