@font-face {
  font-family: "h-regular";
  src: url("../fonts/HelveticaNowMicro-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "h-blk";
  src: url("../fonts/HelveticaNowDisplay-Blk.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "h-bold";
  src: url("../fonts/HelveticaNowDisplay-Bd.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Italic.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-BoldItalic.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

body {
  border: 0;
  padding: 0;
  margin: 0;
  /* background: #00acc0; */
  font-family: "h-blk";
  height: 80vh;
  overflow: hidden;
}

.tour {
  background: url("../");
  overflow: auto;
}

.container {
  /* padding: 48px 16px; */
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.presale-container {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.presale-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 100;
}

.presale-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.presale-footer__copyright {
  font-size: 10px;
  color: #fff;
  font-family: "h-regular";
}

.presale-footer__links {
  display: flex;
  align-items: center;
}

.presale-footer__links a {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  transition: color 0.2s ease;
  font-family: "h-regular";
}

.presale-footer__links a:hover {
  color: #fff;
  text-decoration: underline;
}

.presale-footer__separator {
  color: #fff;
  font-size: 10px;
}

.presale-info-container {
  width: 100%;
}

.presale-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  font-weight: bold;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper::after {
  content: "↓";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.select-wrapper.open::after {
  content: "↑";
}

.socials__conatiner {
  margin: 1rem 0rem;
}

.socials__img {
  height: 1rem;
  width: 1rem;
  margin: 0px 2px;
}

.-is-visually-hidden {
  width: 1px;
  height: 1px;
  color: transparent;
}

.amex__logo {
  display: flex;
  width: 70%;
  margin: 40px auto;
}

.partial-background {
  width: 100%;
  background: linear-gradient(to right, #00acc0 85%, transparent 85%);
}

.partial-background-white {
  width: 100%;
  background: linear-gradient(to right, #ffffff 85%, transparent 85%);
}

body.presale {
  background-image: url("../img/bg-dua-presale-4k.avif");
  background-size: 180%;
  background-position: 50% 70%;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: auto;
  font-family: "h-regular";
  background-color: rgba(205, 204, 200, 255);
  overflow: hidden;
}

/* Pop Desing*/

.desktop-item-poup {
  display: none;
}

body.popup {
  margin: 0px;
  overflow-y: auto;
  font-size: 18px;
  line-height: normal;
}

body.popup p {
  margin: 0px;
}

.popup-container {
  margin-top: 2rem;
}

.popup-item {
  text-align: center;
  margin: 1rem 2.2rem;
}

.popup-title {
  background-color: #ffffff;
  color: #000;
  margin-bottom: 0.375rem;
  /* padding: 12px; */
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.popup-content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0px 2px;
  gap: 4px;
}

.popup-content p {
  font-size: 16px;
}

.popup-content span {
  font-family: "h-regular";
  letter-spacing: -1px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.popup .bottom {
  /* position: unset; */
}

.popup-content a {
  margin-top: 14px !important;
}

.popup-a-background {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.popup-custom-background {
  background-color: rgba(0, 191, 213, 1);
  color: white;
}

.btn__popup:hover {
  background-size: 100% 100%;
  color: #fff;
  /* Change the text color to white for contrast on hover */
}

.popup__dua__lipa__banner {
  /* height: auto; */
  /* max-width: 90%; */
  /* margin: 50px 10px 10px 20px; */
}

.popup-container-desktop {
  display: none;
}

.popup__image__desktop {
  display: none;
}

/* Pop Desing end */

/* American express page */
body.american__express__page {
  overflow: auto;
  padding: 24px 20px 0px 20px;
  height: 100vh;
  font-family: "h-bold";
  font-size: 15px;
}

.container__american__express__page p {
  text-align: center;
  font-size: 12px;
}

/* second */
/* .american__express__page__content .content__block:first-child {
    background-color: #00acc0;
    color: white; 
  }
  .american__express__page__content .content__block:first-child  strong{
    color: white; 
  } */
/* second end */

/* first */
.american__express__page__content .content__block:first-child {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 100%;
  /* background-color: rgba(255, 255, 255, 0.7); */
  color: black;
  font-weight: 700;
}

.american__express__page__content .content__block_popup {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 100%;
  font-size: 15px;
  padding: 10px 0px;
  color: black;
  font-weight: 700;
}

.american__express__page__content .content__block_popup p {
  font-size: 15px;
}

.american__express__page__content .content__block_popup_alone {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  font-weight: 700;
}

.american__express__page__content {
  padding: 15px;
}

.american__express__page__content .content__block:first-child strong {
  color: black;
}

.american__express__page__content .content__block:first-child {
  padding: 2px;
  /* background-color: rgba(255, 255, 255, 0.7); */
  background-image: none;
  background-size: 300% 100%;
  background-position: right;
  border-radius: 0;
  transition: none;
  font-weight: bold;
}
.american__express__page__content .content__block_popup_alone:first-child {
  padding: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: none;
  background-size: 300% 100%;
  background-position: right;
  border-radius: 0;
  transition: none;
}

.american__express__page__content .content__block:first-child strong {
  color: black;
}

.american__express__page__content
  .content__block_popup_alone:first-child
  strong {
  color: black;
}

.american__express__page__content .content__block_popup_alone strong {
  font-size: 15px;
}

/* first end */

.american__express__page__content {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr;
}

.american__express__page__content .content__block {
  padding: 2px;
  background-color: transparent;
  background-image: linear-gradient(to right, #00acc0 33%, transparent 33%);
  background-size: 300% 100%;
  background-position: right;
  border-radius: 0;
  transition: background-position 0.3s ease-out;
}

.american__express__page__content .content__block_popup_alone {
  padding: 30px;
  background-color: transparent;
  background-image: linear-gradient(to right, #00acc0 33%, transparent 33%);
  background-size: 300% 100%;
  background-position: right;
  border-radius: 0;
  transition: background-position 0.3s ease-out;
}

.american__express__page__content .content__block {
  /* background-color: rgba(255, 255, 255, 0.7); */
}

.american__express__page__content .content__block_popup_alone {
  background-color: rgba(255, 255, 255, 0.7);
}

.american__express__page__content a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s;
}

/* Hover effect */
.american__express__page__content .content__block:hover {
  background-position: left;
}
.american__express__page__content .content__block_popup_alone:hover {
  background-position: left;
}

.american__express__page__content .content__block:hover a {
  color: #fff;
}

.american__express__page__content .content__block_popup_alone:hover a {
  color: #fff;
}

.american__express__page__content .content__block:hover strong {
  color: #fff;
}

.american__express__page__content .content__block_popup_alone:hover strong {
  color: #fff;
}

.content__block strong {
  color: #000;
}

.content__block_popup_alone strong {
  color: #00acc0;
}

.presale__landing_page .background__tour__image {
  display: none;
}

.presale__content__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
}

.button__presale__container {
  display: flex;
  flex-direction: column;
}

#signup__banner__image {
  margin: 20px auto;
}

.presale__landing_page {
  background-image: url("../img/bg-dua-presale-4k.avif");
  background-size: 200%;
  background-position: 50% 35%;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: auto;
  font-family: "h-regular";
  background-color: rgba(205, 204, 200, 255);
  overflow: auto;
}

.presale__dua__banner {
  margin: 20px 20px 0px 20px;
}

.container__presale__landing_page {
  padding: 15px;
  font-family: "h-blk";
  font-weight: bold;
}

.container__presale__landing_page p {
  font-family: "h-blk";
  font-weight: 200;
  color: #07c0d2;
  color: #000;
  font-size: 10px;
  text-align: center;
}

#click {
  font-family: "h-blk";
  font-weight: 200;
  color: #000;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  /* This centers it horizontally */
  text-decoration: none;
  display: block;
  /* Ensures the element takes the full width of the container */
  width: fit-content;
}

.container__presale__landing_page span {
  font-style: italic;
}

.presale__box__container {
  margin: 130px 25px 0px 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.presale__box__container a {
  margin: 0px;
  font-family: "h-bold";
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.presale__box__land {
  font-weight: bold;
  background-color: rgb(255, 255, 255, 0.5);
  text-align: center;
  padding: 18px;
  font-family: "h-bold";
  font-size: 13px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#amex-text {
  text-align: center;
  color: #000;
  font-size: 12px;
}

.presale__box__land::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      to right,
      rgba(0, 207, 233, 0.7),
      rgba(0, 207, 233, 0.7)
    )
    no-repeat;
  background-size: 0% 100%;
  z-index: -1;
  transition: background-size 0.5s ease;
}

.presale__box__land:hover::before {
  background-size: 100% 100%;
}

.presale__box__container a {
  margin: 0px;
  font-family: "h-bold";
  font-weight: bold;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 2;
}

.presale__box__land:hover a {
  color: #fff;
}

.container__presale {
  padding: 0px 20px;
  margin-left: auto;
  margin-right: auto;
}

.presale__header {
  margin: 35px 0px 5px 0px;
  text-align: center;
  font-size: 32px;
  max-width: 500px;
  font-family: "h-blk";
  font-style: italic;
}

.presale__header h1 {
  font-weight: 400;
}

.presale-checkbox-label {
  text-transform: lowercase;
}

.presale-buttons-mobile {
  color: #000;
  width: auto;
  height: auto;
  display: flex;
  text-align: center;
  flex-direction: column;
}

.presale-buttons-mobile a {
  text-decoration: none;
  color: #000;
  border: 2px solid #000;
  text-transform: lowercase;
  font-weight: 700;
  font-size: 16.25px;
  font-family: "h-blk";
  padding: 15px;
  margin: 5px 0px;
}

.presale-buttons {
  display: none;
}

.content__presale {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 20px;
}

.presale-thankyou {
  background-image: url("../img/presale-thankyou-mob.webp");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.presale-thankyou p {
  font-size: 18.72px;
  font-weight: 800;
  font-family: "Helvetica Now Display", sans-serif;
  line-height: normal;
}

.presale-thankyou-content {
  margin: 20px;
  text-align: center;
}

.presale-thankyou-content a {
  /* display: flex; */
  text-align: center;
  justify-content: center;
  padding: 15px;
  width: 100%;
  background: #00acc0;
  margin-top: 10px;
  text-decoration: none;
  color: white;
}

.presale__content__wrapper a {
  /* display: flex; */
  text-align: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  background: #00acc0;
  text-decoration: none;
  color: white;
  margin-top: 10px;
  width: 200px;
  flex-direction: row;
}

.sec-paragraph {
  color: #07c0d2;
  margin-top: 40px;
}

.first-paragraph {
  margin-right: 100px;
}

.container__banner__link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.container__banner {
  max-width: 320px;
  text-align: center;
}

.container__banner__img {
  position: relative;
  padding: 0 16px;
  /* margin-top: 30%; */
}

.container__banner__img__text {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin-right: 6.5rem;
}

.container__banner__text {
  text-align: center;
  font-size: 3.75rem;
  color: #fff;
  line-height: 3rem;
  text-align: left;
  padding: 0 16px;
}

.container__banner__img__text--mobile {
  display: inline-block;
}

.container__banner__img__text--desktop {
  display: none;
}

.mailing-total-wrapper {
  display: none;
  padding: 48px 24px;
  width: 70%;
  height: 80%;
  position: fixed;
  z-index: 10;
  border: 1px solid #fff;
  /* background: #00acc0; */
  overflow-y: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.presale .form__wrapper {
  height: 60%;
  position: fixed;
  z-index: 10;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 240px 24px 0px 24px;
}

body.presale-signup {
  background-image: linear-gradient(
      to top left,
      rgba(0, 0, 0, 0.8) 5%,
      rgba(0, 0, 0, 0) 70%
    ),
    url("../img/Background\ Image\ SignUp.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  margin: 0;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  z-index: 1;
}

.fa-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
}

.container__banner > a {
  text-decoration: none;
  color: inherit;
}

.bottom {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 18px;
}

.presale .bottom {
  padding: 10px;
}

.presale__landing_page .bottom {
  padding: 15px;
}

.american__express__page .bottom {
  position: unset;
}

img {
  max-width: 100%;
  height: auto;
}

input.errored,
select.errored,
select.country.form-control.errored,
input.email.errored,
input.mobile.errored {
  border-color: red;
}

.mlist-section {
  width: 570px;
  margin: 0 auto;
  max-width: 691px;
  text-align: center;
}

select {
  font-size: 16px;
}

p.message-description {
  font-family: "arial", sans-serif;
  font-size: 15px;
  line-height: 1.041vw;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin: 40px 0;
}

.presale__box__land span {
  font-style: normal;
  font-family: "h-blk";
  color: #00acc0;
  font-size: 20px;
}

input {
  background: none;
  border: none;
  border-bottom: 1.5px solid #fff;
  outline: none;
  text-align: center;
  color: #000;
  width: 100%;
  max-width: 100%;
  height: 30px;
  -webkit-appearance: none !important;
  font-size: 13px;
  text-align: left;
  padding: 0 8px;
  box-sizing: border-box;
  font-weight: bold;
  margin: 0;
  font-family: "h-blk";
}

.presale input {
  font-weight: 400;
  color: #07c0d2;
  border-bottom: 1.5px solid #07c0d2;
  font-family: "Helvetica Now Display", sans-serif;
  padding: 0;
  height: auto;
}

input::placeholder {
  color: #fff;
}

.presale input::placeholder {
  color: #07c0d2;
  font-weight: 400;
}

.country.select-drop-down-arrow,
.gender.select-drop-down-arrow {
  /* display: none; */
  width: 100%;
  font-size: 0;
}

.conditions {
  margin: 36px 0;
}

.presale .conditions {
  margin: 36px 0px 36px 20px;
  line-height: 10px;
}

.globaloptin {
  /* display: none; */
  margin-bottom: 16px;
  position: relative;
}

.globaloptin a {
  color: #fff;
  white-space: nowrap;
}

.presale .globaloptin a {
  color: #00acc0;
  white-space: nowrap;
}

input.submit.mlistSubmit {
  width: 100%;
  height: auto;
  border: 1.5px solid #fff !important;
  /* background: #fff; */
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
  margin-top: 1.8vw;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 0;
  font-weight: bold;
  text-transform: lowercase;
  padding: 0.75rem 2rem;
  font-family: "h-blk";
}

.presale .desktopFooterWrapper {
  padding-top: 10px;
}

.presale input.submit.mlistSubmit {
  background: #07c0d2;
  border: 1.5px solid #07c0d2 !important;
  text-align: start;
  width: auto;
  font-size: 19.25px;
  font-weight: 700;
  line-height: 20.51px;
  font-family: "h-bold";
  letter-spacing: 1px;
  padding: 12px 19px;
}

.container__buttons {
  margin-top: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
}

.container__btn {
  width: 150px;
  height: auto;
  border: 1.5px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
  margin: 0;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 0;
  font-weight: bold;
  text-transform: lowercase;
  padding: 0.4rem 2rem;
  font-family: "h-blk";
  text-decoration: none;
  z-index: 1;
  display: block;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

input.submit.mlistSubmit:hover {
  background: #00acc0;
  color: #fff;
}

input.submit.mlistSubmit[disabled] {
  opacity: 0.2;
}

span.input-error {
  position: absolute;
  font-size: 9px;
  left: 0;
  bottom: -10px;
  color: red;
  font-family: "arial", sans-serif;
}

.email.fieldWrap,
.mobile.fieldWrap {
  position: relative;
}

a.terms {
  font-family: "arial", sans-serif;
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  transition: all 0.5s;
}

a.terms:hover {
  /* color: #000; */
  opacity: 0.5;
}

.terms {
  margin-top: 8px;
  text-align: center;
}

p.terms-message.fadeIn {
  width: 70%;
  margin: 0 auto;
  font-size: 11px;
  color: #000;
  background: #000;
  padding: 5px;
  font-family: "arial", sans-serif;
  line-height: normal;
  letter-spacing: 1px;
  border: 1px solid #000;
  margin-top: 10px;
}

p.terms-message.fadeIn a {
  color: #000;
  transition: all 0.5s;
}

p.terms-message.fadeIn a:hover {
  color: #000;
}

.thankyou.fadeOut.fadeIn {
  font-family: "h-blk";
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0px;
  color: #fff;
  text-align: center;
}
body.presale-signup .thankyou.fadeOut.fadeIn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0 auto;
}
form#signupForm.fadeOut {
  display: none;
}

.address.fieldWrap,
.city.fieldWrap,
.last.fieldWrap,
.first.fieldWrap,
.state.fieldWrap {
  position: relative;
}

label.goptin_checkbox,
label.mobile_mktg_consent_txt {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 80%;
  text-align: left;
  text-transform: lowercase;
  font-size: 10px;
  font-weight: 400;
  font-family: "h-regular";
}

.presale label.goptin_checkbox,
.presale label.mobile_mktg_consent_txt {
  color: #07c0d2;
  font-size: 9px;
  margin-left: 20px;
}

input#artist_mktg_consent:checked:after,
input#mobile_mktg_consent:checked:after {
  font-family: "";
  content: "\2713";
  color: #fff;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  /* margin-top:2px; */
  margin-top: 2px;
  margin-left: -3px;
  box-sizing: border-box;
  left: 64%;
  position: absolute;
  top: 46%;
  transform: translate(-50%, -50%);
}

.presale input#artist_mktg_consent:checked:after,
.presale input#mobile_mktg_consent:checked:after {
  color: #07c0d2;
}

input#artist_mktg_consent,
input#mobile_mktg_consent {
  position: relative;
}

input#artist_mktg_consent.errored,
input#mobile_mktg_consent.errored {
  border-color: red;
}

.globaloptin input#mobile_mktg_consent:disabled,
.globaloptin input#artist_mktg_consent:disabled {
  border-color: rgba(255, 255, 255, 0.4);
}

.dl-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
  min-height: 100%;
}

.dl-video--mobile {
  display: block;
}

.dl-video--desktop {
  display: none;
}

@media only screen and (min-width: 310px) and (max-width: 325px) and (max-height: 700px) {
  #presale__mobile {
    background-size: 200%;
    background-position: 50% 70%;
    height: 100vh;
    background-color: #e4e0da;
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }

  .desktopFooterWrapper {
    display: flex;
    font-size: 10px;
    flex-direction: column;
    color: #000;
    text-align: center;
    padding-top: 2px;
    text-transform: lowercase;
    color: #fff;
    font-family: "h-regular";
  }

  .popup-content .btn__popup {
    display: none;
  }

  .main-image {
    display: none;
  }

  #signup__banner__image {
    height: 80px;
    display: flex;
    justify-content: center;
  }

  #mobile__form__wrapper {
    margin: auto 24px 90px 24px;
    height: 50%;
  }
}

