/* body */
* {
  margin: 0;
  padding: 0;
}

body {
  width: 100vw;
  font-size: 10px;
  height: 100vh;
  /* overflow-y: hidden; */
}


.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-text {
  color: #fff;
  font-size: 30px;
}

@keyframes loader-animation {
  0% {
    background-color: #0A7DFE;
  }

  33% {
    background-color: #0B4F73;
  }

  46% {
    background-color: #0B4F73;
  }

  66% {
    background-color: #DCF2F1;
  }

  100% {
    background-color: #DCF2F1;
  }
}

.loader.animating {
  animation: loader-animation 4.5s linear infinite;
}

.main-content {
  display: none;
}

.loader.hidden {
  opacity: 0;
  z-index: -1;
}

.main-content.visible {
  display: flex;
}

.container {
  background-color: #dcf2f1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */
  /* height: 100dvh; */
  overflow: hidden;
  /* Ensure full viewport height */
}

.home-container {
  background-color: #dcf2f1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.dash-svg {
  position: absolute;
  width: 100%;
  height: 100vh !important;
  z-index: 1;
}

.sub-container {
  width: 70vw;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  z-index: 2;
}

h2 {
  font-family: "Kumbh Sans", sans-serif;
  text-align: center;
  font-size: clamp(30px, 8vw, 54px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

h3 {
  color: #000;
  text-align: center;
  font-family: Kumbh Sans;
  font-size: clamp(20px, 6vw, 34px);
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  /* 182.979% */
}

.logo-img {
  width: clamp(150px, 10vw, 240px);
}

.cta-btn {
  width: clamp(300px, 8vw, 350px);
  height: 80px;
  border-radius: 20px;
  border: none;
  background: #0b4f73;
  color: #fff;
  text-align: center;
  font-family: Kumbh Sans;
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.cta-btn:hover {
  background: #0B4F73;
  color: #fff;
}

.flex-end {
  display: flex;
  gap: 50px;
  justify-content: space-around;
}

.gender-slect {
  display: flex;
  align-items: end;
  height: 100%;
  justify-content: center;
}

.gender {
  width: clamp(300px, 30vw, 540px);
  /* height: 60vh; */
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.gender:hover {
  scale: 1.02;
}

.btn-next {
  width: 276px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 5px solid #0b4f73;
  color: #0b4f73;
  background-color: transparent;
  text-align: center;
  font-family: Kumbh Sans;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  margin-top: 20px;
}

.dark {
  background-color: #000;
  color: #fff;
}

.checked {
  background-color: black;
  color: white;
}

.question {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.female-gender-select {
  flex-direction: row-reverse;
}

.gender-img {
  /* width: 1000px; */

  width: clamp(400px, 40vw, 600px);
}

.long {
  width: 500px;
}

.index {
  display: flex;
  gap: 50px;
}

@media (max-width: 1200px) {
  h2 {
    font-family: "Kumbh Sans", sans-serif;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }

  h3 {
    color: #000;
    text-align: center;
    font-family: Kumbh Sans;
    font-size: 20px;
    font-style: normal;
    line-height: 36px;
    /* 182.979% */
  }

  .gender {
    width: 500px;
    height: 500px;
  }
}

.form-male {
  margin-bottom: 100px;
}

@media (max-height: 400px) {
  .sub-container {
    min-height: 880px;
  }
}


@media (max-width: 1024px) {
  .gender {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 824px) {
  .gender-slect2 {
    flex-direction: column-reverse;
  }

  .male {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  /* .container {
    height: 100svh;
  } */

  /* .small {
    height: 80vh;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  } */

  .female {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .gender {

    width: 300px;
    height: 300px;
  }

  .cta-btn {
    width: 270px;
    height: 80px;
    border-radius: 30px;
    font-size: 25px;
  }

  .gender-img {
    width: 300px;
    margin-left: 0;

  }

  .gender-slect {
    align-items: center;
    justify-content: flex-start;
  }

  .form-male {
    margin-bottom: 0;
  }

  .sub-container {
    gap: 0;
  }

  h2 {
    font-family: "Kumbh Sans", sans-serif;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }

  h3 {
    color: #000;
    text-align: center;
    font-family: Kumbh Sans;
    font-size: 20px;
    font-style: normal;
    line-height: 36px;
    /* 182.979% */
  }

}

@media (max-width: 624px) {
  .question {
    margin-top: 10px;
  }

  .middle {
    position: absolute;
    top: 200px;
  }

  .top {
    position: absolute;
    top: 20px;
  }

  .move-up {
    position: absolute;
    top: -100px;
  }

  .btn-next {
    margin-top: 10px;
  }

  .gender {
    width: 250px;
    height: 250px;
  }

  .index {
    justify-content: space-evenly;
  }
}

@media (max-width: 502px) {
  .gender {
    width: 200px;
  }

  .main-content.visible {
    display: flex;
    height: 10%;
  }

  .home-container {
    min-height: 100%;
  }

  .cta-btn {
    height: 60px;
    border-radius: 10px;
  }

  .btn-next {
    height: 60px;
    border-radius: 10px;
  }
}

@media (max-width: 405px) {
  .gender {
    width: 50vw;
  }

  .gender-h2 {
    font-size: 25px;
    font-weight: 700;
  }

  .btn-next {
    height: 60px;
    border-radius: 10px;
  }

  .gender-img {
    width: 350px;
  }

  .form-male {
    margin-bottom: 0;
  }

  .gender-slect {
    align-items: center;
  }

  .cta-btn {
    height: 60px;
    border-radius: 10px;
  }

  .gender-h3 {
    font-size: 22px;
  }

  .sub-container {
    gap: 0;
  }

  .logo-img {
    padding-top: 10px;
    width: 100px;
  }

}

@media (max-width: 405px) {
  .gender-img {
    width: 200px;
  }
}