@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);
    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: Abhaya Libre;
    font-style: normal;
    font-weight: 400;
    src: url(/cf-fonts/s/abhaya-libre/5.0.18/latin-ext/400/normal.woff2);
    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/sinhala/400/normal.woff2);
    unicode-range: U+0964-0965, U+0D81-0DF4, U+200C-200D, U+25CC, U+111E1-111F4;
    font-display: block;
}

@font-face {
    font-family: "gold lines serif";
    src: url("/fonts/Gold Lines Serif Trial.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: gold lines;
    src: url("/fonts/Gold Lines Trial.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


html {
    scroll-behavior: smooth;
}

body {
    --header-height: 3rem;
    --hue: 174;
    --sat: 63%;
    --first-color: hsl(var(--hue), var(--sat), 40%);
    --first-color-alt: hsl(var(--hue), var(--sat), 36%);
    --title-color: hsl(var(--hue), 12%, 15%);
    --text-color: hsl(var(--hue), 8%, 35%);
    --body-color: hsl(var(--hue), 100%, 99%);
    --heading-family: "Abhaya Libre", serif;
    --heading-style: normal;
    --heading-weight: 500;
    --heading-size: 32px;
    --heading-lettercase: none;
    --body-text-family: "Abhaya Libre", serif;
    --body-text-style: normal;
    --body-text-weight: 400;
    --body-text-size: 16px;
    --body-text-lettercase: none;
    --background-primary: #88b6c1 !important;
    --background-primary-rgb: 239, 236, 229 !important;
    --background-secondary: #faf0df !important;
    --background-secondary-rgb: 203, 217, 224 !important;
    --background-tertiary: #e5e5d5 !important;
    --background-tertiary-rgb: 229, 229, 213 !important;
    --text-primary: #994b6f !important;
    --text-primary-rgb: 149, 109, 131 !important;
    --text-secondary: #616161 !important;
    --text-secondary-rgb: 117, 117, 117 !important;
    --text-tertiary: #ffffff !important;
    --text-tertiary-rgb: 64, 64, 64 !important;
    --button-text-primary: #ffffff !important;
    --button-text-primary-rgb: 239, 236, 229 !important;
    --button-background-primary: #994b6f !important;
    --button-background-primary-rgb: 149, 109, 131 !important;
    --hover-button-background-primary: #88b6c1 !important;
    --hover-button-background-primary-rgb: 149, 109, 131 !important;
    --hover-button-text-primary: #ffffff !important;
    --hover-button-text-primary-rgb: 149, 109, 131 !important;
    --button-text-secondary: #2a7fa4 !important;
    --button-text-secondary-rgb: 149, 109, 131 !important;
    --button-background-secondary: #88b6c1 !important;
    --button-background-secondary-rgb: 239, 236, 229 !important;
    -webkit-overflow-scrolling: touch;
}

body.ayu-janu {
    --heading-family: "Gold Lines", serif;
    --heading-style: normal;
    --heading-weight: 400;
    --heading-size: 40px;
    --heading-lettercase: none;
    --body-text-family: "Abhaya Libre", serif;
    --body-text-style: normal;
    --body-text-weight: 500;
    --body-text-size: 16px;
    --body-text-lettercase: none;
    --background-primary: #88b6c1 !important;
    --background-primary-rgb: 239, 236, 229 !important;
    --background-secondary: #faf0df !important;
    --background-secondary-rgb: 203, 217, 224 !important;
    --background-tertiary: #e5e5d5 !important;
    --background-tertiary-rgb: 229, 229, 213 !important;
    --text-primary: #994b6f !important;
    --text-primary-rgb: 149, 109, 131 !important;
    --text-secondary: #616161 !important;
    --text-secondary-rgb: 117, 117, 117 !important;
    --text-tertiary: #404040 !important;
    --text-tertiary-rgb: 64, 64, 64 !important;
    --button-text-primary: #ffffff !important;
    --button-text-primary-rgb: 239, 236, 229 !important;
    --button-background-primary: #994b6f !important;
    --button-background-primary-rgb: 149, 109, 131 !important;
    --hover-button-background-primary: #88b6c1 !important;
    --hover-button-background-primary-rgb: 149, 109, 131 !important;
    --hover-button-text-primary: #ffffff !important;
    --hover-button-text-primary-rgb: 149, 109, 131 !important;
    --button-text-secondary: #2a7fa4 !important;
    --button-text-secondary-rgb: 149, 109, 131 !important;
    --button-background-secondary: #88b6c1 !important;
    --button-background-secondary-rgb: 239, 236, 229 !important;
    --body-height: 100vh;
    height: auto;
    overflow: visible;
    --quaterly-clr: #d6a191;
    background-color: var(--background-primary);
}

body.ayu-janu {
    --texture-body: url("/media/param/texture-body-min.png");
    --footer-body: url("/media/param/texture-foot.png");
    --rsvp-head: url("/media/param/agenda-background.png");
}

@media only screen and (max-width: 960px) {
    body.ayu-janu {
        overflow: hidden;
    }
}

@media (min-width: 560px) and (max-width: 960px) {
    body.ayu-janu {
        --heading-size: 40px;
        --body-text-size: 20px;
    }
}

@media (min-width: 961px) {
    body.ayu-janu {
        --heading-size: 40px;
        --body-text-size: 20px;
    }
}

body.ayu-janu h1,
body.ayu-janu h2,
body.ayu-janu h3,
body.ayu-janu h4,
body.ayu-janu h5,
body.ayu-janu h6 {
    font-family: var(--heading-family);
    font-style: var(--heading-style);
    font-weight: var(--heading-weight);
    font-size: var(--heading-size);
    text-transform: var(--heading-lettercase);
    line-height: normal;
    color: var(--text-primary);
}

body.ayu-janu p {
    font-family: var(--body-text-family);
    font-style: var(--body-text-style);
    font-weight: var(--body-text-weight);
    font-size: var(--body-text-size);
    text-transform: var(--body-text-lettercase);
    line-height: 1.5;
    color: var(--text-secondary);
}

.body.virga-fajri span {
    font-family: var(--body-text-family) !important;
    font-size: inherit;
    color: inherit;
    font-weight: 700;
}

body.ayu-janu sup {
    font-family: inherit;
    font-size: 0.7em;
    color: inherit;
}

body.ayu-janu font {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
    font-style: inherit;
}

body.ayu-janu img {
    max-width: 100%;
}

body.ayu-janu::-webkit-scrollbar {
    width: 10px;
    height: 15px;
}

body.ayu-janu::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
    border-width: 2px;
    background-color: var(--background-tertiary);
}

.form-control:focus,
.form-control:active {
    background: var(--light-clr);
    box-shadow: 0 0 2px var(--background-tertiary);
    border-color: var(--background-tertiary);
}

.modal-content .mde1 {
    border-bottom: 2px solid rgba(var(--background-primary-rgb), 0.5);
}

.modal-content .modal-caption {
    color: var(--text-secondary);
}

.modal-content .btn {
    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: var(--body-text-size);
    background-color: rgba(var(--text-secondary-rgb), 0.05);
    color: var(--text-secondary);
}

.modal-content .btn:hover {
    background-color: rgba(var(--text-secondary-rgb), 0.1);
}

.modal-content .btn-wood {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}

.modal-content .btn-wood:hover {
    background-color: rgba(var(--button-background-primary-rgb), 0.7);
}

.aj-page__side-to-side {
    min-height: 480px;
    display: block;
    position: relative;
    height: 100%;
}

.aj-page__side-to-side,
.aj-page__side-to-side * {
    -webkit-overflow-scrolling: touch;
}

.aj-page__side-to-side .primary-pane {
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    width: 61%;
}

.aj-page__side-to-side .secondary-pane {
    position: relative;
    right: 0;
    width: 39%;
    margin-left: auto;
    background-image: var(--texture-body);
    background-position: center center;
    background-size: contain;
    background-repeat: repeat-y;
}

@media only screen and (min-width: 960px) and (max-width: 1400px) {
    .aj-page__side-to-side .secondary-pane section.video-gallery .inner .video-outer .video {
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .aj-page__side-to-side .primary-pane {
        position: relative;
        width: 100%;
        display: none;
    }

    .aj-page__side-to-side .secondary-pane {
        position: relative;
        width: 100%;
    }
}

.aj-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;
}

.aj-page__side-to-side .primary-pane .inner::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            --text-secondary 100%);
}

.aj-page__side-to-side .primary-pane .inner .details {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 5% 7%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
    z-index: 2;
}

.aj-page__side-to-side .primary-pane .inner .details .logo-wrap {}

.aj-page__side-to-side .primary-pane .inner .details h1 {
    padding: 0;
    margin-bottom: 10px;
    margin-top: 25px;
    font-size: 30px;
    color: var(--text-clr-pr);
    text-transform: none;
    font-style: normal;
    text-align: center;
    font-family: var(--heading-family);
    max-width: 380px;
}

.aj-page__side-to-side .primary-pane .inner .details p {
    font-family: var(--body-text-family);
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
}

.aj-page__side-to-side .primary-pane .inner .highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--light-clr);
}

.aj-page__side-to-side .primary-pane .inner .highlight .preview-container {
    width: 100%;
    height: 100%;
    display: block;
}

.aj-page__side-to-side .primary-pane .inner .highlight .preview-container .slick-list {
    width: 100% !important;
    height: 100% !important;
}

.aj-page__side-to-side .primary-pane .inner .highlight .preview-container .slick-track {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

.aj-page__side-to-side .primary-pane .inner .highlight .preview-container .picture {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    position: absolute !important;
}

.aj-page__side-to-side .primary-pane .inner .highlight .preview-container .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

section.top-cover {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: var(--body-height);
    z-index: 999999;
    top: 0;
    left: 0;
    padding: 0;
    transition: all 1.8s;
    transition-timing-function: cubic-bezier(0.23, 0.56, 0.38, 0.78);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.56, 0.38, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.56, 0.38, 0.78);
    -o-transition-timing-function: cubic-bezier(0.23, 0.56, 0.38, 0.78);
    display: flex;
    flex-direction: column;
    display: none;
}

@media only screen and (max-width: 960px) {
    section.top-cover {
        display: flex;
    }
}

section.top-cover.hide {
    top: -120%;
    bottom: 120%;
    pointer-events: none;
}

section.top-cover .inner {
    padding: 20px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

section.top-cover .inner::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 175px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            --text-secondary 100%);
}

.logo-wrap {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 431px;
    margin: auto;
    z-index: 2;
}

.char-wrap {
    position: relative;
    width: 100%;
    max-width: 270px;
    height: 270px;
    margin: 25px auto;
}

.nav-menu {
    position: fixed;
    bottom: 20px;
    background-color: #ffffffd6;
    box-shadow: 0 -1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
    width: 36%;
    height: 4rem;
    padding: 0 1rem;
    display: grid;
    align-content: center;
    border-radius: 1.25rem;
    transition: .4s;
    z-index: 99;
    backdrop-filter: blur(2px);
    transition: bottom 0.8s;
    right: 18px;
}

@media only screen and (max-width: 960px) {
    .nav-menu {
        position: fixed;
        bottom: 20px;
        background-color: #ffffffd6;
        box-shadow: 0 -1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
        width: 92%;
        height: 4rem;
        padding: 0 1rem;
        display: grid;
        align-content: center;
        border-radius: 1.25rem;
        transition: .4s;
        z-index: 99;
        backdrop-filter: blur(2px);
        transition: bottom 0.8s;
        right: 18px;
    }

    .music-outer .music-box {
        top: -100px;
        left: 14px;
    }
}

@media only screen and (max-width: 600px) {
    .mob-none {
        display: none;
    }

    .nav-icon {
        font-size: 1.8rem !important;
    }

    .nav-name {
        font-size: 10px !important;
    }

    .nav-list {
        justify-content: center;
        column-gap: 1.2rem !important;
    }
}

.nav-list,
.nav-link {
    display: flex;
}

.nav-link {
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    color: #6a9ba7;
    font-weight: 600;
    text-decoration: none;
}

.nav-list {
    justify-content: center;
    column-gap: 1.5rem;
}

.nav-item {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.nav-icon {
    font-size: 2rem;
}

.nav-name {
    font-size: 12px;
}

.active-link {
    position: relative;
    color: #772b4e;
    transition: .3s;
}

.scroll-header {
    box-shadow: 0 1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
}


.nav-link:hover {
    color: #772b4e;
}

.active-link::before {
    content: '';
    position: absolute;
    bottom: -.75rem;
    width: 4px;
    height: 4px;
    background-color: #772b4e;
    border-radius: 50%;
}

.main-p-namaundangan {
    -webkit-text-stroke: 2px #fff;
    paint-order: stroke fill;
    color: #994b6f !important;
}

.main-h1-namaundangan {
    -webkit-text-stroke: 2px #fff;
    paint-order: stroke fill;
    color: #2a7fa4 !important;
    font-family: "Playwrite GB J", cursive !important;
}


.p-namaundangan {
    -webkit-text-stroke: 2px #fff;
    paint-order: stroke fill;
    color: #994b6f !important;
}

.h1-namaundangan {
    -webkit-text-stroke: 2px #fff;
    paint-order: stroke fill;
    color: #2a7fa4 !important;
    font-family: "Playwrite GB J", cursive !important;
}

.ig-bges {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
}

section.top-cover .inner .details {
    text-align: center;
    padding: 10px;
    margin: 0 auto auto;
    position: relative;
    z-index: 2;
    margin-top: 60px;
}

section.top-cover .inner .details .logo-wrap {
    margin-bottom: 0;
}

section.top-cover .inner .details h1 {
    padding: 20px;
    margin: 0 auto;
    font-size: 30px;
    margin-bottom: var(--heading-size);
    text-transform: none;
    font-style: normal;
    padding-bottom: 0px;
    line-height: 50px;
}

section.top-cover .inner .details p {
    font-size: 16px;
    font-family: var(--body-text-family);
    font-style: normal;
    font-weight: 500;
    color: var(--button-text-primary);
    margin-bottom: 4px;
}

section.top-cover .cover-free-text {
    font-size: var(--body-text-size);
    letter-spacing: 2px;
    color: var(--text-clr);
    font-family: var(--body-text-family);
    line-height: 1.5;
}

section.top-cover .inner .details .link-wrap {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}

section.top-cover .inner .details a.link {
    border: none;
    outline: none;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    font-weight: 500;
    text-decoration: none;
    margin: 0 auto;
    padding: 12px 16px;
    border-radius: 25px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

section.top-cover .inner .details a.link:hover {
    background-color: var(--hover-button-background-primary);
    color: var(--hover-button-text-primary);
}

section.top-cover .inner .highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-primary);
}

