/* Manhattan Signature */
@font-face {
    font-family: "Manhattan Signature";
    src: url('https://katsudoto.id/plugin/fonts/ManhattanSignature.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    /* Heading Fonts */
    --heading-family: var(--roboto);
    --heading-style: normal;
    --heading-weight: 500;
    --heading-size: 32px;
    --heading-lettercase: none;

    /* Body Text Fonts */
    --body-text-family: var(--roboto);
    --body-text-style: normal;
    --body-text-weight: 400;
    --body-text-size: 16px;
    --body-text-lettercase: none;

    /* Colors */
    --background-primary: #ffffff;
    --background-primary-rgb: 255, 255, 255;
    --background-secondary: #ffffff;
    --background-secondary-rgb: 255, 255, 255;
    --background-tertiary: #ffffff;
    --background-tertiary-rgb: 255, 255, 255;
    --text-primary: #000000;
    --text-primary-rgb: 0, 0, 0;
    --text-secondary: #000000;
    --text-secondary-rgb: 0, 0, 0;
    --text-tertiary: #000000;
    --text-tertiary-rgb: 0, 0, 0;
    --button-text-primary: #ffffff;
    --button-text-primary-rgb: 255, 255, 255;
    --button-background-primary: #000000;
    --button-background-primary-rgb: 0, 0, 0;
    --button-text-secondary: #ffffff;
    --button-text-secondary-rgb: 255, 255, 255;
    --button-background-secondary: #000000;
    --button-background-secondary-rgb: 0, 0, 0;

    -webkit-overflow-scrolling: touch;
}

/* alda-bubu */
body.alda-bubu {
    /* Heading Family */
    --heading-family: "Manhattan Signature", serif;
    --heading-style: normal;
    --heading-weight: 400;
    --heading-size: calc(13vw - 2.752px);
    --heading-lettercase: none;

    /* Body Text */
    --body-text-family: "Cormorant Garamond", serif;
    --body-text-style: normal;
    --body-text-weight: 500;
    --body-text-size: calc(4vw + 0.384px);
    --body-text-lettercase: none;

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

    /* Colors */
    --background-primary: #EFECE5 !important;
    --background-primary-rgb: 239, 236, 229 !important;
    --background-secondary: #CBD9E0 !important;
    --background-secondary-rgb: 203, 217, 224 !important;
    --background-tertiary: #E5E5D5 !important;
    --background-tertiary-rgb: 229, 229, 213 !important;
    --text-primary: #956D83 !important;
    --text-primary-rgb: 149, 109, 131 !important;
    --text-secondary: #757575 !important;
    --text-secondary-rgb: 117, 117, 117 !important;
    --text-tertiary: #404040 !important;
    --text-tertiary-rgb: 64, 64, 64 !important;
    --button-text-primary: #EFECE5 !important;
    --button-text-primary-rgb: 239, 236, 229 !important;
    --button-background-primary: #956D83 !important;
    --button-background-primary-rgb: 149, 109, 131 !important;
    --hover-button-background-primary: #D9C0D3 !important;
    --hover-button-background-primary-rgb: 149, 109, 131 !important;
    --hover-button-text-primary: #956D83 !important;
    --hover-button-text-primary-rgb: 149, 109, 131 !important;
    --button-text-secondary: #956D83 !important;
    --button-text-secondary-rgb: 149, 109, 131 !important;
    --button-background-secondary: #EFECE5 !important;
    --button-background-secondary-rgb: 239, 236, 229 !important;

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

    /* Hex */
    --quaterly-clr: #D6A191;

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

/* Original */
body.alda-bubu.original {
    /* ornament */
    --bg-desktop: url("https://katsudoto.id/media/template/custom/alda-bubu/assets/bg-desk-min.jpg");
    --bg-mobile: url("https://katsudoto.id/media/template/custom/alda-bubu/assets/bg-mobile-min.jpg");
    --texture-body: url("https://katsudoto.id/media/template/custom/alda-bubu/assets/texture-body-min.png");
    --cover-frame-mask: url("https://katsudoto.id/media/template/custom/alda-bubu/assets/cover-masking-min.png");
}


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

@media (min-width: 560px) and (max-width: 960px) {
    body.alda-bubu {
        --heading-size: 64px;
        --body-text-size: 20px;
    }
}

@media (min-width: 961px) {
    body.alda-bubu {
        --heading-size: 64px;
        --body-text-size: 20px;
    }
}


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

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

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

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


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

    background-color: rgba(var(--text-secondary-rgb), .05);
    color: var(--text-secondary);
}
.modal-content .btn:hover {
    background-color: rgba(var(--text-secondary-rgb), .1);
}
.modal-content .btn-wood {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}
.modal-content .btn-wood:hover {
    background-color: rgba(var(--button-background-primary-rgb), .7);
}



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

    background-image: var(--texture-body);
    background-position: top left;
    background-size: 100% auto;
    background-repeat: repeat;
}

@media only screen and (min-width: 960px) and (max-width: 1400px) {
    .kat-page__side-to-side .secondary-pane section.video-gallery .inner .video-outer .video {
        width: 100%;
    }
}

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

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

}

/* ============================================
    SIDE TO SIDE => PRIMARY PANE
============================================ */
.kat-page__side-to-side .primary-pane .inner {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: absolute;
}
.kat-page__side-to-side .primary-pane .inner::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(var(--background-tertiary-rgb), 0.00) 0%, var(--background-tertiary) 100%);
}
.kat-page__side-to-side .primary-pane .inner .details {    
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 11% 7% 11% 7%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
    z-index: 2;
}
.kat-page__side-to-side .primary-pane .inner .details .logo-wrap {

}

