@font-face {
  font-family: 'Appetite';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/AppetiteContrast.otf') format('opentype');
}

.thank-you-form {
  background-image: url("/assets/images/thanks-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.main-content {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.content-wrapper {
  z-index: 10;
  margin-top: -257px;
  width: 100%;
  max-width: 1543px;
  margin: auto;
}

.form-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 1092px;
  margin: auto;
  margin-top: 44px;
}

.form-container {
  border-radius: 30px;
  background-color: #301e64;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  position: relative;
  /* padding-bottom: 50px;
    background-image: url('/assets/images/hand.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 400px; */
  overflow: visible;
}

.header-wrapper {
  width: 100%;
  z-index: 0;
}

.header-content {
  display: flex;
  align-items: center;
  padding: 37px 42px;
  justify-content: space-between;
}

.logo {
  width: 160px;
}

.thank-form {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin-top: -6%;
  position: relative;
  z-index: 1;
  height: 100%;
}

.form-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-family: Gill Sans, -apple-system, Roboto, Helvetica, sans-serif;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
}

.thanks-img {
  width: fit-content;
}

.step-indicator {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  max-width: 100%;
  align-items: center;
  padding: 2px 8px;
  border-radius: 50px;
  border: 2px solid #c39eec;
  height: 50px;
}

.step-icon {
  width: 38px;
  border-radius: 50%;
  object-fit: contain;
  cursor: pointer;
}

.step-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border-radius: 20px;
  transition: background-color 0.3s, color 0.3s;
  color: #978eb2;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 24px;
  margin-left: 37px;
  font-family: system-ui;
  position: relative;
  z-index: 0;
}

.disable-step {
  cursor: not-allowed;
}

.step-tab.active {
  background-color: #eac272;
  color: #301e64;
  cursor: pointer;
}

.step-panel {
  display: none;
  padding: 0 20px;
  border-radius: 10px;
}

.step-panel.active-panel {
  display: block;
  /* display: flex;
    flex-direction: column; */
}

/* .verify-panel {
    margin-top: 28px;
} */

