@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2");
}

/* cyrillic-ext */
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorant/v18/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTc75q7T2u.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorant/v18/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTc7dq7T2u.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorant/v18/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTc7xq7T2u.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorant/v18/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTc71q7T2u.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorant/v18/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTc7Nq7Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --color-main: #fff;
  --color-primary: #fff;
  --color-secondary: #c7ac79;
  --color-dark: #1e1f1e;
  --color-light: #fff;
  --color-gift: #000;
  --text-button: #fff;
  --color-button-trans: #1e1f1e;
  --color-input: #1e1f1e;
}

.color-main {
  background-color: var(--color-main);
}

.color-primary {
  font-variant: var(--color-primary);
}

.color-secondary {
  background-color: var(--color-secondary);
}

.color__button__trans {
  background-color: transparent !important;
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin: 0 auto;
  gap: 1.75rem;
  padding: 1rem 0;
  border-radius: 5px;
  z-index: 3;
}

.countdown .days,
.countdown .hours,
.countdown .minutes,
.countdown .seconds {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  border-radius: 1000px;
  width: 78px;
}

@media (max-width: 767px) {

  .countdown .days,
  .countdown .hours,
  .countdown .minutes,
  .countdown .seconds {
    width: 65px;
  }
}

.countdown .days .huruf,
.countdown .hours .huruf,
.countdown .minutes .huruf,
.countdown .seconds .huruf {
  font-size: 14px;
  font-weight: 600;
}

.countdown .days .angka,
.countdown .hours .angka,
.countdown .minutes .angka,
.countdown .seconds .angka {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 48px;
  font-family: "Cormorant", serif;
}

@media (max-width: 575px) {

  .countdown .days .angka,
  .countdown .hours .angka,
  .countdown .minutes .angka,
  .countdown .seconds .angka {
    font-size: 38px;
  }
}

.countdown .days .huruf,
.countdown .days .angka,
.countdown .hours .huruf,
.countdown .hours .angka,
.countdown .minutes .huruf,
.countdown .minutes .angka,
.countdown .seconds .huruf,
.countdown .seconds .angka {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.logo-viding {
  height: 2.4rem;
}

.logo-viding path {
  fill: var(--vd-color-pink);
}

@media (max-width: 576px) {
  .logo-viding {
    height: 2.25rem;
  }
}

.header-section {
  position: relative;
  height: 100vh;
  width: 100%;
}

.header-section .deco-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
}

.header-section .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-section .image-wrapper::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 2;
}

.header-section .image-wrapper::after {
  position: absolute;
  top: 45%;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(to top, var(--color-main) 0%, var(--color-main) 15%, transparent 80%, transparent 100%);
  z-index: 2;
}

.header-section .image-wrapper .background-header {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-section .header-content {
  position: relative;
  text-align: center;
  padding: 3.75rem 0 2rem;
}

.header-section .header-content .header {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 3;
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.1);
}

.header-section .header-content .header .header-title {
  /* color: var(--color-dark); */
  position: relative;
  z-index: 5;
  margin-bottom: 2.5rem;
  text-shadow: #1e1f1e 1px 0 10px;
}

/* .header-section .header-content .header .header-title .title {
  color: var(--color-dark);
} */

.envelope-wrap {
  position: fixed;
  z-index: 1300;
  transition: all 1s ease-out;
  background-color: var(--color-main);
  overflow: hidden;
}

.envelope-wrap .header-content .header {
  justify-content: flex-end;
}

.envelope-wrap .header-content .header .header-title {
  margin-bottom: 0;
  padding: 3rem;
  color: #fff;
  text-shadow: #1e1f1e 1px 0 10px;
}

@media (max-width: 576px) {
  .envelope-wrap .header-content .header .header-title {
    padding: 1rem 1rem 6rem;
  }
}

.envelope-wrap .header-content .header .header-title .title {
  color: #fff;
}

.couple-section {
  position: relative;
  padding: 3rem 0;
  text-align: center;
}

