/* Cochin */
@font-face {
  font-family: "Cochin";
  src: url("https://katsudoto.id/plugin/fonts/cochin/Cochin.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OptimusPrinceps";
  src: url("https://katsudoto.id/plugin/fonts/optimusprinceps/OptimusPrinceps.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OptimusPrincepsSemiBold";
  src: url("https://katsudoto.id/plugin/fonts/optimusprinceps/OptimusPrincepsSemiBold.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VintageLoving";
  src: url("https://katsudoto.id/plugin/fonts/VintageLoving.otf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* nadira-yurgen */
body.nadira-yurgen {
  /* Heading Family */
  --heading-family: "VintageLoving", serif;
  --heading-style: normal;
  --heading-weight: 400;
  --heading-size: 32px;
  --heading-lettercase: none;
  --heading-family-2: "OptimusPrinceps", serif;
  --heading-family-3: "OptimusPrincepsSemiBold", serif;

  /* Body Text */
  --body-text-family: "Cochin", serif;
  --body-text-style: normal;
  --body-text-weight: 500;
  --body-text-size: 18px;
  --body-text-lettercase: none;

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

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

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

/* Original */
body.nadira-yurgen.original {
  /* Colors */
  --background-primary: #eae2dc;
  --background-primary-rgb: 234, 226, 220;
  --background-secondary: #e9d9b0;
  --background-secondary-rgb: 233, 217, 176;
  --background-tertiary: #e8d093;
  --background-tertiary-rgb: 232, 208, 147;

  --text-primary: #89565c;
  --text-primary-rgb: 137, 86, 92;
  --text-secondary: #404040;
  --text-secondary-rgb: 64, 64, 64;

  --button-text-primary: #fff4dc;
  --button-text-primary-rgb: 255, 244, 220;
  --button-background-primary: #89565c;
  --button-background-primary-rgb: 137, 86, 92;
  --button-text-secondary: #fff4dc;
  --button-text-secondary-rgb: 255, 244, 220;
  --button-background-secondary: #a5785d;
  --button-background-secondary-rgb: 165, 120, 93;

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

  /* ornament */
  --texture: url("https://katsudoto.id/media/template/custom/nadira-yurgen/assets/texture.png");
}

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

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

@media (min-width: 560px) and (max-width: 960px) {
  body.nadira-yurgen {
    --heading-size: 48px;
    --body-text-size: 24px;
  }
}

@media (min-width: 961px) {
  body.nadira-yurgen {
    --heading-size: 48px;
    --body-text-size: 24px;
  }
}

/* Fonts */
body.nadira-yurgen h1,
body.nadira-yurgen h2,
body.nadira-yurgen h3,
body.nadira-yurgen h4,
body.nadira-yurgen h5,
body.nadira-yurgen 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.nadira-yurgen p {
  font-family: var(--body-text-family);
  font-style: var(--body-text-style);
  font-weight: 400;
  font-size: calc(var(--body-text-size) - var(--fs-extra-1));
  text-transform: var(--body-text-lettercase);
  line-height: 20px;
  color: var(--text-secondary);
}
.body.nadira-yurgen span {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: bold;
}
body.nadira-yurgen sup {
  font-family: inherit;
  font-size: 0.5em;
  color: inherit;
  font-family: var(--heading-family-3);
}
body.nadira-yurgen font {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
  font-style: inherit;
}

/* img */
body.nadira-yurgen img {
  max-width: 100%;
}

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

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

/* ==============================
            Modal
    ============================== */
.modal-content .mde1 {
  border-bottom: 2px solid rgba(var(--background-primary-rgb), 0.5);
}
.modal-content .modal-caption {
  color: var(--text-secondary);
}
.modal-content .btn {
  font-family: var(--body-text-family);
  font-weight: 400;
  font-size: var(--body-text-size);

  background-color: rgba(var(--text-secondary-rgb), 0.05);
  color: var(--text-secondary);
}
.modal-content .btn:hover {
  background-color: rgba(var(--text-secondary-rgb), 0.1);
}
.modal-content .btn-wood {
  background-color: var(--button-background-primary);
  color: var(--button-text-primary);
}
.modal-content .btn-wood:hover {
  background-color: rgba(var(--button-background-primary-rgb), 0.7);
}

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

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

  /* background: var(--bg-gunung) no-repeat;
  background-size: cover;
  background-position: center top; */
}
.kat-page__side-to-side .secondary-pane {
  position: static;
  right: 0;
  width: 39%;
  margin-left: auto;
  background: var(--texture);
  background-size: cover;
  background-position: center top;
}
.kat-page__side-to-side .secondary-pane::before {
  /* content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: var(--texture);
  background-repeat: repeat;
  background-size: 80%;
  opacity: 0.2; */
}

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

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

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

.kat-page__side-to-side .primary-pane .inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

/* head */
section.primary-pane .inner .head {
  z-index: 2;
  text-align: center;
  padding-top: 120px;
  margin-bottom: auto;
}
section.primary-pane .inner .head .logo-wrap {
  position: relative;
  width: 100%;
  max-width: 145px;
  min-height: 145px;
  margin: 0 auto;
}
section.primary-pane .inner .head .logo-wrap .logo-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  transform: translate(0%, 0%);
}
section.primary-pane .inner .head .logo-wrap .logo-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43%;
  transform: translate(-15%, -5%);
}
.kat-page__side-to-side .primary-pane .inner .head h1 {
  padding: 0;
  margin: 0 auto;
  font-size: calc(var(--heading-size) + var(--fs-extra-6));
  color: var(--text-quartiary);
}
.kat-page__side-to-side .primary-pane .inner .head p {
  font-size: calc(var(--body-text-size) + var(--fs-extra-1));
  font-style: normal;
  color: var(--text-tertiary);
  margin: 0 auto;
}

.kat-page__side-to-side .primary-pane .inner .details {
  margin: auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  z-index: 2;
}
.kat-page__side-to-side .primary-pane .inner .details p {
  font-size: calc(var(--body-text-size) + var(--fs-extra-1));
  font-style: normal;
  text-align: center;
  color: white;
  margin: 0 auto;
}

.primary-pane .gif-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.primary-pane .gif-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kat-page__side-to-side .primary-pane .inner .details .text-wrap {
  width: 130px;
  height: 186px;
  margin: 0 auto;
}
.kat-page__side-to-side .primary-pane .inner .details .text-wrap h1 {
  padding: 0px 5px;
  margin: -20px auto;
  font-size: calc(var(--heading-size) + var(--fs-extra-8));
  color: var(--text-tertiary);
}
.kat-page__side-to-side .primary-pane .inner .details .text-wrap .text-top {
  text-align: left;
}
.kat-page__side-to-side .primary-pane .inner .details .text-wrap .text-bottom {
  text-align: right;
  margin-right: -16px;
}

/* Highlight */
.kat-page__side-to-side .primary-pane .inner .highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--light-clr);
}
.kat-page__side-to-side .primary-pane .inner .highlight .preview-container {
  width: 100%;
  height: 100%;
  display: block;
}
.kat-page__side-to-side
  .primary-pane
  .inner
  .highlight
  .preview-container
  .slick-list {
  width: 100% !important;
  height: 100% !important;
}
.kat-page__side-to-side
  .primary-pane
  .inner
  .highlight
  .preview-container
  .slick-track {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}
.kat-page__side-to-side
  .primary-pane
  .inner
  .highlight
  .preview-container
  .picture {
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  position: absolute !important;
}
.kat-page__side-to-side
  .primary-pane
  .inner
  .highlight
  .preview-container
  .picture
  img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* =================================
            ORNAMENTS WRAPPER
    ================================= */
.ornaments-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.image-wrap {
  position: relative;
  width: 100%;
}
.image-wrap img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* ======================
    TOP COVER
====================== */
section.top-cover {
  background-color: var(--background-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;
}

@media only screen and (max-width: 960px) {
  section.top-cover {
    display: flex;
  }
}
.top-cover-frame {
  position: relative;
  width: 100%;
  max-width: 240px;
  padding: 15% 0;
  margin: 0 auto;
}
section.top-cover.hide {
  top: -120%;
  bottom: 120%;
  pointer-events: none;
}

/* inner */
section.top-cover .inner {
  /* padding: 20px 0px; */
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
}
section.top-cover .inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

section.top-cover .inner .gif-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
section.top-cover .inner .gif-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

/* details */
section.top-cover .inner .details {
  text-align: center;
  padding: 0px 20px 55px;
  /* margin: auto; */
  position: relative;
  z-index: 2;
}
.orn-tc-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 35px;
}
.orn-tc-logo {
  width: 52%;
}

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

/* 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: 24px;
  display: flex;
  justify-content: center;
}
section.top-cover .inner .details a.link {
  border: none;
  outline: none;

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

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

  text-decoration: none;
  margin: 0px auto;
  padding: 8px 16px;
  border-radius: 25px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
section.top-cover .inner .details a.link:hover {
  background-color: rgba(var(--button-background-primary-rgb), 0.8);
}

/* Highlight */
section.top-cover .inner .highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--background-primary);
}
section.top-cover .inner .highlight .preview-container {
  width: 100%;
  height: 100%;
  display: block;
}
section.top-cover .inner .highlight .preview-container .slick-list {
  width: 100% !important;
  height: 100% !important;
}
section.top-cover .inner .highlight .preview-container .slick-track {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}
section.top-cover .inner .highlight .preview-container .picture {
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  position: absolute !important;
}
section.top-cover .inner .highlight .preview-container .picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

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

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

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

