body {
  color: #58626c;
  font-family: Josefin Sans, Arial, sans-serif;
}

.font-josefin-sans {
  font-family: Josefin Sans, Arial, sans-serif;
}

.font-great-vibes {
  font-family: Great Vibes,Arial,sans-serif;
}

.color-hl {
  color: #c8ba7b;
}

.copy {
  font-size: 1.2rem;
}

.block {
  margin: 2rem;
  padding: 3rem 0 2rem;
}

.block__header {
  text-align: center;
}

.block__header h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.hr::after {
  display: block;
  content: ' ';
  width: 5rem;
  margin: 0.5rem auto 0;
  border-top: 1px solid #c8ba7b;
}

.block--couple-title h3,
.block--couple-title h4,
.block--couple-title h1 {
  margin: 0;
}

.block--couple-title {
  margin-top: 12rem;
}

.block--couple-title h3 {
  margin-bottom: -0.8rem;
  letter-spacing: .25rem;
  line-height: .9;
}

.page--index .block.block--hero {
  background-position: 0 64% !important;
}
.page--index .block.block--hero .block.block--couple-title {
  margin-top: 2rem;
}

.page--saigon .block.block--hero {
  background-position: 72% 0 !important;
}
.page--saigon .block.block--hero .block.block--couple-title {
  margin-top: -12rem;
}
@media (min-width: 48rem) {
  .page--saigon .block.block--hero {
    background-position: 80% 0 !important;
  }
}
@media (min-width: 64rem) {
  .page--saigon .block.block--hero {
    background-position: 100% 68% !important;
    background-size: 130vw auto !important;
  }
}

.page--hanoi .block.block--hero {
  background-position: 28% 64% !important;
}
.page--hanoi .block.block--hero .block.block--couple-title {
  margin-top: 16rem;
}
.page--hanoi .block.block--hero .block.block--couple-title h1 {
  font-size: 6rem;
}
@media (min-width: 48rem) {
  .page--hanoi .block.block--hero .block.block--couple-title {
    margin-top: -11rem;
  }
  .page--hanoi .block.block--hero .block.block--couple-title h1 {
    font-size: 7rem;
  }
}
@media (min-width: 48rem) {
  .page--hanoi .block.block--hero .block.block--couple-title {
    margin-top: -16rem;
  }
}

.nav--main {

}

.menu-item {
  padding: 0.5rem 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
}

.menu-item a {
  color: white;
  text-decoration: none;
  font-family: Josefin Sans, Arial, sans-serif;
}

.block--hero {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 80vh;
}

.block--hero .block__header {
  /* padding: 10rem 0 8rem; */
  background: rgba(0, 0, 0, 0.2);
  /* backdrop-filter: blur(2px); */
  text-shadow: 0px 0px 0.6rem rgba(52, 46, 22, .2);
  width: 100%;
  height: 100%;
}

.block--hero .block__header .f-headline {
  font-size: 7rem;
}

.parallax {
  transition-property: background-position;
  transition-delay: 0ms;
  transition-duration: 0ms;
  background-attachment: fixed;
}

.block .block {
  margin: 0;
  padding: 0;
}

.grid {
  display: grid;
}

.block--gallery .grid {
  gap: 3.5%;
  grid-template-columns: 31% 31% 31%;
}

.block--gallery img {
  object-fit: cover;
}

.flag-icons-vn, .flag-icons-us {
  width: 1.6rem;
}

.header--main {
  background-color: rgba(255, 255, 255, 0.0);
  transition: background-color 0.2s ease-in-out;
}

.invert-menu .header--main {
  background-color: rgba(255, 255, 255, 0.8);
}

.invert-menu .menu-item a {
  color: #c8ba7b;
}

.block--countdown {
  margin: 0;
}

.aspect-ratio img {
  object-fit: cover;
}

.wish__avatar {
  object-fit: cover;
}

.wish__quote blockquote {
  margin-left: 1rem;
  margin-right: 1rem;
}

.modal-shown {
  display: block;
}

.modal-hidden {
  display: none;
}

.modal {
  position: fixed; /* Stay in place */
  z-index: 100000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
}

.modal-close {
  cursor: pointer;
  right:0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;
  width: 40px;
  height: 35px;
  border: none;
  opacity: .7;
  position: absolute;
  z-index: 10000000;
}

@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Carousel */
@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}

.carousel *::-webkit-scrollbar {
  width: 0;
}

.carousel *::-webkit-scrollbar-track {
  background: transparent;
}

.carousel *::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

.carousel * {
  -ms-overflow-style: none;
}
.carousel {
  position: relative;
  /* padding-top: 75%; */
  /* filter: drop-shadow(0 0 10px #0003); */
  perspective: 100px;
  height: 100vh;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  margin: 0;
  padding: 0;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  counter-increment: item;
}

.carousel__slide img {
  height: auto;
  width: auto;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.carousel__slide:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);
  color: #fff;
  font-size: 2em;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

/* @media (hover: hover) { */
/*   .carousel__snapper { */
/*     animation-name: tonext, snap; */
/*     animation-timing-function: ease; */
/*     animation-duration: 4s; */
/*     animation-iteration-count: infinite; */
/*   } */

/*   .carousel__slide:last-child .carousel__snapper { */
/*     animation-name: tostart, snap; */
/*   } */
/* } */

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}

.carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin: auto;
  width: 60px;
  height: 100%;
  font-size: 0;
  outline: 0;
}

.carousel::before,
.carousel__prev {
  left: 0;
}

.carousel::after,
.carousel__next {
  right: 0;
}

.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  text-align: center;
  pointer-events: none;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
}

.carousel::before {
  background-image:
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==')
}

.carousel::after {
  background-image:
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+')
}