@media only screen and (max-width: 400px) and (max-height: 610px) {
  #presale__mobile {
    background-size: 180%;
    background-position: 50% 70%;
    height: 100vh;
    background-color: #e4e0da;
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }

  .desktopFooterWrapper {
    display: flex;
    font-size: 10px;
    flex-direction: column;
    color: #000;
    text-align: center;
    padding-top: 2px;
    text-transform: lowercase;
    color: #fff;
    font-family: "h-regular";
  }

  .popup-content .btn__popup {
    display: none;
  }

  .main-image {
    display: none;
  }

  #signup__banner__image {
    height: 80px;
    display: flex;
    justify-content: center;
  }

  #mobile__form__wrapper {
    margin: auto 24px 90px 24px;
    height: 50%;
  }

  .presale-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1.5px solid #fff;
    background-color: transparent;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
  }

  .presale-checkbox:checked:after {
    font-family: "";
    content: "\2713";
    color: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
    margin-left: -3px;
    box-sizing: border-box;
    left: 64%;
    position: absolute;
    top: 46%;
    transform: translate(-50%, -50%);
  }

  .presale-checkbox-label {
    display: flex;
    align-items: flex-start;
    font-size: 9px;
    margin: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
  }

  .presale-checkbox {
    margin-top: 2px;
  }

  .presale-container {
    width: 100%;
    height: 100vh;
    max-width: 400px;
    padding: 20px;
    text-align: center;
  }

  .presale-form-container {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(21px);
    padding: 30px;
    border-radius: 10px;
    color: white;
  }

  .presale-input,
  .presale-select {
    width: 100%;
    padding: 4px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: white;
    border-radius: 0;
    outline: none;
  }

  .presale-input:focus,
  .presale-select:focus {
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    outline: none;
  }

  .presale-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .presale-checkbox-label {
    display: flex;
    align-items: center;
    font-size: 9px;
    margin: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
  }

  .presale-checkbox {
    margin-right: 10px;
  }

  .presale-button {
    width: 100%;
    padding: 12px;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
  }

  .presale-button:hover {
    background: white;
    color: black;
  }

  .privacy-links {
    font-size: 10px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.6);
  }
}