/* Cover Content Body */
section.cover .inner .body {
  padding: 0px;
  margin: 20px auto;
  position: relative;
}
section.cover .inner .body.highlight.no_mobile {
  display: none;
}
section.cover .inner .body .cover-frame {
  position: relative;
  width: 100%;
  max-width: 280px;
  padding: 15% 0;
  margin: 0 auto;
}
section.cover .inner .body .content-details p {
  font-size: calc(var(--body-text-size));
  font-weight: 500;
  color: var(--text-secondary);
}
section.cover .inner .body .content-details .top-text {
  font-size: calc(var(--heading-size) - var(--fs-extra-2));
  text-align: center;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--heading-family-3);
}
section.cover .inner .body .content-details .bottom-text {
  font-size: calc(var(--heading-size) - var(--fs-extra-2));
  text-align: center;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--heading-family-3);
  line-height: normal;
}
section.cover .inner .body .content-details .date {
  font-size: calc(var(--heading-size) - var(--fs-extra-2));
  text-align: center;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--heading-family-3);
  margin-bottom: 8px;
  margin-top: 20px;
}

section.cover .inner .body .content-details .prime-title {
  font-family: var(--heading-cover-family);
  font-size: calc(var(--heading-size) + var(--fs-extra-2));
}

section.cover .inner .body .cover-picture {
  position: absolute;
  inset: 0 0 0 0;
}
section.cover .inner .body .cover-picture .slick-list {
  width: 100% !important;
  height: 100% !important;
}
section.cover .inner .body .cover-picture .slick-track {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}
section.cover .inner .body .cover-picture .picture {
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  position: absolute !important;
  background-color: var(--secondary-clr);
}
section.cover .inner .body .cover-picture .picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.torsvp__btn-wrap {
}
.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;
  color: var(--text-primary);
}
.torsvp__btn-wrap .torsvp__btn:hover {
  background-color: rgba(var(--button-background-primary-rgb), 0.8);
  color: var(--button-text-primary);
}
.arrow {
  position: relative;
  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);
  }
}

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

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

@media (min-width: 768px) {
  section.cover .inner .body .cover-frame {
    max-width: 380px;
  }
}

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

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

/* orn bismillah */
.orn-bismillah {
  position: relative;
  width: 79%;
  max-width: 370px;
  margin: 0 auto 12px;
}

.couple-head .couple-title {
  font-size: calc(var(--fs-title) - 12px);
  font-weight: 400;
}
.couple-head .couple-description {
  font-size: calc(var(--body-text-size) - 2px);
  color: var(--text-secondary);
  line-height: 20px;
}

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

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

/* Couple Preview */

.couple-preview {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -80px;
}
.couple-small-details {
  text-align: right;
}
.couple-small-details.bride {
  text-align: left;
}
.couple-small-details p {
}
.couple-small-details .nick-name {
  font-family: var(--heading-family);
  font-size: calc(var(--heading-size) + var(--fs-extra-2) + var(--fs-extra-6));
}
.couple-info.groom .couple-small-details .nick-name {
}
.couple-preview .img-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.couple-info.groom .couple-preview {
}
.couple-info.bride .couple-preview {
}

.couple-info.groom .couple-preview.wide-margin {
  margin-top: -50px;
}
.couple-info.bride .couple-preview.wide-margin {
  margin-top: -30px;
}

.couple-frame {
  position: relative;
  width: 100%;
  transform: scaleX(1);
}
.couple-info.bride .couple-frame {
  margin-right: auto;
  transform: scaleX(-1);
  width: 100%;
}
.couple-info.groom .couple-frame {
  margin-left: auto;
}

.couple-info.groom .couple-picture-wrap {
  position: relative;
  width: 60%;
  height: auto;
  margin-left: auto;
}
.couple-info.bride .couple-picture-wrap {
  position: relative;
  width: 60%;
  height: auto;
}

.couple-picture {
  display: flex;
  width: 100%;
}
.couple-info.bride .couple-picture {
  position: relative;
  width: 100%;
}
.couple-info.groom .couple-picture {
}
.couple-info.groom .couple-picture .img {
  width: 90%;
  margin-left: auto;
  transform: translateX(-21%) scaleX(1);
}
.couple-picture .img {
  width: 70%;
  object-fit: contain;
}
.couple-info.bride .couple-picture .img {
  width: 64.1%;
  transform: translate(6%, 0px) scaleX(-1);
}

/* Couple Details */
.couple-details {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  text-align: right;
  gap: 12px;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.couple-info.bride .couple-details {
  align-items: flex-start;
  text-align: left;
}

.couple-details .couple-nick-name {
  color: var(--text-primary);
  font-size: calc(var(--fs-title) + 8px);
  padding: 0 0px 0 8px;
  width: 100%;
}
.couple-details .couple-name {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size) + var(--fs-extra-2) * 2 - 4px);
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 28px;
}
.couple-details .couple-parents {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size) - var(--fs-extra-1));
  color: var(--text-secondary);
  line-height: 20px;
}
.couple-details .couple-bio {
  font-size: calc(var(--body-text-size) - var(--fs-extra-1));
  color: var(--text-secondary);
}

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

