@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Bellefair&family=Cormorant+Unicase:wght@300;400;500;600;700&display=swap");

/* adam-early */
body.adam-early {
    /* Heading Family */
    --heading-family: "Alex Brush", serif;
    --heading-style: normal;
    --heading-weight: 400;
    --heading-size: 44px;
    --heading-lettercase: none;

    /* Body Text */
    --body-text-family: "Bellefair", serif;
    --body-text-family-2: "Cormorant Unicase", serif;
    --body-text-style: normal;
    --body-text-weight: 400;
    --body-text-size: 16px;
    --body-text-size-2: 18px;
    --body-text-lettercase: none;

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

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

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

/* Original */
body.adam-early.original {
    /* Colors */
    --background-primary: #f5f4ec;
    --background-primary-rgb: 245, 244, 236;
    --background-secondary: rgba(223, 238, 252, 0.87);
    --background-secondary-rgb: 223, 238, 252;
    --background-tertiary: #96a1b4;
    --background-tertiary-rgb: 150, 161, 180;

    --text-primary: #d0a25e;
    --text-primary-rgb: 208, 162, 94;
    --text-secondary: #304260;
    --text-secondary-rgb: 48, 66, 96;
    --text-tertiary: #616161;
    --text-tertiary-rgb: 97, 97, 97;

    --button-text-primary: #f5f4ec;
    --button-text-primary-rgb: 245, 244, 236;
    --button-background-primary: #304260;
    --button-background-primary-rgb: 48, 66, 96;
    --button-text-secondary: #193662;
    --button-text-secondary-rgb: 25, 54, 98;
    --button-background-secondary: #f5f4ec;
    --button-background-secondary-rgb: 245, 244, 236;

    /* --stroke: #E1A954;
  --stroke-rgb: 225, 169, 84; */

    /* ornament */
    --texture: url("../assets/texture.png");
    --texture-2: url("../assets/texture-2.png");
    --bg-main: url("../assets/bg-main.png");
    --bg-main-2: url("../assets/bg-main-2.png");
    --bg-main-3: url("../assets/bg-desktop.png");
    --couple-mask: url("../assets/couple-mask.png");
}

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

@media (max-width: 360px) {
    body.adam-early {
        /* --heading-size: calc(8vw + 0.768px);
--body-text-size: calc(4vw + 0.384px); */
    }
}

@media (min-width: 560px) and (max-width: 960px) {
    body.adam-early {
        --heading-size: 68px;
        --body-text-size: 24px;
        --body-text-size-2: 20px;
    }
}

@media (min-width: 961px) {
    body.adam-early {
        --heading-size: 48px;
        --body-text-size: 18px;
        --body-text-size-2: 20px;
    }
}

@media (min-width: 1600px) {
    body.adam-early {
        --heading-size: 50px;
        --body-text-size: 20px;
        --body-text-size-2: 20px;
    }
}

/* Fonts */
body.adam-early h1,
body.adam-early h2,
body.adam-early h3,
body.adam-early h4,
body.adam-early h5,
body.adam-early 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.adam-early p {
    font-family: var(--body-text-family);
    font-style: var(--body-text-style);
    font-weight: 400;
    font-size: calc(var(--body-text-size));
    text-transform: var(--body-text-lettercase);
    line-height: normal;
    color: var(--text-secondary);
}

.body.adam-early span {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: bold;
}

body.adam-early sup {
    font-family: inherit;
    font-size: 0.5em;
    color: inherit;
    font-family: var(--heading-family-3);
}

body.adam-early font {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
    font-style: inherit;
}

/* img */
body.adam-early img {
    max-width: 100%;
}

/* scrollbar */
body.adam-early::-webkit-scrollbar {
    width: 10px;
    height: 15px;
}

body.adam-early::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
    border-width: 2px;
    background-color: var(--background-secondary);
}

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

/* ==============================
      Modal
============================== */
.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: 400;
    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);
}

.p-relative {
    position: relative;
}

.ov-hidden {
    overflow: hidden;
    border-radius: 1000px 1000px 0px 0px;
}

/* ============================================
  SIDE TO SIDE
============================================ */
.kat-page__side-to-side {
    min-height: 480px;
    display: block;
    position: relative;
    height: 100%;
    overflow-x: hidden;
}

.kat-page__side-to-side,
.kat-page__side-to-side * {
    /* -webkit-overflow-scrolling: touch; */
    -webkit-overflow-scrolling: auto;
}

.kat-page__side-to-side .primary-pane {
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    width: 61%;

    /* background: var(--bg-gunung) no-repeat;
background-size: cover;
background-position: center top; */
}

.kat-page__side-to-side .secondary-pane {
    position: static;
    right: 0;
    width: 39%;
    margin-left: auto;
    /* background: var(--texture);
background-size: 100% auto;
background-position: center top; */
    background-color: var(--background-primary);
}

.kat-page__side-to-side .secondary-pane::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: var(--texture);
    background-repeat: repeat;
    background-size: 100% auto;
    opacity: 0.2;
}

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

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

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

/* ============================================
SIDE TO SIDE => PRIMARY PANE
============================================ */
.kat-page__side-to-side .primary-pane .inner {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* padding: 10% 0 15px; */
    flex: 1;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-image: var(--bg-main-3);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: flex-start;
    align-items: center;
}

/* head */
section.primary-pane .inner .head {
    z-index: 2;
    text-align: center;
    padding-top: 120px;
    margin-bottom: auto;
}

section.primary-pane .inner .inner-wrapper {
    position: relative;
    width: 50%;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12%;
}

section.primary-pane .inner .head .logo-wrap {
    position: relative;
    width: 100%;
    max-width: 145px;
    min-height: 145px;
    margin: 0 auto;
}

section.primary-pane .inner .head .logo-wrap .logo-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    transform: translate(0%, 0%);
}

section.primary-pane .inner .head .logo-wrap .logo-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 43%;
    transform: translate(-15%, -5%);
}

.kat-page__side-to-side .primary-pane .inner .head h1 {
    padding: 0;
    margin: 0 auto;
    font-size: calc(var(--heading-size) + var(--fs-extra-6));
    color: var(--text-quartiary);
}

.kat-page__side-to-side .primary-pane .inner .head p {
    font-size: calc(var(--body-text-size) + var(--fs-extra-1));
    font-style: normal;
    color: var(--text-tertiary);
    margin: 0 auto;
}

.kat-page__side-to-side .primary-pane .inner .details {
    /* margin: auto; */
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    z-index: 2;
    height: 50%;
}

.kat-page__side-to-side .primary-pane .inner .details p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: var(--text-secondary);
    margin: 0 auto;
    line-height: 24px;
}

.kat-page__side-to-side .primary-pane .inner .details::before {
    content: "";
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 75%;
    background: linear-gradient(180deg, rgba(245, 244, 236, 0.00) 0%, rgba(245, 244, 236, 0.60) 25.12%, rgba(245, 244, 236, 0.80) 100%);
}

/* .primary-pane .footnote-frame {
max-width: 180px;
} */
section.primary-pane .logo-wrap {
    position: relative;
    width: 100%;
    max-width: 189px;
    min-height: 178px;
    margin: 15% auto 0;
}

section.primary-pane .logo-wrap .logo-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    transform: translate(0%, 0%);
}

section.primary-pane .logo-wrap .logo-2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 69.7%;
    transform: translate(-20%, 27%);
}

section.primary-pane .logo-wrap .logo-3 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -5%);
}

.kat-page__side-to-side .primary-pane .inner .details .text-wrap {
    width: 130px;
    height: 186px;
    margin: 0 auto;
}

.kat-page__side-to-side .primary-pane .inner .details .text-wrap h1 {
    padding: 0px 5px;
    margin: -20px auto;
    font-size: calc(var(--heading-size) + var(--fs-extra-8));
    color: var(--text-tertiary);
}

.kat-page__side-to-side .primary-pane .inner .details .text-wrap .text-top {
    text-align: left;
}

.kat-page__side-to-side .primary-pane .inner .details .text-wrap .text-bottom {
    text-align: right;
    margin-right: -16px;
}

/* Highlight */
.kat-page__side-to-side .primary-pane .inner .highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--light-clr);
}

.kat-page__side-to-side .primary-pane .inner .highlight .preview-container {
    width: 100%;
    height: 100%;
    display: block;
}

.kat-page__side-to-side .primary-pane .inner .highlight .preview-container .slick-list {
    width: 100% !important;
    height: 100% !important;
}

.kat-page__side-to-side .primary-pane .inner .highlight .preview-container .slick-track {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

.kat-page__side-to-side .primary-pane .inner .highlight .preview-container .picture {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    position: absolute !important;
}

.kat-page__side-to-side .primary-pane .inner .highlight .preview-container .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 1600px) {
    .kat-page__side-to-side .primary-pane .inner .details p {
        font-size: calc(var(--body-text-size) + var(--fs-extra-1));
    }
}

/* =================================
      ORNAMENTS WRAPPER
================================= */
.ornaments-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.image-wrap {
    position: relative;
    width: 100%;
}