section.top-cover .inner .highlight .preview-container {
    width: 100%;
    height: 100%;
    display: block;
}

section.top-cover .inner .highlight .preview-container .slick-list {
    width: 100% !important;
    height: 100% !important;
}

section.top-cover .inner .highlight .preview-container .slick-track {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

section.top-cover .inner .highlight .preview-container .picture {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    position: absolute !important;
}

section.top-cover .inner .highlight .preview-container .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}


section.cover .cover-center {
    position: relative;
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}

section.cover {
    position: relative;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: var(--body-height)
}

section.cover .inner {
    width: 100%;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    position: relative
}

section.cover .inner .head {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 45%);
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 35px;
}

@media only screen and (max-width: 600px) {
    section.cover .inner .head {
        font-size: 45px;
        transform: translate(-50%, 45%);
    }

    section.cover .inner .head .prime-title {
        font-size: 50px;
        z-index: 2;
        position: relative;
    }

    section.cover .inner .head .top-text {
        font-size: 26px !important;
        z-index: 1;
        position: relative;
        line-height: 28px;
    }
}

section.cover .inner .head .prime-title {
    color: var(--text-primary)
}

section.cover .inner .head .prime-title span {
    min-width: 200px;
    display: inline-block;
    top: 20px;
    position: relative;
    line-height: 90px;
}

@media only screen and (max-width: 600px) {
    section.cover .inner .head .prime-title span {
        line-height: 70px;
    }
}

section.cover .inner .head .top-text {
    font-size: 30px;
}

section.cover .inner .head .bottom-text {
    color: var(--text-secondary);
    font-size: calc(var(--body-text-size) + var(--fs-extra-1));
    font-weight: 500
}

section.cover .inner .body {
    padding: 0;
    margin: 20px auto;
    position: relative
}

section.cover .inner .body.highlight.no_mobile {
    display: none
}

section.cover .inner .body .cover-frame {
    position: absolute;
    inset: 0% 0%;
    background: var(--secondary-clr);
    -webkit-mask-image: var(--cover-frame-mask);
    mask-image: var(--cover-frame-mask);
    -webkit-mask-size: 99% 99%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 2%;
    left: 0%;
    bottom: 1%;
    right: 0%
}

section.cover .inner .body .cover-picture {
    position: absolute;
    inset: 0 0 0 0
}

section.cover .inner .body .cover-picture .slick-list {
    width: 100% !important;
    height: 100% !important
}

section.cover .inner .body .cover-picture .slick-track {
    width: 100% !important;
    height: 100% !important;
    position: relative !important
}

section.cover .inner .body .cover-picture .picture {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    position: absolute !important;
    background-color: var(--secondary-clr)
}

section.cover .inner .body .cover-picture .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center
}

section.cover .inner .foot {
    margin-top: 20%
}

section.cover .inner .foot .torsvp__btn-wrap {
    margin-top: 15px;
    padding: 0;
    display: flex;
    justify-content: center
}

section.cover .inner .foot .torsvp__btn {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 10px 16px;
    border-radius: 50px;
    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: var(--body-text-size);
    line-height: 1.5;
    letter-spacing: 2px;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary)
}

section.cover .inner .foot .torsvp__btn:hover {
    background-color: var(--button-background-tertiary)
}

.cover .cover-frame {
    position: relative;
    width: calc(100% - 50px);
    max-width: 500px;
    margin: 10% auto 0
}

.arrow-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto
}

.arrows {
    position: relative;
    width: 24px;
    height: 42px;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%)
}

.arrows>div {
    position: absolute;
    left: 20%;
    width: 50%;
    height: 8%;
    opacity: 0;
    transform: scale3d(.5, .5, .5);
    animation: move 3s ease-out infinite
}

.arrows>div:first-child {
    animation: move 3s ease-out 1s infinite
}

.arrows>div:nth-child(2) {
    animation: move 3s ease-out 2s infinite
}

.arrows>div:before,
.arrows>div:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: var(--button-background-primary)
}

.arrows>div:before {
    left: 0;
    transform: skew(0deg, 45deg)
}

.arrows>div:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -45deg)
}

@keyframes fly-diagonal {
    0% {
        opacity: 0;
        transform: translate(-220%, 220%) scaleX(1);
    }

    5% {
        opacity: 1;
    }

    10% {
        transform: translate(-185%, 185%) scaleX(.8);
    }

    20% {
        transform: translate(-170%, 100%) scaleX(1);
    }

    30% {
        transform: translate(-155%, 155%) scaleX(.8);
    }

    40% {
        transform: translate(-130%, 130%) scaleX(1);
    }

    50% {
        transform: translate(-115%, 115%) scaleX(.8);
    }

    60% {
        transform: translate(-90%, 90%) scaleX(1);
    }

    70% {
        transform: translate(-55%, 55%) scaleX(.8);
    }

    80% {
        transform: translate(-40%, 40%) scaleX(1);
    }

    90% {
        transform: translate(-15%, 15%) scaleX(.8);
    }

    100% {
        transform: translate(0%, 0%) scaleX(1);
    }
}

@keyframes fly-diagonal-out {
    0% {
        transform: translate(0%, 0%);
    }

    25% {
        transform: translate(65%, -65%);
    }

    50% {
        transform: translate(130%, -130%);
        opacity: 1;
    }

    100% {
        transform: translate(260%, -260%);
        opacity: 0;
    }
}

@keyframes float {
    0% {
        transform: scale(1) skew(0deg, 0deg);
    }

    10% {
        transform: scale(0.9) skew(-3deg, -3deg);
    }

    20% {
        transform: scale(1) skew(0deg, 0deg);
    }

    30% {
        transform: scale(0.9) skew(-3deg, -3deg);
    }

    40% {
        transform: scale(1) skew(0deg, 0deg);
    }

    50% {
        transform: scale(0.9) skew(-3deg, -3deg);
    }

    60% {
        transform: scale(1) skew(0deg, 0deg);
    }

    70% {
        transform: scale(0.9) skew(-3deg, -3deg);
    }

    80% {
        transform: scale(1) skew(0deg, 0deg);
    }

    90% {
        transform: scale(0.9) skew(-3deg, -3deg);
    }

    100% {
        transform: scale(1) skew(0deg, 0deg);
    }
}

@keyframes fly-diagonal-shrink {
    0% {
        transform: translate(-250%, 250%) scale(2);
    }

    10% {
        transform: translate(-225%, 225%) scale(1.9);
    }

    20% {
        transform: translate(-200%, 200%) scale(1.8);
    }

    30% {
        transform: translate(-175%, 175%) scale(1.7);
    }

    40% {
        transform: translate(-150%, 150%) scale(1.6);
    }

    50% {
        transform: translate(-125%, 125%) scale(1.5);
    }

    60% {
        transform: translate(-100%, 100%) scale(1.4);
    }

    70% {
        transform: translate(-75%, 75%) scale(1.3);
    }

    80% {
        transform: translate(-50%, 50%) scale(1.2);
    }

    90% {
        transform: translate(-25%, 25%) scale(1.1);
    }

    100% {
        transform: translate(0%, 0%) scale(1);
        opacity: 1;
    }
}

@keyframes move {
    25% {
        opacity: 1
    }

    33% {
        opacity: 1;
        transform: translateY(20px)
    }

    67% {
        opacity: 1;
        transform: translateY(30px)
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(.5, .5, .5)
    }
}

@media(min-width:600px) {
    .cover .cover-frame {
        max-width: 500px;
    }

    section.cover .inner .head .top-text {
        line-height: 1.2;
    }

    section.cover .inner .head .prime-title {
        font-size: calc(var(--heading-size) + var(--fs-extra-4));
        font-size: 70px;
    }

    section.cover .inner .head .bottom-text {
        line-height: 2;
    }
}

@media(min-width:961px) {
    section.cover .inner .body.highlight.no_desktop {
        display: none
    }
}

/* orn cover */
.orn-tree {
    position: absolute;
    top: 0;
    width: 85%;
}

.orn-tree.left {
    left: 0;
    transform: translate(-50%, 0%) scaleX(-1);
}

.orn-tree.right {
    right: 0;
    transform: translate(50%, 0%);
}

/* cloud left */
section.cover .orn-cloud.left {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    transform: translate(0%, -22%);
    z-index: 2;
}

section.cover .orn-cloud.left img {
    width: 73.85%;
    margin-right: auto;
    position: relative;
    left: 0;
    transform: translate(-23%, 0%);

    animation-name: moving-cloud;
    animation-duration: 20s;
    animation-delay: -18s;
    animation-iteration-count: infinite;
}

section.cover .ornaments-wrapper:nth-child(1) .orn-cloud.left {
    transform: translate(0%, 10%);
    opacity: .6;
}

section.cover .ornaments-wrapper:nth-child(1) .orn-cloud.left img {
    width: 53.07%;
    transform: translate(-23%, 0%);
    animation-duration: 40s;
    animation-delay: -38s;
}

/* cloud right */
section.cover .orn-cloud.right {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    transform: translate(0%, 40%);
    z-index: 2;
}

section.cover .orn-cloud.right img {
    width: 73.85%;
    margin-left: auto;
    position: relative;
    right: 0;
    transform: translate(29%, 0%);

    animation-name: moving-cloud;
    animation-duration: 20s;
    animation-delay: -2s;
    animation-iteration-count: infinite;
}

section.cover .ornaments-wrapper:nth-child(1) .orn-cloud.right {
    transform: translate(0%, 38%);
    opacity: .6;
}

section.cover .ornaments-wrapper:nth-child(1) .orn-cloud.right img {
    width: 53.07%;
    transform: translate(29%, 0%);
    animation-duration: 40s;
    animation-delay: -22s;
}

@media (min-width: 520px) and (max-width: 960px) {
    section.cover .orn-cloud.left img {
        width: 384px;
    }

    section.cover .orn-cloud.right img {
        width: 384px;
    }
}

@media (min-width: 520px) and (max-width: 960px) {
    section.cover .orn-cloud.left img {
        width: 384px;
    }

    section.cover .orn-cloud.right img {
        width: 384px;
    }

    section.cover .ornaments-wrapper:nth-child(1) .orn-cloud.left img {
        width: 275px;
    }

    section.cover .ornaments-wrapper:nth-child(1) .orn-cloud.right img {
        width: 275px;
    }
}

@media (min-width: 1366px) {
    section.cover .orn-cloud.left img {
        width: 384px;
    }

    section.cover .orn-cloud.right img {
        width: 384px;
    }

    section.cover .ornaments-wrapper:nth-child(1) .orn-cloud.left img {
        width: 275px;
    }

    section.cover .ornaments-wrapper:nth-child(1) .orn-cloud.right img {
        width: 275px;
    }
}

.orn-primary-7 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 18%;
    transform: translate(-35%, -350%);
    z-index: 2;
}

.orn-primary-8 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 18%;
    transform: translate(-25%, -240%) scaleX(-1);
    z-index: 2;
}

.orn-primary-8 .image-wrap.aos-animate img {
    animation: float 7s ease-out infinite alternate, fly-diagonal 5s linear normal;
}

.orn-primary-7 .image-wrap.aos-animate img {
    animation: float 7s ease-out infinite alternate, fly-diagonal-shrink 6s linear normal;
}

.orn-cover- {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    transform: translate(0%, 0%);
}

.orn-cover- {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    transform: translate(0%, 0%);
}

.orn-cover-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 41%;
    transform: translate(1%, -26%);
}

.orn-cover-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 29%;
    transform: translate(25%, -14%);
}

.orn-cover-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 47%;
    transform: translate(16%, 5%);
}

.orn-cover-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 32%;
    transform: translate(-10%, 23%);
}

.orn-cover-4 .image-wrap img {
    transform-origin: 0% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}

.orn-cover-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 37%;
    transform: translate(-25%, 37%);
}

.orn-cover-6 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42%;
    transform: translate(-2%, 6%);
}

.orn-cover-7 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 27%;
    transform: translate(-40%, -16%);
}

.orn-cover-8 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translate(-18%, 65%);
}

@media (min-width: 600px) {
    .orn-cover-8 {
        transform: translate(-10%, 55%);
    }
}

.orn-cover-9 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 31%;
    transform: translate(-23%, 10%);
}

.orn-cover-10 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 28%;
    transform: translate(-50%, 20%);
}

.orn-cover-1 .image-wrap img {
    transform-origin: 100% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}

.cover-center .cover-frame-wrap {}

.cover-center .cover-frame {
    display: block;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    object-fit: contain;
}

.cover-date {
    color: var(--text-primary) !important;
}

.cover-details {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    transform: translate(0%, -885%);
    right: 0;
    width: 100%;
    text-align: center;
}

.orn-cover-top-right-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    transform: translate(25%, -285%);
    z-index: 1;
}

.cover-frame-orn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transform: translate(0%, 40%);
    z-index: 1;
}

.cover-wedof-orn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    transform: translate(-20%, 33%);
    z-index: 1;
}

.orn-cover-top-right-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    transform: translate(85%, -125%);
    z-index: 1;
}

.orn-cover-bottom-right-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    transform: translate(15%, -10%);
    z-index: 1;
}

.orn-cover-top-left-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    transform: translate(-25%, -285%) scaleX(-1);
    z-index: 1;
}

.orn-cover-top-left-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    transform: translate(-85%, -125%) scaleX(-1);
    z-index: 1;
}

.orn-cover-bottom-left-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    transform: translate(-10%, 10%);
    z-index: 2;
}

.orn-cover-bottom-left-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    transform: translate(-35%, 40%);
    z-index: 1;
}

.couple-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 5%;
}

.couple-wrap .couple {
    padding: 5% 0;
}

.couple-head {
    text-align: center;
    padding: 140px 16px 20px;
}