.couple-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  color: var(--text-primary);
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid var(--button-background-primary);
  padding: 6px 0;
}
.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: 19% auto 10%;
}
.separator-wrap .separator {
  display: flex;
}
.separator-wrap .separator .couple-separator {
  font-family: var(--heading-family);
  font-size: calc(var(--heading-size) * 2 - var(--fs-extra-2));
  line-height: normal;
  margin: auto;
  color: var(--text-primary);
}

@media (min-width: 600px) {
  .separator-wrap {
    margin: 20% auto;
  }
}

@media (min-width: 600px) and (max-width: 960px) {
  .separator-wrap {
    margin: 20% auto 1%;
  }
}

/* ==============================
        Save The Date
============================== */
.save-date-wrap {
  position: relative;
  overflow: hidden;
  padding: 20% 0px 10%;
  margin: 0 auto;
  background: var(--texture-2);
  background-size: 100% auto;
}
.save-date-wrap .save-date-frame {
  position: relative;
  width: 75%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  margin-top: 26px;
  z-index: 2;
}

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

/* Save Date Head */
.save-date-head {
  /* padding: 60px 0px 0px 0px; */
  text-align: center;
  position: relative;
}
.save-date-wrap .save-date-title {
  font-family: var(--heading-family);
  color: var(--text-primary);
  text-align: center;
  font-size: calc(var(--heading-size) + var(--fs-extra-4) + 2px);

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

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

/* Countdown */
.countdown {
  padding: 0px 0px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.countdown .count-item {
  text-align: center;
  padding: 16px 0px;
  width: 90px;
}
.count-item .count-num {
  font-family: var(--body-text-family);
  font-size: calc(var(--heading-size) + 8px);
  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-primary);
  line-height: 24px;
  padding-top: 8px;
}

/* Add To Calendar */
.add-to-calendar-wrap {
  display: flex;
  flex-direction: column;
  /* padding: 20px 0px; */
  margin-top: 10px;
}
.add-to-calendar {
  padding: 12px 16px;
  margin: 0px auto;
  border-radius: 999px;
  min-width: 150px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size) + 0px);
  font-weight: 500;
  background-color: var(--button-background-primary);
  border: none;
  color: var(--background-primary);
  transition: all 0.25s ease-in-out;
}
.add-to-calendar:hover {
  background-color: rgba(var(--button-background-primary-rgb), 1);
}

@media (min-width: 700px) and (max-width: 961px) {
  .countdown .count-item {
    width: 95px;
  }
  .save-date-wrap {
    padding-top: 20%;
  }
}

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

/* ==============================
?        Agenda
============================== */
.agenda-wrap {
  position: relative;
  overflow: hidden;
  padding: 0% 0px 20%;
}
.agenda-inner {
  padding: 0;
}

.agenda-head {
  position: relative;
  padding: 40px 24px 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.orn-bunga-agenda {
  width: 80px;
  height: 66px;

  margin: 0 auto;
}
.agenda-head .agenda-title {
  font-size: calc(var(--heading-size) + var(--fs-extra-4) + 2px);

  text-align: center;
  font-family: var(--heading-family);
  font-weight: 400;
  line-height: normal;
  color: var(--text-primary);
}
.agenda-head .agenda-description {
  color: var(--text-secondary);
  margin: 0 auto;
  max-width: 600px;
  margin-bottom: 1em;
}

.straight-line {
  width: 1px;
  height: 80px;
  background: #634a38;
}

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

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

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

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

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

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

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

  display: flex;
  flex-direction: column;
  gap: 4px;
}
.event-head .event-date {
  color: var(--text-primary);
  font-family: var(--heading-family-3);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.event-head .event-date span{
  font-family: var(--heading-family-3);
}
.event-year {
  color: var(--text-primary);
  font-family: var(--body-text-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.item-x-event {
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;

  border-top: 1px solid rgba(64, 64, 64, 0.5);
  border-bottom: 1px solid rgba(64, 64, 64, 0.5);

  max-width: 124px;
}

.event-head .event-day {
  color: var(--text-primary);
  font-family: var(--heading-family-3);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.event-month {
  color: var(--text-primary);
  font-family: var(--heading-family-3);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.event-description {
  margin-top: 15px;
  color: var(--text-primary);
}

/* Activity */
.activity-wrap {
  display: flex;
  flex-direction: column;
  /* gap: 35px; */
}
.activity-wrap.same-location {
}

.activity-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  z-index: 1;
}

.activity-item:first-child {
  z-index: 2;
  padding-top: 0;
}
.activity-item:first-child .activity-content {
  top: 51%;
  max-height: 190px;
  border-radius: 75px;
}
/* .activity-item:last-child {
    z-index: 0;
  } */

/* activity-frame */
.activity-frame {
  position: relative;
  width: calc(97%);
  left: 51%;
  transform: translateX(-50%) scaleX(-1);
  /* padding-bottom: 10%; */
  max-width: 650px;
}

.activity-wrap .activity-item:nth-child(odd) .activity-frame {
  transform: scaleX(1);
  transform: translateX(-50%) scaleX(1);
  padding-bottom: 30px;
}
.activity-frame .frame-wrap {
}
.activity-frame .frame-wrap img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;

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

/* activity content */
.activity-content {
  position: absolute;
  top: 47%;
  left: 52%;
  width: calc(100% - 140px);
  max-width: 400px;
  max-height: 311px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  /* border-radius: 100px; */
}
.activity-item:nth-child(even) .activity-content {
  /* margin-top: 11%; */
}

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

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

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

.activity-head .activity-title {
  /* max-width: 250px; */
  font-family: var(--heading-family);
  font-size: calc(var(--body-text-size) + var(--fs-extra-4));
  margin-bottom: 12px;
  padding: 12px 30px 0px;
  color: var(--text-primary);
}

.activity-head .activity-description {
  color: var(--text-secondary);
  text-align: center;
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size) - 4px);
  font-style: italic;
  font-weight: 400;
  line-height: 20px;

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

.activity-head .activity-time {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size) - 2px);
  font-weight: 600;
  font-style: normal;
  color: var(--text-primary);
  line-height: 24px;

  text-align: center;
}

/* Agenda Details */
.event-details,
.activity-details {
  padding: 0 30px;
  text-align: center;
  margin: 0 auto;
}
.event-details .event-hall,
.activity-details .activity-hall {
  color: var(--text-primary);
  text-align: center;
  font-size: calc(var(--body-text-size) + 0);
  font-style: normal;
  font-weight: 500;
  margin-bottom: 8px;
}
.event-details .event-address,
.activity-details .activity-address {
  margin: 0 auto;
  max-width: 720px;
  font-size: calc(var(--body-text-size) - var(--fs-extra-2));
  font-style: normal;
  font-weight: 500;
  color: var(--text-secondary);
  list-style: 16px;
  padding-bottom: 12px;
}
.event-details .event-city,
.activity-details .activity-city {
  font-size: calc(var(--body-text-size) - var(--fs-extra-2));
  font-style: normal;
  font-weight: 400;
  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;
  font-family: var(--body-text-family);
  font-weight: 500;
  font-size: var(--body-text-size);
  padding: 10px;
  border-radius: 0px;
  border: 1px solid var(--text-primary);
  background-color: var(--button-background-primary);
  color: white;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  border-radius: 100px;
}

.event-link:hover,
.activity-item .activity-link:hover {
  color: var(--text-secondary);
  border-bottom: 1px solid var(--text-secondary);
}

@media (min-width: 700px) and (max-width: 961px) {
  .activity-content {
    margin-top: 0;
    max-height: unset;
  }
  .event-details,
  .activity-details {
    padding: 0 35px;
  }
}

@media (min-width: 768px) {
  .couple-details .couple-parents {
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .agenda-head .agenda-title {
    padding: 10% 0;
  }
}
@media (min-width: 1400px) {
  .activity-content {
    margin-top: 0;
    /* min-height: 400px; */
  }
  .event-details,
  .activity-details {
    padding: 0 35px;
  }

  .agenda-head .agenda-title {
    padding: 40px;
  }
}

/* ==============================
?        RSVP
============================== */
.rsvp-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 20% 40px 10%;
  background-image: var(--texture-forest);
  background-size: cover;
  background-repeat: repeat;
}

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

.rsvp-inner {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px; */
  overflow: hidden;
  position: relative;
  padding: 36px 24px;
  border-radius: 24px;
  background: var(--background-secondary);
  border: 1px solid var(--text-secondary);
}

/* Head */
.rsvp-head {
  padding: 0px 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) + 8px);
  color: var(--text-primary);

  padding: 24px 0px 10px;
}

