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

/* New York */
@font-face {
    font-family: "New York";
    src: url('https://katsudoto.id/plugin/fonts/NewYork.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Linda Bagus */
body.linda {

    /* Font Family */
    --darleston: "Darleston", sans-serif;
    --new-york: "New York", sans-serif;
    --tangerine: "Roboto", sans-serif;

    /* Font Size */
    --fs-title: 55px;
    --fs-sub-title: 30px;
    --fs-content: 17px;

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

@media only screen and (min-width: 1440px) {
    /* Linda Bagus */
    body.linda {
        /* Font Size */
        --fs-title: 60px;
        --fs-sub-title: 35px;
        --fs-content: 18px;
    }
}


/* Original Color */
body.linda.army {
    /* Color */
    --primary-clr:  #243C1C;
    --primary-rgb:  36, 60, 28;

    --secondary-clr: #E1C0A5;
    --secondary-rgb: 225, 192, 165;

    --tertiary-clr:  #EAE6D6;
    --tertiary-rgb:  234, 230, 214;

    --quaternary-clr: #F9F7ED;
    --quaternary-rgb: 249, 247, 237;

    --wood-clr: #DDD5B4;
    --wood-rgb: 221, 213, 180;

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

    --bg-texture: url("https://katsudoto.id/media/template/custom/linda-bagus/bg-texture.png");
    --orn-couple: url("https://katsudoto.id/media/template/custom/linda-bagus/orn-couple.png");
}

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

html {
    scroll-behavior: smooth;
    background-color: #F9F7ED;
}

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

body.linda::-webkit-scrollbar {
    width: 10px;
    height: 15px;
}
body.linda::-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 {
    min-height: 480px;
    display: block;
    position: relative;
    height: 100%;
}
.kat-page__side-to-side,
.kat-page__side-to-side * {
    -webkit-overflow-scrolling: touch;
}

.kat-page__side-to-side .primary-pane {
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    width: 61%;
}
.kat-page__side-to-side .secondary-pane {
    position: static;
    right: 0;
    width: 39%;
    margin-left: auto;
}

@media only screen and (max-width: 960px) {
    .kat-page__side-to-side .primary-pane {
        position: relative;
        width: 100%;
        display: none;
    }
    .kat-page__side-to-side .secondary-pane {
        position: relative;
        width: 100%;
    }
}



/* ============================================
    SIDE TO SIDE => PRIMARY PANE
============================================ */
.kat-page__side-to-side .primary-pane .inner {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: absolute;
}
.kat-page__side-to-side .primary-pane .inner::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, .2), rgba(0, 0, 0, .6) );
    background: -o-linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, .2), rgba(0, 0, 0, .6) );
    background: -moz-linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, .2), rgba(0, 0, 0, .6) );
    background: -webkit-linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, .2), rgba(0, 0, 0, .6) );
}
.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;    
    font-size: calc(var(--fs-title) + 60px);
    color: var(--light-clr);
    font-family: var(--tangerine);
}
.kat-page__side-to-side .primary-pane .inner .details p {
    font-size: calc(var(--fs-content) + 3px);
    color: var(--light-clr);
    font-family: var(--new-york);
}
/* 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 / 20%);
}

section.top-cover .inner .details {
    text-align: center;
    padding: 10px;
    margin-top: auto;
    margin-bottom: 15vh;
    position: relative;
    z-index: 2;
}
section.top-cover .inner .details h1 {
    padding: 0px;
    margin: 0px auto 10px;
    font-size: calc(var(--fs-title) + 15px);
    color: var(--light-clr);
    font-family: var(--tangerine);
}
section.top-cover .inner .details p {
    font-size: calc(var(--fs-content) + 2px);
    color: var(--light-clr);
    font-family: var(--new-york);
}
section.top-cover .inner .details a.link {
    background-color: var(--light-clr);
    color: var(--primary-clr);
    border: none;
    font-size: var(--fs-content);
    font-family: var(--new-york);
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    margin: 20px auto 0px;
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
section.top-cover .inner .details a.link:hover {
    background-color: var(--primary-clr);
    color: var(--light-clr);
}

/* Highlight */
section.top-cover .inner .highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
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-wrapper {
    background: var(--quaternary-clr);
    min-height: var(--body-height);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.cover-wrapper::before {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;        
    background: -webkit-linear-gradient( to bottom, rgba( var(--tertiary-rgb) , 0 ), rgba( var(--tertiary-rgb) , .5 ), rgba( var(--tertiary-rgb) , .75 ), rgba( var(--tertiary-rgb) , 1 ), rgba( var(--tertiary-rgb) , 1 ), rgba( var(--tertiary-rgb) , 1 ) );
    background:    -moz-linear-gradient( to bottom, rgba( var(--tertiary-rgb) , 0 ), rgba( var(--tertiary-rgb) , .5 ), rgba( var(--tertiary-rgb) , .75 ), rgba( var(--tertiary-rgb) , 1 ), rgba( var(--tertiary-rgb) , 1 ), rgba( var(--tertiary-rgb) , 1 ) );
    background:      -o-linear-gradient( to bottom, rgba( var(--tertiary-rgb) , 0 ), rgba( var(--tertiary-rgb) , .5 ), rgba( var(--tertiary-rgb) , .75 ), rgba( var(--tertiary-rgb) , 1 ), rgba( var(--tertiary-rgb) , 1 ), rgba( var(--tertiary-rgb) , 1 ) );
    background:         linear-gradient( to bottom, rgba( var(--tertiary-rgb) , 0 ), rgba( var(--tertiary-rgb) , .5 ), rgba( var(--tertiary-rgb) , .75 ), rgba( var(--tertiary-rgb) , 1 ), rgba( var(--tertiary-rgb) , 1 ), rgba( var(--tertiary-rgb) , 1 ) );
}


/* Cover inner */
.cover-wrapper .cover-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px 0px;
}