.kat-page__side-to-side .primary-pane .inner .details h1 {
    padding: 0;
    margin-bottom: 10px;
    font-size: calc(var(--fs-title) + 20px);
    color: var(--text-clr-pr);
    font-family: var(--derick);
    text-transform: none;
    font-style: normal;
    text-align: center;
}
.kat-page__side-to-side .primary-pane .inner .details p {
    font-size: calc(var(--heading-size) - 16px);
    font-family: var(--body-text-family);
    font-weight: 500;
    color: var(--text-primary);
    /* margin-bottom: 5px;
    margin-left: 7.5px; */
}
/* Highlight */
.kat-page__side-to-side .primary-pane .inner .highlight {
    position: absolute;
    top: 0;
    left: 50%;
    width: 110%;
    height: 100%;
    background: var(--secondary-clr);
    transform: translateX(-50%);
}
.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 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}

/* ======================
    TOP COVER
====================== */
section.top-cover {
    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;
}

/* inner */
section.top-cover .inner {
    padding: 20px 0px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
section.top-cover .inner::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 175px;
    background: linear-gradient(180deg, rgba(var(--background-tertiary-rgb), 0.00) 0%, var(--background-tertiary) 100%);
}

/* Logo */
.logo-wrap {
    position: relative;    
    width: 100%;
    max-width: 360px;
    height: 431px;
    margin: auto auto 0;
    margin-bottom: 12px;
    z-index: 2;
}
.char-wrap {
    position: relative;
    width: 100%;
    max-width: 270px;
    height: 270px;
    margin: 25px auto;
}

/* details */
section.top-cover .inner .details {
    text-align: center;
    padding: 10px;
    margin: 0 auto auto;
    position: relative;
    z-index: 2;
}
section.top-cover .inner .details .logo-wrap {
    margin-bottom: 0;
}
section.top-cover .inner .details h1 {
    padding: 0px;
    margin: 0px auto;
    font-size: calc(var(--fs-title) - 6px);
    margin-bottom: calc(var(--fs-title) - 2px);
    text-transform: none;
    font-style: normal;
}
section.top-cover .inner .details p {
    font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    font-family: var(--body-text-family);
    font-style: normal;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 4px;
}

/* Cover free text */
section.top-cover .cover-free-text {        
    font-size: var(--body-text-size);
    letter-spacing: 2px;
    color: var(--text-clr);
    font-family: var(--body-text-family);
    line-height: 1.5;
}

section.top-cover .inner .details .link-wrap {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}
section.top-cover .inner .details a.link {
    border: none;
    outline: none;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    font-weight: 500;
    text-decoration: none;
    margin: 0px auto;    
    padding: 12px 16px;
    border-radius: 25px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
section.top-cover .inner .details a.link:hover {
    background-color: var(--hover-button-background-primary);
    color: var(--hover-button-text-primary);
}

/* Highlight */
section.top-cover .inner .highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--light-clr);
}
section.top-cover .inner .highlight .preview-container {
    width: 100%;
    height: 100%;
    display: block;
}
section.top-cover .inner .highlight .preview-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ======================
    COVER
====================== */
section.cover {
    background-size: 100%;
    min-height: var(--body-height);
    position: relative;
    overflow: hidden;
    padding: 0px 0px 40px;
    display: flex;
    flex-direction: column;
}

section.cover .inner {
    width: 100%;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    position: relative;
}

/* Cover Head */
section.cover .inner .head {
    width: 100%;
    text-align: center;
    padding: 50px 10px 0px;
    position: relative;
}

section.cover .inner .head .logo-wrap {
    width: 100%;
    height: 120px;
    margin-bottom: 12px;
    position: relative;    
}
section.cover .inner .head .logo-wrap .logo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}
section.cover .inner .head .bottom-text {
    color: var(--text-primary);
    font-size: calc(var(--body-text-size) - var(--fs-extra-1));
    font-weight: 500;
}

/* Cover Body */
section.cover .inner .body {
    padding: 0px;
    margin: 20px auto;
    position: relative;
}
section.cover .inner .body.highlight.no_mobile {
    display: none;
}
section.cover .inner .body .cover-frame {
    position: absolute;
    inset: 0% 0%;
    background: var(--secondary-clr);
    -webkit-mask-image: var(--cover-frame-mask);
    mask-image: var(--cover-frame-mask);
    -webkit-mask-size: 99% 99%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 1%;
    left: 1%;
    bottom: 1%;
    right: 1%;
}
section.cover .inner .body .cover-picture {
    position: absolute;
    inset: 0 0 0 0;
}
section.cover .inner .body .cover-picture .slick-list {
    width: 100%!important;
    height: 100%!important;
}
section.cover .inner .body .cover-picture .slick-track {
    width: 100%!important;
    height: 100%!important;
    position: relative!important;
}
section.cover .inner .body .cover-picture .picture {
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
    position: absolute!important;    
    background-color: var(--secondary-clr);
}
section.cover .inner .body .cover-picture .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* cover orn frame */
.cover .orn-cover-frame {
    position: relative;
    left: 50%;
    width: 100%;
    max-width: 300px;
    transform: translateX(-50%);
}
@media (min-width: 700px) {
    .cover .orn-cover-frame {
        max-width: 400px;
    }
}
@media (min-width: 961px) {
    section.cover .inner .body.highlight.no_desktop {
        display: none;
    }
}

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

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

}

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

/* Couple Head */
.couple-head {
    text-align: center;
    padding: 20px 16px;
}

/* orn bismillah */
.orn-bismillah {
    position: relative;
    width: 100%;
    max-width: 225px;
    margin: 0 auto 12px;
}