.couple-section .deco-2 {
  position: absolute;
  top: 60%;
  right: 0;
  width: 45%;
}

.couple-section .couple-content {
  position: relative;
  background-color: var(--color-primary);
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.1);
  padding: 2rem 3rem;
  margin-bottom: -2rem;
  z-index: 5;
}

@media (max-width: 767px) {
  .couple-section .couple-content {
    padding: 2rem 1rem;
    margin-bottom: -1.5rem;
  }
}

@media (min-width: 768px) {
  .couple-section .row>* {
    padding: 0;
  }
}

.couple-section .and {
  padding: 1rem;
  background: linear-gradient(to top, var(--color-primary) 0%, var(--color-primary) 32%, transparent 100%) !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0;
  font-weight: 600;
}

@media (min-width: 768px) {
  .couple-section .and {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 5;
  }
}

.couple-section .btn-reminder {
  position: relative;
  gap: 0.5rem;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.couple-section .btn-reminder path {
  fill: var(--text-button);
  transition: all 0.3s ease-in-out;
}

.couple-section .couple {
  position: relative;
}

.couple-section .couple .couple-description {
  position: relative;
  padding: 1rem 1.5rem;
  box-shadow: 0 32px 32px rgba(0, 0, 0, 0.1);
  width: 80%;
  margin: -5rem auto 0;
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .couple-section .couple .couple-description {
    margin: -3rem auto 0;
    padding: 1rem;
  }
}

/* .couple-section .couple h3 {
  color: var(--color-dark);
} */

.couple-section .couple .image-wrap,
.couple-section .couple .image-wrap.single_photo {
  position: relative;
  height: 520px;
  background-color: var(--color-primary);
  width: 100%;
}

@media (max-width: 991px) {
  .couple-section .couple .image-wrap.single_photo {
    height: auto;
    aspect-ratio: 16/9;
  }

  .couple-section .couple .image-wrap {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .couple-section .couple .image-wrap {
    height: 340px;
  }
}

.couple-section .couple .image-wrap::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, var(--color-main) 0%, var(--color-main) 10%, transparent 100%);
}

.couple-section .couple .image-wrap .couple-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.couple-section .couple .couple-parent {
  width: 80%;
  margin: auto;
}

@media (max-width: 767px) {
  .couple-section .couple .couple-parent {
    width: 100%;
  }
}

.couple-section .couple .sosmed-wrap {
  position: relative;
  width: 100%;
}

.couple-section .couple .sosmed-wrap .sosmed {
  color: var(--color-dark);
  text-decoration: none;
}

.couple-section .couple .sosmed-wrap .sosmed small {
  align-items: center;
  gap: 0.25rem;
  display: flex;
  justify-content: center;
}

.couple-section .couple .sosmed-wrap .fab {
  font-size: 18px;
}

@media (max-width: 767px) {
  .couple-section .couple .sosmed-wrap .fab {
    font-size: 16px;
  }
}