/* Cover Logo */
.cover-inner .cover-logo-wrap {
    position: relative;
    z-index: 3;
    margin-top: 15px;
    margin-bottom: auto;
}
.cover-logo-wrap .cover-logo {
    display: block;
    width: 50%;
    height: 100%;
    max-height: 50px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

/* Cover Picture */
.cover-inner .cover-picture-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cover-picture-wrap .cover-picture-slider {
    position: absolute;
    left: 0;
    top: 0;    
    width: 100%;
    height: 100%;
}
.cover-picture-slider .slick-list {
    width: 100%!important;
    height: 100%!important;
}
.cover-picture-slider .slick-track {
    width: 100%!important;
    height: 100%!important;
    position: relative!important;
}
.cover-picture-slider .cover-img-wrap {
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
    position: absolute!important;
}
.cover-picture-wrap .cover-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Cover Details */
.cover-inner .cover-details {
    text-align: center;
    position: relative;
    z-index: 3;
    margin-top: auto;
    margin-bottom: 16px;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cover-details .top-text {
    font-size: calc(var(--fs-content) + 1px);
}
.cover-details .prime-title {
    font-size: calc(var(--fs-title) + 15px);
    color: var(--primary-clr);
}
.cover-details .cover-date {
    font-size: calc(var(--fs-content) + 1px);
}
.cover-details .bottom-text {
    font-size: calc(var(--fs-content) - 1px);
}



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

/* Couple Head */
.couple-head {
    text-align: center;
    padding: 20px;
}
.couple-head .couple-title {
    line-height: 1.4;
    color: var(--primary-clr);
    font-size: var(--fs-title);
}
.couple-head .couple-description {
    font-family: var(--new-york);
    font-size: var(--fs-content);
    color: var(--dark-clr);
}

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

/* Couple Preview */
.couple-preview-wrap {
    position: relative;
    padding: 20px 0;
}
.couple-preview-wrap .couple-preview {  
    --width: 200px;
    --height: 250px;
    --border-radius: 100px;

    width: var(--width);
    height: var(--height);
    margin: 0 auto;    

    position: relative;  
    display: flex;
}


/* Couple Ornament */
.couple-preview .couple-orn {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: var(--orn-couple);
    background-position: 100% 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.couple-preview .couple-orn.left {
    left: 0;
}
.couple-preview .couple-orn.left.edge {
    height: 70%;
    transform: translateX(-6px) translateY(0px) scaleX(-1);
}
.couple-preview .couple-orn.left.wide {
    height: 50%;
    transform: translateX(-20px) translateY(-10px) scaleX(-1);
}
.couple-preview .couple-orn.right {
    right: 0;
}
.couple-preview .couple-orn.right.edge {
    height: 70%;
    transform: translateX(6px) translateY(0px) scaleX(1);
}
.couple-preview .couple-orn.right.wide {
    height: 50%;
    transform: translateX(20px) translateY(-10px) scaleX(1);
}

.couple-preview .img-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.couple-preview .img {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius) var(--border-radius) 0px 0px;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Couple Details */
.couple-details {
    padding: 20px 10px;
    text-align: center;
}
.couple-details .couple-name {
    color: var(--primary-clr);
    /* font-size: calc(var(--fs-title) + 0px); */
    font-size: calc(var(--fs-title) - 11px);
    font-family: var(--tangerine);
    margin: 0px -5px;
    padding: 0px 5px;
}
.couple-details .couple-parents {
    font-family: var(--new-york);
    margin-bottom: 0.3em;
    color: var(--dark-clr);
}
.couple-details .couple-bio {
    color: var(--dark-clr);
    font-style: italic;
    font-family: var(--new-york);
}

.couple-link-wrap {
    position: relative;
    margin-top: 10px;
}
.couple-link {
    font-family: var(--new-york);
    font-size: var(--fs-content);
    font-style: italic;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: var(--dark-clr);
    transition: all 0.25s ease-in-out;
    font-size: 15px !important;
}
.couple-link > i {
    font-size: 0.95em;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
}
.couple-link:hover {
    text-decoration: underline;
}

/* Separator */
.separator-wrap {
    padding: 30px 0px 25px;
}
.separator-wrap .separator {
    display: flex;
}
.separator-wrap .couple-separator {
    font-family: var(--tangerine);
    font-size: 110px;
    line-height: 1;
    margin: auto;
    color: var(--secondary-clr);
}



/* ==============================
        Love Story
============================== */
.love-story-wrap {
    position: relative;
    overflow: hidden;
    background-color: var(--primary-clr);
    border-radius: 30px 30px 0px 0px;
}

.love-story-wrap::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px 30px 0px 0px;
    background: rgba( var(--primary-rgb) , .65 );
}

/* Helicopter */
.love-story-wrap .helicopter-wrap {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 370px;
    pointer-events: none;
}
.love-story-wrap .helicopter-wrap .helicopter {
    position: absolute;
    bottom: -20px;
    right: -140px;
    width: 200%;
    height: 370px;
    transform: scaleX(-1) rotate(-6deg);
    background-image: var(--helicopter-mini);
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

/* Inner */
.love-story-wrap .story-inner {
    position: relative;
    z-index: 3;
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 200px;
}

/* Story Head */
.story-inner .story-head {
    position: relative;
    text-align: center;
}
.story-head .story-title {
    font-size: var(--fs-title);
    font-family: var(--tangerine);
    color: var(--light-clr);
}

/* Story Body */
.story-inner .story-body {
    position: relative;
    padding: 20px 0;
}

/* Stories Wrap */
.story-body .stories-wrap {
    width: 100%;
    margin: 0 auto;
}

/* Story Item */
.stories-wrap .story-item {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

/* Story Content */
.story-item .story-content {
    background-color: transparent;
    position: relative;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    background-color: var(--quaternary-clr);
    box-shadow: 0px 4px 25px 0px rgb(0 0 0 / 10%);
}

.story-content .story-preview {
    position: relative;
    display: flex;
}
.story-content .story-preview > a {
    display: inline-block;
    vertical-align: top;
}
.story-content .story-preview > a > img {
    width: 100%;
    min-height: 150px;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.story-content .story-details {
    width: 100%;    
    padding: 20px 10px;
    text-align: center;    
}
.story-details .story-details-title {
    font-family: var(--new-york);
    font-size: calc(var(--fs-content) + 3px);
    margin-bottom: 0.5em;
    color: var(--dark-clr);
}
.story-details .story-details-caption {
    font-family: var(--new-york);
    font-size: var(--fs-content);
    color: var(--dark-clr);
}

/* Stories Nav */
.story-body .stories-nav {
    width: 100%;
    max-width: 42.5px;
    margin: 0 auto;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}
.stories-nav .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: scale(.86);
    transform-origin: center;
    display: block;
    margin: 2.5px;
    background: var(--light-clr);
}
.stories-nav .slick-slide.slick-current.slick-active.slick-center .dot {
    transform: scale(1);
}



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

    padding: 30px 0 40px;
    position: relative;
}

/* Save Date Head */
.save-date-head {
    padding: 20px 0px;
    text-align: center;
    position: relative;
}
.save-date-head .save-date-title {
    font-size: var(--fs-title);
    color: var(--primary-clr);
    font-family: var(--tangerine);
}
.save-date-head .save-date-event {
    font-family: var(--new-york);
    font-size: var(--fs-content);
    color: var(--dark-clr);
}

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

/* Countdown */
.countdown {
    padding: 20px 0;

    display: flex;
    align-items: center;
    justify-content: center;
}
.countdown .count-item {
    text-align: center;
    padding: 10px 2.5px 8px;
    margin: 2.5px;
    width: 80px;
}
.count-item .count-num {
    font-family: var(--new-york);
    line-height: 1;
    font-size: calc(var(--fs-sub-title) + 13px);
    color: var(--dark-clr);
}
.count-item .count-text {
    font-family: var(--new-york);    
    font-size: calc(var(--fs-content) - 2px);
    color: var(--dark-clr);
}

/* Add To Calendar */
.add-to-calendar-wrap {
    text-align: center;
    padding: 20px 0px;
}
.add-to-calendar {
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-family: var(--new-york);
    font-size: calc(var(--fs-content) + 0px);
    background-color: var(--primary-clr);
    border: 1px solid transparent;
    color: var(--light-clr);
    transition: all 0.25s ease-in-out;
}
.add-to-calendar:hover {
    background-color: var(--wood-clr);
    color: var(--primary-clr);
}



/* ========================================
        Photo & Video Wrapper
======================================== */
.photo-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: 80% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--wood-clr);
}
.photo-video-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba( var(--quaternary-rgb) , .68 );
    z-index: 2;
}
/* Hightlight */
section.photo-video-wrapper > .highlight {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.photo-video-wrapper > .highlight .preview-container {
    width: 100%;
    height: 100%;
    display: block;
}
section.photo-video-wrapper > .highlight .preview-container .slick-list {
    width: 100%!important;
    height: 100%!important;
}
section.photo-video-wrapper > .highlight .preview-container .slick-track {
    width: 100%!important;
    height: 100%!important;
    position: relative!important;
}
section.photo-video-wrapper > .highlight .preview-container .picture {
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
    position: absolute!important;
}
section.photo-video-wrapper > .highlight .preview-container .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}