@media only screen and (max-width: 400px) and (min-height: 610px) and (max-height: 650px) {
  #presale__mobile {
    background-size: 150%;
    background-position: 50% 80%;
    height: 100vh;
    background-color: #e4e0da;
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }

  .desktopFooterWrapper {
    display: flex;
    font-size: 10px;
    flex-direction: column;
    color: #000;
    text-align: center;
    padding-top: 2px;
    text-transform: lowercase;
    color: #fff;
    font-family: "h-regular";
  }

  .popup-content .btn__popup {
    display: none;
  }

  #signup__banner__image {
    height: 80px;
    display: flex;
    justify-content: center;
  }

  #mobile__form__wrapper {
    margin: auto 24px 80px 24px;
    height: 42%;
  }
}

@media only screen and (max-width: 400px) and (min-height: 650px) and (max-height: 700px) {
  #presale__mobile {
    background-size: 170%;
    background-position: 50% 92%;
    height: 100vh;
    background-color: #e4e0da;
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }

  .desktopFooterWrapper {
    display: flex;
    font-size: 10px;
    flex-direction: column;
    color: #000;
    text-align: center;
    padding-top: 2px;
    text-transform: lowercase;
    color: #fff;
    font-family: "h-regular";
  }

  .popup-content .btn__popup {
    display: none;
  }

  #click {
    font-size: 8px;
  }

  .container__presale__landing_page p {
    font-size: 8px;
  }

  #signup__banner__image {
    height: 80px;
    display: flex;
    justify-content: center;
  }

  #mobile__form__wrapper {
    margin: auto 24px 80px 24px;
    height: 50%;
  }
}

@media only screen and (max-width: 400px) and (min-height: 700px) and (max-height: 750px) {
  #presale__mobile {
    background-size: 165%;
    background-position: 50% 92%;
    height: 100vh;
    background-color: #e4e0da;
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }

  .desktopFooterWrapper {
    display: flex;
    font-size: 10px;
    flex-direction: column;
    color: #000;
    text-align: center;
    padding-top: 2px;
    text-transform: lowercase;
    color: #fff;
    font-family: "h-regular";
  }

  #signup__banner__image {
    height: 80px;
    display: flex;
    justify-content: center;
  }

  #mobile__form__wrapper {
    margin: auto 24px 80px 24px;
    height: 48%;
  }
}

@media only screen and (max-width: 400px) and (min-height: 750px) and (max-height: 800px) {
  #presale__mobile {
    background-size: 175%;
    background-position: 50% 95%;
    height: 100vh;
    background-color: #e4e0da;
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }

  .desktopFooterWrapper {
    display: flex;
    font-size: 10px;
    flex-direction: column;
    color: #000;
    text-align: center;
    padding-top: 2px;
    text-transform: lowercase;
    color: #fff;
    font-family: "h-regular";
  }

  #signup__banner__image {
    height: 80px;
    display: flex;
    justify-content: center;
  }

  #mobile__form__wrapper {
    margin: auto 24px 90px 24px;
    height: 49%;
  }
}

@media only screen and (max-width: 400px) and (min-height: 800px) and (max-height: 850px) {
  #presale__mobile {
    background-size: 192%;
    background-position: 50% 92%;
    height: 100vh;
    background-color: #e4e0da;
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }

  .desktopFooterWrapper {
    display: flex;
    font-size: 10px;
    flex-direction: column;
    color: #000;
    text-align: center;
    padding-top: 2px;
    text-transform: lowercase;
    color: #fff;
    font-family: "h-regular";
  }

  #signup__banner__image {
    height: 80px;
    display: flex;
    justify-content: center;
  }

  .presale__landing_page {
    overflow: auto;
  }

  .presale__landing_page .bottom {
    position: unset;
  }

  #mobile__form__wrapper {
    margin: auto 24px 85px 24px;
    height: 52%;
  }
}

@media only screen and (max-width: 400px) and (min-height: 850px) and (max-height: 900px) {
  #presale__mobile {
    background-size: 200%;
    background-position: 50% 100%;
    height: 100vh;
    background-color: #e4e0da;
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }

  .desktopFooterWrapper {
    display: flex;
    font-size: 10px;
    flex-direction: column;
    color: #000;
    text-align: center;
    padding-top: 2px;
    text-transform: lowercase;
    color: #fff;
    font-family: "h-regular";
  }

  #signup__banner__image {
    height: 80px;
    display: flex;
    justify-content: center;
  }

  #mobile__form__wrapper {
    margin: auto 24px 85px 24px;
    height: 53%;
  }
}

@media screen and (max-width: 456px) {
  body.presale-signup {
    min-height: 100vh;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8) 5%,
        rgba(0, 0, 0, 0) 70%
      ),
      url("../img/Background\ Image\ SignUp.png");
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }

  .desktopFooterWrapper {
    display: flex;
    font-size: 10px;
    flex-direction: column;
    color: #000;
    text-align: center;
    padding-top: 2px;
    text-transform: lowercase;
    color: #fff;
    font-family: "h-regular";
  }

  .presale-container {
    height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 70px;
    overflow-y: auto;
  }

  .popup-content .btn__popup {
    display: none;
  }

  .presale-info-container {
    order: 1;
    margin-bottom: 20px;
    text-align: start;
    color: #fff;
  }

  .presale-info-container .timing {
    font-size: 12px;
  }

  .presale-form-container {
    order: 2;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(21px);
    padding: 30px;
    border-radius: 15px;
    color: white;
  }

  .presale-input,
  .presale-select {
    width: 100%;
    padding: 4px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: white;
    border-radius: 0;
    outline: none;
  }

  .presale-input:focus,
  .presale-select:focus {
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    outline: none;
  }

  .presale-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .presale-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1.5px solid #fff;
    background-color: transparent;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
  }

  .presale-checkbox:checked:after {
    font-family: "";
    content: "\2713";
    color: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
    margin-left: -3px;
    box-sizing: border-box;
    left: 64%;
    position: absolute;
    top: 46%;
    transform: translate(-50%, -50%);
  }

  .presale-checkbox-label {
    display: flex;
    align-items: flex-start;
    font-size: 9px;
    margin: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
  }

  .presale-checkbox {
    margin-top: 6px;
  }

  .presale-button {
    width: 100%;
    height: auto;
    border: 1.5px solid #fff !important;
    /* background: #fff; */
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
    margin-top: 1.8vw;
    border: none;
    cursor: pointer;
    text-align: center;
    padding: 0;
    font-weight: bold;
    text-transform: lowercase;
    padding: 0.75rem 2rem;
    font-family: "h-blk";
  }

  .presale-button:hover {
    background: white;
    color: black;
  }

  .privacy-links {
    font-size: 9px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.6);
  }

  .presale-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 100;
  }

  .presale-footer__container {
    display: block;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .presale-footer__copyright {
    font-size: 10px;
    font-family: "h-regular";
    color: #fff;
  }

  .presale-footer__links {
    justify-content: center;
  }
}

@media only screen and (min-width: 400px) and (max-width: 1023px) and (min-height: 600px) and (max-height: 700px) {
  #presale__mobile {
    background-size: 130%;
    height: 100vh;
    background-color: #e4e0da;
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }

  .popup-content .btn__popup {
    display: none;
  }

  #mobile__form__wrapper {
    margin: auto 24px 75px 24px;
    height: 50%;
  }
}

@media only screen and (min-width: 400px) and (max-width: 1023px) and (min-height: 700px) and (max-height: 750px) {
  #presale__mobile {
    background-size: 140%;
    height: 100vh;
    background-color: #e4e0da;
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }

  #mobile__form__wrapper {
    margin: auto 24px 75px 24px;
    height: 50%;
  }
}

@media only screen and (min-width: 400px) and (max-width: 1023px) and (min-height: 750px) and (max-height: 800px) {
  #presale__mobile {
    background-size: 155%;
    height: 100vh;
    background-color: #e4e0da;
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }

  #mobile__form__wrapper {
    margin: auto 24px 80px 24px;
    height: 50%;
  }
}

@media only screen and (min-width: 400px) and (max-width: 1023px) and (min-height: 800px) and (max-height: 850px) {
  #presale__mobile {
    background-size: 160%;
    height: 100vh;
    background-color: #e4e0da;
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }

  #mobile__form__wrapper {
    margin: auto 24px 80px 24px;
    height: 50%;
  }
}

@media only screen and (min-width: 400px) and (max-width: 1023px) and (min-height: 850px) and (max-height: 900px) {
  #presale__mobile {
    background-size: 170%;
    height: 100vh;
    background-color: #e4e0da;
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }

  #mobile__form__wrapper {
    margin: auto 24px 80px 24px;
    height: 52%;
  }
}