.rsvp-body-wrap {
  font-family: var(--heading-family);
  font-size: calc(var(--heading-size) + 8px);
  color: var(--text-primary);
  padding: 24px 0px;
  margin-bottom: 10px;
}
.rsvp-body {
}

/* RSVP Status */
.rsvp-status-wrap {
  margin: 0px auto 32px;
}
.rsvp-status-head {
  text-align: center;
}
.rsvp-status-head .rsvp-status-caption {
  color: var(--text-secondary);
}

/* 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); */
  background: var(--button-background-secondary);
  border: 1px solid 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); */
  background: var(--button-background-secondary);
  border: 1px solid 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-secondary);
}
.rsvp-session-wrap .session-caption-wrap .caption {
  font-family: var(--body-text-family);
  font-style: var(--body-text-style);
  font-weight: var(--body-text-weight);
  font-size: var(--body-text-size);
  text-transform: var(--body-text-lettercase);
  line-height: 1;
  color: var(--text-secondary);
  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: 50%;
  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), 0.8);
  color: var(--text-secondary);
}
.rsvp-amount-controller .toggle-btn.plus:hover .toggle-icon path {
  stroke: var(--button-text-primary);
}

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

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

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

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

  border: none;
  border-top: 1px solid var(--button-background-primary);
  border-bottom: 1px solid var(--button-background-primary);
  border-radius: 0px;
  background-color: transparent;
  color: var(--text-secondary);

  pointer-events: none;
}

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

.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: 20px;

  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: var(--body-text-family);
  background-color: var(--button-background-primary);
  color: var(--button-text-secondary);
  border-radius: 20px;
}
.rsvp-session-btn:hover {
  /* background-color: rgba(var(--button-background-secondary-rgb), 0.8); */
  color: var(--button-text-secondary);
}

.session-btn-wrap input[name="selected_event[]"]:checked + .rsvp-session-btn,
.session-btn-wrap input[name="selected_event_all"]:checked + .rsvp-session-btn {
  /* background-color: rgba(var(--button-background-secondary-rgb), 0.8); */
  background: var(--button-background-secondary);
  border: 1px solid var(--button-background-primary);
  color: var(--button-text-primary);
}

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

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

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

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

.rsvp-confirm-btn > i {
  font-size: 0.8em;
  margin-left: 5px;
}
/* End RSVP Confirm */

/* QR Card */
.rsvp-qrcard-wrap {
  padding: 20px 0;
  margin-top: 30px;
}
.rsvp-qrcard-img-wrap {
  margin-bottom: 30px;
}
.rsvp-qrcard-img {
  display: block;
  width: 100%;
  max-width: 240px;
  border-radius: 5px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.rsvp-qrcard-wrap + .rsvp-message-wrap {
  margin-top: 0;
}
/* End QR Card */

/* RSVP Message */
.rsvp-message-wrap {
  position: relative;
}
.rsvp-message-content {
  background-color: transparent;
  border-radius: 5px;
  padding-bottom: 20px;
  text-align: center;
}
.rsvp-message-wrap .rsvp-message-icon {
  width: 30px;
  height: auto;
  display: none;
  margin: 0 auto 20px;
}
.rsvp-message-wrap .rsvp-message-icon path {
  fill: var(--title-clr);
}
.rsvp-message-wrap .rsvp-message-title {
  font-size: calc(var(--heading-size));
  color: var(--text-primary);
  margin-bottom: 20px;
}
.rsvp-message-wrap .rsvp-message-caption {
  font-size: var(--body-text-size);
  color: var(--text-secondary);
}
/* End RSVP Message */

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

.general-qrcode {
  padding: 40% 20px 0;
}

.orn-rsvp-1 {
  position: absolute;
  width: 43%;
  opacity: 0.3;
}

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

@media (min-width: 768px) {
  .rsvp-message-wrap .rsvp-message-title {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .rsvp-message-wrap .rsvp-message-title {
    padding: 30px 0;
  }
}

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

.photo-inner {
}

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

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

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

  /* 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: 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);
  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 {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0px 0px 70px;
  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: 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 {
  /* margin-top: 8px; */
}
section.video-gallery .inner .video-outer .video > .title h2 {
  font-family: "Copperplate Gothic Light";
  font-size: calc(var(--body-text-size));
  font-weight: 400;
  font-style: normal;
  color: var(--text-primary);
}

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

/* ==============================
        Wedding Gift
============================== */
.wedding-gift-wrap {
  position: relative;
  overflow: hidden;
  background-image: var(--texture-savedate);
  background-size: 100% auto;
  background-repeat: repeat;
}
.wedding-gift-inner {
  padding: 5px 24px 40px;
  min-height: 550px;
}

/* Head */
.wedding-gift-head {
  padding: 20px 0px;
  text-align: center;
}
.wedding-gift-head .wedding-gift-title {
  font-size: calc(var(--heading-size) + var(--fs-extra-4) + 2px);
  margin-bottom: 0.25em;
}
.wedding-gift-head .wedding-gift-description {
}

/* Body */
.wedding-gift-body-wrap {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
}
.wedding-gift-body {
  padding: 16px;
  position: relative;
  max-width: 500px;
  z-index: 1;
  background-color: rgba(var(--background-secondary-rgb), 1);
  border-radius: 24px;
  margin: 0 auto;
}
.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;
  border: none;
  border-radius: 0px;
}

