/* serene */
body.serene {
    /* Heading Family */
    --heading-family: "Sofia", cursive;
    --heading-style: normal;
    --heading-weight: 400;
    --heading-size: calc(13vw - 2.752px);
    --heading-lettercase: capitalize;

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

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

    /* Colors */
    --background-primary: #F1EAE0;
    --background-primary-rgb: 241, 234, 224;
    --background-secondary: #C4D2DD;
    --background-secondary-rgb: 196, 210, 221;
    --background-tertiary: #FF95BD;
    --background-tertiary-rgb: 255, 149, 189;
    
    --text-primary: #0D568B;
    --text-primary-rgb: 13, 86, 139;
    --text-secondary: #616161;
    --text-secondary-rgb: 97, 97, 97;
    --text-tertiary: #D75659;
    --text-tertiary-rgb: 215, 86, 89;

    --button-text-primary: #F1EAE0;
    --button-text-primary-rgb: 241, 234, 224;
    --button-background-primary: #0D568B;
    --button-background-primary-rgb: 13, 86, 139;
    --button-text-secondary: #F1EAE0;
    --button-text-secondary-rgb: 241, 234, 224;
    --button-background-secondary: #FD5F9A;
    --button-background-secondary-rgb: 253, 95, 154;

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

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

/* Original Color */
body.serene.original {
    --couple-mask: url("https://katsudoto.id/media/template/exclusive/serene/original/orn-18-min.png");
}


@media (min-width: 768px) {
    body.serene {
        --heading-size: 52px;
        --body-text-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 960px) {
    body.serene {
        --body-text-size: 22px;
    }
}


/* Font Setup */
body.serene h1,
body.serene h2,
body.serene h3,
body.serene h4,
body.serene h5,
body.serene 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.serene p {
    font-family: var(--body-text-family);
    font-style: var(--body-text-style);
    font-weight: var(--body-text-weight);
    font-size: var(--body-text-size);
    text-transform: var(--body-text-lettercase);
    line-height: 1.4;
    color: var(--text-secondary);
}
body.serene sup {
    font-family: inherit;
    font-size: 0.6em;
    color: inherit;
}
body.serene span {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: bold;
}
body.serene font {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
    font-style: inherit;
}

body.serene img {
    max-width: 100%;
}

body.serene {
    overflow: visible;
}

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

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

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

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

.kat-page__side-to-side .primary-pane {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    width: 61%;
}
.kat-page__side-to-side .secondary-pane {
    position: static;
    right: 0;
    width: 39%;
    margin-left: auto;
}

@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 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: var(--background-primary);
    background-image: var(--texture-body);
    background-size: 70% auto;
    background-position: center top;
    background-repeat: repeat-y;
}

/* details */
.kat-page__side-to-side .primary-pane .inner .details::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(235, 252, 255, 0.80) 0%, rgba(235, 252, 255, 0.00) 100%);
}
.kat-page__side-to-side .primary-pane .inner .details {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 390px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 1;
    transform: translate(-50%, -50%);
    padding: 60px 24px;
}
.kat-page__side-to-side .primary-pane .inner .details p {
    font-size: calc(var(--body-text-size) + var(--fs-extra-4) + 1px);
    color: var(--text-secondary);
}

@media (max-width: 1081px) {
    .kat-page__side-to-side .primary-pane .inner .details {
        top: unset;
        bottom: 0;
        transform: translate(-50%, -200%);
    }
}

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

    transition: all 1.8s;
    transition-timing-function: cubic-bezier(.23,.56,.38,.78);
    -webkit-transition-timing-function: cubic-bezier(.23,.56,.38,.78);
    -moz-transition-timing-function: cubic-bezier(.23,.56,.38,.78);
    -o-transition-timing-function: cubic-bezier(.23,.56,.38,.78);

    display: flex;
    flex-direction: column;
    display: none;

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

@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: 80px 0px 0px; */
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

section.top-cover .inner .head {
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    /* max-width: 250px; */
    margin: 0 auto;
    z-index: 1;
    transform: translate(-50%, 9%);
    width: 80%;
}

section.top-cover .inner .orn-wrapper {
    position: relative;
    width: 100%;
    margin-top: auto;
    margin-bottom: 30%;
}

/* details */
section.top-cover .inner .details {
    position: absolute;
    bottom: 30%;
    left: 50%;
    width: 100%;
    text-align: center;
    padding: 60px 20px;
    transform: translate(-50%, 30%);
    z-index: 2;
}
section.top-cover .inner .details::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(235, 252, 255, 0.95) 0%, rgba(235, 252, 255, 0.00) 100%);
    opacity: 0;
    animation: opacity 5s;
    animation-delay: 3000ms;
}
section.top-cover .inner .details.aos-animate::before {
    opacity: 1;
}
section.top-cover .inner .foot {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: -1%;
}
section.top-cover .inner .foot p {
    font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    font-family: var(--body-text-family);
    font-style: normal;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 4px;
}

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

section.top-cover .inner .details .link-wrap {
    margin-top: 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-family: var(--body-text-family);
    font-weight: 400;
    text-decoration: none;
    margin: 0px auto;    
    padding: 12px 20px;
    border-radius: 6px;
    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), .8);
}

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

@media (min-width: 768px) {
    section.top-cover .inner .details {
        /* transform: translate(-50%, -180%); */
    }
}

/* ======================
    COVER
====================== */
section.cover {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding: 30px 14px;
    display: flex;
    flex-direction: column;
}

/* cover orn frame */
.cover .cover-frame {
    position: relative;
    top: 0;
    left: 50%;
    width: calc(100%);
    max-width: 500px;
    min-height: 100vh;
    transform: translate(-50%, 0%);
}
.cover-frame .image-wrap svg {
    
}
.cover-frame .image-wrap svg path {
    fill: var(--button-background-primary);
}

section.cover .cover-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px;
}

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

section.cover .cover-inner .cover-head .logo-wrap {
    width: 100%;
    height: 80px;
    margin-bottom: 12px;
    position: relative;    
}
section.cover .cover-inner .cover-head .logo-wrap .logo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

