@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Lora:ital,wght@0,400..700;1,400..700&family=Scheherazade+New:wght@400;500;600;700&display=swap');

/* charera-medy */
body.charera-medy {
    /* Heading Family */
    --heading-family: "Cormorant Garamond", serif;
    --heading-style: normal;
    --heading-weight: 400;
    --heading-size: 36px;
    --heading-lettercase: none;

    --arab-text-family: "Scheherazade New", serif;

    /* Body Text */
    --body-text-family: "Lora", serif;
    --body-text-style: normal;
    --body-text-weight: 400;
    --body-text-size: 14px;
    --body-text-lettercase: none;

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

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

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

/* Original */
body.charera-medy.original {
    /* Colors */
    --background-primary: #C4DCFF;
    --background-primary-rgb: 196, 220, 255;

    --background-secondary: #FBFCFD;
    --background-secondary-rgb: 251, 252, 253;

    --background-tertiary: #BAD0DC;
    --background-tertiary-rgb: 186, 208, 220;

    /* Text Colors */
    --text-primary: #254E64;
    --text-primary-rgb: 37, 78, 100;

    --text-secondary: #6388BC;
    --text-secondary-rgb: 99, 136, 188;

    /* Button Colors */
    --button-text-primary: #F6F2E9;
    --button-text-primary-rgb: 246, 242, 233;

    --button-background-primary: #254E64;
    --button-background-primary-rgb: 37, 78, 100;

    --button-text-secondary: #254E64;
    --button-text-secondary-rgb: 37, 78, 100;

    --button-background-secondary: #F6DDE0;
    --button-background-secondary-rgb: 246, 221, 224;

    /* ornament */
    --texture-1: url("https://katsudoto.id/media/template/custom/charera-medy/assets/texture-1.png");
    --mask-couple: url("https://katsudoto.id/media/template/custom/charera-medy/assets/mask-couple.png");
    --bg-gif: url("https://katsudoto.id/media/template/custom/charera-medy/assets/ct.gif");
    --bg-tc: url("https://katsudoto.id/media/template/custom/charera-medy/assets/bg-tc.png");
}

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

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

@media (min-width: 560px) and (max-width: 960px) {
    body.charera-medy {
        --heading-size: 44px;
        --body-text-size: 20px;
    }
}

@media (min-width: 961px) {
    body.charera-medy {
        --heading-size: 40px;
        --body-text-size: 16px;
    }
}

@media (min-width: 1600px) {
    body.charera-medy {
        --heading-size: 44px;
        --body-text-size: 20px;
    }
}

/* Fonts */
body.charera-medy h1,
body.charera-medy h2,
body.charera-medy h3,
body.charera-medy h4,
body.charera-medy h5,
body.charera-medy 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.charera-medy 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.charera-medy span {
    font-family: var(--body-text-family);
    font-size: inherit;
    color: inherit;
    font-weight: 400;
}

body.charera-medy sup {
    font-family: inherit;
    font-size: 0.5em;
    color: inherit;
    font-family: var(--body-text-family);
}

body.charera-medy font {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
    font-style: inherit;
}

/* img */
body.charera-medy img {
    max-width: 100%;
}

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

body.charera-medy::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
    border-width: 2px;
    background-color: var(--button-background-primary);
}

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

/* form on focus or active */
.form-control:focus,
.form-control:active {
    background: var(--light-clr);
    box-shadow: none;
    border-color: var(--button-background-primary);
}

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

/* ============================================
    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;
    justify-content: flex-start;
    align-items: center;
}
.pp-center-mask {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    border-radius: 390px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

/* 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: 85%;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12%;
}

.kat-page__side-to-side .primary-pane .inner h1 {
    padding: 0;
    margin: 0 auto;
    font-size: calc(var(--heading-size));
    color: var(--text-secondary);
    text-align: center;
}

.kat-page__side-to-side .primary-pane .inner p {
    font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    font-style: normal;
    color: var(--text-primary);
    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: 7% 5% 21%;
}

.kat-page__side-to-side .primary-pane .inner .details p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    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: 90%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    left: 50%;
    transform: translate(-50%, 0%);
}

/* .primary-pane .footnote-frame {
    max-width: 180px;
  } */

section.primary-pane .logo-wrap {
    position: relative;
    width: 25.12%;
    max-width: 155px;
    margin: 0 auto;
}

section.primary-pane .logo-2 {
    position: absolute;
    width: 230.6%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -8%);
}

section.primary-pane .logo-3 {
    position: absolute;
    width: 136.7%;
    left: 50%;
    top: 0;
    transform: translate(-50%, -90%);
}

section.primary-pane .logo-kupu-1 {
    position: absolute;
    width: 22.44%;
    left: 0%;
    top: 0;
    transform: translate(-169%, -65%);
}

section.primary-pane .logo-kupu-2 {
    position: absolute;
    width: 28.57%;
    right: -13%;
    top: 9%;
    transform: translate(209%, 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));
}

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

.bg-pp-mask {
    position: absolute;
    width: 103.3%;
    bottom: 0;
    /* height: 100%; */
    left: 50%;
    transform: translate(-50%, 12%);
    opacity: .9;
}


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

    .kat-page__side-to-side .primary-pane .inner .details {
        padding-bottom: 26%;
    }
}

/* ============================================
          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-cover) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

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

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

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

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

.p-relative {
    position: relative;
}

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

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* ======================
  ?  TOP COVER
====================== */
section.top-cover {
    background-color: var(--background-primary);
    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(--texture-1); */
    background-size: cover;
    background-position: center;
}

.bg-tc-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}

.bg-tc-mask::before {
    content: '';
    position: absolute;
    background-image: var(--bg-tc);
    background-size: cover;
    background-position: center;
    width: 132.3%;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: .9;
}

@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: flex-end;
    position: relative;
}

section.top-cover .inner::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
    width: 100%;
    height: 65%;
    border-radius: 390px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

section.top-cover .logo-wrap {
    position: relative;
    width: 25.5%;
    /* max-width: 155px; */
    margin: 0 auto;
}

section.top-cover .logo-2 {
    position: absolute;
    width: 230.6%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -8%);
}

section.top-cover .logo-3 {
    position: absolute;
    width: 137.7%;
    left: 50%;
    top: 0;
    transform: translate(-50%, -90%);
}

section.top-cover .logo-kupu-1 {
    position: absolute;
    width: 22.44%;
    left: 0%;
    top: 0;
    transform: translate(-227%, -46%);
}

section.top-cover .logo-kupu-2 {
    position: absolute;
    width: 28.57%;
    right: -13%;
    top: 9%;
    transform: translate(209%, 5%);
}

section.top-cover .prime-title {
    color: var(--text-secondary);
    font-size: calc(var(--heading-size) - 8px);
}

/* 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: 0% 24px 12.5%;
    /* margin: auto; */
    position: relative;
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 3;
}

section.top-cover .inner .details::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    margin: 0 auto;
}

.orn-tc-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 37%;
}

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

/* 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 24px;
    border-radius: 99px;
    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);
}

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

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

    .bg-tc-mask::before{
        width: 116.3%;
    }

    section.top-cover .inner .details a.link{
        padding: 16px 24px;
    }

    /* section.top-cover .inner .details {
      padding: 0px 20px 31%;
    } */
    section.top-cover .logo-wrap{
        width: 22.5%;
    }
}



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

section.cover::before {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
    background: linear-gradient(180deg, rgba(251, 252, 253, 0.00) 0%, var(--background-secondary) 100%);
}

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

section.cover .inner .body-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

