@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Raleway */
@font-face {
    font-family: "Raleway Black";
    src: url('https://katsudoto.id/plugin/fonts/raleway/Raleway-Black.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway Bold";
    src: url('https://katsudoto.id/plugin/fonts/raleway/Raleway-Bold.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: url('https://katsudoto.id/plugin/fonts/raleway/Raleway-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway Light";
    src: url('https://katsudoto.id/plugin/fonts/raleway/Raleway-Light.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway SemiBold";
    src: url('https://katsudoto.id/plugin/fonts/raleway/Raleway-SemiBold.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Tiani */
body.tiani {

    /* Font Family */
    --raleway-black: "Raleway Black", sans-serif;
    --raleway-bold: "Raleway Bold", sans-serif;
    --raleway: "Raleway", sans-serif;
    --raleway-light: "Raleway Light", sans-serif;
    --raleway-semibold: "Raleway SemiBold", sans-serif;

    --bonheur: 'Bonheur Royale', cursive;
    --garamond: 'EB Garamond', serif;
    --viaoda: 'Viaoda Libre', cursive;

    /* Font Size */
    --fs-title: 34px;
    --fs-content: 18px;

    /* Attribute */
    --body-height: 100vh;    
}

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

    /* Tiani */
    body.tiani {
        /* Font Size */
        --fs-title: 44px;
        --fs-content: 20px;
    }

}

/* Original Color */
body.tiani.original {
    /* Color */
    --primary-clr:  #465644;
    --secondary-clr: #C4C9B2;
    --tertiary-clr:  #F6F0E3;
    --wood-clr: #F1EAD8;
    --wood-rgb: 241, 234, 216;

    --input-clr: #D2D6C4;
    --font-clr: #030303;

    --dark-blue: #0A1172;
    --dark-red: #571717;
    --maroon: #800000;

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

    --shadow-01: 10px 20px 39px -8px rgba(192, 198, 195, 0.26);

    /* Ornament */
    --orn-single-01: url("https://katsudoto.id/media/template/exclusive/tiani/original/orn-single-01.png");
    --orn-single-02: url("https://katsudoto.id/media/template/exclusive/tiani/original/orn-single-02.png");
    --orn-single-03: url("https://katsudoto.id/media/template/exclusive/tiani/original/orn-single-03.png");

    --orn-group-01: url("https://katsudoto.id/media/template/exclusive/tiani/original/orn-group-01.png");
    --orn-group-02: url("https://katsudoto.id/media/template/exclusive/tiani/original/orn-group-02.png");
    --orn-group-03: url("https://katsudoto.id/media/template/exclusive/tiani/original/orn-group-03.png");

    --flower-01: url("https://katsudoto.id/media/template/exclusive/tiani/original/flower-01.png");
    
    --couple-frame: url("https://katsudoto.id/media/template/exclusive/tiani/original/couple-frame.png");
    --cover-frame: url("https://katsudoto.id/media/template/exclusive/tiani/original/cover-frame.png");

    --bg-couple-hands: url("https://katsudoto.id/media/template/exclusive/tiani/original/bg-couple-hands.png");
    --bg-forest: url("https://katsudoto.id/media/template/exclusive/tiani/original/bg-forest.png");
    --bg-house: url("https://katsudoto.id/media/template/exclusive/tiani/original/bg-house.png");
    --bg-save-the-date: url("https://katsudoto.id/media/template/exclusive/tiani/original/bg-save-the-date.jpg");

    --blur-01: url("https://katsudoto.id/media/template/exclusive/tiani/original/blur-01.png");
    --blur-02: url("https://katsudoto.id/media/template/exclusive/tiani/original/blur-02.png");
    --blur-03: url("https://katsudoto.id/media/template/exclusive/tiani/original/blur-03.png");
}

body.tiani h1,
body.tiani h2,
body.tiani h3,
body.tiani h4,
body.tiani h5,
body.tiani h6 {
    font-size: var(--fs-title);
    font-family: var(--viaoda);
    font-weight: normal;
    line-height: normal;
    color: var(--dark-clr);
}
body.tiani p {
    font-family: var(--garamond);
    font-size: var(--fs-content);
    line-height: 1.4;  
    color: var(--dark-clr);
}
body.tiani sup {
    font-family: inherit;
    font-size: 0.7em;
    color: inherit;
}
body.tiani font {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
    font-style: inherit;
}

html {
    scroll-behavior: smooth;
}
body.tiani {
    overflow: visible;
}
@media only screen and (max-width: 960px) {
    body.tiani {
        overflow: hidden;
    }
}

body.tiani::-webkit-scrollbar {
    width: 10px;
    height: 15px;
}
body.tiani::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
    border-width: 2px;
    background-color: var(--primary-clr);
}

.form-control:focus, 
.form-control:active {
    background: #fff;
    box-shadow: 0 0 2px var(--primary-clr);
    border-color: var(--primary-clr);
}



/* ============================================
    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: relative;
    right: 0;
    background: #fff;
    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;
}
.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: rgb(0 0 0 / 30%); */   
    background: linear-gradient(to bottom, rgb(0 0 0 / 50%) 0%, rgb(255 255 255 / 0%), rgb(0 0 0 / 50%) 90%);
    background: -o-linear-gradient(to bottom, rgb(0 0 0 / 50%) 0%, rgb(255 255 255 / 0%), rgb(0 0 0 / 50%) 90%);
    background: -moz-linear-gradient(to bottom, rgb(0 0 0 / 50%) 0%, rgb(255 255 255 / 0%), rgb(0 0 0 / 50%) 90%);
    background: -webkit-linear-gradient(to bottom, rgb(0 0 0 / 50%) 0%, rgb(255 255 255 / 0%), rgb(0 0 0 / 50%) 90%);
}
.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) + 60px);
    color: var(--light-clr);
    line-height: 1.4;
    font-family: var(--bonheur);
}
.kat-page__side-to-side .primary-pane .inner .details p {
    font-size: calc(var(--fs-content) + 5px);
    color: var(--light-clr);
    margin-left: 7.5px;
}
/* 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: rgba(0 0 0 / 50%);    
}
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 30vh;
    font-size: calc(var(--fs-title) + 30px);
    color: var(--light-clr);
    font-family: var(--bonheur);
    line-height: 1.4;
}
section.top-cover .inner .details h3 {
    font-size: calc(var(--fs-content) - 4px);
    color: var(--light-clr);
    letter-spacing: 5px;
    margin-bottom: 10px;
}
section.top-cover .inner .details p {
    font-size: calc(var(--fs-content) + 2px);
    color: var(--light-clr);    
}

/* Cover free text */
section.top-cover .cover-free-text {
    font-family: var(--garamond);
    font-size: calc(var(--fs-content) + 2px);
    color: var(--light-clr);
    line-height: 1.4;
}