.couple-head-orn-wrap {
    height: 160px;
}

.orn-couple-head-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    transform: translate(140%, -10%);
}

.orn-couple-head-mid {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    transform: translate(-200%, 30%);
    z-index: 1;
}

.orn-couple-head-left {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    transform: translate(-140%, -10%) scaleX(-1);
}

.couple-head .couple-title {
    font-size: 40px;
    font-weight: 400;
    padding: 20px 10px;
}

.couple-head .couple-description {}

.couple-head+.couple-body {
    margin-top: 40px;
}

.couple-body {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.couple-body.bride-first {
    flex-direction: column-reverse;
}

.couple-info {
    width: 100%;
    position: relative;
}

.couple-preview {
    display: flex;
    align-items: center;
    position: relative;
}

.couple-small-details {
    position: absolute;
    top: 0;
    padding: 0 16px;
    margin-top: -40px;
}

.couple-small-details.groom {
    left: 0;
    text-align: left;
}

.couple-small-details.bride {
    right: 0;
    text-align: right;
}

.couple-small-details p {}

.couple-small-details h2 {}

.couple-preview .img-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.couple-info.groom .couple-preview {
    margin-top: 0;
}

.couple-info.bride .couple-preview {
    margin-top: 0;
}

.couple-info.groom .couple-preview.wide-margin {
    margin-top: -50px;
}

.couple-info.bride .couple-preview.wide-margin {
    margin-top: -30px;
}

.couple-frame {
    position: relative;
    width: 100%;
    transform: scaleX(-1);
}

.couple-info.bride .couple-frame {
    margin-right: auto;
    transform: scaleX(1);
    width: 100%;
}

.couple-info.groom .couple-frame {
    margin-left: auto;
}

.couple-info.groom .couple-picture-wrap {
    position: relative;
    width: 60%;
    height: auto;
    margin-left: auto;
}

.couple-info.bride .couple-picture-wrap {
    position: relative;
    width: 60%;
    height: auto;
}

.couple-picture {
    display: flex;
    width: 105%;
}

.couple-info.bride .couple-picture {
    position: relative;
    width: 100%;
    right: 10px;
    margin-left: 10px;
}

.couple-info.groom .couple-picture {
    margin-left: 0;
}

.couple-info.groom .couple-picture img {
    margin-left: auto;
    transform: scaleX(-1);
}

.couple-picture img {
    width: 80%;
    object-fit: contain;
}

.couple-info.bride .couple-picture img {}

.couple-nickname {
    padding: 10px 10px;
    -webkit-text-stroke: 7px #fff6f6 !important;
    paint-order: stroke fill;
}

.couple-nickname span {
    display: inline-block;
    min-width: 250px;
    min-height: 200px;
    position: relative;
}

.couple-details {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    gap: 4px;
    padding: 16px;
    position: relative;
    z-index: 1;
    margin-top: 15%;
}

.couple-info.bride .couple-details {
    align-items: flex-end;
    text-align: right;
}

.couple-details .couple-nick-name {
    color: var(--text-clr-pr);
    font-size: var(--heading-size);
    padding: 0 0 0 8px;
    width: 100%;
}

.couple-details .couple-name {
    font-family: var(--heading-family);
    font-size: 32px;
    font-weight: 700;
    padding: 20px 10px;
    color: var(--text-primary);
    -webkit-text-stroke: 4px #fff;
    paint-order: stroke fill;
}

.couple-details .couple-parents {
    font-family: var(--body-text-family);
    font-weight: 500;
    color: var(--text-secondary);
}

.couple-details .couple-bio {
    color: var(--text-secondary);
}

.couple-link-wrap {
    display: flex;
    justify-content: flex-start;
}

.top-font {
    font-weight: normal;
    -webkit-text-stroke: 7px #fff6f6;
    paint-order: stroke fill;
}

.top-font-2 {
    font-weight: normal;
    -webkit-text-stroke: 7px #fff6f6;
    paint-order: stroke fill;
    font-size: 40px;
    color: #2a7fa4;
    position: relative;
    top: 27px;
}

@media only screen and (max-width: 600px) {
    .top-font-2 {
        font-size: 25px;
    }
}

.couple-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    border-bottom: 1px solid var(--button-text-secondary);
    color: var(--button-text-secondary);
    transition: all 0.25s ease-in-out;
    padding-bottom: 6px;
}

.couple-link:hover {
    border-bottom: 1px solid var(--button-background-primary);
    color: var(--text-primary);
}

.separator-wrap {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 5% auto 5%;
}

.separator-wrap .separator {
    display: flex;
}

.separator-wrap .separator .couple-separator {
    font-family: var(--heading-family);
    font-size: 40px;
    line-height: normal;
    margin: auto;
    color: var(--text-primary);
    padding: 20px;
}

@media (min-width: 700px) {
    .couple-frame {
        width: 68%;
    }

    .couple-info.bride .couple-frame {
        width: 68%;
    }

    .couple-details .couple-name {
        font-size: var(--heading-size);
    }
}

.photo-video-wrapper {
    position: relative;
    overflow: hidden;
    background-image: var(--overlay);
    background-size: 100% auto;
    margin-top: -2px;
}

.gallery-wrap {
    padding: 16px;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
    display: block;
    background: 0 0;
}

.title-orn-wrap {
    width: 100%;
    text-align: center;
}

.title img.gallery-orn {
    width: 100%;
}

.gallery-wrap>.title {
    max-width: 1200px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-bottom: 20px;
}

.gallery-wrap>.title h1 {
    padding: 20px 16px;
}

.gallery-wrap>.title p {
    font-size: var(--body-text-size);
    color: var(--text-secondary);
}

.galleries {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 60px;
}

.galleries>a {
    height: 159px;
    flex-basis: 32%;
    flex-grow: 1;
}

.galleries>a>img {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    vertical-align: top;
    border-radius: 12px;
}

.gallery-orn-1 {
    position: absolute;
    width: 50%;
    transform: translate(-70%, -150%);
}

.gallery-orn-2 {
    position: absolute;
    width: 35%;
    transform: translate(-35%, 120%) scaleX(-1);
}

.galleries>a:nth-child(1) {
    height: 235px;
    flex-basis: 100%;
}

.galleries>a:nth-child(2) {}

.galleries>a:nth-child(3) {
    flex-basis: 64%;
}

.galleries>a:nth-child(4) {
    flex-basis: 64%;
}

.galleries>a:nth-child(5) {}

.galleries>a:nth-child(6) {}

.galleries>a:nth-child(7) {}

.galleries>a:nth-child(8) {}

.galleries>a:nth-child(9) {
    height: 235px;
    flex-basis: 100%;
}

@media (min-width: 1366px) {
    .galleries>a {
        height: 420px;
    }

    .galleries>a:nth-child(1),
    .galleries>a:nth-child(9) {
        height: 420px;
    }
}

section.gallery-wrap-dinamis {
    background-color: transparent;
    padding: 20px 0 0;
    position: relative;
    overflow: visible;
    z-index: 3;
}

section.gallery-wrap-dinamis .title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

section.gallery-wrap-dinamis .title h1 {
    padding: 0;
    margin-bottom: auto;
    font-size: var(--heading-size);
    font-family: var(--heading-family);
    font-weight: 300;
    color: var(--text-primary);
    font-style: italic;
}

.gallery-wrap__single-slider .slider-container {
    padding: 3px 0;
}

.gallery-wrap__single-slider .slider-container .slider-item .preview .anchor {}

.gallery-wrap__single-slider .slider-container .slider-item .preview,
.gallery-wrap__single-slider .slider-container .slider-item .preview .anchor,
.gallery-wrap__single-slider .slider-container .slider-item .preview .img {
    border-radius: 12px;
}

.gallery-wrap__single-slider .slider-container .slider-item:nth-child(even) .preview,
.gallery-wrap__single-slider .slider-container .slider-item:nth-child(even) .preview .anchor,
.gallery-wrap__single-slider .slider-container .slider-item:nth-child(even) .preview .img {}

.gallery-wrap__single-slider .slider-container .slider-item {
    padding: 0 8px;
    transform: scale(1);
}

@media only screen and (min-width: 1440px) {

    .gallery-wrap__single-slider .slider-container .slider-item .preview,
    .gallery-wrap__single-slider .slider-container .slider-item .preview .anchor,
    .gallery-wrap__single-slider .slider-container .slider-item .preview .img {}

    .gallery-wrap__single-slider .slider-container .slider-item:nth-child(even) .preview,
    .gallery-wrap__single-slider .slider-container .slider-item:nth-child(even) .preview .anchor,
    .gallery-wrap__single-slider .slider-container .slider-item:nth-child(even) .preview .img {}

    .gallery-wrap__single-slider .slider-container .slider-item {}
}

.video-wrap {
    position: relative;
    overflow: hidden;
}

.video-wrap .video-inner {}

.video-inner .video-head {
    position: relative;
    padding: 20px 20px 0;
    text-align: center;
}

.video-wrap .flower-video.right {
    position: absolute;
    bottom: -50px;
    right: -34px;
    width: 100%;
    height: 175px;
    background-image: var(--orn-galeri-bawah-kanan);
    background-position: top right;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.video-wrap .flower-video.left {
    position: absolute;
    bottom: -15px;
    left: -10px;
    width: 100%;
    height: 110px;
    background-image: var(--orn-galeri-bawah);
    background-position: top left;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.video-body .tree-video.left {
    position: absolute;
    bottom: -101px;
    left: -16px;
    width: 100%;
    height: 270px;
    background-image: var(--top-cover-flower-1);
    background-position: top left;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.video-head .video-title {
    height: 65px;
    font-size: 40px;
    color: var(--text-primary);
}

.video-head .video-description {
    color: var(--text-secondary);
}

.video-inner .video-body {
    position: relative;
}

.video-body .video-lists {}

.video-lists .video-box {
    position: relative;
    padding: 20px;
    text-align: center;
}

.video-box .video-preview-wrap {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.video-box .video-preview {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 55.25%;
}

.video-box .video-preview .video-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.video-box .video-preview .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    outline: none;
    background-color: transparent;
    overflow: hidden;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.25s ease-in-out;
}

.video-box .video-preview .video-play-btn:hover {
    opacity: 1;
}

.video-box .video-preview .video-play-btn>svg {
    width: 100%;
    height: 100%;
    display: block;
}

.video-box .video-preview .video-play-btn>svg>path {
    fill: var(--btn-primary);
}

.video-box .video-caption-wrap {
    margin-top: 15px;
}

.video-caption-wrap .video-caption {
    color: var(--text-secondary);
}

.orn-gallery-wrap-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-30%, 10%);
    width: 30%;
    max-width: 200;
}

.orn-gallery-wrap-bottom-left .image-wrap {}

.orn-gallery-wrap-bottom-left .image-wrap img {}

.orn-gallery-wrap-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 22%);
    width: 45%;
    max-width: 300px;
}

.orn-gallery-wrap-bottom-right .image-wrap {}

.orn-gallery-wrap-bottom-right .image-wrap img {}

@media screen and (min-width: 1440px) {
    .video-head .video-title {
        font-size: var(--heading-size);
    }
}

.live-streaming {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.live-streaming .streaming-inner {
    position: relative;
    padding: 0 16px 40px;
}

.streaming-inner .streaming-head {
    text-align: center;
    padding: 12px 20px;
}

.streaming-head .streaming-title {
    color: var(--text-primary);
    text-align: center;
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    font-style: normal;
    font-weight: 400;
    padding-bottom: 12px;
    line-height: normal;
}

.streaming-head .streaming-caption {
    color: var(--text-secondary);
    text-align: center;
    font-family: var(--body-text-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.streaming-inner .streaming-body {}

.streaming-inner .orn-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.streaming-inner .orn-wrap .streaming-orn-1 {
    position: absolute;
    right: 0%;
    bottom: 0;
    width: 30%;
    transform: translate(15%, -110%) scaleX(-1);
    z-index: 1;
}

.streaming-inner .orn-wrap .streaming-orn-2 {
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 30%;
    transform: translate(-55%, -110%);
}

.streaming-body .streaming-content {}

.streaming-content .streaming-preview-wrap {
    padding-bottom: 20px;
}

.streaming-content .streaming-preview-wrap .caption-preview {
    padding: 16px 20px 0;
    text-align: center;
}

.streaming-content .streaming-preview-wrap .caption-preview .couple-name {
    font-size: var(--body-text-family);
    color: var(--text-secondary);
    margin-top: -12px;
}

.streaming-content .streaming-preview-wrap .caption-preview .couple-name>span {
    font-family: var(--body-text-family);
    font-size: 60px;
}

.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%;
}

.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;
}

.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;
}

.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;
}

.streaming-preview-wrap.meet .streaming-img {
    display: block;
    width: auto;
    height: 52%;
    margin: -2px 0 0 2px;
}

.streaming-content .streaming-preview-wrap.wide {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.streaming-preview-wrap.wide .streaming-preview {}

.streaming-preview-wrap.wide .streaming-img {
    display: block;
    width: 100%;
    border-radius: 25px;
    border-radius: 16px;
    border: 1px solid #cea053;
}

.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: var(--body-text-size);
}

.streaming-credential-wrap>div>p.credential {
    font-weight: 500;
}

.streaming-content .streaming-link-wrap {
    text-align: center;
    width: 100%;
}

.streaming-content .streaming-link {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 56px;
    background: #97a9b5;
    text-decoration: none;
    color: var(--text-primary);
    margin-top: 12px;
    font-family: var(--body-text-family);
}

.streaming-content .streaming-link:hover {
    background-color: var(--hover-button-background-primary);
    color: var(--body-text-size);
}

.streaming-content .streaming-link>i {
    margin-right: 10px;
    font-size: 0.8em;
    color: var(--secondary-clr);
}

.streaming-content .streaming-link>i {
    color: var(--body-text-size);
}


section.cover .inner .foot .rsvp-title {
    background: var(--button-background-primary);
    padding: 10px 16px;
    font-family: var(--body-text-family);
    color: #fff;
    border-radius: 100px;
    text-decoration: none;
}

.arrow-wrap {
    display: flex;
    z-index: 2;
}