section.cover .inner .body-wrap::before {
    content: '';
    width: 150%;
    height: 190%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 390px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

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

/* Cover Foot */
section.cover .inner .foot {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

section.cover .inner .foot p {
    font-weight: 400;
    line-height: 142%;
}

section.cover .inner .foot .prime-title {
    line-height: normal;
    font-size: calc(var(--heading-size) + 8px);
    font-weight: 400;
    text-transform: uppercase;
}

section.cover .inner .orn-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 17%;
    /* min-height: 70vh; */
}

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

section.cover .logo-wrap {
    position: relative;
    width: 27.17%;
    /* max-width: 92.5px; */
    margin: 0 auto;
}

@media (min-width: 560px) {
    section.cover .inner .head .logo-wrap {
        /* max-width: 160px;
          min-height: 160px; */
          width: 19.17%;
    }
}

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

@media (min-width: 1440px) {
    section.cover .inner .foot .prime-title {
        font-size: calc(var(--heading-size) + var(--fs-extra-6));
    }
}

/* ==============================
        Quote
============================== */
.quote-wrap {
    position: relative;
    overflow: hidden;
    /* height: 100vh; */
    padding: 20% 14.1% 20%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.quote-wrap::before {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
    background: linear-gradient(0deg, rgba(251, 252, 253, 0.00) 0%, var(--background-secondary) 100%);
}

.quote-frame-wrap {
    position: relative;
    max-width: 500px;
    margin: 0 auto;

}


.quote-wrap .quote {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 12% 5%;
    max-width: 425px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 1000px 1000px 24px 24px;
    border: 3px solid var(--background-tertiary);
    background: var(--background-secondary);
    overflow: hidden;
}

.orn-quote-center {
    width: 56.6%;
    margin: 0 auto;
}

.quote-wrap .quote .quote-footer {
    font-size: var(--body-text-size);
    color: var(--text-primary);
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    line-height: 150%;
}

.quote-wrap .quote .quote-caption {
    font-size: calc(var(--body-text-size) - 2px);
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    line-height: 142%;
}

.quote-wrap .quote .quote-caption-arab {
    font-size: calc(var(--body-text-size) + 4px);
    color: var(--text-primary);
    font-family: var(--arab-text-family);
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    line-height: 200%;
}

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

    .quote-wrap .quote {
        min-height: 650px;
        justify-content: center;
        align-items: center;
    }

    .quote-wrap{
        padding: 20% 14.1% 15%;
    }
}

@media (min-width: 1440px) {

    .quote-wrap .quote {
        min-height: 650px;
        justify-content: center;
        align-items: center;
    }
    .quote-wrap{
        padding: 20% 14.1% 12%;
    }
}

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

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

/* Couple Head */
.couple-head {
    position: relative;
    margin: 0 auto;
    max-width: 560px;
    text-align: center;
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 3%;
}

.couple-head-wrap-1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.couple-head-wrap-2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.orn-bismillah {
    margin: 0 auto 0;
    width: 44.22%;
}

.orn-couple-head {
    margin: 0 auto 0;
    width: 60%;
}

.couple-head .couple-title {
    font-family: var(--heading-family);
    font-size: var(--heading-size);
}

.couple-head .couple-description {
    padding: 0 13%;
    color: var(--text-secondary);
    font-size: calc(var(--body-text-size) - 2px);
}

.couple-head+.couple-body {
    margin-top: 5%;
}

/* 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: right;
    /* margin-top: 2em; */
}

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

/* Couple Preview */
.groom .couple-preview {
    margin-top: 8%;
}
.couple-preview {
    display: flex;
    position: relative;
    margin-bottom: 6.2%;
    margin-top: 30%;
}

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

.groom .couple-frame .couple-picture-wrap img {
    transform: scaleX(-1);
}

.couple-frame {
    position: relative;
    width: calc(71.79%);
    /* max-width: 320px; */
    height: auto;
    margin: 0 auto;
}

.couple-frame .img-couple-frame {
    transform: scaleX(-1);
}

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

.couple-info.bride .couple-picture-wrap {}

.fa-instagram {
    color: var(--button-text-primary);
}

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

.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;
    border-radius: 100%;
}

/* Couple Details */
.couple-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    text-align: center;
    padding-top: 0;
    max-width: 500px;
    margin: 0 auto;
}

.couple-details .couple-name {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) - 4px);
    color: var(--text-primary);
}

.couple-details .couple-parents {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    line-height: 142%;
}

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

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

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

.couple-link {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    gap: 8px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-style: normal;
    text-decoration: none;
    color: var(--button-text-primary);
    transition: all 0.25s ease-in-out;
    border-radius: 999px;
    background: var(--button-background-primary);
}

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

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

.separator-wrap .separator {
    display: flex;
    padding: 0 24px;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.separator-wrap .separator .couple-separator {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) + 8px);
    padding: 0 40px;
    border-right: 1px #254E64 solid;
    border-left: 1px #254E64 solid;
    margin: auto;
    color: var(--text-primary);
}

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

    .couple-details {
        margin-top: 0%;
    }

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

    .couple-preview {
        margin-top: 16%;
    }
    .couple-preview{
        margin-bottom: 3.2%;
    }
    .couple-link{
        padding: 12px 20px;
    }
}

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

@media (min-width: 1600px) {
    .separator-wrap {
        margin: 6% auto 6%;
    }
    .couple-preview{
        margin-top: 18%;
    }
    .couple-preview{
        margin-bottom: 3.2%;
    }
}

/* ==============================
        Agenda
============================== */
.agenda-wrap {
    position: relative;
    overflow: hidden;
}

.agenda-inner {
    padding: 20% 0px 7%;
}

/* head */
.agenda-head {
    padding: 20px 24px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.event-head-title-wrap .agenda-title {
    text-transform: uppercase;
}

.event-head-title-wrap .agenda-description {}

/* body */
.agenda-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0;
}

/* Event */
.event-item {
    margin: 0px 0 32%;
    position: relative;
}
.event-item:last-of-type {
    margin: 0px 0 5%;
}

/* event head */
.event-head {
    /* position: relative; */
    padding: 41.1% 10.3%;
    padding-bottom: 0;
    padding-left: 6.2%;
    text-align: center;
    border-radius: 12px;
    width: 82%;
    max-width: 552px;
}

.event-head-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.event-head-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.agenda-bg-frame {
    position: absolute;
    width: 82%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.agenda-bg-frame::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: var(--background-secondary);
    border-radius: 0px 320px 0px 0px;
    border-top: 4px solid var(--background-tertiary);
    border-right: 4px solid var(--background-tertiary);
}

.event-head .event-day {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    line-height: 150%;
}

.event-head .event-date {
    font-size: calc(var(--heading-size));
    font-weight: 500;
    line-height: normal;
    color: var(--text-primary);
}

.event-head .event-date>sup {
    margin-left: 5px;
}

.event-head .event-description {}

/* event content */
.event-content {
    position: relative;
    width: calc(82%);
    min-width: 300px;
    max-width: 552px;
    /* min-height: 600px; */
    margin: 7% 0 0px auto;
    padding: 31% 0px 21.4%;
    border-radius: 200px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 320px 0px 0px 0px;
}

.bg-event-content {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: var(--background-secondary);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 320px 0px 0px 0px;
    border-top: 4px solid var(--background-tertiary);
    border-left: 4px solid var(--background-tertiary);
}

.plt {
    position: relative;
    width: 100%;
    display: none;
}

.event-content .orn-pillar .pillar-top .plt .plt-inner {
    content: '';
    position: absolute;
    width: 79%;
    background: var(--background-primary);
    height: 60px;
    top: 0;
    transform: translate(-50%, 14%);
    left: 50%;
    opacity: 1;
    border-radius: 50% 50% 0% 0%;
    overflow: hidden;
}

.event-content .orn-pillar .pillar-top .plt .plt-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    background: var(--texture-1);
    height: 60px;
    top: 0;
    transform: translate(-50%, 0%);
    left: 50%;
    opacity: 1;
}

@media (min-width: 561px) {

    .event-content {
        /* width: 100%; */
        min-width: 400px;
    }
}

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

    .event-content {
        min-height: 800px;
    }

    .bg-event-content {
        border-radius: 1020px 0px 0px 0px;
    }

    .agenda-bg-frame::before {
        border-radius: 0px 1020px 0px 0px;
    }

    .event-head-title-wrap{
        gap: 12px;
    }
}