/* Cover Body */
section.cover .square {
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    margin: 24px auto;
    background-color: var(--button-background-secondary);
}
section.cover .square div {
    position: relative;
    width: 100%;
}
section.cover .cover-inner .cover-body {
    position: relative;
    width: 100%;
    text-align: center;
}
section.cover .cover-inner .cover-body::before {
    
}
section.cover .cover-inner .cover-body .prime-title {
    max-width: 300px;
    margin: 0 auto;
    font-size: calc(var(--heading-size) + var(--fs-extra-1) + var(--fs-extra-4));
}
section.cover .cover-inner .cover-body p {
    color: var(--text-secondary);
    font-size: calc(var(--body-text-size));
    font-weight: 400;
}

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

/* Cover Foot */
section.cover .cover-inner .cover-foot {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    position: relative;
}
.cover-foot .torsvp__btn-wrap {
    
}
.cover-foot .torsvp__btn-wrap .torsvp__btn {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: var(--body-text-weight);
    border: none;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);    
}
.cover-foot .torsvp__btn-wrap .torsvp__btn:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
    color: var(--button-text-primary);    
}
.cover-foot .arrow {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-top: 24px;
    cursor: pointer;
}

.arrow i {
    display: block;
    font-size: 12px;
    color: var(--button-background-secondary);
    margin-top: -5px;
    /* width: 1.5vw;
    height: 1.5vw;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: -10px; */
    animation: animate 2s ease-out infinite;
}

.arrow i:nth-child(2) {
    font-size: 16px;
    animation-delay: -0.2s;
}

.arrow i:nth-child(3) {
    font-size: 24px;
    margin-top: -10px;
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: translate(0px, 0px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(0px, 20px);
    }
}

/* ==============================
        Love Story
============================== */
/* Story */
.story-outer {
    position: relative;
    background-color: var(--background-secondary);
    overflow: hidden;
}
.story-outer .inner {
    padding: 21% 24px;
}
.story-outer .inner .head {
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
}
.story-outer .inner .head .text-01 {
    color: var(--text-primary);
}
.story-outer .inner .body {
    background-color: transparent;
    padding-bottom: 5%;
}
.story-outer .inner .body .stories {
    width: 100%;
    padding: 0px;
}
.story-outer .inner .body .stories .story {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 24px;
}   


/* Story Frame */
.story .story-frame {
    position: relative;
    display: flex;
    padding: 8px;
    margin: 0px auto;
    width: 100%;
    min-height: 260px;
    border-radius: 8px;

    background-color: var(--background-tertiary);
}
.story .story-frame .story-frame-inner {
    position: relative;
    border: 1px solid var(--text-secondary);
    border-radius: 6px;
    width: 100%;
}

.story-frame-inner .head-frame {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--background-primary);
    border-radius: 6px 6px 0px 0px;
    padding: 8px;
}
.story-frame-inner .head-frame .text-01 {
    color: var(--text-secondary);
}
.story-frame-inner .head-frame .orn-square-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.orn-square-wrap .orn-square {
    width: 12px;
    height: 12px;
    border: 1px solid var(--text-secondary);
    background-color: var(--light-clr);
}

.story-frame-inner .image-wrap {
    position: relative;
    width: 100%;
}
.story-frame-inner .image-wrap .cover-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}
.story-frame-inner .image-wrap img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 0px 0px 3px 3px;
}

.story-outer .inner .body .stories .story .content {
    position: relative;
    background-color: var(--background-primary);
    border-radius: 24px;
    text-align: center;
    padding: 12px;
    margin: 12px 0;
    width: 100%;
}

.story-outer .inner .body .stories .story .content .text-01 {

}
.story-outer .inner .body .stories .story .content .text-02 {

}

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

/* Couple Head */
.couple-head {
    text-align: center;
    padding: 0px 10px;
}
.orn-bismillah {
    margin: 0 auto 0.6em;
    width: 55%;
}
.couple-head .couple-title {
    font-family: var(--heading-family);
    font-size: var(--heading-size);
}
.couple-head .couple-description {
    padding: 0 16px;
}

.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-body.bride-first .couple-info.bride {
    margin-top: 0;
}

/* Couple Preview */
.couple-preview {
    display: flex;
    position: relative;
}
.couple-info.bride .couple-preview {
    transform: scaleX(-1);
}

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

.couple-picture-wrap {
    position: absolute;
    top: 9%;
    left: 50.5%;
    right: 0px;
    bottom: 8%;
    width: 95%;
    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(--secondary-clr);
}
.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 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 24px;
    text-align: center;
}

.couple-details .couple-name {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) - var(--fs-extra-5) + var(--fs-extra-1));
    color: var(--text-primary);
}
.couple-details .couple-parents {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-secondary);
}
.couple-details .couple-bio {
    color: var(--text-secondary);
}

.couple-link-wrap {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}
.couple-info.bride .couple-link-wrap {
    justify-content: center;
}

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

/* Separator */
.separator-wrap {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 5% auto;
}
.separator-wrap .separator {
    display: flex;
}
.separator-wrap .separator .couple-separator {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) + var(--fs-extra-2));
    margin: auto;
    color: var(--text-primary);
}

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

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

@media (min-width: 1200px) {
  .couple-frame {
    max-width: 400px;
  }
  .separator-wrap {
    margin: 10% auto;
  }
}

/* ==============================
        Save The Date
============================== */
.save-date-wrap {
    position: relative;
    overflow: hidden;
    background-color: var(--background-secondary);
    padding: 21% 24px 40px;
}
.save-date-wrap .divider {
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 1px;
    height: 260px;
    background-color: var(--button-background-primary);
    /* transform: translate(0%, 0%); */
}

.save-date-wrap .save-date {
    position: relative;
    margin: 0 auto;
}

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

/* Save Date Body */
.save-date-body {
    position: relative;
    max-width: 400px;
    margin: 0% auto;
}

.save-date-body .save-date-title {
    text-align: center;
}
.save-date-body .save-date-title span{
    font-family: var(--heading-family);
    text-transform: none;
}
/* save date event */
.save-date-body .save-date-event {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    font-weight: var(--body-text-weight);
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 24px;
}

/* save date box */
.save-date-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 24px;
    padding: 24px 0px;
}

/* Countdown */
.countdown {
    display: flex;
    /* grid-template-columns: repeat(2, 1fr); */
    /* grid-template-rows: repeat(2, auto); */
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}
.countdown .count-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 45%;
    height: 100%;
    border: none;
    gap: 8px;
}
/* .count-item .orn-stamps {
    padding: 20px 24px;
} */
.count-item .count-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.count-item .count-num {
    font-size: calc(var(--heading-size));
}
.count-item .count-text {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: var(--body-text-weight);
    color: var(--text-primary);
}