.image-wrap img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* ======================
TOP COVER
====================== */
section.top-cover {
    background-color: var(--background-secondary);
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: var(--body-height);
    z-index: 999999;
    top: 0;
    /* top: -120%; */
    left: 0;
    padding: 0;

    transition: all 1.8s;
    transition-timing-function: cubic-bezier(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;
}

section.top-cover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-image: var(--bg-main-2);
    background-size: cover;
    background-position: center;
    opacity: 1;
}

@media only screen and (max-width: 960px) {
    section.top-cover {
        display: flex;
    }
}

section.top-cover.hide {
    top: -120%;
    bottom: 120%;
    pointer-events: none;
}

/* inner */
section.top-cover .inner {
    /* padding: 20px 0px; */
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 80px;
    position: relative;
}

section.top-cover .logo-wrap {
    position: relative;
    width: 100%;
    max-width: 179px;
    min-height: 168px;
    margin: 25px auto 0;
}

section.top-cover .logo-wrap .logo-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    transform: translate(0%, 0%);
}

section.top-cover .logo-wrap .logo-2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 69.7%;
    transform: translate(-20%, 27%);
}

section.top-cover .logo-wrap .logo-3 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -5%);
}

/* head */
section.top-cover .inner .head {
    z-index: 2;
    text-align: center;
    padding-top: 120px;
    margin-bottom: auto;
}

section.top-cover .inner .head h1 {
    font-size: calc(var(--heading-size));
    padding: 0px;
    margin: 0px auto;
    color: var(--text-quartiary);
}

section.top-cover .inner .head p {
    margin-bottom: 4px;
}

.orn-front {
    z-index: 3;
}

/* details */
section.top-cover .inner .details {
    text-align: center;
    padding: 80px 20px 150px;
    /* margin: auto; */
    position: relative;
    z-index: 2;
}

section.top-cover .inner .details::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(245, 244, 236, 0.00) 0%, rgba(245, 244, 236, 0.60) 25.12%, rgba(245, 244, 236, 0.80) 100%);
}

.orn-tc-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.orn-tc-logo {
    width: 52%;
}

section.top-cover .inner .details p {
    color: var(--text-secondary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
}

/* Cover free text */
section.top-cover .cover-free-text {
    font-family: var(--body-text-family);
    font-weight: var(--body-text-weight);
    font-style: var(--body-text-style);
    font-size: var(--body-text-size);
    text-transform: var(--body-text-lettercase);
    color: var(--text-secondary);
}

section.top-cover .inner .details .link-wrap {
    margin-top: 8px;
    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-weight: 400;
    font-family: var(--body-text-family);
    line-height: 1.5;
    text-decoration: none;
    margin: 0px auto;
    padding: 12px 16px;
    border-radius: 999px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

section.top-cover .inner .details a.link:hover {
    background-color: rgba(var(--button-background-primary-rgb), 0.8);
}

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

@media (min-width: 560px) {
    section.top-cover .inner {
        /* padding: 20px 0px; */
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 70px;
        position: relative;
    }
}

@media (min-width: 560px) and (max-width: 960px) {
    .orn-tc-wrapper {
        padding-bottom: 46%;
    }
}


/* ======================
COVER
====================== */
section.cover {
    position: relative;
    overflow: hidden;
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    min-height: var(--body-height);
    background-size: cover;
    background-image: var(--bg-main);
    background-position: top center;
}

section.cover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg,
            rgba(245, 244, 236, 0) 0%,
            var(--background-primary) 100%);
}

section.cover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 22%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg,
            rgba(245, 244, 236, 0) 0%,
            var(--background-primary) 100%);
}

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

/* section.cover .inner::before {
content: '';
position: absolute;
width: 100%;
height: 30%;
top: 0;
left: 0;
background: linear-gradient(0deg, rgba(226, 222, 205, 0.00) 0%, #E9E2D0 100%);
} */

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

section.cover .inner .head .prime-title {
    color: var(--text-secondary);
    font-size: calc(var(--heading-size) + var(--fs-extra-7) - 1px);
}

section.cover .inner .head .top-text {
    font-size: calc(var(--body-text-size));
    color: #404040;
}

section.cover .inner .head .date {
    font-size: calc(var(--body-text-size));
    color: #404040;
}

section.cover .inner .head .logo-wrap {
    width: 100%;
    height: 120px;
    margin-bottom: 12px;
    position: relative;
}

section.cover .inner .head .logo-wrap .logo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

section.cover .inner .head .bottom-text {
    color: var(--text-secondary);
    font-size: calc(var(--body-text-size) + var(--fs-extra-1));
    font-weight: 500;
}

/* Cover Body */
section.cover .inner .body {
    padding: 0px;
    margin: 0px auto 44px;
    position: relative;
}

section.cover .inner .body.highlight.no_mobile {
    display: none;
}

section.cover .inner .body .cover-frame {
    position: relative;
    width: 320px;
    height: 480px;
    margin: 0 auto;
    border: 3px solid var(--text-primary);
    border-radius: 1000px;
}

section.cover .inner .body .cover-picture {
    position: absolute;
    inset: 0 0 0 0;
    margin: 10px;
}

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

section.cover .inner .body .cover-picture .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 1000px;
    border: 1px solid var(--text-primary);
}

@media (min-width: 961px) {
    section.cover .inner .body.highlight.no_desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    section.cover .inner .body .cover-frame {
        width: 420px;
        height: 580px;
    }
}

/* ==============================
Couple
============================== */
.couple-wrap {
    position: relative;
    overflow: hidden;
}

.couple-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg,
            rgba(245, 244, 236, 0) 0%,
            var(--background-primary) 100%);
}

.couple-wrap .couple {
    padding: 10% 0px 5%;
}

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

.orn-bismillah {
    margin: 0 auto 0.6em;
    width: 70%;
}

.couple-head .couple-title {
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    font-weight: 400;
    line-height: 1;
}

.couple-head .couple-description {}

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

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

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

.couple-info {
    width: 100%;
    position: relative;
    text-align: left;
    /* margin-top: 5em; */
}

.couple-info.bride {
    /* margin-top: 6em; */
}

/* Couple Preview */
.couple-preview {
    display: flex;
    position: relative;
}

.couple-info.bride .couple-preview {
    transform: scaleX(-1);
}

.couple-frame {
    position: relative;
    width: 297px;
    height: auto;
    margin-left: auto;
    /* background: var(--cover-frame); */
    background-size: contain;
    transform: translate(28px, 10px);
}

.couple-picture-wrap {
    position: absolute;
    top: 0.7%;
    left: 50%;
    right: 25%;
    bottom: 1.7%;
    width: 100%;
    height: auto;
    transform: translate(-50%, 0%);
    -webkit-mask-image: var(--couple-mask);
    mask-image: var(--couple-mask);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.couple-info.bride .couple-picture-wrap {
    transform: scaleX(-1) translate(50%, 0%);
}

.couple-picture {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: var(--background-secondary);
}

.couple-picture .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.couple-picture .img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Couple Details */
.couple-details {
    padding: 20px 24px;
    /* margin-top: 20px; */
    display: flex;
    margin-top: 10%;
    flex-direction: column;
    gap: 8px;
}

.couple-details-top {
    padding: 20px 24px;
    /* margin-top: 20px; */
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.couple-details-top .couple-name-top {
    color: var(--text-secondary);
    padding: 0 10px;
    font-size: calc(var(--heading-size) + var(--fs-extra-7) - 1px);
}

.couple-info.bride {
    text-align: right;
}

.couple-details .couple-name {
    color: #13254a;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + 4px);
    font-weight: 400;
}

.couple-details .couple-parents {
    font-family: var(--body-text-family);
    color: var(--text-tertiary);
    /* margin-bottom: 14px; */
}

.couple-details .couple-bio {
    color: var(--text-secondary);
    /* margin-bottom: 14px; */
}

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

.couple-info.bride .couple-link-wrap {
    justify-content: flex-end;
}

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

.couple-link:hover {
    border-bottom: 1px solid rgba(var(--button-background-secondary-rgb), 0.8);
}

/* Separator */
.separator-wrap {
    width: 100%;
    position: relative;
    padding: 0px;
    /* margin: 80px auto; */
    margin: 10% auto;
}

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

.separator-wrap .separator .couple-separator {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) - 0px);
    line-height: 1;
    margin: auto;
    color: var(--text-primary);
}

@media (min-width: 560px) and (max-width: 960px) {
    .couple-frame {
        width: 55%;
    }

    .couple-details {
        margin-top: 10%;
        padding: 20px 40px;
    }

    .separator-wrap {
        margin: 10% auto;
    }

    .separator-wrap .separator .couple-separator {
        font-size: calc(var(--heading-size) + 20px);
    }

    .couple-info {
        /* margin-top: 10em; */
    }

    .couple-details .couple-parents {
        font-size: calc(var(--body-text-size) - 2px);
    }

    .couple-details .couple-name {
        font-size: calc(var(--body-text-size) + 6px);
    }

    .couple-body {
        padding-top: 7%;
    }
}