.thanks-form {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.thanks-form-title-input {
  width: 100%;
  max-width: 420px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.thanks-form-title-input input[type="text"] {
  width: 100% !important;
  padding: 0;
}

.form-description {
  /* color: rgba(255, 255, 255, 0.7); */
  color: #ffffff;
  text-align: center;
  z-index: 10;
  margin-bottom: 15px;
  max-width: 542px;
  font-size: 18px;
  line-height: 28.8px;
  font-family: "Gill Sans Nova";
}

.form-short-description {
  font-family: "GillSansMedium", -apple-system, Roboto, Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
}

.form-fields {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.choose-file {
  margin-top: 34px;
}

.input-row {
  align-self: center;
  display: flex;
  width: 871px;
  max-width: 100%;
  gap: 19px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1.6;
  flex-wrap: wrap;
}

.input-box {
  display: flex;
  gap: 23px;
  width: 100%;
}

.input-container {
  position: relative;
  /* width: 100%; */
  height: 59px;
  background: transparent;
  border: 2px solid #c39eec;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  gap: 22px;
}

.input-container input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  outline: none;
  /* padding-left: 29px; */
  padding-right: 16px;
  font-family: "GillSansMedium", -apple-system, Roboto, Helvetica;
  font-style: italic;
}

.input-container input::placeholder {
  color: #808080;
  opacity: 1;
}

.input-container::after {
  content: "*";
  position: absolute;
  right: 20px;
  top: 20px;
  color: #808080;
  font-size: 24px;
}

.change-color::after {
  color: #E5686C !important;
}

.error {
  border: 2px solid #E5686C;
}

.error::after {
  color: red;
  /* Changes * color to red when error */
}

.error-message {
  display: none;
  font-family: "Gill Sans Nova";
  margin-left: 25px;
  color: #e5686c;
  margin-top: 8px;
}


.icon-name::before {
  position: absolute;
  left: 20px;
  font-size: 18px;
}

.input-icons {
  color: #808080;
}

.input-box-last {
  display: flex;
  gap: 23px;
  width: 50%;
}

.footer-left {
  margin-top: 54px;
}

.footer-content {
  font: 400 14px/25px Gill Sans Nova, -apple-system, Roboto, Helvetica,
    sans-serif;
}

.checkbox-wrapper {
  display: flex;
  gap: 25px;
  align-items: start;
}

.checkbox {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: transparent;
  appearance: none;
  cursor: pointer;
}

.checkbox:checked {
  background-color: #ffffff;
}

.checkbox-label {
  font-weight: 400;
  font-family: Gill Sans Nova, -apple-system, Roboto, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  line-height: 24.5px;
  font-size: 14px;
  color: #ffffff;
  text-align: start;
}

.submit-btn {
  display: flex;
  justify-content: center;
  margin: 0px 0 66px 0;
}

.submit-button {
  justify-content: center;
  align-items: center;
  border-radius: 42px;
  border: 2px solid #e7cb7a;
  color: #e7cb7a;
  align-self: flex-end;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 18px 39px;
  background: transparent;
  position: relative;
  z-index: 2;
}

.submit-step4 {
  /* margin: 69px 0 150px 0; */
}

.submit-text {
  background: linear-gradient(90deg,
      #e7cb7a 2.2%,
      #fbecb3 41.95%,
      #c4a557 70.64%,
      #fbecb3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.step-2-head {
  color: #ebc373;
  font-family: "Gill Sans Nova";
  font-size: 18px;
  line-height: 28.8px;
}

.select-container {
  position: relative;
  width: 100%;
  height: 56px;
  background: transparent;
  border: 2px solid #c39eec;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.select-container>select {
  width: 100%;
  background: transparent;
  border: none;
}

.select-container>option {
  color: black;
}

.heart-img {
  position: absolute;
  width: 400px;
  right: -12.5%;
  bottom: 0;
  z-index: 0;
  /* display: none; */
}

.hand-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  height: auto;
  display: none;
}

.footer {
  position: relative;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .footer {
    position: relative;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url('/assets/images/footer.png') no-repeat bottom center;
    background-size: cover;
    padding: 40px 0;
    width: 100%;
} */

.bottom-image {
  max-width: 100%;
  height: auto;
  margin-top: 52px;
}

.left-content {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 4%;
  width: 94%;
}

.footer-nav {
  display: flex;
  gap: 60px;
}

.footer-link {
  text-decoration: none;
  font-family: Gill Sans Nova, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.12px;
  text-align: left;
  color: #fffcf4;
}

.footer-contant {
  font-family: Gill Sans Nova, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

.gift-img {
  position: absolute;
  width: 292px;
  left: -16%;
  bottom: 0;
  z-index: -1;
}

.form-description-step-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.form-description>span {
  color: #e9d49b;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}

.message-container {
  text-align: center;
  margin-top: 29px;
  width: 100%;
}

.radioHead {
  margin-top: 38px;
  max-width: 300px;
}

.shared-content {
  margin-top: 36px;
}

.options {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 20px;
  gap: 35px;
}

.option {
  cursor: pointer;
  transition: transform 0.3s;
}

.option p {
  margin-top: 8px;
  color: #fff;
}

.icon {
  height: 141px;
  width: 141px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  margin-bottom: 20px;
}

.input-group {
  margin-bottom: 10px;
}

input[type="text"] {
  /* width: 80%; */
  /* padding: 10px; */
  border: none;
  border-radius: 5px;
  /* margin-top: 5px; */
}

button {
  background-color: #ffc107;
  border: none;
  border-radius: 5px;
  color: black;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.step-icon-button {
  background-color: transparent;
  padding: 0 !important;
  display: flex;
  align-items: center;
}

.mandatory {
  display: flex;
  color: #978db0;
  font-size: 12px;
  font-family: Gill Sans Nova, -apple-system, Roboto, Helvetica, sans-serif;
  line-height: 25px;
  margin-left: 24px;
  font-weight: 400;
  gap: 12px;
  align-items: center;
  margin-top: 9px;
}

.mendatory-sign {
  color: #978db0;
}

.signUp {
  color: #e1b970;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  font-family: monospace;
}

.thank-you-message {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.content-section {
  display: none;
}

.radio-Para {
  font-size: 18px;
  line-height: 28.8px;
  width: 739px;
  font-family: "Gill Sans Nova";
}

.radio-Para-text {
  font-size: 18px;
  line-height: 28.8px;
  width: 611px;
  font-family: "Gill Sans Nova";
}

.file-upload-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 424px;
  border: 2px dashed #c39eec;
  border-radius: 20px;
  gap: 16px;
  padding: 60px 28px 56px 26px;
  margin-top: 63px;
  position: relative;
}

#file-upload {
  display: none;
}

.file-upload-container>textarea {
  width: 100%;
  height: 231px;
  background: transparent;
  border: none;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
}

.file-upload-container>textarea:focus {
  outline: none;
}

.info-Icon {
  width: 100%;
  display: flex;
  justify-content: end;
}

.upload-button {
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 30px;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  background: transparent;
  gap: 10px;
  text-transform: uppercase;
  font-family: "Gill Sans Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.8px;
}

.upload-button-a {
  width: -webkit-fill-available;
  justify-content: center
}

.cover-image {
  margin-top: 10px;
  max-width: 100%;
  height: auto;
  width: 100%;
}

#image-container {
  width: 100%;
  position: relative;
}

#file-image-upload-container,
#file-video-upload-container,
#file-audio-upload-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.cover-images {
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 20px;
}

/* .loader {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
} */

.dropImage {
  color: #978db1;
  font-style: italic;
  font-size: 20px;
  line-height: 160%;
  font-family: "Gill Sans Nova";
  font-weight: 400;
}

.imageContainer {
  flex-direction: column;
  /* gap: 40px; */
  align-items: center;
}

.buttom-checkbox {
  margin-top: 14px;
}

.footer-navbar {
  display: none;
}

.last-box {
  width: 100%;
}

.titleInput {
  display: flex;
  margin-top: 50px;
  flex-direction: column;
  align-items: center;
}

.input-hover-label {
  position: relative;
  display: flex;
  align-items: center;
}

.input-hover-label-show {
  position: relative;
  display: flex;
  align-items: center;
}

.input-hover-label input {
  outline: none;
}

.input-hover-label-show input {
  outline: none;
}

/* .input-icons {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #aaa;
} */

.input-hover-label label {
  position: absolute;
  top: -9px;
  left: 20px;
  font-size: 12px;
  color: #fbecb3;
  font-weight: 600;
  background: #301e64;
  line-height: 14px;
  padding: 0px 12px;
  text-transform: uppercase;
  font-family: "Gill Sans Nova";
  letter-spacing: 1.04px;
  transition: none;
}

.input-hover-label-show label {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  padding: 0 5px;
  font-size: 16px;
  color: transparent;
  pointer-events: none;
  transition: 0.2s ease all;
  background: transparent;
}


.input-hover-label input:focus+label {
  top: -9px;
  left: 20px;
}

.input-hover-label-show label {
  top: -2px;
  left: 20px;
  font-size: 12px;
  color: #fbecb3;
  font-weight: 600;
  background: #301e64;
  line-height: 14px;
  padding: 0px 12px;
  text-transform: uppercase;
  font-family: "Gill Sans Nova";
  letter-spacing: 1.04px;
}


.input-hover-label input:not(:placeholder-shown)+label {
  top: -9px;
  left: 20px;
  font-size: 12px;
  color: #fbecb3;
  font-weight: 600;
  background: #301e64;
  line-height: 14px;
  padding: 0px 12px;
  text-transform: uppercase;
  font-family: "Gill Sans Nova";
  letter-spacing: 1.04px;
}

.select-hover-label {
  width: -webkit-fill-available;
  position: relative;
  display: flex;
  align-items: center;
}

.select-hover-label select {
  outline: none;
}

.select-hover-label label {
  position: absolute;
  top: 50%;
  left: 10px;
  padding: 0 12px;
  color: transparent;
  transform: translateY(-50%);
  font-size: 12px;
  transition: all 0.2s ease;
  pointer-events: none;
}

.select-hover-label select:focus+label,
.select-hover-label.has-value label {
  top: -0px;
  left: 20px;
  font-size: 12px;
  color: #fbecb3;
  font-weight: 600;
  background: #301e64;
  line-height: 14px;
  padding: 0px 12px;
  text-transform: uppercase;
}

.custom-select .input-icons {
  padding-left: 20px;
}

.custom-select select {
  padding-left: 65px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../assets/images/icons/icon-arrow-down-yellow.svg);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  border: 2px solid transparent;
  transition: border-color 0.3s ease, border-radius 0.3s ease;
}

.custom-select select:focus,
.custom-select select:focus-visible {
  border-radius: 20px 20px 0 0;
  border-bottom: 0;
  outline: none;
}

.custom-select select>option {
  font-size: 16.64px;
  font-weight: 300;
  line-height: 26.62px;
  text-align: left;
  color: #ffffff;
  background: #301e64;
}

.custom-select select>option:hover {
  background: #d9d9d94d;
}

.custom-select select option:checked {
  background: #c39eec;
}

.custom-select:hover select {
  border-color: #c39eec;
}

.custom-select select {
  border-color: #c39eec;
}

.thank-form-step-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 23px;
  row-gap: 40px;
}

.verify-person {
  width: 100%;
  max-width: 348px;
  margin: auto;
  padding: 28px 0 47px 0;
}

.second-submit {
  display: flex;
  justify-content: center;
  margin: 56px 0 188px 0;
}

.message-submit {
  display: flex;
  justify-content: center;
  margin: 42px 0 54px 0;
}

.shared-message-submit {
  display: flex;
  justify-content: center;
  margin: 50px 0 212px 0;
}

.heart-felt-title {
  font-size: 20px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: center;
  font-family: "GillSansLight";
}

.thanks-form-description {
  font-family: "Gill Sans Nova";
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
  margin-bottom: 66px;
  margin-top: 39px;
}

/* .thanks-form-name {
    padding-left: 46px;
} */

/* .thanks-form-name .input-icons {
    padding-left: 20px;
} */

.thanks-form-name input {
  font-family: "Gill Sans Nova";
  font-weight: 500;
  font-size: 18px;
}

.thanks-input-box-last {
  display: flex;
  gap: 23px;
  width: 48%;
}

.footer-chack-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin: 0;
}

