/* danifansen-ruri */
body.danifansen-ruri {
    /* Font Family */
    --abhayalibre: "Abhaya Libre", serif;
    --playfairdisplay: "Playfair Display", serif;
    --lora: "Lora", serif;

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

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

@media only screen and (min-width: 1440px) {
    body.danifansen-ruri {
        /* Font Size */
        --fs-title: 48px;
        --fs-content: 20px;
    }
}

body.danifansen-ruri.original {
    /* Color */
    --primary-clr: #7d2028;
    --secondary-clr: #e5c66b;
    --tertiary-clr: #ebbcad;
    --light-clr: #FFFFFF;
    --dark-clr: #000000;

    /* RGB */
    --primary-rgb: 125, 33, 41;
    --secondary-rgb: 229, 198, 107;
    --tertiary-rgb: 235, 188, 173;
    --light-rgb: 255, 255, 255;
    --dark-rgb: 0, 0, 0;

    /* Ornament */
    --logo: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/logo.png");
    /* background */
    --bg-topcover: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bg-topcover.jpg");
    --bg-cover: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bg-cover.jpg");
    --bg-couple-quote: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bg-couple.jpg");
    --bg-save-date: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bg-savethedate.jpg");
    --bg-ourstory: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bg-ourstory.jpg");
    --bg-event: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bg-event.png");
    --bg-livestreaming: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bg-livestreaming.png");
    --bg-protocol: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bg-protocol.png");
    --bg-footnote: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bg-footnote.png");
    /* Ornament */
    --orn-motif-ulos: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/motif-ulos.png");
    --orn-bunga: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bunga.png");
    --orn-topcover-kanan-atas: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bunga-bg-kanan-atas.png");
    --orn-topcover-kanan-bawah: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bunga-bg-kanan-bawah.png");
    --orn-topcover-kiri-atas: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bunga-bg-kir-atas.png");
    --orn-topcover-kiri-bawah: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bunga-bg-kiri-bawah.png");
    --orn-bunga-border: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bunga-border.png");
    --orn-bunga-couple: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bunga-couple.png");
    --orn-daun-couple: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/daun-couple.png");
    --orn-bunga-footnote: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/bunga-footnote.png");
    --orn-border-galeri: url("https://katsudoto.id/media/template/custom/danifansen-ruri/asset/galeri-border.png");

}


body.danifansen-ruri h1,
body.danifansen-ruri h2,
body.danifansen-ruri h3,
body.danifansen-ruri h4,
body.danifansen-ruri h5,
body.danifansen-ruri h6 {
    font-size: var(--fs-title);
    font-family: var(--abhayalibre);
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark-clr);
}

body.danifansen-ruri p {
    font-family: var(--playfairdisplay);
    font-size: var(--fs-content);
    line-height: 1.5;
    color: var(--dark-clr);
    font-weight: 400;
}

body.danifansen-ruri sup {
    font-family: var(--lora);
    font-weight: 600;
    font-size: 0.6em;
    color: var(--primary-clr);
    margin-left: -5px;
}

body.danifansen-ruri font {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
    font-style: inherit;
}

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

body.danifansen-ruri {
    overflow: visible;
}

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

body.danifansen-ruri::-webkit-scrollbar {
    width: 10px;
    height: 15px;
}

body.danifansen-ruri::-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);
}

.texture-outer {
    min-height: 1px;
}


/* ============================================
    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 .top-background {
    background-image: var(--bg-topcover);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-position: 60% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .kat-page__side-to-side .primary-pane .inner {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
} */
.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: 300px;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10px;
    z-index: 2;
}

/* logo */
.kat-page__side-to-side .primary-pane .inner .details .logo-wrap {
    width: 100%;
}

.kat-page__side-to-side .primary-pane .inner .details .logo {
    width: 100%;
    height: 200px;
    background-size: auto 100%;
    margin: 0px auto 20px;
    object-fit: contain;
    object-position: center;
    justify-content: center;
}

.kat-page__side-to-side .primary-pane .inner .details h1 {
    padding: 0;
    font-size: calc(var(--fs-title) + 30px);
    color: var(--primary-clr);
    font-family: var(--abhayalibre);
    /* text-align: center; */
    width: 100%;
}

.kat-page__side-to-side .primary-pane .inner .details p {
    font-size: calc(var(--fs-content) + 5px);
    color: var(--primary-clr);
    font-weight: 300;
    font-family: var(--playfairdisplay);
    /* text-align: center; */
    width: 100%;
}

/* Ornamen Ulos */
.kat-page__side-to-side .primary-pane .inner .orn-ulos {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 10%;
    background-image: var(--orn-motif-ulos);
    background-position: top right;
    background-size: auto 100%;
    background-repeat: repeat-x;
}

/* Bunga-kanan */
.kat-page__side-to-side .primary-pane .inner .topcover-kanan-atas {
    position: absolute;
    width: 100%;
    background-image: var(--orn-topcover-kanan-atas);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
    top: 170px;
    /* left: -24px; */
    /* opacity: .75; */
    height: 420px;
    right: -133px;
}

.kat-page__side-to-side .primary-pane .inner .topcover-kanan-bawah {
    position: absolute;
    width: 100%;
    background-image: var(--orn-topcover-kanan-bawah);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
    /* top: 170px; */
    /* left: -24px; */
    /* opacity: .75; */
    height: 520px;
    bottom: -109px;
    right: -57px;
}

.kat-page__side-to-side .primary-pane .inner .topcover-kiri-atas {
    position: absolute;
    width: 100%;
    background-image: var(--orn-topcover-kiri-atas);
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
    top: 148px;
    /* left: -24px; */
    /* opacity: .75; */
    height: 760px;
    /* left: -133px; */
    left: -86px;
}

.kat-page__side-to-side .primary-pane .inner .topcover-kiri-bawah {
    position: absolute;
    width: 100%;
    background-image: var(--orn-topcover-kiri-bawah);
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
    height: 471px;
    /* bottom: -93px; */
    bottom: -196px;
    left: -110px;
}