.arrows {
    position: relative;
    width: 27px;
    height: 27px;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -190%);
}

.arrows>div {
    position: absolute;
    width: 50%;
    height: 8%;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.arrows>div:first-child {
    animation: move 3s ease-out 1s infinite;
}

.arrows>div:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.arrows>div:before,
.arrows>div:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: var(--button-background-primary);
}

.arrows>div:before {
    left: 0;
    transform: skew(0deg, 45deg);
}

.arrows>div:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -45deg);
}

.elem {
    display: inline;
}

.elem:hover {
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes moving-cloud {
    0% {
        left: 0;
        transform: translate(-100%, 0%);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        left: 100%;
        transform: translateZ(0);
        opacity: 0;
    }
}

@-webkit-keyframes moving-cloud {
    0% {
        left: 0;
        transform: translate(-100%, 0%);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        left: 100%;
        transform: translateZ(0);
        opacity: 0;
    }
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(20px);
    }

    67% {
        opacity: 1;
        transform: translateY(30px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

@media (min-width: 680px) and (max-width: 780px) {
    .wedding-gift-form {
        width: 100%;
    }

    .orn-cover-top-right-1 {
        width: 80% !important;
        transform: translate(60%, -265%) !important;
    }

    .orn-cover-top-left-1 {
        width: 80% !important;
        transform: translate(-60%, -265%) scaleX(-1) !important;
    }

    .orn-cover-top-right-2 {
        width: 40% !important;
        transform: translate(130%, -55%) !important;
    }

    .orn-cover-top-left-2 {
        width: 40% !important;
        transform: translate(-130%, -55%) scaleX(-1) !important;
    }

    .orn-couple-bride-1 {
        width: 40% !important;
        transform: translate(-25%, -5%) !important;
    }

    .orn-couple-2 {
        width: 35% !important;
        transform: translate(-40%, -10%) !important;
    }

    .orn-couple-3 {
        width: 30% !important;
        transform: translate(-15%, 30%) !important;
    }

    .orn-couple-4 {
        width: 20% !important;
        transform: translate(-235%, 45%) !important;
    }

    .orn-couple-5 {
        width: 45% !important;
        transform: translate(-100%, 50%) !important;
    }

    .orn-couple-6 {
        width: 25% !important;
        transform: translate(-150%, 0%) scaleX(-1) !important;
    }

    .orn-edge-1 {
        width: 30% !important;
    }

    .orn-countdown {
        transform: translate(33.2%, -94%) !important;
    }

    .orn-couple-head-mid {
        width: 10% !important;
        transform: translate(-447%, 20%) !important;
    }

    .orn-couple-head-left {
        width: 25% !important;
        transform: translate(-195%, -20%) scaleX(-1) !important;
    }

    .orn-couple-head-right {
        width: 25% !important;
        transform: translate(195%, -20%) !important;
    }

    .orn-gallery-left {
        width: 35% !important;
        transform: translate(-25%, 110%) !important;
    }
}

@media screen and (min-height: 1000px) {
    .streaming-head .streaming-title {
        font-size: var(--heading-size);
    }

    .streaming-head .streaming-caption {
        font-size: var(--body-text-size);
    }

    .streaming-content .streaming-link {
        font-size: var(--body-text-size);
    }

    .streaming-content .streaming-link-wrap {
        width: 50%;
    }
}

@media only screen and (min-width: 1442px) and (max-width: 2560px) {
    .live-streaming {
        position: relative;
        overflow: hidden;
    }

    .live-streaming .streaming-inner {
        padding: 0 16px 40px;
    }

    .streaming-head .streaming-caption {
        font-size: var(--body-text-size);
        margin-top: 20px;
        font-weight: 400;
        font-style: normal;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .activity-item {
        height: 800px;
    }
}

.save-date-wrap {
    position: relative;
    overflow: hidden;
    background-size: 100% 100%;
    padding: 0;
}

.save-date-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: var(--rsvp-head);
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: center center;
    z-index: 1;
}

.save-date-wrap .save-date {
    position: relative;
    margin: 0 auto;
}

.save-date-head {
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.save-date-body {
    position: relative;
    margin: 0 auto;
    padding: 40px 16px;
}

.save-date-body .save-date-title {
    font-family: var(--heading-family);
    font-size: 40px;
    font-weight: 400;
    color: var(--text-primary);
    padding: 50px 40px 40px;
}

.save-date-body .save-date-title span {
    min-width: 200px;
    min-height: 120px;
    display: inline-block;
    position: relative;
    top: 20px;
}

.save-date-body>.ornaments-wrapper {
    z-index: 2;
}

.save-date-box {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0;
    position: relative;
}

.save-date-box .save-date-event {
    font-family: var(--news);
    font-size: var(--body-text-size);
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--text-clr-tr);
}

.orn-countdown {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 60%;
    transform: translate(33.2%, -94%);
}

.box-count {
    display: inline-block;
    padding: 20px;
    min-width: 120px;
    height: 120px;
    margin: 10px;
    font-size: 45px !important;
    line-height: 40px !important;
    font-weight: bold !important;
    color: #994b6f;
    border: none;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(2px);
}

.box-count span {
    font-family: "Milonga", serif;
    font-weight: 400;
    font-style: normal;
}

p.small-box {
    font-size: 20px !important;
    color: #994b6f !important;
    font-family: "Poppins", sans-serif !important;
}

.days:hover,
.hours:hover,
.minutes:hover,
.seconds:hover {
    transform: scale(0.9);
    border-radius: 10px;
}

.countdown {
    padding: 16px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #994b6f;
    border-radius: 16px;
    max-width: 600px;
    position: relative;
}

.countdown .count-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 73px;
    background-color: transparent;
    border-radius: 8px;
}

.count-item .count-num {
    font-family: var(--body-text-family);
    font-size: 40px;
    font-weight: 400;
    color: var(--text-primary);
}

.count-item .count-text {
    font-family: var(--body-text-family);
    font-size: 28px;
    font-weight: 500;
    color: var(--text-secondary);
    margin-top: 4px;
}

.time-divider {
    color: #994b6f;
    font-family: var(--body-text-family);
    font-size: 28px;
    font-weight: 400;
}

.add-to-calendar-wrap {
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.add-to-calendar {
    outline: none;
    box-shadow: none;
    padding: 10px 16px;
    border-radius: 100px;
    text-decoration: none;
    font-family: var(--body-text-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    transition: all 0.25s ease-in-out;
}

.add-to-calendar:hover {
    background-color: var(--button-background-secondary);
}

.agenda-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
}

.agenda-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: var(--rsvp-head);
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: center center;
}

.agenda-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: var(--rsvp-head);
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: center center;
    transform: rotate(180deg);
}

.vendor-head {
    margin: 0 auto;
    margin-top: 0px;
    max-width: 720px;
    font-size: 18px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.vendor-text {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--button-text-secondary);
}

.agenda-inner {
    padding: 100px 0px 20px 0px;
}

.agenda-head {
    position: relative;
    text-align: center;
}

.agenda-head .agenda-title {
    color: var(--text-primary);
    font-size: 32px !important;
    padding: 20px 20px 0;
    margin-bottom: 20px;
}

.agenda-head .agenda-description {
    color: var(--text-secondary);
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 1em;
}

.agenda-body {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 40px;
}

.event-item {
    position: relative;
    text-align: center;
    margin-top: 20%;
}

.event-item:first-of-type {
    margin-top: 0;
}

.event-orn-below-wrap .awan {
    width: 100%;
    height: 25px;
    background-image: var(--orn-awan);
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin: 25px auto;
}

.event-head {
    width: 100%;
    padding: 20px 30px;
    text-align: center;
    position: relative;
}

.event-head .event-day {
    font-family: var(--body-text-family);
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.event-head .event-date {
    font-family: var(--body-text-family);
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.event-head .event-date>span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--light-clr);
}

.event-head .event-description {
    margin-top: 10px;
    color: var(--text-secondary);
}

.activity-wrap {}

.activity-wrap.same-location {}

.activity-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin: 0 auto 0px;
}

.activity-frame {
    position: relative;
}

.activity-frame .frame-wrap {}

.activity-frame .frame-wrap img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.activity-content {
    position: absolute;
    top: 48%;
    left: 50%;
    width: 100%;
    height: 66%;
    max-width: 500px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    z-index: 2;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .activity-content {
        top: 52%;
    }
}

.activity-content::-webkit-scrollbar {
    display: none;
}

.activity-head {
    text-align: center;
}

.activity-head .activity-icon {
    width: 60px;
    height: 60px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 10px;
}

@media only screen and (max-width: 600px) {
    .activity-head .activity-icon {
        width: 45px;
        height: 45px;
    }
}

.activity-head .activity-title {
    padding: 8px;
    font-size: 28px;
    color: var(--text-primary);
}

.activity-head .activity-description {
    font-size: var(--body-text-size);
    margin-bottom: 8px;
    color: var(--text-secondary);
}

.activity-head .activity-caption {
    font-size: var(--body-text-size);
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--text-primary) !important;
}

.activity-head .activity-time {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    font-weight: 700;
    color: var(--button-text-secondary) !important;
}

.event-details,
.activity-details {
    padding: 0 70px;
    text-align: center;
}

.event-details .event-hall,
.activity-details .activity-hall {
    font-size: var(--body-text-size);
    font-weight: 700;
    color: var(--text-primary) !important;
    line-height: 40px;
}

.event-details .event-address,
.activity-details .activity-address {
    margin: 0 auto;
    max-width: 720px;
    font-size: var(--body-text-size);
    margin-top: 15px;
}

.event-details .event-city,
.activity-details .activity-city {
    font-style: normal;
    font-size: var(--body-text-size);
}

.event-link-wrap,
.activity-link-wrap {
    margin-top: 0.5em;
    text-align: center;
}