@media only screen and (min-width: 400px) and (max-width: 1023px) and (min-height: 900px) and (max-height: 950px) {
  #presale__mobile {
    background-size: 180%;
    height: 100vh;
    background-color: #e4e0da;
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }

  #mobile__form__wrapper {
    margin: auto 24px 85px 24px;
    height: 53%;
  }
}

@media only screen and (min-width: 400px) and (max-width: 1023px) and (min-height: 950px) and (max-height: 1000px) {
  #presale__mobile {
    background-size: 190%;
    height: 100vh;
    background-color: #e4e0da;
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }

  #mobile__form__wrapper {
    margin: auto 24px 85px 24px;
    height: 55%;
  }
}

/* @media only screen and (min-width: 400px) and (max-width: 1023px) and (min-height: 700px) and (max-height: 750px) {
  #presale__mobile {
    background-size: 140%;
    background-position: 50% 80%;
    height: 100vh;
    background-color: #e4e0da;
  }

  #mobile__form__wrapper {
    margin: 130px 24px 0px 24px;
    padding-top: 70px;
    height: 60%;
  }
}
@media only screen and(min-width: 400px) and (max-width: 1023px) and (min-height: 730px) and (max-height: 750px) {
  #presale__mobile {
    background-size: 150%;
    background-position: 50% 80%;
    height: 100vh;
    background-color: #e4e0da;
  }

  #mobile__form__wrapper {
    margin: 130px 24px 0px 24px;
    padding-top: 80px;
    height: 60%;
  }
}
@media only screen and(min-width: 400px) and (max-width: 1023px) and (min-height: 750px) and (max-height: 800px) {
  #presale__mobile {
    background-size: 150%;
    background-position: 50% 90%;
    height: 100vh;
    background-color: #e4e0da;
  }

  #mobile__form__wrapper {
    margin: 130px 24px 0px 24px;
    padding-top: 80px;
    height: 62%;
  }
}
@media only screen and(min-width: 400px) and (max-width: 1023px) and (min-height: 800px) and (max-height: 820px) {
  #presale__mobile {
    background-size: 160%;
    background-position: 50% 90%;
    height: 100vh;
    background-color: #e4e0da;
  }

  #mobile__form__wrapper {
    margin: 130px 24px 0px 24px;
    padding-top: 80px;
    height: 62%;
  }
}
@media only screen and(min-width: 400px) and (max-width: 1023px) and (min-height: 820px) and (max-height: 900px) {
  #presale__mobile {
    background-size: 170%;
    background-position: 50% 85%;
    height: 100vh;
    background-color: #e4e0da;
  }

  #mobile__form__wrapper {
    margin: 130px 24px 0px 24px;
    padding-top: 80px;
    height: 62%;
  }
}
@media only screen and(min-width: 400px) and (max-width: 1023px) and (min-height: 850px) and (max-height: 900px) {
  #presale__mobile {
    background-size: 180%;
    background-position: 50% 95%;
    height: 100vh;
    background-color: #e4e0da;
  }

  #mobile__form__wrapper {
    margin: 130px 24px 0px 24px;
    padding-top: 80px;
    height: 62%;
  }
} */
/* @media only screen and (max-width: 1023px) and (min-height: 900px) and (max-height: 950px) {
  #presale__mobile {
    background-size: 180%;
    background-position: 50% 90%;
    height: 100vh;
    background-color: #e4e0da;
  }

  #mobile__form__wrapper {
    margin: 130px 24px 0px 24px;
    padding-top: 80px;
    height: 62%;
  }
} */

/* Presale*/
@media only screen and (max-width: 1023px) and (min-height: 700px) and (max-height: 810px) {
  .presale__box__container {
    margin: 70px 20px;
  }

  .presale__landing_page {
    background-size: 160%;
  }

  .presale__box__land {
    font-size: 16px;
  }

  .popup-content .btn__popup {
    display: none;
  }
}

@media only screen and (max-width: 1023px) and (max-height: 700px) {
  .presale-container {
    height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }

  .presale-info-container {
    order: 1;
    /* margin-bottom: 20px; */
    text-align: start;
  }

  .presale-form-container {
    order: 2;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(21px);
    padding: 30px;
    border-radius: 10px;
    color: white;
  }

  .presale-input,
  .presale-select {
    width: 100%;
    padding: 4px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: white;
    border-radius: 0;
    outline: none;
  }

  .presale-input:focus,
  .presale-select:focus {
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    outline: none;
  }

  .presale-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .presale-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1.5px solid #fff;
    background-color: transparent;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
  }

  .presale-checkbox:checked:after {
    font-family: "";
    content: "\2713";
    color: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
    margin-left: -3px;
    box-sizing: border-box;
    left: 64%;
    position: absolute;
    top: 46%;
    transform: translate(-50%, -50%);
  }

  .presale-checkbox-label {
    display: flex;
    align-items: flex-start;
    font-size: 9px;
    margin: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
  }

  .presale-checkbox {
    margin-top: 2px;
  }

  .presale-button-cont {
    display: flex;
    justify-content: center;
  }

  .presale-button {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    /* background: #fff; */
    color: #b8bbc2;
    font-size: 16px;
    transition: all 0.3s;
    margin-top: 1.8vw;
    border: none;
    cursor: pointer;
    text-align: center;
    padding: 0;
    font-weight: bold;
    text-transform: lowercase;
    padding: 0.75rem 2rem;
    font-family: "h-blk";
  }

  .privacy-links {
    font-size: 10px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.6);
  }

  body.presale {
    background-size: 140%;
    background-position: 50% 77%;
    height: 100vh;
    background-color: #e4e0da;
  }

  .presale__header {
    font-size: 28px;
  }

  .presale__landing_page {
    background-image: url("../img/bg-dua-presale-4k.avif");
    background-size: 140%;
    background-position: 50% 10%;
    background-repeat: no-repeat;
    height: 100vh;
    font-family: "h-regular";
    background-color: rgba(205, 204, 200, 255);
  }

  .presale-thankyou-content {
    margin: 0px 10px;
  }

  .presale-thankyou {
    background-size: cover;
  }

  .container__presale__landing_page {
    padding: 10px;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: bold;
  }

  #click {
    font-size: 10px;
  }

  .container__presale__landing_page p {
    font-size: 10px;
  }

  .container__presale__landing_page h1 {
    margin-top: 40px;
    font-size: 28px;
  }

  .container__presale__landing_page span {
    font-style: italic;
  }

  .presale__box__container {
    margin-top: 100px;
  }

  .presale__landing_page .bottom {
    padding: 20px;
  }

  .presale__box__container p {
    margin: 0px;
    font-family: "h-bold";
    font-weight: bold;
    color: #000;
  }

  .presale__box__land {
    font-weight: bold;
    background: rgb(255, 255, 255, 0.5);
    text-align: center;
    padding: 18px;
    font-family: "h-bold";
    font-size: 15px;
  }

  .presale__box__land_highlighted {
    background-color: #07c0d2;
    color: #fff !important;
  }

  .presale__box__land--last {
    font-weight: bold;
    background: #fff;
    text-align: center;
    /* padding:  25px; */
    font-family: "h-bold";
    padding: 28px;
  }

  .presale-buttons a {
    font-size: 15px;
  }

  .presale-buttons-mobile a {
    font-size: 12px;
    padding: 5px;
  }

  .content__presale {
    margin-bottom: 30px;
  }

  .presale .desktopFooterWrapper {
    padding-top: 0px;
  }

  .presale input.submit.mlistSubmit {
    font-size: 15px;
  }

  .presale .form__wrapper {
    margin: 160px 24px 0px 24px;
    height: 50%;
  }

  .presale__content__wrapper a {
    /* display: flex; */
    text-align: center;
    justify-content: center;
    padding: 7px;
    width: 100%;
    background: #00acc0;
    text-decoration: none;
    color: white;
    margin-top: 10px;
    font-size: 12px;
    width: 200px;
  }

  .container__buttons {
    margin-top: 1rem;
  }

  .container {
    height: 80%;
  }

  .presale__landing_page {
    overflow: auto;
  }

  .presale__landing_page .bottom {
    position: unset;
  }

  /* American express */
  body.american__express__page {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1023px) {
  p.message-description {
    font-size: 12px;
    line-height: 20px;
  }

  .poup_american_express {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    position: relative;
    left: 300px;
  }

  .mlist-section {
    width: 86%;
    max-width: unset;
    margin-top: 12px;
  }

  input {
    width: 100%;
    max-width: unset;
    font-size: 16px;
    line-height: 18px;
  }

  .presale input {
    font-size: 15px;
    line-height: 10px;
  }

  .submit {
    margin-top: 34.5px;
  }

  p.terms-message.fadeIn {
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .terms {
    position: relative;
  }

  .thankyou.fadeOut.fadeIn {
    font-size: 14px;
  }

  span.input-error {
    left: 19%;
  }

  .thankyou .container__banner__text span:first-child {
    display: block;
  }
}

select.country.form-control,
select.gender.form-control {
  border: none;
  border-bottom: 1.5px solid #fff;
  outline: none;
  text-align: center;
  color: #fff;
  font-family: "arial", sans-serif;
  width: 100%;
  max-width: 100%;
  height: 30px;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 0 8px;
  margin: 0;
  text-align: left;
  font-family: "h-blk";
}

.presale select.country.form-control {
  border-bottom: 1.5px solid #00acc0;
  color: #07c0d2;
  font-family: "h-bold";
  line-height: 20px;
  height: auto;
  padding: 0px 0px 2px 0px;
}

select.dobMonth,
select.dobDay {
  color: #fff;
  border: none;
  height: 30px;
  border-bottom: 1px solid #fff;
  margin: 0;
  font-size: 16px;
  background: transparent;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none !important;
  appearance: none;
  font-family: "h-blk";
  margin: 0;
  padding: 0 8px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  background-color: transparent;
  transition: background-color 5000s ease-in-out 0s;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.dobDay.fieldWrap.select-drop-down-arrow,
.dobMonth.fieldWrap {
  width: 100%;
}

.dobDay.fieldWrap.select-drop-down-arrow select,
.dobMonth.fieldWrap select {
  width: 100%;
  background: transparent;
  background-color: transparent;
  outline: none;
}

.birthday {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.first.fieldWrap,
.last.fieldWrap {
  display: block;
  width: 100%;
}

.last.fieldWrap {
  margin-left: 0;
}

.first.fieldWrap {
  margin-right: 1%;
}

.name {
  font-size: 0;
}

option {
  background: #000;
}
select option[value=""] {
  text-transform: lowercase;
}
.plain-ml-wrapper .fadeOut {
  display: none;
}

.plain-ml-wrapper .fadeIn {
  display: block;
}

.plain-ml-wrapper-presale .fadeOut {
  display: none;
}

.plain-ml-wrapper-presale .fadeIn {
  display: block;
}

div#main {
  background: #000;
}

.plain-ml-wrapper {
  max-width: 300px;
  margin: 0 auto;
}

.plain-ml-wrapper input:not([type="submit"]) {
  color: #fff;
}

.plain-ml-wrapper label.moveUp {
  background-color: #000;
}

.plain-ml-wrapper #mlform #terms .terms-message,
.plain-ml-wrapper #secondform .terms .terms-message {
  color: #000;
}

.plain-ml-wrapper-presale input:not([type="submit"]) {
  color: #07c0d2;
  font-family: "h-bold";
}

.plain-ml-wrapper-presale label.moveUp {
  background-color: #000;
}

.plain-ml-wrapper-presale #mlform #terms .terms-message,
.plain-ml-wrapper-presale #secondform .terms .terms-message {
  color: #000;
}