/* Details */
.wedding-gift-details {
  padding: 4px;
}

/* Select Bank */
.wedding-gift-select-bank-wrap {
  padding: 0px 0 24px;
}
.wedding-gift-select-bank-wrap .selectize-control.form-control {
  padding: 0;
  border: none;
}
.wedding-gift-select-bank-wrap .selectize-control.form-control:focus,
.wedding-gift-select-bank-wrap .selectize-control.form-control:active {
  background-color: transparent !important;
  box-shadow: none;
  border: none;
}
.wedding-gift-select-bank-wrap
  .selectize-control.form-control
  .selectize-input {
  background: var(--button-background-primary) !important;
  color: var(--button-text-primary);
  border-radius: 50px;
  padding: 12px 16px;
}
.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 {
  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;
  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-secondary) !important;
}
.wedding-gift-select-bank-wrap .selectize-dropdown.form-control .item:hover {
  background-color: var(--button-background-secondary) !important;
  color: var(--button-text-secondary) !important;
}
.wedding-gift-select-bank-wrap
  .selectize-dropdown.form-control
  .item:hover
  .select-bank__title,
.wedding-gift-select-bank-wrap
  .selectize-dropdown.form-control
  .item:hover
  .select-bank__credential {
  color: var(--light-clr);
}

/* Bank */
.wedding-gift-bank-wrap {
  background-color: transparent;
  /* padding: 10px 0; */
  border-radius: 12px;
}
.wedding-gift-bank-wrap .bank-item {
  /* padding: 0 16px; */
  align-items: flex-start;
  display: none;
}
.wedding-gift-bank-wrap .bank-item.show {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Bank Detail */
.wedding-gift-bank-wrap .bank-detail {
  padding: 10px;
  flex-grow: 1;
  text-align: center;
}
.wedding-gift-bank-wrap .bank-detail div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.wedding-gift-bank-wrap .bank-name {
  font-size: var(--body-text-size);
  font-family: var(--body-text-family);
  font-weight: 700;
  color: #7D2028;
}
.wedding-gift-bank-wrap .bank-detail > div {
  margin-top: 0.75em;
}

.wedding-gift-bank-wrap .bank-account-number-label {
  font-family: var(--body-text-family);
  font-weight: 500;
  font-size: calc(var(--body-text-size) - 4px);
  font-style: italic;
  color: #7D2028;
  display: block;
  margin-bottom: 0.25em;
}
.wedding-gift-bank-wrap .bank-account-number {
  font-family: var(--body-text-family);
  font-weight: 400;
  font-size: var(--body-text-size);
  color: #7D2028;
  cursor: pointer;
  display: inline-block;
  word-break: break-all;
}
.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);
  color: #7D2028;

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

.wedding-gift-bank-wrap .bank-account-name-label {
  font-family: var(--body-text-family);
  font-weight: 500;
  font-size: calc(var(--body-text-size) - 4px);
  font-style: italic;
  color: #7D2028;
  display: block;
  margin-bottom: 0.25em;
}
.wedding-gift-bank-wrap .bank-account-name {
  font-family: var(--body-text-family);
  font-weight: 400;
 font-size: var(--body-text-size);
  color: #7D2028;
  word-break: break-all;
}

/* Bank Img Wrap */
.wedding-gift-bank-wrap .bank-img-wrap {
  max-width: 350px;
  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: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  border: 1px solid var(--button-background-primary);
}

/* 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);
  color: #7D2028;
  display: block;
}
.wedding-gift-sender-data-wrap .form-group {
  margin-top: 8px;
  margin-bottom: 0;
  border: 1px solid rgba(64, 64, 64, 0.5);
  border-radius: 50px;
}
.wedding-gift-sender-data-wrap textarea.form-control {
  height: auto;
  min-height: 0;
  max-height: 250px;
  overflow: hidden;
}
.wedding-gift-sender-data-wrap .form-control {
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  line-height: 20px;

  color: rgba(64, 64, 64, 0.5);
  background-color: #eee8d9;

  border: none;
  border-radius: 50px;
  padding: 15px;
}
.wedding-gift-sender-data-wrap .form-control::placeholder {
  color: rgba(64, 64, 64, 0.50);
  line-height: 20px;
  padding: 5px;
}
.wedding-gift-sender-data-wrap .form-control:focus {
  border: none;
  box-shadow: none;
}

/* Wedding Gift Page */
.wedding-gift-page-wrap {
  /* padding: 0px 0; */
}
.wedding-gift-page {
  width: 100%;
  display: block;

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

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

  padding: 12px 16px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  margin: 0 auto;
}
.wedding-gift-page:hover {
  background-color: var(--button-background-secondary);
  color: var(--button-text-secondary);
}

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

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

.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(--background-tertiary);
  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 .wgu-caption {
  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(--background-primary);
}
.wgs-head .wgs-spark .stroke {
  stroke: var(--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(--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 {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size) + var(--fs-extra-5));
  margin-bottom: 0.25em;
}
.wgs-description {
  color: rgba(var(--dark-rgb), 0.5);
}

@media (min-width: 560px) {
  /* .orn-bottom-left {
      transform: translate(-20%, 12%) scaleX(-1);
  }
  .wedding-gift-inner {
      min-height: 100vh;
  }
  .wedding-gift-wrap.no-form .wedding-gift-inner {
      min-height: 600px;
  }
   */
}

/* ======================
    PROTOCOL
====================== */
section.protocol {
  background-color: transparent;
  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);
  color: var(--text-primary);
  line-height: normal;
  text-transform: capitalize;
}
section.protocol.protocol-01 .inner .head p {
  font-size: var(--body-text-size);
  color: var(--text-tertiary);
  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-secondary);
}

/* 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);
  color: var(--text-primary);
  line-height: normal;
  text-transform: capitalize;
}
section.protocol.protocol-03 .inner .head p {
  font-size: var(--body-text-size);
  color: var(--text-tertiary);
  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-2));
  color: var(--text-primary);
  text-transform: capitalize;
}
.protocol.protocol-03 .inner .body .slider_dots::before {
  border-color: var(--background-tertiary);
}
.protocol.protocol-03 .inner .body .slider_dots .slider_navigator {
  background-color: rgba(var(--background-tertiary-rgb), 0.5);
}
.protocol.protocol-03
  .inner
  .body
  .slider_dots
  .slider_navigator.slick-current.slick-center {
  background-color: var(--background-tertiary);
}

/* Protocol 04 */
section.protocol-04 .inner {
  padding: 40px 0px 10%;
}
section.protocol-04 .inner .head {
  padding: 0px;
  margin-bottom: 40px;
}
section.protocol-04 .inner .head .title {
  font-family: var(--heading-family);
  font-weight: var(--heading-weight);
  font-size: var(--heading-size);
  line-height: normal;
}
section.protocol-04 .inner .body {
  position: relative;
  width: 100%;
  /* max-width: 300px; */
  margin: 5% auto 0;
}

.kat-page__side-to-side .secondary-pane section.protocol-04 .protocol-item-wrap,
section.protocol-04 .protocol-item-wrap {
}
section.protocol-04 .protocol-item-wrap .protocol-item {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  max-width: 150px;
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  width: 40%;
}