@media (min-width: 960px) {

    .bg-event-content {
        border-radius: 520px 0px 0px 0px;
    }

    .agenda-bg-frame::before {
        border-radius: 0px 520px 0px 0px;
    }
}

/* center content child */
.event-content>.activity-wrap {
    margin: auto;
}

.event-content>.event-details {
    margin: auto;
}

/* Activity */
.activity-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1;
    padding: 0% 7.5% 0 12.5%;
}

.activity-wrap.same-location {}

.activity-wrap.same-location .activity-item {}

.activity-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* activity head */
.activity-head {
    padding: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.activity-head .activity-title {
    font-size: calc(var(--body-text-size) + var(--fs-extra-4) + 4px);
    color: var(--text-primary);
    font-family: var(--heading-family);
    font-weight: 400;
    line-height: normal;
}

.activity-head .activity-description {
    font-size: calc(var(--body-text-size));
    font-weight: 400;
    color: var(--text-tertiary);
    line-height: 150%;
}

.activity-head .activity-time {
    font-size: calc(var(--body-text-size));
    font-weight: 400;
    line-height: 150%;
    color: var(--text-secondary);
}

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

.event-details {
    padding: 0 8% 0 10%;
}

.adr-cty_wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.event-details .event-hall,
.activity-details .activity-hall {
    font-size: calc(var(--body-text-size) + 6px);
    color: var(--text-primary);
    font-family: var(--heading-family);
    font-weight: 400;
    line-height: 150%;
}

.event-details .event-address,
.activity-details .activity-address {
    font-size: calc(var(--body-text-size));
    color: var(--text-secondary);
    font-weight: 400;
    line-height: 150%;
}

.event-details .event-city,
.activity-details .activity-city {
    font-size: calc(var(--body-text-size));
    color: var(--text-secondary);
    font-weight: 400;
    line-height: 150%;
}

.event-link-wrap,
.activity-link-wrap {
    display: flex;
    justify-content: center;
}

.event-link,
.activity-link {
    border: none;
    outline: none;
    text-decoration: none;
    padding: 12px 16px;

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

    transition: all 0.25s ease-in-out;
    background: var(--button-background-primary);
    color: var(--button-text-primary);

    border-radius: 100px;
}

.event-link:hover,
.activity-link:hover {
    background-color: rgba(var(--button-background-primary-rgb), .75);
}

/* Agenda */
.event-content .orn-pillar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 112%;
    height: 108%;
    transform: translate(-50%, -49%);
    display: flex;
    flex-direction: column;
}

.event-content .orn-pillar .pillar-top {
    margin-top: -11px;
}

.event-content .orn-pillar .pillar-center {
    flex-grow: 1;
    display: flex;
}

.event-content .orn-pillar .pillar-center .image-wrap {
    margin: -5px 0px;
    flex-grow: 1;
}

.event-content .orn-pillar .pillar-center .image-wrap img {
    width: 100%;
    height: 100%;
    background-repeat: repeat-y;
}

.event-content .orn-pillar .pillar-bottom {
    margin-top: auto;
    margin-bottom: 15px;
    transform: scaleY(-1);
}

.event-head-wrap {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.event-head-wrap .item-2-event {
    padding: 0 8px;

    display: flex;
    flex-direction: column;
    gap: 4px;
}

.event-schedule-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 40px;
    border-right: 1px solid #254E64;
    border-left: 1px solid #254E64;
}

.event-head .event-schedule-wrapper .event-day {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-secondary);
    font-weight: 400;
    line-height: 150%;
}

.event-head .event-schedule-wrapper .event-date {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size));
    color: var(--text-primary);
    font-weight: 400;
}

.event-head .event-schedule-wrapper .event-month {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-secondary);
    font-weight: 400;
    line-height: 150%;
}

@media (min-width: 561px) and (max-width: 960px) {
    .event-details {
        padding: 0 7% 0 10%;
    }
}
@media (min-width: 1400px) {
    .event-head{
        padding: 41.1% 12.3%;
        padding-top: 37.1%;
    }
    .event-details{
        padding: 0 8% 0 14%;
    }
}

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

.rsvp-inner {
    position: relative;
    padding: 28% 40px 0;
}

.rsvp-relative-inner {
    max-width: 500px;
    margin: 0 auto;
}

/* Head */
.rsvp-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rsvp-head .rsvp-title {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) + 4px);
    color: var(--text-primary);
    text-align: center;
    text-transform: uppercase;
}

.orn-rsvp-divider {
    position: relative;
    width: 100%;
}

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

.rsvp-body-wrapper {
    max-width: 500px;
    position: relative;
    margin: 0 auto;
    /* padding: 0px 0 0px; */
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* z-index: 2; */

    border-radius: 40px 40px 0px 0px;
    border-top: 3px solid var(--background-tertiary);
    border-right: 3px solid var(--background-tertiary);
    border-left: 3px solid var(--background-tertiary);

    overflow: hidden;
    /* background: rgba(253, 246, 228, 0.85);
    backdrop-filter: blur(1px); */
}

.rsvp-body-frame {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FBFCFD 0%, rgba(251, 252, 253, 0.80) 84.01%, rgba(251, 252, 253, 0.00) 100%);
    box-shadow: 4px -4px 25px 0px rgba(0, 0, 0, 0.15);
    padding: 17.8% 5.3% 17.8%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

.rsvp-session-wrap {
    margin: 0px auto 24px;
    gap: 12px;
}

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

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

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

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

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

.rsvp-status-wrap input[name="rsvp_status"]:checked+.rsvp-confirm-btn.going {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    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: 0px 0 24px;
}

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

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

.rsvp-session-wrap .session-caption-wrap {
    margin: 0;
}

.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: none;
    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: 12px;
}

.rsvp-amount-controller .toggle-btn {
    background-color: var(--background-secondary);
    border: 1px solid transparent;
    outline: none;
    height: 48px;
    width: 48px;
    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: var(--button-text-primary);
}

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

.rsvp-amount-controller .toggle-btn.plus:hover .toggle-icon path {}

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

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

.rsvp-amount-controller .toggle-btn.minus:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
    border-color: var(--button-background-primary);
}

.rsvp-amount-controller .toggle-btn.minus:hover .toggle-icon path {
    stroke: var(--button-text-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;
    padding: 12px 8px;

    color: var(--text-primary);

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

    pointer-events: none;
}

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

.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.5;

    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);
    font-size: var(--body-text-size);
    padding: 12px 16px;
}

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

.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-primary-rgb), 1);
    color: var(--button-text-primary);
}

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

.rsvp-confirm-btn.not-going:hover {
    background-color: rgba(var(--button-background-primary-rgb), 1);
    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), 1);
    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-primary-rgb), 1);
    color: var(--button-text-primary);
}

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

/* End RSVP Confirm */

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

.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-secondary);
    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 */
@media (min-width:1400px) {
    .rsvp-inner {
        padding: 24% 0 10%;
    }
}

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

@media (min-width: 560px) and (max-width: 960px) {
    .rsvp-wrap {
        padding: 6% 0px 9%;
    }

    .rsvp-status-wrap {
        margin: 0px auto 32px;
    }

    .rsvp-inner {
        padding: 22% 24px 0;
    }
}

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

@media (min-width: 1440px) {
    .rsvp-wrap {
        padding: 0;
    }

    .rsvp-status-wrap {
        margin: 0px auto 32px;
    }
}

/* ==============================
        Dresscode
============================== */
.dresscode {
    position: relative;
}