.couple-section .reminder-wrap {
  position: relative;
  background-color: transparent;
  padding: 5rem 0 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.couple-section .reminder-wrap .btn-reminder {
  z-index: 3;
  position: relative;
}

.story-section {
  position: relative;
}

.story-section .deco-3 {
  position: absolute;
  left: 0;
  top: 55%;
  width: 40%;
}

.story-section .story-description {
  position: relative;
  text-align: center;
  background-color: var(--color-primary);
  padding: 3rem 2rem;
  border-radius: 10px;
  z-index: 5;
  margin-top: -8rem;
  box-shadow: 0 32px 32px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .story-section .story-description {
    padding: 2rem 1.25rem;
  }
}

.story-section .image-story-wrap {
  position: relative;
  height: 380px;
  width: 100%;
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .story-section .image-story-wrap {
    height: 480px;
  }
}

.story-section .image-story-wrap::before {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #fff 0%, #fff 5%, transparent 100%);
  content: "";
  z-index: 1;
}

.story-section .image-story-wrap .story-image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.venue-section {
  position: relative;
  padding: 5rem 0;
}

.venue-section .deco-4 {
  position: absolute;
  right: 0;
  top: 15%;
  width: 70%;
}

.venue-section .venue-wrapper {
  position: relative;
}

.venue-section .venue-wrapper .venue-content {
  position: relative;
  text-align: center;
}

.venue-section .venue-wrapper .venue-content .card {
  border: none;
  box-shadow: 0 32px 32px rgba(0, 0, 0, 0.1);
  height: 100%;
  background-color: var(--color-primary);
}

.venue-section .venue-wrapper .venue-content .card .card-body {
  padding: 3rem 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.venue-section .prokes-wrap {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
}

.venue-section .prokes-wrap .prokes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 132px;
}

@media (max-width: 767px) {
  .venue-section .prokes-wrap .prokes {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .venue-section .row-venue {
    gap: 3rem;
  }
}

.venue-section .event-name {
  position: relative;
}

.venue-section .event-name .date {
  font-weight: 500;
  font-size: 18px;
}

.venue-section .event-name p {
  margin-bottom: 0;
}

.venue-section .btn-custom {
  background-color: transparent;
  border-color: var(--color-button-trans);
  color: var(--color-button-trans);
  transition: all 0.25 ease-in-out;
}

.venue-section .btn-custom:hover {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary);
  color: var(--text-button);
}

.venue-section .maps-embed {
  width: 100%;
  position: relative;
}

.rsvp-section {
  position: relative;
  padding: 3rem 0;
}

.rsvp-section .deco-5 {
  position: absolute;
  left: 0;
  top: -10%;
  width: 55%;
}

.rsvp-section .image-wrap {
  position: relative;
  height: 520px;
  border-radius: 10px;
  position: absolute;
  top: -8rem;
  left: 0;
}

@media (max-width: 767px) {
  .rsvp-section .image-wrap {
    position: relative;
    top: 0;
    height: 380px;
  }
}

.rsvp-section .image-wrap .rsvp-background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.rsvp-section .rsvp-wrap {
  position: relative;
}

.wishes-section {
  position: relative;
  padding: 3rem 0 0;
}

@media (max-width: 767px) {
  .wishes-section {
    padding: 3rem 0 0;
  }
}

.wishes-section .deco-6 {
  position: absolute;
  right: 0;
  top: 30%;
  width: 40%;
}

.wishes-section .card-form {
  border-radius: 10px;
  margin-bottom: -5rem;
  background-color: var(--color-primary);
  z-index: 2;
}

.wishes-section .card-form.card {
  border: none;
}

.wishes-section .card-form .card-body {
  padding: 3rem;
}

@media (max-width: 991px) {
  .wishes-section .card-form .card-body {
    padding: 3rem 2rem;
  }
}

.wishes-section .wishes-preview {
  padding: 5rem 0 0;
  background: linear-gradient(to top, rgba(187, 143, 58, 0.2) 0%, rgba(187, 143, 58, 0.2) 70%, transparent 100%);
}

.wishes-section .wishes-preview .card {
  border: none;
  position: relative;
  background-color: transparent;
}

.wishes-section .wishes-preview .card .card-body {
  overflow: hidden;
}

@media (min-width: 992px) {
  .wishes-section .wishes-preview .card .card-body {
    padding: 3rem;
  }
}

.wishes-section .wishes-preview .card .card-body .wishes {
  text-align: left;
  height: 22.5rem;
  overflow: auto;
}

.wishes-section .wishes-preview .card .card-body .wishes::-webkit-scrollbar {
  display: none;
}

.wishes-section .wishes-preview .card .card-body .wishes .text-muted {
  color: rgba(255, 255, 255, 0.5);
}

.wishes-section .wishes-preview .card .card-body .wishes .wish {
  margin-bottom: 1.5rem;
}

.wishes-section .wishes-preview .card .card-body .wishes .wish h6 {
  font-weight: bold;
}

.wishes-section .wishes-preview .card .card-body .wishes .wish h6,
.wishes-section .wishes-preview .card .card-body .wishes .wish p {
  margin-bottom: 0;
}

.egift-section {
  position: relative;
  text-align: center;
  padding: 3rem 0;
}

.egift-section .deco-7 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}