.couple-head .couple-title {
    font-size: calc(var(--fs-title) - 12px);
    font-weight: 400;
}
.couple-head .couple-description {
    
}

.couple-head + .couple-body {
    margin-top: 40px;
}

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

.couple-info {
    width: 100%;
    position: relative;
}

/* Couple Preview */

.couple-preview {
    display: flex;
    align-items: center;
    position: relative;
}
.couple-small-details {
    position: absolute;
    top: 0;
    padding: 0 24px;
    margin-top: -40px;
}
.couple-small-details.groom {
    left: 0;
    text-align: left;
}
.couple-small-details.bride {
    right: 0;
    text-align: right;
}
.couple-small-details p {
    
}
.couple-small-details h2 {
    
}
.couple-preview .img-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.couple-info.groom .couple-preview {
    margin-top: 0px;
}
.couple-info.bride .couple-preview {
    margin-top: 0px;
}

.couple-info.groom .couple-preview.wide-margin {
    margin-top: -50px;
}
.couple-info.bride .couple-preview.wide-margin {
    margin-top: -30px;
}

.couple-frame {
    position: relative;
    width: 100%;
    transform: scaleX(-1);
}
.couple-info.bride .couple-frame {
    margin-right: auto;
    transform: scaleX(1);
    width: 100%;
}
.couple-info.groom .couple-frame {
    margin-left: auto;
}


.couple-info.groom .couple-picture-wrap {
    position: relative;
    width: 60%;
    height: auto;
    margin-left: auto;
}
.couple-info.bride .couple-picture-wrap {
    position: relative;
    width: 60%;
    height: auto; 
}

.couple-picture {
    display: flex;
    width: 105%;
}
.couple-info.bride .couple-picture {
    position: relative;
    width: 100%;
    right: 10px;
    margin-left: 10px;
}
.couple-info.groom .couple-picture {
    margin-left: 0;
}
.couple-info.groom .couple-picture img {
    margin-left: auto;
    transform: scaleX(-1);
}
.couple-picture img {
    width: 70%;
    object-fit: contain;
}
.couple-info.bride .couple-picture img {
    /* transform: scaleX(-1); */
}

/* Couple Details */
.couple-details {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    gap: 4px;
    padding: 24px;
    position: relative;
    z-index: 1;
    margin-top: 15%;
}
.couple-info.bride .couple-details {
    align-items: flex-end;
    text-align: right;
}

.couple-details .couple-nick-name {
    color: var(--text-clr-pr);
    font-size: calc(var(--fs-title) + 8px);
    padding: 0 0px 0 8px;
    width: 100%;
}
.couple-details .couple-name {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    font-weight: 700;
    color: var(--text-primary);
}
.couple-details .couple-parents {
    font-family: var(--body-text-family);
    font-weight: 500;
    color: var(--text-secondary);
}
.couple-details .couple-bio {
    color: var(--text-secondary);
}

.couple-link-wrap {
    display: flex;
    justify-content: flex-start;
}

.couple-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    color: var(--text-primary);
    transition: all 0.25s ease-in-out;
    border-bottom: 1px solid var(--button-background-primary);
    padding-bottom: 6px;
}
.couple-link:hover {
    border-bottom: 1px solid var(--hover-button-background-primary);
    color: var(--hover-button-text-primary);
}

/* Separator */
.separator-wrap {
    width: 100%;
    position: relative;
    padding: 0px;
    /* margin: 80px auto; */
    margin: 10% auto 15%;
}
.separator-wrap .separator {
    display: flex;
}
.separator-wrap .separator .couple-separator {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) + 0px);
    line-height: normal;
    margin: auto;
    color: var(--text-primary);
}

@media (min-width: 700px) {
    .couple-frame {
        width: 80%;
    }
    .couple-info.bride .couple-frame {
        width: 70%;
    }
    .couple-details .couple-name {
        font-size: calc(var(--body-text-size) + var(--fs-extra-7));
    }
}

/* ==============================
        Save The Date
============================== */
.save-date-wrap {
    position: relative;
    overflow: hidden;
    padding: 20px;
    margin: 0 auto;
    min-height: var(--body-height);
}
.save-date-wrap .save-date-frame {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}

.save-date-wrap .save-date {
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* max-width: 600px; */
    margin: 0px auto;
    padding: 20px 0px;
    position: absolute;
    z-index: 1;
}

/* Save Date Head */
.save-date-head {
    padding: 60px 0px 0px 0px;
    text-align: center;
    position: relative;
}
.save-date-wrap .save-date-title {
    font-family: var(--heading-family);
    text-align: center;
    margin-bottom: 20px;
}
.save-date-head .save-date-event {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-primary);
    margin-top: 5px;
    letter-spacing: 3px;
}

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

/* Countdown */
.countdown {
    padding: 0px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.countdown .count-item {
    text-align: center;
    padding: 0px 2.5px 10px;
    margin: 5px;
    width: 80px;
    /* border-radius: 12px; */
    /* background: var(--secondary-clr); */
}
.count-item .count-num {
    font-family: var(--body-text-family);
    font-size: calc(var(--heading-size));
    font-style: normal;
}
.count-item .count-text {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-style: normal;
}

/* Add To Calendar */
.add-to-calendar-wrap {
    display: flex;
    flex-direction: column;
    /* padding: 20px 0px; */
    margin-top: 10px;
}
.add-to-calendar {
    padding: 8px 16px;
    margin: 0px auto;
    border-radius: 50px;
    min-width: 150px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + 0px);
    font-weight: 500;
    background-color: var(--button-background-primary);
    border: 1px solid transparent;
    color: var(--button-text-primary);
    transition: all 0.25s ease-in-out;
}
.add-to-calendar:hover {
    background-color: var(--hover-button-background-primary);
    color: var(--hover-button-text-primary);
}