section.top-cover .inner .details a.link {
    min-width: 220px;
    background-color: var(--primary-clr);
    border: 1px solid var(--primary-clr);
    color: var(--light-clr);
    font-size: var(--fs-content);
    font-family: var(--garamond);
    text-decoration: none;
    margin: 15px auto 10px;
    display: inline-block;    
    padding: 10px 30px;
    border-radius: 25px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
section.top-cover .inner .details a.link:hover {
    border-color: var(--secondary-clr);
    background-color: var(--secondary-clr);
    color: var(--light-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
============================== */
.cover {
    background-color: var(--wood-clr);
    min-height: var(--body-height);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.cover .inner {
    position: relative;
    padding: 40px 0 60px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Head */
.cover .inner .head {
    width: 100%;
    padding: 20px;
    text-align: center;
}
.cover .inner .head .logo-wrap {
    width: 45px;
    margin: 0 auto;
    margin-bottom: 15px;    
}
.cover .inner .head .logo {
    width: 100%;
    height: auto;    
    display: block;
    object-fit: contain;
    object-position: center;
}
.cover .inner .head .top-text {
    font-size: calc(var(--fs-content) + 1px);
}

/* Body */
.cover .inner .body {
    position: relative;
    width: 100%;    
}

/* Cover Preview Wrap */
.cover .inner .body .cover-preview-wrap {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 160%;
    max-width: 800px;
    height: 200px;
}

/* Cover Frame */
.cover .inner .body .cover-preview-wrap .cover-frame {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: var(--cover-frame);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Preview Container */
.cover .inner .body .preview-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    height: 98%;
    max-width: 100vw;
    margin: 0 auto;    
    background: var(--primary-clr);
    /* background: #212121; */
}
.cover .inner .body .preview-container .slick-list {
    width: 100%!important;
    height: 100%!important;
}
.cover .inner .body .preview-container .slick-track {
    width: 100%!important;
    height: 100%!important;
    position: relative!important;
}
.cover .inner .body .preview-container .picture {
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
    position: absolute!important;    
    background-color: #ffffff;
}
.cover .inner .body .preview-container .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Foot */
.cover .inner .foot {
    padding: 20px;
    text-align: center;
}
.cover .inner .foot .bottom-text {
    font-size: calc(var(--fs-content) + 2px);
}
.cover .inner .foot .prime-title {
    font-family: var(--bonheur);
    font-size: calc(var(--fs-title) + 25px);
    line-height: 1.4;
    margin: 0px auto;
}
.cover .inner .foot .date {
    font-size: calc(var(--fs-content) + 2px);
}



/* ==============================
        Couple
============================== */
.couple-wrap {
    background-color: var(--wood-clr);
    position: relative;
    overflow: hidden;    
}
.couple-wrap .couple {
    padding: 80px 0 60px;
}

/* Couple Head */
.couple-head {
    text-align: center;
    padding: 20px;
}
.couple-head .couple-title {
    font-family: var(--viaoda);
    font-size: var(--fs-title);
    margin-bottom: 0.25em;
    line-height: 1;
}
.couple-description {
    font-family: var(--visiapro-light);
    font-style: italic;
}

/* Couple Ornament */
.couple-orn-wrap {
    margin: 40px 0 20px;
}
.couple-orn {
    width: 100px;
    height: 40px;
    display: block;
    margin: 0 auto;
    background-image: var(--orn-single-03);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


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

.couple-info {
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
}


/* Ornament */
.couple-flower {
    position: absolute;
    top: 0;
    width: 100%;    
    opacity: 1;
    background-image: var(--flower-01);
    background-size: auto 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

/* Flower Left & Right */
.couple-flower.left {
    height: 330px;    
    left: 0;
    transform: scaleY(-1) translateX(-103px) translateY(247px);
}
.couple-flower.right {
    height: 460px;
    right: 0;
    transform: scaleX(-1) scaleY(-1) translateX(-199px) translateY(73px);
}


/* Couple Preview */
.couple-preview-wrap {
    padding: 20px 0;
}
.couple-preview {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.couple-preview::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-image: var(--couple-frame);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.couple-preview .img-wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0 auto;
}
.couple-preview .img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Couple Details */
.couple-details {
    padding: 20px 10px;
    text-align: center;
}
.couple-details .couple-name {
    font-family: var(--bonheur);
    margin-bottom: 0;
    line-height: 1.4;
    font-size: calc(var(--fs-title) + 5px);
    color: var(--font-clr);
    margin-bottom: 10px;
}
.couple-details .couple-parents {
    font-family: var(--garamond);
    margin-bottom: 0.3em;
    color: var(--font-clr);
}
.couple-details .couple-bio {
    font-style: italic;
    color: var(--font-clr);
}
.couple-link {
    min-width: 220px;
    font-family: var(--garamond);
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    border-radius: 25px;
    margin-top: 1em;
    padding: 8px 20px;
    background-color: var(--secondary-clr);
    color: var(--light-clr);
    font-size: var(--fs-content);
    border: none;
    transition: all 0.25s ease-in-out;
}
.couple-link:hover {
    background-color: var(--primary-clr);
    color: var(--light-clr);
}
.couple-link > i {
    font-size: 0.8em;
}

/* Separator */
.separator-wrap {
    padding: 30px 0 25px;
}
.separator-wrap .separator {
    display: flex;
}
.separator .couple-separator {
    font-family: var(--bonheur);
    font-size: 75px;
    line-height: 1;
    margin: auto;
    color: rgb(0 0 0 / 25%);
}



/* ==============================
        Save The Date
============================== */
.save-date-wrap {
    background-color: var(--dark-red);
    background-image: var(--bg-save-the-date);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.save-date-wrap .save-date {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 66px 0 76px;
}

/* Save Date Head */
.save-date-head {
    padding: 20px;
    text-align: center;
    position: relative;
}
.save-date-head .save-date-title {
    font-size: calc(var(--fs-title) + 10px);
    color: var(--wood-clr);
}
.save-date-head .save-date-event {
    font-family: var(--garamond);
    letter-spacing: 5px;
    font-size: var(--fs-content);
    color: var(--wood-clr);
    font-weight: 300;
}

/* Save Date Body */
.save-date-body {
    
}

/* Countdown */
.countdown {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.countdown .count-item {
    text-align: center;
    background-color: var(--wood-clr);
    padding: 10px 5px 14px;
    margin: 5px;
    width: 75px;
    border-radius: 15px 0;
}
.count-item .count-num {
    font-family: var(--raleway-semibold);
    line-height: 1;
    font-size: calc(var(--fs-title) + 4px);
    color: var(--font-clr);
}
.count-item .count-text {
    font-family: var(--raleway-light);    
    font-size: calc(var(--fs-content) - 6px);
    color: var(--font-clr);
}

/* Add To Calendar */
.add-to-calendar-wrap {
    padding: 20px;
    text-align: center;
}
.add-to-calendar {
    min-width: 220px;
    padding: 8px 20px;
    border-radius: 28px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-family: var(--raleway);
    font-size: calc(var(--fs-content) - 2px);
    border: 1px solid var(--wood-clr);
    color: var(--wood-clr);
    transition: all 0.25s ease-in-out;
}
.add-to-calendar:hover {
    background-color: var(--wood-clr);
    color: var(--font-clr);
}



/* ==============================
        Love Story
============================== */
.love-story-wrap {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    background-color: var(--wood-clr);
}
.love-story-wrap .story-inner {
    position: relative;
    padding: 50px 20px;
}

/* head */
.story-inner .story-head {
    padding: 20px;
    text-align: center;    
}
.story-head .story-title {

}

/* body */
.story-inner .story-body {
    
}

/* box */
.story-body .story-box {
    
}

/* Item */
.story-box .story-item {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* Picture */
.story-item .story-picture {
    width: 45%;
    margin-bottom: auto;
}
.story-item .story-picture .story-img-wrap {
    width: 100%;
}
.story-item .story-picture .story-img-wrap .story-img-link {
    display: inline-block;
    vertical-align: top;
}
.story-item .story-picture .story-img-wrap .story-img {
    width: 100%;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}

/* Details */
.story-item .story-details-wrap {
    position: relative;
    width: 55%;
    margin-left: 20px;
}
.story-item .story-details-wrap .overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18%;
    background: linear-gradient( to bottom, rgb(var(--wood-rgb), 0), rgb(var(--wood-rgb), 0.75), rgb(var(--wood-rgb), 1) );
}

.story-item .story-details {    
    width: 100%;
    padding: 0 5px 15%;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    position: relative;
}
.story-item .story-details::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.story-item .story-details .story-sub-title {
    font-size: calc(var(--fs-content) + 5px);
    font-family: var(--garamond);
    margin-bottom: 7px;
}
.story-item .story-details .story-caption {
    line-height: 1.2;
}



/* ==============================
        GALLERY
============================== */
.gallery-wrap {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    background-color: var(--wood-clr);
}
.gallery-inner {
    position: relative;
    padding: 80px 20px 120px;
}

/* Video Wrap */
.video-wrap {
    margin-bottom: 30px;
}
.video-head {
    padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
}
.video-head .video-title {

}
.video-head .video-caption {
    font-style: italic;
}

.video-body {
    
}

/* Video Item */
.vitem-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.vitem {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}
.vitem-img-wrap {
    position: relative;
    width: 100%;
}
.vitem-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.vitem-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-clr);
    background: transparent;
    transition: all 0.25s ease-in-out;
    opacity: 0.7;
}
.vitem-play-btn:hover {
    opacity: 1;
}
.vitem-caption-wrap {
    text-align: center;
    padding: 10px 0;    
}
.vitem:last-of-type .vitem-caption-wrap {
    margin-bottom: 30px;
}
.vitem-caption-wrap .vitem-caption {
    font-family: var(--garamond);
    font-size: calc(var(--fs-content) + 5px);
}

/* Photo Wrap */
.photo-wrap {    
    
}

.photo-head {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
}
.photo-head .photo-title {

}
.photo-head .photo-caption {
    font-style: italic;
}

.photo-body {
    
}

/* Potrait */
.gallery-potrait__slider-wrap {
    position: relative;
    margin-bottom: 20px;
}

/* Potrait Slider */
.gallery-potrait__slider {
    position: relative;
}
.gallery-potrait__slider .slick-list {
    margin: 0 -7px;
}
.gallery-potrait__slider .potrait-item {
    margin: 0 7px;
}
.gallery-potrait__slider .potrait-img-wrap {
    width: 100%;
    height: 200px;
}
.gallery-potrait__slider .potrait-link {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.gallery-potrait__slider .potrait-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Landscape */
.gallery-landscape__slider-wrap {
    position: relative;
}

/* Landscape Slider */
.gallery-landscape__slider {
    position: relative;
}
.gallery-landscape__slider .slick-list {
    margin: 0 -7px;
}
.gallery-landscape__slider .landscape-item {
    margin: 0 7px;
}
.gallery-landscape__slider .landscape-img-wrap {
    width: 100%;
    height: 200px;
}
.gallery-landscape__slider .landscape-link {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.gallery-landscape__slider .landscape-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Arrow */
.gallery-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    padding: 10px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.25s ease-in-out;
}
.gallery-slider__arrow:hover {
    opacity: 1;
}
.gallery-slider__arrow.prev {
    left: 10px;
}
.gallery-slider__arrow.next {
    right: 10px;
}
.gallery-slider__arrow.slick-disabled {
    display: none!important;
}
.gallery-slider__arrow svg {
    width: 12px;
    height: auto;
    display: block;
}
.gallery-slider__arrow svg path {
    stroke: #ffffff;
}



/* ==============================
        Agenda
============================== */
.agenda-wrap {
    background-color: var(--dark-red);
    position: relative;
    overflow: hidden;
}
.agenda-inner {
    padding: 60px 0;
}

/* Agenda Head */
.agenda-head {
    padding: 20px;
    text-align: center;
}
.agenda-head .agenda-title {
    font-size: calc(var(--fs-title) + 0px);
    margin-bottom: 0.25em;
    color: var(--wood-clr);
}
.agenda-head .agenda-description {
    font-style: italic;
    color: var(--wood-clr);
}

/* Agenda Body */
.agenda-body {
    position: relative;
    z-index: 1;
}

/* Event */
.event-item {
    margin: 100px auto 0;
    position: relative;
}
.event-item:first-of-type {
    margin: 50px auto 0;
}

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

/* Maps Icon */
.event-item .ic-maps {
    width: 16px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}

/* Event Head */
.event-head {
    border-top: 1px solid rgba(241, 234, 216, 0.5);
    border-bottom: 1px solid rgba(241, 234, 216, 0.5);
    padding: 20px;
    text-align: center;
}
.event-head .event-day {
    font-family: var(--viaoda);
    font-size: calc(var(--fs-title) - 3px);
    line-height: normal;
    margin-bottom: 0.15em;
    color: var(--wood-clr);
}
.event-head .event-date {
    font-size: calc(var(--fs-title) - 3px);
    font-family: var(--viaoda);
    color: var(--wood-clr);
}
.event-head .event-description {
    font-style: italic;
    margin-top: 0.25em;
    font-family: var(--garamond);
    color: var(--wood-clr);
}

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

.activity-item {
    margin-top: 35px;
}
.activity-head {
    padding: 20px;
    text-align: center;
}
.activity-head img.activity-icon-image {
    width: 55px;
}
.activity-head .activity-icon {
    width: 55px;
    height: 55px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.activity-head .activity-icon path {
    fill: var(--wood-clr);
}
.activity-head .activity-title {
    margin-bottom: 0.25em;
    color: var(--wood-clr);
}
.activity-head .activity-description {
    font-style: italic;
    font-family: var(--garamond);
    margin-bottom: 0.5em;
    color: var(--wood-clr);
}
.activity-head .activity-time {
    font-family: var(--garamond);
    font-size: var(--fs-content);
    display: inline-block;
    vertical-align: top;
    color: var(--wood-clr);
}

/* Agenda Details */
.event-details,
.activity-details {
    padding: 20px;
    text-align: center;
}
.event-details .event-hall,
.activity-details .activity-hall {
    font-family: var(--garamond);
    margin-bottom: 0.75em;
    color: var(--wood-clr);
}
.event-details .event-address,
.activity-details .activity-address {
    margin-bottom: 0.25em;
    color: var(--wood-clr);
}
.event-details .event-city,
.activity-details .activity-city {
    font-style: italic;
    color: var(--wood-clr);
}
.event-link-wrap,
.activity-link-wrap {
    margin-top: 20px;
}
.event-link,
.activity-link {
    width: 100%;
    max-width: 160px;
    text-decoration: none;    
    padding: 10px 20px;
    border-radius: 22px;
    background-color: var(--wood-clr);
    border: 1px solid var(--wood-clr);
    color: var(--dark-red);
    display: inline-block;
    vertical-align: top;
    font-family: var(--garamond);
    font-size: calc(var(--fs-content) - 2px);
    transition: all 0.25s ease-in-out;
}
.event-link:hover,
.activity-link:hover {
    border-color: var(--secondary-clr);
    background-color: var(--secondary-clr);
    color: var(--light-clr);
}

/* Agenda Foot */
.agenda-foot {
    margin-top: 50px;
}

.agenda-couple-hands-wrap {
    position: relative;
    margin: 80px auto 60px;
}
.agenda-couple-hands {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 104%;
    height: auto;
    display: block;
}

.agenda-quote-wrap {
    width: 100%;
    max-width: 420px;
    margin: 0px auto;
    padding: 40px 20px;
    text-align: center;
}
.agenda-quote-wrap .agenda-quote {
    font-family: var(--garamond);
    line-height: 1.5;
    font-size: calc(var(--fs-content) + 0px);
    color: var(--wood-clr);
}

/* Next Agenda is Live Streaming */
.agenda-group + section.live-streaming .inner {
    padding: 60px 0 20px;
}


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

/* ==============================
        RSVP
============================== */
.torsvp__btn-wrap {
    margin-top: 7px;
}
.torsvp__btn {
    font-size: calc(var(--fs-content) + 2px);
    font-family: var(--garamond);
    color: var(--dark-clr);
    font-weight: normal;
    padding: 5px 20px;
}
.torsvp__btn:hover {
    background: var(--primary-clr);
    color: var(--light-clr);
}


.rsvp-wrap {
    position: relative;
    overflow: hidden;
    background-color: var(--tertiary-clr);
}
.rsvp-inner {
    padding: 100px 0 20px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

/* Head */
.rsvp-head {    
    text-align: center;
}
.rsvp-head .rsvp-title {
    font-size: var(--fs-title);
    letter-spacing: 5px;
}

.rsvp-body {
    padding: 0 20px;
}

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

/* RSVP Status */
.rsvp-status-wrap {
    margin-bottom: 20px;
    transition: margin-bottom 0.25s ease-in-out;
}
.rsvp-status-head {
    padding: 20px;
    text-align: center;
}

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

/* RSVP Amount */
.rsvp-amount-wrap {
    background-color: var(--wood-clr);
    padding: 10px;
    border-radius: 15px;
    transition: opacity 0.25s ease-in-out;
}
.rsvp-amount-head {    
    text-align: center;
    padding: 20px;
}
.rsvp-amount-caption {
    margin-bottom: 0.5em;
}

.rsvp-amount-body {
    
}


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

.rsvp-amount-controller .toggle-btn {
    background-color: transparent;
    border: none;
    outline: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.rsvp-amount-controller .toggle-icon {
    width: 15px;
    height: auto;
    display: block;
}

.rsvp-amount-controller .toggle-btn.plus {
    border-color: var(--primary-clr);
    background-color: var(--primary-clr);
    color: var(--light-clr);
}
.rsvp-amount-controller .toggle-btn.plus .toggle-icon path {
    stroke: var(--light-clr);
}
.rsvp-amount-controller .toggle-btn.plus:hover {
    border-color: var(--secondary-clr);
    background-color: var(--secondary-clr);
    color: var(--light-clr);
}
.rsvp-amount-controller .toggle-btn.plus:hover .toggle-icon path {
    stroke: var(--light-clr);
}
.rsvp-amount-controller .toggle-btn.minus {
    border-color: var(--primary-clr);
    color: var(--primary-clr);
}
.rsvp-amount-controller .toggle-btn.minus .toggle-icon path {
    stroke: var(--primary-clr);
}
.rsvp-amount-controller .toggle-btn.minus:hover {
    border-color: var(--secondary-clr);
    background-color: var(--secondary-clr);
    color: var(--light-clr);
}
.rsvp-amount-controller .toggle-btn.minus:hover .toggle-icon path {
    stroke: var(--light-clr);
}

.rsvp-amount-controller .input-wrap {
    
}

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

    width: 85% !important; 
    height: 40px;
    margin: 0 20px;
    border-radius: 0;    
    background-color: transparent;
    text-align: center;
    font-family: var(--raleway-semibold);
    font-size: var(--fs-content);
    color: var(--font-clr);
    border: none;
    border-top: 1px solid rgb(0 0 0 / 25%);
    border-bottom: 1px solid rgb(0 0 0 / 25%);
    pointer-events: none;
}

.rsvp-status-wrap .form-group {
    margin: 0;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.form-control.member-input,
.form-control.group-guest {
    border-radius: 100px;    
    background-color: transparent;
    text-align: center;
    font-family: var(--raleway-semibold);
    font-size: var(--fs-content);
    color: var(--font-clr);
    border: 1px solid rgb(0 0 0 / 25%);
}

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

.rsvp-confirm-wrap label {
    display: inline-block;
}
.rsvp-confirm-btn {
    width: 240px;
    display: block;
    padding: 12px 20px;
    margin: 0 auto 10px;
    border-radius: 25px;
    font-family: var(--garamond);
    font-size: var(--fs-content);
    background-color: transparent;
    border: 1px solid transparent;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

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


.rsvp-status-wrap input[name="rsvp_status"]:checked + .rsvp-confirm-btn.going,
.rsvp-confirm-btn.going:hover {
    border-color: var(--primary-clr);
    background-color: var(--primary-clr);
}
.rsvp-confirm-btn.not-going {
    border-color: var(--secondary-clr);
    color: var(--secondary-clr);
}
.rsvp-session-btn {
    border-color: var(--primary-clr);
    background-color: var(--primary-clr);
    color: #FFFFFF;
    font-family: var(--garamond);
    font-size: var(--fs-content);
}

.rsvp-session-btn:hover {
    background-color: var(--secondary-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{
    background-color: var(--secondary-clr);
    border-color: var(--secondary-clr);
    color: #fff;
}
.rsvp-status-wrap input[name="rsvp_status"]:checked + .rsvp-confirm-btn.not-going,
.rsvp-confirm-btn.not-going:hover {
    border-color: var(--primary-clr);
    background-color: var(--primary-clr);
    color: var(--light-clr);
}

.rsvp-confirm-btn.confirm {
    border-color: var(--maroon);
    background-color: var(--maroon);
    color: var(--light-clr);
}
.rsvp-confirm-btn.confirm:hover {
    border-color: var(--dark-red);
    background-color: var(--dark-red);
    color: var(--light-clr);
}

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

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


/* QR Card */
.rsvp-qrcard-wrap {
    /* margin-top: 20px; */
    margin-bottom: 40px;
}
.rsvp-qrcard-img-wrap {
    margin-bottom: 30px;
}
.rsvp-qrcard-img {
    display: block;
    width: 100%;
    max-width: 240px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

/* RSVP Message */
.rsvp-message-wrap {
    margin-top: 20px;
}
.rsvp-message-content {
    background-color: transparent;
    border-radius: 15px;
    border: 1px solid var(--dark-clr);
    padding: 40px 20px;
    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(--raleway-bold);
    font-size: calc(var(--fs-content) - 1px);
    margin-bottom: 10px;
}
.rsvp-message-wrap .rsvp-message-caption {
    font-family: var(--raleway);
    font-size: calc(var(--fs-content) - 3px);
}

/* RSVP Change */
.rsvp-change-wrap {
    padding: 20px;
}

/* RSVP Separator */
.rsvp-separator-wrap {
    margin: 30px 0;
}
.rsvp-separator-wrap .rsvp-separator {
    width: 70px;    
    height: 30px;
    display: block;
    margin: 0 auto;
    background-image: var(--orn-single-01);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}



/* ==============================
        Live Streaming
============================== */
section.live-streaming {
    background-color: var(--tertiary-clr);
    padding: 0;
    position: relative;
    overflow: hidden;
}
section.live-streaming .inner {
    padding: 20px 0;
    max-width: 500px;
}
section.live-streaming .inner .head {
    padding: 20px;
}
section.live-streaming .inner .head h1 {
    padding: 0;
    margin-bottom: 0.25em;
    color: var(--font-clr);
    font-size: var(--fs-title);
}   
section.live-streaming .inner .head p {
    font-style: italic;
    font-size: var(--fs-content);
    font-family: var(--garamond);
    color: var(--font-clr);
}

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

.live-streaming .inner .body p {
    font-size: var(--fs-content);
    color: var(--font-clr);
}
.live-streaming .inner .body p.meeting-text {
    font-size: calc(var(--fs-content) + 3px);
    font-family: var(--garamond);
}
.live-streaming .inner .body > .streaming-info {
    padding: 20px;
}

.live-streaming .inner .body > .streaming-info > div.zoom-details {
    padding: 10px 20px;
    flex-wrap: nowrap;
    gap: 10px;
}
.live-streaming .inner .body > .streaming-info > div.zoom-details > div {
    margin: 0;
    padding: 10px 20px 8px;
    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: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wood-clr);
}
.live-streaming .inner .body > .streaming-info > div > .preview.google-meet > img {
    width: 62.5%;
    height: auto;
    border-radius: 0;
}

.live-streaming .inner .body > .streaming-info > div > .preview.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;
}
@media only screen and (min-width: 425px) {
    .live-streaming .inner .body > .streaming-info > div > .preview.wide.youtube {
        height: auto;
    }
}

.live-streaming .inner .body > .streaming-info > div.link > a {
    border-radius: 25px;
    font-family: var(--garamond);
    font-weight: normal;
    font-size: var(--fs-content);
    background-color: var(--maroon);
    color: var(--light-clr);
    padding: 15px 25px;
}
.live-streaming .inner .body > .streaming-info > div.link > a:hover {
    background-color: var(--wood-clr);
    color: var(--maroon);
}



/* =====================================
        INSTAGRAM FILTER
==================================== */
.ig-filter-wrap {
    background-color: var(--tertiary-clr);
    position: relative;
    overflow: hidden;
}
.ig-filter {
    width: 100%;
    max-width: 500px;
    padding: 20px 0 30px;
}

.ig-filter-head {
    margin-bottom: 10px;
}
.ig-filter-head .ig-filter-caption {
    font-style: italic;
}

.ig-filter-link {
    min-width: 220px;
    border-radius: 25px;
    padding: 12px 20px;
    color: var(--light-clr);
    font-family: var(--garamond);
    font-size: var(--fs-content);
    background-color: var(--maroon);
    border: none;
    transition: all 0.25s ease-in-out;
}
.ig-filter-link:hover {
    background-color: var(--dark-red);
}



/* ==============================
        Wedding Gift
============================== */
.wedding-gift-wrap {
    position: relative;
    overflow: hidden;
    background-color: var(--tertiary-clr);
}
.wedding-gift-inner {
    padding: 30px 0 40px;
}

/* Head */
.wedding-gift-head {
    padding: 20px;
    text-align: center;
}
.wedding-gift-head .wedding-gift-title {
    margin-bottom: 0.25em;
}
.wedding-gift-head .wedding-gift-description {
    font-style: italic;
    font-family: var(--garamond);
}

/* Body */
.wedding-gift-body {
    padding: 20px;
    position: relative;
    z-index: 1;
}
.wedding-gift-form {
    position: relative;
    border-radius: 10px;
    background-color: var(--light-clr);
}
.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;
}
#weddingGiftForm .wedding-gift-slide {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

/* 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;
}
.wedding-gift-select-bank-wrap .selectize-control.form-control:focus,
.wedding-gift-select-bank-wrap .selectize-control.form-control:active {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.wedding-gift-select-bank-wrap .selectize-control.form-control .selectize-input {
    background: var(--primary-clr)!important;
}
.wedding-gift-select-bank-wrap .selectize-control.form-control .selectize-input::after {
    border-top-color: var(--light-clr);
}
.wedding-gift-select-bank-wrap .selectize-control.form-control .select-bank__title {
    color: var(--light-clr);
    font-family: var(--garamond);
}

.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(--dark-clr);
    font-family: var(--garamond);
    font-size: var(--fs-content);
}
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .select-bank__credential {
    color: var(--dark-clr);
    font-family: var(--garamond);
    font-size: calc(var(--fs-content) - 3px);
}
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .item:hover {
    background-color: var(--secondary-clr)!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: #E7EBE9;
    padding: 10px 0;
    border-radius: 5px;
}
.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(--fs-content);
    font-family: var(--garamond);
}
.wedding-gift-bank-wrap .bank-detail > div {
    margin-top: 0.75em;
}

.wedding-gift-bank-wrap .bank-account-number-label,
.wedding-gift-bank-wrap .bank-account-name-label {
    font-size: calc(var(--fs-content) - 2px);
    font-family: var(--garamond);
    color: rgb(0 0 0 / 50%);
    display: block;
    margin-bottom: 0.25em;
}
.wedding-gift-bank-wrap .bank-account-number {
    font-size: var(--fs-content);
    font-family: var(--garamond);
    cursor: pointer;
    display: inline-block;
    word-break: break-all;
}
.wedding-gift-bank-wrap .bank-account-number > i {
    font-size: 0.7em;
    margin-left: 0.4em;
}

.wedding-gift-bank-wrap .bank-account-name {
    font-size: var(--fs-content);
    font-family: var(--garamond);
    word-break: break-all;
}

/* 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(--garamond);
    font-size: var(--fs-content);
    padding-left: 20px;
    display: block;
}
.wedding-gift-sender-data-wrap .form-group {
    margin-top: 1.25em;
    margin-bottom: 0;
}
.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: #E7EBE9;
    border: none;
    border-radius: 5px;
    padding: 15px;
    font-family: var(--garamond);
    font-size: var(--fs-content);
}
.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: 100%;
    display: block;
    font-family: var(--garamond);
    font-size: calc(var(--fs-content) + 2px);
    color: var(--light-clr);
    background-color: var(--maroon);
    border: none;
    padding: 16.5px 25px;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.wedding-gift-page:hover {
    background-color: var(--dark-red);
}

.wedding-gift-page > i {
    font-size: 0.7em;
    margin-left: 5px;
}

/* Wedding Gift Back Page */
.wedding-gift-back-page-wrap {    
    padding: 20px 0;
}
.wedding-gift-back-page {
    background-color: transparent;
    border: none;
    outline: none;
    color: rgb(0 0 0 / 50%);
    font-size: 28px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.wedding-gift-back-page:hover {
    color: rgb(0 0 0 / 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(--primary-clr);
    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(--garamond);
}
.wgu-description p {
    font-family: var(--garamond);
}

/* 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(--primary-clr);
}
.wgs-head .wgs-spark .stroke {
    stroke: var(--primary-clr);
}
.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(--primary-clr);
    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(--garamond);
    font-size: calc(var(--fs-content) + 5px);
}
.wgs-description {
    color: rgb(0 0 0 / 50%);
}



/* ======================
    PROTOCOL
====================== */
section.protocol {
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}
section.protocol.protocol-01 .inner .head,
section.protocol.protocol-03 .inner .head {
    padding: 20px 15px;
    background-color: var(--wood-clr);
}

section.protocol.protocol-02 .inner .head .step-outer {
    background-color: var(--primary-clr);
}
section.protocol.protocol-01 .inner .head p,
section.protocol.protocol-03 .inner .head p {
    font-size: calc(var(--fs-content) + 2px);
    color: var(--font-clr);
    font-weight: 300;
    margin-bottom: 0;
}
section.protocol.protocol-01 .inner .head h1,
section.protocol.protocol-03 .inner .head h1 {
    margin-top: 10px;
    font-size: calc(var(--fs-title) + 10px);
    font-weight: normal;
    line-height: 1.2;
    color: var(--font-clr);
}

/* Protocol 01 */
.protocol.protocol-01 .inner .body {
    margin: 10px auto 60px;
}

/* Protocol 03 */
.protocol.protocol-03 .inner .body {
    padding: 20px 0 80px;
}
section.protocol.protocol-03 .inner .body .slider .content .text-01 {
    font-family: var(--garamond);
    font-weight: normal;
    font-size: calc(var(--fs-content) + 10px);
    color: var(--primary-clr);
    text-transform: capitalize;
}
.protocol.protocol-03 .inner .body .slider_dots::before {
    border-color: var(--primary-clr);
}
.protocol.protocol-03 .inner .body .slider_dots .slider_navigator {
    background-color: var(--wood-clr);
}
.protocol.protocol-03 .inner .body .slider_dots .slider_navigator.slick-current.slick-center {
    background-color: var(--primary-clr);
}

/* Protocol 04 */
section.protocol-04 {
    background-color: var(--tertiary-clr);
    /* background-color: var(--wood-clr); */
}
section.protocol-04 .inner {
    padding: 30px 0 96px;
}
section.protocol-04 .inner .head .title {
    font-size: var(--fs-title);
    font-family: var(--viaoda);
    font-weight: normal;
    line-height: 1.7;
    color: var(--font-clr);
}
section.protocol-04 .protocol-item-wrap .protocol-item {
    background-color: transparent;
}

/* Prokes House */
.protocol .bg-house-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--wood-clr);
}
.protocol .bg-house {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    background-color: var(--wood-clr);
    transform: translateY(-110px);
}



/* ==============================
        Wedding Wish
============================== */
.wedding-wish-wrap {
    background-color: var(--secondary-clr);
    position: relative;
    overflow: hidden;
}
.wedding-wish-inner {
    position: relative;
    padding: 70px 0 100px;
}

/* head */
.wedding-wish-head {
    padding: 20px;
    text-align: center;
}
.wedding-wish-head .wedding-wish-title {
    margin-bottom: 0.25em;
    color: var(--font-clr);
}
.wedding-wish-head .wedding-wish-description {
    font-style: italic;
}

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

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

.wedding-wish-form .hide {
    display: none;
}
.wedding-wish-form .form-control {
    background-color: var(--input-clr);
    border: none;
    border-radius: 0;
    padding: 15px;
    font-family: var(--garamond);
    font-size: var(--fs-content);
}
.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-radius: 25px;
    padding: 10px 40px;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: var(--primary-clr);
    color: var(--light-clr);
    font-family: var(--garamond);
    font-size: var(--fs-content);
    transition: all 0.25s ease-in-out;
}
.wedding-wish-form .submit-comment > i {
    font-size: 0.75em;
    margin-left: 0.25em;
}
.wedding-wish-form .submit-comment:hover {
    background-color: var(--wood-clr);
    color: var(--primary-clr);
}

/* Comment Wrap */
.comment-wrap {
    padding: 20px;
    display: none;
}
.comment-wrap.show {
    display: block;
}
.comment-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(0 0 0 / 25%);
}
.comment-item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.comment-head {
    position: relative;
    margin-bottom: 15px;
}
.comment-head .comment-name {
    font-family: var(--garamond);
    font-size: calc(var(--fs-content) + 4px);
    margin-bottom: 0.15em;
    color: var(--primary-clr);
}
.comment-head .comment-name > i {
    font-size: 0.7em;
}
.comment-head .comment-date {
    font-family: var(--garamond);
    font-size: calc(var(--fs-content) - 3px);
    display: block;
    color: rgb(0 0 0 / 50%);
}

.comment-head .delete-comment {
    position: absolute;
    top: 5px;
    right: 0;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: rgb(0 0 0 / 50%);
    transition: color 0.25s ease-in-out;
}
.comment-head .delete-comment:hover {
    color: #b22222;
}

.comment-body {
    
}
.comment-body .comment-caption {
    font-family: var(--garamond);
    color: var(--font-clr);
}

/* More Comment */
.more-comment-wrap {
    padding: 20px;
    display: none;
}
.more-comment-wrap.show {
    display: block;
}
#moreComment {
    width: 100%;
    display: block;
    border-radius: 25px;
    padding: 10px 20px;
    margin: 0 auto;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid var(--primary-clr);
    outline: none;
    color: var(--primary-clr);
    font-family: var(--garamond);
    font-size: var(--fs-content);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
#moreComment:hover {
    background-color: var(--primary-clr);
    color: var(--light-clr);
}

/* Wedding Wish Forest */
.wedding-wish-wrap .bg-forest-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.wedding-wish-wrap .bg-forest {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    transform: translateY(-50px);
}


/* ==============================
        Catatan
============================== */
.notes-container {
    background-color: var(--secondary-clr);
}
.notes-container .note {
    padding: 0px 40px 100px;
}
.note .note-title {
    color: var(--font-clr);
}
.note .note-description {

}

/* ============================================
        FOOTNOTE
============================================ */
.footnote-wrap {
    position: relative;
    overflow: hidden;
    background-color: var(--primary-clr);
}
.footnote-inner {
    padding: 100px 0 80px;
}

.footnote-details {
    text-align: center;   
    padding: 20px 10px;
}
.footnote-details .footnote-title {
    font-family: var(--bonheur);
    font-size: calc(var(--fs-title) + 25px);
    color: var(--light-clr);
    line-height: 1.5;
}

/* Footnote Ornament */
.footnote-flower {
    position: absolute;
    bottom: 0;
    width: 100%;    
    opacity: 0.3;    
    background-image: var(--flower-01);
    background-size: auto 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

/* Flower Left & Right */
.footnote-flower.left {
    height: 350px;
    left: 0;    
    transform: scaleY(-1) translateX(-100px) translateY(-172px);
}
.footnote-flower.right {
    height: 400px;    
    right: 0;    
    transform: scaleX(-1) scaleY(-1) translateX(-113px) translateY(-104px);
}


/* =======================
        FOOTER
======================= */
section.footer {
    background: var(--secondary-clr);
    padding: 0;
}
section.footer .footer-inner {
    padding: 10px 0;
}
section.footer .footer-inner p {
    font-weight: normal;
    letter-spacing: 2px;
    color: var(--light-clr);    
    font-size: var(--fs-content);
    font-family: var(--garamond);
}
.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) + 3px);
    }
    section.footer .footer-inner.flex-column .footer-logo {
        margin-top: 10px;
        width: 150px;
    }
}



/* 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 {
    width: auto;
    height: 60px;
    display: block;
    object-position: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}



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



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



/* 
    WEDDING GIFT
*/

.wedding-gifts-wrap {
  background-color: var(--tertiary-clr);
}

.wedding-gift-address-wrap > span,
.inner-address-wrap > span,
.left-side-header > h1,
.kado-description .kado-name,
.price-wrap .price-cap,
.amount-wrap .amount-cap {
  font-family: var(--garamond) !important;
  font-size: var(--fs-content) !important;
}
.detail-address > span,
.detail-address > p,
.kado-description .kado-ket,
.price-wrap .price-field,
.amount-wrap .amount-field,
.modal-kado-note .note-kado {
  font-family: var(--garamond) !important;
  font-size: calc(var(--fs-content) - 2px);
}

.hadia-card-inner > span,
.hadia-card-inner > span > span {
  font-family: var(--garamond);
}
.hadia-card-inner > span:first-of-type {
  font-size: calc(var(--fs-content) - 2px);
}

.hadia-card-inner > span:last-of-type {
  font-size: calc(var(--fs-content) - 4px);
}
.buying-kado-btn,
.kado-send-btn,
.hadiah-card-button,
.kado-send-btn {
  border-color: var(--maroon) !important;
  background-color: var(--maroon) !important;
  color: var(--light-clr) !important;
  font-family: var(--garamond) !important;
  border-radius: 6px !important;
  font-size: calc(var(--fs-content) - 2px) !important;
  transition: all 0.25s ease-in-out !important;
}

.buying-kado-btn:hover,
.kado-send-btn:hover,
.hadiah-card-button:hover,
.kado-send-btn:hover {
  background-color: var(--dark-red) !important;
  color: var(--button-text-primary) !important;
}

.confirm-kado-btn {
  border: 1px solid var(--maroon);
  color: var(--maroon);
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
  font-size: calc(var(--fs-content) - 2px);
  width: 100%;
  font-family: var(--garamond);
  transition: all 0.25 ease-in-out;
}

.confirm-kado-btn:hover {
  border: 1px solid transparent;
  color: var(--light-clr);
  background-color: var(--maroon);
}
.modal-confirm-header .title {
  font-size: calc(var(--fs-content) + 2px);
}

.caption-wrap > span {
  font-size: calc(var(--fs-content) + 2px);
}



/* =============================
        DRESSCODE
============================= */
.dress-wrapper:not(.same-location) {
    margin-top: 35px;
}
.dress-wrapper .dress-title {
    color: var(--wood-clr);    
}
.dress-wrapper .dress-desc,
.dress-wrapper .dress-item-title,
.dress-wrapper .dress-note {
    color: var(--wood-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);
}
.kat-page__side-to-side .primary-pane .inner .details .invitation-category .category-label,
section.top-cover .inner .details .invitation-category .category-label {
    color: var(--light-clr);
}