.egift-section .image-wrap {
  position: relative;
  width: 100%;
  height: 480px;
}

.egift-section .image-wrap::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, #fff 0%, transparent 100%);
}

@media (max-width: 991px) {
  .egift-section .image-wrap {
    height: auto;
    aspect-ratio: 9/8;
  }
}

.egift-section .image-wrap .gift-background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.egift-section .gift-wrap {
  position: relative;
  padding: 3rem 2rem;
  background-color: var(--color-primary);
  border-radius: 5px;
  box-shadow: 0 32px 32px rgba(0, 0, 0, 0.1);
  margin: -5rem 0 3rem;
}

@media (max-width: 767px) {
  .egift-section .gift-wrap {
    padding: 2rem 1rem;
  }
}

.egift-section .tabs-gift {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem;
  background-color: rgba(199, 172, 121, 0.25);
  border-radius: 5px;
  gap: 0.5rem;
}

@media (max-width: 767px) {
  .egift-section .tabs-gift {
    padding: 0.25rem;
  }
}

.egift-section .tabs-gift .btn-custom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  min-width: 140px;
  text-align: center;
  background-color: transparent;
  color: var(--color-button-trans);
  z-index: 2;
}

@media (max-width: 767px) {
  .egift-section .tabs-gift .btn-custom {
    min-width: 120px;
  }

  .egift-section .tabs-gift .btn-custom svg {
    width: 25px;
    height: 25px;
  }
}

.egift-section .tabs-gift .btn-custom path {
  fill: var(--color-button-trans);
  transition: all 0.2s ease;
}

.egift-section .tabs-gift .btn-custom.active {
  color: var(--text-button);
}

.egift-section .tabs-gift .btn-custom.active path {
  fill: var(--text-button);
}

.egift-section .tabs-gift .btn-custom.active.angpao~.glider {
  transform: translateX(0);
  -webkit-animation: tab 0.2s ease-in-out;
  animation: tab 0.2s ease-in-out;
}

.egift-section .tabs-gift .btn-custom.active.gift~.glider {
  transform: translateX(100%);
  -webkit-animation: tab 0.2s ease-in-out;
  animation: tab 0.2s ease-in-out;
}

.egift-section .tabs-gift .btn-custom:focus {
  box-shadow: none;
}

.egift-section .tabs-gift .btn-custom.active[data-tab=".angpao"]~.glider {
  transform: translateX(0);
}

.egift-section .tabs-gift .btn-custom.active[data-tab=".gift"]~.glider {
  transform: translateX(100%);
  margin-left: 0.5rem;
}

@media (max-width: 767px) {
  .egift-section .tabs-gift .btn-custom.active[data-tab=".gift"]~.glider {
    margin-left: 0.25rem;
    transform: translateX(102.5%);
  }
}

.egift-section .tabs-gift .glider {
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  background: var(--color-secondary);
  width: 140px;
  bottom: 0.25rem;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .egift-section .tabs-gift .glider {
    top: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
    width: 120px;
  }
}

.egift-section .card .card-body {
  padding: 3rem;
}

@media (max-width: 767px) {
  .egift-section .card .card-body {
    padding: 3rem 1.25rem;
  }
}

@media (max-width: 325px) {
  .egift-section .card .card-body {
    padding: 3rem 0.75rem;
  }
}

.egift-section form .input-group-text {
  background-color: var(--color-secondary);
  border-color: rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .egift-section form .row {
    gap: 1rem;
  }
}

.egift-section .gift,
.egift-section .angpao {
  display: none;
  transition: all 0.5s ease-in;
  opacity: 0;
}

.egift-section .gift.show,
.egift-section .angpao.show {
  display: block;
  opacity: 1;
}