/* Add To Calendar */
.add-to-calendar-wrap {
    display: flex;
    justify-content: center;
    padding: 0px;
    text-align: center;
}
.add-to-calendar {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 500;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 8px 24px;
    border-radius: 6px;
    text-decoration: none;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    transition: all 0.25s ease-in-out;
    line-height: 28px;
}
.add-to-calendar:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
}

@media (min-width: 700px) {

}

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

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

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

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

.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 {
    position: relative;
    width: 100%;
    max-width: fit-content;
    padding: 12px 0px;
    margin:  40px auto 24px;
    border-top: 1px solid var(--button-background-primary);
    border-bottom: 1px solid var(--button-background-primary);
    text-align: center;
}
.event-item:first-of-type .event-head {
}

.event-head .event-day {
    font-family: var(--heading-family);
    font-size: calc(var(--body-text-size) + var(--fs-extra-2));
}
.event-head .event-date {
    font-family: var(--heading-family);
    font-size: calc(var(--body-text-size) + var(--fs-extra-4));
}
.event-head .event-date > span {
    vertical-align: middle;
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    color: var(--text-secondary);
    border-left: 1px solid var(--text-tertiary);
    border-right: 1px solid var(--text-tertiary);
    padding: 0px 24px;
    margin: 0px 24px;
}
.event-head .event-description {
    margin-top: 10px;
    color: var(--text-secondary);
}

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

.activity-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 20px 0px;
    max-width: 550px;
    margin: 0 auto 20%;
}

/* activity-frame */
.activity-frame {
    position: relative;
    /* background-color: var(--background-secondary);
    background-image: var(--texture-body);
    background-position: top;
    background-size: 100% auto; */
    border-radius: 500px 500px 0px 0px;
}
.activity-frame .frame-wrap {

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

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

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

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

.activity-head .activity-icon {
    width: 60px;
    height: 60px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 10px;
}
.activity-icon path {
    fill: var(--text-primary);
}

.activity-head .activity-title {
    margin: 0 auto;
    margin-bottom: 8px;
    font-size: calc(var(--body-text-size) + var(--fs-extra-4));
    color: var(--text-primary);
}

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

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

/* Agenda Details */
.event-details,
.activity-details {
    padding: 0px;
    text-align: center;
    margin: 12px auto auto;
    height: 50%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.event-details::-webkit-scrollbar,
.activity-details::-webkit-scrollbar {
    display: none;
}

.event-details .event-hall,
.activity-details .activity-hall {
    font-size: calc(var(--body-text-size));
    color: var(--text-primary);
}
.event-details .event-address,
.activity-details .activity-address {
    margin: 0 auto;
    max-width: 720px;
    font-size: calc(var(--body-text-size) - var(--fs-extra-1));
    color: var(--text-secondary);
}
.event-details .event-city,
.activity-details .activity-city {
    font-style: normal;
    font-size: calc(var(--body-text-size) - var(--fs-extra-1));
    color: var(--text-secondary);
    
}
.event-link-wrap,
.activity-link-wrap {
    margin-top: 0.5em;
    text-align: center;
}
.event-link,
.activity-link {
    display: inline-block;
    vertical-align: top;
    padding: 8px 12px;
    border-radius: 6px;

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

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

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

.event-link:hover,
.activity-item .activity-link:hover {
    border-color: rgba(var(--button-background-secondary-rgb), .7);
    color: rgba(var(--button-background-secondary-rgb), .7);
}

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

@media screen and (min-width: 768px) and (max-width: 960px) {
    .event-details,
    .activity-details {
        padding: 0;
    }
    .activity-head .activity-icon {
        width: 90px;
        height: 90px;
    }
}

@media (min-width: 961px) {
    .event-details,
    .activity-details {
        /* padding: 0px 25px; */
    }
    .activity-head .activity-icon {
        width: 80px;
        height: 80px;
    }
}

@media screen and (min-width: 1440px) {
    .activity-head .activity-title {
        font-size: calc(var(--heading-size) - var(--fs-extra-5));
    }

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

    .activity-head {

    }

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

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

    .event-details .event-hall,
    .activity-details .activity-hall {
        font-size: calc(var(--body-text-size) + var(--fs-extra-5));
        min-width: 360px;
    }
    .event-details .event-address,
    .activity-item:nth-child(odd) .activity-details .activity-address {
        min-width: 80%;
    }
    .event-details .event-address,
    .activity-item:nth-child(even) .activity-details .activity-address {
        min-width: 80%;
    }
}

/* ==============================
        RSVP
============================== */
.rsvp-wrap {
    position: relative;
    overflow: hidden;
    padding: 40px 24px;
    background-color: var(--background-tertiary);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rsvp-inner {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    /* padding: 0px 0 0px; */
}

/* Head */
.rsvp-head {
    background-color: var(--background-primary);
    padding: 24px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
}
.rsvp-head .rsvp-title {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) + 0px);
    color: var(--text-primary);
}

.rsvp-body {
    background-color: var(--background-secondary);
    border-radius: 0px 0px 4px 4px;
    padding: 24px;
}

/* 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,
.rsvp-confirm-btn.back, .form-label{
    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: 40px;
    width: 40px;    
    border-radius: 6px;
    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;
}
.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);
    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), .8);
}
.rsvp-amount-controller .toggle-btn.minus:hover .toggle-icon path {
    stroke: var(--button-background-primary);
}

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

.rsvp-plus-wrapper .form-control,
.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);
    
    border: none;
    border-radius: 6px;
    background-color: var(--background-primary);
    color: var(--text-primary);
}

.rsvp-amount-controller .input-control {
    pointer-events: none;
}

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

.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: 6px;
    
    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,
.form-check-label {
    font-family: var(--body-text-family);
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
    border-radius: 6px;
}
.rsvp-session-btn:hover {
    background-color: rgba(var(--button-background-secondary-rgb), .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,
.form-check-label:has(.form-check-input:checked),
.form-check-label:hover{
    background-color: rgba(var(--button-background-secondary-rgb), .8);
    color: var(--button-text-secondary);
}

.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), .8);
    color: var(--button-text-secondary);
}

.rsvp-confirm-btn.not-going {
    border: 1px solid var(--background-secondary);
    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(--background-secondary);
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
    min-height: 100%;
}
.rsvp-confirm-btn.confirm:hover {
    background-color: rgba(var(--button-background-secondary-rgb), .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), .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 */

/* ==============================
        Live Streaming
============================== */
section.live-streaming {
    padding: 21% 0px;
    position: relative;
    overflow: hidden;
}
section.live-streaming .inner {
    padding: 0px;   
}

/* head */
section.live-streaming .inner .head {
    text-align: center;
    padding: 0px 24px;
    margin-bottom: 24px;
}
section.live-streaming .inner .head h1 {
    padding: 0px;
    margin-bottom: 0px;
    color: var(--text-primary);
    font-size: var(--heading-size);
    
}   
section.live-streaming .inner .head p {
    font-style: normal;
    color: var(--text-secondary);
    font-size: var(--body-text-size);
}

/* body */
.live-streaming .inner .body {
    padding: 0px 0px 40px;
}
.live-streaming .inner .body p {
    font-size: var(--body-text-size);
    color: var(--text-tertiary);
    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 24px;
}
.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;
    color: var(--text-primary);
}

.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-secondary);
    border: none;
    color: var(--button-text-secondary);
    
    border-radius: 6px;
    padding: 12px;
}
.live-streaming .inner .body > .streaming-info > div.link > a:hover {
    background-color: rgba(var(--button-background-secondary-rgb), .8);
}

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