/* ==============================
        Gallery
============================== */
section.gallery {
    background-color: transparent;
    padding: 20px 0px 40px;
    position: relative;
    overflow: visible;
    z-index: 3;
}

/* Title */
section.gallery .title {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}
section.gallery .title h1 {
    padding: 0;
    margin-bottom: auto;
    font-size: var(--fs-title);
    color: var(--primary-clr);
}
section.gallery .title p {    
    font-size: var(--fs-content);
    color: var(--dark-clr);
    line-height: 1.4;
}

/* Body */
section.gallery .body {
    
}
section.gallery .body .gallery__single-slider .slider-container .slider-item .preview {
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    border: none;
    outline: none;
}
section.gallery .body .gallery__single-slider .slider-container .slider-item .preview,
section.gallery .body .gallery__single-slider .slider-container .slider-item .preview .anchor,
section.gallery .body .gallery__single-slider .slider-container .slider-item .preview .img {
    border-radius: 30px 90px 30px 90px;
}
section.gallery .body .gallery__single-slider .slider-container .slider-item:nth-child(even) .preview,
section.gallery .body .gallery__single-slider .slider-container .slider-item:nth-child(even) .preview .anchor,
section.gallery .body .gallery__single-slider .slider-container .slider-item:nth-child(even) .preview .img {
    border-radius: 90px 30px 90px 30px;
}


section.gallery + section.video-gallery {
    margin-top: -30px;
}