.globaloptin input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  border: 1.5px solid #fff;
  margin-right: 6px;
}

.presale .globaloptin input[type="checkbox"] {
  border: 1.5px solid #00acc0;
}

.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item.quickedit-field {
  background: #000;
}

.plain-ml-wrapper.firstMlistForm {
  max-width: 500px;
  margin: 0 auto;
}

.fieldWrap label {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-family: arial;
  margin-top: 20px;
  display: none;
}

.submit {
  margin: 0 auto;
  text-align: center;
}

.presale .submit {
  margin: 0 auto;
  text-align: start;
}

.birth-date-title {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-family: arial;
  margin-top: 20px;
  display: none;
}

.country.select-drop-down-arrow label,
.gender.select-drop-down-arrow label {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-family: arial;
  margin-top: 20px;
  display: none;
}

.layout-main-wrapper {
  max-width: 100%;
}

.highlighted {
  display: none;
}

.main-content .section {
  padding: 0;
}

.layout-main {
  margin: 0 auto;
}

.layout-no-sidebars .main-content {
  float: none;
}

header#header {
  display: none;
}

footer.site-footer {
  display: none;
}

.desktopFooterWrapper {
  display: flex;
  font-size: 10px;
  color: #000;
  text-align: center;
  padding-top: 2px;
  text-transform: lowercase;
  color: #fff;
  font-family: "h-regular";
}

.desktopFooterWrapper__terms {
  margin-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.desktopFooterWrapper a {
  color: #fff;
  text-decoration: none;
}

.iti--allow-dropdown {
  width: 100%;
}

.thankyou {
  margin: 2rem 0 0 1rem;
  text-align: center;
  font-family: "h-blk";
  color: white;
}

.thankyou .container__banner__text {
  font-size: 6rem;
  line-height: 4rem;
  text-align: center;
}

.btn__popup {
  padding: 0px 24px;
  background: #00acc0;
  color: #ffffff;
  border: 1px solid #1a1a1a;
  margin: 16px auto;
  width: max-content;
  width: min-content;
  text-decoration: none;
  background-size: 0% 100%;
  background-position: 0 100%;
  transition: background-size 0.5s ease;
}

.thankyou .container__banner__text span:first-child {
  margin-right: 4rem;
}

.thankyou .container__banner__text span:nth-child(2) {
  margin-left: 8rem;
}

.thankyou .button {
  margin-top: 6rem;
  max-width: 340px;
  height: auto;
  background: #fff;
  color: #000;
  font-size: 16px;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 0;
  font-weight: bold;
  text-transform: lowercase;
  padding: 0.75rem 2rem;
  cursor: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: "h-blk";
}

.date-input,
.date-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.date-placeholder {
  display: block;
}

.date-input {
  display: none;
}

body.splash {
  background: #d6df38;
  height: 100vh;
}

.splash-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100vh;
  /* padding: 20px; */
}

.splash-content {
  text-align: center;
  max-width: 600px;
}

.content-splash {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.logo-splash {
  width: 100%;
  max-width: 500px;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.btn {
  padding: 8px 20px;
  background-color: #000;
  color: #d6df38;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid black;
  transition: background 0.3s;
}

.main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 700px;
  margin: 0 auto;
}

body.tour {
  background: #e4e0da;
}

.background__tour__image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* American Express */
.background__tour__image__american {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  display: none;
}

body.splash .bottom .desktopFooterWrapper,
body.splash .bottom .desktopFooterWrapper a {
  color: #fff;
}

body.tour .bottom .desktopFooterWrapper,
body.tour .bottom .desktopFooterWrapper a {
  color: #fff;
}

body.tour .bottom .desktopFooterWrapper {
  padding-top: 2rem;
}

body.tour .bottom {
  position: unset;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
}

body.tour .bottom {
  padding-top: 0;
}

.container__splash {
  align-items: flex-start;
  height: auto;
  justify-content: flex-start;
}

.tour .container__splash {
  align-items: center;
  gap: 3rem;
}

.container__splash__img--desktop {
  display: none;
}

.container__splash__img--cover {
  position: fixed;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  height: 60%;
  object-fit: cover;
}

.tour .container__splash__img {
  width: 100%;
  max-width: 1184px;
}

.container__splash__content p {
  font-family: "h-regular";
  margin: 0 0 0.65rem 0;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  background-color: rgb(255, 255, 255, 0.5);
  padding: 15px 0px 15px 0px;
}

.container__splash__content a {
  text-decoration: none;
  color: #1a1a1a;
}

.container__splash__content p strong {
  font-family: "h-regular";
  color: #00acc0;
}

.tour .container__splash__content {
  text-align: center;
}

.container__splash__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-top: 2rem;
}

.tour .container__splash__buttons {
  margin-top: 0;
}

.container__splash__buttons a {
  padding: 8px 32px;
  width: -webkit-fill-available;
  text-align: center;
  text-decoration: none;
}

.container__splash__buttons--dark {
  background: #fff;
  color: #000;
}