@media (min-width: 1200px) {
    .couple-frame {
        width: 55%;
    }

    .couple-details {
        margin-top: 10%;
        padding: 20px 40px;
    }

    .separator-wrap {
        margin: 10% auto;
    }

    .separator-wrap .separator .couple-separator {
        font-size: calc(var(--heading-size) + 20px);
    }

    .couple-details .couple-parents {
        font-size: calc(var(--body-text-size) - 2px);
    }

    .couple-details .couple-name {
        font-size: calc(var(--body-text-size) + 6px);
    }

    .couple-details .couple-bio {
        font-size: calc(var(--body-text-size) - 2px);

    }

    .couple-body {
        padding-top: 7%;
    }
}

/* ==============================
Love Story
============================== */
.love-story-wrap {
    position: relative;
    overflow: hidden;
    padding: 5% 0;
}

.love-story-inner {
    /* padding: 30px 0 50px; */
}

.love-story-head {
    text-align: left;
    padding: 0px 24px 0px;
}

.love-story-head .love-story-title {
    text-align: center;
}

.love-story-body {
    padding: 20px;
    width: 100%;
    /* max-width: 500px; */
    margin: 0 auto;
}

/* Story Chitra */
.story-chitra__slider-wrap {
    position: relative;
    border-radius: 15px;
    overflow: visible;
}

/* Story Chitra For */
.story-chitra__slider-for {
    position: relative;
}

.story-chitra__slider-for .slick-track,
.story-chitra__slider-for .slick-list {
    border-radius: 15px;
}

.story-chitra__slider-for__item {
    background-image: var(--story-background);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;

    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    width: 320px;
    height: 420px;

    margin: 5px 5px;
}

.story-chitra__slider-for__item::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(to bottom,
            rgb(0 0 0 / 0%),
            rgb(0 0 0 / 50%) 100%);
    background: -moz-linear-gradient(to bottom,
            rgb(0 0 0 / 0%),
            rgb(0 0 0 / 50%) 100%);
    background: -webkit-linear-gradient(to bottom,
            rgb(0 0 0 / 0%),
            rgb(0 0 0 / 50%) 100%);
}

.story-chitra__content {
    width: 100%;
    height: 90%;
    text-align: left;
    /* padding: 0 15%; */
    padding: 0 12px;
    margin: 0 auto;
    /* margin-right: -17px; */
    position: relative;
    z-index: 2;
    overflow-y: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

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

.story-chitra__content .story-chitra__title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    gap: 8px;
    position: relative;
    z-index: 2;

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

.story-chitra__content .story-chitra__title::after {
    background-color: var(--background-primary);
    height: 1px;
    flex: 1;
    content: "";
}

.story-chitra__content .story-chitra__caption {
    position: relative;
    font-size: var(--body-text-size);
    font-weight: 400;
    color: var(--background-primary);
    z-index: 2;
    max-height: 85px;
    line-height: 24px;
}

/* Story Chitra Nav */
.story-chitra__slider-nav {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.story-chitra__slider-nav__item__manual {
    height: 3px;
    flex-grow: 1;
    max-width: 50px;
    background-color: rgba(var(--light-rgb), 0.5);
    transition: all 0.25s ease-in-out;
}

.story-chitra__slider-nav__item__manual.is-active {
    background-color: var(--light-clr);
}

/* Story Chitra Arrows */
.story-chitra__arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    color: var(--light-clr);
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.25s ease-in-out;
}

.story-chitra__arrow-btn svg {
    width: 12px;
    height: auto;
    display: block;
}

.story-chitra__arrow-btn svg path {
    stroke: var(--light-clr);
}

.story-chitra__arrow-btn.prev {
    left: 14px;
}

.story-chitra__arrow-btn.next {
    right: 14px;
}

.story-chitra__arrow-btn:hover {
    opacity: 1;
}

.story-chitra__arrow-btn.slick-disabled {
    display: none !important;
}

/* ==============================
Photo
============================== */
.photo-wrap {
    position: relative;
    overflow: hidden;
}

.photo-inner {
    padding: 5% 0px;
}

.photo-head {
    position: relative;
    padding: 40px;
    text-align: center;
    margin: 0px auto;
}

.photo-head .photo-title {
    color: var(--text-primary);
}

.photo-head .photo-description {
    color: var(--text-secondary);
}

.photo-body {
    position: relative;
    margin-top: 6.3%;
}

/* photo box */
.photo-box {
    padding: 0px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.photo-box>a {
    height: 159px;
    margin: 0.5%;
    flex-basis: 32%;
    flex-grow: 1;
}

.photo-box>a>img {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    vertical-align: top;
    border-radius: 0px;
}

/* Custom Helga-Marcel */
.photo-box>a:nth-child(1) {
    height: 235px;
    flex-basis: 100%;
}

.photo-box>a:nth-child(2) {}

.photo-box>a:nth-child(3) {
    flex-basis: 64%;
}

.photo-box>a:nth-child(4) {
    flex-basis: 64%;
}

.photo-box>a:nth-child(5) {}

.photo-box>a:nth-child(6) {}

.photo-box>a:nth-child(7) {}

.photo-box>a:nth-child(8) {}

.photo-box>a:nth-child(9) {
    height: 235px;
    flex-basis: 100%;
}

@media (min-width: 768px) and (max-width: 960px) {
    .photo-box>a {
        height: 295px;
    }

    .photo-box>a:nth-child(1),
    .photo-box>a:nth-child(10) {
        height: 295px;
    }
}

@media (min-width: 1200px) {
    .photo-box>a {
        height: 295px;
    }

    .photo-box>a:nth-child(1),
    .photo-box>a:nth-child(10) {
        height: 295px;
    }
}

/* ==============================
Video
============================== */
section.video-gallery {
    position: relative;
    overflow: hidden;
    padding: 0px;
}

section.video-gallery .inner {
    padding: 0px;
}

section.video-gallery .inner>.title {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 40px 20px;
}

section.video-gallery .inner>.title h1 {
    font-size: var(--heading-size);
    font-weight: 400;
    color: var(--text-primary);

    margin-bottom: 0px;
    padding: 0px;
}

section.video-gallery .inner>.title p {
    font-size: var(--body-text-size);
    line-height: normal;
    color: var(--text-tertiary);
}

.video-wrapper {
    position: relative;
}

.video:nth-child(even) .video-wrapper {
    transform: scaleX(-1);
}

section.video-gallery .inner .video-outer .video:nth-child(even) .video-wrapper .preview>img {
    transform: translate(-50%, -50%) scaleX(-1);
}

/* video outer */
section.video-gallery .inner .video-outer {
    width: 100%;
    padding: 0px;
    margin-top: 80px;
}

section.video-gallery .inner>.title+.video-outer {
    margin-top: 0px;
}

section.video-gallery .inner .video-outer .video {
    position: relative;
    width: 100%;
    max-width: 425px;
    margin: 0px 0px 40px;
    padding: 0px 36px;
}

.video-gallery>.inner>.video-outer .video:last-of-type {
    margin: 0px 0px 40px;
}

section.video-gallery .inner .video-outer .video .preview,
section.video-gallery .inner .video-outer .video .preview img {
    border-radius: 0px;
}

.video-gallery .inner .video-outer .video .preview {
    /* width: 100%;
height: 240px; */
}

.video-gallery .inner .video-outer .video .preview {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.video-gallery .inner .video-outer .video .preview>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* video label */
section.video-gallery .inner .video-outer .video>.title {
    margin-top: 8px;
}

section.video-gallery .inner .video-outer .video>.title h2 {
    font-family: var(--body-text-family-2);
    font-size: calc(var(--body-text-size) + var(--fs-extra-1));
    color: var(--text-secondary);
    font-weight: 700;
}

@media (min-width: 768px) {
    section.video-gallery .inner .video-outer .video {
        max-width: 570px;
    }
}

/* ==============================
Save The Date
============================== */
.save-date-wrap {
    position: relative;
    overflow: hidden;
    /* padding: 5% 0px 0px; */
    margin: 0 auto;
}

.save-date-wrap .save-date-frame {
    position: relative;
    width: 100%;
    max-width: 650px;
    height: auto;
    padding: 0 15px;
    margin: 0 auto;
    margin-top: 40px;
    /* z-index: 2; */
    margin-bottom: -10%;
}

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

/* Save Date Head */
.save-date-head {
    /* padding: 60px 0px 0px 0px; */
    text-align: center;
    position: relative;
}

.save-date-wrap .save-date-title {
    font-family: var(--heading-family);
    color: var(--text-secondary);
    text-align: center;
    font-size: calc(var(--heading-size));

    /* margin-bottom: 20px; */
}

.save-date-head .save-date-event {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-primary);
    margin-top: 5px;
    letter-spacing: 3px;
}

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

/* Countdown */
.countdown {
    padding: 0px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.countdown .count-item {
    text-align: center;
    padding: 16px 0px;
    width: 90px;
}

.count-item .count-num {
    font-family: var(--body-text-family-2);
    font-size: calc(var(--heading-size) - 8px);
    color: var(--text-secondary);
    font-style: normal;
    line-height: normal;
}

.count-item .count-text {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-style: normal;
    color: var(--text-tertiary);
    line-height: 24px;
    padding-top: 8px;
}

.sd-footer {
    position: relative;
    /* z-index: 3; */
    margin-bottom: -2%;
}

.sd-footer img {
    transform: scaleY(-1);
}

/* Add To Calendar */
.sd-footer .add-to-calendar-wrap {
    display: flex;
    flex-direction: column;
    /* padding: 20px 0px; */
    margin-top: 10px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%) !important;
}

.add-to-calendar {
    padding: 12px 16px;
    margin: 0px auto;
    border-radius: 999px;
    min-width: 150px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + 0px);
    font-weight: 500;
    background-color: var(--button-background-secondary);
    border: none;
    color: var(--button-text-secondary);
    transition: all 0.25s ease-in-out;
    box-shadow: 0px 2px 15px 0px rgba(48, 66, 96, 0.15);
    line-height: 24px;
}

.add-to-calendar:hover {
    background-color: rgba(var(--button-background-primary-rgb), 1);
    color: var(--button-text-primary);
}

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

    .save-date-wrap {
        padding-top: 20%;
    }
}

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

    .countdown .count-item {
        width: 95px;
    }
}

