@font-face {
  font-family: tiltNeon;
  src: url("../assets/TiltNeon-Regular.ttf");
}
@font-face {
  font-family: neonTubes2;
  src: url("../assets/NeonTubes2.otf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 280px) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-width: 320px) {
  html {
    font-size: 75%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 90%;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 90%;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 1440px) {
  /* Styles for medium to large desktops */
  html {
    font-size: 130%;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 130%;
  }
}
body {
  background-image: url("../assets/backgroundImage.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  font-family: tiltNeon;
}
@media screen and (max-width: 1024px) {
  body {
    background-image: url("../assets/mobileBackground.png");
  }
}

.landingPage-container {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.landingPage-container .landingPage {
  height: 100%;
  width: 100%;
}
.landingPage-container .landingPage-top {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .landingPage-container .landingPage-top {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.landingPage-container .landingPage-top-left {
  position: relative;
  width: 50vw;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-items: space-between;
  align-items: space;
}
.landingPage-container .landingPage-top-left .imageLeftContainer {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .landingPage-container .landingPage-top-left {
    width: 100vw;
  }
}
.landingPage-container .landingPage-top-left-content {
  width: 100%;
  height: 100dvh;
  position: relative;
  display: flex;
}
.landingPage-container .landingPage-top-left-content-important {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-content-important {
    row-gap: 30px;
  }
}
.landingPage-container .landingPage-top-left-content-important-title p {
  color: #fff;
}
.landingPage-container .landingPage-top-left-content-important-paragraph p {
  width: 65%;
  text-transform: uppercase;
  color: white;
}
.landingPage-container .landingPage-top-left-content-important-paragraph p span {
  color: #f18f01;
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-content-important-paragraph p {
    font-size: 20px;
    width: 70%;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-content-important-paragraph p {
    font-size: 62px;
  }
}
.landingPage-container .landingPage-top-left-content-important-button {
  color: white;
  padding: 16px 24px;
  font-size: 20px;
  border-radius: 25px;
  width: 30%;
  text-align: center;
}
.landingPage-container .landingPage-top-left-olderThan {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  row-gap: 1.7rem;
  padding-bottom: 6dvh;
  width: 100%;
  padding-left: 3rem;
}
@media screen and (max-width: 982px) {
  .landingPage-container .landingPage-top-left-olderThan {
    font-size: 1.2rem;
    padding: 1.8rem;
    padding-bottom: 4dvh;
  }
}
@media screen and (min-width: 1400px) {
  .landingPage-container .landingPage-top-left-olderThan {
    bottom: 10%;
  }
}
.landingPage-container .landingPage-top-left-olderThan-descriptionFirst {
  color: white;
  width: 80%;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5;
}
.landingPage-container .landingPage-top-left-olderThan-descriptionFirst #actualQuestion {
  line-height: 1.5;
}
@media screen and (max-width: 281px) {
  .landingPage-container .landingPage-top-left-olderThan-descriptionFirst #actualQuestion {
    font-size: 12px;
  }
}
@media screen and (max-width: 982px) {
  .landingPage-container .landingPage-top-left-olderThan-descriptionFirst {
    width: 100%;
  }
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-descriptionFirst {
    font-size: 16px !important;
  }
}
.landingPage-container .landingPage-top-left-olderThan-descriptionFirst-thankYou {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 281px) {
  .landingPage-container .landingPage-top-left-olderThan-descriptionFirst-thankYou {
    font-size: 12px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-title {
  text-transform: uppercase;
  background: transparent;
  text-align: left;
  width: 80%;
  font-size: 4rem;
  font-family: neonTubes2;
  color: rgb(2, 16, 213);
  text-shadow: 1px 1px 2px white, -1px -1px 2px white, 3px 3px 10px rgb(0, 47, 255), -3px -3px 10px rgb(0, 47, 255), 10px 10px 50px rgba(97, 0, 255, 0.5), -10px -10px 50px rgba(97, 0, 255, 0.5);
  width: auto;
  line-height: 1.3;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 982px) {
  .landingPage-container .landingPage-top-left-olderThan-title {
    width: 100%;
    font-size: 3.5rem;
  }
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList {
  width: 100%;
  display: flex;
  margin-top: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList {
    font-size: 16px !important;
    width: 100%;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList {
    width: 70%;
  }
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList p {
    font-size: 20px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList p {
    font-size: 24px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  -moz-column-gap: 14px;
       column-gap: 14px;
  cursor: pointer;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
  }
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div input {
  margin-top: 3px;
  display: none;
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div .customCheckboxQuestion {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div .customCheckboxQuestion img {
  scale: 0;
  opacity: 0;
  height: 1rem;
  width: 1.25rem;
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div .customCheckboxQuestion img {
    height: 13px;
    width: 13px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div .customCheckboxQuestion_input:checked + .customCheckboxQuestion img {
  opacity: 1;
  scale: 0.8;
  color: #f7c5c5;
  color: black;
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div label {
  color: white;
  position: relative;
  top: 0;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (max-width: 281px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div label {
    font-size: 12px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-choose {
  display: none;
  width: 80%;
  text-align: left;
  color: white;
  font-size: 1rem;
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-choose {
    font-size: 16px !important;
  }
}
@media (max-width:560px) {
  .landingPage-container .landingPage-top-left-olderThan-choose {
    font-size: 14px !important;
  }
}
@media (max-width:380px) {
  .landingPage-container .landingPage-top-left-olderThan-choose {
    font-size: 12px !important;
  }
}
.landingPage-container .landingPage-top-left-olderThan-buttons {
  align-self: space-between;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  -moz-column-gap: 3%;
       column-gap: 3%;
  color: white;
  width: 52%;
}
@media screen and (max-width: 767px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons {
    width: 100%;
  }
}
.landingPage-container .landingPage-top-left-olderThan-buttons-left {
  background: url("../assets/ellipse.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  text-align: center;
  border-radius: 0.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.1rem;
  color: #fff;
  cursor: pointer;
  width: 48%;
  cursor: pointer;
}
.landingPage-container .landingPage-top-left-olderThan-buttons-left img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
  display: block;
}
.landingPage-container .landingPage-top-left-olderThan-buttons-left #yesButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 982px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-left html {
    font-size: 50%;
  }
}
.landingPage-container .landingPage-top-left-olderThan-buttons-right {
  align-items: center;
  text-align: center;
  border-radius: 0.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("../assets/ellipse.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-size: 1.1rem;
  width: 48%;
  color: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  color: #000;
  cursor: pointer;
  display: none;
  border-radius: 0.25rem;
}
.landingPage-container .landingPage-top-left-olderThan-buttons-right #noButton {
  text-align: center;
  position: absolute;
  color: white;
}
.landingPage-container .landingPage-top-left-olderThan-buttons-right img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  display: block;
  width: 100%;
}
.landingPage-container .landingPage-top-left-olderThan-buttons-continue {
  align-items: center;
  text-align: center;
  border-radius: 0.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("../assets/ellipse.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-size: 1.2rem;
  width: 45%;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
  display: none;
  border-radius: 0.25rem;
}
.landingPage-container .landingPage-top-left-olderThan-buttons-continue img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  display: block;
  width: 100%;
}
.landingPage-container .landingPage-top-left-olderThan-buttons-continue #yesButton {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.landingPage-container .landingPage .rightImageContainer {
  height: 100%;
  width: 50vw;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .landingPage-container .landingPage .rightImageContainer {
    display: none;
  }
}
.landingPage-container .landingPage .rightImageContainer-image {
  width: 100%;
  height: 100%;
}
.landingPage-container .landingPage .rightImageContainer-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}/*# sourceMappingURL=main.css.map */