/* ==============================
        Video
============================== */
section.video-gallery {
    background-color: transparent;
    padding: 20px 0px 40px;
    position: relative;
    overflow: visible;
    z-index: 3;
}
section.video-gallery .inner {
    padding: 0px;
}

section.video-gallery .inner > .title {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}
section.video-gallery .inner > .title h1 {
    padding: 0;    
    margin-bottom: 0;
    font-size: var(--fs-title);
    color: var(--primary-clr);
}
section.video-gallery .inner > .title p {
    font-size: var(--fs-content);
    color: var(--dark-clr);
    line-height: 1.4;
}

section.video-gallery .inner .video-outer {
    width: 100%;
    padding: 0px;
}

section.video-gallery .inner .video-outer .video {
    width: 100%;
    margin-bottom: 0px;
    padding: 20px;
}
section.video-gallery .inner .video-outer .video .preview,
section.video-gallery .inner .video-outer .video .preview img {
    border-radius: 20px;
}
section.video-gallery .inner .video-outer .video:last-of-type {
    margin-bottom: 0;
}
section.video-gallery .inner .video-outer .video > .title {
    padding: 20px 0px 0px;
}
section.video-gallery .inner .video-outer .video > .title > p {
    font-size: calc(var(--fs-content) + 5px);
    line-height: 1.2;
    font-weight: normal;
    font-family: var(--new-york);
    color: var(--primary-clr);
}



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

.agenda-head {      
    text-align: left;
    position: relative;
    padding: 20px;
    padding-left: 50px;
}

/* Piercing */
.agenda-head .orn-piercing {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center;
    width: 10px;
    height: 10px;
    background: var(--primary-clr);
}

.agenda-head .agenda-title {
    font-size: calc(var(--fs-content) + 6px);
    font-family: var(--new-york);
    color: var(--dark-clr);
}
.agenda-head .agenda-description {
    font-family: var(--new-york);
    font-style: italic;
    color: var(--dark-clr);
    color: rgba(0, 0, 0, 0.5);
}

.agenda-body {
    position: relative;
    z-index: 1;
}

/* Event */
.event-item {
    max-width: 500px;
    margin: 50px auto 0;
    position: relative;
    text-align: center;
}
.event-item:first-of-type {
    margin-top: 30px;
}

.event-head {
    padding: 20px;
    text-align: center;
    position: relative;
    text-align: right;

    display: inline-block;
    vertical-align: top;
    max-width: 90%;
    margin: 0 auto;
}
.event-item:nth-child(even) .event-head {
    text-align: left;
}