/* ==============================
Agenda
============================== */
.agenda-wrap {
    position: relative;
    overflow: hidden;
    /* padding: 40px 0px 10%; */
    background-color: var(--background-secondary);
}

.agenda-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: var(--texture-2);
    background-repeat: repeat;
    background-size: 100% auto;
    opacity: 0.2;
}

.agenda-inner {
    padding: 0 0 0%;
}

.agenda-head {
    position: relative;
    padding: 40px 24px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.agenda-head .agenda-title {
    font-size: calc(var(--heading-size) + 0px);
}

.agenda-head .agenda-description {
    margin: 0 auto;
    color: var(--text-tertiary);
    max-width: 600px;
}

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

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

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

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

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

.event-head-wrapper {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.event-head-wrapper .event-day {
    font-family: var(--body-text-family-2);
    color: var(--text-secondary);
    font-size: calc(var(--heading-size) - 8px);
}

.event-head .divider {
    position: relative;
    /* margin: 0 auto 8px; */
    width: 1px;
    min-height: 44px;
    height: 100%;
    background-color: var(--button-background-primary);
}

.event-head .event-date {
    display: flex;
    gap: 24px;
}

.event-head .event-date .item-side {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
}

.event-head .event-date .item-side.right {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
}

.event-head .event-date .item-mid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-head .event-date .item-side p {
    flex: 1;
    color: #304260;
    font-family: var(--body-text-family-2);
    font-size: calc(var(--body-text-size) + 0px);
    font-style: normal;
    text-align: end;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.event-head .event-date .item-side.right p {
    text-align: start;
}

.event-head .event-date .item-mid p {
    color: #304260;
    font-size: calc(var(--heading-size) - 8px);
    font-family: var(--body-text-family-2);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 150% */
}

.event-head .event-description {
    margin-top: 10px;
    color: var(--text-tertiary);
}

/* Activity */
.activity-wrap {
    padding: 0 15px 5%;
}

.activity-wrap.same-location {}

.activity-item {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    /* max-width: 550px; */
    margin-top: 100px;
    z-index: 1;
}

.activity-item:first-child {
    z-index: 2;
    padding-top: 0;
    margin-top: 0px;
}

/* .activity-item:last-child {
z-index: 0;
} */

/* activity-frame */
.activity-frame {
    position: relative;
    width: calc(100%);
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
}

.activity-frame .frame-wrap {}

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

.activity-item:nth-child(odd) .activity-frame .frame-wrap img {
    margin-top: 0px;
}

.activity-item:nth-child(even) .activity-frame {
    /* transform: translateX(-50%) scaleX(-1); */
}

/* activity content */
.activity-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 60px);
    max-width: 400px;
    max-height: 64%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
}

.activity-item:nth-child(even) .activity-content {}

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

.activity-head {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0px 25px;
}

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

.activity-head .activity-title {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size));
    /* color: var(--text-secondary); */
    font-style: italic;
    padding: 0 5px;
}

.activity-head .activity-description {
    font-size: calc(var(--body-text-size) - 2px);
    font-weight: 400;
    margin-bottom: 0.25em;
    color: var(--text-tertiary);
}

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

.activity-head .activity-time {
    font-family: var(--body-text-family-2);
    font-size: calc(var(--body-text-size) + var(--fs-extra-1));
    font-weight: 700;
    font-style: normal;
    color: var(--text-secondary);
    line-height: 24px;
}

.activity-head svg.activity-icon path {
    fill: var(--text-primary);
}

/* Agenda Details */
.event-details,
.activity-details {
    padding: 0 30px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.event-details .event-hall,
.activity-details .activity-hall {
    color: var(--text-secondary);
    font-family: var(--body-text-family-2);
    text-align: center;
    font-size: calc(var(--body-text-size) + var(--fs-extra-1));
    font-style: normal;
    font-weight: 700;
}

.event-details .event-address,
.activity-details .activity-address {
    margin: 0 auto;
    max-width: 720px;
    font-size: calc(var(--body-text-size));
    font-style: normal;
    font-weight: 500;
    color: var(--text-tertiary);
    list-style: 16px;
}

.event-details .event-city,
.activity-details .activity-city {
    font-size: calc(var(--body-text-size));
    font-style: normal;
    font-weight: 400;
    color: var(--text-tertiary);
    list-style: 16px;
}

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

.event-link,
.activity-link {
    display: inline-block;
    vertical-align: top;
    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: var(--body-text-size);
    padding: 12px 16px;
    border-radius: 0px;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.25s ease-in-out;
}

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

@media (min-width: 700px) and (max-width: 961px) {
    .activity-content {
        margin-top: 0;
        max-height: unset;
        max-width: 60%;
    }

    .event-details,
    .activity-details {
        padding: 0 35px;
    }

    .event-head .divider {
        min-height: 72px;
    }

    .activity-head .activity-icon {
        width: 120px;
        height: 120px;
    }

    .event-head-wrapper .event-day {
        /* font-family: ; */
    }
}

@media (min-width: 1400px) {
    .activity-content {
        margin-top: 0;
        /* min-height: 400px; */
    }

    .event-details,
    .activity-details {
        padding: 0 35px;
    }

    .event-head .divider {
        min-height: 72px;
    }
}

@media (min-width: 1600px) {
    .activity-head .activity-icon {
        width: 120px;
        height: 120px;
    }

    .event-head .divider {
        min-height: 66px;
    }
}

/* ==============================
RSVP
============================== */
.rsvp-wrap {
    position: relative;
    overflow: hidden;
    padding: 0% 0px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rsvp-inner {
    position: relative;
    padding: 24px 32px;
}

.rsvp-header-orn {
    position: relative;
    margin-top: -2%;
    /* opacity: .7; */
}

/* Head */
.rsvp-head {
    position: absolute;
    padding: 24px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
}

.rsvp-head .rsvp-title {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) + 0px);
    color: var(--text-primary);
}

.rsvp-body-wrapper {
    max-width: 500px;
    margin: 0 auto;

}

.rsvp-body {
    position: relative;
    width: 100%;

    padding: 36px;
    /* padding: 0px 0 0px; */
    background-color: rgba(var(--background-secondary-rgb), 1);
    border-radius: 16px;
}

.rsvp-body::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: var(--texture);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}


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

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

.rsvp-status-head .rsvp-status-caption {
    /* color: var(--text-primary); */
}

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

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

.rsvp-status-wrap input[name="rsvp_status"]:checked+.rsvp-confirm-btn.going {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    min-width: 50%;
}

.rsvp-status-wrap input[name="rsvp_status"]:checked+.rsvp-confirm-btn.not-going {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}

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

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

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

.rsvp-session-wrap .session-caption-wrap .caption {
    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;
    /* color: var(--text-primary); */
    text-align: center;
}

.rsvp-amount-body {}

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

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

.rsvp-amount-controller .toggle-btn {
    background-color: transparent;
    border: 1px solid transparent;
    outline: none;
    height: 30px;
    width: 30px;
    border-radius: 999px;
    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: auto;
    display: block;
    visibility: visible;
}

.rsvp-amount-controller .toggle-icon path {
    transition: all 0.25s ease-in-out;
    stroke: var(--dark-clr);
}

.rsvp-amount-controller .toggle-btn.plus {
    background-color: var(--button-background-primary);
    border-color: var(--button-background-primary);
}

.rsvp-amount-controller .toggle-btn.plus .toggle-icon path {
    stroke: #fcfcfc;
}

.rsvp-amount-controller .toggle-btn.plus:hover {
    background-color: rgba(var(--button-background-primary-rgb), 0.8);
    color: var(--text-secondary);
}

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

.rsvp-amount-controller .toggle-btn.minus {
    border-color: 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 {
    border-color: rgba(var(--button-background-primary-rgb), 0.8);
}

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

.rsvp-amount-controller .input-wrap {
    width: 100%;
}

.rsvp-amount-controller .input-control {
    width: 100%;
    height: 40px;
    outline: none;
    text-align: center;

    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: var(--body-text-weight);
    background: transparent;

    color: var(--text-secondary);

    border: none;
    border-top: 1px solid var(--button-background-primary);
    border-bottom: 1px solid var(--button-background-primary);

    pointer-events: none;
    -webkit-appearance: none;
    border-radius: 0;
}

/* RSVP Confirm */
.rsvp-confirm-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 12px;
    margin-top: 7px;
}