.event-link,
.activity-link {
    display: inline-block;
    vertical-align: top;
    padding: 8px;
    color: var(--hover-button-background-primary);
    border-bottom: 1px solid var(--hover-button-background-primary);
    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: var(--body-text-size);
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.event-link:hover,
.activity-item .activity-link:hover {
    color: var(--button-background-primary);
    border-bottom: 1px solid var(--button-background-primary);
}

@media screen and (min-width: 680px) and (max-width: 980px) {
    .activity-head {}

    .event-link-wrap,
    .activity-link-wrap {
        margin-top: 40px;
    }

    .activity-item:nth-child(odd) .activity-frame .merak {
        height: 260px;
        left: -220px;
    }

    .activity-item:nth-child(even) .activity-frame .merak {
        height: 330px;
        left: 20px;
    }
}

@media screen and (min-width: 1440px) {
    .activity-head .activity-icon {
        width: 80px;
        height: 80px;
    }

    .activity-head .activity-title {
        font-size: var(--heading-size);
    }

    .activity-item:nth-child(odd) .activity-head .activity-description {
        font-size: var(--body-text-size);
    }

    .activity-item:nth-child(even) .activity-head .activity-description {
        font-size: var(--body-text-size);
    }

    .activity-head {}

    .activity-head .activity-time {
        font-size: var(--body-text-size);
    }

    .event-details .event-hall,
    .activity-details .activity-hall {
        font-size: var(--heading-size);
        min-width: 360px;
    }

    .activity-item:nth-child(odd) .activity-frame .merak {
        height: 250px;
        left: -200px;
    }

    .activity-item:nth-child(even) .activity-frame .merak {
        height: 240px;
    }

    .event-details .event-address,
    .activity-item:nth-child(odd) .activity-details .activity-address {
        min-width: 80%;
    }

    .event-details .event-address,
    .activity-item:nth-child(even) .activity-details .activity-address {
        min-width: 80%;
    }
}


.rsvp-gallery-wrapper {
    max-height: fit-content;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.rsvp-wrap {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.rsvp-inner {}

.rsvp-head {
    text-align: center;
    padding-bottom: 40px;
}

.rsvp-head .rsvp-title {
    letter-spacing: 1px;
    padding: 20px 10px;
}

.rsvp-body {
    width: calc(100% - 48px);
    max-width: 600px;
    margin: 0 auto;
    padding: 36px 16px;
    background-color: var(--background-secondary);
    backdrop-filter: blur(2px);
    border-radius: 16px;
    border: 1px solid var(--button-background-primary);
    background-image: var(--overlay-rsvp);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.rsvp-status-wrap {
    margin: 0 auto 36px;
}

.rsvp-status-head {
    text-align: center;
}

.rsvp-status-head .rsvp-status-caption {
    color: var(--text-primary);
}

.rsvp-status-body {
    margin-top: 12px;
}

.rsvp-status-wrap input[name="rsvp_status"] {
    display: none;
}

.rsvp-status-wrap input[name="rsvp_status"]:checked+.rsvp-confirm-btn.going {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}

.rsvp-status-wrap input[name="rsvp_status"]:checked+.rsvp-confirm-btn.not-going {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    border: none;
}

.rsvp-amount-wrap {
    margin: 36px 0;
}

.rsvp-amount-head {
    text-align: center;
}

.rsvp-amount-head .rsvp-amount-caption {
    color: var(--text-primary);
}

.rsvp-amount-body {}

.rsvp-amount-controller-wrap {
    margin-top: 16px;
}

.rsvp-amount-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 8px;
}

.rsvp-amount-controller .toggle-btn {
    background-color: transparent;
    border: none;
    outline: none;
    height: 37px;
    width: 37px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.rsvp-amount-controller .toggle-icon {
    width: 12px;
    height: 12px;
    display: block;
}

.rsvp-amount-controller .toggle-icon path {
    stroke: var(--text-secondary);
}

.rsvp-amount-controller .toggle-btn.plus {
    background-color: var(--button-background-primary);
}

.rsvp-amount-controller .toggle-btn.plus .toggle-icon path {
    stroke: var(--button-text-primary);
}

.rsvp-amount-controller .toggle-btn.plus:hover {
    opacity: 0.8;
}

.rsvp-amount-controller .toggle-btn.minus {
    border: 1px solid var(--button-background-primary);
}

.rsvp-amount-controller .toggle-btn.minus .toggle-icon path {
    stroke: var(--button-background-primary);
}

.rsvp-amount-controller .toggle-btn.minus:hover {
    opacity: 0.8;
}

.rsvp-amount-controller .input-wrap {
    flex-grow: 1;
}

.rsvp-amount-controller .input-control {
    width: 100%;
    height: 40px;
    border: none;
    border-top: 1px solid var(--button-background-primary);
    border-bottom: 1px solid var(--button-background-primary);
    background-color: transparent;
    color: var(--text-primary);
    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: var(--body-text-size);
    line-height: 1.5;
    text-align: center;
    pointer-events: none;
}

.rsvp-confirm-wrap {
    text-align: center;
}

.rsvp-confirm-wrap>label {
    display: block;
    text-align: center;
}

.rsvp-confirm-btn {
    width: 100%;
    display: block;
    padding: 8px 16px;
    margin: 0 auto;
    border-radius: 8px;
    font-family: var(--body-text-family) !important;
    font-weight: 500;
    font-size: var(--body-text-size);
    line-height: 1.5;
    background-color: transparent;
    border: none;
    text-align: center;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.rsvp-confirm-btn.going {
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
}

.rsvp-confirm-btn.going:hover {
    opacity: 0.5;
}

.rsvp-confirm-btn.not-going {
    border: none;
    background-color: var(--button-text-secondary);
    color: var(--button-text-primary);
    margin-top: 12px;
}

.rsvp-confirm-btn.not-going:hover {
    opacity: 0.5;
}

.rsvp-confirm-btn.confirm {
    border-radius: 20px;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}

.rsvp-confirm-btn.confirm:hover {
    background-color: var(--hover-button-background-primary);
    color: var(--hover-button-text-primary);
}

.rsvp-confirm-btn.download {
    border-radius: 20px;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}

.rsvp-confirm-btn.download:hover {
    background-color: var(--button-text-primary);
    color: var(--button-background-primary);
}

.rsvp-confirm-btn>i {
    font-size: 0.8em;
    margin-left: 5px;
}

.rsvp-confirm-btn span {
    font-family: var(--body-text-family);
}

.rsvp-qrcard-wrap {
    padding: 0;
    margin-bottom: 36px;
}

.rsvp-qrcard-img-wrap {
    margin-bottom: 30px;
}

.rsvp-qrcard-img-wrap .rsvp-qrcard-img {
    display: block;
    width: 100%;
    max-width: 240px;
    border-radius: 5px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.rsvp-qrcard-wrap+.rsvp-message-wrap {
    margin-top: 40px;
}

.rsvp-message-wrap {
    position: relative;
}

.rsvp-message-content {
    background-color: transparent;
    border-radius: 5px;
    padding: 0;
    text-align: center;
}

.rsvp-message-wrap .rsvp-message-icon {
    width: 30px;
    height: auto;
    display: none;
    margin: 0 auto 20px;
}

.rsvp-message-wrap .rsvp-message-icon path {
    fill: var(--text-primary);
}

.rsvp-message-wrap .rsvp-message-title {
    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: var(--body-text-size);
    line-height: 1.5;
}

.rsvp-message-wrap .rsvp-message-caption {}

.rsvp-change-wrap {
    margin-top: 36px;
}

.photo-video-wrapper {
    max-height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
}

.gallery {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    padding: 5px;
}

section.gallery .title {
    width: 100%;
    text-align: center;
    padding: 20px;
}

section.gallery .title h1 {
    padding: 0;
    margin-bottom: auto;
    font-size: var(--heading-size);
    font-family: var(--heading-family);
}

section.photo-video-wrapper .sub-title p {
    padding: 16px;
    text-align: right;
    font-size: var(--heading-size);
    color: var(--dark-clr);
    font-style: italic;
    font-weight: 500;
    line-height: 1.2;
}

section.gallery .body {}

section.gallery .body .gallery__single-slider .slider-container {
    opacity: 0;
    transition: opacity 0.2.6s ease-in-out;
}

section.gallery .body .gallery__single-slider .slider-container .slider-item .preview {
    box-shadow: 0 5px 10px rgb(0 0 0/15%);
    border: none;
    outline: none;
}

section.gallery .body .gallery__single-slider .slider-container .slider-item .preview,
section.gallery .body .gallery__single-slider .slider-container .slider-item .preview .anchor,
section.gallery .body .gallery__single-slider .slider-container .slider-item .preview .img {
    border-radius: 20px;
}

section.gallery .body .gallery__single-slider .slider-container .slider-item:nth-child(even) .preview,
section.gallery .body .gallery__single-slider .slider-container .slider-item:nth-child(even) .preview .anchor,
section.gallery .body .gallery__single-slider .slider-container .slider-item:nth-child(even) .preview .img {
    border-radius: 20px;
}

.gallery__single-slider .slider-container .slider-item {
    transform: scale(0.9);
    padding-top: 10px;
}

.gallery__single-slider .slider-container .slider-item.slick-current.slick-center {
    padding-top: 0;
}

section.gallery+section.video-gallery {
    margin-top: 20px;
}

section.video-gallery {
    background-color: transparent;
    padding: 20px 0;
    position: relative;
    overflow: visible;
    z-index: 3;
}

section.video-gallery .inner {
    padding: 0;
}

section.video-gallery .inner>.title {
    width: 100%;
    max-width: 1016px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

section.video-gallery .inner>.title h1 {
    padding: 0;
    margin-bottom: auto;
    font-family: var(--heading-family);
    font-size: var(--heading-size);
}

section.video-gallery .inner>.title p {
    font-size: var(--body-text-size);
}

section.video-gallery .inner .video-outer {
    position: relative;
    width: 100%;
    padding: 0;
}

section.video-gallery .inner .video-outer .video {
    width: 100%;
    margin: 10px auto 0;
    padding: 20px;
}

section.video-gallery .inner .video-outer .video:first-of-type {
    margin-top: 0;
}

section.video-gallery .inner .video-outer .video:last-of-type {
    margin-bottom: 0;
}

section.video-gallery .inner .video-outer .video .preview,
section.video-gallery .inner .video-outer .video .preview img {
    border-radius: 0;
    width: 100%;
    max-width: 330px;
    height: 200px;
    margin-bottom: 12px;
}

section.video-gallery .inner .video-outer .video>.title {
    padding: 0;
}

section.video-gallery .inner .video-outer .video>.title>p {
    font-size: var(--body-text-size);
    font-weight: 700;
    font-family: var(--body-text-family);
    font-style: normal;
    color: var(--text-primary);
}

@media only screen and (min-width: 560px) {

    section.video-gallery .inner .video-outer .video .preview,
    section.video-gallery .inner .video-outer .video .preview img {
        max-width: 400px;
        height: 220px;
    }
}

@media only screen and (min-width: 1440px) {
    .photo-video-wrapper {
        margin-bottom: -1px;
    }

    section.gallery .title h1 {}

    section.video-gallery .inner .video-outer .video .preview,
    section.video-gallery .inner .video-outer .video .preview img {
        max-width: 480px;
        height: 280px;
    }

    section.video-gallery .inner .video-outer .video>.description>p {}
}

.ig-filter {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    background-color: transparent;
}

.ig-filter-head {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 16px;
}

.ig-filter-head .ig-filter-title {
    margin-bottom: 0;
}

.ig-filter-head .ig-filter-caption {}

.ig-filter-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0 20px;
}

.ig-filter-img-wrap {
    position: relative;
    width: calc(100% - 48px);
    max-width: 225px;
    margin: 0 auto;
    min-height: 400px;
    padding: 0;
    display: flex;
    align-items: center;
}

.ig-filter-img {
    border-radius: 0;
    max-width: none;
    height: 100%;
    position: relative;
}

.ig-filter-link-wrap {
    padding: 0;
    display: flex;
    justify-content: center;
}

.ig-filter-link {
    border: none;
    outline: none;
    width: auto;
    min-width: 100px;
    border-radius: 50px;
    padding: 12px 16px;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: var(--body-text-size);
}

.ig-filter-link:hover {
    background-color: var(--background-secondary);
    color: var(--button-background-primary);
}

/* Bank */
.orn-gift {
    position: absolute;
    top: 50%;
    right: 0;
    width: 51%;
    transform: translate(20%, -50%);
    opacity: .5;
}

.wedding-gift-bank-wrap {
    padding: 0px;
}

.wedding-gift-bank-wrap .bank-item {
    position: relative;
    overflow: hidden;
    background-color: #FBF9ED;
    border: 1px solid #C2C4AD;
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 15px;
}

.wedding-gift-bank-wrap .bank-item:last-of-type {
    margin-bottom: 0px;
}

/* Bank Detail */
.wedding-gift-bank-wrap .bank-detail {
    text-align: left;
}

.wedding-gift-bank-wrap .bank-name {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + 0px);
    font-weight: bolder;
    color: var(--text-primary);
    margin-bottom: 16px;
}

.bank-account-number-wrap {
    position: relative;
    display: flex;
    gap: 24px;
    margin-bottom: 16px;
}

.wedding-gift-bank-wrap .label-bank-account-number {
    font-size: calc(var(--body-text-size) - var(--fs-extra-2));
    font-family: var(--body-text-family);
    font-weight: 500;
    color: var(--text-secondary);
}

.wedding-gift-bank-wrap .bank-account-number {
    font-size: calc(var(--body-text-size) - 0);
    font-family: var(--body-text-family);
    font-weight: 500;
    color: var(--text-secondary);
}

.wedding-gift-bank-wrap .label-bank-account-name {
    font-size: calc(var(--body-text-size) - var(--fs-extra-2));
    font-family: var(--body-text-family);
    font-weight: 500;
    color: var(--text-secondary);
}

.wedding-gift-bank-wrap .bank-account-name {
    font-size: calc(var(--body-text-size) - 0);
    font-family: var(--body-text-family);
    font-weight: 500;
    color: var(--text-secondary);
}

/* Bank Copy */
.wedding-gift-bank-wrap .bank-copy-wrap {
    margin-left: auto;
}

.wedding-gift-bank-wrap .bank-copy {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    margin-right: auto;
    padding: 8px 16px;
    border-radius: 100px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    cursor: pointer;
    transition-duration: 0.25s;
    transition-property: background-color;
}

.wedding-gift-bank-wrap .bank-copy:hover {
    background-color: var(--button-background-secondary);
}

/* Bank Img Wrap */
.wedding-gift-bank-wrap .bank-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wedding-gift-bank-wrap .bank-img-link {}

.wedding-gift-bank-wrap .bank-img {
    width: 90px;
    height: 90px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.wedding-gift-inner {
    position: relative;
    padding: 70px 24px 120px 24px;
    z-index: 2;
}

/* Head */
.wedding-gift-head {
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
    padding-bottom: 24px;
}

.wedding-gift-head .wedding-gift-title {
    padding-bottom: 10px;
}

.wedding-gift-head .wedding-gift-description {
    color: var(--text-primary);
}

.wedding-gift-confirmation {
    text-align: center;
    font-size: 25px !important;
    color: #994b6f !important;
    margin-bottom: 20px;
}

.wedding-gift-wrap {
    position: relative;
    overflow: hidden;
}

.wedding-gift-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: var(--rsvp-head);
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: center center;
    transform: rotate(180deg);
}

.wedding-gift-body {
    position: relative;
    padding: 24px 16px;
    background: rgba(250, 240, 223, 0.7);
    border-radius: 16px;
    backdrop-filter: blur(2px);
}

.wedding-gift-form {
    position: relative;
    border-radius: 10px;
}

.wedding-gift-form::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    border-radius: 10px;
    box-shadow: var(--shadow-01);
}

/* Wedding Gift Form */
#weddingGiftForm {
    width: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    max-width: 635px;
    margin: 0 auto;
}

#weddingGiftForm .wedding-gift-slide {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

/* Details */
.wedding-gift-details {}

/* Select Bank */
.wedding-gift-select-bank-wrap {
    padding-bottom: 24px;
}

.wedding-gift-select-bank-wrap .selectize-control.form-control {
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 100px;
}

.wedding-gift-select-bank-wrap .selectize-control.form-control:focus,
.wedding-gift-select-bank-wrap .selectize-control.form-control:active {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    box-shadow: none;
    border: none;
}

.wedding-gift-select-bank-wrap .selectize-control.form-control .selectize-input {
    background: var(--button-background-primary);
    border-radius: 100px;
}

.wedding-gift-select-bank-wrap .selectize-control.form-control .selectize-input::after {
    border-top-color: var(--button-text-primary);
}

.wedding-gift-select-bank-wrap .selectize-control.form-control .select-bank__title {
    font-family: var(--body-text-family);
    color: var(--button-text-primary);
}

.wedding-gift-select-bank-wrap .selectize-dropdown.form-control {
    padding: 0;
    box-shadow: none;
    overflow: hidden;
    background-color: var(--background-secondary) !important;
    color: var(--button-text-primary);
    border: none;
}

.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .select-bank__title {
    color: var(--button-text-primary);
}

.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .select-bank__credential {
    font-size: calc(var(--body-text-size) - var(--fs-extra-3));
    color: var(--button-text-primary);
}

.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .item {
    background-color: var(--button-background-primary) !important;
    color: var(--button-text-primary) !important;
}

.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .item:hover {
    background-color: var(--button-background-secondary) !important;
    color: var(--button-text-secondary) !important;
}

.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .item:hover .select-bank__title,
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .item:hover .select-bank__credential {
    color: var(--button-text-secondary);
}

/* Bank */
.wedding-gift-bank-wrap .bank-item.show {
    display: flex;
}

/* Bank Detail */
.wedding-gift-bank-wrap .bank-detail {
    flex-grow: 1;
}

.wedding-gift-bank-wrap .bank-name {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
}

.wedding-gift-bank-wrap .bank-detail>div {
    margin-top: 0.75em;
}

.wedding-gift-bank-wrap .bank-account-number-label {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - var(--fs-extra-2));
    color: rgba(var(--text-tertiary-rgb), 0.5);
    display: block;
    margin-bottom: 0.25em;
}

.wedding-gift-bank-wrap .bank-account-number {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    cursor: pointer;
    display: inline-block;
    word-break: break-all;
    color: var(--text-tertiary);
}

.wedding-gift-bank-wrap .bank-account-number>i {
    border: 1px solid var(--button-background-secondary);
    border-radius: 4px;
    padding: 4px;
    font-size: var(--body-text-size);
    margin-left: 2.5em;
    color: var(--button-background-secondary);
}

.wedding-gift-bank-wrap .bank-account-name-label {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - var(--fs-extra-2));
    color: rgba(var(--text-tertiary-rgb), 0.5);
    display: block;
    margin-bottom: 0.25em;
}

.wedding-gift-bank-wrap .bank-account-name {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    word-break: break-all;
    color: var(--text-tertiary);
}

/* Bank Img Wrap */
.wedding-gift-bank-wrap .bank-img-wrap {
    padding: 10px;
    display: flex;
}

.wedding-gift-bank-wrap .bank-img-link {
    display: inline-block;
    vertical-align: top;
    margin: auto;
}

.wedding-gift-bank-wrap .bank-img {
    width: 80px;
    height: 80px;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Sender Data */
.wedding-gift-sender-data-wrap {
    padding: 24px 0;
    /* margin-top: 30px; */
}

.wedding-gift-sender-data-wrap label {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    padding-left: 20px;
    display: block;
}

.wedding-gift-sender-data-wrap .form-group {
    position: relative;
    margin-bottom: 0.7em;
}

.wedding-gift-sender-data-wrap textarea.form-control {
    height: auto;
    min-height: 0;
    max-height: 250px;
}

.wedding-gift-sender-data-wrap .form-control {
    border: none;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    background-color: #ffff;
    border-radius: 6px;
    padding: 12px;
    line-height: 1.5;
    color: var(--text-secondary);
}

.wedding-gift-sender-data-wrap .form-control::placeholder {
    color: rgba(var(--text-tertiary-rgb), 0.5);
}

.wedding-gift-sender-data-wrap .form-control:focus {
    border: none;
    box-shadow: none;
}

/* Wedding Gift Page */
.wedding-gift-page-wrap {
    padding: 0;
}

.wedding-gift-page {
    width: 100%;
    display: block;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--button-text-primary);
    background-color: var(--button-background-primary);
    border: none;
    padding: 12px 25px;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    margin: 0 auto;
}

.wedding-gift-page:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
}