.event-head .event-day {
    font-family: var(--new-york);
    font-size: calc(var(--fs-sub-title) - 5px);
    color: var(--primary-clr);
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.event-head .event-date {
    font-family: var(--new-york);
    font-size: calc(var(--fs-sub-title) - 5px);
    color: var(--primary-clr);
    line-height: 1;
    letter-spacing: 2px;
}
.event-head .event-description {
    margin-top: 6px;
    font-family: var(--new-york);
    color: var(--dark-clr);
}


/* Activity */
.activity-wrap {
    
}
.activity-wrap.same-location {

}

.activity-item {
    
}
.activity-head {
    padding: 20px;
    text-align: center;
}

.activity-head .activity-icon {
    width: 43px;
    height: 43px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 30px;
}
.activity-head .activity-icon.hide {
    display: none;
}
.activity-head .activity-title {
    margin-bottom: 0.25em;
    color: var(--primary-clr);
    font-size: var(--fs-title);
}
.activity-head .activity-description {
    font-family: var(--new-york);
    color: var(--dark-clr);
    margin-bottom: 0.75em;
}
.activity-head .activity-time {
    font-family: var(--new-york);
    font-size: var(--fs-content);
    color: var(--dark-clr);
}

/* Agenda Details */
.event-details,
.activity-details {
    padding: 20px;
    text-align: center;
}
.event-details .event-hall,
.activity-details .activity-hall {
    color: var(--dark-clr);
    font-family: var(--new-york);
    margin-bottom: 0.5em;
}
.event-details .event-address,
.activity-details .activity-address {
    margin-bottom: 0.5em;
    color: var(--dark-clr);
}
.event-details .event-city,
.activity-details .activity-city {
    font-family: var(--new-york);
    color: var(--dark-clr);
    font-style: italic;
}
.event-link-wrap,
.activity-link-wrap {
    margin-top: 20px;
    text-align: center;
}
.event-link,
.activity-link {    
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: var(--primary-clr);
    border: 1px solid transparent;
    color: var(--light-clr);    
    font-family: var(--new-york);
    font-size: var(--fs-content);
    text-decoration: none;    
    transition: all 0.25s ease-in-out;
}
.event-link:hover,
.activity-link:hover {
    background-color: var(--wood-clr);
}

@media (min-width: 240px) {
    .event-head {
        padding: 16px;
    }
}

@media (min-width: 520px) and (max-width: 960px) {
    .event-head .event-day {
        font-size: calc(var(--fs-sub-title) + 5px);
    }
    .event-head .event-date {
        font-size: calc(var(--fs-sub-title) + 5px);
    }
}

@media (min-width: 1440px) {
    .event-head .event-day {
        font-size: calc(var(--fs-sub-title) + 5px);
    }
    .event-head .event-date {
        font-size: calc(var(--fs-sub-title) + 5px);
    }
}



/* ==============================
        RSVP
============================== */
.torsvp__btn-wrap {
    
}
.torsvp__btn {
    font-size: calc(var(--fs-content) + 1px);
    font-family: var(--new-york);
    color: var(--dark-clr);
    border: 1px solid var(--dark-clr);
    font-weight: normal;
}
.torsvp__btn:hover {
    background: var(--primary-clr);
    border: 1px solid var(--primary-clr);
    color: var(--light-clr);
}


.rsvp-wrap {
    position: relative;
    overflow: hidden;
    padding: 40px 20px;
    background-color: var(--quaternary-clr);
}
.rsvp-inner {
    padding: 30px 0px 40px;
    position: relative;
    background-color: var(--tertiary-clr);
    border-radius: 20px;
}

/* Head */
.rsvp-head {    
    text-align: center;
}
.rsvp-head .rsvp-title {
    font-size: calc(var(--fs-title) + 10px);
    color: var(--primary-clr);
    font-family: var(--new-york);
    letter-spacing: 5px;
    line-height: 1;
}
.rsvp-head .rsvp-title.id {
    font-size: calc(var(--fs-title) - 10px);
}

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

/* RSVP Status */
.rsvp-status-wrap {
    margin: 10px auto;
}
.rsvp-status-head {
    text-align: center;
}
.rsvp-status-head .rsvp-status-caption {
    color: var(--dark-clr);
}

/* RSVP Status Body */
.rsvp-status-body {
    margin-top: 20px;
}
.session-caption-wrap .caption{

}
.rsvp-status-wrap input[name="rsvp_status"] {
    display: none;
}
.rsvp-status-wrap input[name="rsvp_status"]:checked + .rsvp-confirm-btn.going {
    background-color: var(--primary-clr);
}
.rsvp-status-wrap input[name="rsvp_status"]:hover + .rsvp-confirm-btn.going {
    background-color: var(--primary-clr);
    color: var(--light-clr);
    opacity: .75;
}
.rsvp-status-wrap input[name="rsvp_status"]:checked + .rsvp-confirm-btn.not-going {
    background-color: var(--wood-clr);
}
.rsvp-status-wrap input[name="rsvp_status"]:hover + .rsvp-confirm-btn.not-going {
    background-color: var(--wood-clr);
    color: var(--primary-clr);
    opacity: .75;
}

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

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

.rsvp-amount-body {
    
}

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

.rsvp-amount-controller .toggle-btn {
    background-color: transparent;
    border: 1px solid transparent;
    outline: none;
    height: 38px;
    width: 38px;    
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.rsvp-amount-controller .toggle-icon {
    width: 12px;
    height: 12px;
    display: block;
}
.rsvp-amount-controller .toggle-icon path {
    transition: all 0.25s ease-in-out;
    stroke: var(--dark-clr);
    stroke-width: 10px;
}

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

.rsvp-amount-controller .toggle-btn.minus {
    background-color: var(--wood-clr);
}
.rsvp-amount-controller .toggle-btn.minus .toggle-icon path {
    stroke: var(--primary-clr);
}
.rsvp-amount-controller .toggle-btn.minus:hover {
    opacity: .75;
}

.rsvp-amount-controller .input-wrap {
    flex-grow: 1;
}
.rsvp-amount-controller .input-control {
    width: 100%;
    height: 40px;
    outline: none;
    background-color: var(--light-clr);
    text-align: center;
    font-family: var(--new-york);
    font-size: calc(var(--fs-content) + 0px);
    color: var(--dark-clr);
    border: none;
    border-radius: 5px;
    pointer-events: none;
}

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

.rsvp-confirm-wrap > label {
    display: block;
    text-align: center;
}
.rsvp-confirm-btn {
    width: 100%;
    display: inline-block;
    padding: 12px 20px;
    margin: 7px auto;
    border-radius: 5px;
    line-height: 1;
    font-family: var(--new-york);
    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-session-btn{
    font-family: var(--new-york);
    font-size: var(--fs-content);
    border: 1px solid var(--primary-clr);
    color: var(--primary-clr);
    border-radius: 5px;
}

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

.rsvp-confirm-btn.going {
    background-color: var(--primary-clr);
    color: var(--light-clr);
}
.rsvp-confirm-btn.going:hover {
    opacity: .75;
}

.rsvp-confirm-btn.not-going {
    background-color: var(--wood-clr);
    color: var(--primary-clr);
}
.rsvp-confirm-btn.not-going:hover {
    opacity: .75;
}

.rsvp-confirm-btn.confirm {
    background-color: var(--primary-clr);
    color: var(--light-clr);
    font-size: calc(var(--fs-content) + 1px);
}
.rsvp-confirm-btn.confirm:hover {
    opacity: .75;
}

.rsvp-confirm-btn.download {
    background-color: var(--wood-clr);
    color: var(--primary-clr);
}
.rsvp-confirm-btn.download:hover {
    opacity: .75;
}

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


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

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

/* RSVP Message */
.rsvp-message-wrap {
    position: relative;
    margin-top: 30px;
}
.rsvp-message-content {
    background-color: transparent;
    border-radius: 5px;
    padding: 20px 0;
    text-align: center;
}
.rsvp-message-wrap .rsvp-message-icon {
    width: 27px;
    height: auto;
    margin: 0 auto 20px;
    display: none;
}
.rsvp-message-wrap .rsvp-message-icon path {
    fill: var(--dark-clr);
}
.rsvp-message-wrap .rsvp-message-title {
    font-family: var(--new-york);
    font-size: calc(var(--fs-content) + 2px);
    color: var(--dark-clr);
    line-height: 1;
    margin-bottom: 10px;
}
.rsvp-message-wrap .rsvp-message-caption {
    font-family: var(--new-york);
    font-size: var(--fs-content);
    color: var(--dark-clr);
}

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

/* ==============================
        Live Streaming
============================== */
.live-streaming {
    padding: 40px 24px;
    position: relative;
    overflow: hidden;
}
section.live-streaming .inner {
    border-radius: 15px;
    max-width: 600px;
    padding: 0;
}
section.live-streaming .inner .head {
    padding: 0px;
}
section.live-streaming .inner .head h1 {
    margin-bottom: 0.25em;
    color: var(--primary-clr);
    font-size: var(--fs-title);
}   
section.live-streaming .inner .head p {
    color: var(--dark-clr);
    font-family: var(--new-york);
    margin-bottom: 0.5em;
    font-style: normal;
}
.live-streaming .inner .body {
    padding: 0;
}
.live-streaming .inner .body p {
    font-size: calc(var(--fs-content) - 3px);
    color: var(--light-clr);
}

.live-streaming .inner .body p.meeting-text {
    font-size: var(--fs-content);
    font-family: var(--visiapro-heavy);
}
.live-streaming .inner .body > .streaming-info {
    padding: 0px;
}

.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 {
    border: 1px solid var(--light-clr);
    border-radius: 4px;
    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(--quaternary-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,
.live-streaming .inner .body > .streaming-info > div > .preview > img {
    border-radius: 4px;
}

.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 > .preview > .play-btn {
    width: 70px;
    height: 70px;
    font-size: 30px;
}

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



/* =====================================
        INSTAGRAM FILTER
==================================== */
.ig-filter {
    padding: 60px 0 40px;
    border-radius: 15px;
}

.ig-filter-head {
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
}
.ig-filter-head .ig-filter-title {
    margin-bottom: 0.2em;
    color: var(--primary-clr);
}
.ig-filter-head .ig-filter-caption {
    color: var(--dark-clr);
    font-family: var(--new-york);
    margin-bottom: 0.5em;
    font-style: normal;
}
.ig-filter-img{
    width: 100%;
    max-width: 280px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}
.ig-filter-link {

    background-color: var(--primary-clr);
    color: var(--light-clr);
    font-family: var(--new-york);
    font-size: calc(var(--fs-content) + 0px);
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.ig-filter-link:hover {
    background-color: var(--secondary-clr);
    color: var(--primary-clr);
}




/* ==============================
        Wedding Gift
============================== */
/* KADO  */
.container.wedding-gifts-wrap{
    background-color: var(--quaternary-clr);
}

.wedding-gift-wrap {
    position: relative;
    overflow: hidden;

    background-color: var(--quaternary-clr);
}
.wedding-gift-inner {
    padding: 30px 0 40px;
}

/* Head */
.wedding-gift-head {
    padding: 20px;
    text-align: center;
}
.wedding-gift-head .wedding-gift-title {
    font-family: var(--tangerine);
    font-size: var(--fs-title);
    line-height: 1.4;
    color: var(--primary-clr);    
}
.wedding-gift-head .wedding-gift-description {
    font-family: var(--new-york);
}

.wedding-gift-head + .wedding-gift-body {
    margin-top: -20px;
}

/* Body */
.wedding-gift-body {
    padding: 20px;
    position: relative;
    z-index: 1;
}
.wedding-gift-form {
    position: relative;
}

/* Wedding Gift Form */
#weddingGiftForm {
    width: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(white, black);
    background-color: #ffffff;
    border-radius: 12px;
}
#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-top: 20px;
}

/* Select Bank */
.wedding-gift-select-bank-wrap {
    padding: 20px;
    position: relative;
    z-index: 1;
}

.wedding-gift-select-bank-wrap > label {
    font-family: var(--new-york);
    font-size: var(--fs-content);
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.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-color: #fff!important;
    border-radius: 5px;
    padding: 10px 15px 8px;
    border: 1px solid rgba( var(--primary-rgb) , .5);
    box-shadow: none;
    outline: none;
}
.wedding-gift-select-bank-wrap .selectize-control.form-control:focus .selectize-input,
.wedding-gift-select-bank-wrap .selectize-control.form-control:active .selectize-input {
    border: 1px solid var(--primary-clr);
}

.wedding-gift-select-bank-wrap .selectize-control.form-control .select-bank__title {
    color: var(--dark-clr);
    font-family: var(--new-york);
}

.wedding-gift-select-bank-wrap .selectize-dropdown.form-control {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    border: 1px solid rgba( var(--primary-rgb) , .25 );
}
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .select-bank__title {
    color: var(--dark-clr);
    font-family: var(--new-york);
    font-size: var(--fs-content);
}
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .select-bank__credential {
    color: var(--dark-clr);
    font-family: var(--new-york);
    letter-spacing: 2px;
    font-size: calc(var(--fs-content) - 4px);
}
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .item {
    padding: 15px;
}
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .item:hover {
    background-color: var(--wood-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(--primary-clr);
}

/* Bank */
.wedding-gift-bank-wrap {
    padding: 0px 20px;
    margin-bottom: 30px;
}
.wedding-gift-bank-wrap .bank-item {
    padding: 15px 5px;
    display: none;
}
.wedding-gift-bank-wrap .bank-item.show {
    display: block;
}

/* Bank Detail */
.wedding-gift-bank-wrap .bank-detail { 
    text-align: center;
}
.wedding-gift-bank-wrap .bank-name {
    font-size: calc(var(--fs-content) + 2px);
    font-family: var(--new-york);
}
.wedding-gift-bank-wrap .bank-detail > div {
    margin-top: 0.75em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.25em;
}
.wedding-gift-bank-wrap .bank-account-number-label,
.wedding-gift-bank-wrap .bank-account-name-label {
    font-size: calc(var(--fs-content) - 1px);
    font-family: var(--new-york);
    color: rgba(0, 0, 0, .75);
    display: block;
    margin-right: 5px;
    text-align: right;
}
.wedding-gift-bank-wrap .bank-account-number {
    font-size: var(--fs-content);
    font-family: var(--new-york);
    cursor: pointer;
    display: inline-block;
    text-align: left;
    word-break: break-all;
}
.wedding-gift-bank-wrap .bank-account-number > i {    
    font-size: 0.6em;
    padding: 3px;
    margin-left: 0.25em;    
}
.wedding-gift-bank-wrap .bank-account-number .ic-copy {
    display: inline-block;
    vertical-align: top;
    border: 1px solid var(--dark-clr);
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}
.wedding-gift-bank-wrap .bank-account-number:hover .ic-copy {
    color: var(--light-clr);
    background-color: var(--dark-clr);
}

.wedding-gift-bank-wrap .bank-account-name {
    font-size: var(--fs-content);
    font-family: var(--new-york);
    word-break: break-all;
    text-align: left;
}

/* Bank Img Wrap */
.wedding-gift-bank-wrap .bank-img-wrap {
    margin-bottom: 25px;
    text-align: center;
    /* display: none; */
}
.wedding-gift-bank-wrap .bank-img-link {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
}
.wedding-gift-bank-wrap .bank-img {
    width: 220px;
    height: 220px;
    border: 2px solid var(--dark-clr);
    display: block;
    object-fit: cover;
    object-position: center;
}


/* Sender Data */
.wedding-gift-sender-data-wrap {
    padding: 20px;
}
.wedding-gift-sender-data-wrap label {
    font-family: var(--new-york);
    font-size: calc(var(--fs-content) + 2px);
    padding-left: 15px;
    display: block;
    text-align: center;
    font-weight: 500;
}
.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: var(--light-clr);
    border: 1px solid rgb(0 0 0 / 50%);
    border-radius: 4px;
    padding: 10px 15px;
    font-family: var(--new-york);
    font-size: var(--fs-content);
}
.wedding-gift-sender-data-wrap .form-control:focus {
    border: 1px solid #000;
    box-shadow: none;
}

/* Wedding Gift Page */
.wedding-gift-page-wrap {
    margin-top: 20px;
}
.wedding-gift-page {
    width: 100%;
    display: block;    
    font-family: var(--new-york);
    font-size: calc(var(--fs-content) + 2px);
    color: var(--light-clr);
    background-color: var(--primary-clr);
    border: none;
    padding: 20px 25px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.wedding-gift-page:hover {
    background-color: var(--wood-clr);
    color: var(--primary-clr);
}

/* Wedding Gift Back Page */
.wedding-gift-back-page-wrap {    
    padding: 20px;
}
.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-top: 20px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    position: relative;
    z-index: 1;
}

.wedding-gift-upload-wrap {
    /* flex-grow: 1; */
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 20px auto;
}
.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);
    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(--new-york);
    margin-bottom: 0.3em;
}
.wgu-description p {
    font-family: var(--new-york);
}

/* 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 {    
    position: relative;
    overflow: hidden;
    background-color: #FCF8F9;
    padding: 50px 20px;
    border-radius: 12px;
}

.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.75em;
    color: var(--primary-clr);
    font-family: var(--new-york);
    font-size: calc(var(--fs-content) + 4px);
}
.wgs-body .wgs-description {
    color: var(--dark-clr);
    font-family: var(--new-york);
}



/* ==============================
        Protocol
============================== */
section.protocol {    
    position: relative;
    overflow: hidden;
}
section.protocol.protocol-01 .inner .head,
section.protocol.protocol-03 .inner .head {
    padding: 20px 10px;
}

section.protocol.protocol-01 .inner .head,
section.protocol.protocol-03 .inner .head,
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-family: var(--new-york);
    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 {
    margin-top: 10px;
    font-size: calc(var(--fs-sub-title) + 15px);
    font-weight: normal;
    color: var(--light-clr);
    font-family: var(--new-york);
}

/* Protocol 03 */
.protocol.protocol-03 {
    background-color: transparent;
    position: relative;
    padding-bottom: 50px;
}
.protocol.protocol-03 .inner .body {
    padding: 20px 0 30px;
}
.protocol.protocol-03 .inner .body .slider .content .text-01 {
    font-family: var(--new-york);
    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::before {
    border-color: var(--primary-clr);
}
.protocol.protocol-03 .inner .body .slider_dots .slider_navigator.slick-current.slick-center {
    background-color: var(--primary-clr);
}

/* protocol 04 */
section.protocol-04 .inner .head .title {
    font-family: var(--new-york);
    font-size: var(--fs-sub-title);
    color: var(--primary-clr);
    line-height: 1.4;
}



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

/* head */
.wedding-wish-inner .wedding-wish-head {
    padding: 20px;
    text-align: center;
}
.wedding-wish-head .wedding-wish-title {
    font-family: var(--tangerine);
    font-size: var(--fs-title);
    line-height: 1.4;
    color: var(--light-clr);
}
.wedding-wish-head .wedding-wish-description {
    font-style: italic;
    font-family: var(--new-york);
    color: var(--light-clr);
}

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

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

.wedding-wish-form .hide {
    display: none;
}
.wedding-wish-form .form-control {
    background-color: #E7EBE9;
    border: none;
    border-radius: 4px;
    padding: 15px;
    font-family: var(--new-york);
    font-size: var(--fs-content);
    color: var(--primary-clr);
}
.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: 4px;
    padding: 10px 30px;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: var(--secondary-clr);
    color: var(--primary-clr);
    font-family: var(--new-york);
    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-wrap .comment-item {
    margin-bottom: 30px;
}
.comment-wrap .comment-item:last-of-type {
    margin-bottom: 0;
}

.comment-item .comment-head {
    position: relative;
    margin-bottom: 10px;
}
.comment-head .comment-name {
    font-family: var(--new-york);
    font-size: calc(var(--fs-content) + 2px);
    margin-bottom: 0.25em;
    color: var(--light-clr);
}
.comment-head .comment-name > i {
    font-size: 0.7em;
}
.comment-head .comment-date {
    font-family: var(--new-york);
    font-size: calc(var(--fs-content) - 4px);
    display: block;
    color: rgb(255 255 255 / 50%);
}

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

.comment-item .comment-body {
    
}
.comment-body .comment-caption {
    font-family: var(--new-york);
    color: var(--light-clr);
}

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


/* ==============================
        Quote
============================== */
.quote-wrap {
    position: relative;
    z-index: 3;
    background-color: transparent;
}

.quote-wrap .quote-inner {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 80px;
}
.quote-inner .quote-caption {
    font-size: calc(var(--fs-content) - 1px);
    color: var(--quaternary-clr);
}   
.quote-inner .quote-doa {
    font-size: calc(var(--fs-sub-title) + 7px);
    color: var(--quaternary-clr);
    margin-top: 80px;
}


/* ==============================
        Footnote
============================== */
.footnote-wrap {
    position: relative;
    overflow: hidden;

    padding: 60px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--primary-clr);

    min-height: 500px;
    display: flex;
    flex-direction: column;
}
.footnote-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba( var(--primary-rgb) , 0.5 );
    z-index: 2;
}

/* Hightlight */
section.footnote-wrap > .highlight {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.footnote-wrap > .highlight .preview-container {
    width: 100%;
    height: 100%;
    display: block;
}
section.footnote-wrap > .highlight .preview-container .slick-list {
    width: 100%!important;
    height: 100%!important;
}
section.footnote-wrap > .highlight .preview-container .slick-track {
    width: 100%!important;
    height: 100%!important;
    position: relative!important;
}
section.footnote-wrap > .highlight .preview-container .picture {
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
    position: absolute!important;
}
section.footnote-wrap > .highlight .preview-container .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

/* Footnote */
.footnote-wrap .footnote {
    width: 100%;
    padding: 20px;
    text-align: center;    
    position: relative;
    z-index: 3;
}
.footnote-wrap .footnote .footnote-title {
    color: var(--secondary-clr);
    font-family: var(--tangerine);
    font-size: calc(var(--fs-title) + 20px);
    line-height: 1.4;
}
.footnote-wrap .footnote .footnote-date {
    font-family: var(--new-york);
    color: var(--secondary-clr);
    font-size: calc(var(--fs-content) + 2px);
    margin-bottom: 15px;
}
.footnote-wrap .footnote .bottom-text {
    font-family: var(--new-york);
    color: var(--secondary-clr);
    font-size: calc(var(--fs-content) + 2px);
    margin-bottom: 15px;
}


/* =======================
        FOOTER
======================= */
section.footer {
    background: var(--secondary-clr);
    padding: 0;
}
section.footer .footer-inner {
    padding: 10px 0;
}
section.footer .footer-inner p {
    font-weight: normal;
    color: var(--primary-clr);    
    font-size: var(--fs-content);
    font-family: var(--butler);
}
.footer .footer-inner .footer-logo {
    width: 55px;
}
section.footer .footer-inner .footer-logo path {
    fill: var(--primary-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) + 5px);
    }
    section.footer .footer-inner.flex-column .footer-logo {
        margin-top: 10px;
        width: 150px;
    }
}



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