.container__splash__buttons--light {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.tour .container__splash__buttons--dark {
  background: #1a1a1a;
  color: #fff;
}

.tour .container__splash__buttons--light {
  background: transparent;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.container_splash__content__btn {
  padding: 0px 24px;
  background: transparent;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  margin: 0.5rem auto;
  width: max-content;
  width: min-content;
  text-decoration: none;
  background: linear-gradient(to right, #00cfe9, #00cfe9) no-repeat;
  background-size: 0% 100%;
  background-position: 0 100%;
  transition: background-size 0.5s ease;
}

.container_splash__content__btn:hover {
  background-size: 100% 100%;
  color: #fff;
  /* Change the text color to white for contrast on hover */
}

.container_splash__content__btn__disabled {
  background-color: #bdcad9 !important;
  background-image: linear-gradient(315deg, #bdcad9 0%, #e1dada 74%);
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

#gray__button__disabled {
  background-color: #bdcad9 !important;
  background-image: linear-gradient(315deg, #bdcad9 0%, #e1dada 74%);
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

@media only screen and (min-width: 516px) {
  .container__banner {
    max-width: 768px;
    margin: 0 auto 4rem auto;
  }

  .popup .bottom {
    position: unset;
  }

  .american__express__page .bottom {
    position: unset;
  }
}

@media only screen and (min-width: 1024px) {
  .presale-container {
    max-width: 85%;
    height: 95vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }

  .poup_american_express {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0 30px 0;
    /* position: relative;
    left: 300px; */
  }

  .poup_american_express_mobile {
    display: none;
  }

  .presale-form-container {
    width: 60%;
    background: rgba(0, 0, 0, 0.5);
    padding: 25px;
    border-radius: 2px;
    border: 2px solid white;
    color: white;
    order: 1;
    backdrop-filter: blur(21px);
  }

  .presale-info-container {
    width: 60%;
    order: 2;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: white;
  }

  .presale-info-container .timing {
    font-size: 13px;
    width: 100%;
    padding: 0;
  }

  .presale-info-container h3 {
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 900;
    font-size: 25px;
    line-height: 110%;
    letter-spacing: 1%;
    vertical-align: bottom;
    text-transform: lowercase;
  }

  .presale-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1.5px solid #fff;
    background-color: transparent;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
  }

  .presale-checkbox:checked:after {
    font-family: "";
    content: "\2713";
    color: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
    margin-left: -3px;
    box-sizing: border-box;
    left: 64%;
    position: absolute;
    top: 46%;
    transform: translate(-50%, -50%);
  }

  .presale-checkbox-label {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    margin: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
  }

  .presale-checkbox {
    margin-top: 2px;
  }

  .presale-input,
  .presale-select {
    width: 100%;
    padding: 4px;
    margin: 8px 0;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: white;
    border-radius: 0;
    outline: none;
  }
  select#country:invalid {
    text-transform: lowercase;
  }
  .presale-input:focus,
  .presale-select:focus {
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    outline: none;
  }

  .presale-button-cont {
    display: flex;
    justify-content: center;
  }

  .presale-button {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    /* background: #fff; */
    color: #b8bbc2;
    font-size: 14px;
    transition: all 0.3s;
    margin-top: 0.75vw;
    border: none;
    cursor: pointer;
    text-align: center;
    padding: 0;
    font-weight: bold;
    text-transform: lowercase;
    padding: 0.75rem 0.75rem;
    font-family: "h-blk";
  }

  .timing .medium-city {
    font-weight: normal;
  }

  .container__splash__img--mobile {
    display: none;
  }

  .socials__conatiner {
    margin: 0rem 0rem;
  }

  .socials__img {
    height: 2rem;
    width: 2rem;
    margin: 0px 2px;
  }

  .presale__landing_page {
    overflow: auto;
  }

  .presale__desktop__wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 60%;
    height: 100vh;
    text-align: center;
  }

  .presale__box__land span {
    font-size: 22px;
  }

  #amex-text {
    font-size: 15px;
    max-width: 70%;
  }

  .button__presale__container {
    flex-direction: row;
    gap: 10px;
  }

  .presale-thankyou-content a {
    width: 300px;
    margin-top: 10px;
  }

  .first-paragraph {
    margin-right: 0px;
  }

  #signup__banner__image {
    display: flex;
    margin: 20px auto;
    height: auto;
    width: 80%;
  }

  .container__splash__content p {
    padding: 15px;
    font-size: 17px;
  }

  .presale-thankyou p {
    font-size: 25px;
  }

  .container__splash__img {
    max-width: 500px;
    object-fit: contain;
  }

  .presale__dua__banner {
    width: 70%;
    height: auto;
    margin: 50px auto 30px auto;
  }

  body.tour {
    background: url("../img/presale-thanks_desktop-_1_.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

  .presale__box__container {
    margin: 30px 0px 0px 0px;
  }

  .presale__landing_page {
    background-image: url("../img/presale-landing-page.webp");
    background-size: cover;
    background-position: 50% 50%;
  }

  .container__presale__landing_page {
    padding: 10px;
    font-weight: bold;
  }

  .container__presale__landing_page p {
    margin-top: 20px;
    font-size: 16px;
    max-width: 90%;
  }

  #click {
    font-size: 16px;
    max-width: 90%;
  }

  .container__presale__landing_page h1 {
    margin-top: 40px;
    font-size: 28px;
    margin-left: 25px;
  }

  .container__presale__landing_page span {
    font-style: italic;
  }

  .presale__box__container p {
    margin: 0px;
    font-family: "h-bold";
    font-weight: bold;
    color: #000;
  }

  .presale__landing_page .bottom {
    position: unset;
  }

  .presale__box__land {
    padding: 20px;
    width: 500px;
    font-size: 20px;
  }

  .presale__box__land_highlighted {
    background-color: #00cfe9;
    color: #fff !important;
  }

  .presale__box__land--last {
    padding: 40px;
  }

  .presale__header {
    text-align: end;
    margin: 0px;
    max-width: 100%;
    font-size: 48px;
    letter-spacing: 3px;
    margin: 10px 20px 5px 0px;
    font-style: italic;
  }

  .presale-buttons-mobile {
    display: none;
  }

  .presale .bottom {
    position: absolute;
  }

  .content__presale {
    margin: 0px 0px 10px 0px;
    font-size: 15px;
    max-width: 65%;
  }

  .presale .plain-ml-wrapper-presale {
    max-width: 80%;
    margin: auto;
  }

  .container__presale {
    max-width: 60%;
    margin-left: auto;
    margin-right: 0%;
  }

  body.presale {
    overflow-y: auto;
  }

  .presale .form__wrapper {
    position: unset;
    margin: 0px;
  }

  body.presale {
    background-image: url("../img/presale-landing-page.webp");
    background-position: 7% 20%;
    background-size: cover;
    height: 100vh;
  }

  .background__tour__image {
    display: none;
  }

  .presale__landing_page .background__tour__image {
    display: block;
  }

  /*Popup desktop 1024*/

  body .popup {
    max-width: 1440px;
  }

  .desktop-item-poup {
    display: block;
    width: 50%;
    margin: auto;
  }

  .popup .bottom {
    position: absolute;
    /* position: unset; */
    /* margin-top: 20px;  */
  }

  .popup__image__desktop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    scale: 1.1;
  }

  .popup__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  /* .popup-container-desktop {
    display: flex;
    align-items: center;
    width: 62%;
  } */

  .popup-event {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #000;
    background: #fff;
  }

  .event-city {
    flex: 0.8;
    position: relative;
    left: 5px;
    text-align: start;
    padding-left: 10px;
    color: #000;
  }

  .event-date {
    flex: 1;
    font-family: h-regular;
    font-size: 15px;
    font-weight: 700;
    text-align: start;
    line-height: 1.7rem;
    color: #00acc0;
    position: relative;
    right: 10px;
  }

  .event-venue {
    flex: 2.1;
    /* padding: 0px 46px; */
    color: #00acc0;
    text-align: start;
    font-size: 18px;
  }

  .btn__popup {
    padding: 0px 15px;
    background: #00acc0;
    color: #ffffff;
    border: 1px solid #00acc0;
    margin: 0 1px;
    max-width: max-content;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
  }

  .popup-container {
    display: none;
  }

  .popup-title {
    margin-bottom: 0.2rem;
    padding: 1.5px;
  }
  body.popup {
    background-image: url("../img/presale-landing-page.webp");
    background-position: 7% 20%;
    background-size: 180%;
    height: 80%;
  }

  .popup__header__wrapper {
    width: auto;
    display: flex;
    flex-direction: column;
  }

  .popup__dua__lipa__banner {
    /* width: 28rem; */
    /* margin: 0px 29rem 0px auto; */
  }

  .popup-banner-desktop {
    max-width: 60% !important;
  }

  .popup-container-desktop {
    width: 65%;
    display: flex;
    margin: 10px 320px 0px auto;
  }
  .popup-item {
    width: 250px;
  }

  .popup-right {
    margin: 20px -60px;
  }
  .popup-left {
    margin: 20px -10px;
  }

  .desktop-item-poup {
    margin-right: -90px;
  }

  /*Popup desktop 1024 end*/

  /* American express */

  body.american__express__page {
    font-size: 14px;
  }

  .background__tour__image__american {
    display: block;
  }

  .container__american__express__page {
    max-width: 65%;
    /* margin-left: 400px; */
  }

  .content__block_poup p {
    font-size: 15px;
  }

  .content__block_poup:first-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 80%;
    background-color: transparent;
    padding: 10px 0px;
    color: black;
    font-weight: 700;
  }

  .american__express__page__content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    /* Two columns */
    margin: 0px 0px 0px 0px;
  }

  /* second */
  /* .american__express__page__content .content__block:first-child {
      grid-column: 1 / -1;
      justify-self: center;
      max-width: 100%;
      background-color: #00acc0;
      color: white; 
    }
    .american__express__page__content .content__block:first-child strong {
      color: white;
    } */

  /* first */
  .american__express__page__content .content__block:first-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 80%;
    background-color: transparent;
    color: black;
    font-weight: 700;
  }

  .american__express__page__content .content__block:first-child strong {
    color: black;
  }

  .american__express__page__content .content__block:first-child {
    padding: 2px;
    background-color: transparent;
    background-image: none;
    background-size: 300% 100%;
    background-position: right;
    border-radius: 0;
    font-weight: bold;
    transition: none;
  }

  /* .american__express__page__content .content__block:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 50%;
  } */

  .content__block {
    width: auto;
  }

  .content__block p:not(.head_content_amex) {
    text-align: start;
  }

  /* .american__express__page .presale__dua__banner {
    display: flex;
    margin: 20px auto;
    width: 30rem;
  } */

  .american__express__page .bottom {
    position: absolute;
  }

  .plain-ml-wrapper-presale input:not([type="submit"]) {
    max-width: 100%;
  }

  .presale select.country.form-control {
    max-width: 100%;
  }

  .presale .conditions {
    max-width: 100%;
  }

  .presale label.goptin_checkbox,
  .presale label.mobile_mktg_consent_txt {
    margin-left: 0px;
    max-width: 100%;
  }

  .presale-buttons {
    color: #000;
    width: auto;
    height: auto;
    text-align: end;
    margin-right: 20px;
    display: block;
  }

  .presale-buttons a {
    text-decoration: none;
    color: #000;
    border: 2px solid #000;
    text-transform: lowercase;
    font-weight: 700;
    font-size: 14.25px;
    font-family: "h-blk";
    padding: 15px;
  }

  .presale-thankyou {
    background-image: url("../img/presale-thanks_desktop-_1_.webp");
    background-size: 100%;
    background-color: rgba(230, 226, 226, 255);
  }

  .presale-thankyou-content {
    margin: 0px 20px 0px 40px;
    max-width: 850px;
  }

  .sec-paragraph {
    margin-right: 0px;
  }

  .container__splash__img--desktop {
    display: block;
    width: 100%;
  }

  .container__splash__content {
    position: absolute;
    right: 3rem;
    top: 3rem;
  }

  .container__splash__buttons {
    /* position: absolute;
    bottom: 4rem;
    left: 3rem; */
    width: auto;
    margin: 0;
  }

  .tour .container__splash__content {
    position: unset;
    min-width: 100%;
  }

  .tour .container__splash__buttons {
    position: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5.5rem;
  }

  .tour .container__splash__content p br {
    display: none;
  }

  .tour .container__splash__content p {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    text-align: left;
    font-size: 15px;
  }

  .tour .container__splash__content p a {
    text-align: right;
  }

  .tour .container__splash__content p strong {
    margin-left: 2rem;
  }

  .container {
    padding: 48px;
    max-width: 1440px;
  }

  .desktopFooterWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  body.tour .bottom {
    /* position: absolute; */
    padding: 8px 48px;
    width: 100%;
  }

  body.splash .bottom .desktopFooterWrapper__terms {
    color: #fff;
  }

  body.tour .bottom .desktopFooterWrapper__terms {
    color: #fff;
  }

  .bottom {
    padding: 8px 48px;
  }

  .desktopFooterWrapper {
    font-weight: bold;
  }

  .desktopFooterWrapper__terms {
    color: #fff;
  }

  .desktopFooterWrapper__terms a {
    font-weight: bold;
  }

  .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 64px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }

  .container__banner {
    position: relative;
    margin: 0;
    max-width: 580px;
    line-height: 0;
  }

  .container__banner__img {
    margin-top: 0;
    padding: 0;
    text-align: left;
  }

  .container__buttons {
    position: fixed;
    margin: 0;
    top: 5rem;
    right: 5rem;
  }

  .mailing-total-wrapper {
    padding: 3rem 5rem;
    width: 50%;
    height: max-content;
    height: min-content;
    height: fit-content;
    overflow: hidden;
  }

  .bottom {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 16px 48px;
  }

  .sign-up {
    width: 400px;
    margin-top: 1.5rem;
  }

  .container__banner__text {
    font-size: 8.75rem;
    line-height: 7.75rem;
    padding: 0;
  }

  .container__banner__img__text {
    font-size: 3rem;
  }

  .container__banner__img__text--mobile {
    display: none;
  }

  .container__banner__img__text--desktop {
    display: inline-block;
  }

  .plain-ml-wrapper.firstMlistForm {
    max-width: unset;
    margin: 0 auto;
  }

  #signupForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 0;
    grid-column-gap: 1rem;
  }

  .conditions {
    margin: 16px 0 0 0;
    grid-column: span 2;
  }

  input {
    height: 30px;
    border-bottom: 1px solid #fff;
    margin: 0;
    font-size: 14px;
  }

  select.dobMonth,
  select.dobDay {
    height: 30px;
    font-size: 14px;
  }

  select.country.form-control,
  select.gender.form-control {
    height: 30px;
    border-bottom: 1px solid #fff;
    margin: 0;
    font-size: 14px;
    background: transparent;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .plain-ml-wrapper div.country {
    margin-top: 0;
  }

  .plain-ml-wrapper-presale div.country {
    margin-top: 0;
  }

  .submit {
    grid-column: span 2;
  }

  input.submit.mlistSubmit {
    margin-top: 0;
    max-width: unset;
    width: 400px;
    border: 1.5px solid #fff;
    padding: 0.5rem 2rem;
  }

  label.goptin_checkbox,
  label.mobile_mktg_consent_txt {
    font-size: 8px;
    width: 90%;
  }

  .thankyou .container__banner {
    top: 8rem;
    bottom: unset;
  }

  .thankyou .container__banner__text {
    font-size: 8rem;
    margin: 0;
  }

  .thankyou .container__banner__text span:nth-child(2) {
    margin-left: 0;
  }

  .thankyou .button {
    width: 500px;
    margin-right: 10%;
    margin-left: auto;
  }

  .container__btn {
    width: 170px;
    margin: auto;
    height: fit-content;
    height: max-content;
    height: min-content;
    padding: 0.5rem 2rem;
    padding-left: 0;
    padding-right: 0;
    line-height: normal;
  }

  .container_splash__content__btn {
    margin: auto 0 auto auto;
  }

  .container__splash {
    padding: 64px 32px 0 32px;
    position: unset;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .container__splash__img--cover {
    height: 70%;
    width: 100%;
    max-width: unset;
  }

  .tour .container__splash {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1440px) {
  .presale-container {
    max-width: 80%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }

  .american__express__page__content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    margin: 0px 40px;
  }

  .poup_american_express {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .popup__image__desktop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    object-fit: cover;
    object-position: 10%;
    z-index: -1;
    scale: 1.1;
  }

  .container__american__express__page {
    width: 60%;
    /* margin-left: 550px; */
  }

  .presale-form-container {
    width: 60%;
    height: 60vh;
    height: 65vh;
    background: rgba(0, 0, 0, 0.5);
    padding: 25px;
    border-radius: 2px;
    margin-top: 150px;
    margin-top: 120px;
    border: 1px solid white;
    color: white;
    order: 1;
    backdrop-filter: blur(21px);
    margin-top: 1vw;
    height: 73vh;
  }

  .presale-info-container {
    width: 60%;
    height: 80vh;
    order: 2;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: white;
  }

  .presale-info-container .timing {
    font-size: 13px;
    width: 100%;
    padding: 0;
  }

  .presale-info-container h3 {
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 900;
    font-size: 25px;
    line-height: 110%;
    letter-spacing: 1%;
    vertical-align: bottom;
    text-transform: lowercase;
  }

  .presale-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1.5px solid #fff;
    background-color: transparent;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
  }

  .presale-checkbox:checked:after {
    font-family: "";
    content: "\2713";
    color: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
    margin-left: -3px;
    box-sizing: border-box;
    left: 64%;
    position: absolute;
    top: 46%;
    transform: translate(-50%, -50%);
  }

  .presale-checkbox-label {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    margin: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
  }

  .presale-checkbox {
    margin-top: 2px;
  }

  .presale-input,
  .presale-select {
    width: 100%;
    padding: 4px;
    margin: 8px 0;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: white;
    border-radius: 0;
    outline: none;
  }

  .presale-input:focus,
  .presale-select:focus {
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    outline: none;
  }

  .presale-button-cont {
    display: flex;
    justify-content: center;
  }

  .presale-button {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    /* background: #fff; */
    color: #b8bbc2;
    font-size: 14px;
    transition: all 0.3s;
    margin-top: 1.8vw;
    border: none;
    cursor: pointer;
    text-align: center;
    padding: 0;
    font-weight: bold;
    text-transform: lowercase;
    padding: 0.75rem 0.75rem;
    font-family: "h-blk";
  }

  .timing .medium-city {
    font-weight: normal;
  }

  .splash-content {
    max-width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-image-mobile {
    display: none;
  }

  .buttons {
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .content-splash {
    margin-right: 20px;
  }

  .logo-splash {
    max-height: 100vh;
    width: 800px;
  }

  .main-image {
    margin-top: 40px;
    max-width: 100%;
    height: 95vh;
  }

  .main-image-mobile {
    display: none;
  }

  .buttons {
    margin-top: 100px;
  }

  .logo-splash {
    max-height: 100vh;
    width: 800px;
  }

  .container {
    max-width: 1440px;
  }

  .presale__landing_page {
    background-position: 50% 50%;
  }

  .socials__conatiner {
    margin: 0rem -4rem 0rem 0rem;
  }

  .bottom {
    padding: 16px 48px;
  }

  .presale__dua__banner {
    margin: 70px 0px 25px 0px;
  }

  .presale__box__land {
    font-size: 19px;
    width: 600px;
  }

  .presale__header {
    font-size: 70px;
  }

  .presale-buttons a {
    font-size: 21px;
  }

  /*Popup desktop 1024*/

  .popup__wrapper {
    width: 100%;
    display: flex;
  }

  .popup .bottom {
    /* position: absolute;
    bottom: -25px; */
    position: unset;
    /* margin-top: 20px; */
  }

  /* .popup-container-desktop {
    display: block;
  } */

  /* .popup-container-desktop {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 62%;
  } */

  .popup-container-desktop {
    display: flex;
    align-items: stretch;
    width: 62%;
  }

  /* .popup-event {
    width: 90%;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 16px;
    color: white;
  } */

  .popup-event {
    width: 80%;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #000;
    background: #fff;
  }

  .event-city {
    flex: 1;
    position: relative;
    left: 5px;
    text-align: start;
    padding-left: 10px;
    color: #000;
    font-size: 19px;
  }

  .event-date {
    flex: 1.5;
    font-family: h-regular;
    font-size: 15px;
    font-weight: 700;
    text-align: start;
    line-height: 1.7rem;
    color: #00acc0;
  }

  .event-venue {
    flex: 2;
    /* padding: 0px 46px; */
    color: #00acc0;
    text-align: start;
    font-size: 18px;
  }

  .btn__popup {
    /* padding: 10px 15px; */
    background: #00acc0;
    color: #ffffff;
    border: 1px solid #00acc0;
    margin: 0 1px;
    max-width: max-content;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
  }

  .popup-container {
    display: none;
  }

  .popup-title {
    margin-bottom: 0.2rem;
    padding: 1.5px;
  }

  body.popup {
    background-image: url("../img/dua-bg-popups.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .popup__header__wrapper {
    width: auto;
    display: flex;
    flex-direction: column;
  }

  .popup__dua__lipa__banner {
    /* width: 37rem; */
    /* margin: 10px 41rem 0px auto; */
  }

  .popup-container-desktop {
    max-width: 60%;
    display: flex;
    margin: 10px 480px 0px auto;
  }
  .popup-item {
    width: 250px;
  }

  .popup-right {
    margin: 20px -60px;
  }
  .popup-left {
    margin: 20px -10px;
  }

  /*Popup desktop 1024 end*/

  .content__presale {
    font-size: 17px;
  }

  .presale label.goptin_checkbox,
  .presale label.mobile_mktg_consent_txt {
    max-width: 60%;
  }

  .sign-up {
    width: 550px;
    margin-top: 2rem;
  }

  .container {
    padding: 0 128px;
  }

  .container__banner__text {
    font-size: 11rem;
    line-height: 9rem;
  }

  .container__banner__img__text {
    font-size: 4.5rem;
    margin-right: 11rem;
  }

  .mailing-total-wrapper {
    padding: 4rem 6rem;
    width: 60%;
  }

  input {
    height: 40px;
    font-size: 16px;
  }

  .fa-close {
    font-size: 3rem;
  }

  select.dobMonth,
  select.dobDay {
    height: 40px;
    font-size: 16px;
  }

  select.country.form-control,
  select.gender.form-control {
    height: 40px;
    font-size: 16px;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }

  input.submit.mlistSubmit {
    width: 440px;
    font-size: 1.5rem;
    margin-top: 2rem;
  }

  label.goptin_checkbox,
  label.mobile_mktg_consent_txt {
    font-size: 10px;
    width: 95%;
  }

  .container__btn {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.25rem;
    width: 175px;
  }

  .globaloptin:last-of-type {
    margin-bottom: 0.25rem;
  }

  .container__banner {
    max-width: 768px;
  }

  .container__splash {
    padding: 64px 64px 0 64px;
    position: unset;
  }

  .container__splash__img {
    max-width: 550px;
  }

  .container__splash__img--cover {
    height: 80%;
    max-width: unset;
  }

  .tour .container__splash__content {
    position: unset;
    min-width: 85%;
  }

  .tour .container__splash__content p strong {
    margin-left: 6rem;
  }

  .tour .container__splash__content p {
    font-size: 17px;
  }
}

form#signupForm > div {
  margin-bottom: 10px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .splash-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content-splash {
    margin-left: 60px;
  }

  .logo-splash {
    max-width: 530px;
    margin-bottom: 5px;
  }

  .main-image {
    padding-top: 40px;
    width: 100%;
    height: 100vh;
  }

  .buttons {
    width: 100%;
    margin-top: 50px;
    justify-content: space-between;
  }

  .btn {
    padding: 8px 20px;
    font-size: 1rem;
  }

  .main-image-mobile {
    display: none;
  }

  .thankyou .container__banner {
    top: 8rem;
    bottom: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .container.thankyou {
    display: block;
    text-align: center;
  }

  .dl-video--mobile {
    display: none;
  }

  .dl-video--desktop {
    display: block;
  }
}
/* @media only screen and (min-width: 1024px) and (max-height: 900px) {
  .splash-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content-splash {
    margin-left: 60px;
  }

  .logo-splash {
    max-width: 430px;
    margin-bottom: 5px;
  }

  .main-image {
    padding-top: 40px;
    width: 100%;
    height: 100vh;
  }

  .buttons {
    width: 100%;
    margin-top: 50px;
    justify-content: space-between;
  }

  .btn {
    padding: 8px 20px;
    font-size: 1rem;
  }

  .main-image-mobile {
    display: none;
  }
} */

@media only screen and (min-width: 1024px) and (max-height: 700px) {
  /* .mailing-total-wrapper {
    margin: 0 0 10rem 0;
  }
  .conditions {
    margin: 0 !important;
  }
  .globaloptin:last-of-type {
    margin-bottom: 0;
  } */

  .splash-content {
    max-width: 1200px;
    display: flex;
    align-items: center;
    padding: 0px 60px;
    justify-content: space-between;
  }

  .logo-splash {
    max-width: 430px;
    margin-bottom: 5px;
  }

  .main-image {
    padding-top: 60px;
    width: 60%;
  }

  .buttons {
    width: 100%;
    margin-top: 50px;
    justify-content: space-between;
  }

  .btn {
    padding: 8px 20px;
    font-size: 1rem;
  }

  .main-image-mobile {
    display: none;
  }

  .presale__landing_page {
    background-position: 50% 22%;
  }

  .popup .bottom {
    position: unset;
  }

  .presale__dua__banner {
    margin: 50px auto 25px auto;
  }

  #click {
    margin-top: 5px;
    font-size: 16px;
  }

  .presale__box__land {
    font-size: 18px;
  }

  .presale-thankyou p {
    font-size: 18px;
  }

  .presale .bottom {
    position: unset;
  }

  body.presale {
    background-position: 7% 20%;
    background-size: 170%;
  }

  .presale__dua__banner {
    width: 60%;
  }

  .presale .form__wrapper {
    height: 40%;
  }

  .presale input.submit.mlistSubmit {
    margin-top: 0px;
  }

  .presale label.goptin_checkbox,
  .presale label.mobile_mktg_consent_txt {
    max-width: 90%;
  }

  .container__splash__img--desktop {
    max-height: 400px;
    width: auto;
  }

  .container__splash__buttons {
    bottom: 3rem;
  }

  .tour .container__splash__img {
    max-height: 200px;
    object-fit: contain;
  }

  .tour .container__splash {
    gap: 1rem;
  }

  .tour .container__splash__content {
    position: unset;
    min-width: 70%;
  }

  .tour .container__splash__content p {
    grid-template-columns: 1fr 2fr 1fr;
  }

  .tour .container__splash__content p strong {
    margin-left: 2rem;
  }

  .tour .container__splash__content p {
    font-size: 15px;
  }

  /* American Express */
  body.american__express__page .bottom {
    position: unset;
  }
}

@media only screen and (min-width: 1440px) and (max-height: 700px) {
  .container {
    padding: 10px 60px;
  }

  .sign-up {
    width: 450px;
  }

  .presale .bottom {
    position: unset;
  }

  .container__banner__text {
    font-size: 11rem;
    line-height: 8rem;
  }

  .conditions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    gap: 1.25rem;
  }

  .globaloptin {
    margin: 0;
  }

  input {
    height: 30px;
  }

  select.dobMonth,
  select.dobDay {
    height: 30px;
  }

  select.country.form-control,
  select.gender.form-control {
    height: 30px;
  }

  form#signupForm > div:last-of-type {
    margin-bottom: 0;
  }

  .container__btn {
    width: 150px;
  }

  .container__banner {
    margin: 0 auto;
  }

  .container__splash__img--desktop {
    max-height: 500px;
    width: auto;
  }

  .container__splash__buttons {
    bottom: 3rem;
  }

  .tour .container__splash {
    gap: 2rem;
  }

  .tour .container__splash__content {
    position: unset;
    max-width: 70%;
  }

  .tour .container__splash__content p {
    grid-template-columns: 1fr 2.2fr 1fr;
  }

  .presale__landing_page {
    background-position: 50% 60%;
  }
}

