:root {
  --primary: #B7973E;
  --secondary: #937930;
  --white: #ffffff;
  --beige: #F4F0F1;
  --dark: #424242;
  --black: #000000;
}

section.hero-section {
  position: relative;
  padding: 150px 0 80px;
  z-index: -20;
  background: linear-gradient(to bottom, #F4F0F1 0%, rgba(0, 0, 0, 0) 100%);
  overflow-x: hidden;
}
section.hero-section h1 {
  color: var(--primary);
  font-family: "Ephesis";
  font-size: 120px;
}
@media screen and (max-width: 991.98px) {
  section.hero-section h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  section.hero-section h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 575.98px) {
  section.hero-section h1 {
    font-size: 60px;
  }
}
section.hero-section p.description {
  color: var(--secondary);
  max-width: min(500px, 50vw);
  margin: 0 auto;
}
section.hero-section .flowers,
section.hero-section .flowers {
  position: absolute;
  top: 0;
  z-index: -10;
}
@media screen and (max-width: 991.98px) {
  section.hero-section .flowers,
  section.hero-section .flowers {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 991.98px) {
  section.hero-section .flowers,
  section.hero-section .flowers {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 575.98px) {
  section.hero-section .flowers,
  section.hero-section .flowers {
    transform: scale(0.6);
  }
}
@media screen and (max-width: 400px) {
  section.hero-section .flowers,
  section.hero-section .flowers {
    transform: scale(0.4);
  }
}
section.hero-section .flowers.left,
section.hero-section .flowers.left {
  left: 0;
  transform-origin: top left;
}
section.hero-section .flowers.right,
section.hero-section .flowers.right {
  right: 0;
  transform-origin: top right;
}
section.hero-section .couples-wrap {
  position: relative;
  margin: 100px auto 0;
  --img-width: 300px;
}
@media screen and (max-width: 575.98px) {
  section.hero-section .couples-wrap {
    --img-width: 200px;
  }
}
section.hero-section .couples-wrap img.hana-and-filip {
  width: var(--img-width);
  height: var(--img-width);
  border-radius: 999px;
  border: 2px solid var(--primary);
}
section.hero-section .couples-wrap img.flowers-circle {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: calc(var(--img-width) + 100px);
  height: calc(var(--img-width) + 100px);
}

section.countdown {
  padding: 60px 0 !important;
}
section.countdown .countdown-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 575.98px) {
  section.countdown .countdown-wrapper {
    gap: 15px;
  }
}
@media screen and (max-width: 399.98px) {
  section.countdown .countdown-wrapper {
    gap: 10px;
  }
}
section.countdown .countdown-wrapper .countdown-box {
  text-align: center;
  padding: 20px;
  min-width: 100px;
}
@media screen and (max-width: 767.98px) {
  section.countdown .countdown-wrapper .countdown-box {
    min-width: 80px;
    padding: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  section.countdown .countdown-wrapper .countdown-box {
    min-width: 60px;
    padding: 10px;
  }
}
@media screen and (max-width: 399.98px) {
  section.countdown .countdown-wrapper .countdown-box {
    min-width: 50px;
    padding: 8px;
  }
}
section.countdown .countdown-wrapper .countdown-box .countdown-number {
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 0px;
  font-family: "Engagement";
}
@media screen and (max-width: 767.98px) {
  section.countdown .countdown-wrapper .countdown-box .countdown-number {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  section.countdown .countdown-wrapper .countdown-box .countdown-number {
    font-size: 2rem;
    margin-bottom: 0px;
  }
}
section.countdown .countdown-wrapper .countdown-box .countdown-label {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--secondary);
  text-transform: uppercase;
}
@media screen and (max-width: 575.98px) {
  section.countdown .countdown-wrapper .countdown-box .countdown-label {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 399.98px) {
  section.countdown .countdown-wrapper .countdown-box .countdown-label {
    font-size: 0.75rem;
  }
}

section.where {
  padding: 100px 0;
}
section.where h2 {
  margin-bottom: 30px;
}
section.where .where-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
section.where .where-card .image {
  position: relative;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 991.98px) {
  section.where .where-card .image {
    height: 350px;
  }
}
@media screen and (max-width: 767.98px) {
  section.where .where-card .image {
    height: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  section.where .where-card .image {
    height: 250px;
  }
}
section.where .where-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.where .where-card .label {
  position: absolute;
  left: 50px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--white);
}
@media screen and (max-width: 767.98px) {
  section.where .where-card .label {
    left: 30px;
  }
}
section.where .where-card .label h3 {
  font-size: 30px;
}
section.where .where-card .label p {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  section.where .where-card .label p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  section.where .where-card .label p {
    font-size: 0.938rem;
  }
}

section.schedule {
  position: relative;
  padding: 100px 0 200px;
}
section.schedule .petals-left,
section.schedule .petals-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 300px;
  opacity: 0.5;
}
@media screen and (max-width: 991.98px) {
  section.schedule .petals-left,
  section.schedule .petals-right {
    max-width: 120px;
  }
}
@media screen and (max-width: 767.98px) {
  section.schedule .petals-left,
  section.schedule .petals-right {
    max-width: 100px;
  }
}
@media screen and (max-width: 575.98px) {
  section.schedule .petals-left,
  section.schedule .petals-right {
    display: none;
  }
}
section.schedule .petals-left img,
section.schedule .petals-right img {
  width: 100%;
  height: auto;
}
section.schedule .petals-left {
  left: 0;
}
section.schedule .petals-right {
  right: 0;
}
section.schedule .timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
section.schedule .timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgb(185, 185, 185);
}
section.schedule .timeline .timeline-item {
  padding: 30px 0;
}
section.schedule .timeline .timeline-item .timeline-content {
  flex: 1;
  text-align: right;
  width: 50%;
  padding-right: 50px;
}
@media screen and (max-width: 767.98px) {
  section.schedule .timeline .timeline-item .timeline-content {
    padding-right: 30px;
  }
}
section.schedule .timeline .timeline-item .timeline-content .timeline-time {
  font-size: 1.5rem;
  color: #424242;
  font-family: "Engagement";
  font-size: 40px;
  line-height: 1;
}
section.schedule .timeline .timeline-item .timeline-content p {
  font-size: 1.125rem;
  color: var(--dark);
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  section.schedule .timeline .timeline-item .timeline-content p {
    font-size: 1rem;
  }
}
section.schedule .timeline .timeline-item .timeline-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
section.schedule .timeline .timeline-item .timeline-icon .heart-icon {
  width: 24px;
  height: auto;
  display: block;
}
section.schedule .timeline-item:nth-child(even) .timeline-content {
  padding-left: 50px;
  text-align: left;
  margin-left: 50%;
}
section.schedule .timeline-item:nth-child(even) .timeline-content .timeline-time {
  text-align: left;
  padding-right: 0;
}
@media screen and (max-width: 767.98px) {
  section.schedule .timeline-item:nth-child(even) .timeline-content {
    padding-left: 30px;
  }
}

section.dresscode {
  color: white;
}
section.dresscode .container {
  background: linear-gradient(135deg, rgba(66, 66, 66, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/married-couple.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 30px;
  border-radius: 30px;
}
@media screen and (max-width: 991.98px) {
  section.dresscode .container {
    padding: 80px 20px;
    border-radius: 20px;
  }
}
section.dresscode .dresscode-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.dresscode .dresscode-image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991.98px) {
  section.dresscode .dresscode-content {
    text-align: center;
  }
}
section.dresscode .dresscode-content h2 {
  color: var(--white);
}
@media screen and (max-width: 991.98px) {
  section.dresscode .dresscode-content h2 {
    text-align: center;
  }
}
section.dresscode .dresscode-content p {
  line-height: 1.5;
}

section.gifts {
  position: relative;
  margin-top: 50px;
  padding: 150px 0 200px;
  background: linear-gradient(to top, #F4F0F1 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767.98px) {
  section.gifts {
    padding: 150px 0 100px;
  }
}
section.gifts img {
  position: absolute;
  width: 100vw;
  bottom: 0;
  height: auto;
}
section.gifts .gifts-text {
  max-width: 500px;
  margin: 0 auto;
}
section.gifts .gifts-text p {
  font-size: 1.125rem;
  color: var(--secondary);
}
@media screen and (max-width: 767.98px) {
  section.gifts .gifts-text p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  section.gifts .gifts-text p {
    font-size: 0.938rem;
  }
}

section.couple {
  position: relative;
  background-color: white;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 200px;
}
section.couple .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1399.98px) {
  section.couple .container h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  section.couple .container h2 {
    font-size: 50px;
  }
}
section.couple .flowers-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100vw;
}
section.couple .couple-person {
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  section.couple .couple-person {
    margin-bottom: 0;
  }
}
section.couple .couple-person-photo {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--primary);
}
section.couple .couple-person-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.couple h3 {
  font-family: "Ephesis", cursive;
  font-size: 2.5rem;
  color: var(--primary);
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.98px) {
  section.couple h3 {
    font-size: 2rem;
  }
}