/* ==============================
    Photo
============================== */
.photo-wrap {
    position: relative;
    overflow: hidden;
    background-color: var(--background-primary);
}

.photo-inner {
    padding-top: 21%;
}

.photo-head {
    padding: 0px 20px 40px;
    text-align: center;
    margin: 0px auto;
}
.photo-head .photo-title {
    color: var(--text-primary);
}
.photo-head .photo-description {
    color: var(--text-secondary);
}

.photo-head + .photo-body {
    margin-top: 0%;
}

.photo-inner > .ornaments-wrapper + .photo-body {
    padding-top: 14%;
}
.photo-body {

}

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

/* 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: 560px) 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: 0;
    padding-bottom: 10%;
    background-color: var(--background-primary);
}

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: normal;
    color: var(--text-primary);

    margin-bottom: 0px;
    padding: 0px;
}
section.video-gallery .inner > .title p {
    font-size: var(--body-text-size);
    color: var(--text-secondary);
    line-height: normal;
}

/* 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 {
    width: 100%;
    max-width: 425px;
    margin: 0px 0px 24px;
    padding: 0px 30px;
}
.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(--heading-family);
    font-size: calc(var(--body-text-size) + var(--fs-extra-2));
    color: var(--text-primary);
}

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

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

/* head */
.ig-filter-head {
    text-align: center;
    padding: 0px 20px;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.ig-filter-head .ig-filter-title {
    margin-bottom: 0px;
}
.ig-filter-head .ig-filter-caption {
    color: var(--text-secondary);    
}

/* body */
.ig-filter-body {
    position: relative;
}
.ig-filter-body-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    padding: 12px;
    gap: 16px;
    border-radius: 6px;
    background-color: var(--background-secondary);
}

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

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

/* link */
.ig-filter-link-wrap {
    padding: 0px;
    display: flex;
    justify-content: center;
    width: calc(100% - 0px);
    margin: 0 auto;
}
.ig-filter-link {
    border: none;
    outline: none;
    width: 100%;
    /* min-width: 225px; */
    border-radius: 6px;
    padding: 8px 12px;

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

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

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

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

/* ======================
    PROTOCOL
====================== */
section.protocol {
    position: relative;
    background-color: var(--background-secondary);
    overflow: hidden;
}

/* Protocol 01 */
section.protocol.protocol-01 {
    background-color: transparent;
}
section.protocol.protocol-01 .inner .head {
    padding: 24px 16px 8px;
    background-color: var(--background-secondary);
}
section.protocol.protocol-01 .inner .head h1 {    
    font-size: var(--heading-size);
    font-weight: 400;
    color: var(--text-primary);
    line-height: 1.2;
    text-transform: capitalize;
}
section.protocol.protocol-01 .inner .head p {
    font-size: var(--body-text-size);
    color: var(--text-primary);
    font-weight: 400;
    margin-bottom: 12px;
}

.protocol.protocol-01 .inner .body {
    margin: 0px;
    padding: 20px 0px 40px;
}
.protocol.protocol-01 .inner .body .picture-outer {
    margin: 10px 20px 20px 20px;
}

/* Protocol 02 */
section.protocol.protocol-02 .inner .head .step-outer {
    background-color: var(--background-tertiary);
}

/* Protocol 03 */
section.protocol.protocol-03 {
    background: transparent;
}
section.protocol.protocol-03 .inner .head {
    padding: 24px 16px 8px;
    background-color: var(--background-secondary);
}
section.protocol.protocol-03 .inner .head h1 {
    font-size: var(--heading-size);
    font-weight: 400;
    color: var(--text-primary);
    line-height: 1.2;
    text-transform: capitalize;
}
section.protocol.protocol-03 .inner .head p {
    font-size: var(--body-text-size);
    color: var(--text-primary);
    font-weight: 400;
    margin-bottom: 12px;
}

.protocol.protocol-03 .inner .body {
    padding: 20px 0px 40px;
}
section.protocol.protocol-03 .inner .body .slider .content .text-01 {
    font-family: var(--body-text-family);
    font-weight: 500;
    font-size: calc(var(--body-text-size) + var(--fs-extra-3));
    text-transform: capitalize;
    color: var(--text-primary);
}
.protocol.protocol-03 .inner .body .slider_dots::before {
    border-color: var(--background-secondary);
}
.protocol.protocol-03 .inner .body .slider_dots .slider_navigator {
    background-color: var(--background-secondary);
}
.protocol.protocol-03 .inner .body .slider_dots .slider_navigator.slick-current.slick-center {
    background-color: var(--background-secondary);
}

/* Protocol 04 */
section.protocol-04 .inner {
    padding: 21% 24px;  
}
section.protocol-04 .inner .head {
    padding: 0px;
    margin-bottom: 8px;
}
section.protocol-04 .inner .head .title {
    font-family: var(--heading-family);
    font-weight: var(--heading-weight);
    font-size: var(--heading-size);
    text-transform: var(--heading-lettercase);
}

.kat-page__side-to-side .secondary-pane section.protocol-04 .protocol-item-wrap,
section.protocol-04 .protocol-item-wrap {
    max-width: unset;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 15%;
}
section.protocol-04 .protocol-item-wrap .protocol-item {
    align-items: center;
    background-color: var(--background-secondary);
    border-color: transparent;
    border-radius: 12px;
    max-width: unset;
    width: 40%;
    height: unset;
    margin: unset;
}
section.protocol-04 .protocol-item-wrap .protocol-item .protocol-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
}
section.protocol-04 .protocol-item-wrap .protocol-item .text-wrap {
    justify-content: flex-end;
    flex-grow: 0;
    padding: 0px;
}

