@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Affair';
    src: url("https://katsudoto.id/plugin/fonts/Affair-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Anglecia Pro Display';
    src: url("https://katsudoto.id/plugin/fonts/AngleciaProDisplay-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Glamore';
    src: url("https://katsudoto.id/plugin/fonts/Glamore-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ALS';
    src: url("https://katsudoto.id/plugin/fonts/alsscrp.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body.tasya {

    /* Font Family */
    --playfair: 'Playfair Display', sans-serif;
    --affair: 'Affair', sans-serif;
    --anglecia: 'Anglecia Pro Display', sans-serif;
    --glamore: 'Glamore', sans-serif;
    --als: 'ALS', sans-serif;

    /* Font Size */
    --fs-title: 45px;
    --fs-content: 16px;

    --body-height: 100vh;
}

@media only screen and (max-width: 375px) {
    body.tasya {
        /* Font Size */
        --fs-title: 40px;
        --fs-content: 14px;
    }
}
@media only screen and (min-width: 1440px) {
    body.tasya {
        /* Font Size */
        --fs-title: 50px;
        --fs-content: 17px;
    }
}

html {
    scroll-behavior: smooth;
}

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

body.tasya h1,
body.tasya h2,
body.tasya h3,
body.tasya h4,
body.tasya h5,
body.tasya h6 {
    font-size: var(--fs-title);
    font-family: var(--als);
    font-weight: normal;
    line-height: 1.2;
    color: var(--font-clr);
}
body.tasya p {
    font-family: var(--anglecia);
    font-size: var(--fs-content);
    line-height: 1.5;  
    color: var(--dark-clr);
}
body.tasya sup {
    font-family: inherit;
    font-size: 0.7em;
    color: inherit;
}
body.tasya font {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
    font-style: inherit;
}
body.tasya.original {

    /* Color */
    --primary-clr: #e6d0b7;
    --secondary-clr: #a99170;
    --tertiary-clr: #e2c099;
    --wood-clr: #90530f;

    --light-clr: #ffffff;
    --dark-clr: #000000;
    --font-clr: #90530f;

    --line-01-clr: #8b7351;
    --line-02-clr: #60472d;

    --btn-01-clr: #dcdcdc;
    --btn-02-clr: #837b70;
    --btn-03-clr: #fdf8f2;
    --btn-04-clr: #8f8f8f;

    /* Background */
    --bg-texture-lg: url("https://katsudoto.id/media/template/exclusive-09/01/bg-texture-lg.png");
    --bg-texture-md: url("https://katsudoto.id/media/template/exclusive-09/01/bg-texture-md.png");
    --bg-texture-no-layer: url("https://katsudoto.id/media/template/exclusive-09/01/bg-texture-no-layer.png");

    /* Castle */
    --castle-lg: url("https://katsudoto.id/media/template/exclusive-09/01/castle-lg.png");
    --castle-md: url("https://katsudoto.id/media/template/exclusive-09/01/castle-md.png");

    /* Frame */
    --frame-couple: url("https://katsudoto.id/media/template/exclusive-09/01/frame-couple.png");
    --frame-cover: url("https://katsudoto.id/media/template/exclusive-09/01/frame-cover.png");

    /* Ornaments */
    --orn-01: url("https://katsudoto.id/media/template/exclusive-09/01/orn-01.png");
    --orn-02: url("https://katsudoto.id/media/template/exclusive-09/01/orn-02.png");
    --orn-03: url("https://katsudoto.id/media/template/exclusive-09/01/orn-03.png");
    --orn-04: url("https://katsudoto.id/media/template/exclusive-09/01/orn-04.png");
    --orn-05: url("https://katsudoto.id/media/template/exclusive-09/01/orn-05.png");
    --orn-06: url("https://katsudoto.id/media/template/exclusive-09/01/orn-06.png");
    --orn-07: url("https://katsudoto.id/media/template/exclusive-09/01/orn-07.png");
    --orn-08: url("https://katsudoto.id/media/template/exclusive-09/01/orn-08.png");

    /* Shape */
    --shape-save-date: url("https://katsudoto.id/media/template/exclusive-09/01/shape-save-date.png");

    /* Texture */
    --texture-couple: url("https://katsudoto.id/media/template/exclusive-09/01/texture-couple.png");
    --texture-footer: url("https://katsudoto.id/media/template/exclusive-09/01/texture-footer.png");
    --texture-main: url("https://katsudoto.id/media/template/exclusive-09/01/texture-main.png");

}



/* ============================================
    SIDE TO SIDE
============================================ */
.kat-page__side-to-side {
    background: #ffffff;
    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;
    background: #fff;
    width: 39%;
    margin-left: auto;
}

@media only screen and (min-width: 960px) and (max-width: 1400px) {

    .kat-page__side-to-side .secondary-pane section.video-gallery .inner .video-outer .video {
        width: 100%;
    }

}

@media only screen and (max-width: 960px) {

    .kat-page__side-to-side .primary-pane {
        position: relative;
        width: 100%;
        display: none;
    }
    .kat-page__side-to-side .secondary-pane {
        position: relative;
        width: 100%;
    }

}



/* ============================================
    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;
}
.kat-page__side-to-side .primary-pane .inner::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.kat-page__side-to-side .primary-pane .inner .details {    
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 10% 20% 11% 7%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10px;
    z-index: 2;
}
.kat-page__side-to-side .primary-pane .inner .details h1 {
    padding: 0;
    margin-bottom: 10px;
    font-size: calc(var(--fs-title) + 40px);
    line-height: 1.2;
    font-weight: normal;
    font-family: var(--als);
    color: var(--light-clr);
}
.kat-page__side-to-side .primary-pane .inner .details p {
    font-size: calc(var(--fs-content) + 5px);
    color: var(--light-clr);
    margin-left: 30px;
}
/* Highlight */
.kat-page__side-to-side .primary-pane .inner .highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
}
.kat-page__side-to-side .primary-pane .inner .highlight .preview-container {
    width: 100%;
    height: 100%;
    display: block;
}
.kat-page__side-to-side .primary-pane .inner .highlight .preview-container .slick-list {
    width: 100%!important;
    height: 100%!important;
}
.kat-page__side-to-side .primary-pane .inner .highlight .preview-container .slick-track {
    width: 100%!important;
    height: 100%!important;
    position: relative!important;
}
.kat-page__side-to-side .primary-pane .inner .highlight .preview-container .picture {
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
    position: absolute!important;
}
.kat-page__side-to-side .primary-pane .inner .highlight .preview-container .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}





/* ======================
    TOP COVER
====================== */
section.top-cover {
    background-color: var(--secondary-clr);
    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 {
    padding: 15px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}
section.top-cover .inner::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
section.top-cover .inner .details {
    text-align: center;
    padding: 10px;
    margin-top: auto;
    margin-bottom: 10vh;
    position: relative;
    z-index: 2;
}
section.top-cover .inner .details h1 {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: calc(var(--fs-title) + 10px);
    line-height: 1.2;
    font-weight: normal;
    font-family: var(--als);
    color: var(--primary-clr);
}
section.top-cover .inner .details p {
    font-size: calc(var(--fs-content) + 4px);
    color: var(--primary-clr);
}

/* Cover free text */
section.top-cover .cover-free-text {        
    font-size: calc(var(--fs-content) + 4px);
    color: var(--primary-clr);
    font-family: var(--anglecia);
    line-height: 1.5;
}

section.top-cover .inner .details a.link {
    background-color: var(--btn-01-clr);
    border: 1px solid var(--btn-01-clr);
    font-size: calc(var(--fs-content) + 2px);
    font-family: var(--anglecia);
    text-transform: uppercase;
    text-decoration: none;
    margin: 15px auto 10px;
    display: inline-block;
    color: var(--secondary-clr);
    padding: 10px 30px;
    border-radius: 4px;
    transition: all 0.25s ease-in-out;
}
section.top-cover .inner .details a.link:hover {
    background-color: var(--primary-clr);
}

/* Highlight */
section.top-cover .inner .highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
}
section.top-cover .inner .highlight .preview-container {
    width: 100%;
    height: 100%;
    display: block;
}
section.top-cover .inner .highlight .preview-container .slick-list {
    width: 100%!important;
    height: 100%!important;
}
section.top-cover .inner .highlight .preview-container .slick-track {
    width: 100%!important;
    height: 100%!important;
    position: relative!important;
}
section.top-cover .inner .highlight .preview-container .picture {
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
    position: absolute!important;
}
section.top-cover .inner .highlight .preview-container .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}



