* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}

select {
  background-image: none;
}

input[type=text],
input[type=password],
textarea {
  -webkit-text-fill-color: inherit;
}

body {
  background-color: #f7d7db;
}

h1 {
  font-family: "Instrument Serif", sans-serif;
}

@media (max-width: 800px) {
  .stars {
    display: none;
  }
}

.star {
  position: absolute;
  transform-origin: center;
}
@media (max-width: 1100px) {
  .star img {
    width: 20px;
    opacity: 0.8;
  }
}

#star-1 {
  top: 8%;
  left: 5%;
}

#star-2 {
  top: 12%;
  right: 8%;
}

#star-3 {
  top: 45%;
  left: 3%;
}

#star-4 {
  top: 10%;
  left: 50%;
}

#star-5 {
  top: 88%;
  left: 10%;
}
@media (max-width: 800px) {
  #star-5 {
    top: 95%;
  }
}

#star-6 {
  top: 85%;
  right: 12%;
}

#star-7 {
  top: 48%;
  right: 5%;
}

#star-8 {
  top: 25%;
  left: 92%;
}

#star-9 {
  top: 35%;
  right: 90%;
}
@media (max-width: 800px) {
  #star-9 {
    top: 25%;
    right: 80%;
  }
}

.main {
  width: 100dvw;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main .heading {
  position: absolute;
  font-family: "Instrument Serif", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  color: #42172b;
  font-size: 40px;
}
@media (max-width: 800px) {
  .main .heading {
    font-size: 18px;
  }
}
.main .topLeft {
  top: 10%;
  left: 20%;
}
@media (max-width: 1100px) {
  .main .topLeft {
    top: 5%;
    left: 5%;
  }
}
@media (max-width: 800px) {
  .main .topLeft {
    top: 1%;
    left: 2%;
  }
}
.main .topRight {
  top: 10%;
  right: 20%;
}
@media (max-width: 1100px) {
  .main .topRight {
    top: 5%;
    right: 5%;
  }
}
@media (max-width: 800px) {
  .main .topRight {
    top: 1%;
    right: 2%;
  }
}
.main .bottomLeft {
  bottom: 10%;
  left: 20%;
}
@media (max-width: 1100px) {
  .main .bottomLeft {
    bottom: 5%;
    left: 5%;
  }
}
@media (max-width: 800px) {
  .main .bottomLeft {
    bottom: 1%;
    left: 2%;
  }
}
.main .bottomRight {
  bottom: 10%;
  right: 20%;
}
@media (max-width: 1100px) {
  .main .bottomRight {
    bottom: 5%;
    right: 5%;
  }
}
@media (max-width: 800px) {
  .main .bottomRight {
    bottom: 1%;
    right: 2%;
  }
}
.main .main-container {
  display: flex;
  align-items: center;
  gap: 5%;
  max-width: 70dvw;
}
@media (max-width: 1100px) {
  .main .main-container {
    flex-direction: column;
    max-width: none;
  }
}
.main .main-container .graphic {
  width: 35dvw;
  aspect-ratio: 1/1;
  max-width: 500px;
}
@media (max-width: 1100px) {
  .main .main-container .graphic {
    margin-bottom: 20px;
  }
}
.main .main-container .rsvpForm {
  width: 50dvw;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1100px) {
  .main .main-container .rsvpForm {
    width: 90%;
    margin: 0 auto;
  }
}
.main .main-container .rsvpForm form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1100px) {
  .main .main-container .rsvpForm form {
    gap: 16px;
  }
}
.main .main-container .rsvpForm form .name {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main .main-container .rsvpForm form .name .textInput {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #42172b;
  width: 47.5%;
  font-size: 24px;
  color: #42172b;
  padding-left: 3px;
  padding-bottom: 3px;
  font-weight: normal;
}
@media (max-width: 1100px) {
  .main .main-container .rsvpForm form .name .textInput {
    font-size: 16px;
  }
}
.main .main-container .rsvpForm form .name .textInput::placeholder {
  font-family: "degular-variable", sans-serif;
  color: #42172b;
  font-size: 24px;
}
@media (max-width: 1100px) {
  .main .main-container .rsvpForm form .name .textInput::placeholder {
    font-size: 16px;
  }
}
.main .main-container .rsvpForm form .name .textInput:focus {
  outline: none;
}
.main .main-container .rsvpForm form .name .textInput:active, .main .main-container .rsvpForm form .name .textInput:focus {
  box-shadow: none;
  border-color: inherit;
}
.main .main-container .rsvpForm form .rsvpDropdown {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #42172b;
  font-family: "degular-variable", sans-serif;
  color: #42172b;
  font-size: 24px;
  width: 100%;
  padding-bottom: 3px;
}
@media (max-width: 1100px) {
  .main .main-container .rsvpForm form .rsvpDropdown {
    font-size: 16px;
  }
}
.main .main-container .rsvpForm form .rsvpDropdown:focus {
  outline: none;
}
.main .main-container .rsvpForm form .rsvpDropdown:active, .main .main-container .rsvpForm form .rsvpDropdown:focus {
  box-shadow: none;
  border-color: inherit;
}
.main .main-container .rsvpForm form .dietaryTitle {
  font-family: "degular-variable", sans-serif;
  font-weight: normal;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
@media (max-width: 1100px) {
  .main .main-container .rsvpForm form .dietaryTitle {
    font-size: 16px;
  }
}
.main .main-container .rsvpForm form .multiChoiceFieldset {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: none;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.main .main-container .rsvpForm form .multiChoiceFieldset .selectionColumn {
  width: 45%;
}
.main .main-container .rsvpForm form .multiChoiceFieldset .dietarySelectionContainer {
  margin-bottom: 10px;
}
.main .main-container .rsvpForm form .multiChoiceFieldset label {
  font-family: "degular-variable", sans-serif;
  color: #42172b;
  font-size: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1100px) {
  .main .main-container .rsvpForm form .multiChoiceFieldset label {
    font-size: 16px;
  }
}
.main .main-container .rsvpForm form .multiChoiceFieldset label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.main .main-container .rsvpForm form .multiChoiceFieldset label .customCheckmark {
  width: 20px;
  height: 20px;
  border: 2px solid #42172b;
  border-radius: 3px;
  margin-right: 10px;
  display: inline-block;
  transition: background-color 0.1s ease;
}
@media (max-width: 1100px) {
  .main .main-container .rsvpForm form .multiChoiceFieldset label .customCheckmark {
    width: 15px;
    height: 15px;
  }
}
.main .main-container .rsvpForm form .multiChoiceFieldset label input[type=checkbox]:checked ~ .customCheckmark {
  background-color: #42172b;
}
.main .main-container .rsvpForm form .multiChoiceFieldset label:hover .customCheckmark {
  border-color: rgb(28.1797752809, 9.8202247191, 18.3595505618);
}
.main .main-container .rsvpForm form .otherDietary {
  width: 100%;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.main .main-container .rsvpForm form .otherDietary .otherDietaryInput {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #42172b;
  width: 100%;
  font-size: 24px;
  color: #42172b;
  padding-left: 3px;
  padding-bottom: 3px;
}
@media (max-width: 1100px) {
  .main .main-container .rsvpForm form .otherDietary .otherDietaryInput {
    font-size: 16px;
  }
}
.main .main-container .rsvpForm form .otherDietary .otherDietaryInput::placeholder {
  font-family: "degular-variable", sans-serif;
  color: #42172b;
  font-size: 24px;
}
@media (max-width: 1100px) {
  .main .main-container .rsvpForm form .otherDietary .otherDietaryInput::placeholder {
    font-size: 16px;
  }
}
.main .main-container .rsvpForm form .otherDietary .otherDietaryInput:focus {
  outline: none;
}
.main .main-container .rsvpForm form .otherDietary .otherDietaryInput:active, .main .main-container .rsvpForm form .otherDietary .otherDietaryInput:focus {
  box-shadow: none;
  border-color: inherit;
}
.main .main-container .rsvpForm form .submitBtn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1100px) {
  .main .main-container .rsvpForm form .submitBtn {
    justify-content: center;
  }
}
.main .main-container .rsvpForm form .submitBtn .submitRsvpButton {
  padding: 10px 40px;
  background-color: #fff;
  font-family: "degular-variable", sans-serif;
  font-size: 24px;
  border-radius: 1300px;
  border: 1px solid #42172b;
  color: #42172b;
  transition: 0.3s ease;
  cursor: pointer;
}
.main .main-container .rsvpForm form .submitBtn .submitRsvpButton:hover {
  background-color: transparent;
}
@media (max-width: 11000px) {
  .main .main-container .rsvpForm form .submitBtn .submitRsvpButton {
    font-size: 16px;
    padding: 10px 20px;
  }
}