@media (max-width: 768px), (max-height: 500px) {
  body.presale-signup {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8) 25%,
        rgba(0, 0, 0, 0) 90%
      ),
      url("../img/Background\ Image\ SignUp.png");
  }

  .poup_american_express {
    display: none;
  }

  .popup .bottom {
    position: unset;
  }

  .poup_american_express_mobile {
    margin-bottom: 40px;
    width: 250px;
    text-align: center;
    margin: 0px auto;
  }

  .american__express__page .bottom {
    position: unset;
  }

  .presale-container {
    height: 94vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }

  .presale-info-container {
    order: 1;
    margin-top: -20px;
    text-align: start;
  }

  .presale-form-container {
    order: 2;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(21px);
    padding: 30px;
    border-radius: 10px;
    color: white;
  }

  .presale-input,
  .presale-select {
    width: 100%;
    padding: 4px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: white;
    border-radius: 0;
    outline: none;
  }

  .presale-input:focus,
  .presale-select:focus {
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    outline: none;
  }

  .presale-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .presale-checkbox-label {
    display: flex;
    align-items: start;
    font-size: 12px;
    margin: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
  }

  .presale-checkbox {
    margin-right: 10px;
  }

  .presale-button {
    width: 100%;
    height: auto;
    border: 1.5px solid #fff !important;
    background: #fff;
    color: #b8bbc2;
    font-size: 16px;
    transition: all 0.3s;
    margin-top: 1.8vw;
    border: none;
    cursor: pointer;
    text-align: center;
    padding: 0;
    font-weight: bold;
    text-transform: lowercase;
    padding: 0.75rem 2rem;
    font-family: "h-blk";
  }

  .presale-button:hover {
    background: white;
    color: black;
  }

  .privacy-links {
    font-size: 10px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.6);
  }

  .presale-info-container {
    color: #fff;
  }

  .splash-wrapper {
    height: auto;
    max-height: 100vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }

  .splash-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 35px;
  }

  .logo-splash {
    max-width: 350px;
  }

  .buttons {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
  }

  .main-image {
    display: none;
  }

  .main-image-mobile {
    margin-top: 24px;
    max-width: 90%;
    max-height: 100vh;
    padding-left: 15px;
  }
}