/* ======================
    COVER
====================== */
section.cover {
    background: var(--primary-clr);
    /* background: lightsalmon; */
    min-height: var(--body-height);
    position: relative;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
}
section.cover .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0 0 0;
    position: relative;
    /* background-color: lightseagreen; */
}
section.cover .inner .head {
    text-align: center;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 5;
    /* background-color: lightpink; */
}
section.cover .inner .head .logo {
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 10px;
}
section.cover .inner .head .logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}
section.cover .inner .head h1 {
    padding: 0;
    margin: 5px auto;
    font-size: calc(var(--fs-title) + 10px);
    line-height: 1.2;
    font-weight: normal;
    font-family: var(--als);
    color: var(--font-clr);
    /* word-break: break-all; */
}

@media only screen and (min-width: 1440px) {
    section.cover .inner .head h1 {
        font-size: calc(var(--fs-title) + 15px);
    }
}

section.cover .inner .head p:first-of-type {
    font-size: calc(var(--fs-content) + 3px);
}
section.cover .inner .head p {
    font-size: var(--fs-content);
}
section.cover .inner .head p.date {
    margin-top: 10px;
}

section.cover .inner .body {
    position: relative;
    z-index: 1;
    padding: 0;    
    margin: 0 10px;
    margin-top: auto;
    display: inline-block;
}
section.cover .inner .body .frame {
    width: 100%;
    max-width: 520px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    margin-top: auto;
    position: relative;
    z-index: 2;
    /* background-color: orangered; */
}
section.cover .inner .body .preview-container {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;    
    transform: translateX(-50%);
    background: var(--primary-clr);
    /* background: #212121; */
}
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: #ffffff;
}
section.cover .inner .body .preview-container .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;    
}

/* texture outer */
section.cover .inner > .texture-outer {
    height: 1px;
}

section.cover .inner .texture-cover.edge {
    position: absolute;
    top: 5px;
    width: 80px;
    height: 80px;    
    background-image: var(--orn-01);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
section.cover .inner .texture-cover.edge.left {
    left: 5px;
    transform: scaleX(-1);
}
section.cover .inner .texture-cover.edge.right {
    right: 5px;
    transform: scaleX(1);
}
section.cover .inner .texture-cover.middle {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
    height: 45px;    
    background-image: var(--orn-04);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

section.cover .inner .texture-cover.back {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%) scaleY(-1);
    width: 600px;
    height: 600px;    
    background-image: var(--texture-footer);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

@media only screen and (min-width: 1500px) {

    section.cover .inner .texture-cover.back {
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-25%) scaleY(-1);
        width: 100%;
        height: 700px;    
        background-size: cover;
        background-position: center top;
    }

}

@media only screen and (min-width: 1440px) {

    section.cover .inner .texture-cover.edge {
        width: 120px;
        height: 120px;    
    }

}

@media only screen and (max-width: 960px) and (min-width: 580px) {

    section.cover .inner .texture-cover.back {
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-25%) scaleY(-1);
        width: 100%;
        height: 700px;    
        background-size: cover;
        background-position: center top;
    }

}




/* ======================
    GUEST
====================== */
section.guest {
    background-color: var(--light-clr);
    /* background-color: lightsalmon; */
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 100px;
}
section.guest .texture-couple {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 80px;    
    background-image: var(--orn-06);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

@media only screen and (min-width: 1024px) {
    section.guest {        
        height: 120px;
    }
}


/* ======================
    COUPLE
====================== */
section.couple {
    background: var(--secondary-clr);
    /* background: lightsalmon; */
    padding: 10px 0 15px 0;
    position: relative;
    overflow: hidden;
}
section.couple .inner {
    padding: 10px 0 15px 0;
    /* background: lightseagreen; */
}

section.couple .inner .head {
    /* background: lightpink; */
    width: 100%;
    max-width: 1024px;
    padding: 10px 15px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    z-index: 2;
}
section.couple .inner .head h1 {
    padding: 0;
    margin-bottom: 0;
    font-size: var(--fs-title);
    line-height: 1.1;
    font-weight: normal;
    font-family: var(--als);
    color: var(--light-clr);
    text-align: center;
}
section.couple .inner .head p {
    font-size: calc(var(--fs-content) + 2px);
    font-style: italic;
    color: var(--light-clr);
    padding: 0;
    margin-top: 5px;
    /* background: deepskyblue; */
}
section.couple .inner .body {
    /* background: olive; */
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
}
section.couple .inner .body.bride-first {
    flex-direction: column-reverse;
}
section.couple .inner .body .groom,
section.couple .inner .body .bride {
    padding: 10px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 720px;
    /* background: peru; */
}
section.couple .inner .body .preview {
    text-align: center;
    padding: 10px 15px;
    /* background: tomato; */
}
section.couple .inner .body .preview .picture {
    width: 190px;
    height: 250px;
    position: relative;
    margin: 0 auto;
    /* border-radius: 50%; */
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
section.couple .inner .body .preview .picture .texture-couple {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 15px;
    width: 160px;
    height: 160px;    
    background-image: var(--orn-06);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
section.couple .inner .body .preview .picture .texture-couple.left {
    transform: scaleX(1);
    left: -80px;
    right: auto;
}
section.couple .inner .body .preview .picture .texture-couple.right {    
    transform: scaleX(-1);
    right: -80px;    
    left: auto;
}

section.couple .inner .body .preview .picture::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-radius: inherit;
    transform: translate(-50%, -50%);
    border: 1.5px solid var(--line-01-clr);
    background-color: transparent;
    pointer-events: none;
}

section.couple .inner .body .preview .picture a {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display: block;
    position: relative;
    z-index: 3;
}
section.couple .inner .body .preview .picture img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display: block;
    object-fit: cover;
    object-position: center;
    background: var(--secondary-clr);
}

section.couple .inner .body .details {
    text-align: center;
    padding: 10px 15px;
    /* background: violet; */
}
section.couple .inner .body .details h2 {
    font-weight: normal;
    font-size: calc(var(--fs-title) - 5px);
    font-family: var(--als);
    margin-bottom: 5px;
    color: var(--light-clr);
    /* background-color: deepskyblue; */
}

@media only screen and (min-width: 1440px) {
    section.couple .inner .body .details h2 {
        font-size: var(--fs-title);
    }
}

section.couple .inner .body .details p {
    margin-bottom: 7px;
    color: var(--light-clr);
    font-weight: 300;
}
section.couple .inner .body .details p.bio {
    font-style: italic;
}
section.couple .inner .body .details p:last-of-type {
    margin-bottom: 0;
}
section.couple .inner .body .details a.link {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    text-decoration: none;
    font-family: var(--playfair);
    font-size: var(--fs-content);
    color: var(--light-clr);
}
section.couple .inner .body .details a.link:hover {
    text-decoration: underline;
}
section.couple .inner .body .details a.link i {
    font-size: 0.9em;
}

section.couple .inner .body .separator {
    padding: 10px;
    text-align: center;
    /* background: palevioletred; */
}
section.couple .inner .body .separator .separator-ornament {
    margin: 0 auto;
    margin-top: 10px;
    font-size: 80px;
    font-family: var(--affair);
    line-height: 1;
    color: var(--light-clr);
    /* background-color: deepskyblue; */
}

section.couple .inner .texture-couple {
    position: absolute;
    left: 50%;
    width: 570px;
    height: 570px;
    opacity: 0.5;
    background-image: var(--texture-footer);    
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    pointer-events: none;
}
section.couple .inner .texture-couple.top {
    top: 0;
    transform: translateX(-50%) translateY(-40%) scaleY(-1) scaleX(-1);
}
section.couple .inner .texture-couple.bottom {
    bottom: 0;
    transform: translateX(-50%) translateY(40%) scaleY(1);    
}

@media only screen and (min-width: 1400px) {

    section.couple .inner .texture-couple {
        width: 100%;
        height: 600px;
        background-image: var(--texture-footer);
        background-size: cover;
        background-position: left top;
    }
    section.couple .inner .texture-couple.top {
        transform: translateX(-50%) translateY(-45%) scaleY(-1) scaleX(-1);
    }
    section.couple .inner .texture-couple.bottom {
        transform: translateX(-50%) translateY(45%);
    }

}

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

    section.couple .inner .texture-couple {
        width: 100%;
        height: 600px;
        background-image: var(--texture-footer);
        background-size: cover;
        background-position: left top;
    }
    section.couple .inner .texture-couple.top {
        transform: translateX(-50%) translateY(-45%) scaleY(-1) scaleX(-1);
    }
    section.couple .inner .texture-couple.bottom {
        transform: translateX(-50%) translateY(45%);
    }

}