@media (min-width: 700px) and (max-width: 961px) {
    .countdown .count-item {
        width: 95px;
    }
}

@media (min-width: 1440px) {
    .save-date-wrap .save-date {
        /* margin: 45px auto; */
    }
    .countdown .count-item {
        width: 95px;
    }
}

/* ==============================
        Agenda
============================== */
.agenda-wrap {
    position: relative;
    overflow: hidden;
}
.agenda-inner {
    padding: 20px 0;
}

.agenda-head {
    position: relative;
    padding: 20px 20px 0px 20px;
    text-align: center;
}
.agenda-head .agenda-title {
    color: var(--text-primary);
}
.agenda-head .agenda-description {
    color: var(--text-secondary);
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 1em;
}

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

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

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

/* event ornamen */
.event-orn-below-wrap .awan {
    width: 100%;
    height: 25px;
    background-image: var(--orn-awan);
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin: 25px auto;
}

.event-head {
    width: 100%;
    padding: 0px 20px 30px;
    text-align: center;
    position: relative;
}

.event-head .event-day {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + var(--fs-extra-5) - 2px);
    font-weight: 700;
    text-transform: uppercase;
}
.event-head .event-date {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + var(--fs-extra-5) - 2px);
    font-weight: 700;
    text-transform: uppercase;
}
.event-head .event-date > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--light-clr);
}
.event-head .event-description {
    margin-top: 10px;
    color: var(--text-secondary);
}

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

.activity-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
    /* max-width: 630px; */
    margin: 0 auto 40px;
}

/* activity-frame */
.activity-frame {
    position: relative;
}
.activity-frame .frame-wrap {

}
.activity-frame .frame-wrap img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

/* activity content */
.activity-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 66%;
    max-width: 500px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    margin-top: -10px;
    z-index: 2;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.activity-content::-webkit-scrollbar {
    display: none;
}

.activity-head {
    text-align: center;
    margin: auto auto 10px;
}

.activity-head .activity-icon {
    width: 60px;
    height: 60px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 10px;
}

.activity-head .activity-title {
    margin-bottom: 8px;
    font-size: calc(var(--heading-size) - 0px);
    color: var(--text-primary);
    border-bottom: 1px solid var(--button-background-primary);
}

.activity-head .activity-description {
    font-size: calc(var(--body-text-size) - var(--fs-extra-2));
    margin-bottom: 0.25em;
    color: var(--text-primary);
}
.activity-head .activity-caption {
    font-size: calc(var(--body-text-size) - var(--fs-extra-2));
    font-weight: 500;
    margin-bottom: 0.25em;
    color: var(--text-primary);
}

.activity-head .activity-time {
    font-size: calc(var(--body-text-size) + 0px);
    font-weight: 700;
    color: var(--text-tertiary);
}