section.protocol-04 .protocol-item-wrap .protocol-item .icon-wrap {
    padding: 0px;
    border-radius: 0;
    width: 80px;
    flex-grow: unset;
}
section.protocol-04 .protocol-item-wrap .protocol-item .icon-wrap .icon {
    width: 50px;
    height: auto;
}
section.protocol-04 .protocol-item-wrap .protocol-item .icon-wrap .icon path {
    fill: var(--text-primary);
}

section.protocol-04 .protocol-item-wrap .protocol-item .text-wrap .text {
    font-family: var(--body-text-family);
    font-weight: 400;
    font-size: var(--body-text-size);
    color: var(--text-secondary);
}

@media (min-width: 760px) {
    section.protocol-04 {
        min-height: 700px;
    }
    .kat-page__side-to-side .secondary-pane section.protocol-04 .protocol-item-wrap,
    section.protocol-04 .protocol-item-wrap {
        max-width: 400px;
    }
    /* section.protocol-04 .protocol-item-wrap .protocol-item {
        max-width: 150px;
        height: 200px;
    } */
    section.protocol-04 .protocol-item-wrap .protocol-item .icon-wrap .icon {
        width: 70px;
    }
}

@media (max-width: 360px) {
    section.protocol-04 .protocol-item-wrap {
        flex-direction: row;
    }
}
@media (max-width: 320px) {
    section.protocol-04 .protocol-item-wrap .protocol-item {
        width: 40%;
    }
}

/* ==============================
        Wedding Gift
============================== */
.wedding-gift-wrap {
    position: relative;
    overflow: hidden;
    background-color: var(--background-tertiary);
    padding: 40px 24px;
}
.wedding-gift-inner {
    position: relative;
    border-radius: 4px;
    background-color: var(--background-primary);
    width: 100%;
}

/* Head */
.wedding-gift-head {
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 24px;
}
.wedding-gift-head .wedding-gift-title {
    padding-bottom: 10px;
}
.wedding-gift-head .wedding-gift-description {
    color: var(--text-secondary);    
}

/* Body */
.wedding-gift-body {
    position: relative;
    padding: 24px;
    background-color: var(--background-secondary);
    border-radius: 0px 0px 4px 4px;
}
.wedding-gift-form {
    position: relative;
    border-radius: 10px;
}
.wedding-gift-form::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    border-radius: 10px;
    box-shadow: var(--shadow-01);
}

/* Wedding Gift Form */
#weddingGiftForm {
    width: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    max-width: 635px;
    margin: 0 auto;
}
#weddingGiftForm .wedding-gift-slide {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

/* Details */
.wedding-gift-details {

}

/* Select Bank */
.wedding-gift-select-bank-wrap {
    padding-bottom: 24px;
}
.wedding-gift-select-bank-wrap .selectize-control.form-control {
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 100px;
}
.wedding-gift-select-bank-wrap .selectize-control.form-control:focus,
.wedding-gift-select-bank-wrap .selectize-control.form-control:active {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    box-shadow: none;
    border: none;
}
.wedding-gift-select-bank-wrap .selectize-control.form-control .selectize-input {
    background: var(--button-background-primary);
    border-radius: 8px;
}
.wedding-gift-select-bank-wrap .selectize-control.form-control .selectize-input::after {
    border-top-color: var(--button-text-primary);
}
.wedding-gift-select-bank-wrap .selectize-control.form-control .select-bank__title {
    font-family: var(--body-text-family);
    color: var(--button-text-primary);
}

.wedding-gift-select-bank-wrap .selectize-dropdown.form-control {
    padding: 0;
    box-shadow: none;
    overflow: hidden;
    background-color: var(--background-secondary) !important;
    color: var(--button-text-primary);
    border: none;
}
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .select-bank__title {
    color: var(--text-primary);
}
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .select-bank__credential {
    font-size: calc(var(--body-text-size) - var(--fs-extra-3));
    color: var(--text-primary);
}
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .item {
    background-color: var(--background-primary)!important;
    color: var(--text-primary)!important;
}
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .item:hover {
    background-color: rgba(var(--background-primary-rgb), .8)!important;
    color: var(--text-primary)!important;
}
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .item:hover .select-bank__title,
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .item:hover .select-bank__credential {
    color: var(--text-primary);
}

/* Bank */
.wedding-gift-bank-wrap {

}
.wedding-gift-bank-wrap .bank-item {
    padding: 0px;
    align-items: flex-start;
    display: none;
}
.wedding-gift-bank-wrap .bank-item.show {
    display: flex;
}
/* Bank Detail */
.wedding-gift-bank-wrap .bank-detail { 
    flex-grow: 1;
}
.wedding-gift-bank-wrap .bank-name {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
}
.wedding-gift-bank-wrap .bank-detail > div {
    margin-top: 8px;
}

.wedding-gift-bank-wrap .bank-account-number-label {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - var(--fs-extra-2));
    color: var(--text-secondary);
    display: block;
    margin-bottom: 0.25em;
}
.wedding-gift-bank-wrap .bank-account-number {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    cursor: pointer;
    display: inline-block;
    word-break: break-all;
    color: var(--text-primary);
}
.wedding-gift-bank-wrap .bank-account-number > i {
    border: 1px solid var(--button-background-primary);
    border-radius: 4px;
    padding: 4px;
    font-size: var(--body-text-size);
    margin-left: 2.5em;
    color: var(--button-background-primary);
}

.wedding-gift-bank-wrap .bank-account-name-label {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - var(--fs-extra-2));
    color: var(--text-secondary);
    display: block;
    margin-bottom: 0.25em;
}
.wedding-gift-bank-wrap .bank-account-name {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    word-break: break-all;
    color: var(--text-primary);
}