.kat-page__side-to-side .primary-pane .inner .orn-bunga {
    position: absolute;
    width: 100%;
    height: 346px;
    bottom: 0;
    left: 0;
    background-image: var(--orn-bunga-footnote);
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: 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 .inner .top-background {
    background-image: var(--bg-topcover);
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-position: 60% 0;
    background-size: cover;
    background-repeat: no-repeat;

}

section.top-cover .inner {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}


/* Warna - Sindy Bey */
section.top-cover.hide {
    top: -120%;
    bottom: 120%;
    pointer-events: none;
}

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

section.top-cover .inner::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.top-cover .inner .details {
    text-align: center;
    top: -80px;
    margin-bottom: 10vh;
    position: relative;
    z-index: 2;
}

/* logo */
.top-cover .inner .details .logo-wrap {
    width: 100%;
}

.top-cover .inner .details .logo-wrap .logo {
    width: 100%;
    height: 120px;
    background-size: auto 100%;
    margin: 0px auto 20px;
    object-fit: contain;
    object-position: center;
    justify-content: center;
}

section.top-cover .inner .details p.top-text {
    font-size: calc(var(--fs-content) + 8px);
    color: var(--primary-clr);
    font-family: var(--playfairdisplay);
    font-weight: 500;
    margin-bottom: 12px;
}

section.top-cover .inner .details p.bottom-text {
    color: var(--primary-clr);
    font-family: var(--playfairdisplay);
    font-size: var(--fs-content);
    font-weight: 700;
    margin-top: 12px;
}

section.top-cover .inner .details a.link {
    background-color: var(--primary-clr);
    font-size: calc(var(--fs-content) + 2px);
    font-family: var(--playfairdisplay);
    font-weight: 700;
    text-decoration: none;
    margin: 5px auto;
    display: inline-block;
    color: var(--secondary-clr);
    padding: 10px 36px 14px;
    border-radius: 12px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

section.top-cover .inner .details a.link:hover {
    background-color: var(--tertiary-clr);
    color: var(--primary-clr);
}

/* Ornamen Ulos */
.top-cover .orn-ulos {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 10%;
    background-image: var(--orn-motif-ulos);
    background-position: top right;
    background-size: auto 100%;
    background-repeat: repeat-x;
}

/* Bunga-kanan */
.top-cover .topcover-kanan-atas {
    position: absolute;
    width: 100%;
    background-image: var(--orn-topcover-kanan-atas);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
    top: 170px;
    /* left: -24px; */
    /* opacity: .75; */
    height: 420px;
    right: -133px;
}

.top-cover .topcover-kanan-bawah {
    position: absolute;
    width: 100%;
    background-image: var(--orn-topcover-kanan-bawah);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
    /* top: 170px; */
    /* left: -24px; */
    /* opacity: .75; */
    height: 520px;
    bottom: -109px;
    right: -57px;
}

.top-cover .topcover-kiri-atas {
    position: absolute;
    width: 100%;
    background-image: var(--orn-topcover-kiri-atas);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
    top: 90px;
    /* left: -24px; */
    /* opacity: .75; */
    height: 760px;
    /* left: -133px; */
    left: -80px;
}

.top-cover .topcover-kiri-bawah {
    position: absolute;
    width: 100%;
    background-image: var(--orn-topcover-kiri-bawah);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
    height: 477px;
    /* bottom: -93px; */
    bottom: -203px;
    left: -169px;
}


/* ==============================
        Cover
============================== */
.cover {
    min-height: var(--body-height);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cover .cover-inner .background {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 100%;
    background-image: var(--bg-cover);
    background-position: 60% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.cover .cover-inner {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}


/* Head */
.cover .cover-inner .cover-head {
    width: 100%;
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border: 3px solid rgba(var(--secondary-rgb), .6);
    border-radius: 50px;
    justify-content: center;
    text-align: center;
    position: relative;
}

.cover-head .top-text {
    font-family: var(--lora);
    font-size: var(--fs-content);
    color: var(--secondary-clr);
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.5px;
    padding: 12px 12px 20px;
}

/* .cover .cover-inner .cover-head  */
.cover-head .prime-title {
    font-family: var(--lora);
    font-size: calc(var(--fs-title) - 4px);
    font-style: normal;
    font-weight: 400;
    color: var(--secondary-clr);
    line-height: 1.3;
    text-transform: uppercase;
    padding: 12px 12px 32px;
}

.cover-head .cover-foot .bottom-text {
    font-family: var(--lora);
    font-size: calc(var(--fs-content) + 2px);
    letter-spacing: 2px;
    font-style: normal;
    font-weight: 400;
    color: var(--secondary-clr);
    line-height: 1;
    padding: 12px 12px 20px;
}


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

    .cover .cover-inner .cover-head {
        width: 100%;
        padding: 200px 10px;
        text-align: center;
        justify-content: space-between;
    }

    .cover-head .top-text {
        font-family: var(--lora);
        font-size: calc(var(--fs-content) + 8px);
        color: var(--secondary-clr);
        font-weight: 300;
        font-style: italic;
        letter-spacing: 0.5px;
        padding: 12px 12px 20px;
    }

    /* .cover .cover-inner .cover-head  */
    .cover-head .prime-title {
        font-family: var(--lora);
        font-size: var(--fs-title);
        font-style: normal;
        font-weight: 400;
        color: var(--secondary-clr);
        line-height: 1.3;
        text-transform: uppercase;
        padding: 12px 12px 32px;
    }

    .cover-head .cover-foot .bottom-text {
        font-family: var(--lora);
        font-size: calc(var(--fs-content) + 8px);
        letter-spacing: 2px;
        font-style: normal;
        font-weight: 400;
        color: var(--secondary-clr);
        line-height: 1;
        padding: 12px 12px 20px;
    }
}


/* ====================================

    QUOTE TOP

==================================== */
section.quote-top {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

section.quote-top .inner {
    padding: 92px 24px;
    text-align: center;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

section.quote-top .inner .bg-quote {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 100%;
    background-image: var(--bg-couple-quote);
    background-position: 40% 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;

}

/* section.quote-top .inner p {
    font-size: calc(var(--fs-md-content) + 2px);
    color: var(--font-clr);
} */
.quote-top .ayat p {
    font-family: var(--playfairdisplay);
    font-size: var(--fs-content);
    line-height: clamp(20px, 2vw, 30px);
    color: var(--secondary-clr);
    font-weight: 300;
    font-style: italic;
    margin: 12px 28px 24px;
    text-align: center;
}

.quote-top .nama-ayat-top p {
    font-family: var(--playfairdisplay);
    font-size: calc(var(--fs-content) - 4px);
    line-height: clamp(20px, 2vw, 30px);
    color: var(--secondary-clr);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 24px 28px;
    text-align: center;
}

/* Ornamen */
section.quote-top .inner .orn-border {
    position: absolute;
    width: 100%;
    height: 150px;
    background-image: var(--orn-bunga-border);
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    bottom: 0;
}

section.quote-top .inner .orn-border.kiri {
    left: -199px;
    bottom: -185px;
    background-position: right;
    height: 320px;
    transform: scaleX(-1);
}

section.quote-top .inner .orn-border.kanan {
    right: -75px;
    top: 10px;
    background-position: right top;
    height: 204px;
    transform: scaleX(1);

}

@media only screen and (min-width: 1440px) {
    section.quote-top .inner {
        padding: 92px 30px;
        text-align: center;
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
    }

    .quote-top .nama-ayat-top p {
        font-family: var(--playfairdisplay);
        font-size: calc(var(--fs-content) - 4px);
        line-height: clamp(20px, 2vw, 30px);
        color: var(--secondary-clr);
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 20px 28px;
        text-align: center;
    }

    .texture-outer {
        position: absolute;
        left: 0;
        width: 100%;
        pointer-events: none;
        margin-top: -4px;
    }
}



/* ==============================
        Couple
============================== */
.couple-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    box-shadow: 0px -1px 40px rgba(0, 0, 0, 0.2);
}

.couple-wrap .couple .bg-bride-groom {
    background-image: var(--bg-couple-quote);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
}

.couple-wrap .couple {
    padding: 60px 0px;
}

/* Couple Head */
.couple-head {
    text-align: center;
    padding: 0 36px;
    width: 100%;

}

.couple .logo-wrap {
    width: 100%;
    margin-bottom: 16px;
}

.couple .couple-header {
    width: 90px;
}

.couple-head .garis_horizontal {
    position: relative;
    border-bottom: 1px solid #e5c66b;
    border-top: 1px solid #e5c66b;
    ;
}

.couple-head .couple-title {
    font-size: var(--fs-title);
    font-family: var(--abhayalibre);
    color: var(--secondary-clr);
}

.couple-head .couple-description {
    font-family: var(--playfairdisplay);
    font-size: var(--fs-content);
    font-style: italic;
    font-weight: 300;
    color: var(--light-clr);
    margin-top: 16px;
}

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

.couple-body.bride-first {
    flex-direction: column-reverse;
}

.couple-body .couple-info {
    position: relative;
    margin: 12px;
}

/* Couple Preview */
.couple-info .couple-preview-wrap {
    position: relative;
    padding: 50px 0;
}

/* Couple Image */
.couple-preview-wrap .couple-preview {
    width: 220px;
    height: 280px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    display: flex;
    z-index: 1;
    /* border-radius: 10%; */
}

.couple-preview .img-wrap {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 45%;
    margin: 0 auto;
    overflow: hidden;
    background-color: var(--secondary-clr);
    padding: 4px;
}

.couple-preview .img {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 45%;
    object-fit: cover;
    object-position: center;

}

/* Couple Details */
.couple-details {
    padding: 0 8px;
    text-align: center;
    margin: 0 0 32px;
    border-radius: 25px;
}

.couple-details .couple-parents {
    font-family: var(--lora);
    font-size: calc(var(--fs-content) - 2px);
    color: var(--light-clr);
    line-height: 18px;
    margin: 0 5px 8px;
}

.couple-details .couple-name {
    color: var(--secondary-clr);
    font-size: calc(var(--fs-content) + 10px);
    font-family: var(--playfairdisplay);
    margin: 0 5px 8px;
    color: var(--secondary-clr);
    text-transform: uppercase;
    font-weight: 300;
}

.couple-details .couple-bio {
    color: rgba(var(--dark-rgb), .5);
}

.couple-link-wrap {
    position: relative;
    margin-top: 10px;
}

.couple-link {
    font-family: var(--playfairdisplay);
    font-style: italic;
    font-size: var(--fs-content);
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: var(--light-clr);
    transition: all 0.25s ease-in-out;
    border: 1px solid var(--light-clr);
    border-radius: 10px;
    padding: 8px 16px;
    margin-top: 8px;
}

.couple-link>i {
    font-size: 0.95em;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--secondary-two-clr);
    color: var(--light-clr);
    padding: 2px;
    border-radius: 4px;
    margin-top: -2px;
    margin-right: 3px;
}

.couple-link:hover {
    color: var(--primary-clr);
    background-color: var(--secondary-clr);
}

/* Couple Bunga */
.couple-info .couple-preview-wrap .orn-bunga-couple {
    position: absolute;
    width: 100%;
    height: 150px;
    background-image: var(--orn-bunga-couple);
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: 2;

}

.couple-info.groom .couple-preview-wrap .orn-bunga-couple.kiri {
    left: -118px;
    top: -27px;
    background-position: center;
    height: 220px;
    transform: scaleX(1);
}

.couple-info.bride .couple-preview-wrap .orn-bunga-couple.kanan {
    left: 120px;
    top: -14px;
    background-position: center;
    height: 260px;
    transform: scaleX(-1);


}

/* Couple daun */
.couple-info .couple-preview-wrap .orn-daun {
    position: absolute;
    width: 100%;
    height: 150px;
    background-image: var(--orn-daun-couple);
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: 2;
}

.couple-info.groom .couple-preview-wrap .orn-daun.kanan {
    left: 127px;
    bottom: 105px;
    background-position: center;
    height: 147px;
    transform: scaleX(1);
}

.couple-info.bride .couple-preview-wrap .orn-daun.kiri {
    right: 114px;
    bottom: 42px;
    background-position: center;
    height: 156px;
    transform: scaleX(-1) scaleY(-1);

}

/* Separator */
.separator-wrap {
    padding: 16px 0px 16px;
    position: relative;
}

.separator-wrap .separator {
    display: flex;
}

.separator-wrap .couple-separator {
    font-family: var(--abhayalibre);
    font-style: normal;
    font-weight: 300;
    font-size: 100px;
    line-height: 1;
    margin: auto;
    color: var(--secondary-clr);
}

/* @media only screen and (min-width: 1440px) {
.couple-info .couple-preview-wrap .orn-bunga-couple {
    position: absolute;    
    width: 100%;
    height: 150px;
    background-image: var(--orn-bunga-couple);
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: 2;

}
.couple-info.groom .couple-preview-wrap .orn-bunga-couple.kiri {
    left: -118px;
    top: -27px;
    background-position: center;
    height: 220px;
    transform: scaleX(1);
}
.couple-info.bride .couple-preview-wrap .orn-bunga-couple.kanan {
    left: 120px;
    top: -14px;
    background-position: center;
    height: 260px;
    transform: scaleX(-1);

    
}
.couple-info .couple-preview-wrap .orn-daun {
    position: absolute;    
    width: 100%;
    height: 150px;
    background-image: var(--orn-daun-couple);
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: 2;
}
.couple-info.groom .couple-preview-wrap .orn-daun.kanan {
    left: 127px;
    bottom: 105px;
    background-position: center;
    height: 147px;
    transform: scaleX(1);
}
.couple-info.bride .couple-preview-wrap .orn-daun.kiri {
    right: 114px;
    bottom: 42px;
    background-position: center;
    height: 156px;
    transform: scaleX(-1) scaleY(-1);

}

} */

/* ==============================
        Save The Date
============================== */
.save-date-wrap {
    max-height: fit-content;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.save-date {
    min-height: var(--body-height);
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 16px 0 0 60px;
    height: 80%;

}

.save-date-wrap .save-date .bg-savethedate {
    background-image: var(--bg-save-date);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;

}

/* Save Date Head */
.save-date-head {
    padding: 20px 0px 0px;
    text-align: center;
    position: relative;
    margin: 32px 36px 8px;
}

.save-date-head .save-date-title {
    font-size: calc(var(--fs-title) + 4px);
    color: var(--primary-clr);
    font-family: var(--abhayalibre);
    text-align: right;
    line-height: 1;
    margin-bottom: 8px;
    right: 0;
    top: 0;
}

.save-date-head .save-date-ket {
    font-size: calc(var(--fs-content) + 10px);
    color: var(--primary-clr);
    font-family: var(--lora);
    text-align: right;
    line-height: 1;
    right: 0;
    top: 0;
}

.save-date-head .save-date-event {
    font-family: var(--berylium);
    font-size: calc(var(--fs-content) + 1px);
    color: var(--dark-clr);
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

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

/* Countdown */
.countdown {
    padding: 24px 24px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.countdown .day-hour {
    margin: 24px;
}

.countdown .count-item {
    text-align: center;
    padding: 20px 8px 20px;
    margin: 12px 16px;
    width: 80px;
    border-radius: 50px 50px 0 0;
    background: var(--secondary-clr);
}

.count-item .count-num {
    font-family: var(--abhayalibre);
    line-height: 1;
    font-size: calc(var(--fs-title));
    color: var(--primary-clr);
    font-style: normal;
}

.count-item .count-text {
    font-family: var(--lora);
    font-size: calc(var(--fs-content) - 2px);
    color: var(--primary-clr);
    font-style: normal;
    display: inline-block;
}

/* Add To Calendar */
.add-to-calendar-wrap {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
    margin-left: auto;
    margin-right: 40px;
}

.add-to-calendar {
    padding: 14px 20px 16px;
    margin: 0px auto;
    border-radius: 16px;
    min-width: 220px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    font-family: var(--playfairdisplay);
    font-size: calc(var(--fs-content) + 2px);
    background-color: var(--primary-clr);
    color: var(--secondary-clr);
    border: 1px solid transparent;
    transition: all 0.25s ease-in-out;
    font-weight: 600;
}

.add-to-calendar:hover {
    background-color: var(--secondary-clr);
    color: var(--primary-clr);
}

@media only screen and (min-width: 1440px) {
    .save-date-wrap .save-date .bg-savethedate {
        background-image: var(--bg-save-date);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        margin-left: -4px;
    }

    .save-date-head {
        padding: 20px 40px 0px;
        text-align: center;
        position: relative;
        margin: 32px 36px 8px;
    }

    .countdown {
        padding: 24px 60px;
        display: flex;
        align-items: center;
        justify-content: right;
    }

    .add-to-calendar-wrap {
        display: flex;
        flex-direction: column;
        padding: 20px 0px;
        margin-left: auto;
        margin-right: 76px;
        /* justify-content: right; */
    }

    .countdown .count-item {
        text-align: center;
        padding: 20px 8px 30px;
        margin: 12px 16px;
        width: 100px;
        border-radius: 50px 50px 0 0;
        background: var(--secondary-clr);
    }

    .save-date-wrap .save-date .bg-savethedate {
        background-image: var(--bg-save-date);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        background-position: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;

    }

}

/* ======================
    STORY
====================== */
section.love-story {
    min-height: var(--body-height);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.love-story .inner .bg-ourstory {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    background-image: var(--bg-ourstory);
    background-position: 60% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

section.love-story .inner {
    padding-bottom: 40px;
    /* background-color: lightseagreen; */
}

section.love-story .inner .head {
    padding: 12px 16px;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 24px;

    /* background-color: lightpink; */
}

section.love-story .inner .head h1 {
    padding: 0;
    margin-bottom: 0;
    font-size: var(--fs-title);
    font-weight: 600;
    font-family: var(--abhayalibre);
    color: var(--primary-clr);
}

section.love-story .inner .body {
    padding: 0 24px;
}

section.love-story .inner .body .stories {
    display: flex;
    flex-direction: column;
}

.love-story .inner .body .stories {
    width: 100%;
    padding: 0px;
}

.love-story .inner .body .stories .story {
    background-color: var(--white-clr);
    width: 100%;
    overflow: hidden;
    margin-bottom: 36px;

}

.love-story .inner .body .stories .story .img-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.love-story .inner .body .stories .story .cover-img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-right: auto;
}

.love-story .inner .body .stories .story .img-01 {
    width: 100%;
    height: 280px;
    border-radius: 25px;
    display: block;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}

section.love-story .inner .body .stories .story .details {
    padding: 10px 0;
    text-align: center;
}

section.love-story .inner .body .stories .story .details h2 {
    font-family: var(--abhayalibre);
    color: var(--primary-clr);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: calc(var(--fs-content) + 16px);
    line-height: 1.2;
    margin-bottom: 5px
}

section.love-story .inner .body .stories .story .details p {
    font-family: var(--playfairdisplay);
    color: var(--dark-clr);
    font-weight: 500;
    font-size: calc(var(--fs-content));
    line-height: 1.2;
    margin-bottom: 5px
}

@media only screen and (min-width: 1440px) {
    section.love-story .inner .body {
        padding: 0 40px;
    }

    .love-story .inner .body .stories .story .img-01 {
        width: 100%;
        height: 360px;
        border-radius: 25px;
        display: block;
        object-fit: cover;
        object-position: center;
        margin: 0 auto;
        object-fit: cover;
        object-position: center;
    }

    .love-story .inner .bg-ourstory {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 110%;
        height: 110%;
        background-image: var(--bg-ourstory);
        background-position: 60% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

}



/* ==============================
        Galeri
============================== */

/* Gallery */
.gallery {
    /* height: 1200px; */
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 90px;
    /* flex-direction: column; */
}

.gallery .title {
    padding: 10px 0;
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.gallery .title h1 {
    font-family: var(--abhayalibre);
    font-size: var(--fs-title);
    color: var(--secondary-clr);
}

.photo-wrap {
    position: relative;
    display: grid;
    gap: 16px;
}

.horizontal {
    grid-column-start: 1;
    margin-left: -25px;
}

.vertical {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    margin-right: -15px;
}

.vertical-2 {
    grid-row-start: 5;
    grid-row-end: 7;
    grid-column-start: 2;
    margin-right: -15px;
}

.big {
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 0 8px;
}

.photo-wrap>a {
    display: block;
    position: relative;
}

.photo-wrap>a>img {
    display: block;
}

.photo-wrap .photo-1 {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
}

.photo-wrap .photo-2 {
    width: 100%;
    height: 145px;
    object-fit: cover;
    object-position: center;
}

.photo-wrap .photo-3 {
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: right;
}

.photo-wrap .photo-4 {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.photo-wrap .photo-5 {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.photo-wrap .photo-6 {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: left;
}

.photo-wrap .photo-7 {
    width: 100%;
    height: 145px;
    object-fit: cover;
    object-position: left;
}

.photo-wrap .photo-8 {
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: right;
}

.photo-wrap .photo-9 {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

/* Ornamen */
.gallery .border-top {
    position: absolute;
    width: 100%;
    height: 100px;
    background-image: var(--orn-border-galeri);
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    bottom: 0;
}

.gallery .border-top.kiri {
    left: -8px;
    top: 10px;
    background-position: right;
    height: 200px;
    transform: scaleX(-1);
}

.gallery .border-top.kanan {
    right: -8px;
    top: 10px;
    background-position: right top;
    height: 200px;
    transform: scaleX(1);

}

@media only screen and (min-width: 1440px) {
    .gallery .title {
        padding: 10px 0;
        margin-top: 50px;
        margin-bottom: 40px;
        text-align: center;
    }

    .gallery .title h1 {
        font-family: var(--abhayalibre);
        font-size: calc(var(--fs-title) + 12px);
        color: var(--secondary-clr);
    }

    .photo-wrap {
        display: grid;
        gap: 16px;
        /* grid-auto-flow: dense; */
        margin-top: 68px;
    }

    .photo-wrap .photo-1 {
        height: 225px;
    }

    .photo-wrap .photo-2 {
        height: 225px;
    }

    .photo-wrap .photo-3 {
        height: 480px;
    }

    .photo-wrap .photo-6 {
        height: 225px;
    }

    .photo-wrap .photo-7 {
        height: 225px;
    }

    .photo-wrap .photo-8 {
        height: 480px;
    }

    /* ornamen */
    .gallery .border-top {
        position: absolute;
        width: 100%;
        height: 100px;
        background-image: var(--orn-border-galeri);
        background-position: 0 0;
        background-size: auto 100%;
        background-repeat: no-repeat;
        bottom: 0;
    }

    .gallery .border-top.kiri {
        left: -15px;
        top: 10px;
        background-position: right;
        height: 250px;
        transform: scaleX(-1);
    }

    .gallery .border-top.kanan {
        right: -20px;
        top: 10px;
        background-position: right top;
        height: 250px;
        transform: scaleX(1);
    }
}


/* ==============================
        Agenda
============================== */
.agenda-wrap {
    position: relative;
    overflow: hidden;
    background-color: var(--tertiary-clr);
    padding: 100px 20px 100px;
}

.agenda-inner {
    padding: 0px;
    position: relative;
    background-color: transparent;
    border-radius: 25px;
}

.agenda-inner .bg-agenda {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: var(--bg-event);
    background-position: 60% 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.agenda-head {
    width: 100%;
    position: relative;
    padding: 10px 0px;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto 0px;
}

.agenda-head .agenda-title {
    font-size: calc(var(--fs-content) + 4px);
    font-family: var(--abhayalibre);
    color: var(--secondary-clr);
    font-weight: normal;
    line-height: 1;
}

.agenda-head .agenda-description {
    font-family: var(--plusjakarta);
    font-style: italic;
    font-weight: 300;
    font-size: calc(var(--fs-content) - 2px);
    color: rgba(var(--light-rgb), 0.5);
}

/* Agenda Head Orn */
.agenda-head .agenda-head-orn {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 40px;
    background-image: var(--orn-ornamen-two);
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.agenda-body {
    position: relative;
    padding: 20px 16px 80px 16px;
    z-index: 1;
}

/* Event */
.event-item {
    max-width: 500px;
    margin: 20px auto 30px;
    position: relative;
    text-align: center;

}

.event-head {
    padding: 12px 32px;
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;


}

.event-head .event-date-head {
    padding: 12px 16px;
    display: flex;
    flex: 1;
    justify-content: center;
    text-align: center;
    border: 2px solid var(--secondary-clr);
    vertical-align: top;
    align-items: center;
    border-radius: 25px;
}

.event-head .event-day {
    font-family: var(--playfairdisplay);
    font-size: calc(var(--fs-title));
    color: var(--secondary-clr);
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 8px;
}

.event-head .event-date {
    font-family: var(--lora);
    font-size: calc(var(--fs-content) + 4px);
    color: var(--secondary-clr);
    line-height: 1;
    font-weight: 400;
}

.event-head .event-description {
    margin-top: 5px;
    font-weight: 300;
    font-family: var(--playfairdisplay);
    font-size: calc(var(--fs-content) - 2px);
    color: var(--light-clr);
}


/* Activity */
.activity-wrap {}

.activity-wrap.same-location {}

.activity-item {
    margin: 36px 0 24px;

}

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

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

.activity-head .activity-title {
    margin-bottom: 0.4em;
    color: var(--secondary-clr);
    font-family: var(--playfairdisplay);
    line-height: 1;
    font-size: calc(var(--fs-title) - 12px);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.activity-head .activity-description {
    font-family: var(--playfairdisplay);
    font-size: calc(var(--fs-content) - 2px);
    color: var(--light-clr);
    font-weight: 300;
    margin-bottom: 0.75em;
}

.activity-head .activity-time {
    font-family: var(--playfairdisplay);
    font-size: calc(var(--fs-content) - 4px);
    font-weight: 300;
    color: var(--light-clr);
    display: inline-block;
    vertical-align: top;
    padding: 2px 15px 1px;
    border-radius: 15px;
}

/* Agenda Details */
.event-details,
.activity-details {
    padding: 20px 0 12px;
    text-align: center;
}

.event-details .event-hall,
.activity-details .activity-time {
    color: var(--light-clr);
    font-size: (--fs-content);
    font-family: var(--playfairdisplay);
    margin-bottom: 12px;
    font-weight: 400;
}

.event-details .event-hall,
.activity-details .activity-hall {
    color: var(--light-clr);
    font-size: calc(var(--fs-content) + 2px);
    font-family: var(--playfairdisplay);
    margin-bottom: 12px;
    font-weight: 500;
}

.event-details .event-address,
.activity-details .activity-address {
    margin-bottom: 12px;
    color: var(--light-clr);
    font-family: var(--lora);
    font-size: calc(var(--fs-content) - 2px);
    font-weight: 300;
}

.event-details .event-city,
.activity-details .activity-city {
    font-family: var(--plusjakarta);
    font-family: var(--lora);
    color: var(--light-clr);
    font-size: calc(var(--fs-content) - 2px);
    font-weight: 300;
    padding: 0 8px;
}

.event-link-wrap,
.activity-link-wrap {
    margin-top: 20px;
    text-align: center;
}

.event-link,
.activity-link {
    display: inline-block;
    vertical-align: top;
    padding: 12px 32px;
    border-radius: 15px;
    background-color: var(--secondary-clr);
    border: none;
    color: var(--primary-clr);
    font-family: var(--playfairdisplay);
    font-weight: 600;
    font-size: calc(var(--fs-content) + 1px);
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.event-link>i,
.activity-link>i {
    font-size: 1.1em;
    margin-right: 5px;
}

.event-link:hover,
.activity-link:hover {
    background-color: var(--secondary-one-clr);
}


/* Ornamen */
.agenda-wrap .agenda-head-orn {
    position: absolute;
    background-image: var(--orn-bunga);
    top: 0;
    width: 100%;
    height: 180px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.agenda-wrap .border-bottom {
    position: absolute;
    width: 100%;
    height: 600px;
    background-image: var(--orn-border-galeri);
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    bottom: 0;
}

.agenda-wrap .border-bottom.kiri {
    left: -65px;
    bottom: -75px;
    background-position: right;
    height: 320px;
    transform: scaleX(-1) scaleY(-1);
}

.agenda-wrap .border-bottom.kanan {
    right: -73px;
    bottom: -71px;
    background-position: right;
    height: 320px;
    transform: scaleX(1) scaleY(-1);

}

@media only screen and (min-width: 1440px) {
    .agenda-wrap {
        position: relative;
        overflow: hidden;
        background-color: var(--tertiary-clr);
        padding: 140px 20px 100px;
    }

    .agenda-wrap .agenda-head-orn {
        position: absolute;
        background-image: var(--orn-bunga);
        top: 0;
        width: 100%;
        height: 200px;
        background-position: center;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    agenda-wrap .border-bottom {
        position: absolute;
        width: 100%;
        height: 600px;
        background-image: var(--orn-border-galeri);
        background-position: 0 0;
        background-size: auto 100%;
        background-repeat: no-repeat;
        bottom: 0;
    }

    .agenda-wrap .border-bottom.kiri {
        left: -55px;
        bottom: -67px;
        background-position: right;
        height: 380px;
        transform: scaleX(-1) scaleY(-1);
    }

    .agenda-wrap .border-bottom.kanan {
        right: -72px;
        bottom: -70px;
        background-position: right;
        height: 380px;
        transform: scaleX(1) scaleY(-1);

    }

}

/* ==============================
        RSVP
============================== */
.rsvp-wrap {
    position: relative;
    overflow: visible;
    padding: 60px 20px;
    background-color: var(--primary-clr);
}

.rsvp-inner {
    padding: 40px 0px;
    position: relative;
    border-radius: 25px;
    background-color: var(--secondary-clr);
}

/* Head */
.rsvp-head {
    text-align: center;
}

.rsvp-head .rsvp-title {
    font-size: calc(var(--fs-title) + 2px);
    color: var(--secondary-clr);
    font-family: var(--abhayalibre);
    line-height: 1;
    margin-bottom: 24px;
}

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

/* RSVP Status */
.rsvp-status-wrap {
    margin: 0px auto 10px;
}

.rsvp-status-head {
    text-align: center;
}

.rsvp-status-head .rsvp-status-caption {
    color: var(--primary-clr);
    font-weight: 600;
}

/* RSVP Status Body */
.rsvp-status-body {
    margin-top: 5px;
}

.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);
    cursor: not-allowed;
}

.rsvp-status-wrap input[name="rsvp_status"]:checked:hover+.rsvp-confirm-btn.going,
.rsvp-status-wrap input[name="rsvp_status"]:hover+.rsvp-confirm-btn.going {
    background-color: rgba(var(--rgb-primary-clr), .75);
}

.rsvp-status-wrap input[name="rsvp_status"]:checked+.rsvp-confirm-btn.not-going {
    background-color: var(--secondary-two-clr);
    cursor: not-allowed;
}

.rsvp-status-wrap input[name="rsvp_status"]:checked:hover+.rsvp-confirm-btn.not-going,
.rsvp-status-wrap input[name="rsvp_status"]:hover+.rsvp-confirm-btn.not-going {
    background-color: rgba(var(--secondary-two-rgb), .75);
}

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

.rsvp-amount-head {
    text-align: center;
}

.rsvp-amount-head .rsvp-amount-caption {
    color: var(--primary-clr);
    font-weight: 600;
}

.rsvp-amount-body {}

/* Amount Controller */
.rsvp-amount-controller-wrap {
    margin-top: 10px;
}

.rsvp-amount-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 10px;
}

.rsvp-amount-controller .toggle-btn {
    background-color: transparent;
    border: transparent;
    outline: none;
    height: 38px;
    width: 38px;
    border-radius: 8px;
    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(--primary-clr);
    stroke-width: 12px;
}

.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 {
    background-color: var(--secondary-one-clr);
    border-color: var(--secondary-one-clr);
}

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

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

.rsvp-amount-controller .toggle-btn.minus:hover .toggle-icon path {
    stroke: var(--light-clr);
}

.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(--playfairdisplay);
    font-size: calc(var(--fs-content) + 1px);
    font-weight: 500;
    color: var(--dark-clr);
    border: 1px solid #C2C2C2;
    border-radius: 12px;
    pointer-events: none;
    padding-bottom: 7px;
}

/* 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: 10px 20px;
    margin: 7px auto;
    border-radius: 12px;
    line-height: 1;
    font-family: var(--lora);
    font-size: var(--fs-content);
    font-weight: 300;
    background-color: transparent;
    border: 1px solid transparent;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

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

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

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

.rsvp-confirm-btn.not-going:hover {
    background-color: rgba(var(--dark-clr), .75);
}

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

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

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

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

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


/* QR Card */
.rsvp-qrcard-wrap {
    padding: 10px 0;
    margin-bottom: 40px;
}

.rsvp-qrcard-img-wrap {
    margin-bottom: 30px;
}

.rsvp-qrcard-img {
    display: block;
    width: 100%;
    max-width: 240px;
    border-radius: 10px;
    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: 10px 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(--light-clr);
}

.rsvp-message-wrap .rsvp-message-title {
    font-family: var(--plusjakarta);
    font-size: calc(var(--fs-content) + 0px);
    color: var(--primary-clr);
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
}

.rsvp-message-wrap .rsvp-message-caption {
    font-family: var(--plusjakarta);
    font-size: calc(var(--fs-content) - 2px);
    color: var(--primary-clr);
}

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


/* ==============================
        Live & FIlter Wrapper
============================== */
.live-filter-wrapper {
    position: relative;
    overflow: hidden;
    background-color: var(--primary-clr);
    padding: 100px 20px 30px;
    margin-top: -4px;
}

.live-filter-inner {
    padding: 0px;
    position: relative;
    background-color: transparent;
    border-radius: 25px;
}

.live-filter-inner .bg-livestreaming {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: var(--bg-livestreaming);
    background-position: 60% 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* ==============================
        Live Streaming
============================== */
.live-streaming {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.live-streaming .streaming-inner {
    padding: 90px 0px 30px;

}

/* Head */
.streaming-inner .streaming-head {
    text-align: center;
    padding: 0px 20px;
}

.streaming-head .streaming-title {
    font-family: var(--abhayalibre);
    font-size: var(--fs-title);
    color: var(--secondary-clr);
    line-height: 1;
}

.streaming-head .streaming-caption {
    font-size: var(--fs-content);
    font-family: var(--playfairdisplay);
    margin-top: 15px;
    color: var(--secondary-clr);
    font-weight: 300;
    font-style: italic;
}

/* Body */
.streaming-inner .streaming-body {}

/* Content */
.streaming-body .streaming-content {
    padding: 24px 20px;
}

/* Preview */
.streaming-content .streaming-preview-wrap {
    padding-bottom: 20px;
}

/* Youtube - Preview */
.streaming-content .streaming-preview-wrap.youtube {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.streaming-preview-wrap.youtube .streaming-preview {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.streaming-preview-wrap.youtube .streaming-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}


/* Zoom - Preview */
.streaming-content .streaming-preview-wrap.zoom {}

.streaming-preview-wrap.zoom .streaming-preview {}

.streaming-preview-wrap.zoom .streaming-img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

/* Meet - Preview */
.streaming-content .streaming-preview-wrap.meet {}

.streaming-preview-wrap.meet .streaming-preview {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--quaternary-clr);
}

.streaming-preview-wrap.meet .streaming-img {
    display: block;
    width: auto;
    height: 52%;
    margin: -2px 0px 0px 2px;
}

/* Wide - Preview */
.streaming-content .streaming-preview-wrap.wide {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 0px;
}

.streaming-preview-wrap.wide .streaming-preview {}

.streaming-preview-wrap.wide .streaming-img {
    display: block;
    width: 100%;
}

/* Credential */
.streaming-content .streaming-credential-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.streaming-credential-wrap>div {
    padding: 5px;
    margin: 5px auto;
    text-align: center;
    flex-grow: 1;
}

.streaming-credential-wrap>div>p {}

.streaming-credential-wrap>div>p:not(.credential) {
    font-size: calc(var(--fs-content) - 2px);
}

.streaming-credential-wrap>div>p.credential {
    font-weight: 500;
}

/* Link */
.streaming-content .streaming-link-wrap {
    margin-top: 32px;
    text-align: center;
}

.streaming-content .streaming-link {
    display: inline-block;
    vertical-align: top;
    align-items: center;
    margin: 0px auto;
    border-radius: 12px;
    padding: 16px 24px;
    cursor: pointer;
    border: none;
    outline: none;

    background-color: var(--secondary-clr);
    color: var(--primary-clr);
    font-family: var(--playfairdisplay);
    line-height: 1;

    font-size: calc(var(--fs-content) + 4px);
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.25s ease-in-out;
}

.streaming-content .streaming-link:hover {
    background-color: var(--secondary-one-clr);
}

.streaming-content .streaming-link>i {
    margin-right: 10px;
    font-size: 0.8em;
    color: var(--light-clr);
}



/* =====================================
        INSTAGRAM FILTER
==================================== */
.ig-filter-wrap {
    background-color: transparent;
    position: relative;
    overflow: visible;
    padding: 30px 0 100px;
}

.ig-filter {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    padding: 10px 0px;
    border-radius: 25px;

}

.ig-filter-head {
    padding: 10px 20px;
}

.ig-filter-head .ig-filter-title {
    font-family: var(--abhayalibre);
    font-size: var(--fs-title);
    color: var(--secondary-clr);
    line-height: 1;
    margin-bottom: 0px;
}

.ig-filter-head .ig-filter-caption {
    font-size: var(--fs-content);
    font-family: var(--playfairdisplay);
    margin-top: 15px;
    color: var(--secondary-clr);
    font-weight: 300;
    font-style: italic;
}

.ig-filter-img {
    width: 90%;
    border-radius: 0px;
}

.ig-filter-img-wrap {
    padding: 10px 20px;
}

.ig-filter-link-wrap {
    padding: 10px 20px;
    margin-bottom: -40px;
}

.ig-filter-link {
    display: inline-block;
    vertical-align: top;
    align-items: center;
    margin: 0px auto;
    border-radius: 12px;
    padding: 16px 24px;
    cursor: pointer;
    border: none;
    outline: none;

    background-color: var(--secondary-clr);
    color: var(--primary-clr);
    font-family: var(--playfairdisplay);
    line-height: 1;

    font-size: calc(var(--fs-content) + 4px);
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.25s ease-in-out;
}

.ig-filter-link:hover {
    background-color: var(--secondary-one-clr);
}


/* ======================
    GIFT
====================== */
section.gift {
    background: var(--primary-clr);
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-top: -4px;
}

section.gift .gift-inner {
    padding: 10px 15px 92px 15px;
    position: relative;
}

section.gift .gift-inner .gift-form .gift-details {
    padding: 16px 16px;
    justify-content: center;
}

section.gift .gift-inner .gift-title {
    font-family: var(--abhayalibre);
    font-size: var(--fs-title);
    color: var(--secondary-clr);
    line-height: 1;
    margin-bottom: 0px;
    padding: 24px;
}

section.gift .gift-inner .gift-title h1 {
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: var(--fs-title);
    color: var(--secondary-clr);
    font-family: var(--abhayalibre);
    /* background: deeppink; */
}

section.gift .gift-inner .gift-title p {
    font-size: var(--fs-content);
    font-family: var(--playfairdisplay);
    margin-top: 15px;
    color: var(--light-clr);
    font-weight: 300;
    font-style: italic;
}

section.gift .gift-inner .gift-form {
    margin-bottom: 10px;
    background-color: var(--secondary-clr);
    position: relative;
    z-index: 2;
    font-family: var(--playfairdisplay);
}

.gift .gift-inner .gift-form .selectize-control.single .selectize-input {
    background-color: var(--primary-clr);
    font-family: var(--playfairdisplay);
    font-size: var(--fs-content);
    border-radius: 25px;
}

.gift .gift-inner .gift-form .selectize-control.single .selectize-input p {
    background-color: var(--primary-clr);
    font-family: var(--playfairdisplay);
    font-size: var(--fs-content);
    border-radius: 25px;
    color: var(--light-clr);
    margin-left: 16px;
}

.selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: white transparent transparent transparent;
}

.gift .gift-inner .nominal-outer .nominal {
    color: var(--dark-clr);
    border-color: var(--dark-clr);
}

.gift .gift-inner .gift-form [name="nominal"]:hover+.nominal,
.gift .gift-inner .gift-form [name="nominal"]:checked+.nominal {
    background-color: var(--dark-clr);
    border-color: var(--dark-clr);
    color: var(--light-clr);
}

section.gift span,
section.gift p {
    font-family: var(--playfairdisplay);
    font-size: calc(var(--fs-content) + 4px);
    color: var(--dark-clr);
}

section.gift input,
section.gift textarea,
section.gift div {
    font-family: var(--playfairdisplay);
    font-size: var(--fs-content);
    color: var(--dark-clr);
}

.gift label.form-label.center {
    font-size: calc(var(--fs-content) + 2px);
    font-family: var(--playfairdisplay);
    color: var(--dark-clr);
}

.gift .gift-inner .gift-form .gift-details .form-label.center {
    display: block;
    text-align: left;
}

.gift .gift-inner .gift-form .gift-picture .picture-detail .head h2 {
    font-size: calc(var(--fs-content) + 4px);
    color: var(--dark-clr);
    font-family: var(--playfairdisplay);
}

.gift .gift-inner .gift-form .gift-picture .picture-detail .gift-back,
.gift .gift-inner .gift-form .gift-picture .picture-detail .head p {
    font-size: var(--fs-content);
    color: var(--dark-clr);
}

.gift .gift-inner .gift-form .selectize-control .item {
    padding: 10px !important;
}

.gift .gift-inner .gift-form .selectize-control .item p,
.gift .gift-inner .gift-form .selectize-control .item p strong {
    font-family: var(--playfairdisplay) !important;
    color: var(--dark-clr) !important;
    font-weight: 500 !important;
}

.gift .gift-inner .gift-form .selectize-control .item:hover {
    background-color: var(--secondary-clr) !important;
}

.gift .gift-inner .gift-form .selectize-control .item:hover p,
.gift .gift-inner .gift-form .selectize-control .item:hover p strong {
    color: var(--dark-clr) !important;
}

.gift .gift-inner .gift-form .gift-details .bank-detail .saving-books .copy-account {
    border-color: var(--dark-clr);
    color: var(--dark-clr);
}

.gift .gift-inner .gift-form .gift-details .bank-detail .saving-books .copy-account:hover {
    background: var(--dark-clr);
    color: var(--light-clr);
}

.gift .gift-inner .gift-form .gift-picture .picture-detail .body div[data-upload="gift-picture"]::before {
    border-color: var(--light-clr);
}

.gift .gift-inner .gift-form .gift-picture .picture-detail .body div[data-upload="gift-picture"]>i {
    color: var(--dark-clr);
}

.form-control {
    border-radius: 25px;
}

.gift .gift-inner .gift-form .btn-next {
    margin: 16px 50px;
}

.gift .gift-inner .gift-form .gift-submit,
.gift .gift-inner .gift-form .gift-next {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    margin: 0px auto;
    border-radius: 25px;
    padding: 16px 24px;
    cursor: pointer;
    border: none;
    outline: none;

    background-color: var(--primary-clr);
    color: var(--light-clr);
    font-family: var(--playfairdisplay);
    line-height: 1;

    font-size: calc(var(--fs-content) + 4px);
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    transition: all 0.25s ease-in-out;
    justify-content: center;
}

.gift .gift-inner .gift-form .gift-next .ph-caret-right-light {
    margin-left: 4px;
}

.gift .gift-inner .gift-form .gift-submit:hover,
.gift .gift-inner .gift-form .gift-next:hover {
    background-color: #212121;
}

/* Tanpa Nominal Konfigurasi */
section.gift .gift-inner .gift-form .gift-details .bank-detail {
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 4px;
    padding-right: 4px;
}

section.gift .gift-inner .gift-form .gift-details .bank-detail .saving-books {
    margin-bottom: 0;
    padding: 24px 0;
}

section.gift .gift-inner .gift-form .bio-detail {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}





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

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

}

/* ======================
    PROTOCOL
====================== */
section.protocol {
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}

section.protocol.protocol-01 .inner .head,
section.protocol.protocol-03 .inner .head {
    padding: 20px 15px;
    background-color: var(--wood-clr);
}

section.protocol.protocol-02 .inner .head .step-outer {
    background-color: var(--primary-clr);
}

section.protocol.protocol-01 .inner .head p,
section.protocol.protocol-03 .inner .head p {
    font-size: calc(var(--fs-content) + 2px);
    color: var(--font-clr);
    font-weight: 300;
    margin-bottom: 0;
}

section.protocol.protocol-01 .inner .head h1,
section.protocol.protocol-03 .inner .head h1 {
    margin-top: 10px;
    font-size: calc(var(--fs-title) + 10px);
    font-weight: normal;
    line-height: 1.2;
    color: var(--font-clr);
}

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

/* Protocol 03 */
.protocol.protocol-03 .inner .body {
    padding: 20px 0 80px;
}

section.protocol.protocol-03 .inner .body .slider .content .text-01 {
    font-family: var(--garamond);
    font-weight: normal;
    font-size: calc(var(--fs-content) + 10px);
    color: var(--primary-clr);
    text-transform: capitalize;
}

.protocol.protocol-03 .inner .body .slider_dots::before {
    border-color: var(--primary-clr);
}

.protocol.protocol-03 .inner .body .slider_dots .slider_navigator {
    background-color: var(--wood-clr);
}

.protocol.protocol-03 .inner .body .slider_dots .slider_navigator.slick-current.slick-center {
    background-color: var(--primary-clr);
}

/* Protocol 04 */
section.protocol-04 {
    background-color: var(--primary-clr);
    padding: 60px 0 0;
    /* background-color: var(--wood-clr); */
}

section.protocol-04 .inner {
    padding: 30px 0 0;
}

section.protocol-04 .inner .head .title {
    font-size: var(--fs-title);
    font-family: var(--abhayalibre);
    font-weight: normal;
    color: var(--primary-clr);
    font-weight: 600;
}

section.protocol-04 .protocol-item-wrap .protocol-item {
    background-color: var(--primary-clr);
    border: transparent;
}

section.protocol-04 .protocol-item-wrap .protocol-item .text-wrap {
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
}

section.protocol-04 .protocol-item-wrap .protocol-item .text-wrap .text {
    font-size: 25px;
    font-family: var(--bebas-neue);
    font-weight: 500;
    line-height: 1.2;
    color: var(--secondary-clr);
}

/* Prokes House */
.protocol .protocol-wrapper {
    min-height: var(--body-height);
    position: relative;
    overflow: hidden;
    background-size: auto 100%;
    background-color: var(--primary-clr);
    padding: 40px 20px 64px;
    width: 100%;
    bottom: -4px;
    height: 110%;
}

.protocol .bg-protocol {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: var(--bg-protocol);
    background-position: 60% 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

@media only screen and (min-width: 1440px) {
    section.protocol-04 .inner {
        padding: 100px 0 0;
    }

    section.protocol-04 .inner .head .title {
        font-size: calc(var(--fs-title) + 12px);
        font-family: var(--abhayalibre);
        font-weight: normal;
        color: var(--primary-clr);
        font-weight: 700;
    }

    /* Prokes House */
    .protocol .protocol-wrapper {
        /* min-height: var(--body-height); */
        min-height: 150vh;
        position: relative;
        overflow: hidden;
        background-size: auto 100%;
        background-color: var(--primary-clr);
        padding: 40px 20px 64px;
        width: 100%;
        bottom: -4px;
        height: 100%;
    }

    .protocol .bg-protocol {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-image: var(--bg-protocol);
        background-position: 60% 0;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin-left: -4px;
        margin-top: 4px;
    }

    section.protocol-04 .protocol-item-wrap {
        padding: 60px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    section.protocol-04 .protocol-item-wrap .protocol-item {
        background-color: var(--primary-clr);
        border: transparent;
        padding: 0;
        width: calc(50% - 10px);
        max-width: 150px;
        height: 280px;
        margin: 5px;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
    }
}



/* ==============================
        Wish & Footnote Wrapper
============================== */
.wish-footnote-wrapper {
    position: relative;
    overflow: hidden;
}

.wish-footnote-wrapper .wish-footnote-wrapper-bg .orn-footnote {
    background-image: var(--bg-footnote);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
    height: 105%;
}

/* ==============================
        Wedding Wish
============================== */
.wedding-wish-wrap {
    position: relative;
    overflow: hidden;
    padding: 20px 0px 60px;
    background-color: transparent;
}

/* head */
.wedding-wish-inner .wedding-wish-head {
    padding: 12px 60px;
    text-align: center;
}

.wedding-wish-head .wedding-wish-title {
    font-family: var(--abhayalibre);
    font-size: var(--fs-title);
    color: var(--secondary-clr);
    line-height: 44px;
}

.wedding-wish-head .wedding-wish-description {
    color: var(--light-clr);
    margin-top: 15px;
}

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

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

.wedding-wish-form .hide {
    display: none;
}

.wedding-wish-form .form-control {
    /* background-color: var(--light-clr); */
    border: none;
    border-radius: 2px;
    padding: 15px;
    font-family: var(--playfairdisplay);
    font-size: calc(var(--fs-content) + 2px);
    letter-spacing: 0.5px;
    color: var(--light-clr);
    font-weight: 300;
}

.wedding-wish-form .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(0 0 0 / 60%);
}

.wedding-wish-form .form-control:-moz-placeholder {
    /* Mozilla Firefox 4-8 */
    color: rgb(0 0 0 / 60%);
    opacity: 1;
    /* Firefox */
}

.wedding-wish-form .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(0 0 0 / 60%);
    opacity: 1;
    /* Firefox */
}

.wedding-wish-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(0 0 0 / 60%);
}

.wedding-wish-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(0 0 0 / 60%);
}

.wedding-wish-form .form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgb(0 0 0 / 60%);
}

.wedding-wish-form .form-control:focus {
    border: none;
    box-shadow: none;
}

.wedding-wish-form textarea.form-control {
    max-height: 50px;
}

.wedding-wish-form .submit-comment {
    border-radius: 25px;
    padding: 8px 32px;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: var(--secondary-clr);
    color: var(--primary-clr);
    border: 1px solid transparent;
    font-family: var(--playfairdisplay);
    font-size: calc(var(--fs-content) + 0px);
    font-weight: bold;
    transition: all 0.25s ease-in-out;
}

.wedding-wish-form .submit-comment:hover {
    background-color: var(--tertiary-clr);
    color: var(--primary-clr);
}

textarea.form-control {
    resize: vertical;
}

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

.comment-head .comment-name {
    font-family: var(--abhayalibre);
    font-size: calc(var(--fs-content) + 4px);
    font-weight: 600;
    color: var(--light-clr);
}

.comment-head .comment-name>i {
    font-size: 0.89em;
    color: var(--light-clr);
}

.comment-head .comment-date {
    font-family: var(--lora);
    font-size: calc(var(--fs-content) - 2px);
    display: block;
    color: var(--light-clr);
    margin-top: 4px;
}

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

.comment-head .delete-comment:hover {
    color: #ffffff;
}

.comment-item .comment-body {
    margin-top: 10px;
}

.comment-body .comment-caption {
    font-family: var(--playfairdisplay);
    color: var(--light-clr);
    font-size: var(--fs-content);
}

/* More Comment */
.more-comment-wrap {
    padding: 20px;
    display: none;
}

.more-comment-wrap.show {
    display: block;
}

#moreComment {
    width: 100%;
    display: block;
    border-radius: 25px;
    padding: 4px 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(--playfairdisplay);
    font-size: calc(var(--fs-content) + 4px);
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

#moreComment:hover {
    background-color: var(--tertiary-clr);
    color: var(--primary-clr);
}



/* ==============================
        Footnote
============================== */
/* FOOT WRAPPER */
.foot-wrapper {
    margin-top: 80px;
    position: relative;
    overflow: hidden;
    padding-bottom: 95px;
}

.foot-wrapper .orn-foot {
    position: absolute;
}

/* Ornamen-Footnote */
.foot-wrapper .orn-bunga {
    position: absolute;
    width: 100%;
    height: 346px;
    bottom: 0;
    left: 0;
    background-image: var(--orn-bunga-footnote);
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center;
}




/* QUOTE */
.quote-end {
    padding: 8px 20px;
    margin-bottom: 16px;
}

.quote-end .quote-end-inner {
    max-width: none;
}

.quote-end .quote-end-inner p {
    font-family: var(--playfairdisplay);
    font-size: calc(var(--fs-content) + 4px);
    line-height: clamp(20px, 2vw, 30px);
    color: var(--secondary-clr);
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.5px;
    margin: 12px 28px 24px;
    text-align: center;
}

.quote-end .nama-ayat p {
    font-family: var(--playfairdisplay);
    font-size: calc(var(--fs-content) + 4px);
    line-height: clamp(20px, 2vw, 30px);
    color: var(--secondary-clr);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 24px 28px;
    text-align: center;
}

/* FOOTNOTE */
.footnote {
    width: 100%;
    padding: 8px;
    /* background-color: lightseagreen; */
}

.footnote .footnote-inner {
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 100px;
}

.footnote .footnote-inner h1 {
    font-size: calc(var(--fs-title) - 8px);
    line-height: clamp(45px, 4.25vw, 80px);
    color: var(--secondary-clr);
    font-family: var(--abhayalibre);
    font-weight: 600;
}

.footnote .footnote-inner p {
    font-size: calc(var(--fs-content) + 8px);
    line-height: clamp(28px, 2vw, 30px);
    letter-spacing: 6px;
    color: var(--secondary-clr);
    margin-bottom: 8px;
    margin-top: 16px;
    font-family: var(--abhayalibre);
}


@media only screen and (min-width: 1440px) {
    .foot-wrapper {
        padding-bottom: 200px;
    }

    .footnote {
        width: 100%;
        padding-bottom: 12px;
        /* background-color: lightseagreen; */
    }

    .footnote .footnote-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 40px 24px;
        text-align: left;
        margin-bottom: 100px;
    }

    .foot-wrapper .orn-bunga {
        position: absolute;
        width: 100%;
        height: 480px;
        bottom: 0;
        left: 0;
        background-image: var(--orn-bunga-footnote);
        background-size: auto 100%;
        background-repeat: repeat-x;
        background-position: center;
    }
}


/* =======================
        FOOTER
======================= */
section.footer {
    background: var(--primary-clr);
    padding: 0;
}

section.footer .footer-inner {
    padding: 10px 0;
}

section.footer .footer-inner p {
    font-weight: normal;
    color: var(--light-clr);
    font-size: var(--fs-content);
    font-family: var(--berylium);
}

.footer .footer-inner .footer-logo {
    width: 55px;
}

section.footer .footer-inner .footer-logo path {
    fill: var(--light-clr);
}

@media only screen and (max-width: 960px) {
    section.footer .footer-inner.flex-column {
        flex-direction: column;
        padding-top: 80px;
        padding-bottom: 150px;
    }

    section.footer .footer-inner.flex-column p {
        margin-right: 0;
        font-size: calc(var(--fs-content) + 5px);
    }

    section.footer .footer-inner.flex-column .footer-logo {
        margin-top: 10px;
        width: 150px;
    }
}

/* BATAS CSS */

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic/100/normal.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(cf-fonts/s/roboto/5.0.11/greek-ext/100/normal.woff2.html);
    unicode-range: U+1F00-1FFF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(cf-fonts/s/roboto/5.0.11/latin-ext/100/normal.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(cf-fonts/s/roboto/5.0.11/vietnamese/100/normal.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(cf-fonts/s/roboto/5.0.11/greek/100/normal.woff2.html);
    unicode-range: U+0370-03FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic-ext/100/normal.woff2.html);
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(cf-fonts/s/roboto/5.0.11/latin/100/normal.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic-ext/300/normal.woff2.html);
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(cf-fonts/s/roboto/5.0.11/latin/300/normal.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(cf-fonts/s/roboto/5.0.11/vietnamese/300/normal.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(cf-fonts/s/roboto/5.0.11/greek-ext/300/normal.woff2.html);
    unicode-range: U+1F00-1FFF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(cf-fonts/s/roboto/5.0.11/latin-ext/300/normal.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(cf-fonts/s/roboto/5.0.11/greek/300/normal.woff2.html);
    unicode-range: U+0370-03FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic/300/normal.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/s/roboto/5.0.11/latin-ext/400/normal.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/s/roboto/5.0.11/greek-ext/400/normal.woff2.html);
    unicode-range: U+1F00-1FFF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/s/roboto/5.0.11/latin/400/normal.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/s/roboto/5.0.11/greek/400/normal.woff2.html);
    unicode-range: U+0370-03FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/s/roboto/5.0.11/vietnamese/400/normal.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic/400/normal.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic-ext/400/normal.woff2.html);
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(cf-fonts/s/roboto/5.0.11/latin/500/normal.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(cf-fonts/s/roboto/5.0.11/latin-ext/500/normal.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(cf-fonts/s/roboto/5.0.11/greek/500/normal.woff2.html);
    unicode-range: U+0370-03FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(cf-fonts/s/roboto/5.0.11/vietnamese/500/normal.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic/500/normal.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic-ext/500/normal.woff2.html);
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(cf-fonts/s/roboto/5.0.11/greek-ext/500/normal.woff2.html);
    unicode-range: U+1F00-1FFF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic-ext/700/normal.woff2.html);
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(cf-fonts/s/roboto/5.0.11/greek-ext/700/normal.woff2.html);
    unicode-range: U+1F00-1FFF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(cf-fonts/s/roboto/5.0.11/latin/700/normal.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(cf-fonts/s/roboto/5.0.11/vietnamese/700/normal.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(cf-fonts/s/roboto/5.0.11/latin-ext/700/normal.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic/700/normal.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(cf-fonts/s/roboto/5.0.11/greek/700/normal.woff2.html);
    unicode-range: U+0370-03FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(cf-fonts/s/roboto/5.0.11/latin/900/normal.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(cf-fonts/s/roboto/5.0.11/vietnamese/900/normal.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(cf-fonts/s/roboto/5.0.11/greek-ext/900/normal.woff2.html);
    unicode-range: U+1F00-1FFF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic-ext/900/normal.woff2.html);
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(cf-fonts/s/roboto/5.0.11/greek/900/normal.woff2.html);
    unicode-range: U+0370-03FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(cf-fonts/s/roboto/5.0.11/latin-ext/900/normal.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic/900/normal.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 100;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic-ext/100/italic.woff2.html);
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 100;
    src: url(cf-fonts/s/roboto/5.0.11/greek-ext/100/italic.woff2.html);
    unicode-range: U+1F00-1FFF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 100;
    src: url(cf-fonts/s/roboto/5.0.11/latin-ext/100/italic.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 100;
    src: url(cf-fonts/s/roboto/5.0.11/vietnamese/100/italic.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 100;
    src: url(cf-fonts/s/roboto/5.0.11/latin/100/italic.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 100;
    src: url(cf-fonts/s/roboto/5.0.11/greek/100/italic.woff2.html);
    unicode-range: U+0370-03FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 100;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic/100/italic.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    src: url(cf-fonts/s/roboto/5.0.11/vietnamese/300/italic.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic-ext/300/italic.woff2.html);
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    src: url(cf-fonts/s/roboto/5.0.11/latin/300/italic.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    src: url(cf-fonts/s/roboto/5.0.11/latin-ext/300/italic.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic/300/italic.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    src: url(cf-fonts/s/roboto/5.0.11/greek-ext/300/italic.woff2.html);
    unicode-range: U+1F00-1FFF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    src: url(cf-fonts/s/roboto/5.0.11/greek/300/italic.woff2.html);
    unicode-range: U+0370-03FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic-ext/400/italic.woff2.html);
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: url(cf-fonts/s/roboto/5.0.11/greek-ext/400/italic.woff2.html);
    unicode-range: U+1F00-1FFF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic/400/italic.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: url(cf-fonts/s/roboto/5.0.11/greek/400/italic.woff2.html);
    unicode-range: U+0370-03FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: url(cf-fonts/s/roboto/5.0.11/latin/400/italic.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: url(cf-fonts/s/roboto/5.0.11/latin-ext/400/italic.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: url(cf-fonts/s/roboto/5.0.11/vietnamese/400/italic.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic/500/italic.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic-ext/500/italic.woff2.html);
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    src: url(cf-fonts/s/roboto/5.0.11/latin-ext/500/italic.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    src: url(cf-fonts/s/roboto/5.0.11/greek-ext/500/italic.woff2.html);
    unicode-range: U+1F00-1FFF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    src: url(cf-fonts/s/roboto/5.0.11/vietnamese/500/italic.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    src: url(cf-fonts/s/roboto/5.0.11/greek/500/italic.woff2.html);
    unicode-range: U+0370-03FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    src: url(cf-fonts/s/roboto/5.0.11/latin/500/italic.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic/700/italic.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: url(cf-fonts/s/roboto/5.0.11/greek-ext/700/italic.woff2.html);
    unicode-range: U+1F00-1FFF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: url(cf-fonts/s/roboto/5.0.11/latin-ext/700/italic.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: url(cf-fonts/s/roboto/5.0.11/vietnamese/700/italic.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: url(cf-fonts/s/roboto/5.0.11/greek/700/italic.woff2.html);
    unicode-range: U+0370-03FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic-ext/700/italic.woff2.html);
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: url(cf-fonts/s/roboto/5.0.11/latin/700/italic.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 900;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic/900/italic.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 900;
    src: url(cf-fonts/s/roboto/5.0.11/vietnamese/900/italic.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 900;
    src: url(cf-fonts/s/roboto/5.0.11/greek/900/italic.woff2.html);
    unicode-range: U+0370-03FF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 900;
    src: url(cf-fonts/s/roboto/5.0.11/cyrillic-ext/900/italic.woff2.html);
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 900;
    src: url(cf-fonts/s/roboto/5.0.11/latin/900/italic.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 900;
    src: url(cf-fonts/s/roboto/5.0.11/greek-ext/900/italic.woff2.html);
    unicode-range: U+1F00-1FFF;
    font-display: block;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 900;
    src: url(cf-fonts/s/roboto/5.0.11/latin-ext/900/italic.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: Abhaya Libre;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/s/abhaya-libre/5.0.18/latin-ext/400/normal.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: Abhaya Libre;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/s/abhaya-libre/5.0.18/sinhala/400/normal.woff2.html);
    unicode-range: U+0964-0965, U+0D81-0DF4, U+200C-200D, U+25CC, U+111E1-111F4;
    font-display: swap;
}

@font-face {
    font-family: Abhaya Libre;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/s/abhaya-libre/5.0.18/latin/400/normal.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: Abhaya Libre;
    font-style: normal;
    font-weight: 600;
    src: url(cf-fonts/s/abhaya-libre/5.0.18/latin-ext/600/normal.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: Abhaya Libre;
    font-style: normal;
    font-weight: 600;
    src: url(cf-fonts/s/abhaya-libre/5.0.18/sinhala/600/normal.woff2.html);
    unicode-range: U+0964-0965, U+0D81-0DF4, U+200C-200D, U+25CC, U+111E1-111F4;
    font-display: swap;
}

@font-face {
    font-family: Abhaya Libre;
    font-style: normal;
    font-weight: 600;
    src: url(cf-fonts/s/abhaya-libre/5.0.18/latin/600/normal.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/v/lora/5.0.11/latin-ext/wght/normal.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/v/lora/5.0.11/cyrillic-ext/wght/normal.woff2.html);
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}

@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/v/lora/5.0.11/vietnamese/wght/normal.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/v/lora/5.0.11/latin/wght/normal.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/v/lora/5.0.11/cyrillic/wght/normal.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: Lora;
    font-style: italic;
    font-weight: 400;
    src: url(cf-fonts/v/lora/5.0.11/vietnamese/wght/italic.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: Lora;
    font-style: italic;
    font-weight: 400;
    src: url(cf-fonts/v/lora/5.0.11/cyrillic-ext/wght/italic.woff2.html);
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}

@font-face {
    font-family: Lora;
    font-style: italic;
    font-weight: 400;
    src: url(cf-fonts/v/lora/5.0.11/latin/wght/italic.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: Lora;
    font-style: italic;
    font-weight: 400;
    src: url(cf-fonts/v/lora/5.0.11/cyrillic/wght/italic.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: Lora;
    font-style: italic;
    font-weight: 400;
    src: url(cf-fonts/v/lora/5.0.11/latin-ext/wght/italic.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/v/playfair-display/5.0.18/latin-ext/wght/normal.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/v/playfair-display/5.0.18/cyrillic/wght/normal.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/v/playfair-display/5.0.18/latin/wght/normal.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 400;
    src: url(cf-fonts/v/playfair-display/5.0.18/vietnamese/wght/normal.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 500;
    src: url(cf-fonts/v/playfair-display/5.0.18/cyrillic/wght/normal.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 500;
    src: url(cf-fonts/v/playfair-display/5.0.18/latin-ext/wght/normal.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 500;
    src: url(cf-fonts/v/playfair-display/5.0.18/latin/wght/normal.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 500;
    src: url(cf-fonts/v/playfair-display/5.0.18/vietnamese/wght/normal.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 700;
    src: url(cf-fonts/v/playfair-display/5.0.18/latin-ext/wght/normal.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 700;
    src: url(cf-fonts/v/playfair-display/5.0.18/vietnamese/wght/normal.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 700;
    src: url(cf-fonts/v/playfair-display/5.0.18/cyrillic/wght/normal.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 700;
    src: url(cf-fonts/v/playfair-display/5.0.18/latin/wght/normal.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    font-style: italic;
    font-weight: 400;
    src: url(cf-fonts/v/playfair-display/5.0.18/latin-ext/wght/italic.woff2.html);
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    font-style: italic;
    font-weight: 400;
    src: url(cf-fonts/v/playfair-display/5.0.18/cyrillic/wght/italic.woff2.html);
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    font-style: italic;
    font-weight: 400;
    src: url(cf-fonts/v/playfair-display/5.0.18/vietnamese/wght/italic.woff2.html);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    font-style: italic;
    font-weight: 400;
    src: url(cf-fonts/v/playfair-display/5.0.18/latin/wght/italic.woff2.html);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

/* General Section Styling */
.wish-section {
    background-color: #ebe8e4;
    padding: 40px 20px;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #343a40;
}

/* Form Styling */
.wish-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#wish-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1rem;
    resize: vertical;
}

.form-input {
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

.attendance-options {
    display: flex;
    justify-content: space-between;
}

.attendance-options label {
    font-size: 1rem;
    color: #495057;
}

.submit-btn {
    padding: 10px 15px;
    font-size: 1rem;
    background-color: #852a31;
    color: #e5c66b;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #e5c66b;
    color: #852a31;
}

/* Wishes List Styling */
.wishes-list {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
}

.wish-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
}

.wish-card .wish-text {
    font-size: 0.9rem;
    color: #343a40;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: justify;
}

.wish-card .wish-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wish-card .wish-sender {
    font-size: 0.9rem;
    font-weight: bold;
    color: #495057;
}

.wish-card .wish-time {
    font-size: 0.9rem;
    color: #868e96;
    display: flex;
    justify-content: flex-end;
}

.wish-card .wish-icon {
    margin-left: 5px;
    font-size: 0.9rem;
    color: #28a745;
    /* Green for attending */
}

.wish-card .wish-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin-top: 5px;
}

.wish-card .wish-icon.not-attending {
    color: #dc3545;
    /* Red for not attending */
}

/* Pagination Styling */
.pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.pagination-btn {
    padding: 8px 12px;
    font-size: 1rem;
    background-color: #e5c66b;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pagination-btn:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}

.page-info {
    font-size: 1rem;
    color: #495057;
}

/* FOOTER */
.logo-footer {
    width: 50%;
    height: auto;
}

.bank-logo {
    width: 120px;
    height: auto;
    display: block;
    margin: 10px auto;
}

.book {
    text-align: center;
    display: none;
    margin-top: 15px;
}

.form-group {
    text-align: center;
    margin-bottom: 15px;
}

select.form-control {
    padding: 8px;
    font-size: 16px;
}

.top-cover {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    /* opsional */
    background-size: cover;
    background-position: center;
    padding: 40px 20px;
}

.details {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
    padding-bottom: 60px;
}

.logo-wrap img {
    width: 80px;
    margin: auto;
    display: block;
}

.top-text {
    font-family: 'Inter', sans-serif;
    color: #4A1C1A;
    margin: 5px 0;
}

.link {
    margin-top: 50px;
    padding: 12px 30px;
    background-color: #691616;
    color: #f8eeb7;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.link:hover {
    background-color: #8a2a2a;
}

.saving-books {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
}

/* 💳 Desain kartu */
.bank-card {
    background: #ebe8e4;
    border-radius: 20px;
    padding: 28px 32px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
}

.bank-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Header kartu */
.card-header {
    position: relative;
    height: 60px;
    margin-bottom: 20px;
}

.chip {
    width: 45px;
    position: absolute;
    left: 25px;
    top: 15px;
}

.bank-logo {
    width: 90px;
    height: auto;
    position: absolute;
    top: 15px;
    right: 25px;
}

/* Isi kartu */
.card-body {
    position: relative;
    padding-bottom: 60px;
}

.account-number {
    font-size: 22px;
    font-weight: bold;
    color: #2c2c2c;
    margin-left: 20px;
}

.account-owner {
    margin-left: 20px;
    margin-top: 5px;
    font-size: 0.95rem;
    color: #555;
}

.copy-btn {
    background: #e5c66b;
    border: none;
    color: #852a31;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.2s ease;
    /* posisi absolut di kanan bawah */
    position: absolute;
    bottom: 20px;
    right: 25px;
    animation: floatButton 3s ease-in-out infinite;
}

.copy-btn:hover {
    background: #852a31;
    color: #e5c66b;
    transform: translateY(-2px);
}

@media (max-width: 480px) {
    .bank-card {
        padding: 20px;
    }

    .bank-logo {
        width: 75px;
    }

    .account-number {
        font-size: 20px;
    }
}

/* Floating animation */
@keyframes floatButton {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