.rsvp-confirm-wrap>label {
    display: block;
    text-align: center;
    flex-grow: 1;
    width: 100%;
}

.rsvp-confirm-btn {
    width: 100%;
    display: inline-block;
    padding: 12px;
    margin: 0px auto;
    border-radius: 999px;

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

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

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

.rsvp-session-btn {
    font-family: var(--body-text-family);
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
}

.rsvp-session-btn:hover {
    background-color: rgba(var(--button-background-secondary-rgb), 0.8);
    color: var(--button-text-secondary);
}

.session-btn-wrap input[name="selected_event[]"]:checked+.rsvp-session-btn,
.session-btn-wrap input[name="selected_event_all"]:checked+.rsvp-session-btn {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}

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

.rsvp-confirm-btn.going:hover {
    background-color: rgba(var(--button-background-secondary-rgb), 0.8);
    color: var(--button-text-secondary);
}

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

.rsvp-confirm-btn.not-going:hover {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}

.rsvp-confirm-btn.confirm {
    border: 1px solid var(--button-background-primary);
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    min-height: 100%;
}

.rsvp-confirm-btn.confirm:hover {
    background-color: rgba(var(--button-background-secondary-rgb), 0.8);
    color: var(--button-text-secondary);
}

.rsvp-confirm-btn.download {
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
}

.rsvp-confirm-btn.download:hover {
    background-color: rgba(var(--button-background-secondary-rgb), 0.8);
    color: var(--button-text-secondary);
}

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

/* End RSVP Confirm */

/* QR Card */
.rsvp-qrcard-wrap {
    padding: 20px 0;
    margin-top: 30px;
}

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

.rsvp-qrcard-img {
    display: block;
    width: 100%;
    max-width: 240px;
    border-radius: 5px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

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

/* End QR Card */

/* RSVP Message */
.rsvp-message-wrap {
    position: relative;
}

.rsvp-message-content {
    background-color: transparent;
    border-radius: 5px;
    padding-bottom: 20px;
    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(--title-clr);
}

.rsvp-message-wrap .rsvp-message-title {
    font-size: calc(var(--heading-size));
    color: var(--text-primary);
    margin-bottom: 20px;
}

.rsvp-message-wrap .rsvp-message-caption {
    font-size: var(--body-text-size);
    color: var(--text-secondary);
}

/* End RSVP Message */

/* RSVP Change */
.rsvp-change-wrap {}

/* End RSVP Change */

/* ==============================
?        Wedding Wish
============================== */
.wedding-wish-wrap {
    position: relative;
    overflow: hidden;
    padding: 5% 0px 0px;
    background-image: var(--texture-couple);
    background-size: 100% auto;
    background-repeat: repeat;
}

.wedding-wish-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, #fcfcfc 100%);
}

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

/* head */
.wedding-wish-head {
    text-align: center;
    display: flex;
    padding-bottom: 8px;
    flex-direction: column;
    align-items: center;
}

.orn-weddingwish-head {
    width: 70%;
    margin-bottom: 32px;
}

.wedding-wish-head .wedding-wish-title {
    text-align: center;
    font-size: var(--heading-size);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 8px;
}

.wedding-wish-head .wedding-wish-description {
    /* padding-top: 8px; */
    color: var(--text-tertiary);
}

/* Body */
.wedding-wish-body {
    padding: 24px 0px 0px;
    max-width: 645px;
    margin: 0 auto;
}

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

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

.wedding-wish-form .form-control {
    background-color: var(--background-primary);
    border: 1px solid var(--button-background-primary);
    border-radius: 999px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    line-height: 1.5;
    color: rgba(64, 64, 64, 0.5);

    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.wedding-wish-form .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(13, 39, 57, 0.5);
}

.wedding-wish-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(13, 39, 57, 0.5);
}

.wedding-wish-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(13, 39, 57, 0.5);
}

.wedding-wish-form .form-control:focus {
    /* border: 1px solid var(--text-primary); */
    box-shadow: none;
}

.wedding-wish-form textarea.form-control {
    min-height: 40px;
    max-height: 250px;
}

.wedding-wish-form .submit-comment {
    border: none;
    outline: none;
    width: 100%;
    display: block;
    padding: 12px 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;
}

.wedding-wish-form .submit-comment:hover {
    background-color: rgba(var(--button-background-secondary-rgb), 0.8);
}

/* comment box */
.comment-box-wrap {
    position: relative;
}

.comment-box-wrap .form-group {
    margin-bottom: 0;
}

.comment-box-wrap textarea.form-control {
    height: auto;
    min-height: 0;
}

.comment-box-wrap .submit-comment-wrap {
    position: absolute;
    top: 0;
    right: 0;
}

.comment-box-wrap.focus textarea.form-control {
    /* padding-bottom: 50px; */
}

.comment-box-wrap.focus .submit-comment-wrap {
    top: auto;
    bottom: 0;
}

/* Comment Wrap */
.comment-wrap {
    display: none;
}

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

.comment-item {
    border-radius: 8px;
    background-color: rgba(var(--background-secondary-rgb), 0.8);
    padding: 12px;
    margin-bottom: 8px;
}

.comment-item:last-of-type {
    margin-bottom: 0px;
}

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

.comment-head .comment-name {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 400;
    color: var(--text-secondary);
    line-height: 24px;
}

.comment-head .comment-name>i {
    font-size: 0.7em;
}

.comment-head .comment-date {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - var(--fs-extra-1));
    font-weight: 400;
    line-height: 16px;
    display: block;
    margin-top: 8px;
    color: var(--text-tertiary);
}

.comment-head .delete-comment {
    position: absolute;
    top: 0px;
    right: 0px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: #980101;
    transition: color 0.25s ease-in-out;
}

.comment-head .delete-comment:hover {
    color: rgba(var(--button-background-secondary-rgb), 0.8);
}

.comment-body {}

.comment-body .comment-caption {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    line-height: 24px;
    color: var(--text-tertiary);
}

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

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

#moreComment {
    border: none;
    outline: none;
    width: 100%;
    display: block;
    padding: 12px 16px;
    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: rgba(var(--button-background-primary-rgb), 0.8);
}

.ww-footer-orn {
    margin-bottom: -2%;
}

@media (min-width: 560px) and (max-width: 960px) {}

@media (min-width: 768px) {
    .ig-filter-head .ig-filter-title {
        padding: 30px 0;
    }
}

@media (min-width: 1200px) {}

/* ==============================
Live Streaming
============================== */
section.live-streaming {
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: var(--background-secondary);
}

section.live-streaming::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: var(--texture-2);
    background-repeat: repeat;
    background-size: cover;
    opacity: 0.2;
}

section.live-streaming .inner {
    padding: 20% 0px;
}

/* head */
section.live-streaming .inner .head {
    text-align: center;
    padding: 0px 24px;
    margin-bottom: 40px;
}

section.live-streaming .inner .head h1 {
    padding: 0px;
    margin-bottom: 0px;
    font-size: var(--heading-size);
    color: var(--text-primary);
}

section.live-streaming .inner .head p {
    font-size: var(--body-text-size);
    color: var(--text-tertiary);
    font-style: normal;
}

/* body */
.live-streaming .inner .body {
    padding: 0;
    position: relative;
}

.live-streaming .inner .body p {
    font-size: var(--body-text-size);
    text-align: center;
    padding: 16px 0px;
}

.live-streaming .inner .body p.meeting-text {
    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: calc(var(--body-text-size) + var(--fs-extra-1));
}

.live-streaming .inner .body>.streaming-info {
    padding: 0px 30px;
}

.live-streaming .inner .body>.streaming-info>div {
    padding: 0px;
}

.live-streaming .inner .body>.streaming-info>div.zoom-details {
    padding: 0px 24px;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 24px;
}

.live-streaming .inner .body>.streaming-info>div.zoom-details>div {
    margin: 0;
    flex-grow: 1;
    width: 100%;
}

.live-streaming .inner .body>.streaming-info>div>.preview {
    width: 70px;
}

.live-streaming .inner .body>.streaming-info>div>.preview.google-meet {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--background-secondary);
}

.live-streaming .inner .body>.streaming-info>div>.preview.google-meet>img {
    width: 62.5%;
    height: auto;
    border-radius: 0px;
}

.live-streaming .inner .body>.streaming-info>div>.preview,
.live-streaming .inner .body>.streaming-info>div>.preview>img {
    border-radius: 0px;
}

.live-streaming .inner .body>.streaming-info>div>.preview.wide {
    height: 200px;
}

.live-streaming .inner .body>.streaming-info>div>.preview.wide>img {
    object-fit: cover;
}

.live-streaming .inner .body>.streaming-info>div>.preview.wide.youtube {
    height: auto;
}

.live-streaming .inner .body>.streaming-info>div>.preview>.play-btn {
    width: 70px;
    height: 70px;
    font-size: 30px;
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
}