/* Bank Img Wrap */
.wedding-gift-bank-wrap .bank-img-wrap {
    padding: 10px;
    display: flex;
}
.wedding-gift-bank-wrap .bank-img-link {
    display: inline-block;
    vertical-align: top;
    margin: auto;
}
.wedding-gift-bank-wrap .bank-img {
    width: 80px;
    height: 80px;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Sender Data */
.wedding-gift-sender-data-wrap {
    padding: 24px 0;
    /* margin-top: 30px; */
}
.wedding-gift-sender-data-wrap label {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    padding-left: 20px;
    display: block;
}
.wedding-gift-sender-data-wrap .form-group {
    margin-top: 8px;
    margin-bottom: 0;
    border: 1px solid var(--background-primary);
    border-radius: 8px;
}
.wedding-gift-sender-data-wrap textarea.form-control {
    height: auto;
    min-height: 0;
    max-height: 250px;
}
.wedding-gift-sender-data-wrap .form-control {
    background-color: transparent;
    border: none;
    border-radius: 5px;
    padding: 15px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: rgba(var(--text-secondary-rgb), 0.5);
}
.wedding-gift-sender-data-wrap .form-control::placeholder {
    color: rgba(var(--text-secondary-rgb), 0.5);
}
.wedding-gift-sender-data-wrap .form-control:focus {
    border: none;
    box-shadow: none;
}

/* Wedding Gift Page */
.wedding-gift-page-wrap {
    padding: 0;
}
.wedding-gift-page {
    width: 100%;
    display: block;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--button-text-primary);
    background-color: var(--button-background-primary);
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    margin: 0 auto;
}
.wedding-gift-page:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
}

/* Wedding Gift Back Page */
.wedding-gift-back-page-wrap {    
    padding-bottom: 20px;
}
.wedding-gift-back-page {
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--button-background-primary);
    font-size: 28px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.wedding-gift-back-page:hover {
    color: rgba(var(--button-background-primary-rgb), .8);
}

/* Wedding Gift Picture */
.wedding-gift-picture {
    padding: 00px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

.wedding-gift-upload-wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 40px;
}
.wedding-gift-upload-wrap::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 2px dashed var(--text-primary);
    border-radius: 10px;
    background-color: transparent;
    pointer-events: none;
}

/* Wedding Gift Upload Description */
.wgu-description {
    text-align: center;
    padding: 20px;
    margin: 100px auto;
    display: none;
}
.wgu-description.show {
    display: block;
}
.wgu-description .wgu-icon {
    width: 120px;
    height: auto;
    opacity: 0.4;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.wgu-description .wgu-title {
    font-family: var(--body-text-family);
}
.wgu-description normal{
    font-family: var(--body-text-family);
}

/* Wedding Gift Upload Image Wrap */
.wgu-img-wrap {
    display: none;
}
.wgu-img-wrap.show {
    display: block;
}
.wgu-img-wrap .wgu-img {
    width: 100%;
    height: auto;
    max-height: 500px;
    display: block;
    object-fit: cover;
    object-position: center;
}

[data-wgu-file] {
    cursor: pointer;
}

/* Wedding Gift Message */
.wedding-gift-message {
    padding: 50px 20px;
}

.wgs-head {
    padding: 10px 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wgs-head .wgs-spark {
    width: 30px;
    height: auto;
    display: block;
}
.wgs-head .wgs-spark .fill {
    fill: var(--button-background-primary);
}
.wgs-head .wgs-spark .stroke {
    stroke: var(--button-background-primary);
}
.wgs-head .wgs-spark.left {
    margin-right: 20px;
}
.wgs-head .wgs-spark.right {
    margin-left: 20px;
    transform: scaleY(-1);
}

.wgs-icon-wrap {
    width: 120px;
    height: 120px;
    background-color: var(--button-background-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wgs-icon-wrap.circle {    
    border-radius: 50%;
}
.wgs-icon {
    display: block;
    width: 60px;
    height: auto;
}
.wgs-icon .fill {
    fill: var(--light-clr);
}

.wgs-body {
    padding: 10px 0;
    text-align: center;
}
.wgs-body .wgs-title {
    margin-bottom: 0.25em;
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + 5px);
}
.wgs-description {
    color: rgba(var(--dark-rgb), .5);
}

@media (min-width: 1440px) {
    .wedding-gift-wrap.no-form .wedding-gift-inner {
        padding: 40px 25px 20%;
    }
}

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

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

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

/* Body */
.wedding-wish-body {
    margin: 0 auto;
    max-width: 630px;
}
.wedding-wish-body-inner {
    background-color: var(--background-secondary);
    border-radius: 8px;
}

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

.wedding-wish-form .hide {
    display: none;
}
.wedding-wish-form .form-control {
    background-color: transparent;
    border: 1px solid var(--button-background-primary);
    border-radius: 8px;
    padding: 8px 12px;

    font-family: var(--body-text-family);
    font-weight: 400;
    font-size: var(--body-text-size);
    line-height: 1.5;
    color: var(--text-secondary);
}
.wedding-wish-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(var(--text-secondary-rgb), 0.5);
    opacity: 1; /* Firefox */
}
.wedding-wish-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(var(--text-secondary-rgb), 0.5);
}
.wedding-wish-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(var(--text-secondary-rgb), 0.5);
}

.wedding-wish-form .form-control:focus {
    box-shadow: none;
}
.wedding-wish-form textarea.form-control {
    min-height: 40px;
    max-height: 250px;
}
.wedding-wish-form .submit-comment {
    width: 100%;
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
    outline: none;

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

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

    transition: all 0.25s ease-in-out;
}
.wedding-wish-form .submit-comment:hover {
    background-color: rgba(var(--button-background-secondary-rgb), .8);
    color: var(--button-text-secondary);
}