/* ======================
    SAVE THE DATE
====================== */
section.save-date {
    background-color: var(--primary-clr);
    /* background-color: lightsalmon; */
    /* background: lightsalmon; */
    padding: 0;
    position: relative;
    overflow: hidden;
}
section.save-date .inner {
    /* background: lightseagreen; */
    padding: 20px 0 30px 0;
    position: relative;
    z-index: 1;    
    margin: 0 auto;
    text-align: center;
}
section.save-date .inner .head {
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
    /* background: lightpink; */
}
section.save-date .inner .head h1 {
    padding: 0px;
    margin-bottom: 0;
    font-size: calc(var(--fs-title) + 7px);
    font-family: var(--als);
    color: var(--font-clr);
    /* background: deeppink; */
    position: relative;
}
section.save-date .inner .head p.date {
    font-size: calc(var(--fs-content) + 4px);
    margin-top: -5px;
}

section.save-date .inner .body {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 15px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 3;
    /* background: peru; */
}

/* texture-outer */
section.save-date .inner .body > .texture-outer {
    height: 1px;
}
section.save-date .inner .body .texture-save-date {
    position: absolute;
    bottom: -47px;
    left: 50%;
    width: 400px;
    height: 400px;
    transform: translateX(-50%);
    background-image: var(--shape-save-date);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    /* background-color: firebrick; */
}

section.save-date .inner .body .countdown {
    background-color: var(--light-clr);
    /* background: mediumaquamarine; */
    width: 240px;
    display: inline-flex;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    border: 1.5px solid var(--line-02-clr);
    border-radius: 15px;
    position: relative;
    z-index: 2;
}
section.save-date .inner .body .countdown > div {
    width: 55px;
    width: 25%;
    margin: 0 2px;
    padding: 5px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
section.save-date .inner .body .countdown > div::after {
    content: '';
    position: absolute;
    top: 50%;    
    right: -1px;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    max-height: 15px;   
    background-color: var(--dark-clr);
}
section.save-date .inner .body .countdown > div:last-of-type:after {
    content: none;
}
section.save-date .inner .body .countdown > div h2 {
    font-family: var(--anglecia);
    font-weight: normal;
    font-size: calc(var(--fs-content) + 11px);
    line-height: 1;
    margin-bottom: 0;
    color: var(--dark-clr);
}
section.save-date .inner .body .countdown > div small {
    font-family: var(--anglecia);
    font-size: calc(var(--fs-content) - 5px);
    color: var(--dark-clr);
}
section.save-date .inner .foot {
    text-align: center;
    padding: 10px 15px;
    position: relative;
    z-index: 3;
    margin-top: 35px;
    /* background: olive; */
}
section.save-date .inner .foot #addToCalendar {
    background-color: var(--btn-02-clr);
    border: none;
    color: var(--light-clr);
    display: inline-block;
    font-weight: normal;
    font-family: var(--anglecia);
    font-size: var(--fs-content);
    padding: 10px 30px 8px 30px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}
section.save-date .inner .foot #addToCalendar:hover {
    background-color: var(--secondary-clr);
}

/* Save Date X Gallery */
section.save-date + section.gallery {
    margin-top: -20px;
}

/* ======================
    GALLERY
====================== */
section.gallery {
    background: var(--primary-clr);
    /* background: lightsalmon; */
    padding: 15px 0px;
    position: relative;
    overflow: hidden;
}
section.gallery .title {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 5px;
    /* background-color: teal; */
}
section.gallery .title h1 {
    padding: 0;
    margin-bottom: 0;
    font-size: var(--fs-title);
    font-weight: normal;
    font-family: var(--als);
    color: var(--font-clr);
}
section.gallery .title p {
    font-size: calc(var(--fs-content) + 2px);
    font-style: italic;
    color: var(--font-clr);
    line-height: 1.5;
}
section.gallery .flexbin {
    margin: 0;
    padding: 0 5px;
    /* background-color: mediumvioletred; */
}

/* Gallery Photo X Video */
section.gallery + section.video-gallery {
    margin-top: -15px;
}


/* ======================
    VIDEO
====================== */
section.video-gallery {
    background: var(--primary-clr);
    /* background: lightseagreen; */
    padding: 0;
    position: relative;
    overflow: hidden;
}
section.video-gallery .inner {
    padding: 15px 0;
}
section.video-gallery .inner > .title {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 15px;
}
section.video-gallery .inner > .title h1 {
    padding: 0;
    margin-bottom: 0;
    font-size: var(--fs-title);
    font-weight: normal;
    font-family: var(--als);
    color: var(--font-clr);
}
section.video-gallery .inner > .title p {
    font-size: calc(var(--fs-content) + 2px);
    font-style: italic;
    color: var(--font-clr);
    line-height: 1.5;
}
section.video-gallery .inner .video-outer {
    padding: 5px 0;
}
section.video-gallery .inner .video-outer .video {
    margin-bottom: 10px;
    padding: 10px;
}
section.video-gallery .inner .video-outer .video:last-of-type {
    margin-bottom: 0;
}
section.video-gallery .inner .video-outer .video > .title {
    margin-top: 10px;
    padding: 0 10px;
}
section.video-gallery .inner .video-outer .video > .title h2 {
    font-size: calc(var(--fs-content) + 10px);
    line-height: 1.2;
    font-weight: normal;
    font-family: var(--playfair);
    color: var(--font-clr);
}