.live-streaming .inner .body>.streaming-info>div.link {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.live-streaming .inner .body>.streaming-info>div.link>a {
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;

    font-family: var(--body-text-family);
    font-weight: 400;
    font-size: var(--body-text-size);

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

    border-radius: 999px;
    padding: 12px 20px;
}

.live-streaming .inner .body>.streaming-info>div.link>a:hover {
    background-color: rgba(var(--button-background-primary-rgb), 0.7);
    color: var(--button-text-primary);
}

@media (min-width: 768px) and (max-width: 960px) {
    section.live-streaming {
        /* min-height: 850px; */
    }

    .live-streaming .inner .body>.streaming-info>div>.preview.wide {
        height: 320px;
    }
}

@media (min-width: 425px) {
    .live-streaming .inner .body>.streaming-info>div>.preview.wide.youtube {
        height: auto;
    }
}

@media (min-width: 1200px) {
    .live-streaming .inner .body>.streaming-info>div>.preview.wide {
        height: 320px;
    }
}

/* =====================================
INSTAGRAM FILTER
==================================== */
.ig-filter {
    position: relative;
    overflow: hidden;
    padding: 0% 24px 5%;
}

.if-orn {
    position: relative;
    margin-top: -2%;
    margin-bottom: -10%;
}

.if-orn img {
    transform: scaleY(-1);
}

/* head */
.ig-filter-head {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding: 0px 16px;
    z-index: 3;
}

.ig-filter-head .ig-filter-title {
    margin-bottom: 0px;
}

.ig-filter-head .ig-filter-caption {
    font-size: calc(var(--body-text-size));
    margin-top: 8px;
    color: var(--text-tertiary);
}

/* body */
.ig-filter-body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    width: calc(100% - 102px);
    max-width: 320px;
    margin: 0 auto;
}

/* body inner */
.ig-filter-body-inner {
    position: relative;
    width: 100%;
}

.ig-filter-body-inner .z-0 {
    z-index: 0;
}

.ig-filter-body-inner .z-1 {
    z-index: 1;
}

.ig-filter-body-inner .z-2 {
    z-index: 2;
}

/* image */
.ig-filter-img-wrap {
    position: relative;
    display: flex;
    padding: 0px;
}

.ig-filter-img {
    border-radius: 16px;
    /* border: 2px solid var(--text-primary); */
    width: 100%;
    min-height: 439px;
    max-width: none;
    object-fit: cover;
}

/* link */
.ig-filter-link-wrap {
    display: flex;
    justify-content: center;
    padding: 0px;
    width: 100%;
}

.ig-filter-link {
    border: none;
    outline: none;
    width: 100%;
    min-width: 100px;
    border-radius: 99px;
    padding: 12px 16px;
    color: var(--button-text-primary);
    background: var(--button-background-primary);
    font-family: var(--body-text-family);
    font-weight: 400;
    font-size: var(--body-text-size);
}

.ig-filter-link:hover {
    background-color: rgba(var(--button-background-primary-rgb), 0.8);
    color: var(--button-text-primary);
}

@media (min-width: 560px) and (max-width: 960px) {
    .ig-filter-body {
        /* max-width: 360px; */
    }

    .ig-filter-img {
        min-height: 570px;
    }

    .ig-filter-head {
        margin-bottom: 90px;
    }
}

@media (min-width: 1200px) {
    .ig-filter-body {
        /* max-width: 360px; */
    }

    .ig-filter-img {
        min-height: 570px;
    }

    .ig-filter-head {
        margin-bottom: 90px;
        padding: 0 40px;
    }
}

/* ========================================
QUOTE
======================================== */
.quote-wrap {
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 40px 24px 15%;
}

.quote-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(180deg, rgba(245, 244, 236, 0) 0%, #f5f4ec 100%);
    /* background: linear-gradient(0deg, #ECE3D4 0%, rgba(236, 227, 212, 0.00) 100%); */
}

.quote-frame {
    position: relative;
    width: 100%;
    max-width: 600px;
    min-height: 400px;
    margin: 0 auto;
    padding: 8px;
    border: 2px solid #0d2739;
    border-radius: 1000px 1000px 0px 0px;
    background-color: var(--background-primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quote-frame .quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    min-height: 400px;
    padding: 60px;
    border: 1px solid #0d2739;
    border-radius: 1000px 1000px 0px 0px;
    text-align: center;
    gap: 8px;
}

.quote .quote-title {
    color: var(--text-secondary);
    font-family: var(--body-text-family-2);
    font-size: calc(var(--heading-size) - 8px);
}

.quote .quote-caption {
    font-size: var(--body-text-size);
    line-height: 150%;
    font-family: var(--body-text-family);
    color: var(--text-tertiary);
}

@media (min-width: 768px) {
    .quote-frame {
        min-height: 550px;
    }

    .quote-frame .quote {
        min-height: 550px;
        padding: 100px;
    }
}

/* ========================================
FOOTNOTE
======================================== */
.footnote-wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 10% 24px 40px;
    min-height: calc(100vh + 7vh);

    align-items: flex-start;
    /* justify-content: center; */
    background-color: var(--background-secondary);
    gap: 8px;
}

.footnote-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-image: var(--bg-main-2);
    background-size: cover;
    background-position: center;
    opacity: 0.75;
}

.footnote-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(245, 244, 236, 0) 0%, #f5f4ec 100%);
}

.footnote-wrap .footnote {
    position: relative;
    text-align: center;
    padding: 24px 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 2;
    width: 100%;
    background: radial-gradient(50% 50% at 50% 50%,
            #fcfcfc 0%,
            rgba(252, 252, 252, 0) 100%);
}

section.footnote-wrap .footnote .logo-wrap {
    position: relative;
    width: 100%;
    max-width: 112px;
    min-height: 110px;
    margin: 0 auto;
}

section.footnote-wrap .footnote .logo-wrap .logo-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    transform: translate(0%, 0%);
}

section.footnote-wrap .footnote .logo-wrap .logo-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80.5%;
    transform: translate(-1%, -11%);
}

/* Details */
.footnote .footnote-title {
    position: relative;
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) + 20px - 4px);
    margin: 0 auto;
    text-align: center;
    color: var(--text-secondary);
}

.footnote .footnote-title span {
    font-family: var(--body-text-family);
    font-size: inherit;
    font-weight: 400;
    font-style: italic;
}

.footnote .top-text {
    color: #404040;
}

.footnote .bottom-text {
    color: #404040;
}

.footnote .date {
    color: #404040;
}

.footnote .fn-hall-location {
    color: var(--text-secondary);
    text-align: center;
    font-family: var(--body-text-family-2);
    font-size: calc(var(--body-text-size) + 2px);
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
}

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

    .footnote-wrap {
        min-height: calc(var(--body-height) + 40vh);
    }
}

@media (min-width: 1200px) {
    .footnote-wrap {
        min-height: calc(var(--body-height) + 40vh);
    }

    .footnote-wrap .footnote {
        padding: 40px 24px 50px;
        gap: 16px;
    }

    .footnote .footnote-title {
        font-size: calc(var(--heading-size));
    }
}

.orn-center-gunung {
    position: absolute;
    width: 132%;
    top: 30%;
    left: 50%;
    opacity: 0.75;
    transform: translate(-50%, 0%);
}

.top-cover .orn-center-gunung {
    position: absolute;
    width: 132%;
    top: 7%;
    left: 50%;
    opacity: 0.85;
    transform: translate(-50%, 0%);
}

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

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

section.footer .footer-inner p {
    font-size: var(--body-text-size);
    font-weight: 400;
    color: var(--button-text-primary);
}

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

section.footer .footer-inner .footer-logo path {
    fill: var(--button-text-primary);
}

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

    section.footer .footer-inner.flex-column p {
        margin-right: 0;
        font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    }

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

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

/* =======================
ORNAMENTS
======================= */


/* Cover  */
.orn-cover-center {
    position: absolute;
    width: 22%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 63%);
}

.orn-cover-1.left {
    position: absolute;
    width: 60.2%;
    bottom: 0;
    left: 50%;
    transform: translate(-80%, 25%) rotate(13deg);
}

.orn-cover-1.right {
    position: absolute;
    width: 60.2%;
    bottom: 0;
    right: 50%;
    transform: translate(80%, 25%) rotate(-13deg) scaleX(-1);
}

.orn-cover-2.left {
    position: absolute;
    width: 20.2%;
    bottom: 0;
    left: 0%;
    transform: translate(17%, -7%) rotate(-30deg);
}

.orn-cover-2.right {
    position: absolute;
    width: 20.2%;
    bottom: 0;
    right: 0%;
    transform: translate(-17%, -7%) rotate(30deg) scaleX(-1);
}

.orn-cover-3 {
    position: absolute;
    width: 46%;
    top: 0;
    right: 0;
    transform: translate(20%, -14%);
}

.orn-cover-4 {
    position: absolute;
    width: 28.7%;
    top: 0;
    right: 0;
    transform: translate(32%, -1%);
}

.orn-cover-5 {
    position: absolute;
    width: 23.7%;
    top: 0;
    right: 0;
    transform: translate(40%, 70%);
}

.orn-cover-6.right {
    position: absolute;
    width: 34.1%;
    bottom: 0;
    right: 0;
    transform: translate(46%, -35%);
}

