@font-face {
  font-family: "bell";
  src: url('../fonts/Forum/BellMTBold.ttf');

}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

@font-face {
  font-family: "exmouth";
  src: url("../fonts/Forum/exmouth_.ttf");
}

html {
  background-color: #b7b7b7;
}

head,
body {
  color: #b7b7b7;
  margin: 25px;
  min-height: 507px;
  font-family: 'bell', serif;
}

head.body--form,
body.body--form {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.space{
  height: 6px;
}
@media screen and (max-width: 768px) {

  head,
  body {
     color: #b7b7b7;
    margin: 18px;
    min-height: 500px;
    font-family: 'bell', serif;
  }

  head.body--form,
  body.body--form {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 17% 50%;
  }
}

.round {

  justify-content: space-around !important;

}

.round .w-d {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .round .w-d {
    width: 100%;
    margin: 0 auto;
  }
}

.main-names h1 {
  font-family: "exmouth";
  font-size: 70px;
  font-weight: 400;
  margin: 0 auto;
  width: 100%;

}

@media screen and (max-width: 768px) {
  .main-names h1 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;

  }
}

.mon {
  font-weight: 200;
  font-size: 55px;
}

head.body--invitation,
body.body--invitation {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

@media screen and (max-width: 768px) {

  head.body--invitation,
  body.body--invitation {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 17% 50%;
  }
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  padding: 32px;
  min-height: 100%;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 16px;
  }
}

.form {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  width: auto;
  background-color: transparent;
}

.form .form__title {
  font-family: "exmouth";
  font-size: 70px;
  font-weight: 400;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .form .form__title {
    font-size: 50px;
  }

  .radio-wrapper span {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 15px !important;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .form {
    padding: 80px 0 18px 0;
    width: 100%;
    max-width: 400px;
  }
}

.input-wrapper {

  font-weight: 300;
  position: relative;
  padding: 0;
  border: none;
  overflow: visible;
  background-color: transparent;
  margin: 25px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .input-wrapper {
    margin-bottom: 42px;
  }
}

.input-wrapper input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  padding: 12px 10px 8px;
  border: none;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid #b7b7b7;
  font-size: 16px;
  outline: none;
}

@media screen and (max-width: 768px) {
  .input-wrapper input {
    font-size: 16px;
  }
}

.input-wrapper input::-webkit-input-placeholder {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;

}

.input-wrapper input:not(:focus)::-webkit-input-placeholder {
  color: #b7b7b7;
}

.input-wrapper input:focus~hr {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}

.input-wrapper label {
  font-size: 18px;
  font-weight: 400;
  color: #b7b7b7;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .input-wrapper label {
    font-size: 16px;
  }
}