@media (max-width: 1023px) {
  body.presale-signup {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8) 25%,
        rgba(0, 0, 0, 0) 90%
      ),
      url("../img/Background\ Image\ SignUp.png");
  }

  .presale-container {
    height: 94vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }

  .presale-info-container {
    order: 1;
    margin-top: -20px;
    text-align: start;
  }

  .presale-form-container {
    order: 2;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(21px);
    padding: 30px;
    border-radius: 10px;
    color: white;
  }

  .presale-input,
  .presale-select {
    width: 100%;
    padding: 4px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: white;
    border-radius: 0;
    outline: none;
  }

  .presale-input:focus,
  .presale-select:focus {
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    outline: none;
  }

  .presale-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .presale-checkbox-label {
    display: flex;
    align-items: start;
    font-size: 12px;
    margin: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
  }

  .presale-checkbox {
    margin-right: 10px;
  }

  .presale-button {
    width: 100%;
    height: auto;
    border: 1.5px solid #fff !important;
    background: #fff;
    color: #b8bbc2;
    font-size: 16px;
    transition: all 0.3s;
    margin-top: 1.8vw;
    border: none;
    cursor: pointer;
    text-align: center;
    padding: 0;
    font-weight: bold;
    text-transform: lowercase;
    padding: 0.75rem 2rem;
    font-family: "h-blk";
  }

  .presale-button:hover {
    background: white;
    color: black;
  }
  .presale-info-container {
    color: #fff;
  }
}

@media only screen and (min-width: 1920px) {
  .popup__header__wrapper {
    width: auto;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
  }

  .poup_american_express {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .popup-container-desktop {
    max-width: 60%;
    display: flex;
    margin: 10px 680px 0px auto;
  }

  .popup__image__desktop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 96%;
    object-fit: cover;
    object-position: 10%;
    z-index: -1;
    scale: 1.1;
  }
}