.orn-cover-6.left {
    position: absolute;
    width: 34.1%;
    bottom: 0;
    left: 0;
    transform: translate(-46%, -35%) scaleX(-1);
}

.orn-cover-7.right {
    position: absolute;
    width: 59.3%;
    bottom: 0;
    right: 0;
    transform: translate(41%, -77%);
}

.orn-cover-7.left {
    position: absolute;
    width: 59.3%;
    bottom: 0;
    left: 0;
    transform: translate(-41%, -77%) scaleX(-1);
}

.orn-cover-9.right {
    position: absolute;
    width: 34.3%;
    bottom: 0;
    right: 0;
    transform: translate(14%, -84%);
}

.orn-cover-9.left {
    position: absolute;
    width: 34.3%;
    bottom: 0;
    left: 0;
    transform: translate(-14%, -84%) scaleX(-1);
}

.orn-cover-8.right {
    position: absolute;
    width: 58.3%;
    bottom: 0;
    right: 0;
    transform: translate(19%, -86%) scaleX(-1);
}

.orn-cover-8.left {
    position: absolute;
    width: 58.3%;
    bottom: 0;
    left: 0;
    transform: translate(-19%, -86%);
}

@media (min-width: 560px) and (max-width: 960px) {

    .orn-cover-6.right,
    .orn-cover-6.left {
        width: 25.01%;
        /* 88% of 34.1% */
    }

    .orn-cover-7.right,
    .orn-cover-7.left {
        width: 47.18%;
        /* 88% of 59.3% */
    }

    .orn-cover-8.right {
        transform: translate(19%, -78%) scaleX(-1);
    }

    .orn-cover-8.left {
        transform: translate(-19%, -78%);
    }
}

@media (min-width: 961px) {

    .orn-cover-6.right,
    .orn-cover-6.left {
        width: 27.01%;
        /* 88% of 34.1% */
    }

    .orn-cover-7.right,
    .orn-cover-7.left {
        width: 49.18%;
        /* 88% of 59.3% */
    }

    .orn-cover-8.right {
        transform: translate(19%, -78%) scaleX(-1);
    }

    .orn-cover-8.left {
        transform: translate(-19%, -78%);
    }
}

/* Couple  */
.orn-couple-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
    transform: translate(-46%, 13%) scaleX(-1);
}

.orn-couple-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 37%;
    transform: translate(-53%, 5%) scaleX(-1);
}

.orn-couple-3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55.6%;
    transform: translate(-49%, 5%) scaleX(-1);
}

.orn-couple-4 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55.6%;
    transform: translate(-53%, -6%) scaleX(-1);
}

.orn-couple-5 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 39.4%;
    transform: translate(-5%, 23%) scaleX(-1);
}

.orn-couple-6 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37.4%;
    transform: translate(1%, 8%) scaleX(-1);
}

.orn-couple-7 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42.4%;
    transform: translate(29%, -5%) scaleX(-1);
}

.orn-couple-8 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 47.4%;
    transform: translate(-54%, 59%) scaleX(-1);
}

.orn-couple-9 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26.4%;
    transform: translate(-113%, 15%) scaleX(-1);
}

.orn-couple-10 {
    position: absolute;
    right: 0;
    top: 0;
    width: 96%;
    transform: translate(40%, -23%);
}

/* Gallery  */
.orn-gallery-1.right {
    position: absolute;
    width: 26.2%;
    bottom: 0;
    right: 0;
    transform: translate(30%, 4%) scaleX(-1);
}

.orn-gallery-1.left {
    position: absolute;
    width: 26.2%;
    bottom: 0;
    left: 0;
    transform: translate(-30%, 4%);
}

.orn-gallery-2.right {
    position: absolute;
    width: 18.5%;
    bottom: 0;
    right: 0;
    transform: translate(-25%, 25%) scaleX(-1) rotate(-33deg);
}

.orn-gallery-2.left {
    position: absolute;
    width: 18.5%;
    bottom: 0;
    left: 0;
    transform: translate(25%, 25%) rotate(-33deg);
}

@media (min-width: 560px) and (max-width: 960px) {

    .orn-gallery-2.right,
    .orn-gallery-2.left {
        width: 12.5%;
    }

    .orn-gallery-1.right,
    .orn-gallery-1.left {
        width: 20.2%;
    }
}

@media (min-width: 961px) {

    .orn-gallery-2.right,
    .orn-gallery-2.left {
        width: 12.5%;
    }

    .orn-gallery-1.right,
    .orn-gallery-1.left {
        width: 20.2%;
    }
}

/* VIdeo  */
.orn-video-1 {
    position: absolute;
    left: 0;
    width: 52%;
    bottom: 0;
    transform: translate(-48%, 6%);
}

.orn-video-2 {
    position: absolute;
    left: 0;
    width: 52%;
    bottom: 0;
    transform: translate(-64%, 28%);
}

/* SaveDate  */
.orn-sd-1.right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 31%;
    transform: translate(-46%, 4%) rotate(-4deg);
}

.orn-sd-1.left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 31%;
    transform: translate(46%, 4%) rotate(-4deg) scaleX(-1);
}

.orn-sd-2.right {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 31%;
    transform: translate(-2%, -27%);
}

.orn-sd-2.left {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 31%;
    transform: translate(2%, -27%) scaleX(-1);
}

.orn-sd-3.right {
    position: absolute;
    top: 10%;
    right: 0;
    width: 32.3%;
    transform: translate(-16%, -6%) rotate(29deg);
}

.orn-sd-3.left {
    position: absolute;
    top: 10%;
    left: 0;
    width: 32.3%;
    transform: translate(16%, -6%) rotate(-29deg) scaleX(-1);
}

.orn-sd-4.right {
    position: absolute;
    width: 42.1%;
    right: 0;
    bottom: 0;
    transform: translate(31%, -29%);
}

.orn-sd-4.left {
    position: absolute;
    width: 42.1%;
    left: 0;
    bottom: 0;
    transform: translate(-31%, -29%) scaleX(-1);
}

.orn-sd-5 {
    position: absolute;
    width: 133%;
    bottom: 0;
    transform: translate(-20%, 37%);
}

/* Event  */
.orn-event-1 {
    position: absolute;
    width: 49%;
    right: 0;
    bottom: 0;
    transform: translate(24%, 15%);
}

.orn-event-2 {
    position: absolute;
    width: 30.5%;
    right: 0;
    bottom: 0;
    transform: translate(24%, 2%);
}

.orn-event-3 {
    position: absolute;
    width: 18.5%;
    right: 0;
    bottom: 0;
    transform: translate(-93%, 10%);
}

.orn-event-4 {
    position: absolute;
    width: 45.9%;
    right: 0;
    bottom: 0;
    transform: translate(43%, 6%);
}

.orn-event-5 {
    position: absolute;
    width: 20.1%;
    right: 0;
    bottom: 0;
    transform: translate(-74%, -9%);
}

.orn-event-6 {
    position: absolute;
    width: 21.5%;
    right: 0;
    bottom: 0;
    transform: translate(24%, -87%);
}

.orn-event-7 {
    position: absolute;
    width: 36%;
    left: 0;
    bottom: 0;
    transform: translate(-13%, 26%);
}

.orn-event-8 {
    position: absolute;
    width: 64.5%;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 21%);
}

.orn-event-9 {
    position: absolute;
    width: 41.5%;
    left: 0;
    bottom: 0;
    transform: translate(-33%, -5%);
}

.orn-event-10 {
    position: absolute;
    width: 29.8%;
    left: 0;
    bottom: 0;
    transform: translate(-46%, -44%);
}

.orn-event-11 {
    position: absolute;
    width: 43%;
    left: 0;
    bottom: 0;
    transform: translate(49%, 19%);
}

/* RSVP  */
.orn-rsvp-1.right {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translate(37%, -50%);
}

.orn-rsvp-1.left {
    position: absolute;
    width: 50%;
    left: 0;
    top: 50%;
    transform: translate(-37%, -50%) scaleX(-1);
}

/* Instagram Filter  */
.orn-filter-1.left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38%;
    transform: translate(-68%, 0%);
}

.orn-filter-1.right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38%;
    transform: translate(68%, 0%) scaleX(-1);
}

.orn-filter-2.left {
    position: absolute;
    left: 0;
    bottom: 20%;
    width: 38%;
    transform: translate(-68%, 0%) scaleX(-1);
}

.orn-filter-2.right {
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 38%;
    transform: translate(68%, 0%);
}

.orn-filter-3.left {
    position: absolute;
    left: 0;
    bottom: 47%;
    width: 54.5%;
    transform: translate(-57%, 0%);
}

.orn-filter-3.right {
    position: absolute;
    right: 0;
    bottom: 47%;
    width: 54.5%;
    transform: translate(57%, 0%) scaleX(-1);
}

.orn-filter-4.left {
    position: absolute;
    left: 0;
    top: 0%;
    width: 60.1%;
    transform: translate(-26%, -32%) scaleX(-1);
}

.orn-filter-4.right {
    position: absolute;
    right: 0;
    top: 0%;
    width: 60.1%;
    transform: translate(26%, -32%);
}