.dresscode-inner {
    position: relative;
    padding: 5% 24px 10%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.dresscode-header {
    padding: 8px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

.dresscode-header .dresscode-desc {
    font-size: var(--body-text-size);
}

.dresscode-body {
    display: flex;
    flex-direction: column;
}

.dresscode-color-item {
    display: flex;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}

.dc-color-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.dresscode-body .dresscode-color-desc {
    font-size: var(--body-text-size);
    text-align: center;
}

.dress-example-body {
    width: 100%;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.dress-item {
    display: flex;
    min-width: 165px;
    min-height: 184px;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #FBFCFD;
    flex: 1;
}

.dress-title {
    text-align: center;
}

.dress-image {
    height: 277px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 8px;
    background: #FBFCFD;
}

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

.dress-example-header {
    padding: 24px 0;
}

.dress-example-header .dress-example-title {
    font-size: calc(var(--heading-size));
    font-family: var(--heading-family);
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 8px;
}

.dress-example-header .dress-example-title::after {
    background-color: var(--text-primary);
    height: 1px;
    flex: 1;
    content: "";
}

@media (min-width: 375px) and (max-width: 375px) {
    .dress-item {
        max-width: 155px;
    }
}

@media (max-width: 360px) {
    .dress-item {
        min-width: 100px;
    }
}
@media (min-width: 561px) and (max-width: 960px) {
    .dc-color-circle{
        width: 36px;
        height: 36px;
    }
    .dresscode-body .dresscode-color-desc{
        padding-top: 5%;
    }
    .dress-item{
        padding: 12px;
    }
    .dress-image{
        height: 350px;
    }
}
@media (min-width: 1400px) {
    .dc-color-circle{
        width: 36px;
        height: 36px;
    }
    .dresscode-body .dresscode-color-desc{
        padding-top: 5%;
    }
    .dress-item{
        padding: 12px;
    }
    .dress-image{
        height: 350px;
    }
}

/* ==============================
    Video
============================== */
section.video-gallery {
    position: relative;
    overflow: hidden;
    padding: 0;
    padding-bottom: 7%;

    /* background-image: var(--blue-bg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: repeat; */
}

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

section.video-gallery .inner>.title {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 5% 24px 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

/* video outer */
section.video-gallery .inner .video-outer {
    width: 100%;
    padding: 0px 18px;
    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: 500px;
    margin: 0px 0px 30%;

    padding: 12px;

    border-radius: 12px;
}

section.video-gallery .inner .video-outer .video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;

    border-radius: 12px;
    border: 3px solid #FFF;
    background: var(--background-secondary);
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.05);
}

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

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: 200px;
    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 {
    padding: 15px 10%;
    padding-bottom: 5px;
}

section.video-gallery .inner .video-outer .video>.title h2 {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: 700;
    font-style: normal;
    color: var(--text-primary);
}

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

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

.save-date-wrap::before {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
    background: linear-gradient(180deg, rgba(251, 252, 253, 0.00) 0%, var(--background-secondary) 100%);
}

.save-date-wrap .save-date-frame {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 0 auto;
    margin-top: 26px;
}

.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);
    text-align: center;
    font-size: calc(var(--heading-size) + 4px);
    text-transform: uppercase;

    /* 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 10% 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.countdown .count-item {
    text-align: center;
    padding: 8px 0px;
    width: 60px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.count-item .count-num {
    font-size: calc(var(--heading-size));
    color: var(--text-primary);
    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-secondary);
}

/* Add To Calendar */
.add-to-calendar-wrap {
    display: flex;
    flex-direction: column;
    /* padding: 20px 0px; */
    margin-top: 2%;
}

.add-to-calendar {
    padding: 12px 16px;
    margin: 0px auto;
    border-radius: 999px;
    min-width: 220px;
    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: 400;
    background-color: var(--button-background-primary);
    border: none;
    color: var(--button-text-primary);
    transition: all 0.25s ease-in-out;
}

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

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

    .save-date-wrap {
        padding: 8% 0px 8%;
    }

    .save-date-wrap .save-date-frame {
        max-width: 460px;
    }

    .save-date-wrap .save-date {
        max-width: 380px;
    }
}

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

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

    .save-date-wrap .save-date-frame {
        max-width: 460px;
    }

    .save-date-wrap .save-date {
        max-width: 380px;
    }
    .save-date-wrap{
        padding: 5% 0px 10%;
    }
    .kado-wrapper{
        padding: 10% 24px 6%;
    }
}



/* ==============================
        Wedding Gift & KADO
============================== */
.gifts-bank-wrapper{
    position: relative;
    overflow: hidden;
}
/* ==============================
        Wedding Gift
============================== */
.wedding-gift-wrap {
    position: relative;
    padding: 0% 0 10%;
}

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