/* Agenda Details */
.event-details,
.activity-details {
    padding: 0 70px;
    text-align: center;
    margin: 12px auto auto;
}
.event-details .event-hall,
.activity-details .activity-hall {
    font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    font-weight: 700;
    color: var(--text-primary);
}
.event-details .event-address,
.activity-details .activity-address {
    margin: 0 auto;
    max-width: 720px;
    font-size: calc(var(--body-text-size) - 0px);
    
}
.event-details .event-city,
.activity-details .activity-city {
    font-style: normal;
    font-size: calc(var(--body-text-size) - 0px);
    
}
.event-link-wrap,
.activity-link-wrap {
    margin-top: 0.5em;
    text-align: center;
}
.event-link,
.activity-link {
    display: inline-block;
    vertical-align: top;
    padding: 8px 16px;
    border-radius: 50px;

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

    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: calc(var(--body-text-size) - 0px);

    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

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

@media screen and (min-width: 680px) and (max-width: 980px) {
    .activity-head {
        /* padding: 40px; */
    }
    .event-link-wrap,
    .activity-link-wrap {
        margin-top: 40px;
    }
    .activity-item:nth-child(odd) .activity-frame .merak {
        height: 260px;
        left: -220px;
    }
    .activity-item:nth-child(even) .activity-frame .merak {
        height: 330px;
        left: 20px;
    }
}

@media screen and (min-width: 1440px) {
    .activity-head .activity-icon {
        width: 100px;
        height: 100px;
    }

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

    .activity-item:nth-child(odd) .activity-head .activity-description {
        font-size: calc(var(--body-text-size) - var(--fs-extra-1));
    }
    .activity-item:nth-child(even) .activity-head .activity-description {
        font-size: calc(var(--body-text-size) - var(--fs-extra-1));
    }

    .activity-head {

    }

    .activity-head .activity-time {
        font-size: var(--body-text-size);
    }

    .event-details,
    .activity-details {
        margin: 0 auto auto auto;
    }

    .event-details .event-hall,
    .activity-details .activity-hall {
        font-size: calc(var(--body-text-size) + var(--fs-extra-5));
        min-width: 360px;
    }

    .activity-item:nth-child(odd) .activity-frame .merak {
        height: 250px;
        left: -200px;
    }

    .activity-item:nth-child(even) .activity-frame .merak {
        height: 240px;
    }
    .event-details .event-address,
    .activity-item:nth-child(odd) .activity-details .activity-address {
        min-width: 80%;
    }
    .event-details .event-address,
    .activity-item:nth-child(even) .activity-details .activity-address {
        min-width: 80%;
    }
}
/* ==============================
        RSVP-Gallery Wrapper
============================== */
.rsvp-gallery-wrapper {
    max-height: fit-content;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

/* ==============================
        RSVP
============================== */
.rsvp-wrap {
    position: relative;
    overflow: hidden;
    padding: 30% 0px;
}   

.rsvp-inner {
    
}

/* Head */
.rsvp-head {    
    text-align: center;
    margin-bottom: 8px;
}
.rsvp-head .rsvp-title {
    letter-spacing: 1px;
}

.rsvp-body {
    width: calc(100% - 48px);
    max-width: 600px;
    margin: 0px auto;
    padding: 36px 24px;
    background-color: var(--background-secondary);
    backdrop-filter: blur(2px);
    border-radius: 16px;
}

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

/* RSVP Status Body */
.rsvp-status-body {
    margin-top: 12px;
}
.rsvp-status-wrap input[name="rsvp_status"] {
    display: none;
}
.rsvp-status-wrap input[name="rsvp_status"]:checked + .rsvp-confirm-btn.going {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}
.rsvp-status-wrap input[name="rsvp_status"]:checked + .rsvp-confirm-btn.not-going {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    border: none;
}

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

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

.rsvp-amount-body {
    
}

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

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

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

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

.rsvp-amount-controller .input-wrap {
    flex-grow: 1;
}
.rsvp-amount-controller .input-control {
    width: 100%;
    height: 40px;
    outline: none;

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

    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: var(--body-text-size);
    line-height: 1.5;
    text-align: center;

    border-radius: 8px;
    border: none;
    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: block;
    padding: 8px 16px;
    margin: 0px auto;
    border-radius: 8px;

    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: var(--body-text-size);
    line-height: 1.5;

    background-color: transparent;
    border: none;

    text-align: center;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.rsvp-confirm-btn.going {
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
}
.rsvp-confirm-btn.going:hover {
    opacity: 0.5;
}

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

.rsvp-confirm-btn.confirm {
    border-radius: 20px;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}
.rsvp-confirm-btn.confirm:hover {
    background-color: var(--hover-button-background-primary);
    color: var(--hover-button-text-primary);
}

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

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


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

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

/* RSVP Message */
.rsvp-message-wrap {
    position: relative;
}
.rsvp-message-content {
    background-color: transparent;
    border-radius: 5px;
    padding: 0px;
    text-align: center;
}
.rsvp-message-wrap .rsvp-message-icon {
    width: 30px;
    height: auto;
    display: none;
    margin: 0 auto 20px;
}
.rsvp-message-wrap .rsvp-message-icon path {
    fill: var(--text-primary);
}
.rsvp-message-wrap .rsvp-message-title {
    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: calc(var(--body-text-size) + var(--fs-extra-1));
    line-height: 1.5;
}
.rsvp-message-wrap .rsvp-message-caption {
    
}

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

/* ==============================
        Gallery
============================== */
.photo-video-wrapper {
  max-height: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: -50px;
}

.gallery {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /* height: 80%; */
    background-color: transparent;
    padding: 5px;
}

/* Title */
section.gallery .title {
    width: 100%;
    text-align: center;
    padding: 20px;
}
section.gallery .title h1 {
    padding: 0;
    margin-bottom: auto;
    font-size: calc(var(--heading-size) + 0px);
    font-family: var(--heading-family);
}

section.photo-video-wrapper .sub-title p {
    padding: 16px 24px;
    text-align: right;
    font-size: calc(var(--body-text-size) + 4px);
    color: var(--dark-clr);
    font-style: italic;
    font-weight: 500;
    line-height: 1.2;
}

/* Body */
section.gallery .body {
  /* margin-top: 60px; */
}
section.gallery .body .gallery__single-slider .slider-container {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
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: 20px;
}
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: 20px;
}
.gallery__single-slider .slider-container .slider-item {
    transform: scale(.9);
    padding-top: 10px;
}
.gallery__single-slider .slider-container .slider-item.slick-current.slick-center {
    padding-top: 0;
}

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

/* ==============================
      Video
============================== */
section.video-gallery {
    background-color: transparent;
    padding: 20px 0px;
    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;
    padding: 20px;
    text-align: center;
}
section.video-gallery .inner > .title h1 {
    padding: 0;
    margin-bottom: auto;
    font-family: var(--heading-family);
    font-size: var(--heading-size);
}
section.video-gallery .inner > .title p {
    font-size: var(--body-text-size);
}

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

section.video-gallery .inner .video-outer .video {
    width: 100%;
    margin: 10px auto 0px;
    padding: 20px;
}
section.video-gallery .inner .video-outer .video:first-of-type {
    margin-top: 0px;
}
section.video-gallery .inner .video-outer .video:last-of-type {
    margin-bottom: 0;
}

section.video-gallery .inner .video-outer .video .preview,
section.video-gallery .inner .video-outer .video .preview img {
    border-radius: 0px;
    width: 100%;
    max-width: 330px;
    height: 200px;
    margin-bottom: 12px;
}
section.video-gallery .inner .video-outer .video > .title {
    padding: 0px;
}
section.video-gallery .inner .video-outer .video > .title > p {
    font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    font-weight: 700;
    font-family: var(--body-text-family);
    font-style: normal;
    color: var(--text-primary);
}

@media only screen and (min-width: 560px) {
    section.video-gallery .inner .video-outer .video .preview,
    section.video-gallery .inner .video-outer .video .preview img {
        max-width: 400px;
        height: 220px;
    }
}

@media only screen and (min-width: 1440px) {
    .photo-video-wrapper {
        margin-bottom: -1px;
    }
    section.gallery .title h1 {
        
    }
    section.video-gallery .inner .video-outer .video .preview,
    section.video-gallery .inner .video-outer .video .preview img {
        max-width: 480px;
        height: 280px;    
    }
    section.video-gallery .inner .video-outer .video > .description > p {
        
    }
}

/* =====================================
        INSTAGRAM FILTER
==================================== */
.ig-filter {
    position: relative;
    overflow: hidden;
    padding: 20px 0px;
    background-color: transparent
}

/* head */
.ig-filter-head {
    text-align: center;
    padding: 0px 20px;
    margin-bottom: 24px;
}
.ig-filter-head .ig-filter-title {
    margin-bottom: 0px;
}
.ig-filter-head .ig-filter-caption {
    
}

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

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

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

/* link */
.ig-filter-link-wrap {
    padding: 0px;
    display: flex;
    justify-content: center;
}
.ig-filter-link {
    border: none;
    outline: none;
    width: auto;
    min-width: 100px;
    border-radius: 50px;
    padding: 12px 16px;

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

    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: var(--body-text-size);
}
.ig-filter-link:hover {
    background-color: var(--background-secondary);
    color: var(--button-background-primary);
}

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

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

/* ==============================
        Wedding Gift
============================== */
.wedding-gift-wrap {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  min-height: var(--body-height);
}

.wedding-gift-inner {
  position: relative;
  width: calc(100% - 0px);
  margin: 0 auto;
  padding: 20px 15px;
}

.wedding-gift-inner .gift-frame {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  min-height: 300px;
  height: auto;
  border: none;
  padding: 8px;
}

.wedding-gift-inner .gift-frame .frame-wrap {
  width: 100%;
  min-height: 300px;
  border: none;
  padding: 10% 15px;
  margin: 0 auto;
  margin-top: 40px;
}
.frame-wrap .frame-gift {
    position: absolute;
}

/* Head */
.wedding-gift-head {
  position: relative;
  padding: 0;
  text-align: center;
}
.wedding-gift-head .wedding-gift-title {
  font-size: calc(var(--heading-size) - 0px);
  margin-bottom: 0.25em;
}
.wedding-gift-head .wedding-gift-description {
  color: var(--text-secondary);
  /* padding: 0 45px; */
}

/* Body */
.wedding-gift-body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  max-width: 500px;
  min-height: 300px;
}

/* Bank */
.wedding-gift-bank-wrap {
  /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  width: 100%;
  height: 100%;
}
.wedding-gift-bank-wrap .bank-item {
  padding: 7px;
  display: block;
}

/* Bank Detail */
.wedding-gift-bank-wrap .bank-detail {
  text-align: center;
}
.wedding-gift-bank-wrap .bank-detail > div {
  text-align: center;
  position: relative;
  /* padding-bottom: 10px;
    margin-bottom: 10px; */
}
.wedding-gift-bank-wrap .bank-detail > div:nth-child(2) {
  /* margin-bottom: 0.5em; */
}

.wedding-gift-bank-wrap .bank-detail > div:last-of-type {
  /* margin-bottom: 0.5em; */
}
/* .wedding-gift-bank-wrap .bank-detail > div:last-of-type::before {
    content: none;
  } */

.wedding-gift-bank-wrap .bank-account-number-label,
.wedding-gift-bank-wrap .bank-account-name-label {
  font-size: calc(var(--body-text-size) - 4px);
  color: rgba(64, 64, 64, 0.6);
  font-family: var(--body-text-family);
  opacity: 0.75;
  /* margin-bottom: 0.5em; */
  display: block;
}
.wedding-gift-bank-wrap .bank-name {
  font-size: calc(var(--body-text-size) - 0px);
  font-family: var(--body-text-family);
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-all;
  /* margin-bottom: 0.5em; */
}
.wedding-gift-bank-wrap .bank-account-name {
  font-size: calc(var(--body-text-size) - 0px);
  font-family: var(--body-text-family);
  text-transform: capitalize;
  word-break: break-all;
  color: var(--text-secondary);
}
.wedding-gift-bank-wrap .bank-account-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--body-text-size) - 0px);
  font-family: var(--body-text-family);
  cursor: pointer;
  word-break: break-all;
  color: var(--text-secondary);
  transition: all 0.25s ease-in-out;
}
.wedding-gift-bank-wrap .bank-account-number > i {
  font-size: 0.8em;
  margin-left: 8px;
  border-radius: 4px;
  padding: 4px;
  border: 1px solid var(--button-pr);
  display: block;
  color: var(--button-pr);

  transition-duration: 0.15s;
  transition-property: background-color, color;
  transition-timing-function: ease-in-out;
}
.wedding-gift-bank-wrap .bank-account-number:hover > i,
.wedding-gift-bank-wrap .bank-account-number > i:hover {
  background-color: var(--button-pr);
  color: var(--button-text-pr);
}
.wedding-gift-bank-wrap .bank-account-number:hover {
  color: var(--title-clr);
}
.wedding-gift-bank-wrap .bank-copy-wrap {
    margin-top: 4px;
}
.wedding-gift-bank-wrap .bank-copy {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    margin-right: auto;
    padding: 8px 16px;
    border-radius: 100px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    cursor: pointer;
    transition-duration: 0.25s;
    transition-property: background-color;
    min-width: 70px;
    margin: 0 auto;
}
.wedding-gift-bank-wrap .bank-copy:hover {
    background-color: var(--hover-button-background-primary);
    color: var(--hover-button-text-primary);
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .wedding-gift-bank-wrap {
    max-width: 700px;
  }
}
@media (max-width: 1600px) {
    .wedding-gift-inner .gift-frame {
        max-width: 430px;
    }
}