section.protocol-04 .protocol-item-wrap .protocol-item .icon-wrap .icon {
  width: auto;
  height: 80px;
}
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-primary);
  line-height: 24px;
}

.protocol-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 400px;
  transform: translate(-50%, -50%);
}

section.protocol-04 .protocol-item-wrap{
  gap: 20px;
}

@media only screen and (max-width: 360px) {
  section.protocol-04 .protocol-item-wrap {
    flex-direction: row;
  }
}

@media (min-width: 700px) {
  section.protocol-04 .inner .body {
    max-width: 450px;
  }
  .kat-page__side-to-side
    .secondary-pane
    section.protocol-04
    .protocol-item-wrap,
  section.protocol-04 .protocol-item-wrap {
    max-width: 450px;
  }
  section.protocol-04 .protocol-item-wrap .protocol-item .icon-wrap .icon {
    height: 70px;
  }
}
@media (min-width: 700px) and (max-width: 960px) {
  section.protocol-04 .inner .body {
  }
  section.protocol-04 .protocol-item-wrap .protocol-item {
    max-height: 170px;
  }
}

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

.wedding-wish-inner {
  position: relative;
}

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

.orn-weddingwish-head {
  width: 70%;
  margin-bottom: 32px;
}
.wedding-wish-head .wedding-wish-title {
  color: var(--text-primary);
  text-align: center;
  font-family: var(--heading-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  padding-bottom: 8px;
}
.wedding-wish-head .wedding-wish-description {
  padding-top: 8px;
}

/* Body */
.wedding-wish-body {
  padding: 24px 0px;
}

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

.wedding-wish-form .hide {
  display: none;
}
.wedding-wish-form .form-control {
  background-color: var(--background-secondary);
  border: none;
  border-radius: 999px;
  padding: 8px 12px;
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  line-height: 1.5;
  color: rgba(153, 94, 88, 0.50);

  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.wedding-wish-form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(var(--text-secondary-rgb), 0.5);
}
.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 {
  /* border: 1px solid var(--text-primary); */
  box-shadow: none;
}
.wedding-wish-form textarea.form-control {
  min-height: 40px;
  max-height: 250px;
}
.wedding-wish-form .submit-comment {
  /* width: 100%; */
  padding: 8px 16px;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  outline: none;
  background-color: var(--button-background-secondary);
  color: var(--background-primary);
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  line-height: 24px;
  transition: all 0.25s ease-in-out;
}
.wedding-wish-form .submit-comment:hover {
  background-color: rgba(var(--button-background-primary-rgb), 0.8);
}

/* comment box */
.comment-box-wrap {
  position: relative;
}
.comment-box-wrap .form-group {
  margin-bottom: 0;
}
.comment-box-wrap textarea.form-control {
  height: auto;
  min-height: 0;
}
.comment-box-wrap .submit-comment-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-box-wrap.focus textarea.form-control {
  /* padding-bottom: 50px; */
}
.comment-box-wrap.focus .submit-comment-wrap {
  top: auto;
  bottom: 0;
}

/* Comment Wrap */
.comment-wrap {
  display: none;
}
.comment-wrap.show {
  display: block;
}
.comment-item {
  border-radius: 8px;
  /* background-color: rgba(var(--background-primary-rgb), 0.8); */
  padding: 12px;
  margin-bottom: 8px;
}
.comment-item:last-of-type {
  margin-bottom: 0px;
}

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

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

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

.comment-body {
}
.comment-body .comment-caption {
  font-family: var(--body-text-family);
  font-size: calc(var(--body-text-size) - var(--fs-extra-1));
  line-height: 16px;
}

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

#moreComment {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  padding: 8px 20px;
  margin: 0 auto;
  border-radius: 50px;
  text-decoration: none;
  background-color: var(--button-background-primary);
  color: var(--button-text-primary);
  font-family: var(--body-text-family);
  font-size: var(--body-text-size);
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
#moreComment:hover {
  background-color: rgba(var(--button-background-primary-rgb), 0.8);
}

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

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

/* ========================================
        QUOTE
======================================== */
.quote-wrap {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 15% 0px 10%;
}
.quote-frame-wrapper {
  margin: 0 auto;
  max-width: 500px;
  min-height: 400px;
  border-radius: 1000px;
}
.quote-frame {
  position: relative;
  width: 100%;
  max-width: 545px;
  min-height: 400px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 1000px;
  background-color: var(--background-tertiary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quote-frame .quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  min-height: 400px;
  padding: 60px 24px 60px;
  text-align: center;
  gap: 12px;
}

.quote .quote-title {
  font-family: var(--heading-family-3);
  font-size: calc(var(--heading-size) - 4px);
}
.quote .quote-caption {
  font-family: var(--body-text-family);
  font-style: italic;
  color: #995e58;
}

.orn-awan-quotes {
  width: 145.647px;
  height: 60px;
}

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

/* ========================================
?        FOOTNOTE
======================================== */
.footnote-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  overflow: hidden;
  padding: 40px 0px;
  gap: 55px;
  min-height: calc(100vh + 100px);
  background: var(--bg-main) no-repeat;
  background-size: cover;
  background-position: center top;
}
.footnote-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    180deg,
    rgba(245, 238, 226, 0.07) 0%,
    #f5eee2 100%
  );
}

.footnote-wrap .footnote {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
  top: 55px;
}

/* Details */
.footnote .content {
  position: relative;
  z-index: 1;

  display: flex;
  flex-direction: column;
  /* gap: 35px; */
}