.wedding-gift-inner .orn-wrap {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

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

.wedding-gift-inner .gift-frame .frame-wrap {
    width: 100%;
    min-height: 300px;
    border: none;
    margin: 0 auto;
    /* margin-top: 40px; */
}

.frame-wrap .frame-gift {
    position: absolute;
}

/* Head */
.wedding-gift-head {
    position: relative;
    padding: 0;
    text-align: center;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wedding-gift-head .wedding-gift-title {
    font-size: calc(var(--heading-size) - 0px);
    text-transform: uppercase;
}

.wedding-gift-head .wedding-gift-description {
    font-size: calc(var(--body-text-size) - 0px);
    line-height: 150%;
}

.gift-frame .frame-wrap .toggle-gift-wrap {
    /* display: none; */
    padding: 0px 24px;
    text-align: center;
    margin-top: 24px;
}

.toggle-gift-wrap .toggle-gift {
    outline: none;
    width: 100%;
    display: block;
    padding: 12px 16px;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 100px;
    border: none;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.toggle-gift:hover {
    background-color: rgba(var(--button-background-primary-rgb), 0.8);
    color: var(--button-text-primary);
}

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

/* Bank */
.wedding-gift-bank-wrap {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    border: 3px solid #BAD0DC;
    background: #FBFCFD;
    display: flex;
    flex-direction: column;
    padding: 16px;
    position: relative;
}

.wedding-gift-bank-wrap .bank-item {
    position: relative;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--button-background-primary);
}

.wedding-gift-bank-wrap .bank-item:first-of-type {
    padding: 0;
    padding-bottom: 12px;
}

.wedding-gift-bank-wrap .bank-item:last-of-type {
    padding-bottom: 0px;
    border-bottom: none;
}

/* Bank Img Wrap */
.wedding-gift-bank-wrap .bank-img-wrap {
    padding: 10px;
    display: flex;
}

.wedding-gift-bank-wrap .bank-img-link {
    display: inline-block;
    vertical-align: top;
    margin: auto;
}

.wedding-gift-bank-wrap .bank-img {
    width: 110px;
    height: 110px;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Bank Detail */
.wedding-gift-bank-wrap .bank-detail {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
}

.wedding-gift-bank-wrap .bank-detail>div {
    text-align: center;
    position: relative;
    /* padding-bottom: 10px;
    margin-bottom: 10px; */
}

.wedding-gift-bank-wrap .bank-detail>div:nth-child(2) {
    /* margin-bottom: 0.5em; */
}

.wedding-gift-bank-wrap .bank-account-number-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

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

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

.wedding-gift-bank-wrap .bank-account-number-label,
.wedding-gift-bank-wrap .bank-account-name-label {
    font-size: calc(var(--body-text-size) - 4px);
    color: rgba(64, 64, 64, 0.6);
    font-family: var(--body-text-family);
    opacity: 0.75;
    /* margin-bottom: 0.5em; */
    display: block;
}

.wedding-gift-bank-wrap .bank-name {
    font-size: calc(var(--body-text-size) + 2px);
    font-family: var(--body-text-family);
    font-weight: 700;
    word-break: break-all;
    /* margin-bottom: 0.5em; */
}

.wedding-gift-bank-wrap .bank-account-name {
    font-size: calc(var(--body-text-size) - 0px);
    font-family: var(--body-text-family);
    word-break: break-all;
    text-transform: none;
    line-height: 150%;
}

.wedding-gift-bank-wrap .bank-account-number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(var(--body-text-size) - 0px);
    font-family: var(--body-text-family);
    cursor: pointer;
    word-break: break-all;
    text-transform: none;
    transition: all 0.25s ease-in-out;
}

.wedding-gift-bank-wrap .bank-account-number>i {
    font-size: 0.8em;
    margin-left: 8px;
    border-radius: 4px;
    padding: 4px;
    border: 1px solid var(--button-background-primary);
    display: block;
    color: var(--button-text-primary);

    transition-duration: 0.15s;
    transition-property: background-color, color;
    transition-timing-function: ease-in-out;
}

.wedding-gift-bank-wrap .bank-account-number:hover>i,
.wedding-gift-bank-wrap .bank-account-number>i:hover {
    background-color: rgba(var(--button-background-primary-rgb), 0.8);
    color: var(--button-text-primary);
}

.wedding-gift-bank-wrap .bank-account-number:hover {
    color: var(--title-clr);
}

.wedding-gift-bank-wrap .bank-copy-wrap {
    margin-top: 8px;
}

.wedding-gift-bank-wrap .bank-copy {
    outline: none;
    box-shadow: none;
    display: inline-flex;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid var(--button-background-primary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    background-color: transparent;
    color: var(--text-primary);
    cursor: pointer;
    transition-duration: 0.25s;
    transition-property: background-color;
    margin: 0;
    line-height: normal;
}

.wedding-gift-bank-wrap .bank-copy:hover {
    background-color: rgba(var(--button-background-primary-rgb), 0.8);
    color: var(--button-text-primary);
}

@media screen and (min-width: 700px) and (max-width: 960px) {
    .wedding-gift-bank-wrap {
        max-width: 700px;
    }

    .wedding-gift-wrap{
        padding: 0% 0 7%;
    }
}

@media screen and (min-width: 1400px) {
    .wedding-gift-bank-wrap {
        max-width: 700px;
    }
}

@media (max-width: 1600px) {
    .wedding-gift-inner .orn-wrap {
        /* max-width: 430px; */
    }
}



/* ========================================
        KADO
======================================== */
.kado-wrapper{
    position: relative;
    padding: 10% 24px;
}
.kado-wrapper .gifts-inner{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.kado-wrapper .gifts-inner .custom-wedding-gifts-head{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.kado-wrapper .gifts-inner .custom-wedding-gifts-head .kado-title{
    text-transform: uppercase;
    font-size: var(--heading-size);
}
.gifts-bg-body{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    border: 3px solid var(--background-tertiary);
    background: #FBFCFD;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    bottom: 0;
}
.custom-wedding-gifts-body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 16px;
    max-width: 500px;
}

.custom-wedding-gifts-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

.custom-wedding-gifts-wrap .wedding-gift-address-wrap {
    align-items: center;
    gap: 12px;
}

.wedding-gift-address-wrap .inner-recipient-info {
    font-size: calc(var(--body-text-size));
    color: var(--text-primary);
    text-align: center;
    line-height: 150%;
}

.wedding-gift-address-wrap .inner-recipient-info.name,
.wedding-gift-address-wrap .inner-recipient-info.phone {
    font-size: calc(var(--body-text-size));
    color: var(--text-secondary);
    text-align: center;
    line-height: 150%;
}

.wedding-gift-address-wrap .inner-address-info {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-primary);
    line-height: 150%;
    text-align: center;
}

.custom-wedding-gifts-wrap .btn-hadiah-copy {
    display: inline-flex;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    padding: 12px 16px;

    transition-duration: 0.15s;
    transition-property: background-color, color;
    transition-timing-function: ease-in-out;
}

.custom-wedding-gifts-wrap .btn-hadiah-copy:hover {
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
}

@media screen and (min-width: 700px) and (max-width: 960px) {
    .kado-wrapper{
        padding: 6% 24px;
    }
}
/* ========================================
        FOOTNOTE
======================================== */
.footnote-wrap {
    position: relative;
    overflow: hidden;
}

.ff-mask {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
    background: linear-gradient(0deg, rgba(251, 252, 253, 0.00) 0%, var(--background-secondary) 100%);
}

.footnote-line {
    position: relative;
    left: 50%;
    width: 2px;
    height: 100%;
    padding: 40px 0px;
    z-index: 1;
}

.footnote-line.top {
    top: 0;
    transform: translate(-50%, -40px);
}

.footnote-line.bottom {
    bottom: 0;
    transform: translate(-50%, 40px);
}

.footnote-line div {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--text-primary);
}

section.footnote-wrap .logo-wrap {
    position: relative;
    width: 28.2%;
    margin: 0 auto;
}

.footnote-inner {
    display: flex;
    flex-direction: column;
    position: relative;
    height: var(--body-height);
    justify-content: center;
}

/* Details */
.footnote-inner .footnote-details {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 1;
}

.footnote-details .footnote-head {
    position: relative;
    width: 100%;
}

.footnote-details .footnote-body {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footnote-body .footnote-title {
    font-size: calc(var(--heading-size) + 24px);
}

.footnote-body p {}

.footnote-body .top-text {}

.footnote-body .bottom-text {
    font-size: var(--body-text-size);
    color: #454545;
}

.footnote-body .address-text {
    font-size: var(--body-text-size);
    color: #454545;
}

/* Highlight */
section.footnote-wrap .footnote-inner .highlight {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

section.footnote-wrap .footnote-inner .highlight .cover-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    isolation: isolate;
    background: var(--background-primary);
}

section.footnote-wrap .footnote-inner .highlight .preview-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.footnote-wrap .footnote-inner .highlight .preview-container .slick-list {
    width: 100% !important;
    height: 100% !important;
}

section.footnote-wrap .footnote-inner .highlight .preview-container .slick-track {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

section.footnote-wrap .footnote-inner .highlight .preview-container .picture {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    position: absolute !important;
    background-color: var(--light-clr);
}

section.footnote-wrap .footnote-inner .highlight .preview-container .picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}


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

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

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

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

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

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

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

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

/* ==============================
        Ornaments
============================== */

/* TOP COVER  */

.orn-tc-1.right {
    position: absolute;
    width: 71%;
    right: 0%;
    bottom: 0%;
    transform: translate(37%, -1%) scaleX(-1);
}
.orn-tc-1.left {
    position: absolute;
    width: 71%;
    left: 0%;
    bottom: 0%;
    transform: translate(-37%, -1%);
}

.top-cover .orn-ff-awan-1 {
    top: 7%;
}

.top-cover .orn-ff-awan-2 {
    top: 14%;
    bottom: unset;
}

/* QUOTE  */

.orn-quote-1 {
    position: absolute;
    width: 30.35%;
    right: 0;
    bottom: 0;
    transform: translate(27%, 28%);
}

.orn-quote-2 {
    position: absolute;
    width: 58.92%;
    left: 0;
    bottom: 0;
    transform: translate(-29%, 34%);
}

.orn-quote-3 {
    position: absolute;
    width: 29.64%;
    right: 0;
    bottom: 0;
    transform: translate(48%, 19%);
}

.orn-quote-4 {
    position: absolute;
    width: 34.2%;
    right: 0;
    bottom: 0;
    transform: translate(57%, -14%);
}

.orn-quote-5 {
    position: absolute;
    width: 28.5%;
    right: 0;
    bottom: 25%;
    transform: translate(57%, -14%);
}

.orn-quote-6 {
    position: absolute;
    width: 49.64%;
    left: 0;
    bottom: 0%;
    transform: translate(-63%, 1%);
}

.orn-quote-7 {
    position: absolute;
    width: 24.2%;
    left: 0;
    top: 0%;
    transform: translate(-11%, 0%) rotate(13deg);
}

.orn-quote-8 {
    position: absolute;
    width: 33.21%;
    right: 0;
    top: 0%;
    transform: translate(21%, -18%) scaleX(-1);
}

.orn-quote-9 {
    position: absolute;
    width: 12.35%;
    left: 0;
    top: 10%;
    transform: translate(-35%, 20%) rotate(14.9deg);
}

/* COUPLE  */
.orn-couple-1 {
    width: 35%;
    position: absolute;
    left: 0;
    bottom: 10%;
    transform: translate(-42%, -7%);
}

.orn-couple-2 {
    width: 38.1%;
    position: absolute;
    left: 0;
    bottom: 25%;
    transform: translate(-62%, -13%) rotate(-31deg);
}

.orn-couple-kupu {
    width: 10%;
    position: absolute;
    right: 0;
    bottom: 30%;
    transform: translate(71%, -5%) scaleX(-1);
}

.orn-couple-3 {
    width: 36.14%;
    position: absolute;
    left: 0;
    bottom: 40%;
    transform: translate(-53%, -18%);
}

.orn-couple-4 {
    width: 22.85%;
    position: absolute;
    left: 0;
    bottom: 32%;
    transform: translate(-34%, -21%);
}

.orn-couple-5.left {
    width: 31.42%;
    position: absolute;
    left: 0;
    top: 0%;
    transform: translate(-26%, -14%);
}

.orn-couple-5.right {
    width: 31.42%;
    position: absolute;
    right: 0;
    top: 0%;
    transform: translate(26%, -14%) scaleX(-1);
}

.orn-couple-6 {
    width: 28.5%;
    position: absolute;
    right: 0;
    top: 18%;
    transform: translate(50%, 4%);
}

.orn-cp-1.right {
    width: 51.5%;
    position: absolute;
    right: 0;
    bottom: 0%;
    transform: translate(25%, 45%) scaleX(-1);
}

.orn-cp-1.left {
    width: 51.5%;
    position: absolute;
    left: 0;
    bottom: 0%;
    transform: translate(-25%, 45%);
}

.orn-cp-2 {
    width: 41.7%;
    position: absolute;
    left: 0;
    top: 0%;
    transform: translate(25%, -14%) rotate(-17deg);
}

/* EVENT  */
.orn-event-1 {
    position: absolute;
    width: 115.12%;
    right: 0;
    top: 0;
    transform: translate(37%, -16%);
}

.orn-event-2 {
    position: absolute;
    width: 123%;
    left: 50%;
    top: 16%;
    transform: translate(-59.8%, 1%) scaleX(-1);
}

.orn-event-3 {
    position: absolute;
    width: 23.07%;
    left: 0%;
    bottom: 0%;
    transform: translate(-30%, 8%);
}

.orn-event-4 {
    position: absolute;
    width: 19.74%;
    left: 0%;
    bottom: 8%;
    transform: translate(-39%, 1%) scaleX(-1);
}

.orn-event-5 {
    position: absolute;
    width: 92%;
    left: 0%;
    bottom: 8%;
    transform: translate(-52%, -10%);
}

.orn-event-awan-1 {
    position: absolute;
    width: 57.4%;
    right: 0;
    top: 0;
    transform: translate(0%, -5%);
}

.orn-agenda-1 {
    position: absolute;
    width: 25.93%;
    left: 0%;
    top: 0%;
    transform: translate(-23%, -35%);
}

.orn-agenda-2 {
    position: absolute;
    width: 60.93%;
    left: 0%;
    top: 0%;
    transform: translate(-4%, -33%);
}

.orn-agenda-3 {
    position: absolute;
    width: 27.5%;
    left: 0%;
    top: 0%;
    transform: translate(30%, -33%) rotate(90deg);
}

.orn-1-wrap-event {
    position: absolute;
    width: 100%;
    height: 20%;
    right: 0;
    top: 0;
    transform: scaleX(-1) translate(0%, -7%);
}

.orn-agenda-4 {
    position: absolute;
    width: 72.18%;
    right: 0%;
    top: 0%;
    transform: translate(50%, -100%) scaleX(-1);
}

.orn-agenda-5 {
    position: absolute;
    width: 34.3%;
    right: 0%;
    bottom: 0%;
    transform: translate(28%, 4%);
}

.orn-agenda-6 {
    position: absolute;
    width: 48.43%;
    right: 10%;
    bottom: 0%;
    transform: translate(28%, 30%);
}

.orn-agenda-7 {
    position: absolute;
    width: 19.3%;
    right: 25%;
    bottom: 0%;
    transform: translate(-32%, 13%);
}

.orn-agenda-8 {
    position: absolute;
    width: 37.5%;
    right: 25%;
    bottom: 0%;
    transform: translate(-30%, 28%);
}

.orn-agenda-9 {
    position: absolute;
    width: 38.4%;
    left: 0%;
    bottom: 0%;
    transform: translate(-5%, 43%);
}

.orn-agenda-10 {
    position: absolute;
    width: 49%;
    left: 0%;
    bottom: 0%;
    transform: translate(-55%, 57%);
}

.orn-agenda-11 {
    position: absolute;
    width: 21.875%;
    left: 0%;
    bottom: 0%;
    transform: translate(-57%, -10%);
}

.orn-agenda-12 {
    position: absolute;
    width: 23.75%;
    left: 0%;
    bottom: 2%;
    transform: translate(-33%, -18%);
}

.orn-agenda-13 {
    position: absolute;
    width: 102.6%;
    left: 0%;
    top: 0%;
    transform: translate(31%, -49%) rotate(26deg);
}

.orn-agenda-kupu-1{
    position: absolute;
    width: 10.3%;
    right: 9%;
    bottom: 10%;
    transform: translate(7%, -53%);
}
.orn-agenda-kupu-2{
    position: absolute;
    width: 14.3%;
    left: 9%;
    bottom: 6%;
    transform: translate(-7%, -53%);
}

@media (min-width: 561px) and (max-width:960px) {
    .orn-event-5 {
        width: 82%;
    }
    .orn-event-3{
        transform: translate(-30%, 11%);
    }
}

@media (min-width: 1400px) {
    .orn-event-5{
        width: 84%;
    }
    .orn-event-3{
        transform: translate(-30%, 11%);
    }
}

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

.orn-rsvp-1.left {
    position: absolute;
    width: 36.6%;
    left: 0;
    bottom: 0;
    transform: translate(-37%, 35%);
}

.orn-rsvp-2.right {
    position: absolute;
    width: 31.16%;
    right: 0;
    bottom: 0;
    transform: translate(49%, -9%) scaleX(-1);
}

.orn-rsvp-2.left {
    position: absolute;
    width: 31.16%;
    left: 0;
    bottom: 0;
    transform: translate(-49%, -9%)
}

.orn-rsvp-3.right {
    position: absolute;
    width: 31.16%;
    right: 0;
    bottom: 20%;
    transform: translate(49%, -19%);
}

.orn-rsvp-3.left {
    position: absolute;
    width: 31.16%;
    left: 0;
    bottom: 20%;
    transform: translate(-49%, -19%) scaleX(-1);
}

.orn-rsvp-4.right {
    position: absolute;
    width: 29.2%;
    right: 0;
    top: 0%;
    transform: translate(50%, 15%) scaleX(-1);
}

.orn-rsvp-4.left {
    position: absolute;
    width: 29.2%;
    left: 0;
    top: 0%;
    transform: translate(-50%, 15%);
}

.orn-rsvp-5.right {
    position: absolute;
    width: 25.12%;
    right: 0;
    top: 0%;
    transform: translate(21%, -54%) scaleX(-1);
}

.orn-rsvp-5.left {
    position: absolute;
    width: 25.12%;
    left: 0;
    top: 0%;
    transform: translate(-21%, -54%);
}

/* VIDEO  */
.orn-video-1.right {
    position: absolute;
    width: 31.9%;
    right: 0;
    bottom: 0;
    transform: translate(37%, 35%) scaleX(-1);
}

.orn-video-1.left {
    position: absolute;
    width: 31.9%;
    left: 0;
    bottom: 0;
    transform: translate(-37%, 35%);
}

.orn-video-2.right {
    position: absolute;
    width: 13.8%;
    right: 0;
    bottom: 10%;
    transform: translate(77%, -19%);
}

.orn-video-2.left {
    position: absolute;
    width: 13.8%;
    left: 0;
    bottom: 10%;
    transform: translate(-77%, -19%) scaleX(-1);
}

.orn-video-3.right {
    position: absolute;
    width: 14.77%;
    right: 0;
    top: 0%;
    transform: translate(60%, 1%);
}

.orn-video-3.left {
    position: absolute;
    width: 14.77%;
    left: 0;
    top: 0%;
    transform: translate(-60%, 1%) scaleX(-1);
}

.orn-video-4.right {
    position: absolute;
    width: 19.858%;
    right: 0;
    top: 0%;
    transform: translate(30%, -76%) scaleX(-1) rotate(-12deg);
}

.orn-video-4.left {
    position: absolute;
    width: 19.858%;
    left: 0;
    top: 0%;
    transform: translate(-30%, -76%) rotate(-12deg);
}

/* SAVE THE DATE  */
.orn-sd-center{
    position: absolute;
    width: 78%;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,46%);
}
.orn-sd-1.right {
    position: absolute;
    width: 42.6%;
    right: 0;
    bottom: 10%;
    transform: translate(-20%, 1%) scaleX(-1) rotate(8deg);
}

.orn-sd-1.left {
    position: absolute;
    width: 42.6%;
    left: 0;
    bottom: 10%;
    transform: translate(20%, 1%) rotate(8deg);
}

.orn-sd-2.right {
    position: absolute;
    width: 22.22%;
    right: 0;
    bottom: 25%;
    transform: translate(-19%, -4%);
}

.orn-sd-2.left {
    position: absolute;
    width: 22.22%;
    left: 0;
    bottom: 25%;
    transform: translate(19%, -4%) scaleX(-1);
}

.orn-sd-3.left {
    position: absolute;
    width: 73.6%;
    left: 0;
    bottom: 31%;
    transform: translate(-27%, -4%) rotate(-76deg);
}

.orn-sd-3.right {
    position: absolute;
    width: 73.6%;
    right: 0;
    bottom: 31%;
    transform: translate(27%, -4%) rotate(76deg) scaleX(-1);
}

.orn-sd-4.left {
    position: absolute;
    width: 20.83%;
    left: 0;
    top: 16%;
    transform: translate(41%, 1%) rotate(18deg);
}

.orn-sd-4.right {
    position: absolute;
    width: 20.83%;
    right: 0;
    top: 16%;
    transform: translate(-41%, 1%) scaleX(-1) rotate(18deg);
}

.orn-sd-5.left {
    position: absolute;
    width: 9.58%;
    left: 0;
    top: 16%;
    transform: translate(130%, -8%) rotate(18deg);
}

.orn-sd-5.right {
    position: absolute;
    width: 9.58%;
    right: 0;
    top: 16%;
    transform: translate(-130%, -8%) scaleX(-1) rotate(18deg);
}

.orn-sd-6.left {
    position: absolute;
    width: 18.88%;
    left: 0;
    top: 0%;
    transform: translate(93%, -2%) rotate(18deg);
}

.orn-sd-6.right {
    position: absolute;
    width: 18.88%;
    right: 0;
    top: 0%;
    transform: translate(-93%, -2%) scaleX(-1) rotate(18deg);
}

.orn-sd-kupu-1 {
    position: absolute;
    width: 7.7%;
    left: 3%;
    top: 4%;
    transform: translate(0%, 0%);
}

.orn-sd-kupu-2 {
    position: absolute;
    width: 9.72%;
    right: 0%;
    top: 16%;
    transform: translate(0%, 0%);
}

/* Footnote  */
.orn-ff-1.right {
    position: absolute;
    width: 34.6%;
    right: 0;
    bottom: 0%;
    transform: translate(30%, 25%) scaleX(-1);
}

.orn-ff-1.left {
    position: absolute;
    width: 34.6%;
    left: 0;
    bottom: 0%;
    transform: translate(-30%, 25%);
}

.orn-ff-2.right {
    position: absolute;
    width: 34.4%;
    right: 5%;
    bottom: 0%;
    transform: translate(-27%, 18%) scaleX(-1);
}

.orn-ff-2.left {
    position: absolute;
    width: 34.4%;
    left: 5%;
    bottom: 0%;
    transform: translate(27%, 18%);
}

.orn-ff-3.right {
    position: absolute;
    width: 29.4%;
    right: 5%;
    bottom: 0%;
    transform: translate(8%, 7%) scaleX(-1);
}

.orn-ff-3.left {
    position: absolute;
    width: 29.4%;
    left: 5%;
    bottom: 0%;
    transform: translate(-8%, 7%);
}

.orn-ff-4.center {
    position: absolute;
    width: 17.4%;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 55%);
}

.orn-ff-5.right {
    position: absolute;
    width: 23.3%;
    right: 0%;
    bottom: 0%;
    transform: translate(0%, -11%) scaleX(-1);
}

.orn-ff-5.left {
    position: absolute;
    width: 23.3%;
    left: 0%;
    bottom: 0%;
    transform: translate(0%, -11%);
}

.orn-ff-6.right {
    position: absolute;
    width: 24.6%;
    right: 0%;
    bottom: 0%;
    transform: translate(-46%, -24%) scaleX(-1);
}

.orn-ff-6.left {
    position: absolute;
    width: 24.6%;
    left: 0%;
    bottom: 0%;
    transform: translate(46%, -24%);
}

.orn-ff-awan-1 {
    position: absolute;
    width: 57.4%;
    left: 0;
    top: 40%;
    transform: translate(0%, -50%);

    max-width: 300px;
}

.orn-ff-awan-2 {
    position: absolute;
    width: 57.4%;
    right: 0;
    bottom: 40%;
    transform: translate(0%, 50%) scaleX(-1);

    max-width: 300px;
}

.orn-ff-kupu-1 {
    position: absolute;
    width: 20%;
    left: 0%;
    top: 25%;
    transform: translate(-150%, 0%);
}

.orn-ff-kupu-2 {
    position: absolute;
    width: 25.4%;
    right: 0%;
    bottom: 30%;
    transform: translate(90%, 0%);
}

/* Kado  */
.orn-kado-1.right {
    position: absolute;
    width: 23.6%;
    right: 0;
    bottom: 0%;
    transform: translate(68%, 5%) scaleX(-1);
}

.orn-kado-1.left {
    position: absolute;
    width: 23.6%;
    left: 0;
    bottom: 0%;
    transform: translate(-68%, 5%);
}

.orn-kado-2.right {
    position: absolute;
    width: 17.8%;
    right: 0;
    bottom: 20%;
    transform: translate(70%, -18%) scaleX(-1);
}

.orn-kado-2.left {
    position: absolute;
    width: 17.8%;
    left: 0;
    bottom: 20%;
    transform: translate(-70%, -18%);
}

.orn-kado-3.right {
    position: absolute;
    width: 30.40%;
    right: 0;
    top: 0%;
    transform: translate(48%, 1%) scaleX(-1);
}

.orn-kado-3.left {
    position: absolute;
    width: 30.40%;
    left: 0;
    top: 0%;
    transform: translate(-48%, 1%);
}

.orn-awan-kg-1{
    position: absolute;
    width: 57.4%;
    top: 0;
    right: 0;
    transform: translate(0%,0%);
}
.orn-awan-kg-2{
    position: absolute;
    width: 57.4%;
    bottom: 0;
    left: 0;
    transform: translate(0%,0%) scaleX(-1);
}

/* PRIMARY PANE  */
.primary-pane .orn-ff-1.right {
    position: absolute;
    width: 22.49%;
    right: 0;
    bottom: 0%;
    transform: translate(30%, 25%) scaleX(-1);
}

.primary-pane .orn-ff-1.left {
    position: absolute;
    width: 22.49%;
    left: 0;
    bottom: 0%;
    transform: translate(-30%, 25%);
}

.primary-pane .orn-ff-2.right {
    position: absolute;
    width: 22.36%;
    right: 5%;
    bottom: 0%;
    transform: translate(-27%, 22%) scaleX(-1);
}

.primary-pane .orn-ff-2.left {
    position: absolute;
    width: 22.36%;
    left: 5%;
    bottom: 0%;
    transform: translate(27%, 22%);
}

.primary-pane .orn-ff-3.right {
    position: absolute;
    width: 19.11%;
    right: 5%;
    bottom: 0%;
    transform: translate(8%, 7%) scaleX(-1);
}

.primary-pane .orn-ff-3.left {
    position: absolute;
    width: 19.11%;
    left: 5%;
    bottom: 0%;
    transform: translate(-8%, 7%);
}

.primary-pane .orn-ff-4.left {
    position: absolute;
    width: 11.31%;
    left: 33%;
    bottom: 0%;
    transform: translate(-63%, 60%);
}
.primary-pane .orn-ff-4.right {
    position: absolute;
    width: 11.31%;
    right: 33%;
    bottom: 0%;
    transform: translate(63%, 60%);
}

.primary-pane .orn-ff-5.right {
    position: absolute;
    width: 15.15%;
    right: 0%;
    bottom: 0%;
    transform: translate(0%, -11%) scaleX(-1);
}

.primary-pane .orn-ff-5.left {
    position: absolute;
    width: 15.15%;
    left: 0%;
    bottom: 0%;
    transform: translate(0%, -11%);
}

.primary-pane .orn-ff-6.right {
    position: absolute;
    width: 16.00%;
    right: 0%;
    bottom: 0%;
    transform: translate(-46%, -24%) scaleX(-1);
}

.primary-pane .orn-ff-6.left {
    position: absolute;
    width: 16.00%;
    left: 0%;
    bottom: 0%;
    transform: translate(46%, -24%);
}

.primary-pane .orn-ff-awan-1 {
    position: absolute;
    width: 37.31%;
    left: 0;
    top: 40%;
    transform: translate(0%, -50%);
}

.primary-pane .orn-ff-awan-2 {
    position: absolute;
    width: 37.31%;
    right: 0;
    bottom: 40%;
    transform: translate(0%, 50%) scaleX(-1);
}

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

.primary-pane .orn-tc-1.left {
    position: absolute;
    width: 46.15%;
    left: 0%;
    bottom: 0%;
    transform: translate(-37%, 0%);
}

.awan{
    max-width: 300px;
}

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

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

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

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

/* fly to right */
@keyframes fly-1 {
    0% {
        opacity: 0;
        transform: translate(250%, 250%) scaleX(1);
        /* Mulai dari kiri bawah */
    }

    5% {
        opacity: 1;
    }

    10% {
        transform: translate(225%, 225%) scaleX(0.8);
    }

    20% {
        transform: translate(200%, 200%) scaleX(1);
    }

    30% {
        transform: translate(175%, 175%) scaleX(0.8);
    }

    40% {
        transform: translate(150%, 150%) scaleX(1);
    }

    50% {
        transform: translate(125%, 125%) scaleX(0.8);
    }

    60% {
        transform: translate(100%, 100%) scaleX(1);
    }

    70% {
        transform: translate(75%, 75%) scaleX(0.8);
    }

    80% {
        transform: translate(50%, 50%) scaleX(1);
    }

    90% {
        transform: translate(25%, 25%) scaleX(0.8);
    }

    100% {
        transform: translate(0%, 0%) scaleX(1);
        /* Berhenti di posisi awal */
    }
}

@keyframes fly-2 {
    0% {
        opacity: 0;
        transform: translate(-250%, 250%) scaleX(1);
        /* Mulai dari kiri bawah */
    }

    5% {
        opacity: 1;
    }

    10% {
        transform: translate(-225%, 225%) scaleX(0.8);
    }

    20% {
        transform: translate(-200%, 200%) scaleX(1);
    }

    30% {
        transform: translate(-175%, 175%) scaleX(0.8);
    }

    40% {
        transform: translate(-150%, 150%) scaleX(1);
    }

    50% {
        transform: translate(-125%, 125%) scaleX(0.8);
    }

    60% {
        transform: translate(-100%, 100%) scaleX(1);
    }

    70% {
        transform: translate(-75%, 75%) scaleX(0.8);
    }

    80% {
        transform: translate(-50%, 50%) scaleX(1);
    }

    90% {
        transform: translate(-25%, 25%) scaleX(0.8);
    }

    100% {
        transform: translate(0%, 0%) scaleX(1);
        /* Berhenti di posisi awal */
    }
}



/* flap */
@keyframes flap {
    0% {
        transform: scale(1) skew(0deg, 0deg);
    }

    50% {
        transform: scale(.8) skew(5deg, 5deg);
    }

    100% {
        transform: scale(1) skew(0deg, 0deg);
    }
}

@keyframes flap-2 {
    0% {
        transform: scaleX(0.8);
    }

    100% {
        transform: scaleX(1);
    }
}

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

/* GLOBAL  */
.awan img {
    position: relative;
    animation-name: cloud-left;
    animation-duration: 20000ms !important;
    animation-iteration-count: infinite;
    animation-timing-function: linear !important;
}

.kupu-1 .image-wrap.aos-animate img {
    animation:
        flap 1000ms ease-in-out infinite alternate,
        fly-2 8s linear alternate;
}

.kupu-2 .image-wrap.aos-animate img {
    animation:
        flap-2 1000ms ease-in-out infinite alternate,
        fly-1 8s linear alternate;
}

/* TopCover , Pp , Ff */
.orn-ff-5 .image-wrap img {
    transform-origin: 20% 95%;
    animation: goyang 5s ease-in-out infinite alternate;
}

/* QUOTE  */
.orn-quote-8 .image-wrap img {
    transform-origin: 20% 95%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-quote-4 .image-wrap img {
    transform-origin: 50% 95%;
    animation: goyang 6s ease-in-out infinite alternate;
    animation-delay: 1s;
}

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

/* COUPLE  */
.orn-cp-2 .image-wrap img {
    transform-origin: 30% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
    animation-delay: .5s;
}

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

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

/* AGENDA  */
.orn-agenda-2 .image-wrap img {
    transform-origin: 0% 50%;
    animation: goyang 4s ease-in-out infinite alternate;
    animation-delay: 1s;
}

.orn-agenda-11 .image-wrap img {
    transform-origin: 60% 100%;
    animation: goyang 4s ease-in-out infinite alternate;
    animation-delay: .5s;
}

.orn-agenda-13 .image-wrap img {
    transform-origin: 30% 80%;
    animation: goyang 4s ease-in-out infinite alternate;
}

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

/* RSVP  */
.orn-rsvp-5 .image-wrap img {
    transform-origin: 20% 95%;
    animation: goyang 5s ease-in-out infinite alternate;
}

.orn-rsvp-3 .image-wrap img {
    transform-origin: 50% 95%;
    animation: goyang 4s ease-in-out infinite alternate;
}

/* VIDEO  */
.orn-video-4 .image-wrap img {
    transform-origin: 20% 95%;
    animation: goyang 5s ease-in-out infinite alternate;
}

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

/* SAVE THE DATE */
.orn-sd-6 .image-wrap img {
    transform-origin: 30% 100%;
    animation: goyang 5s ease-in-out infinite alternate;
    animation-delay: 1.5s;
}

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

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

.effects.chindy>div {
    width: 3%;
    height: 3%;
    top: -10%;
    opacity: .6;
}

.primary-pane .effects.chindy>div {
    width: 3%;
    height: 3%;
    top: -10%;
}