/* ==============================
        Wedding Wish
============================== */
.wedding-wish-wrap {
    position: relative;
    overflow: hidden;
}

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

/* head */
.wedding-wish-head {
    padding: 30px 20px;
    text-align: center;
}
.wedding-wish-head .wedding-wish-title {
}
.wedding-wish-head .wedding-wish-description {
}

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

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

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

.wedding-wish-form .form-control:focus {
    border: none;
    box-shadow: none;
}
.wedding-wish-form textarea.form-control {
    min-height: 48px;
    max-height: 250px;
}
.wedding-wish-form .submit-comment {
    padding: 12px 16px;
    cursor: pointer;
    border: none;
    border-radius: 50px;
    outline: none;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 400;
    line-height: normal;
    transition: all 0.25s ease-in-out;
}
.wedding-wish-form .submit-comment:hover {
    background-color: var(--hover-button-background-primary);
    color: var(--hover-button-text-primary);
}

/* comment box */
.comment-box-wrap {
    position: relative;
}
.comment-box-wrap .form-group {
    margin-bottom: 0;
}
.comment-box-wrap textarea.form-control {
    height: auto;
    min-height: 0;
}
.comment-box-wrap .submit-comment-wrap {
    position: absolute;
    top: 0;
    right: 0;
}
.comment-box-wrap.focus textarea.form-control {
  /* padding-bottom: 50px; */
}
.comment-box-wrap.focus .submit-comment-wrap {
    top: auto;
    bottom: 0;
}