/* Video X Story */
section.video-gallery + section.love-story {
    margin-top: -10px;
}

/* ======================
    STORY
====================== */
section.love-story {
    background-color: var(--primary-clr);
    /* background-color: lightsalmon; */
    padding: 0;
    overflow: hidden;
}
section.love-story .inner {
    padding: 10px 0;
    padding-bottom: 40px;
    /* background-color: lightseagreen; */
}
section.love-story .inner .head {
    padding: 10px 15px;
    text-align: center;
    margin-bottom: -20px;
    /* background-color: lightpink; */
}
section.love-story .inner .head h1 {
    padding: 0;
    margin-bottom: 0;
    font-size: var(--fs-title);
    font-weight: normal;
    font-family: var(--als);
    color: var(--font-clr);
    /* background-color: deepskyblue; */
}

section.love-story .inner .body {
    padding: 0;
    /* background-color: peru; */
}
section.love-story .inner .body .stories {
    display: flex;
    flex-direction: column;
    /* background-color: plum; */
}
section.love-story .inner .body .stories .story-outer {
    width: 100%;
    position: relative;
    padding: 10px;
    /* background-color: purple; */
}
section.love-story .inner .body .stories .story-outer .texture-story {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 750px;
    height: 750px;
    transform: translateX(-50%);
    background-image: var(--texture-main);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
section.love-story .inner .body .stories .story-outer:nth-child(even) .texture-story {
    transform: translateX(-50%) scaleX(-1);
}

@media only screen and (max-width: 375px) {
    section.love-story .inner .body .stories .story-outer .texture-story {
        position: absolute;
        top: 30px;
        left: 50%;
        width: 700px;
        height: 700px;
    }
}

section.love-story .inner .body .stories .story {
    /* background-color: royalblue; */
    /* background-color: transparent; */
    width: 100%;
    max-width: 480px;
    padding: 15px 10px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 2;
}
section.love-story .inner .body .stories .story::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 230px);
    border-radius: 22px;
    background-color: var(--light-clr);
}
section.love-story .inner .body .stories .story .preview {
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    background-color: lightsalmon;
}
section.love-story .inner .body .stories .story .preview .frame {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    object-position: center;
    position: relative;
    z-index: 2;
    pointer-events: none;
}
section.love-story .inner .body .stories .story .preview .picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: var(--secondary-clr);
    width: calc(100% - 25px);
    height: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
}
section.love-story .inner .body .stories .story .preview .picture > a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
section.love-story .inner .body .stories .story .preview .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
}
section.love-story .inner .body .stories .story .details {
    background-color: var(--secondary-clr);
    padding: 10px 0;
    text-align: center;
}
section.love-story .inner .body .stories .story .details h2 {
    font-family: var(--playfair);
    font-weight: normal;
    font-size: calc(var(--fs-content) + 15px);
    line-height: 1.2;
    color: var(--dark-clr);
    margin-bottom: 5px
}



/* ======================
    EVENT
====================== */
section.event-outer {
    background: var(--secondary-clr);
    /* background: lightsalmon; */
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}
section.event-outer .inner {
    padding: 10px 0;
    padding-bottom: 40;
    text-align: center;    
    position: relative;
    /* background: lightseagreen; */
}

section.event-outer .inner .head {
    width: 100%;
    max-width: 1024px;
    padding: 10px 15px;    
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
    z-index: 2;
    /* background: lightpink; */
}
section.event-outer .inner .head .orn-head-top,
section.event-outer .inner .head .orn-head-bottom {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    /* background-color: olive; */
    pointer-events: none;
}
section.event-outer .inner .head .orn-head-top {    
    width: 350px;
    height: 60px;
    bottom: 0;    
    background-image: var(--orn-07);
    background-position: center bottom;    
}
section.event-outer .inner .head .orn-head-bottom {
    width: 350px;
    height: 40px;
    top: 0;    
    background-image: var(--orn-08);
    background-position: center top;
}

@media only screen and (min-width: 1440px) {
    section.event-outer .inner .head {
        margin-top: 100px;
        padding: 25px 15px;
    }
    section.event-outer .inner .head .orn-head-top {    
        width: 450px;
        height: 80px;
    }
    section.event-outer .inner .head .orn-head-bottom {
        width: 450px;
        height: 60px;
    }
}

section.event-outer .inner .head h1 {
    padding: 0 15px;
    margin-bottom: 0;
    font-size: calc(var(--fs-title) - 10px);
    font-weight: normal;
    font-family: var(--playfair);
    line-height: 1.2;
    color: var(--dark-clr);
    text-transform: uppercase;
    /* background: deepskyblue; */
}
section.event-outer .inner .head p {
    font-style: italic;
    font-size: calc(var(--fs-content) + 2px);
    color: var(--dark-clr);
    padding: 0;
    margin-top: 5px;
    /* background: dimgrey; */
}