.logo-wrapper {
  position: relative;
  width: 250px;
  height: 200px;
  margin: 0 auto -30px;
}
.logo-wrapper .logo-1 {
  position: absolute;
  width: 128px;
  left: 0%;
}
.logo-wrapper .logo-2 {
  position: absolute;
  width: 109.206px;
  left: 47%;
  top: 36%;
}
.logo-wrapper .logo-3 {
  position: absolute;
  width: 14.617px;
  left: 53%;
  top: 0;
}
.footnote .content .footnote-title {
  font-size: calc(var(--heading-size) + var(--fs-extra-5));

  color: var(--text-tertiary);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 80px; /* 200% */
}
.footnote .content .top-text {
  color: var(--text-quaternary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.footnote .content .bottom-text {
  color: var(--text-quaternary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.footnote .content .date {
  font-size: calc(var(--body-text-size));
}
.footnote-wrap .orn-wrapper {
  position: relative;
  width: 100%;
  /* padding-top: 46%; */
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

@media (max-width: 360px) {
  .footnote-wrap {
    min-height: calc(80vh + 100px);
  }
  .footnote .content .footnote-title {
    padding: 30px 0;
  }
}

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

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

@media (min-width: 768px) {
  .footnote .content .footnote-title {
    padding: 30px 0;
  }
}

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

.footnote-wrap .wrapper {
}

/* ========================================
        FOOTER
======================================== */
section.footer {
  background: #995e58;
  padding: 0;
}
section.footer .footer-inner {
  padding: 10px 0;
}
section.footer .footer-inner p {
  font-size: var(--body-text-size);
  font-weight: 400;
  color: #eae2dc;
}
.footer .footer-inner .footer-logo {
  width: 55px;
}
section.footer .footer-inner .footer-logo path {
  fill: #eae2dc;
}

@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 Tags */
section.person p {
  font-family: var(--roboto);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--dark-clr);
}

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

/* Top Cover  */
.cover-bottom-wrapper.tc {
  bottom: 5%;
}
.cover-top-wrapper.tc {
  top: 5%;
}

/* Cover */

.cover-top-wrapper {
  position: absolute;
  right: 0;
  top: 2%;
  width: 100%;
}
.cover-bottom-wrapper {
  position: absolute;
  left: 0;
  bottom: 2%;
  transform: rotate(180deg);
  width: 100%;
}

.orn-cover-1 {
  position: absolute;
  width: 65%;
  right: 14%;
  top: 0%;
  transform: translate(-25%, 7%);
}
.orn-cover-2 {
  position: absolute;
  width: 48%;
  right: 0%;
  transform: translate(-5%, 11%);
}
.orn-cover-3 {
  position: absolute;
  width: 50%;
  right: 0%;
  transform: translate(29%, -1%);
}
.orn-cover-4 {
  position: absolute;
  width: 29%;
  right: 0%;
  transform: translate(23%, 73%);
}
.orn-cover-5 {
  position: absolute;
  width: 64%;
  right: 0%;
  transform: translate(52%, 37%);
}

/* Couple */
.orn-couple-1 {
  position: absolute;
  width: 44%;
  bottom: 0;
  left: 0;
  transform: translate(-16%, 32%) scaleX(-1);
}
.orn-couple-2 {
  position: absolute;
  width: 44%;
  bottom: 0;
  left: 10%;
  transform: translate(14%, 51%) scaleX(-1);
}
.orn-couple-3 {
  position: absolute;
  width: 55%;
  bottom: 0;
  left: 10%;
  transform: translate(44%, 49%) scaleX(-1);
}
.orn-couple-4 {
  position: absolute;
  width: 47%;
  bottom: 0;
  left: 0;
  transform: translate(-33%, -23%) scaleX(-1);
}
.orn-couple-5 {
  position: absolute;
  width: 40%;
  bottom: 0;
  left: 0;
  transform: translate(84%, -47%) scaleX(-1);
}
.orn-couple-6 {
  position: absolute;
  width: 33%;
  bottom: 50%;
  left: 0;
  transform: translate(-41%, -17%) scaleX(-1);
}
.orn-couple-7 {
  position: absolute;
  width: 33%;
  bottom: 50%;
  left: 0;
  transform: translate(-41%, -17%) scaleX(-1);
}
.orn-couple-8 {
  position: absolute;
  width: 56%;
  bottom: 20%;
  left: 0;
  transform: translate(-16%, -23%);
}
.orn-couple-edge {
  position: absolute;
  width: 20%;
  bottom: 20%;
  right: 0;
  transform: translate(13%, 8%) scaleX(-1);
}

/* SaveDate  */
.orn-savedate-1.left {
  position: absolute;
  width: 27%;
  bottom: 30%;
  left: 0;
  transform: translate(-18%, -8%) scaleX(-1);
}
.orn-savedate-1.right {
  position: absolute;
  width: 27%;
  bottom: 30%;
  right: 0;
  transform: translate(18%, -8%);
}
.orn-savedate-2.left {
  position: absolute;
  width: 26%;
  bottom: 34%;
  left: 0;
  transform: translate(-18%, -8%) scaleX(-1);
}
.orn-savedate-2.right {
  position: absolute;
  width: 26%;
  bottom: 34%;
  right: 0;
  transform: translate(18%, -8%);
}
.orn-savedate-3.left {
  position: absolute;
  width: 35%;
  top: 12%;
  left: 0;
  transform: translate(-22%, -13%) scaleX(-1);
}
.orn-savedate-3.right {
  position: absolute;
  width: 35%;
  top: 12%;
  right: 0;
  transform: translate(22%, -13%);
}
.orn-savedate-4.left {
  position: absolute;
  width: 66%;
  top: 0%;
  left: 0;
  transform: translate(-50%, -21%);
  z-index: -1;
}
.orn-savedate-4.right {
  position: absolute;
  width: 66%;
  bottom: 0%;
  right: 0;
  transform: translate(50%, -21%);
  z-index: -1;
}

/* Agenda  */
.orn-event-1 {
  position: absolute;
  width: 31%;
  bottom: 0;
  left: 0;
  transform: translate(-14%, 13%);
}

.orn-event-2 {
  position: absolute;
  width: 33%;
  bottom: 0;
  right: 0;
  transform: translate(20%, 27%);
}
.orn-event-8 {
  position: absolute;
  width: 25%;
  bottom: 0;
  right: 0;
  transform: translate(19%, -22%);
}
.orn-event-3 {
  position: absolute;
  width: 33%;
  bottom: 0;
  left: 0;
  transform: translate(43%, 53%) scaleX(-1);
}
.orn-event-4 {
  position: absolute;
  width: 59%;
  bottom: 0;
  right: 0;
  transform: translate(2%, 43%) scaleX(1) rotate(-26deg);
}
.activity-item:first-child .orn-event-5 {
  position: absolute;
  width: 24%;
  bottom: 0;
  left: 0;
  transform: translate(0%, -15%);
}

.orn-event-5 {
  position: absolute;
  width: 25%;
  bottom: 0;
  left: 0;
  transform: translate(5%, -42%);
}
.activity-item:first-child .orn-event-6 {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  transform: translate(24%, -24%);
}

.orn-event-6 {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  transform: translate(21%, 11%);
}
.activity-item:first-child .orn-event-7 {
  position: absolute;
  width: 18%;
  top: 0;
  right: 0;
  transform: translate(16%, 5%) scaleX(-1);
}

.orn-event-7 {
  position: absolute;
  width: 18%;
  top: 0;
  right: 0;
  transform: translate(13%, 46%) scaleX(-1);
}

/* RSVP  */
.orn-rsvp-2 {
  position: absolute;
  width: 25%;
  top: 10%;
  right: 0;
  transform: translate(30%, 6%);
}
.orn-rsvp-3 {
  position: absolute;
  width: 35%;
  top: 0%;
  right: 0;
  transform: translate(30%, -30%);
}
.orn-rsvp-4 {
  position: absolute;
  width: 55%;
  top: 0%;
  right: 0;
  transform: translate(30%, -57%);
}

/* Gallery Photo  */
.orn-gallery-1 {
  position: absolute;
  width: 40%;
  top: 45%;
  left: 0;
  transform: translate(-35%, 0%);
}
.orn-gallery-2 {
  position: absolute;
  width: 34%;
  bottom: 20%;
  right: 0;
  transform: translate(40%, 0%);
}

/* Video  */
.orn-video-1.left {
  position: absolute;
  width: 20%;
  bottom: 0;
  left: 0;
  transform: translate(-12%, -30%);
}

.orn-video-1.right {
  position: absolute;
  width: 20%;
  bottom: 0;
  right: 0;
  transform: translate(12%, -30%) scaleX(-1);
}
.orn-video-2.left {
  position: absolute;
  width: 22%;
  bottom: 0;
  left: 0;
  transform: translate(-31%, -67%) scaleX(-1);
}

.orn-video-2.right {
  position: absolute;
  width: 22%;
  bottom: 0;
  right: 0;
  transform: translate(31%, -67%);
}
.orn-video-3.left {
  position: absolute;
  width: 22%;
  bottom: 0;
  left: 0;
  transform: translate(-31%, -80%);
}

.orn-video-3.right {
  position: absolute;
  width: 22%;
  bottom: 0;
  right: 0;
  transform: translate(31%, -80%) scaleX(-1);
}
.orn-video-4.left {
  position: absolute;
  width: 28%;
  bottom: 0;
  left: 0;
  transform: translate(-63%, -86%);
}

.orn-video-4.right {
  position: absolute;
  width: 28%;
  bottom: 0;
  right: 0;
  transform: translate(63%, -86%) scaleX(-1);
}

/* Wedding Gift  */

.orn-gift-1.left {
  position: absolute;
  width: 45%;
  left: 0;
  transform: translate(-26%, -38%) scaleX(-1);
}
.orn-gift-2.left {
  position: absolute;
  width: 28%;
  left: 0;
  transform: translate(-20%, 4%) scaleX(-1);
}
.orn-gift-2.right {
  position: absolute;
  width: 28%;
  right: 0;
  transform: translate(20%, 4%);
}
.orn-gift-1.right {
  position: absolute;
  width: 45%;
  right: 0;
  transform: translate(26%, -38%);
}

/* Quotes  */
.orn-center-quotes {
  position: absolute;
  width: 40%;
  left: 50%;
  top: 0;
  transform: translate(-50%, 8%);
}
.orn-quote-1.left {
  position: absolute;
  width: 41%;
  left: 0;
  bottom: 0;
  transform: translate(-12%, 4%) scaleX(-1);
}
.orn-quote-1.right {
  position: absolute;
  width: 41%;
  right: 0;
  bottom: 0;
  transform: translate(12%, 4%);
}
.orn-quote-2.left {
  position: absolute;
  width: 29%;
  left: 0;
  top: 0;
  transform: translate(-16%, 11%) rotate(62deg) scaleX(-1);
}
.orn-quote-2.right {
  position: absolute;
  width: 29%;
  right: 0;
  top: 0;
  transform: translate(16%, 11%) rotate(-62deg);
}
.orn-quote-3.left {
  position: absolute;
  width: 29%;
  left: 0;
  top: 0;
  transform: translate(11%, -13%) rotate(-151deg) scaleX(1);
}
.orn-quote-3.right {
  position: absolute;
  width: 29%;
  right: 0;
  top: 0;
  transform: translate(-11%, -13%) rotate(151deg) scaleX(-1);
}

/*  =======================================
    EFFECTS - Nanda
======================================= */
.effects.nanda > div {
  /* background-color: rgba(46, 135, 255, 1); */
  width: 40px;
  height: 40px;
}
.effects.nanda > div > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  pointer-events: none;
}
.effects.nanda > div:nth-child(1) {
  left: 5%;
  width: 38px;
  height: 38px;
  animation: nanda-effects 20s linear infinite;
  animation-delay: -4s;
}
.effects.nanda > div:nth-child(2) {
  left: 18%;
  animation: nanda-effects 25s linear infinite;
  animation-delay: -7s;
}
.effects.nanda > div:nth-child(3) {
  left: 27%;
  width: 35px;
  height: 35px;
  animation: nanda-effects 15s linear infinite;
  animation-delay: -7s;
}
.effects.nanda > div:nth-child(4) {
  left: 36%;
  animation: nanda-effects 30s linear infinite;
  animation-delay: -2s;
}
.effects.nanda > div:nth-child(5) {
  left: 45%;
  width: 48px;
  height: 48px;
  animation: nanda-effects 25s linear infinite;
  animation-delay: -2s;
}
.effects.nanda > div:nth-child(6) {
  left: 54%;
  width: 48px;
  height: 48px;
  animation: nanda-effects 15s linear infinite;
  animation-delay: -12s;
}
.effects.nanda > div:nth-child(7) {
  left: 63%;
  animation: nanda-effects 20s linear infinite;
  animation-delay: -10s;
}
.effects.nanda > div:nth-child(8) {
  left: 72%;
  animation: nanda-effects 10s linear infinite;
  animation-delay: -2s;
}
.effects.nanda > div:nth-child(9) {
  left: 81%;
  width: 38px;
  height: 38px;
  animation: nanda-effects 25s linear infinite;
  animation-delay: -4s;
}
.effects.nanda > div:nth-child(10) {
  left: 92%;
  animation: nanda-effects 15s linear infinite;
  animation-delay: -7s;
}

@keyframes nanda-effects {
  0% {
    opacity: 0;
    top: -10%;
    transform: translateX(20px) rotate(0deg);
  }
  7%,
  27%,
  47%,
  67%,
  87% {
    opacity: 0;
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    opacity: 0.8;
  }
  13%,
  33%,
  53%,
  73%,
  93% {
    opacity: 0;
  }
  7%,
  10%,
  13% {
    top: 10%;
  }
  13% {
    transform: translateX(-30px) rotate(40deg);
  }
  27%,
  30%,
  33% {
    top: 30%;
  }
  33% {
    transform: translateX(20px) rotate(80deg);
  }
  47%,
  50%,
  53% {
    top: 55%;
  }
  53% {
    transform: translateX(-30px) rotate(120deg);
  }
  67%,
  70%,
  73% {
    top: 72%;
  }
  73% {
    transform: translateX(20px) rotate(160deg);
  }
  87%,
  90%,
  93% {
    top: 90%;
  }
  93% {
    transform: translateX(-30px) rotate(200deg);
  }
  100% {
    top: 110%;
    transform: translateX(20px) rotate(240deg);
    opacity: 0;
  }
}

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


/* Cover Animations  */

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

/* Couple Animations  */

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


/* SaveDate Animations */

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


/* Agenda Animations  */
.orn-event-8 .image-wrap img {
  transform-origin: 20% 100%;
  animation: goyang 6s ease-in-out infinite alternate;
}
.orn-event-6 .image-wrap img {
  transform-origin: 80% 100%;
  animation: goyang 6s ease-in-out infinite alternate;
}
.orn-event-7 .image-wrap img {
  transform-origin: 50% 0%;
  animation: goyang-slow 9s ease-in-out infinite alternate;
}
.orn-event-3 .image-wrap img {
  transform-origin: 100% 50%;
  animation: goyang-slow 9s ease-in-out infinite alternate;
}


/* RSVP Animations */

.orn-rsvp-4 .image-wrap img {
  transform-origin: 80% 100%;
  animation: goyang 6s ease-in-out infinite alternate;
}


/* Gift Animations  */

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

/* Quote Animations */
.orn-quote-2 .image-wrap img {
  transform-origin: 10% 100%;
  animation: goyang 7s ease-in-out infinite alternate;
}
.orn-quote-3 .image-wrap img {
  transform-origin: 60% 0%;
  animation: goyang 8s ease-in-out infinite alternate;
}
.orn-quote-1 .image-wrap img {
  transform-origin: 100% 0%;
  animation: goyang 10s ease-in-out infinite alternate;
}