/* Wedding Gift Back Page */
.wedding-gift-back-page-wrap {
    padding: 20px 0;
}

.wedding-gift-back-page {
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--button-background-primary);
    font-size: 28px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.wedding-gift-back-page:hover {
    color: rgba(var(--button-background-primary-rgb), .8);
}

/* Wedding Gift Picture */
.wedding-gift-picture {
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

.wedding-gift-upload-wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 40px;
}

.wedding-gift-upload-wrap::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 2px dashed var(--text-primary);
    border-radius: 10px;
    background-color: transparent;
    pointer-events: none;
}

/* Wedding Gift Upload Description */
.wgu-description {
    text-align: center;
    padding: 20px;
    margin: 80px auto;
    display: none;
}

.wgu-description.show {
    display: block;
}

.wgu-description .wgu-icon {
    width: 120px;
    height: auto;
    opacity: 0.4;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.wgu-description .wgu-title {
    font-family: var(--body-text-family);
}

.wgu-description normal {
    font-family: var(--body-text-family);
}

/* Wedding Gift Upload Image Wrap */
.wgu-img-wrap {
    display: none;
}

.wgu-img-wrap.show {
    display: block;
}

.wgu-img-wrap .wgu-img {
    width: 100%;
    height: auto;
    max-height: 500px;
    display: block;
    object-fit: cover;
    object-position: center;
}

[data-wgu-file] {
    cursor: pointer;
}

/* Wedding Gift Message */
.wedding-gift-message {
    padding: 50px 20px;
}

.wgs-head {
    padding: 10px 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wgs-head .wgs-spark {
    width: 30px;
    height: auto;
    display: block;
}

.wgs-head .wgs-spark .fill {
    fill: var(--button-background-primary);
}

.wgs-head .wgs-spark .stroke {
    stroke: var(--button-background-primary);
}

.wgs-head .wgs-spark.left {
    margin-right: 20px;
}

.wgs-head .wgs-spark.right {
    margin-left: 20px;
    transform: scaleY(-1);
}

.wgs-icon-wrap {
    width: 120px;
    height: 120px;
    background-color: var(--button-background-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wgs-icon-wrap.circle {
    border-radius: 50%;
}

.wgs-icon {
    display: block;
    width: 60px;
    height: auto;
}

.wgs-icon .fill {
    fill: var(--light-clr);
}

.wgs-body {
    padding: 10px 0;
    text-align: center;
}

.wgs-body .wgs-title {
    margin-bottom: 0.25em;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + 5px);
}

.wgs-description {
    color: rgba(var(--dark-rgb), .5);
}

@media (min-width: 1440px) {
    .wedding-gift-wrap.no-form .wedding-gift-inner {
        padding: 40px 25px 20%;
    }
}

.logo-bank1 {
    min-width: 100px;
    position: absolute;
    top: 20px;
    right: 0px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px ridge #b5cdd2;
}

.logo-bank2 {
    min-width: 120px;
    position: absolute;
    top: 20px;
    right: 0px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px ridge #b5cdd2;
}

.wedding-wish-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}

.wedding-wish-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: var(--rsvp-head);
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: center center;
    transform: rotate(180deg);
}

.wedding-wish-inner {
    padding: 10px 0;
    position: relative;
    padding: 16px;
    padding-bottom: 80px;
    z-index: 2;
}

.wedding-wish-head {
    padding: 20px 0;
    text-align: center;
}

.orn-wish-bottom-left-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    transform: translate(10%, -10%) scaleX(-1);
}

.orn-wish-bottom-left-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    transform: translate(-25%, -50%) scaleX(-1);
}

.orn-wish-bottom-right-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    transform: translate(-10%, -10%);
}

.orn-wish-bottom-right-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    transform: translate(25%, -50%);
}

.orn-wish-top-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    transform: translate(30%, -35%) scaleX(-1) rotate(-10deg);
}

.orn-wish-top-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45%;
    transform: translate(-30%, -35%) rotate(-10deg);
}

.wedding-wish-head .wedding-wish-title {
    padding: 20px 10px;
}

.wedding-wish-head .wedding-wish-description {}

.wedding-wish-body {
    background: rgba(250, 240, 223, 0.7);
    border-radius: 16px;
    backdrop-filter: blur(2px);
    padding: 16px;
    margin: auto;
    max-width: 600px;
}

.wedding-wish-form {}

.wedding-wish-form .hide {
    display: none;
}

.wedding-wish-form .form-control {
    background-color: #ffff;
    border: none;
    border-radius: 6px;
    padding: 12px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    line-height: 1.5;
    color: var(--text-secondary);
}

.wedding-wish-form .form-control::placeholder {
    color: rgba(var(--text-secondary-rgb), 0.5);
}

.wedding-wish-form .form-control:-ms-input-placeholder {
    color: rgba(var(--text-secondary-rgb), 0.5);
}

.wedding-wish-form .form-control::-ms-input-placeholder {
    color: rgba(var(--text-secondary-rgb), 0.5);
}

.wedding-wish-form .form-control:focus {
    border: none;
    box-shadow: none;
}

.wedding-wish-form textarea.form-control {
    min-height: 48px;
    max-height: 250px;
}

.wedding-wish-form .submit-comment {
    padding: 12px 16px;
    cursor: pointer;
    border: none;
    border-radius: 50px;
    outline: none;
    width: 100%;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 400;
    line-height: normal;
    transition: all 0.25s ease-in-out;
    margin-bottom: 32px;
}

.wedding-wish-form .submit-comment:hover {
    background-color: var(--hover-button-background-primary);
    color: var(--hover-button-text-primary);
}

.wedding-filter-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}

.wedding-filter-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: var(--rsvp-head);
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: center center;
    transform: rotate(180deg);
}

.wedding-filter-inner {
    padding: 10px 0;
    position: relative;
    padding: 16px;
    padding-bottom: 80px;
    z-index: 2;
}

.wedding-filter-head {
    padding: 20px 0;
    text-align: center;
}


.wedding-filter-head .wedding-filter-title {
    padding: 20px 10px;
}

.wedding-filter-head .wedding-filter-description {}

.wedding-filter-body {
    border-radius: 16px;
    padding: 16px;
    margin: auto;
    max-width: 600px;
}

.wedding-filter-body img {
    max-width: 240px !important;
    border-radius: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.filter-link {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

/* orn filter */
.orn-filter-1 {
    position: absolute;
    top: 0%;
    left: 0;
    width: 25%;
    transform: translate(-35%, 3%);
}

.orn-filter-2 {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 25%;
    transform: translate(-30%, 53%);
}

.orn-filter-3 {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 27%;
    transform: translate(0%, 2%);
    z-index: 1;
}

.orn-filter-kupu {
    position: absolute;
    top: 0%;
    right: 0;
    /* width: 15%; */
    width: 59px;
    transform: translate(-20%, 100%) scaleX(-1);
}

.orn-filter-1 .image-wrap img {
    transform-origin: 0% 0%;
    animation: goyang 3s ease-in-out infinite alternate;
}

.orn-filter-2 .image-wrap img {
    transform-origin: 0% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}

.orn-filter-kupu .image-wrap.aos-animate img {
    transform-origin: 50% 50%;
    animation: float 1s ease-in-out infinite alternate, fly-diagonal 7s linear normal;
}


.comment-box-wrap {
    position: relative;
}

.comment-box-wrap .form-group {
    margin-bottom: 0;
}

.comment-box-wrap textarea.form-control {
    height: auto;
    min-height: 0;
}

.comment-box-wrap .submit-comment-wrap {
    position: absolute;
    top: 0;
    right: 0;
}

.comment-box-wrap.focus textarea.form-control {}

.comment-box-wrap.focus .submit-comment-wrap {
    top: auto;
    bottom: 0;
}

.comment-wrap {
    display: none;
}

.comment-wrap.show {
    display: block;
}

.comment-item {
    margin-bottom: 16px;
}

.comment-item:last-of-type {
    margin-bottom: 0;
}

.comment-head {
    position: relative;
    margin-bottom: 8px;
}

.comment-head .comment-name {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 700;
}

.comment-head .comment-name>i {
    font-size: 0.7em;
}

.comment-head .comment-date {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 500;
    display: block;
    margin-top: 8px;
    color: var(--text-tertiary);
}

.comment-head .delete-comment {
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: var(--button-background-primary);
    transition: color 0.25s ease-in-out;
}

.comment-head .delete-comment:hover {
    opacity: 0.5;
}

.comment-body {}

.comment-body .comment-caption {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
}

.more-comment-wrap {
    padding: 10px 20px;
    display: none;
    text-align: center;
}

.more-comment-wrap.show {
    display: block;
}

#moreComment {
    border: none;
    outline: none;
    width: 100%;
    display: block;
    padding: 8px 20px;
    margin: 0 auto;
    border-radius: 50px;
    text-decoration: none;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 500;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

#moreComment:hover {
    background-color: var(--hover-button-background-primary);
    color: var(--hover-button-text-primary);
}

.footnote-wrap {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    min-height: var(--body-height);
    background-color: var(--background-secondary);
    background-image: var(--footer-body);
    background-position: center;
    background-size: cover;
}

.quote-wrap {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 110px 40px 40px 40px;
}

.quote-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: var(--rsvp-head);
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: center center;
    z-index: 1;
}

.quote-wrap .quote-caption span {
    font-weight: 500;
    color: var(--text-secondary);
    font-family: var(--body-text-family);
}

.quote-wrap .quote-caption:first-child span {
    font-weight: 500;
    color: var(--text-primary);
    font-family: var(--body-text-family);
}

.footnote-wrap .footnote {
    text-align: center;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media only screen and (max-width: 600px) {
    .footnote-wrap .footnote {
        padding-top: 25px;
    }
}

.footnote-wrap .logo-wrap {
    max-width: 267px;
    height: 284px;
    margin-top: 30%;
}


.footnote .footnote-title {}

.footnote p {
    font-weight: 400;
}

.footnote .top-text {
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 400;
}

.footnote .bottom-text {
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 400;
}

.footnote .date {
    font-size: var(--body-text-size);
    color: var(--text-primary);
    letter-spacing: 0.08em;
}

@media (min-width: 560px) and (max-width: 960px) {
    .footnote-wrap .footnote {
        text-align: center;
        padding: 0 16px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 25%;
    }

    .footnote .footnote-title {
        margin-bottom: -16px;
    }

    .footnote-wrap .logo-wrap {
        max-width: 320px;
        height: 380px;
        margin-top: 30%;
    }

    .logo-wrap .char-2 {
        width: 100%;
        transform: translate(-20%, 70%);
        z-index: 2;
    }

    .logo-wrap .char-1 {
        width: 100%;
        transform: translate(-60%, 5%);
    }
}

section.footer {
    background: var(--background-tertiary);
    padding: 0;
}

section.footer .footer-inner {
    padding: 10px 0;
}

section.footer .footer-inner p {
    font-size: var(--body-text-size);
    font-weight: 400;
    color: var(--text-primary);
}

.footer .footer-inner .footer-logo {
    width: 55px;
}

section.footer .footer-inner .footer-logo path {
    fill: var(--text-primary);
}

@media only screen and (max-width: 960px) {
    section.footer .footer-inner.flex-column {
        flex-direction: column;
        padding-top: 80px;
        padding-bottom: 150px;
    }

    section.footer .footer-inner.flex-column p {
        margin-right: 0;
        font-size: var(--body-text-size);
    }

    section.footer .footer-inner.flex-column .footer-logo {
        margin-top: 10px;
        width: 150px;
    }
}

section.person p {
    font-family: abhaya libre, serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--dark-clr);
}

.ornaments-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.image-wrap {
    position: relative;
    width: 100%;
}

.image-wrap img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

section.top-cover .inner .ornaments-wrapper {
    z-index: 2;
}

.frame {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    transform: translate(-50%, 0%);
}

.char-1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 80%;
    transform: translate(-65%, 0%);
}

.char-2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 65%;
    transform: translate(-25%, 10%);
}

.orn-cover-frame .flower-frame-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    transform: translate(-49%, 45%);
}

.orn-cover-frame .flower-frame-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64%;
    transform: translate(-24%, 6%);
}