section.event-outer .inner .body {
    padding: 0 0 10px 0;
    position: relative;
    z-index: 1;
    /* background-color: orangered; */
}
section.event-outer .inner .body .event {
    padding-top: 20px;
    margin-bottom: 25px;
    /* background-color: plum; */
}
section.event-outer .inner .body .event:first-of-type {
    padding-top: 0;
}
section.event-outer .inner .body .event:last-of-type {
    margin-bottom: 0;
}
section.event-outer .inner .head + .body .event:first-of-type > .title {
    padding-top: 45px;
    padding-bottom: 30px;
    margin-top: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
section.event-outer .inner .body .event > .title {
    width: 320px;
    padding: 15px;    
    /* border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; */
    border-radius: 15px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    background: var(--primary-clr);
    /* background: dodgerblue; */
}

@media only screen and (min-width: 1440px) {
    section.event-outer .inner .head + .body .event:first-of-type > .title {
        padding-top: 60px;
    }
    section.event-outer .inner .body .event > .title {
        width: 375px;        
    }
}

section.event-outer .inner .body .event > .title h1 {
    padding: 0;
    margin-bottom: 0;
    font-size: calc(var(--fs-title) - 15px);
    line-height: 1.1;
    font-weight: normal;
    font-family: var(--playfair);
    color: var(--dark-clr);
}
section.event-outer .inner .body .event > .title p {
    font-style: italic;
    font-size: var(--fs-content);
    color: var(--dark-clr);
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}

section.event-outer .inner .body .event .activities {
    /* background: firebrick; */
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
section.event-outer .inner .body .event .activities .activity {
    /* background: forestgreen; */
    width: 100%;
    max-width: 400px;
    margin: 0 10px;
    margin-bottom: 10px;
}
section.event-outer .inner .body .event .activities .activity:last-of-type {
    margin-bottom: 0;
}

section.event-outer .inner .body .event .activities .activity > .title {
    padding: 10px 15px;
    text-align: center;
    /* background: fuchsia; */
}
section.event-outer .inner .body .event .activities .activity > .title .activity-icon-image {
    width: 65px;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
section.event-outer .inner .body .event .activities .activity > .title .activity-icon {
    width: 65px;
    height: 65px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
section.event-outer .inner .body .event .activities .activity > .title .activity-icon path {
    fill: var(--dark-clr);
}
section.event-outer .inner .body .event .activities .activity > .title > .hide {
    display: none;
}
section.event-outer .inner .body .event .activities .activity > .title h1 {
    padding: 0;
    margin-bottom: 0;
    font-size: calc(var(--fs-title) - 15px);
    line-height: 1.2;
    font-weight: normal;
    font-family: var(--playfair);
    color: var(--dark-clr);
}
section.event-outer .inner .body .event .activities .activity > .title p.desc {
    font-size: calc(var(--fs-content) + 2px);    
    font-style: italic;
}
section.event-outer .inner .body .event .activities .activity > .title p {
    margin-bottom: 15px;
}
section.event-outer .inner .body .event .activities .activity > .title p:first-of-type {
    margin-top: 5px;
}
section.event-outer .inner .body .event .activities .activity > .title p:last-of-type {
    margin-bottom: 0;
}
section.event-outer .inner .body .event > .details {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
section.event-outer .inner .body .event > .details,
section.event-outer .inner .body .event .activities .activity > .details {
    /* background: lightcoral; */
    padding: 10px 15px;
    text-align: center;
}
section.event-outer .inner .body .event > .details p.hall,
section.event-outer .inner .body .event .activities .activity > .details p.hall {
    font-weight: 500;
}
section.event-outer .inner .body .event > .details p,
section.event-outer .inner .body .event .activities .activity > .details p {
    margin-bottom: 10px;
}
section.event-outer .inner .body .event > .details a.link,
section.event-outer .inner .body .event .activities .activity > .details a.link {
    display: inline-block;
    font-family: var(--playfair);
    font-size: var(--fs-content);
    font-weight: 300;
    padding: 10px 20px;
    background-color: var(--btn-03-clr);
    border: 1px solid var(--btn-03-clr);
    color: var(--dark-clr);
    text-decoration: none;
    border-radius: 4px;
    margin: 5px auto;
    margin-top: 10px;
    transition: all 0.25s ease-in-out;
}
section.event-outer .inner .body .event > .details a.link:hover,
section.event-outer .inner .body .event .activities .activity > .details a.link:hover {
    border-color: var(--primary-clr);
    background-color: var(--primary-clr);
}

section.event-outer .inner .texture-event.right-01 {
    position: absolute;
    bottom: -500px;
    right: -170px;
    width: 700px;
    height: 700px;
    opacity: 0.5;
    transform: scaleY(-1);
    background-image: var(--texture-main);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
}
section.event-outer .inner .texture-event.right-02 {
    position: absolute;
    bottom: -420px;
    right: -420px;
    width: 600px;
    height: 600px;
    opacity: 0.75;
    transform: scaleX(-1) rotate(50deg);
    background-image: var(--texture-main);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
}


/* ==============================
        Rundown
============================== */
.rundown-event-list.frame .rundown-event {
    background-color: var(--primary-clr);
}
.rundown-event .rundown-event-title {
    font-size: calc(var(--fs-title) / 1.6);
}

/* RSVP Wrapper */
section.rsvp-wrapper {
    position: relative;
    overflow: hidden;
    background-color: var(--primary-clr);
}
section.rsvp-wrapper .texture-outer {
    z-index: 1;
}
section.rsvp-wrapper .texture-footer {
    position: absolute;
    left: 50%;
    width: 570px;
    height: 570px;
    background-image: var(--texture-footer);    
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    pointer-events: none;
}
section.rsvp-wrapper .texture-footer.top {
    top: 0;
    transform: translateX(-50%) scaleY(-1) scaleX(-1);
}
section.rsvp-wrapper .texture-footer.bottom {
    bottom: 0;
    transform: translateX(-50%) scaleY(1);    
}

@media only screen and (min-width: 1400px) {

    section.rsvp-wrapper .texture-footer {
        width: 100%;
        height: 600px;
        background-image: var(--texture-footer);
        background-size: cover;
        background-position: left top;
    }
    section.rsvp-wrapper .texture-footer.top {
        transform: translateX(-50%) translateY(-20%) scaleY(-1) scaleX(-1);
    }
    section.rsvp-wrapper .texture-footer.bottom {
        transform: translateX(-50%) translateY(20%);
    }

}

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

    section.rsvp-wrapper .texture-footer {
        width: 100%;
        height: 600px;
        background-image: var(--texture-footer);
        background-size: cover;
        background-position: left top;
    }
    section.rsvp-wrapper .texture-footer.top {
        transform: translateX(-50%) translateY(-20%) scaleY(-1) scaleX(-1);
    }
    section.rsvp-wrapper .texture-footer.bottom {
        transform: translateX(-50%) translateY(20%);
    }

}






/* ======================
    RSVP
====================== */
.torsvp__btn-wrap {
    margin-top: 10px;
}
.torsvp__btn {
    color: var(--dark-clr);
    font-weight: normal;
    font-family: var(--anglecia);
    line-height: 1.5;
    border: 1px solid var(--dark-clr);
}
.torsvp__btn:hover {
    background: var(--secondary-clr);
    border: 1px solid var(--secondary-clr);
    color: var(--light-clr);
}


/* Wrap */
.rsvp-wrap {
    background: transparent;
    padding: 10px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.rsvp-inner {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}

/* Head */
.rsvp-head {
    padding: 10px 35px;
    margin: 0;
    text-align: center;
}
.rsvp-head .rsvp-title {
    padding: 0 30px;
    margin-bottom: 0;
    font-size: var(--fs-title);
    display: inline-block;
    letter-spacing: 0;
    font-family: var(--als);
    color: var(--font-clr);
    position: relative;
}
.rsvp-head .rsvp-title::before,
.rsvp-head .rsvp-title::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    background-image: var(--orn-05);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.rsvp-head .rsvp-title::before {
    left: -30px;
    transform: translateY(-50%) scaleX(-1);    
}
.rsvp-head .rsvp-title::after {
    right: -30px;
    transform: translateY(-50%);    
}

/* Body */
.rsvp-body {
    
}

.rsvp-confirm-step {
    display: none;
}

/* RSVP Status */
.rsvp-status-wrap {
    padding: 10px 15px;
}
.rsvp-status-head {
    padding: 0px;
    text-align: center;
}
.rsvp-status-head .rsvp-status-caption,
.rsvp-confirm-btn.back, .form-label {
    font-family: var(--anglecia);
    font-size: var(--fs-content);
    color: var(--dark-clr);
    line-height: 1.5;
}

.rsvp-status-body .rsvp-confirm-wrap {
    padding: 0px;
}

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

/* RSVP Amount */
.rsvp-amount-wrap {
    padding: 10px 15px;
}

.rsvp-amount-head {    
    text-align: center;
    padding: 0px;
}
.rsvp-amount-head .rsvp-amount-caption {
    margin-bottom: 10px;
    font-family: var(--anglecia);
    font-size: var(--fs-content);
    color: var(--dark-clr);
    line-height: 1.5;
}

.rsvp-amount-body {
    
}

/* Amount Controller */
.rsvp-amount-controller-wrap {
    padding: 0px;
}
.rsvp-amount-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.rsvp-amount-controller .toggle-btn {
    background-color: var(--btn-04-clr);
    color: var(--light-clr);
    border: none;
    outline: none;
    height: 36px;
    width: 36px;
    border-radius: 4px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.rsvp-amount-controller .toggle-icon {
    width: 13px;
    height: 13px;
    display: block;
}
.rsvp-amount-controller .toggle-icon path {
    stroke: var(--light-clr);
    stroke-width: 13 !important;
}

.rsvp-amount-controller .toggle-btn.plus:hover {
    background-color: var(--secondary-clr);
}
.rsvp-amount-controller .toggle-btn.minus:hover {
    background-color: var(--secondary-clr);
}

.rsvp-amount-controller .input-wrap {
    width: 100%;
}
.rsvp-amount-controller .input-control,
.rsvp-plus-wrapper .form-control {
    width: 100%;
    height: 36px;
    margin: 0px auto;
    border-radius: 4px;
    background-color: var(--light-clr);
    text-align: center;
    font-family: var(--anglecia);
    font-size: var(--fs-content);
    font-weight: 300;
    color: var(--dark-clr);
    border: 1px solid var(--primary-clr);
}

.rsvp-amount-controller .input-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;
}

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

.rsvp-confirm-wrap label {
    display: block;
    margin-top: 10px;
}
.rsvp-confirm-btn {
    width: 100%;
    display: block;
    padding: 10px 25px;
    margin: 0px auto;
    border-radius: 4px;
    font-weight: 300;
    font-family: var(--anglecia);
    font-size: var(--fs-content);
    line-height: normal;
    background-color: var(--btn-04-clr);
    border: none;
    color: var(--light-clr);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}


.rsvp-session-btn,
.form-check-label{
    border-radius: 4px;
    font-weight: 300;
    font-family: var(--anglecia);
    font-size: var(--fs-content);
    line-height: normal;
    background-color: var(--btn-04-clr);
    color: var(--light-clr);
}

.rsvp-confirm-btn.going {
    background-color: #8f8f8f;
}
.rsvp-status-wrap input[name="rsvp_status"]:checked + .rsvp-confirm-btn.going,
.rsvp-confirm-btn.going:hover {
    background-color: var(--success-clr);
    color: var(--light-clr);
}

.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(--success-clr);
    color: var(--light-clr);
}

.rsvp-confirm-btn.not-going {
    background-color: #8f8f8f;
}
.rsvp-status-wrap input[name="rsvp_status"]:checked + .rsvp-confirm-btn.not-going,
.rsvp-confirm-btn.not-going:hover {
    background-color: var(--error-clr);
    color: var(--light-clr);
}

.rsvp-confirm-btn.confirm {
    
}
.rsvp-confirm-btn.confirm:hover {
    background-color: var(--secondary-clr);
}

.rsvp-confirm-btn.download {
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.rsvp-confirm-btn.download:hover {
    background-color: var(--secondary-clr);
}

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


/* QR Card */
.rsvp-qrcard-wrap {
    padding: 10px 0px;
}
.rsvp-qrcard-img-wrap {
    margin-bottom: 10px;
}
.rsvp-qrcard-img {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

/* RSVP Message */
.rsvp-message-wrap {
    
}
.rsvp-message-content {
    background-color: transparent;
    padding: 10px 15px;
    text-align: center;
}
.rsvp-message-icon {
    width: 30px;
    height: auto;
    display: none;
    margin: 0 auto 20px;
}
.rsvp-message-wrap .rsvp-message-title {
    font-family: var(--anglecia);
    font-size: calc(var(--fs-content) + 2px);
    color: var(--dark-clr);
    line-height: 1.5;
    font-weight: 300;

    display: inline-block;
    border: 1px solid var(--dark-clr);
    border-radius: 4px;
    padding: 8px 25px;
    margin-bottom: 20px;
}
.rsvp-message-wrap .rsvp-message-caption {
    font-family: var(--anglecia);
    font-size: var(--fs-content);
    color: var(--dark-clr);
    line-height: 1.5;
    font-weight: 300;
}

.rsvp-message-wrap.going .rsvp-message-title {
    color: var(--success-clr);
    border-color: var(--success-clr);
}
.rsvp-message-wrap.not_going .rsvp-message-title {
    color: var(--error-clr);
    border-color: var(--error-clr);
}

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



/* ======================
    LIVE STREAMING
====================== */
section.live-streaming {
    background-color: transparent;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
section.live-streaming .inner {
    padding: 10px 15px;
    position: relative;
    z-index: 1;
}
section.live-streaming .inner .head {
    padding: 10px 0;
}
section.live-streaming .inner .head h1 {
    padding: 0;
    margin-bottom: 0;
    font-size: var(--fs-title);
    font-weight: normal;
    font-family: var(--als);
    color: var(--font-clr);
}

section.live-streaming .inner .head p {
    font-style: italic;
    font-size: var(--fs-content);
    line-height: 1.5;
    margin-top: 20px;
    color: var(--dark-clr);
}
.live-streaming .inner .body {
    padding: 10px 0;
}
.live-streaming .inner .body p {
    font-size: var(--fs-content);
    font-weight: 300;
}
.live-streaming .inner .body p.meeting-text {
    font-size: calc(var(--fs-content) + 2px);
}
.live-streaming .inner .body > .streaming-info > div.link > a {
    border-radius: 4px;
    font-family: var(--anglecia);
    font-weight: normal;
    font-size: var(--fs-content);
    background-color: var(--btn-04-clr);
    color: var(--light-clr);
    padding: 10px 20px;
}
.live-streaming .inner .body > .streaming-info > div.link > a:hover {
    background-color: var(--secondary-clr);
}


/* ======================
    INSTAGRAM FILTER
====================== */
.ig-filter-wrap {
    background-color: var(--primary-clr);
}
.ig-filter-title {
    
}
.ig-filter-caption {
    font-style: italic;
}
.ig-filter-link {
    background-color: var(--btn-02-clr);
    color: var(--light-clr);
    font-weight: normal;
    font-family: var(--anglecia);
    font-size: var(--fs-content);
}
.ig-filter-link:hover {
    background-color: var(--secondary-clr);
}


/* ======================
    PROTOCOL
====================== */
section.protocol {
    background-color: #ffffff;
    overflow: hidden;
}
section.protocol.protocol-01 .inner .head,
section.protocol.protocol-03 .inner .head {
    padding: 20px 15px;
    background-color: var(--secondary-clr);
}
section.protocol.protocol-02 .inner .head .step-outer {
    background-color: var(--secondary-clr);
}
section.protocol.protocol-01 .inner .head p,
section.protocol.protocol-03 .inner .head p {
    font-size: calc(var(--fs-content) + 2px);
    color: var(--light-clr);
    font-weight: normal;
    margin-bottom: 0;
}
section.protocol.protocol-01 .inner .head h1,
section.protocol.protocol-03 .inner .head h1 {
    font-family: var(--playfair);
    font-size: calc(var(--fs-title));
    font-weight: normal;
    color: var(--light-clr);
}
section.protocol-04 .inner .head .title {
    font-family: var(--playfair);
    font-size: calc(var(--fs-title) - 12px);
    font-weight: normal;
    color: var(--font-clr);
}
.protocol.protocol-03 .inner .body {
    padding: 20px 0 50px 0;
}
section.protocol.protocol-03 .inner .body .slider .content .text-01 {
    font-family: var(--glamore);
    font-weight: normal;
    font-size: calc(var(--fs-content) + 5px);
    color: var(--secondary-clr);
    text-transform: capitalize;
}
.protocol.protocol-03 .inner .body .slider_dots::before {
    border-color: var(--secondary-clr);
}
.protocol.protocol-03 .inner .body .slider_dots .slider_navigator {
    background-color: var(--primary-clr);
}
.protocol.protocol-03 .inner .body .slider_dots .slider_navigator.slick-current.slick-center {
    background-color: var(--font-clr);
}






/* ======================
    GIFT
====================== */
section.gift {
    background: var(--primary-clr);
    /* background-color: lightsalmon; */
    padding: 0;
    position: relative;
    overflow: hidden;
}
section.gift .gift-inner {
    padding: 10px 15px 20px 15px;
    position: relative;
    /* background-color: lightseagreen; */
}

section.gift .gift-inner .gift-title {
    padding: 10px 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    /* background-color: olive; */
}
section.gift .gift-inner .gift-title h1 {
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: var(--fs-title);
    color: var(--font-clr);
    /* background: deeppink; */
}
section.gift .gift-inner .gift-title p {
    font-style: italic;
    font-size: var(--fs-content);
    line-height: 1.5;
    font-family: var(--anglecia);
    color: var(--dark-clr);
}

section.gift .gift-inner .gift-form {
    margin-bottom: 10px;
    /* background-color: peru; */
    position: relative;
    z-index: 2;
}
.gift .gift-inner .nominal-outer .nominal {
    color: var(--dark-clr);
    border-color: var(--dark-clr);
}
.gift .gift-inner .gift-form [name="nominal"]:hover + .nominal,
.gift .gift-inner .gift-form [name="nominal"]:checked + .nominal {
    background-color: var(--dark-clr);
    border-color: var(--dark-clr);
    color: var(--light-clr);
}

section.gift label,
section.gift input,
section.gift textarea,
section.gift button,
section.gift div,
section.gift p,
section.gift span {
    font-family: var(--anglecia);
    font-size: var(--fs-content);
    color: var(--dark-clr);
}
.gift label.form-label.center {
    font-size: calc(var(--fs-content) + 2px);
    font-family: var(--anglecia);
}
.gift .gift-inner .gift-form .gift-picture .picture-detail .head h2 {
    font-size: calc(var(--fs-content) + 4px);
    color: var(--dark-clr);
    font-family: var(--anglecia);
}
.gift .gift-inner .gift-form .gift-picture .picture-detail .gift-back,
.gift .gift-inner .gift-form .gift-picture .picture-detail .head p {
    font-size: var(--fs-content);
    color: var(--dark-clr);
}
.gift .gift-inner .gift-form .selectize-control .item {
    padding: 10px!important;
}
.gift .gift-inner .gift-form .selectize-control .item p,
.gift .gift-inner .gift-form .selectize-control .item p strong {
    font-family: var(--anglecia)!important;
    color: var(--dark-clr)!important;
    font-weight: 500!important;
}
.gift .gift-inner .gift-form .selectize-control .item:hover {
    background-color: var(--secondary-clr)!important;
}
.gift .gift-inner .gift-form .selectize-control .item:hover p,
.gift .gift-inner .gift-form .selectize-control .item:hover p strong {
    color: var(--light-clr)!important;
}

.gift .gift-inner .gift-form .gift-details .bank-detail .saving-books .copy-account {
    border-color: var(--dark-clr);
    color: var(--dark-clr);
}
.gift .gift-inner .gift-form .gift-details .bank-detail .saving-books .copy-account:hover {
    background: var(--dark-clr);
    color: var(--light-clr);
}
.gift .gift-inner .gift-form .gift-picture .picture-detail .body div[data-upload="gift-picture"]::before {
    border-color: var(--dark-clr);
}
.gift .gift-inner .gift-form .gift-picture .picture-detail .body div[data-upload="gift-picture"] > i {
    color: var(--dark-clr);
}

.gift .gift-inner .gift-form .gift-submit,
.gift .gift-inner .gift-form .gift-next {
    background-color: var(--btn-04-clr);
    color: var(--light-clr);
    font-family: var(--anglecia);
    font-size: calc(var(--fs-content) + 2px);
}
.gift .gift-inner .gift-form .gift-submit:hover,
.gift .gift-inner .gift-form .gift-next:hover {
    background-color: #212121;
}

/* Tanpa Nominal Konfigurasi */
section.gift .gift-inner .gift-form .gift-details .bank-detail {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
section.gift .gift-inner .gift-form .gift-details .bank-detail .saving-books {
    margin-bottom: 0;
}
section.gift .gift-inner .gift-form .bio-detail {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Orn Title */
section.gift .orn-title {
    position: absolute;
    top: 0;    
    width: 100px;
    height: 100px;
    background-image: var(--orn-02);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
}
section.gift .orn-title.left {
    left: -10px;
    transform: scaleX(1);
}
section.gift .orn-title.right {
    right: -10px;
    transform: scaleX(-1);
}
section.gift .gift-inner .texture-main {
    position: absolute;
    bottom: -250px;
    left: 50%;
    width: 1000px;
    height: 1000px;
    transform: translateX(-50%) scaleX(-1) rotate(20deg);
    background-image: var(--texture-main);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1440px) {

    section.gift .orn-title {
        top: -10px;
        width: 130px;
        height: 130px;
    }   

}

/* No Form */
section.gift.no-form .gift-inner .gift-form {
    overflow: visible;
    margin-bottom: 100px;
}



/* =======================
        COMMENT(S)
======================= */
section.comment-outer {
    background: var(--primary-clr);
    /* background-color: lightsalmon; */
    padding: 0;
    overflow: hidden;
    position: relative;
}
section.comment-outer .comment-inner {
    padding: 15px 0 20px 0;
    position: relative;
    z-index: 1;
    /* background-color: lightseagreen; */
}
section.comment-outer .comment-inner .head {
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    /* background-color: olive; */
}
section.comment-outer .comment-inner .head h1 {
    margin: 0;
    padding: 0;
    color: var(--font-clr);
    font-size: var(--fs-title);
    /* background-color: deepskyblue; */
}
section.comment-outer .comment-inner .head p {
    font-family: var(--anglecia);
    font-size: var(--fs-content);
    line-height: 1.5;
}

section.comment-outer .comment-inner .comment-form {
    padding: 10px 15px;
    margin-bottom: 10px;
}
section.comment-outer .comment-inner .comments {
    padding: 0;
}
section.comment-outer .comment-inner .comments .comment {
    padding: 10px 15px;
}
section.comment-outer .form-group {
    margin-bottom: 10px;
}
section.comment-outer .comment-inner .foot {
    padding: 10px 15px;
}

section.comment-outer p,
section.comment-outer button,
section.comment-outer textarea,
section.comment-outer input,
section.comment-outer small,
section.comment-outer a,
section.comment-outer strong,
section.comment-outer .comment-body p {
    font-family: var(--anglecia);
    color: var(--dark-clr);
    font-weight: normal;
    font-size: var(--fs-content);
}
section.comment-outer textarea,
section.comment-outer input {
    color: var(--dark-clr);
}
section.comment-outer strong {
    font-family: var(--anglecia);
    color: inherit;
    font-size: calc(var(--fs-content) + 2px);
}
section.comment-outer .comment .comment-head p {
    font-size: var(--fs-content);
    color: var(--dark-clr);
    font-family: var(--anglecia);
}
section.comment-outer .comment .comment-body p {
    font-size: var(--fs-content);
}
.comment .comment-foot small {
    font-size: calc(var(--fs-content) - 2px);
    color: var(--dark-clr);
}
.comment .comment-foot a {
    font-size: calc(var(--fs-content) - 2px);
}
section.comment-outer .comment-inner button.more-comment,
section.comment-outer .comment-form button.send-comment,
section.comment-outer input,
section.comment-outer textarea {
    border-radius: 4px;
}
section.comment-outer .comment-inner button.more-comment,
section.comment-outer .comment-form button.send-comment {
    background-color: var(--btn-04-clr);
    color: var(--light-clr);
    font-size: var(--fs-content);
    padding: 10px 20px;
    font-weight: normal;
    font-family: var(--anglecia);
}
section.comment-outer .comment-inner button.more-comment:hover,
section.comment-outer .comment-form button.send-comment:hover {
    background-color: #212121;
}

/* ==============================
        Catatan
============================== */
.notes-container {
    background-color: var(--primary-clr);
}
.note .note-title {
    font-size: var(--fs-title);
}
.note .note-description {
    font-size: var(--fs-content);
}

/* =======================
        FOOTNOTE
======================= */
section.footnote {
    background: var(--primary-clr);
    /* background: lightblue; */
    padding: 0;
    position: relative;
    overflow: hidden;
}
section.footnote .inner {
    /* background: darkolivegreen;     */
    width: 100%;
    padding: 10px 0;
    padding-bottom: 150px;
    position: relative;    
    z-index: 1;
}

/* Quote */
section.footnote .inner .quote {
    padding: 10px;
    text-align: center;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 4;
    /* background-color: cornflowerblue; */
}
section.footnote .inner .quote p {
    font-style: italic;
}

/* Details */
section.footnote .inner .details {
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 4;
    /* background: lightseagreen; */
}
section.footnote .inner .details h1 {
    font-size: calc(var(--fs-title) + 10px);
    margin: 20px auto;
    /* word-break: break-all; */
    /* background: deeppink;     */
}

@media only screen and (min-width: 1440px) {
    section.footnote .inner .details h1 {
        font-size: calc(var(--fs-title) + 15px);
    }
}

section.footnote .inner .details p {
    font-size: calc(var(--fs-content) + 4px);
    /* background: deepskyblue; */
}
section.footnote .inner .details p.date {
    text-transform: uppercase;
    letter-spacing: 2px;
}

section.footnote .inner .texture-main {
    position: absolute;
    left: -410px;
    bottom: -620px;
    width: 800px;
    height: 800px;
    opacity: 0.5;
    transform: scaleY(-1) rotate(-40deg);
    background-image: var(--texture-main);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
section.footnote .inner .texture-footer {
    position: absolute;
    right: 0;
    bottom: -140px;
    width: 450px;
    height: 450px;
    background-image: var(--texture-footer);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
section.footnote .inner .castle {
    position: absolute;
    right: -85px;
    bottom: -60px;
    width: 350px;
    height: 350px;
    background-image: var(--castle-md);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

@media only screen and (min-width: 1100px) {

    section.footnote .inner .texture-footer {
        right: 0;
        bottom: 0;
        width: 100%;
        height: 550px;
        transform: translateY(40%);        
        background-position: center top;
        background-size: cover;
    }

}

@media only screen and (max-width: 960px) and (min-width: 425px) {

    section.footnote .inner .texture-footer {
        right: 0;
        bottom: 0;
        width: 100%;
        height: 550px;
        transform: translateY(40%);
        background-position: center top;
        background-size: cover;
    }

}




/* =======================
        FOOTER
======================= */
section.footer {
    background: var(--wood-clr);
    padding: 0;
}
section.footer .footer-inner {
    padding: 5px 0;
}
section.footer .footer-inner p {
    font-weight: normal;
    color: var(--light-clr);    
}
section.footer .footer-inner .footer-logo {
    width: 55px;
}
section.footer .footer-inner .footer-logo path {
    fill: var(--light-clr);
}

@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(--fs-content) + 2px);
    }
    section.footer .footer-inner.flex-column .footer-logo {
        margin-top: 10px;
        width: 150px;
    }
}




/* Texture Outer */
.texture-outer {
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.texture-outer.top {
    top: 0;
}
.texture-outer.bottom {
    bottom: 0;
}



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



/* KADO  */
.container.wedding-gifts-wrap{
    background-color: var(--primary-clr);
}
.hadiah-card-button, .buying-kado-btn, .kado-send-btn{
    background-color: var(--btn-04-clr) !important;
    color: var(--light-clr) !important;
    cursor: pointer !important;
    border: none !important;
    font-family: var(--anglecia) !important;
    border-radius: 4px !important;
    font-size: var(--fs-content);
}


.modal-kado-header .title, .kado-description .kado-name, .modal-confirm-header .title, .img-caption{
    color: inherit;
    font-family: var(--anglecia) !important;
    font-size: calc(var(--fs-content) + 2px);
}

 .modal-kado-header .address, .modal-kado-header .caption{
    font-family: var(--anglecia) !important;
    color: inherit;
    font-size: var(--fs-content) !important;
}

.confirm-kado-btn{
    border: none !important;
    outline: none !important;
    border: 1px solid var(--btn-04-clr) !important;
    color: var(--btn-04-clr)     !important;
    font-family: var(--anglecia) !important;
    width: 100%;
    border-radius: 4px !important;
    font-weight: 500 !important;
    font-size: var(--fs-content);
}
.kado-description .kado-ket{
    font-family: var(--anglecia) !important;
    font-size: calc(var(--fs-content)) - 2px;
}
.modal-kado-note .note-kado {
    font-size: calc(var(--fs-content) - 3px);
    font-family: var(--anglecia) !important;
}
.confirm-kado-btn:hover{
    border: 1px solid  #212121  !important;
    background-color: #212121  !important;
    color: var(--light-clr)  !important;
}

.hadiah-card-button:hover, .buying-kado-btn:hover, .kado-send-btn:hover{
    background-color: #212121!important;
    color: var(--light-clr)   !important;
}

.wedding-gift-address-label, .inner-address-info{
    font-family: var(--anglecia);
    font-weight: 500 !important;
    color: var(--text-primary);
    font-size: var(--fs-content) !important; 
}

.btn-hadiah-copy{
    color: var(--button-background-primary) !important;
    border: 1px solid var(--button-background-primary) !important;
/*     font-family: var(--anglecia) !important; */
}

.hadiah-card-title{
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hadiah-card-price {
    font-size: calc(var(--fs-content) - 2px) !important;
    color: #CB3A31 !important;
    padding: 4px !important;
    font-weight: 500 !important;
}

.hadiah-card-amount, .hadiah-card-amount .total-amount{
    font-weight: 500 !important;
    font-size: calc(var(--fs-content) - 2px) !important;
}

.wedding-gifts-title{
    /* font-family: var(--heading-family) !important;
    font-size: calc(var(--heading-size) + 15px) !important;
    line-height: 1 !important;
    margin-bottom: 0.25em !important;
    color: var(--text-primary) !important;  */
}

.wedding-gifts-description{
    /* color: var(--text-primary) !important;
    font-weight: 500 !important; */
    
}



/* =============================
        DRESSCODE
============================= */
.dress-wrapper .dress-title {
    font-size: calc(var(--fs-title) - 15px);
    line-height: 1.2;
    font-weight: normal;
    font-family: var(--playfair);
    color: var(--dark-clr);
}
.dress-wrapper .dress-desc,
.dress-wrapper .dress-item-title,
.dress-wrapper .dress-note {
    font-size: calc(var(--fs-content) + 2px);
    font-family: var(--anglecia);
    line-height: 1.5;
    color: var(--dark-clr);
}

/* =============================
        INVITATION LABEL
============================= */
.kat-page__side-to-side .primary-pane .inner .details .invitation-category .category-icon svg path,
section.top-cover .inner .details .invitation-category .category-icon svg path {
    fill: var(--light-clr);
    stroke: var(--light-clr);
}

/*========================
    RSVP PLUS
==========================*/

.rsvpPlus-questionWrapper-container {
    padding: 20px;
    padding-bottom: 0px;
}