.container {
  max-width: 44.25rem;
}
.theme1 {
  min-height: 35.18rem;
  padding: 3.5rem 0;
}
.theme1 .theme1-image {
  -o-object-fit: cover;
  object-fit: cover;
}
.theme1 .invite {
  padding: 1.25rem;
}
.theme1 .invite-title {
  font-size: 3rem;
}
.theme1 .invite-text {
  padding: 1.375rem 1.375rem;
}
.theme1 .invite-date {
  font-size: 2rem;
}

.weddingImage {
  height: 40rem;
}
.theme2 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.theme3 .turnAround {
  display: none;
}
.theme3 .couple {
  width: 16rem;
  height: 25rem;
}
.theme3 .calendar .month {
  font-size: 1.5rem;
}
.theme3 .calendar .days-header {
  gap: 0.52rem;
  font-size: 0.67rem;
}
.theme3 .calendar .days {
  gap: 0.52rem;
  font-size: 0.87rem;
}
.theme3 .backgroundNames {
  display: none;
}
.theme4 {
  flex-direction: column;
}
.theme4 .inviteContent {
  order: 1;
}
.theme4 .inviteImage {
  width: 100%;
  max-height: 37rem;
  order: 2;
}
.theme5 {
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
.waitingYou {
  font-size: 2.2rem;
  margin: 8rem 0;
}

.registration-section {
  flex-direction: column;
}
.handshakeImage {
  width: 100%;
  height: 49rem;
}