.orn-cover-frame .flower-frame-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32%;
    transform: translate(32%, -50%);
}

.orn-cover-frame .flower-frame-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 37%;
    transform: translate(50%, -15%);
}

.orn-cover-frame .flower-frame-5 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 62%;
    transform: translate(22%, 24%);
}

.orn-couple-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    transform: translate(-30%, -15%);
}

.orn-couple-bride-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    transform: translate(-25%, -5%);
}

.orn-couple-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
    transform: translate(-40%, -10%);
}

.orn-couple-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    transform: translate(-20%, 30%);
    z-index: 2;
}

.orn-couple-4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    transform: translate(-130%, 45%);
}

.orn-couple-5 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    transform: translate(-65%, 50%);
    z-index: 1;
}

.orn-couple-6 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    transform: translate(-65%, 0%) scaleX(-1);
}

.orn-edge-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    transform: translate(-30%, 50%) scaleX(-1);
}

.couple-info.bride .orn-edge-1 {
    left: unset;
    right: 0;
    transform: translate(20%, 50%) scaleX(1);
}

@media only screen and (max-width: 600px) {
    .couple-info.bride .orn-edge-1 {
        transform: translate(20%, 50%) scaleX(1);
    }
}

/* orn event */
.orn-event-top-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 49%;
    transform: translate(21%, 0%);
}

.orn-event-top-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    transform: translate(-7%, -32%);
}

.orn-event-top-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 32%;
    transform: translate(-31%, 130%);
}

.orn-event-11 {
    position: absolute;
    top: 0;
    right: 0;
    width: 78%;
    transform: translate(54%, 0%);
}

.orn-event-12 {
    position: absolute;
    top: 0;
    left: 0;
    width: 37%;
    transform: translate(-33%, 22%);
}

.orn-event-13 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62%;
    transform: translate(-8%, 36%);
}

.orn-event-14 {
    position: absolute;
    top: 0;
    right: 0;
    width: 44%;
    transform: translate(6%, -11%);
}

.orn-event-15 {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    transform: translate(24%, 57%) rotate(-35deg);
}

.orn-event-16 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34%;
    transform: translate(39%, -3%);
}

.orn-event-17 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    transform: translate(7%, 28%);
}

.orn-event-14 .image-wrap img {
    transform-origin: 100% 100%;
    animation: goyang 3s ease-in-out infinite alternate;
}

.orn-save-date-1 {
    position: absolute;
    top: 0;
    width: 32%;
}

.orn-save-date-2 {
    position: absolute;
    top: 0;
    width: 36%;
}

.orn-save-date-1.right {
    right: 0;
    transform: translate(30%, 85%);
}

.orn-save-date-2.right {
    right: 0;
    transform: translate(23%, 105%);
}

.orn-save-date-1.left {
    left: 0;
    transform: translate(-30%, 85%) scaleX(-1);
}

.orn-save-date-2.left {
    left: 0;
    transform: translate(-23%, 105%) scaleX(-1);
}

section.agenda-wrap .activity-item:nth-child(even) .ornaments-wrapper {}

.orn-event-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    transform: translate(35%, 15%);
}

.orn-event-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    transform: translate(0%, 40%);
}

.orn-event-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    transform: translate(35%, -40%);
}

.orn-event-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    transform: translate(15%, -90%);
}

.orn-event-5 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    transform: translate(5%, -50%);
}

.orn-event-6 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    transform: translate(-15%, -25%);
}

.orn-event-7 {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    transform: translate(0%, 30%);
}

.orn-top-rsvp {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    transform: translate(-38%, -9%) scaleX(-1) rotate(-45deg);
}

.orn-rsvp-1 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 29%;
    transform: translate(63%, -25%) rotate(-15deg);
}

.orn-rsvp-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 41%;
    transform: translate(-35%, 17%);
}

.orn-gallery-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    transform: translate(-25%, 50%);
}

.orn-cover-kupu-kupu {
    position: absolute;
    top: 0;
    left: 0;
    width: 59px;
    transform: translate(50%, 140%);
}

.orn-cover-kupu-kupu .image-wrap.aos-animate img {
    transform-origin: 50% 50%;
    animation: float 1s ease-in-out infinite alternate, fly-diagonal 7s linear normal;
}

.orn-gallery-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    transform: translate(15%, 23%);
}

.orn-gallery-mid {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    transform: translate(50%, 170%);
}

.orn-gallery {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    transform: translate(50%, 40%) rotate(-25deg);
}

.orn-video-1 {
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 24%;
    transform: translate(20%, 0%) scaleX(-1);
    z-index: 2;
}

.orn-video-2 {
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 30%;
    transform: translate(50%, -30%);
}


/* orn gift */
.orn-gift-1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 146%;
    transform: translate(-50%, 46%);
}

.orn-gift-2 {
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 27%;
    transform: translate(37%, -15%);
}

.orn-gift-3 {
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 42%;
    transform: translate(10%, -18%);
}

.orn-gift-4 {
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 23%;
    transform: translate(45%, -78%);
}

.orn-gift-5 {
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 25%;
    transform: translate(-67%, -45%);
}

.orn-gift-6 {
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 41%;
    transform: translate(-60%, -3%);
}

.orn-gift-7 {
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 41%;
    transform: translate(1%, 2%);
}

section.footnote-wrap .char-wrap {
    max-width: 177px;
    height: 180px;
}

.logo-wrap .frame {
    position: absolute;
    top: 0;
    left: 50%;
    width: 65%;
    transform: translate(-50%, 0%);
}

.logo-wrap .ribbon {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0%);
}

.logo-wrap .char-1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 85%;
    transform: translate(-65%, -5%);
}

.logo-wrap .char-2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 75%;
    transform: translate(-25%, 65%);
    z-index: 2;
}

.logo-wrap .orn-logo-right-1 {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    transform: translate(-30%, 40%);
}

.logo-wrap .orn-logo-right-2 {
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    transform: translate(-60%, -40%);
}

.logo-wrap .orn-logo-left-1 {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    transform: translate(45%, -20%);
}

.logo-wrap .orn-logo-left-2 {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    transform: translate(40%, -95%);
}

.logo-wrap .orn-logo-left-3 {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
    transform: translate(15%, -40%);
}

.orn-footnote-top-right-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    transform: translate(25%, 15%) scaleX(-1);
}

.orn-footnote-top-left-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    transform: translate(-25%, 15%);
}

.orn-footnote-top-right-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    transform: translate(40%, 190%);
}

.orn-footnote-top-left-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    transform: translate(-40%, 190%) scaleX(-1);
}

.orn-footnote-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65%;
    transform: translate(-25%, 10%);
}

.orn-footnote-7 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    transform: translate(15%, 10%);
}

.orn-footnote-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45%;
    transform: translate(-10%, 28%);
}

.orn-footnote-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    transform: translate(20%, 0%);
    z-index: 1;
}

.orn-footnote-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    transform: translate(-10%, 18%);
}

.orn-footnote-5 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 63%;
    transform: translate(12%, 31%);
    z-index: 1;
}

.orn-footnote-6 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    transform: translate(-135%, 40%);
    z-index: 1;
}

@keyframes goyang {
    0% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(3deg);
    }
}