/* quotes  */
.orn-quote-1.right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 61.6%;
    opacity: .4;
    transform: translate(57%, 8%);
}

.orn-quote-1.left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61.6%;
    opacity: .4;
    transform: translate(-57%, 8%) scaleX(-1);
}

.quote-wrap .orn-sd-4.right {
    transform: translate(53%, 0%);
    width: 40.3%;
}

.quote-wrap .orn-sd-4.left {
    transform: translate(-53%, 0%) scaleX(-1);
    width: 40.3%;
}

.orn-quote-2.left {
    position: absolute;
    width: 74%;
    left: 0;
    bottom: 10%;
    transform: translate(-47%, -20%) scaleX(-1);
}

.orn-quote-2.right {
    position: absolute;
    width: 74%;
    right: 0;
    bottom: 10%;
    transform: translate(47%, -20%);
}

@media (min-width: 560px) and (max-width: 960px) {

    .orn-quote-2.right,
    .orn-quote-2.left {
        width: 54%;
    }
}

@media (min-width: 961px) {}

@media (min-width: 1600px) {

    .orn-quote-2.right,
    .orn-quote-2.left {
        width: 60%;
    }
}

/* Footnote  */
.footnote-orn {
    position: relative;
    margin: 0 auto;
    width: 58%;
    max-width: 200px;
}

.orn-footnote-1.center {
    position: absolute;
    width: 104%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.orn-footnote-2.left {
    position: absolute;
    width: 43%;
    bottom: 0;
    left: 0%;
    transform: translate(-14%, 18%);
}

.orn-footnote-2.right {
    position: absolute;
    width: 43%;
    bottom: 0;
    right: 0%;
    transform: translate(14%, 18%) scaleX(-1);
}

.orn-footnote-3.center {
    position: absolute;
    width: 76.4%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 5%);
}

.orn-footnote-4.center {
    position: absolute;
    width: 100%;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -46%);
}

.orn-footnote-5.left {
    position: absolute;
    width: 34.2%;
    bottom: 0;
    left: 0%;
    transform: translate(-27%, 0%) scaleX(-1);
}

.orn-footnote-5.right {
    position: absolute;
    width: 34.2%;
    bottom: 0;
    right: 0%;
    transform: translate(27%, 0%);
}

.orn-footnote-6.left {
    position: absolute;
    width: 43%;
    bottom: 0;
    left: 0%;
    transform: translate(-20%, -24%) scaleX(-1);
}

.orn-footnote-6.right {
    position: absolute;
    width: 43%;
    bottom: 0;
    right: 0%;
    transform: translate(20%, -24%);
}

.orn-footnote-7.center {
    position: absolute;
    width: 133%;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -26%);
}

.orn-footnote-8.left {
    position: absolute;
    width: 43%;
    bottom: 0;
    left: 0%;
    transform: translate(-60%, -65%) scaleX(-1);
}

.orn-footnote-8.right {
    position: absolute;
    width: 43%;
    bottom: 0;
    right: 0%;
    transform: translate(60%, -65%);
}

.orn-footnote-9.left {
    position: absolute;
    width: 59.3%;
    bottom: 0;
    left: 0%;
    transform: translate(-49%, -51%) scaleX(-1);
}

.orn-footnote-9.right {
    position: absolute;
    width: 59.3%;
    bottom: 0;
    right: 0%;
    transform: translate(49%, -51%);
}

.orn-footnote-10.left {
    position: absolute;
    width: 47.7%;
    bottom: 0;
    left: 0%;
    transform: translate(-7%, -79%);
}

.orn-footnote-10.right {
    position: absolute;
    width: 47.7%;
    bottom: 0;
    right: 0%;
    transform: translate(7%, -79%) scaleX(-1);
}

.orn-footnote-11 {
    position: absolute;
    width: 26.7%;
    bottom: 0;
    left: 5%;
    transform: translate(4%, 10%);
}

.orn-footnote-12 {
    position: absolute;
    width: 50%;
    bottom: 10%;
    left: 50%;
    transform: translate(-42%, -13%);
}

.orn-footnote-13 {
    position: absolute;
    width: 50%;
    top: 20%;
    left: 0%;
    transform: translate(2%, 1%);
}

.orn-footnote-14 {
    position: absolute;
    width: 58%;
    top: 3%;
    right: 0%;
    transform: translate(2%, 1%);
}

/* Primary Pane  */
.primary-pane .orn-footnote-5.left {
    position: absolute;
    width: 34.2%;
    bottom: 0;
    left: 0%;
    transform: translate(-50%, 0%) scaleX(-1);
}

.primary-pane .orn-footnote-5.right {
    position: absolute;
    width: 34.2%;
    bottom: 0;
    right: 0%;
    transform: translate(50%, 0%);
}

.primary-pane .orn-footnote-2.left {
    position: absolute;
    width: 43%;
    bottom: 0;
    left: 0%;
    transform: translate(-37%, 18%);
}

.primary-pane .orn-footnote-2.right {
    position: absolute;
    width: 43%;
    bottom: 0;
    right: 0%;
    transform: translate(37%, 18%) scaleX(-1);
}

.primary-pane .orn-footnote-7.center {
    width: 120%;
}

.primary-pane .orn-footnote-9.right {
    position: absolute;
    width: 63.3%;
    bottom: 0;
    right: 0%;
    transform: translate(64%, -28%);
}

.primary-pane .orn-footnote-9.left {
    position: absolute;
    width: 63.3%;
    bottom: 0;
    left: 0%;
    transform: translate(-64%, -28%) scaleX(-1);
}

.primary-pane .orn-footnote-10.right {
    position: absolute;
    width: 47.7%;
    bottom: 0;
    right: 0%;
    transform: translate(36%, -72%) scaleX(-1);
}

.primary-pane .orn-footnote-10.left {
    position: absolute;
    width: 47.7%;
    bottom: 0;
    left: 0%;
    transform: translate(-36%, -72%);
}

.primary-pane .orn-footnote-6.right {
    transform: translate(26%, -13%);
}

.primary-pane .orn-footnote-6.left {
    transform: translate(-26%, -13%) scaleX(-1);
}

.primary-pane .orn-footnote-12 {
    position: absolute;
    width: 50%;
    bottom: 10%;
    left: 50%;
    transform: translate(-19%, -13%);
}

/* =======================
ANIMATIONS
======================= */

@keyframes goyang {
    0% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(3deg);
    }
}

@keyframes goyang-slow {
    0% {
        transform: rotate(-2deg);
    }

    100% {
        transform: rotate(2deg);
    }
}

@keyframes cloud-left {
    0% {
        left: 0;
        transform: translate(-100%, 0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        left: 100%;
        transform: translateZ(0);
        opacity: 0;
    }
}

@keyframes cloud-right {
    0% {
        right: 0;
        transform: translate(100%, 0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        right: 100%;
        transform: translateZ(0);
        opacity: 0;
    }
}

@keyframes up-down {
    0% {
        transform: translate(1px, 10px);
    }

    24% {
        transform: translate(1px, 15px);
    }

    50% {
        transform: translate(1px, 8px);
    }

    74% {
        transform: translate(1px, 12px);
    }

    100% {
        transform: translate(1px, 10px);
    }
}

.orn-footnote-13 img {
    position: relative;
    animation-name: cloud-left;
    animation-duration: 20000ms !important;
    animation-iteration-count: infinite;
    animation-timing-function: linear !important;
}

.orn-footnote-14 img {
    position: relative;
    animation-name: cloud-right;
    animation-duration: 20000ms !important;
    animation-iteration-count: infinite;
    animation-timing-function: linear !important;
}

.orn-footnote-10 .image-wrap img,
.orn-footnote-6 .image-wrap img,
.orn-cover-8 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang-slow 7s ease-in-out infinite alternate;
}

.orn-footnote-5 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-footnote-5 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

/* COVER  */
.orn-cover-6 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
}

.orn-cover-5 .image-wrap img {
    transform-origin: 5% 10%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-cover-2 .image-wrap img {
    transform-origin: 95% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

/* COUPLE  */
.orn-couple-7 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
}

.orn-couple-4 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 7s ease-in-out infinite alternate;
}

/* Gallery  */
.orn-gallery-2 .image-wrap img {
    transform-origin: 50% 0%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-video-1 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang-slow 7s ease-in-out infinite alternate;
}


.orn-video-2 .image-wrap img {
    animation: hideParts 6s infinite, up-down 7s linear infinite;
}

.orn-sd-4 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 7s ease-in-out infinite alternate;
}

.orn-sd-5 .image-wrap img {
    animation: none;
}

/* Event  */
.orn-event-3 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-event-2 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 6s ease-in-out infinite alternate;
}

.orn-event-10 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 7s ease-in-out infinite alternate;
}


/* Filter  */
.orn-filter-1 .image-wrap img {
    transform-origin: 60% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-filter-3 .image-wrap img {
    transform-origin: 60% 100%;
    animation: goyang 7s ease-in-out infinite alternate;
}

.orn-filter-4 .image-wrap img {
    transform-origin: 70% 90%;
    animation: goyang 7s ease-in-out infinite alternate;
}