/* =======================
        KADO
======================= */
.hadiah-card-button, .buying-kado-btn, .kado-send-btn{
    background-color: var(--secondary-clr) !important;
    color: var(--primary-clr) !important;
    cursor: pointer !important;
    border: none !important;
    font-family: var(--new-york) !important;
    border-radius: 4px !important;
    font-size: var(--fs-content);
}

.modal-kado-header .title, .modal-confirm-header .title, .modal-kado-header .address{
    font-family: inherit;
    color: inherit;
}
.confirm-kado-btn{
    border: none !important;
    outline: none !important;
    border: 1px solid var(--primary-clr) !important;
    color: var(--primary-clr)     !important;
    font-family: var(--new-york) !important;
    width: 100%;
    border-radius: 4px !important;
    font-weight: 500 !important;
}

.confirm-kado-btn:hover{
    border: 1px solid  var(--primary-clr)  !important;
    background-color: var(--primary-clr)  !important;
    color: var(--light-clr)  !important;
}

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

.wedding-gift-address-label, .inner-address-info{
    font-family: var(--new-york);
    color: var(--dark-clr) !important;
    font-weight: 500 !important;
    font-size: var(--fs-content);
}

.btn-hadiah-copy{
    color: var(--light-clr) !important;
    border: 1px solid var(--light-clr) !important;
/*     font-family: var(--new-york) !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(--tangerine) !important;
    font-size: var(--fs-title) !important;
    line-height: 1.4 !important;
    color: var(--primary-clr) !important;
}

.wedding-gifts-description{
    color: var(--dark-clr) !important;
    font-weight: 500 !important;
}