.footer-chack-box:checked {
  background-color: #c39eec;
  border-color: #c39eec;
}

.footer-chack-box:checked::before {
  content: "\2713";
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.info {
  margin: 33px 0;
}

.info-inner {
  font-family: "Gill Sans Nova";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.message-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.message-radio-button-lable {
  font-family: "GillSansMedium", -apple-system, Roboto, Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-left: 14px;
}

.message-radio-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: all 0.3s ease;
  margin: 0px;
}

.message-radio-box:checked {
  background-color: #c39eec;
  border-color: #c39eec;
}

.message-radio-box:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-dropdown {
  cursor: pointer;
}

/* .custom-dropdown div {
    padding-left: 45px;
} */

.custom-dropdown div span {
  font-family: "Gill Sans Nova";
  font-weight: 500;
  font-size: 18px;
  font-style: italic;
}

.custom-dropdown div .custom-dropdown-passholder {
  color: #808080;
  opacity: 1;
}

/* .custom-dropdown div img {
    padding-left: 20px;
} */

.location-drop {
  display: flex;
  align-items: center;
  gap: 22px;
}

.custom-dropdown::after {
  content: "";
  /* Remove the '*' content */
  position: absolute;
  right: 20px;
  top: 40%;
  width: 12px;
  height: 12px;
  background-image: url(../assets/images/icons/icon-arrow-down-yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-dropdown div .dropdown-label {
  color: #fbecb3;
  font-family: "Gill Sans Nova";
  letter-spacing: 1px;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: absolute;
  padding: 0 12px;
  background: #301e64;
  transition: top 0.3s ease, left 0.3s ease, font-size 0.3s ease;
  display: block;
  transition: top 0.3s, left 0.3s, font-size 0.3s;
  top: -10px;
  left: 30px;
  font-weight: 600;
}

.custom-active-dropdown {
  position: relative;
  /* width: 100%; */
  height: 59px;
  background: transparent;
  border: 2px solid #c39eec;
  border-bottom: 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding-left: 22px;
  padding-right: 22px;
}

.custom-dropdown-menu {
  border-radius: 0px 0px 20px 20px;
  border: 2px solid #c39eec;
  border-top: 0px;
  padding: 0 18px 20px 18px;

  border-color: #c39eec;
  border-style: solid;
  border-width: 0px 2px 2px 2px;
}

.custom-dropdown-option {
  padding: 10px 18px 10px 18px;
  font-family: "Gill Sans Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  border-radius: 30px;
  margin: 5px 0;
}

.custom-dropdown-option:hover {
  background: rgba(217, 217, 217, 0.3);
  margin: 5px 0;
}

.custom-dropdown-div {
  position: relative;
}

.custom-dropdown-menu {
  position: absolute;
  z-index: 100;
  width: -webkit-fill-available;
  background: #301e64;
}

.resend-string {
  margin-top: 177px;
}

.resend-description {
  font-family: "Gill Sans Nova";
  max-width: 646px;
  font-weight: lighter;
  font-size: 20px;
  font-style: normal;
  line-height: 160%;
}

.resend-title {
  font-family: "Gill Sans Nova";
  margin-bottom: 20px;
}

.resend-btn {
  margin: 193px 0 66px 0;
}

.head-text {
  background: linear-gradient(90deg, #E7CB7A 2.2%, #FBECB3 41.95%, #C4A557 70.64%, #FBECB3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 65px;
  font-weight: 400;
  font-family: Appetite;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 75px;
  /* margin-top: -26px; */
  /* position: relative; */
  /* top: 20px; */
}

.mac-head-text {
  margin-top: -7px;
  position: relative;
  top: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.win-head-text {
  /* margin-top: -30px; */
  /* position: relative; */
  /* top: 20px; */
  display: flex;
  justify-content: center;
  text-align: center;
}

/* .thank-you-box {
    height: 95px;
} */

.terms-check {
  width: 503px;
  font-family: "Gill Sans Nova";
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}

.condition-check {
  width: 442px;
  font-family: "Gill Sans Nova";
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}

.submit-step1,
.submit-step4 {
  margin-top: 56px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.upload-file-logo {
  width: 20px;
}

.radioFormat {
  font-family: "Gill Sans Nova";
  font-weight: 600;
}

.text img {
  width: inherit;
}

.audio img {
  width: inherit;
}

.video img {
  width: inherit;
}

.image img {
  width: inherit;
}

.footer-round {
  display: none;
}

.footer-special {
  display: none;
}

.upload-thanks {
  background-color: #301e64;
  width: 170px;
  position: absolute;
  top: -12px;
}

.upload-thanks>span {
  color: #eac272;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: "Gill Sans Nova";
}

#image-container {
  width: 100%;
  position: relative;
}

.delete-container {
  cursor: pointer;
  position: absolute;
  right: 12px;
  bottom: 12px;
  background-color: #301e64;
  padding: 10px;
  border-radius: 100%;
  display: flex;
}

.record-audio {
  display: flex;
  align-items: center;
  width: -webkit-fill-available;
  justify-content: center;
}

.record-audio .redo {
  margin-bottom: -25px;
  margin-right: 36px;
  cursor: pointer;
}

.record-audio .record {
  cursor: pointer;
}

.record-audio .submit {
  margin-bottom: -25px;
  margin-left: 36px;
  cursor: pointer;
}

.record-audio .stop {
  margin-right: 12px;
  cursor: pointer;
}

.record-audio .play {
  margin-left: 12px;
  cursor: pointer;
}


.record-audio-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.audio-loader {
  width: 228px;
  height: 2px;
  flex-shrink: 0;
  background: #FFE9AC;
}

.audio-loader-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 49px;
  margin-top: 35px;
}

.audio-loader-div-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 49px;
  margin-top: 35px;
}

.timeline {
  margin-left: 20px;
  color: #FFE9AC;
  font-family: "Gill Sans Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.timeline-sm {
  display: none;
}

.timeline-md {
  display: block;
}


.timeline div {
  color: #FFE9AC !important;
  font-family: "Gill Sans Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.menuIcon {
  width: 30px;
  height: 20px;
  cursor: pointer;
}

/* Media Query add */

@media (max-width: 1440px) {
  .left-content {
    padding: 4% 1%;
    width: 97%;
    align-items: center;
  }

  .footer-nav {
    gap: 34px;
  }

  .modal {
    overflow-y: scroll;
  }
}

@media (max-width: 1240px) {
  .footer-nav {
    gap: 26px;
  }

  .footer-contant {
    width: 200px;
    text-align: center;
  }
}

@media (max-width: 1100px) {
  .form-column {
    width: 1000px;
  }

  .footer-nav {
    gap: 14px;
  }
}

@media (max-width: 1024px) {
  .form-column {
    width: 80%;
  }

  .step-indicator {
    width: 500px;
  }

  .gift-img {
    width: 220px;
  }

  .step-tab {
    margin-left: 12px;
    padding: 10px 18px;
  }

  .footer {
    height: 430px;
    background-color: #301e64;
  }

  .left-content {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 0px;
    width: 100%;
    text-align: center;
  }

  .bottom-image {
    display: none;
  }

  .form-container {
    margin-bottom: 50px;
  }

  .footer-nav {
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
    padding-top: 63px;
  }

  .footer-contant {
    text-align: center;
    margin: 20px 0;
  }

  .list-style {
    display: flex;
    gap: 20px;
    list-style: none;
    font-size: smaller;
    justify-content: space-evenly;
    padding-left: 0px;
  }

  .footer-special {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
  }

  .footer-round {
    position: absolute;
    right: 40px;
    top: 69px;
    display: block;
  }

  .footer-navbar {
    display: block;
    border-top: 1.5px solid gold;
    width: 100%;
  }

  .list-item {
    text-decoration: none;
  }

  .footer-contant {
    width: 100% !important;
  }

  .icon {
    height: 110px;
    width: 110px;
  }

  .submit-btn {
    margin-bottom: 206px;
  }

  .head-text {
    line-height: 115%;
  }

}

@media (max-width: 991px) {
  .form-column {
    /* width: 802px; */
    margin-top: 44px;
  }

  .thank-form-step-grid {
    gap: 30px;
    display: flex;
    flex-direction: column;
  }

  .resend-btn {
    margin-top: 60px;
    margin-bottom: 206px;
  }

  .resend-string {
    margin-top: 63px;
  }

  .heart-img {
    width: 330px;
  }
}

@media (max-width: 800px) {
  /* .form-column {
    width: 650px;
  } */

  .step-indicator {
    width: 450px;
  }

  .heart-img {
    width: 330px;
  }

  .gift-img {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width: 150px;
  }

  .submit-step1,
  .submit-step4 {
    margin-top: 53px;
    margin-bottom: 150px;
  }

  .submit-step2 {
    margin-top: 53px;
    margin-bottom: 100px;
  }

  .main-option {
    padding: 0px 10px;
  }

  .options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .option {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }

  .radio-Para,
  .radio-Para-text {
    width: 100%;
  }

  .submit-btn {
    margin-bottom: 66px;
  }

  .head-text {
    font-size: 60px;
  }

}

@media (max-width: 600px) {

  .timeline-sm {
    display: block;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .timeline-md {
    display: none;
  }

  .step-tab {
    margin-left: 0;
  }

  .head-text {
    font-size: 40px;
    line-height: 120%;
    text-align: center;
  }

  .mac-head-text {
    margin-top: -15px;
  }

  .win-head-text {
    /* margin-top: -15px; */
  }

  .resend-string {
    margin-top: 23px;
  }

  .form-title {
    font-size: 12px;
    line-height: 90%;
    letter-spacing: 2.08px;
  }

  .dynamic-heading {
    margin-top: 30px;
  }

  .audio-loader-div-sm {
    display: flex;
    flex-direction: column-reverse
  }


  /* .thank-you-box {
        height: 43px;
    } */

  .thank-form {
    width: 100%;
    top: 0;
    padding: 10px;
  }

  .thanks-img {
    max-width: 100%;
    height: auto;
    width: 250px;
  }

  .header-content {
    padding: 20px 20px;
    justify-content: space-between;
  }

  .step-tab {
    border-radius: 50px;
  }

  .logo {
    width: 110px;
  }

  .heart-img {
    width: 300px;
    position: absolute;
    right: 2%;
    bottom: 0;
  }

  .form-column {
    width: -webkit-fill-available;
    margin: 22px 17px;
  }

  .buttom-checkbox {
    margin-top: 14px;
  }

  .step-indicator {
    display: flex;
    /* margin-top: 27px; */
    width: -webkit-fill-available;
    margin: 27px 16px;
  }

  .step-panel {
    padding: 0 16px;
  }

  .form-description {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
  }

  .resend-description {
    font-size: 14px;
  }

  .resend-title {
    font-size: 20px;
  }

  .resend-btn {
    margin-top: 60px;
    margin-bottom: 206px;
  }

  .form-fields {
    gap: 30px;
  }

  .input-row {
    width: 400px;
    max-width: 100%;
  }

  .input-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .input-row-last {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .input-box-last {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .thanks-input-box-last {
    display: flex;
    gap: 23px;
    width: 48%;
  }


  .footer-left-one {
    width: 400px;
  }

  .footer-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }

  .footer-content {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    align-items: center !important;
    justify-content: center !important;
  }

  .checkbox-wrapper {
    display: flex;
    align-items: self-start;
    gap: 30px;
  }

  .checkbox-label {
    font: 400 12.49px/25px Gill Sans Nova, -apple-system, Roboto, Helvetica,
      sans-serif;
    width: 100%;
    flex-basis: auto;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: start;
    font-size: 14px;
    font-style: normal;
    line-height: 25.2px;
  }

  .step-tab {
    padding: 12px 26px;
    font-size: 14px;
  }

  .list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.27);
    font-family: "Gill Sans Nova";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
  }

  .list-item-active {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(255, 255, 255);
    font-family: "Gill Sans Nova";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
  }

  .mandatory {
    width: 340px !important;
    justify-content: start;
  }

  .form-step2 {
    margin-top: 0px !important;
  }

  .info {
    font-size: 12px;
    text-align: center;
  }

  .select-container {
    width: 88%;
  }

  .last-box {
    width: 100% !important;
    margin-left: 48px;
  }

  .file-upload-container {
    width: 380px;
  }

  .menu-list {
    gap: 28px;
    margin: 56px 0 0 0;
  }

  .custom-dropdown div .dropdown-label {
    font-size: 10px;
  }
}

.black-button-disabled {
  justify-content: center;
  align-items: center;
  border-radius: 42px;
  border: 3px solid #775e90;
  background-color: transparent;
  color: #775e90 !important;
  align-self: flex-end;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 18px 39px;
  cursor: not-allowed;
}

@media (max-width: 576px) {
  .file-upload-container {
    width: -webkit-fill-available;
  }

  .img-preview-head h2 {
    font-size: 15px;
  }

  .img-preview-subhead>span {
    font-size: 17px;
  }

  .step-tab {
    padding: 8px 20px;
  }

  .thanks-form-title-input {
    max-width: -webkit-fill-available;
  }

  .modal-content {
    top: 71px;
  }

  .img-preview-head h2 {
    font-size: 15.167px !important;
    line-height: 100% !important;
  }

  .close-modal {
    right: 23px !important;
    width: 28px !important;
    height: 28px !important;
  }

  .img-preview-head {
    padding: 36px 32px !important;
  }
}

@media (max-width: 390px) {
  .custom-dropdown div .dropdown-label {
    font-size: 10px;
  }
}

@media (max-width: 375px) {
  .step-tab {
    padding: 8px 14px;
    font-size: 12px;
  }

  .submit-button {
    font-size: 14px;
    padding: 18px 20px;
  }

  .custom-dropdown div .dropdown-label {
    font-size: 8px;
    left: 18px;
    top: -6px;
  }
}

@media (max-width: 320px) {
  .footer-round {
    position: absolute;
    right: 26px;
    top: 69px;
    display: block;
  }

  .footer-special {
    position: absolute;
    left: -14px;
    top: 0;
    display: block;
    width: 120px;
  }
}



/* Voice Live Recorder */

.step-2 .upload-story-container {
  display: flex;
  justify-content: center;
  padding: 50px 0 20px;
}

.step-2 .upload-story {
  width: 570px;
  max-width: 100%;
}

.step-2 .upload-story .heading {
  font-family: GillSansBold;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 0 25px 0;
  text-align: center;
  color: #d3b565;
}

.step-2 .upload-story .input-upload-error {
  padding: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.step-2 .upload-story .input-upload-error img {
  height: 15px;
  width: 15px;
}

.step-2 .upload-story .input-upload-error p {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #ff5555;
  font-family: GillSansMedium;
}

/*  */
/* menubar modal */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(62, 25, 98, 0.80);
  justify-content: center;
  z-index: 1000;
}

.modal-content {
  position: relative;
  border-radius: 30px;
  background: #190A47;
  color: white;
  padding: 62px 20px;
  width: 1168px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  top: 44px;
  height: fit-content;
}

.close {
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: end;
  padding-right: 31px;
}

.menu-list {
  margin: 61px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.menu-list a {
  padding: 8px;
  text-decoration: none;
  color: var(--white-color);
  font-family: GillSansMedium;
  display: block;
  transition: 0.3s;
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.7px;
}

.menu-list a.active span {
  position: relative;
  font-weight: 600;
  color: #D3B565;
}

.menu-list a.active span::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #F3D085 0.07%, #FEE8A8 49.11%, #D3AA5F 100%);
  filter: drop-shadow(0px 5px 11px rgba(0, 0, 0, 0.10)) drop-shadow(0px 21px 21px rgba(0, 0, 0, 0.09)) drop-shadow(0px 46px 28px rgba(0, 0, 0, 0.05)) drop-shadow(0px 82px 33px rgba(0, 0, 0, 0.01)) drop-shadow(0px 129px 36px rgba(0, 0, 0, 0.00));
}

.menu-list a span {
  transition: color 0.3s;
}

.menu-list a:hover span {
  color: #D3B565;
}

@media (max-width: 1140px) {

  .modal-content,
  .modal-content-image,
  .video-modal-content {
    margin: 0 20px;
  }

  .footer-contant {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .menu-list a {
    font-size: 20px;
  }

  .modal-image,
  #modal-video-preview {
    height: 100% !important;
  }

  .file-upload-container {
    padding: 28px 23px 23px 22px;
  }

  .icon {
    height: 141px;
    width: 141px;
  }
}

@media (max-width: 576px) {
  .menu-list a {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.4px;
  }

  .menu-list {
    gap: 28px;
    margin: 56px 0 0 0;
  }

  .close {
    padding-right: 0;
  }

  .img-preview-subhead {
    padding: 8px 17px 28px !important;
  }

  .modal-content {
    padding: 20px 14px 115px 14px;
    border-radius: 20px;
  }
}

/* image-preview-modal */


.image-preview-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(62, 25, 98, 0.80);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content-image {
  background: #190A47;
  border-radius: 30px;
  position: relative;
  text-align: center;
  width: 898px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}

.img-preview-head {
  display: flex;
  justify-content: center;
  padding: 30px 32px;
}

.img-preview-head h2 {
  text-align: center;
  font-family: "Gill Sans Nova";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: #D3B565;
}

.img-preview-subhead {
  padding: 17px 17px 88px;
}

.img-preview-subhead>span {
  font-family: "Gill Sans Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #D3B565;
}

.img-preview-subhead>P {
  font-family: "Gill Sans Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.close-modal {
  position: absolute;
  top: 29px;
  right: 32px;
  width: 36px;
  height: 36px;
  font-size: 23px;
  color: white;
  background-color: transparent;
  cursor: pointer;
  border: 1.5px solid #FFFFFF;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.modal-header {
  color: #F5E050;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-title {
  color: white;
  font-size: 18px;
}

.modal-author {
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
}

.modal-image-container {
  width: 100%;
  margin-bottom: 20px;
}

.modal-image {
  width: 100%;
  height: 464px;
  border-radius: 0px 0px 30px 30px;
  object-fit: contain;
}

.next-button {
  background-color: #5D438B;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 16px;
  cursor: not-allowed;
  opacity: 0.5;
}

.next-button:enabled {
  background-color: #F5E050;
  cursor: pointer;
  opacity: 1;
}

.loader-div {
  height: 60px;
  margin: 60px 50px 0px 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: flex-end;
}

.loader {
  width: 36px;
  height: 36px;
  background-image: url(../assets/images/icons/loading.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  z-index: 10;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate-loader 2.5s linear infinite;
}

@keyframes rotate-loader {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    /* Rotate loader */
  }
}

.uploading-text {
  text-align: center;
  font-family: Gill Sans Nova;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #C39EEC;
}


/* video-preview-modal */

.video-preview-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(62, 25, 98, 0.80);
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-modal-content {
  background: #190A47;
  border-radius: 30px;
  position: relative;
  text-align: center;
  width: 898px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}

/* .close {
  color: white;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
} */

#modal-video-preview {
  width: 100%;
  height: 464px;
  border-radius: 0px 0px 30px 30px;
}

.text-preview-box {
  text-align: center;
  font-family: Gill Sans Nova;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 19px;
  padding: 0 75px;
}


@media (max-width: 768px) {
  .text-preview-box {
    text-align: center;
    font-family: Gill Sans Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-top: 19px;
    padding: 0 22px;
  }

}

.numInputWrapper {
  color: #000;
}

.flatpickr-calendar {
  font-family: Gill Sans Nova;
  background: #301e64;
  border: 2px solid #c39eec;
  color: #fff;
}

.flatpickr-day .selected {
  background: #c39eec !important;
  border: 1px solid #c39eec !important;
}

.audio-pre-loader {
  height: 5px;
  background-color: #00f;
  /* Example: Blue color for the progress bar */
  width: 0;
  /* Initially 0 width */
  transition: width 0.1s linear;
  /* Smooth transition for width changes */
}

.audio-pre-main-loader {
  width: 228px;
  height: 0.5px;
  background: #fff;
  position: relative;
}

.audio-pre-loader {
  max-width: 228px;
  height: 3px;
  background: #ffe9ac;
  position: absolute;
  top: -1px;
}

.submit-next {
  color: #e7cb7a;
}

.submit-loader {
  width: 28px;
  height: 28px;
  border: 3px solid #e7cb7a;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.register-next {
  color: #e7cb7a;
}

.register-loader {
  width: 28px;
  height: 28px;
  border: 3px solid #e7cb7a;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.align-checkbox input{
  margin-top: 5px;
}

.align-check input{
  margin-top: 3px;
}

.nav-link {
    font-family: Gill Sans Nova, -apple-system, Roboto, Helvetica, sans-serif;
     font-size: 14px;
     font-weight: 600;
     line-height: normal;
     letter-spacing: 0.08em;
     color: #ffffff;
     text-decoration: none;
     text-transform: capitalize;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

@media (min-width :390px) and (max-width :450px) {

.record-audio .redo {
  margin-bottom: -25px;
  margin-right: 10px;
  cursor: pointer;
}

.record-audio .submit {
  margin-bottom: -25px;
  margin-left: 10px;
  cursor: pointer;
  }

}

@media (min-width :300px) and (max-width :390px) {
    .record-audio .stop {
      margin-right: 3px;
      cursor: pointer;
    }
    .record-audio .play {
      margin-left: 3px;
      cursor: pointer;
    }

    .record-audio .redo {
      margin-bottom: -25px;
      margin-right: 2px;
      cursor: pointer;
    }

  .record-audio .submit {
    margin-bottom: -25px;
    margin-left: 2px;
    cursor: pointer;
  }
}

.error-msg {
  margin-left: 25px;
  color: rgb(229, 104, 108);
  font-family: "Gill Sans Nova";
  margin-top: 8px;
}