/* 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;
    padding: 16px;
}
.comment-wrap.show {
    display: block;
}
.comment-item {
    margin-bottom: 16px;
    border-radius: 0px;
}
.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);
    color: var(--text-primary);
}
.comment-head .comment-name > i {
    font-size: 0.7em;
}
.comment-head .comment-date {
    font-family: var(--body-text-family);
    font-weight: 400;
    font-size: calc(var(--body-text-size) - var(--fs-extra-2));
    color: var(--text-tertiary);

    display: block;
    margin-top: 8px;
}

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

.comment-body {
    
}
.comment-body .comment-caption {
    font-size: calc(var(--body-text-size) - var(--fs-extra-2));
    color: var(--text-secondary);    
}

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

#moreComment {
    outline: none;
    width: 100%;
    display: block;
    padding: 8px 20px;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 8px;

    border: none;
    background-color: var(--button-background-primary);    
    color: var(--button-text-primary);
    
    font-family: var(--body-text-family);
    font-weight: 400;
    font-size: var(--body-text-size);
    line-height: 1.5;

    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
#moreComment:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
    color: var(--button-text-secondary);
}

/* ==============================
        Quote
============================== */
.quote-wrap {
    position: relative;
    overflow: hidden;
    padding: 40px 24px;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background-image: var(--texture-body);
    background-position: top center;
    background-size: 100% auto;
}
.quote-wrap .quote {
    position: relative;
}
.quote-wrap .quotes-frame {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.quotes-frame .quotes-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 7%;
    max-height: 250px;
    overflow-y: auto;
    transform: translate(-50%, -50%);
}
.quotes-content::-webkit-scrollbar {
    display: none;
}
.quotes-content .quote-caption {
    font-size: var(--body-text-size);
    color: var(--text-primary);
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 960px) {
    .quote-wrap {
        min-height: 700px;
    }
}

@media (min-width: 1440px) {
    .quote-wrap {
        min-height: 800px;
    }
}

/* ========================================
        FOOTNOTE
======================================== */
.footnote-wrap {
    display: flex;
    flex-direction: column;
    justify-content: start;
    position: relative;
    overflow: hidden;
    padding: 40px 24px;
    gap: 24px;
}

.footnote-wrap .footnote {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 22%;
    /* gap: 12px; */
}

/* Details */
.footnote .content {
    position: relative;
    z-index: 1;
}
.footnote .content .footnote-title {
    font-size: calc(var(--heading-size));
}
.footnote .content .top-text {
    color: var(--text-secondary);
}
.footnote .content .bottom-text {
    color: var(--text-secondary);
}
.footnote .content .date {
    font-size: calc(var(--body-text-size));
}
.footnote .orn-wrapper {
    position: relative;
    width: 100%;
    padding-top: 46%;
}

.footnote-foot {
    position: relative;
    width: 100%;
    min-height: 70vh;
}

@media (min-width: 560px) and (max-width: 960px) {
    .footnote-wrap .footnote {
    }
    .footnote-foot {
        min-height: 85vh;
    }

    .footnote .footnote-title {
        margin-bottom: -16px;
    }
    .footnote-wrap .logo-wrap {
        max-width: 160px;
        min-height: 160px;
    }
}

@media (min-width: 1200px) {
    .footnote-foot {
        min-height: 85vh;
    }
    .footnote-wrap .logo-wrap {
        max-width: 160px;
        min-height: 160px;
    }
}

/* ========================================
        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: var(--body-text-weight);
    color: var(--text-primary);
}
.footer .footer-inner .footer-logo {
    width: 55px;
}
section.footer .footer-inner .footer-logo path {
    fill: var(--text-primary);
}

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

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

/* =================================
        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%;
}
.image-wrap svg {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.orn-top {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -1%);
}
.orn-ribbon-top {
    position: absolute;
    top: 0;
    width: 19%;
}
.orn-ribbon-top.left {
    left: 0;
    transform: translate(15%, 30%) scaleX(-1);
}
.orn-ribbon-top.right {
    right: 0;
    transform: translate(-15%, 30%);
}

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

.orn-stamps {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0%, 0%);
}

.orn-primary-1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -47%);
}
.orn-primary-2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 3%);
}
.orn-primary-3 {
    position: absolute;
    bottom: 0;
    width: 15%;
}
.orn-primary-3.left {
    left: 0;
    transform: translate(175%, -65%);
}
.orn-primary-3.right {
    right: 0;
    transform: translate(-10%, -45%);
}
.orn-primary-4 {
    position: absolute;
    bottom: 0;
    width: 30%;
}
.orn-primary-4.left {
    left: 0;
    transform: translate(-57%, -40%);
}
.orn-primary-4.right {
    right: 0;
    transform: translate(37%, -40%);
}
.orn-primary-5 {
    position: absolute;
    bottom: 0;
    width: 25%;
}
.orn-primary-5.left {
    left: 0;
    transform: translate(50%, -45%) scaleX(-1);
}
.orn-primary-5.right {
    right: 0;
    transform: translate(-50%, -45%);
}
.orn-primary-6 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 17%;
    transform: translate(-50%, -36%);
}

.orn-topcover-1 {
    position: relative;
    bottom: 0;
    left: 50%;
    width: 99%;
    transform: translate(-50%, 2%);
}
.orn-topcover-2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 128%;
    transform: translate(-50%, 3%);
}
.orn-topcover-3 {
    position: absolute;
    bottom: 0;
    width: 31%;
}
.orn-topcover-3.left {
    left: 0;
    transform: translate(25%, -42%);
}
.orn-topcover-3.right {
    right: 0;
    transform: translate(0%, -26%);
}
.orn-topcover-4 {
    position: absolute;
    bottom: 0;
    width: 54%;
}
.orn-topcover-4.left {
    left: 0;
    transform: translate(-46%, -23%) scaleX(-1);
}
.orn-topcover-4.right {
    right: 0;
    transform: translate(45%, -23%);
}
.orn-topcover-5 {
    position: absolute;
    top: 0;
    width: 49%;
}
.orn-topcover-5.left {
    left: 0;
    transform: translate(-30%, -45%) scaleX(-1);
}
.orn-topcover-5.right {
    right: 0;
    transform: translate(30%, -45%);
}
.orn-topcover-6 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 27%;
    transform: translate(-50%, -31%);
}

.orn-cover-1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 28%;
    transform: translate(-50%, -15%);
}

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

.orn-savedate-top {
    position: absolute;
    top: 0;
    width: 29%;
}
.orn-savedate-top.left {
    left: 0;
    transform: translate(0%, 0%) scaleX(-1);
}
.orn-savedate-top.right {
    right: 0;
    transform: translate(0%, 0%);
}

.orn-event-top {
    position: relative;
    top: 0;
    left: 50%;
    width: 53%;
    max-width: 250px;
    transform: translate(-50%, 0%);
}
.orn-event-1 {
    position: absolute;
    bottom: 0;
    width: 29%;
}
.orn-event-1.left {
    left: 0;
    transform: translate(0%, 0%);
}
.orn-event-1.right {
    right: 0;
    transform: translate(0%, 0%) scaleX(-1);
}
.orn-event-2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 25%;
    transform: translate(-50%, 60%);
}

.orn-prokes-bird {
    position: absolute;
    top: 0;
    width: 23%;
}
.orn-prokes-bird.left {
    left: 0;
    transform: translate(2%, 2%) scaleX(-1);
}
.orn-prokes-bird.right {
    right: 0;
    transform: translate(2%, 2%);
}

.orn-footnote-1 {
    position: relative;
    bottom: 0;
    left: 50%;
    width: 99%;
    transform: translate(-50%, 2%);
}
.orn-footnote-2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 128%;
    transform: translate(-50%, 3%);
}
.orn-footnote-3 {
    position: absolute;
    bottom: 0;
    width: 31%;
}
.orn-footnote-3.left {
    left: 0;
    transform: translate(25%, -42%);
}
.orn-footnote-3.right {
    right: 0;
    transform: translate(0%, -26%);
}
.orn-footnote-4 {
    position: absolute;
    bottom: 0;
    width: 54%;
}
.orn-footnote-4.left {
    left: 0;
    transform: translate(-46%, -23%) scaleX(-1);
}
.orn-footnote-4.right {
    right: 0;
    transform: translate(45%, -23%);
}
.orn-footnote-5 {
    position: absolute;
    top: 0;
    width: 49%;
}
.orn-footnote-5.left {
    left: 0;
    transform: translate(-30%, -13%) scaleX(-1);
}
.orn-footnote-5.right {
    right: 0;
    transform: translate(30%, -13%);
}
.orn-footnote-6 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 27%;
    transform: translate(-50%, -31%);
}

@media (min-width: 768px) and (max-width: 961px) {
    .orn-topcover-1 {
        width: 69%;
    }
    .orn-topcover-4 {
        width: 45%;
    }
    .orn-topcover-5 {
        width: 25%;
    }
    .orn-topcover-6 {
        width: 23%;
    }
}

/* =================================
        Animation
================================= */
@keyframes goyang {
    0% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes goyang-2 {
    0% {
        transform: rotate(-11deg);
    }
    100% {
        transform: rotate(5deg);
    }
}
@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.orn-primary-5 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3.5s ease-in-out infinite alternate;
}
.orn-topcover-5 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3.5s ease-in-out infinite alternate;
}
.orn-footnote-5 .image-wrap img {
    transform-origin: 50% 100%;
    animation: goyang 3.5s ease-in-out infinite alternate;
}
.orn-cover-1 .image-wrap img {
    transform-origin: 50% 30%;
    animation: goyang-2 5s ease-in-out infinite alternate;
}