.input-wrapper input:focus~label,
.input-wrapper input:not(:placeholder-shown)~label {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.button-wrapper {
  position: relative;
  padding-top: 25px;
  text-align: center;
}



button,
.button {
  all: unset;
  cursor: pointer;
  /* background-color: unset; */
  font-size: 14px;
  /* color: #b7b7b7; */
  padding: 8px 17px;
  text-transform: uppercase;
  /* border: 1px solid #b7b7b7; */
  font-weight: 600;
  margin: 30px auto;
  background-color: #b7b7b7;
  color: #ffffff;
}

@media screen and (max-width: 768px) {

  button,
  .button {
    font-size: 14px;
    padding: 6px 28px;
  }
}

button:disabled,
.button:disabled {
  background-color: #b7b7b7;
  color: white;
}

.radio-wrapper {
  z-index: 0;
  position: relative;
  display: inline-block;
  color: #b7b7b7;
  font-size: 18px;
  line-height: 2.1;
}

@media screen and (max-width: 768px) {
  .radio-wrapper {
    font-size: 16px;
  }
}

.radio-wrapper input {
  display: none;
}

.radio-wrapper span {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}

.radio-wrapper span::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 10px 0px 0;
  border: solid 1px;
  border-color: #b7b7b7;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  vertical-align: top;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.radio-wrapper span::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -2px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #b7b7b7;
  -webkit-transform: translate(5px, 5px) scale(0);
  transform: translate(5px, 5px) scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.radio-wrapper input:checked {
  background-color: #b7b7b7;
}

.radio-wrapper input:checked+span::before {
  border-color: #b7b7b7;
}

.radio-wrapper input:checked+span::after {
  -webkit-transform: translate(5px, 5px) scale(1);
  transform: translate(5px, 5px) scale(1);
}

.radio-wrapper input {
  opacity: 0.04;
}

.radio-wrapper input:focus {
  opacity: 0.12;
}

.radio-wrapper input:focus {
  opacity: 0.16;
}

.radio-wrapper input:active {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.radio-wrapper input:active+span::before {
  border-color: #c38567;
}

.radio-wrapper input:disabled {
  opacity: 0;
}

.radio-wrapper input:disabled+span {
  color: #c38567;
  cursor: initial;
}

.radio-wrapper input:disabled+span::before {
  border-color: currentColor;
}

.radio-wrapper input:disabled+span::after {
  background-color: currentColor;
}

/* select starting stylings ------------------------------*/
.companion {
  margin-top: 24px;
}

.select {
  cursor: pointer;
  margin-top: 24px;

  font-weight: 300;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .select {
    margin-top: 42px;
  }
}

.select-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  padding: 12px 10px 8px;
  cursor: pointer;
  font-size: 18px;
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 768px) {
  .select-text {
    font-size: 16px;
  }
}

/* Remove focus */
.select-text:focus {
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

/* Use custom arrow */
.select .select-text {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.select:after {
  position: absolute;
  top: 18px;
  right: 10px;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  pointer-events: none;
}

/* LABEL ======================================= */
.select-label {
  color: #231f20;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -webkit-transform-origin: 0 -150%;
  transform-origin: 0 -150%;
}

@media screen and (max-width: 768px) {
  .select-label {
    font-size: 16px;
  }
}

/* active state */
.select-text:focus~.select-label,
.select-text[data-chosen="1"]~.select-label,
.select-text[data-chosen="2"]~.select-label,
.select-text[data-chosen="3"]~.select-label,
.select-text[data-chosen="4"]~.select-label {
  color: #000000;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

/* BOTTOM BARS ================================= */
.select-bar {
  position: relative;
  display: block;
}

.select-bar:before,
.select-bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #000000;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.select-bar:before {
  left: 50%;
}

.select-bar:after {
  right: 50%;
}

/* active state */
.select-text:focus~.select-bar:before,
.select-text:focus~.select-bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.error-message {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  left: 0;
  color: #FF5722;
  font-weight: 400;
}

.error-message.is-hidden {
  display: none;
}

.invitation-wrapper {
  margin: 0 auto;
  /* width: 55%; */
  width: 65%;
  background-color: #ffffff;
  height: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 1024px) {
  .invitation-wrapper {
    margin: 0 auto;
    width: 100%;
    background-color: #ffffff;
    height: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: center;
    padding: 20px 0;
  }

  .col {
    width: 50%;
  }

  .desc {
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 500;
  }
}

.invitation-wrapper .names {

  font-size: 30px;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .invitation-wrapper .names {
    font-size: 25px;
  }
}

.invitation-wrapper .invite {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 10px;
}

@media screen and (max-width: 768px) {
  .invitation-wrapper .invite {
    font-size: 12px;
    letter-spacing: 5px;
  }
}

.desc {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.desc.small-desc {
  display: none;
}
@media screen and (max-width: 370px) {
  .desc.large-desc {
    display: none;
  }
  .desc.small-desc {
    display: block;
  }
}

.desc2 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .desc2 {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 300;
  }
}

.content {
  width: 100%;
  margin: 10px auto;
  background: white;
}

@media screen and (max-width: 768px) {
  .content {
    width: 100%;
    margin: 0 auto;
    padding: 6px 8px;
  }
}

.invitation-wrapper .date {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0;
}

@media screen and (max-width: 768px) {
  .invitation-wrapper .date {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
  }
}

.invitation-wrapper .date img {
  max-width: 500px;
  min-width: 333px;
  margin: 29px auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .invitation-wrapper .date img {
    max-width: 500px;
    min-width: 333px;
    margin: 29px auto;
    width: 77%;
  }
}

.invitation-wrapper .location1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  /* letter-spacing: 3px; */
  /* line-height: 1px; */
  margin: 0 0;
}

@media screen and (max-width: 768px) {
  .invitation-wrapper .location1 {
    font-size: 11px;
  }
}

.invitation-wrapper .location2 {
  margin-top: 0;

}

.invitation-wrapper .button {
  display: inline-block;
}

.ques {
  margin: 27px auto;
}

.main-img1 img {
  width: 35px;
  margin: 10px auto;

}

.lspan {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'bell', serif;
  line-height: 30px;
}

.flex-d {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* padding: 12px; */
}

.main-img img {
  /* width: 31%; */
  width: 40%;
  /* margin: 5px auto; */
}

@media screen and (max-width: 380px) {
  .invitation-wrapper {
    margin: 0 auto;
    width: 100%;
    background-color: #ffffff;
    height: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: center;
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .main-img img {
    width: 85%;
    margin: 12px auto;
  }
  
  .footer-img {
    width: 100%;
    position: relative;
    padding: 15px 0;
    height: auto;
    text-align: center;
  }

  .main-img1 img {
    width: 35px;  
    margin: 12px 0 0 0 !important;
  }
}

.footer-img {
  width: 100%;
  padding: 10px 10%;
  height: 5vh;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer-img .footer-line{
  width: 100%;
  height: 0.5px;
  text-align: center;
  background-color: #b7b7b7;
}
.footer-img .footer-text {
  width: auto;
  background-color: #ffffff;
  padding: 0 1.6rem;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 450px) {
  .footer-img .footer-text {
    font-size: 10px;
  }
}

.footer-img img {
  position: absolute;
  width: 60%;
  bottom: 25px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .footer-img img {
    position: absolute;
    width: 100%;
    bottom: 10px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
  }
}

.button-container .button{
  width: 155px;
  font-size: 12px;
  margin: 2rem 2.5rem;
  padding-top: 8px;
}

@media screen and (max-width: 675px) {
  .button-container{
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .button-container .button{
    width: 100%;    
    max-width: 145px;
    font-size: 10px;
    margin: 0;
  }
}


@media screen and (max-width: 300px) {
  .button-container .button{
    width: 67%;
  }
}
/*# sourceMappingURL=styles.css.map */