/* Comment Wrap */
.comment-wrap {
    padding: 0 20px 30px;
    display: none;
}
.comment-wrap.show {
    display: block;
}
.comment-item {
    margin-bottom: 16px;
}
.comment-item:last-of-type {
    margin-bottom: 0px;
}

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

.comment-head .comment-name {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    font-weight: 700;
}
.comment-head .comment-name > i {
    font-size: 0.7em;
}
.comment-head .comment-date {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 0px);
    font-weight: 500;
    display: block;
    margin-top: 8px;
    color: var(--text-tertiary);
}

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

.comment-body {
}
.comment-body .comment-caption {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - 0);
}

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

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

/* ========================================
        FOOTNOTE
======================================== */
.footnote-wrap {
    position: relative;
    overflow: hidden;
    padding: 40px 0px;
    min-height: var(--body-height);
    background-image: var(--bg-mobile);
    background-size: cover;
    background-position: center;
}

.footnote-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(var(--background-tertiary-rgb), 0.00) 0%, var(--background-tertiary) 100%);
}

/* Quote */
.quote-wrap {
    text-align: center;
    padding: 0px 24px;
}
.quote-wrap .quote-caption {
    font-weight: 500;
    color: var(--text-primary);
}
.quote-wrap span {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    font-weight: 700;
    color: var(--text-primary);
}

/* Logo */
.footnote-wrap .footnote {
    text-align: center;
    padding: 0px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footnote-wrap .logo-wrap {
    max-width: 237px;
    height: 284px;
    margin-top: 20px;
}


/* Details */
.footnote .footnote-title {

}
.footnote p {
    font-weight: 400;
}

.footnote .top-text {

}
.footnote .bottom-text {
    color: var(--text-primary);
    font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    font-weight: 700;
}
.footnote .date {
    font-size: calc(var(--body-text-size) + var(--fs-extra-1));
    color: var(--text-primary);
    letter-spacing: 0.08em;
}

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

    .footnote .footnote-title {
        margin-bottom: -16px;
    }
    .footnote-wrap .logo-wrap {
        margin-top: 20%;
    }
}

@media (min-width: 1200px) {
    .footnote-wrap .footnote {
        padding: 40px 24px 80px;
        gap: 16px;
    }
    .footnote-wrap .logo-wrap {
        margin-top: 20%;
    }
    .footnote .footnote-title {
        margin-bottom: -16px;
    }
}

/* ========================================
        FOOTER
======================================== */
section.footer {
    background: var(--background-tertiary);
    padding: 0;
}
section.footer .footer-inner {
    padding: 10px 0;
}
section.footer .footer-inner p {
    font-size: var(--body-text-size);
    font-weight: 400;
    color: var(--text-primary);
}
.footer .footer-inner .footer-logo {
    width: 55px;
}
section.footer .footer-inner .footer-logo path {
    fill: var(--text-primary);
}

@media only screen and (max-width: 960px) {
    section.footer .footer-inner.flex-column {
        flex-direction: column;
        padding-top: 80px;
        padding-bottom: 150px;
    }
    section.footer .footer-inner.flex-column p {
        margin-right: 0;
        font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    }
    section.footer .footer-inner.flex-column .footer-logo {
        margin-top: 10px;
        width: 150px;
    }
}

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

/* =================================
        ORNAMENTS WRAPPER
================================= */
.ornaments-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.image-wrap {
    position: relative;
    width: 100%;
}
.image-wrap img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
/* ORN TOP COVER */
section.top-cover .inner .ornaments-wrapper {
    z-index: 2;
}
.frame {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    transform: translate(-50%, 0%);
}
.ribbon {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0%);
}
.char-1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 80%;
    transform: translate(-65%, 0%);
}
.char-2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 65%;
    transform: translate(-25%, 10%);
}

/* ORN COVER */
.orn-cover-frame .flower-frame-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    transform: translate(-49%, 45%);
}
.orn-cover-frame .flower-frame-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64%;
    transform: translate(-24%, 6%);
}
.orn-cover-frame .flower-frame-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32%;
    transform: translate(32%, -50%);
}
.orn-cover-frame .flower-frame-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 37%;
    transform: translate(50%, -15%);
}
.orn-cover-frame .flower-frame-5 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 62%;
    transform: translate(22%, 24%);
}