/* 
    WEDDING GIFT
*/

.wedding-gifts-wrap {
  background-color: var(--background-tertiary);
}
.wedding-gifts-wrap .wedding-gifts-head {
  padding: 24px !important;
}
.wedding-gifts-wrap .wedding-gifts-inner {
  background-color: var(--background-primary);
  border-radius: 4px;
}
.wedding-gifts-wrap .wedding-gifts-body {
  background-color: var(--background-secondary);
  padding: 24px;
}
.wedding-gift-address-wrap > span,
.inner-address-wrap > span,
.left-side-header > h1,
.kado-description .kado-name,
.price-wrap .price-cap,
.amount-wrap .amount-cap {
  font-family: var(--body-text-family) !important;
  font-style: var(--body-text-style) !important;
  font-weight: var(--body-text-weight) !important;
  font-size: var(--body-text-size) !important;
  color: var(--text-primary) !important;
}

.inner-address-wrap > a {
  border: 1px solid var(--text-primary) !important;
  color: var(--text-primary) !important;
}

.detail-address > span,
.detail-address > p,
.kado-description .kado-ket,
.price-wrap .price-field,
.amount-wrap .amount-field,
.modal-kado-note .note-kado {
  font-family: var(--body-text-family) !important;
  font-style: var(--body-text-style) !important;
  font-weight: var(--body-text-weight) !important;
  font-size: calc(var(--body-text-size) - 2px) !important;
}

.hadia-card-inner > span,
.hadia-card-inner > span > span {
  font-family: var(--body-text-family) !important;
}
.hadia-card-inner > span:first-of-type {
  font-size: calc(var(--body-text-size) - 2px);
  color: #cb3a31;
}

.hadia-card-inner > span:last-of-type {
  font-size: calc(var(--body-text-size) - 4px);
}
.buying-kado-btn,
.kado-send-btn,
.hadiah-card-button,
.kado-send-btn {
  border-color: var(--button-background-primary) !important;
  background-color: var(--button-background-primary) !important;
  color: var(--button-text-primary) !important;
  font-family: var(--body-text-family) !important;
  border-radius: 6px !important;
  font-size: calc(var(--body-text-size) - 2px) !important;
  transition: all 0.25s ease-in-out !important;
}

.buying-kado-btn:hover,
.kado-send-btn:hover,
.hadiah-card-button:hover,
.kado-send-btn:hover {
  background-color: rgba(var(--button-background-primary-rgb), 0.8) !important;
  color: var(--button-text-primary) !important;
}

.confirm-kado-btn {
  border: 1px solid var(--button-background-primary);
  color: var(--button-background-primary);
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
  font-size: calc(var(--body-text-size) - 2px);
  width: 100%;
  font-family: var(--body-text-family) !important;
  transition: all 0.25 ease-in-out;
}

.confirm-kado-btn:hover {
  border: 1px solid transparent;
  color: var(--button-text-primary);
  background-color: var(--button-background-primary);
}
.modal-confirm-header .title {
  font-size: calc(var(--body-text-size) + 2px);
}

.caption-wrap > span {
  font-size: calc(var(--body-text-size) + 2px);
}
.modal-kado-header .address,
.hadiah-card-title,
.hadiah-card-amount,
.kado-description .kado-ket,
.detail-address > span,
.detail-address > p,
.price-wrap .price-field,
.amount-wrap .amount-field,
.modal-kado-note .note-kado,
.img-caption,
.kado-input-wrap .input-label {
  color: var(--text-secondary) !important;
}

/* =============================
        INVITATION LABEL
============================= */
.kat-page__side-to-side .primary-pane .inner .details .invitation-category > .category-icon > svg > path {
    fill: var(--text-secondary);
    stroke: var(--text-secondary);
}
.kat-page__side-to-side .primary-pane .inner .details .invitation-category > .category-label {
    color: var(--text-secondary);
}