.flower-frame-1 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-cover-top-right-1 .image-wrap img {
    transform-origin: 100% 50%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-cover-top-left-1 .image-wrap img {
    transform-origin: 100% 50%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.flower-frame-3 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-wish-bottom-left-1 .image-wrap img {
    transform-origin: 100% 0%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-event-3 .image-wrap img {
    transform-origin: 0% 0%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-wish-bottom-right-1 .image-wrap img {
    transform-origin: 100% 0%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-couple-1 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-couple-bride-1 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-couple-6 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-save-date-1 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-event-1 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-event-7 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-rsvp-1 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-video-2 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-filter-3 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-gift-2 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-gift-4 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-gift-5 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-footnote-3 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-logo-left-1 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

.orn-logo-right-2 .image-wrap img {
    transform-origin: 100% 5 0%;
    animation: goyang 2.6s ease-in-out infinite alternate;
}

@media only screen and (max-width: 600px) {
    .moment-9 {
        object-position: 5px 1%;
    }

    .moment-3 {
        object-position: 5px 40%;
    }

    .moment-4 {
        object-position: 5px 10%;
    }

    .moment-12 {
        object-position: 5px 60%;
    }

    .moment-10 {
        object-position: 5px 40%;
    }

    .moment-2 {
        object-position: 5px 1%;
    }

    .moment-15 {
        object-position: 5px 1%;
    }
}

.moment-2 {
    object-position: 5px 1%;
}

@media (max-width: 375px) {
    .footnote-wrap .logo-wrap {
        margin-top: 30%;
    }

    .orn-footnote-top-right-1 {
        width: 47%;
        transform: translate(25%, -3%) scaleX(-1);
    }

    .orn-footnote-top-left-1 {
        width: 47%;
        transform: translate(-25%, -4%);
    }

    .orn-footnote-top-right-2 {
        width: 30%;
        transform: translate(40%, 180%);
    }

    .orn-footnote-top-left-2 {
        width: 30%;
        transform: translate(-40%, 180%) scaleX(-1);
    }

    .orn-footnote-1 {
        width: 60%;
        transform: translate(-25%, 10%);
    }

    .orn-footnote-3 {
        width: 45%;
        transform: translate(40%, -5%);
    }
}

@media (min-width: 290px) and (max-width: 425px) {
    .count-item .count-num {
        font-size: 32px;
    }

    .count-item .count-text {
        font-size: 18px;
    }

    .add-to-calendar {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .footnote-wrap .footnote {
        margin: -5% auto;
    }

    .footnote .footnote-title {
        margin-bottom: -16px;
    }

    .orn-wish-top-left {
        transform: translate(-15%, -25%) rotate(-10deg);
    }

    .orn-wish-top-right {
        transform: translate(15%, -25%) scaleX(-1) rotate(-10deg);
    }

    .orn-wish-bottom-left-2 {
        transform: translate(0%, -50%) scaleX(-1);
    }

    .orn-wish-bottom-right-2 {
        transform: translate(0%, -50%);
    }

    .orn-wish-bottom-right-1 {
        transform: translate(-30%, 0%);
    }

    .orn-wish-bottom-left-1 {
        transform: translate(30%, 0%) scaleX(-1);
    }

    .ig-filter-img-wrap {
        max-width: 340px;
    }

    .orn-couple-head-mid {
        width: 15%;
        transform: translate(-285%, 30%);
    }

    .orn-couple-head-right {
        width: 30%;
        transform: translate(165%, -10%);
    }

    .orn-couple-head-left {
        width: 30%;
        transform: translate(-165%, -10%) scaleX(-1);
    }

    .orn-event-1 {
        width: 25%;
        transform: translate(30%, 20%);
    }

    .orn-event-2 {
        width: 25%;
        transform: translate(-15%, 35%);
    }

    .orn-event-3 {
        width: 25%;
        transform: translate(60%, -15%);
    }

    .orn-event-4 {
        width: 30%;
        transform: translate(10%, -40%);
    }

    .orn-event-5 {
        width: 20%;
        transform: translate(15%, -60%);
    }

    .orn-event-6 {
        width: 30%;
        transform: translate(-10%, -40%);
    }

    .orn-event-7 {
        width: 40%;
        transform: translate(5%, 10%);
    }

    .footnote-wrap .logo-wrap {
        max-width: 320px;
        height: 380px;
        margin-top: 10%;
    }

    .orn-countdown {
        transform: translate(33.2%, -94%);
    }

    .cover-frame-orn {
        transform: translate(0%, 45%);
    }

    .cover-wedof-orn {
        transform: translate(-23%, 45%);
    }

    .orn-cover-bottom-right-1 {
        transform: translate(15%, -5%);
    }

    .orn-cover-bottom-left-1 {
        transform: translate(-15%, 15%);
    }

    .cover-details {
        transform: translate(0%, -800%);
    }
}

@media (min-width: 1500px) {
    .wedding-gift-inner .gift-frame {
        max-width: 430px;
    }

    .aj-page__side-to-side .primary-pane .inner .details {
        margin: 11% 7% 20%;
    }

    .couple-head {
        padding: 220px 16px 20px;
    }

    .orn-couple-head-left {
        width: 23%;
        transform: translate(-214%, -15%) scaleX(-1);
    }

    .orn-couple-head-mid {
        width: 10%;
        transform: translate(-472%, 30%);
    }

    .orn-couple-head-right {
        width: 23%;
        transform: translate(206%, -17%);
    }

    .couple-head {
        padding: 170px 16px 20px;
    }

    .couple-info.bride .couple-preview {
        margin-top: 40px;
    }

    .couple-small-details {
        padding: 0 20px;
    }

    .couple-details {
        padding: 20px;
    }

    .separator-wrap {
        margin: 10% auto 20%;
    }

    .couple-wrap {
        padding-bottom: 12%;
    }

    .orn-gallery-left {
        transform: translate(-25%, 121%);
    }

    .save-date-body {
        padding-bottom: 100px;
    }

    .activity-item {
        max-width: 630px;
    }

    .orn-cover-top-right-1 {
        width: 90%;
        transform: translate(60%, -235%);
        z-index: 1;
    }

    .orn-cover-top-left-1 {
        width: 90%;
        transform: translate(-60%, -235%) scaleX(-1);
        z-index: 1;
    }

    .orn-cover-top-right-2 {
        width: 45%;
        transform: translate(125%, -40%);
    }

    .orn-cover-top-left-2 {
        width: 45%;
        transform: translate(-125%, -40%) scaleX(-1);
    }

    .activity-content {
        top: 41%;
    }

    .event-head {
        padding-bottom: 50px;
    }

    .agenda-inner {
        padding-bottom: 0;
    }

    .rsvp-wrap {
        padding: 80px 0;
    }

    .wedding-gift-head {
        padding-bottom: 50px;
    }

    .wedding-wish-body {
        padding: 30px;
    }

    .wedding-filter-body {
        padding: 30px;
    }

    .event-item {
        padding-bottom: 90px;
    }

    .footnote-wrap .logo-wrap {
        margin-top: 20%;
    }

    .orn-footnote-top-right-1 {
        width: 44%;
        transform: translate(31%, 0%) scaleX(-1);
    }

    .orn-footnote-top-left-1 {
        width: 44%;
        transform: translate(-31%, 0%);
    }
}

@media (min-width: 360px) and (max-width: 560px) {
    .orn-couple-head-left {
        position: absolute;
        top: 0;
        right: 0;
        width: 30%;
        transform: translate(-165%, -10%) scaleX(-1);
    }

    .orn-couple-head-mid {
        position: absolute;
        top: 0;
        right: 0;
        width: 17%;
        transform: translate(-230%, 30%);
        z-index: 1;
    }

    .orn-couple-head-right {
        position: absolute;
        top: 0;
        left: 0;
        width: 30%;
        transform: translate(177%, -10%);
    }

    .couple-head {
        text-align: center;
        padding: 120px 20px 80px;
    }

    .couple-details {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        text-align: left;
        gap: 4px;
        padding: 16px;
        position: relative;
        z-index: 1;
        margin-top: 6%;
    }

    .couple-details .couple-name {
        font-family: var(--heading-family);
        font-size: 30px;
        font-weight: 550;
        padding: 0;
        color: var(--text-primary);
    }

    .separator-wrap {
        margin: 15% auto 27%;
    }

    .separator-wrap .separator .couple-separator {
        font-size: 40px;
        padding-top: 10px;
    }

    .galleries {
        padding-top: 40px;
    }

    .gallery-wrap {
        padding: 20px;
        padding-top: 40px;
    }

    .save-date-body {
        padding: 40px 20px 80px;
    }

    .agenda-head .agenda-title {
        font-size: 20px;
    }

    .agenda-inner {
        padding: 100px 0px 20px 0px;
    }

    .event-head .event-day {
        font-weight: 500;
    }

    .event-head .event-date {
        font-weight: 500;
    }

    .orn-gallery-right {
        transform: translate(15%, 43%);
    }

    .orn-gallery-left {
        transform: translate(-25%, 70%);
    }

    .event-details .event-hall,
    .activity-details .activity-hall {
        font-size: calc(var(--body-text-size) + 4px);
        line-height: 24px;
    }

    .wedding-gift-wrap {
        padding: 0;
    }

    .wedding-gift-head .wedding-gift-title {
        font-size: var(--heading-size);
        margin-bottom: 0;
        padding: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .wedding-gift-inner {
        padding: 20px;
        padding-top: 40px;
        padding-bottom: 90px;
    }

    .wedding-wish-inner {
        padding: 20px;
        padding-bottom: 60px;
    }

    .wedding-filter-inner {
        padding: 20px;
        padding-bottom: 60px;
    }

    .wedding-wish-body {
        padding: 20px;
    }

    .wedding-filter-body {
        padding: 30px;
    }

    .video-inner .video-head {
        padding: 40px 20px 0;
    }

    .save-date-body .save-date-title {
        padding: 0;
        padding-bottom: 20px;
        padding-top: 50px;
    }

    .agenda-wrap::before {
        background-size: 180%;
    }

    .agenda-wrap::after {
        background-size: 180%;
    }

    .top-cover .logo-wrap {
        height: 255px;
    }

    .logo-wrap {
        max-width: 290px;
        top: 30px;
    }

    .top-cover .char-wrap {
        margin: 35px auto;
        margin-left: 40px;
    }

    .top-cover .logo-wrap .orn-logo-right-1 {
        width: 25%;
        transform: translate(-30%, 40%);
    }

    .top-cover.logo-wrap .orn-logo-right-2 {
        width: 30%;
        transform: translate(-60%, 115%);
    }

    .top-cover .logo-wrap .orn-logo-left-2 {
        width: 20%;
        transform: translate(40%, -20%);
    }

    .top-cover .logo-wrap .orn-logo-left-3 {
        width: 35%;
        transform: translate(15%, 55%);
    }
}

@media (min-width: 561px) and (max-width: 960px) {
    .couple-wrap {
        padding-top: 40px;
        padding-bottom: 15%;
    }

    .orn-couple-head-left {
        position: absolute;
        top: 0;
        right: 0;
        width: 30%;
        transform: translate(-165%, -10%) scaleX(-1);
    }

    .orn-couple-head-mid {
        position: absolute;
        top: 0;
        right: 0;
        width: 17%;
        transform: translate(-230%, 30%);
        z-index: 1;
    }

    .orn-couple-head-right {
        position: absolute;
        top: 0;
        left: 0;
        width: 30%;
        transform: translate(177%, -10%);
    }

    .couple-head {
        text-align: center;
        padding: 120px 20px 80px;
    }

    .couple-small-details {
        padding: 0 20px;
    }

    .couple-details {
        padding: 20px;
    }

    .couple-details .couple-name {
        font-family: var(--heading-family);
        font-size: 30px;
        font-weight: 550;
        padding: 0;
        color: var(--text-primary);
    }

    .separator-wrap {
        margin: 10% auto 20%;
    }

    .separator-wrap .separator .couple-separator {
        font-size: 40px;
        padding-top: 10px;
    }

    .galleries {
        padding-top: 70px;
    }

    .gallery-wrap {
        padding: 20px;
        padding-top: 40px;
    }

    .save-date-body {
        padding: 40px 20px 80px;
    }

    .agenda-head .agenda-title {
        font-size: 20px;
    }

    .agenda-inner {
        padding: 100px 0px 20px 0px;
    }

    .event-head .event-day {
        font-weight: 500;
    }

    .event-head .event-date {
        font-weight: 500;
    }

    .event-details .event-hall,
    .activity-details .activity-hall {
        font-size: calc(var(--body-text-size) + 4px);
    }

    .wedding-gift-wrap {
        padding: 0;
    }

    .wedding-gift-head {
        padding-bottom: 45px;
    }

    .wedding-gift-head .wedding-gift-title {
        font-size: var(--heading-size);
        margin-bottom: 0;
        padding: 0;
        padding-bottom: 20px;
    }

    .wedding-gift-inner {
        padding: 20px;
    }

    .wedding-wish-inner {
        padding: 20px;
        padding-bottom: 60px;
    }

    .wedding-wish-body {
        padding: 20px;
        padding: 40px;
    }

    .wedding-filter-inner {
        padding: 20px;
        padding-bottom: 60px;
    }

    .wedding-filter-body {
        padding: 30px;
    }

    .video-inner .video-head {
        padding: 100px 20px 0;
    }

    .video-lists .video-box {
        padding: 30px;
    }

    .save-date-body .save-date-title {
        padding-top: 40px;
        padding-bottom: 85px;
    }

    .agenda-wrap::before {
        background-size: 180%;
    }

    .agenda-wrap::after {
        background-size: 180%;
    }

    .top-cover .logo-wrap {
        height: 255px;
    }

    .top-cover .char-wrap {
        margin: 45px auto;
    }

    .top-cover .logo-wrap .orn-logo-right-1 {
        width: 25%;
        transform: translate(-30%, 40%);
    }

    .top-cover.logo-wrap .orn-logo-right-2 {
        width: 30%;
        transform: translate(-60%, 115%);
    }

    .top-cover .logo-wrap .orn-logo-left-2 {
        width: 20%;
        transform: translate(40%, -20%);
    }

    .top-cover .logo-wrap .orn-logo-left-3 {
        width: 35%;
        transform: translate(15%, 55%);
    }

    .activity-item {
        max-width: 585px;
    }

    .rsvp-wrap {
        padding: 70px 0;
    }
}

@media (max-width: 425px) {
    section.cover {
        background: 0 0;
        height: 100%;
        position: relative;
        overflow: hidden;
        padding: 0;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
}

.effects.turun-bunga>div {
    width: 25px;
    height: 25px;
    top: -10%;
}

.effects.turun-bunga.fall>div {
    width: 17px;
    height: 17px;
}

.effects.turun-bunga>div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    pointer-events: none;
}

.effects.turun-bunga>div:nth-child(1) {
    left: 7%;
    animation: turun-bunga 15s linear infinite;
    animation-delay: -2s;
}

.effects.turun-bunga.fall>div:nth-child(1) {
    animation-delay: 1s;
}

.effects.turun-bunga>div:nth-child(2) {
    left: 18%;
    animation: turun-bunga 18s linear infinite;
    animation-delay: -8s;
}

.effects.turun-bunga.fall>div:nth-child(2) {
    animation-delay: 3s;
}

.effects.turun-bunga>div:nth-child(3) {
    left: 27%;
    animation: turun-bunga 12s linear infinite;
    animation-delay: -4s;
}

.effects.turun-bunga.fall>div:nth-child(3) {
    animation-delay: 0s;
}

.effects.turun-bunga>div:nth-child(4) {
    left: 36%;
    animation: turun-bunga 22s linear infinite;
    animation-delay: -10s;
}

.effects.turun-bunga.fall>div:nth-child(4) {
    animation-delay: 1s;
}

.effects.turun-bunga>div:nth-child(5) {
    left: 45%;
    animation: turun-bunga 16s linear infinite;
    animation-delay: -6s;
}

.effects.turun-bunga.fall>div:nth-child(5) {
    animation-delay: 0s;
}

.effects.turun-bunga>div:nth-child(6) {
    left: 54%;
    animation: turun-bunga 15s linear infinite;
    animation-delay: -14s;
}

.effects.turun-bunga.fall>div:nth-child(6) {
    animation-delay: -4s;
}

.effects.turun-bunga>div:nth-child(7) {
    left: 63%;
    animation: turun-bunga 20s linear infinite;
    animation-delay: -8s;
}

.effects.turun-bunga.fall>div:nth-child(7) {
    animation-delay: 2s;
}

.effects.turun-bunga>div:nth-child(8) {
    left: 72%;
    animation: turun-bunga 17s linear infinite;
    animation-delay: -2s;
}

.effects.turun-bunga.fall>div:nth-child(8) {
    animation-delay: 8s;
}

.effects.turun-bunga>div:nth-child(9) {
    left: 81%;
    animation: turun-bunga 20s linear infinite;
    animation-delay: -10s;
}

.effects.turun-bunga.fall>div:nth-child(9) {
    animation-delay: 0s;
}

.effects.turun-bunga>div:nth-child(10) {
    left: 92%;
    animation: turun-bunga 10s linear infinite;
    animation-delay: -4s;
}

.effects.turun-bunga.fall>div:nth-child(10) {
    animation-delay: 4s;
}

@keyframes turun-bunga {
    0% {
        opacity: 0;
        top: -10%;
        transform: translateX(20px) rotate(0deg);
    }

    10% {
        opacity: 1;
    }

    20% {
        transform: translateX(-10px) rotate(45deg);
    }

    40% {
        transform: translateX(20px) rotate(90deg);
    }

    60% {
        transform: translateX(-30px) rotate(135deg);
    }

    80% {
        transform: translateX(20px) rotate(180deg);
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 110%;
        transform: translateX(-30px) rotate(225deg);
        opacity: 0;
    }

}

.wl-meta span.wl-addr {
    display: none !important;
}

.wl-card span.wl-nick {
    color: #994b6f;
}

.wl-header label {
    color: #994b6f;
    font-weight: bolder;
}

div.wl-header.item3>div:nth-child(2) {
    display: none !important;
}

div.wl-header.item3>div:nth-child(3) {
    display: none !important;
}

label.wl-action {
    display: none !important;
}

a.wl-action {
    display: none !important;
}

.wl-card-item {
    position: relative;
    display: flex;
    padding: .9em;
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(2px);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.wl-panel {
    margin: 0px;
    padding: .9em;
    background-color: rgba(255, 255, 255, .7) !important;
    backdrop-filter: blur(2px);
    z-index: 99;
}

.wl-card .wl-badge {
    display: inline-block;
    margin-inline-end: 1em;
    padding: 0 .3em;
    border: 1px solid #994b6f;
    border-radius: 4px;
    color: #fff;
    font-size: var(--waline-badge-font-size);
    background: #994b6f;
}

.wl-card .wl-meta>span {
    display: inline-block;
    margin-inline-end: .25em;
    padding: 2px 4px;
    border-radius: .6em;
    background: #2a7fa4;
    color: #fff;
    font-size: var(--waline-info-font-size);
    line-height: 1.5;
}

.wl-content p {
    font-size: 17px !important;
}

.wl-card .wl-head .wl-nick {
    text-transform: capitalize;
}

.wl-power {
    display: none;
}

.wl-header input {
    background: #eee;
    border-radius: 10px;
    padding: 0.9em 1.1em 1.1em 1.1em;
    font-size: 0.7em;
    font-weight: bold;
}

.wl-editor:focus,
.wl-input:focus {
    background: rgba(0, 0, 0, 0.07);
}

.wl-header {
    border-bottom: unset;
}

.wl-editor {
    background: rgb(238, 238, 238);
}


div.wl-head>span.wl-badge:nth-child(2) {
    display: none !important;
}

div.wl-head>span.wl-badge:nth-child(4) {
    display: none !important;
}

div.wl-head>span.wl-badge:nth-child(3) {
    margin-bottom: 10px;
}

div.wl-info>button.wl-btn:nth-child(3) {
    display: none !important;
}

.wl-btn.primary {
    border-color: #994b6f;
    background: #994b6f;
    color: var(--waline-white);
}

.wl-btn.primary:hover,
.wl-btn.primary:active {
    border-color: #2a7fa4;
    background: #2a7fa4;
    color: var(--waline-white);
}

.wl-btn {
    min-width: 5.5em;
}

.wl-card {
    border-bottom: unset;
}

.wl-preview h4 {
    font-family: var(--body-text-family) !important;
    font-size: 20px !important;
}

.wl-cards .wl-user .wl-user-avatar {
    display: none;
}

.wl-cards .wl-user .verified-icon {
    top: 6px;
    inset-inline-start: -5px;
}

.wl-gif-popup {
    width: calc(100% - 1em);
}

.wl-operation .wl-btn {
    background: #6a9ba7;
    color: #fff;
    width: 94%;
    font-size: 14px;
    border-radius: 20px;
}

.wl-operation .wl-btn:hover {
    background: #517882;
    color: #fff;
    border: unset;
}

@media (max-width: 580px) {
    .wl-header-item:not(:last-child) {
        border-bottom: unset;
        margin-bottom: 15px;
    }
}