/* ORN COUPLE */
.orn-couple-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 58%;
    transform: translate(-25%, -15%) scaleX(-1);
}
.orn-couple-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 41%;
    transform: translate(-51%, -7%) scaleX(-1);
}
.orn-couple-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 57%;
    transform: translate(-15%, 25%) scaleX(-1);
}
.orn-couple-4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    transform: translate(-27%, 45%) scaleX(-1);
}
.orn-couple-5 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48%;
    transform: translate(-45%, 30%) scaleX(-1);
}
.orn-edge-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 41%;
    transform: translate(-29%, 50%) scaleX(-1);
}
.couple-info.bride .orn-edge-1 {
    left: unset;
    right: 0;
    transform: translate(29%, 50%) scaleX(1);
}
.orn-edge-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 59%;
    transform: translate(-20%, 27%) scaleX(-1);
}

/* ORN SAVEDATE */
.orn-save-date-1 {
    position: absolute;
    top: 0;
    width: 32%;
}
.orn-save-date-2 {
    position: absolute;
    top: 0;
    width: 36%;
}
.orn-save-date-1.right {
    right: 0;
    transform: translate(30%, 85%);
}
.orn-save-date-2.right {
    right: 0;
    transform: translate(23%, 105%);
}
.orn-save-date-1.left {
    left: 0;
    transform: translate(-30%, 85%) scaleX(-1);
}
.orn-save-date-2.left {
    left: 0;
    transform: translate(-23%, 105%) scaleX(-1);
}

/* ORN EVENT */
section.agenda-wrap .activity-item:nth-child(even) .ornaments-wrapper {
    transform: scaleX(-1);
}
.orn-event-1  {
    position: absolute;
    top: 0;
    left: 0;
    width: 74%;
    transform: translate(-45%, -30%);
}
.orn-event-2  {
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    transform: translate(-36%, 32%);
}
.orn-event-3  {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33%;
    transform: translate(-34%, 8%);
}
.orn-event-4  {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 51%;
    transform: translate(-4%, 12%);
}
.orn-event-5  {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 67%;
    transform: translate(5%, 17%);
}
.orn-event-6  {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 31%;
    transform: translate(35%, -5%);
}
.orn-event-7  {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    transform: translate(35%, 52%) rotate(-12deg);
}

/* ORN RSVP */
.orn-top-rsvp {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    transform: translate(-38%, -9%) scaleX(-1) rotate(-45deg);
}
.orn-rsvp-1 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 29%;
    transform: translate(63%, -25%) rotate(-15deg);
}
.orn-rsvp-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 41%;
    transform: translate(-35%, 17%);
}

/* ORN GALLERY */
.orn-gallery {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    transform: translate(50%, 40%) rotate(-25deg);
}

/* ORN VIDEO */
.orn-video-1 {
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 24%;
    transform: translate(20%, 0%) scaleX(-1);
    z-index: 2;
}
.orn-video-2 {
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 30%;
    transform: translate(50%, -30%);
}

/* ORN FILTER */
.orn-filter-1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 37%;
    transform: translate(-38%, -15%);
    z-index: 2;
}
.orn-filter-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    transform: translate(-37%, -16%);
}
.orn-filter-3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    transform: translate(-40%, -50%);
}

/* ORN WISH */
.orn-gift-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    transform: translate(0%, 0%);
}
.orn-gift-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 28%;
    transform: translate(-47%, 50%);
}
.orn-gift-2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 25%;
    transform: translate(-50%, -40%);
}
.orn-gift-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 57%;
    transform: translate(-30%, 7%);
}
.orn-gift-4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    transform: translate(40%, -13%) rotate(-15deg);
}
.orn-gift-5 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 31%;
    transform: translate(48%, -30%);
}
.orn-gift-6 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    transform: translate(15%, 35%);
}

/* ORN FOOTNOTE */
section.footnote-wrap .char-wrap {
    max-width: 177px;
    height: 180px;
}
section.footnote-wrap .logo-wrap .frame {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    transform: translate(-50%, 0%);
}
section.footnote-wrap .logo-wrap .ribbon {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0%);
}
section.footnote-wrap .logo-wrap .char-1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 80%;
    transform: translate(-65%, 0%);
}
section.footnote-wrap .logo-wrap .char-2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 65%;
    transform: translate(-25%, 10%);
}

.orn-footnote-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    transform: translate(40%, 40%) scaleX(-1);
}
.orn-footnote-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 31%;
    transform: translate(-44%, -3%) scaleX(-1);
}
.orn-footnote-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 68%;
    transform: translate(-7%, 28%);
}
.orn-footnote-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    transform: translate(36%, -40%);
}
.orn-footnote-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 42%;
    transform: translate(50%, 8%);
}
.orn-footnote-5 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 63%;
    transform: translate(12%, 31%);
}

@media (min-width: 500px) {
    .orn-gift-1 {
        display: none;
    }
    .orn-gift-4 {
        display: none;
    }
    .orn-top-rsvp {
        width: 27%;
    }
}

/* =================================
        ANIMATION
================================= */
@keyframes goyang {
    0% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(3deg);
    }
}

.flower-frame-1 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}
.flower-frame-3 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}
.orn-couple-1 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}
.orn-save-date-1 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}
.orn-event-1 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}
.orn-event-7 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}
.orn-rsvp-1 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}
.orn-video-2 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}
.orn-filter-3 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}
.orn-gift-2 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}
.orn-gift-4 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}
.orn-gift-5 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}
.orn-footnote-1 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}
.orn-footnote-3 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}