.egift-section .gift-wrapper {
  position: relative;
  background-color: #fff;
  margin-top: 2rem;
  border-radius: 8px;
  height: 100%;
}

.egift-section .gift-wrapper .gift-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  height: 100%;
  gap: 1rem;
}

.egift-section .gift-wrapper .gift-content .gift-image-wrap {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 0.75rem;
}

.egift-section .gift-wrapper .gift-content .gift-image-wrap .gift-image-item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.egift-section .gift-wrapper .gift-content .gift-description {
  position: relative;
  padding: 0 15px;
}

.egift-section .gift-wrapper .gift-content .gift-action {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0 15px 15px;
}

@-webkit-keyframes tab {
  0% {
    transform: scale(0.5);
  }

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

@keyframes tab {
  0% {
    transform: scale(0.5);
  }

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

.gallery-section {
  position: relative;
  padding: 3rem 0;
}

.gallery-section .default .zoom-gallery {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 5px;
}

@media (max-width: 767px) {
  .gallery-section .default .zoom-gallery {
    padding: 0;
    grid-template-columns: auto auto auto auto;
  }
}

.gallery-section .default .zoom-gallery a {
  position: relative;
}

.gallery-section .default .zoom-gallery a.grid-lg {
  grid-column: span 2;
}

.gallery-section .default .zoom-gallery a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

.gallery-section .default .zoom-gallery a::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "+";
  transition: all 0.4s ease-in-out;
  color: #f4f4f4;
  padding: 2px 8px;
  font-size: 20px;
  border-radius: 1000px;
  font-weight: 700;
  border: solid 2px #f4f4f4;
  opacity: 0;
  z-index: 3;
}

.gallery-section .default .zoom-gallery a:hover::before {
  background-color: rgba(8, 8, 8, 0.3647058824);
}

.gallery-section .default .zoom-gallery a:hover::after {
  opacity: 1;
}

.gallery-section .default .zoom-gallery .photo {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

@media (max-width: 991px) {
  .gallery-section .default .zoom-gallery .photo {
    height: 158px;
  }
}

@media (max-width: 575px) {
  .gallery-section .default .zoom-gallery .photo {
    height: 107px;
  }
}

.apology-section {
  position: relative;
  padding: 5rem 0;
}

@media (max-width: 767px) {
  .apology-section {
    padding: 3rem 0;
  }
}

.apology-section .deco-8 {
  position: absolute;
  right: 0;
  top: 30%;
  width: 50%;
}

.apology-section .appology-wrap {
  position: relative;
}

.stream-section {
  position: relative;
  padding: 3rem 0;
  text-align: center;
}

@media (max-width: 767px) {
  .stream-section .row {
    gap: 1.5rem;
  }
}

.stream-section .stream-wrapper {
  position: relative;
  background-color: var(--color-primary);
  padding: 3rem 2rem;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 32px 32px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .stream-section .stream-wrapper h4 {
    text-align: center;
  }
}

.stream-section ul ol {
  padding: 0;
}

.stream-section .card {
  background-color: transparent;
  height: 100%;
  color: var(--color-dark);
  border: none;
}

.stream-section .btn-custom {
  width: 50%;
}

@media (max-width: 991px) {
  .stream-section .btn-custom {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .stream-section .btn-custom {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (min-width: 992px) {
  .stream-section .yt-embed {
    height: 320px;
  }
}

.stream-section .yt-description {
  width: 100%;
}

@media (max-width: 767px) {
  .stream-section .yt-description {
    text-align: center;
  }
}

.thank-section {
  position: relative;
  padding: 5rem 0;
  text-align: center;
}

.thank-section::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 2;
}

.thank-section::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(to top, var(--color-main) 0%, var(--color-main) 2%, transparent 100%);
  z-index: 2;
}

.thank-section .thank-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.thank-section .thank {
  position: relative;
  text-align: center;
  padding: 3rem 2rem;
  z-index: 3;
  background-color: var(--color-primary);
  box-shadow: 0 32px 32px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

@media (max-width: 767px) {
  .thank-section .thank {
    padding: 2rem 0.75rem;
  }
}

.footer {
  padding: 1rem 0;
  position: relative;
  text-align: center;
}

.footer small {
  position: relative;
}

body {
  font-family: "Proxima Nova", sans-serif;
}

.main-app {
  background-color: var(--color-main);
  color: var(--color-dark);
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Cormorant", serif;
}

h1 {
  font-size: 52px;
  /* text-transform: uppercase; */
}

@media (max-width: 575px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  margin-bottom: 0;
  font-weight: 500;
}

small {
  font-size: 12px;
}

@media (max-width: 575px) {
  p {
    font-size: 14px;
  }

  small {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.moveable_section_wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-custom {
  background-color: var(--color-secondary);
  padding: 0.5rem 2rem;
  transition: all 0.3s ease-in-out;
  color: var(--text-button);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.btn-custom:hover {
  color: var(--text-button);
}

.btn-custom:hover path {
  fill: var(--text-button);
}

.font-primary {
  font-family: "Proxima Nova", sans-serif;
}

.font-secondary {
  font-family: "Cormorant", serif;
}

.form-control,
.form-select {
  font-family: "Proxima Nova", sans-serif;
  border-color: rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1rem;
  background-color: #fff;
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
  color: var(--color-dark);
}

.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  color: var(--color-dark);
}

.form-control::placeholder,
.form-select::placeholder {
  color: var(--color-dark);
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: var(--color-dark);
}

.scrolled {
  background: #fff !important;
  transition: all 1s ease-in-out;
  box-shadow: 3px 0px 15px 15px rgba(89, 89, 89, 0.2);
  visibility: visible !important;
  pointer-events: all !important;
}

.scrolled .logo-viding path {
  fill: var(--vd-color-pink);
}


.parallax-wrapper {
  overflow: hidden;
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background-color: var(--vd-color-pink);
  width: 0;
  z-index: 9999;
}

.title-section {
  position: relative;
  min-width: 268px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  margin-bottom: 2.5rem;
  color: #9c7e6c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

@media (max-width: 991px) {
  .title-section {
    gap: 1rem;
  }
}

.title-section .deco-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.title-section .deco-title-right {
  transform: scaleX(-1);
}

.title-section>* {
  /* text-transform: uppercase; */
  font-family: "Cormorant", serif;
  margin-bottom: 0;
}

.waves-bottom {
  position: absolute;
  width: 100.5%;
  left: 0;
  bottom: -2px;
  z-index: 3;
}

.waves-bottom.reverse {
  transform: scaleX(-1);
}

@media (max-width: 767px) {
  .waves-bottom {
    height: auto !important;
  }
}

.waves-top {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  transform: scaleY(-1);
}

.waves-pink-bottom {
  bottom: -50px;
}

@media (max-width: 991px) {
  .waves-pink-bottom {
    bottom: -30px;
  }
}

@media (max-width: 767px) {
  .waves-pink-bottom {
    bottom: -15px;
  }
}

.waves-white-top,
.waves-pink-top {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  transform: scale(-1);
}

.waves-pink-top {
  top: -50px;
}

@media (max-width: 991px) {
  .waves-pink-top {
    top: -30px;
  }
}

@media (max-width: 767px) {
  .waves-pink-top {
    top: -15px;
  }
}

.rose-calma {
  width: 85px;
  margin: 0 auto;
}

ul {
  padding: 0;
}

ul li {
  padding: 0;
}

@media (min-width: 768px) {
  .lg {
    display: block;
  }

  .sm {
    display: none;
  }
}

@media (max-width: 767px) {
  .lg {
    display: none;
  }

  .sm {
    display: block;
  }
}

.loader-wrapper {
  position: fixed;
  min-height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 1500;
  flex-direction: column;
  gap: 1.25rem;
}

.loader-wrapper .spinner {
  position: relative;
  width: 84px;
}

.loader-wrapper span {
  color: var(--vd-color-pink);
  font-weight: 700;
  -webkit-animation: fade 2s linear infinite;
  animation: fade 2s linear infinite;
  letter-spacing: 5px;
}

.modal.show-maps .modal-content {
  border-radius: 20px;
}
.modal.show-maps .modal-body {
  padding: 2rem 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .modal.show-maps .modal-body {
    padding: 2rem 1rem;
  }
}
.modal.show-maps .modal-body .btn-modal {
  background-color: var(--color-main);
  color: var(--color-dark);
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50px;
  opacity: 0.5;
  padding: 0 0.425rem;
  transition: all 0.5s ease;
}
.modal.show-maps .modal-body .btn-modal:hover {
  opacity: 1;
}
.modal.show-maps .modal-body .btn-custom {
  background: transparent;
  border-color: var(--color-dark);
  color: var(--color-dark);
  transition: all 0.25 ease-in-out;
}
.modal.show-maps .modal-body .btn-custom:hover {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--text-button);
}
.modal.show-maps .modal-body .maps-element {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  .modal.show-maps .modal-body .maps-element {
    aspect-ratio: 9/10;
  }
}
.modal.show-maps .modal-body .loader-wrapper-modal {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.show-maps .modal-body .loader-wrapper-modal.loaded {
  display: none;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--color-secondary);
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.modal.show-maps .modal-body .loader-wrapper-modal .lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.modal.show-maps .modal-body .modal-actions {
  position: relative;
  color: var(--color-dark);
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.goog-logo-link {
  display: none !important;
}

.goog-te-combo {
  display: none !important;
}

.goog-te-gadget {
  display: none !important;
}

.goog-gt-tt {
  display: none !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.dropdown-toggle::after {
  display: none;
}

.btn-hadiahkan {
  background-color: var(--color-secondary) !important;
}

.single_couple {
  display: inline-flex;
}

@media (max-width: 767px) {
  .single_couple {
    display: inline-block;
  }
}

.arrow,
.arrow:before {
  position: absolute;
  left: 50%;
}

.arrow {
  width: 20px;
  height: 20px;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px var(--color-dark) solid;
  border-bottom: 2px var(--color-dark) solid;
  bottom: 55px;
  z-index: 10;
}

.arrow:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px var(--color-dark) solid;
  border-bottom: 1px var(--color-dark) solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

@keyframes arrow {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}

.btn-control {
  border-radius: 50%;
  height: 2.5em;
  width: 2.5em;
  text-align: center;
  vertical-align: middle;
  background: radial-gradient(rgba(255, 0, 128, 0.8) 60%, rgba(255, 255, 255, 1) 62%) !important;
  position: relative;
  display: block;
  margin: 100px auto;
  box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.btn-control:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

.btn-pink {
  background: #ff3190;
  color: rgba(255, 255, 255, .4);
}

.btn-pink:hover {
  color: rgba(255, 255, 255, 1);
}

.cover_style {
  font-size: 7vw;
}

@media (max-width: 576px) {
  .greeting-text {
    font-size: 3.75vw;
    font-family: "Roboto";
  }

  .greeting-name-text {
    font-size: 4vw;
    font-family: "Roboto";
  }
}

@media (min-width: 577px) and (max-width: 1024px) {
  .greeting-text {
    font-size: 2.25vw;
    font-family: "Roboto";
  }

  .greeting-name-text {
    font-size: 2.5vw;
    font-family: "Roboto";
  }
}

@media (min-width: 1025px) and (max-width: 2880px) {
  .greeting-text {
    font-size: 1.25vw;
    font-family: "Roboto";
  }

  .greeting-name-text {
    font-size: 1.5vw;
    font-family: "Roboto";
  }
}

.link_item_gift {
  border: 2px solid var(--color-secondary) !important;
  color: var(--color-secondary) !important;
}

.owl-theme.gift-item .owl-dots .owl-dot span,
.owl-theme.gift-item .owl-dots .owl-dot.active span {
  background: var(--color-secondary) !important;
}