.prodigy-intro {
  position: relative;
  min-height: 1080px;
  width: 100%;
}
.prodigy-logo-container{
  position: absolute; 
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  z-index: 10;
}

.prodigy-logo {
  position: absolute;
  top: 58%;
  left: 50%;
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 6;
  pointer-events: none;
}

.background-gradient {
  position: absolute;
  width: 100%;
  height: 40%;
  top: 0;
  background: linear-gradient(180deg, #4739EA 7.69%, rgba(71, 57, 234, 0.73) 35.02%, rgba(40, 32, 132, 0.00) 100%);
  z-index: 1;
}

/* Why Use Gradient Backgrounds */
.why-use-gradient-1 {
  position: absolute;
  top: 58%;
  left: 50%;
  width: 100%;
  height: 70%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}

.why-use-gradient-2 {
  position: absolute;
  top: 58%;
  left: 50%;
  width: 627px;
  height: 625px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 3;
  pointer-events: none;
}

.why-use-mesh-bg {
  position: absolute;
  top: 58%;
  left: 50%;
  width: 100%;
  height: 60%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 4;
  pointer-events: none;
}
.prodigy-orbit-container{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

.prodigy-orbit {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: orbit-spin 20s linear infinite;
  z-index: 5;
  pointer-events: none;
  overflow-x: hidden !important;
}

.prodigy-orbit.orbit-1 {
  width: 1070px;
  height: 980px;
}

.prodigy-orbit.orbit-2 {
  width: 1840px;
  height: 1680px;
}

@keyframes orbit-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.hero-why {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}

.hero-why-title {
  color: #fff !important;
  text-align: center;
  font-family: "Bai Jamjuree";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 32.5px */
  letter-spacing: 0.26px;
}
.why-use-betweens-container {
    position: absolute;
    display: flex;
    height: 177px;
    width: 100%;
    overflow-x: hidden !important;
    top: 39%;
}

.why-use-betweens_left {
  position: absolute;
  top: 42%;
  left: 10%;
  width: 30%;
  height: 177px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}

.why-use-betweens_right {
  position: absolute;
  top: 42%;
  left: 90%;
  width: 30%;
  height: 177px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}

.get-start-betweens-container{
  position: absolute;
    display: flex;
    height: 177px;
    width: 100%;
    overflow-x: hidden !important;
    top: -12px;
}
.get-start-betweens_left {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 30%;
  height: 177px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}

.get-start-betweens_right {
  position: absolute;
  top: 10%;
  left: 90%;
  width: 30%;
  height: 177px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}

.roadmap-betweens-container{
  position: absolute;
    display: flex;
    height: 177px;
    width: 100%;
    overflow-x: hidden !important;
    bottom: -80px;
}

.roadmap-betweens_left {
  position: absolute;
  top:50%;
  left: 10%;
  width: 30%;
  height: 177px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.roadmap-betweens_right {
  position: absolute;
   top:50%;
  left: 90%;
  width: 30%;
  height: 177px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.hero-why-color {
  background: rgba(0, 255, 255, 0.6);
}

.hero-roadmap-color {
  background: rgba(71, 57, 234, 1);
}
.how-block{
  overflow-x: hidden;
}
/* how block */
.how-block .how-container {
  position: sticky;
    top: 0;
    bottom: 0;
    background-repeat: repeat;
    display: flex;
    justify-content: center;
    padding: 0 10rem;
    padding-top: 20px;
    width: 100%;
    z-index: 10;
    background-color: inherit;
    overflow-x: hidden;
    padding: 112px 0 !important;
    display: flex;

}

.how-block .container.sticky-container h2 {
  text-align: center;
  font-family: "Bai Jamjuree";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.26px;
}

.how-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
}

.how-steps-row {
  height: 580px;
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: -30px;
}

.how-d-step {
  position: relative;
  width: 30%;
  padding: 20px;

  min-height: 250px;
  height: 280px;
  background: rgba(37, 40, 54, 0.75);
  border: 2px solid #0FF;
  border-radius: 16px;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  overflow: hidden;

  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;

  transition: height 0.3s ease;
  cursor: pointer;
}

.how-d-step:hover {
  height: 490px;
  padding: 20px 10px;
  justify-content: center;
  align-items: center;
}

.how-step-title {
  color: #FFF;
  text-align: center;
  font-family: "Bai Jamjuree";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 109%;
  /* 28.34px */
  letter-spacing: 0.52px;

}

.how-d-step:hover .how-step-title {
  position: absolute;
  justify-content: center;
  top: 55px;
  color: #0FF;
}

.how-step-description {
  color: #FFF;
  text-align: center;
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 26px */
  letter-spacing: 1px;
  height: fit-content !important;

  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:opacity 0.3s ease;
  margin: 0;
}

.how-d-step:hover .how-step-description {
  opacity: 1;
  max-height: 550px;
}


.how-block .how-step-button {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  height: 56px;

  color: #FFF !important;
  text-align: center;
  align-items: center;
  text-shadow: 0 6.207px 17.007px #4739EA;
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 50px;
  /* 21.8px */
  letter-spacing: 0.5px;
  text-decoration: none;

  justify-content: center;
  border-radius: 25px;
  border: 2.483px solid #0FF;
  background: linear-gradient(180deg, #0FF 0.19%, #506BDD 123.54%);
  min-width: 309px;
  width: fit-content;

  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 10px;
}

.how-d-step:hover .how-step-button {

  opacity: 1;
  transition: all 0.3s ease;
  max-height: 200px;
}

.how-block .how-tab-header-container {
  max-width: 620px;
  display: block;
  text-align: center;
  border: none;
}

.how-block .how-tab-headers {
  display: flex;
  list-style: none;
  padding: 0;
  border: none;
  cursor: pointer;
}

.how-block .how-tab-header {
  width: auto;
  padding: 8px 15px;
  cursor: pointer;
  background: #332280;
  color: #FFFFFF80;
  border-radius: 0;
}

.how-block .how-tab-header.left-rounded {
  width: 312px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.how-block .how-tab-header.right-rounded {
  width: 312px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;

}

.how-block .how-tab-header.active {
  background: #0FF;
  color: #4739EA;
}

.how-block .how-tab-content {
  display: none;
  border: none;
  border-radius: 0;
  color: #FFF;
  text-align: center;
  font-family: "Bai Jamjuree";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 109%;
  /* 28.34px */
  letter-spacing: 0.52px;
}

.how-block .how-tab-content.active {
  display: block;
}



/* why use block */
.why-use-block .why-use-container {
  /* background: 
    linear-gradient(180deg, rgba(0, 255, 255, 0.60) -6.06%, rgba(71, 57, 234, 0.00) 47.28%), linear-gradient(180deg, #4739EA 7.69%, rgba(71, 57, 234, 0.73) 35.02%, rgba(40, 32, 132, 0.00) 100%); */
  background: linear-gradient(180deg, rgba(71, 57, 234, 0.05) 0%, rgba(40, 32, 132, 0.02) 100%);
  position: relative;
  display: flex;
  min-height: 1000px;
  justify-content: center;
  align-items: start;
  z-index: 15;
}

.why-use-block .how-bg {
  position: absolute;
  top: 150%;
  width: auto;
  z-index: 200;
}

.why-use-items {
  display: flex;
  gap: 20px;
  justify-content: start;
  align-items: start;
}

.why-use-block .why-use-item {
  margin: 100px 40px 250px 40px;
  text-align: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.why-use-block .why-use-item:hover {
  transform: scale(1.1);
}

.why-use-block .why-use-image img {
  width: 100%;
  max-width: 335px;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
}

.why-use-block .why-use-title {
  max-width: 330px;
  color: #FFF;
  text-align: center;
  font-family: "Bai Jamjuree";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.52px;
  width: 100%;
  word-wrap: break-word;
}

.why-use-block .why-use-description {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  width: 90%;
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.8px;
  z-index: 3;
}

.why-use-block .why-use-item:hover .why-use-description {
  display: block;
}

.cta-button {
  position: absolute;
  left: 50%;
  top: 87%;
  transform: translate(-50%, 0%);
  z-index: 30;
  width: calc(48% - 0.5rem);
  min-width: 200px;
  max-width: 300px;
  height: 56px;
  flex-shrink: 0;
  color: #fff !important;
  text-align: center;
  text-shadow: 0 6px 17px #4739ea;
  font-family: "Bai Jamjuree";
  font-size: 25px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 50px;
  letter-spacing: 0.5px;
  border-radius: 25px;
  border: 2.5px solid #0ff;
  background: linear-gradient(180deg, #0ff 0.19%, #506bdd 123.54%);
  text-decoration: none;
  transition: transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;

}

.switch-buttons{
  display: none;
  opacity: 0;
}
.switch-btn-left{
  display: none;
  opacity: 0;
}
.switch-btn-right{
  display: none;
  opacity: 0;
}

@media (max-width: 968px) {
  .how-row{
    margin-top: 0px;
  }
  .how-block .how-container{
    padding: 0 2.5rem !important;
  }

  .how-tab-header-container{
    width: 60%;
  }

  .how-tab-headers {
    display: flex;
    overflow-x: auto;
    gap: 10px;
  }

  .how-tab-header{
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%; /* 9.855px */
    letter-spacing: 0.181px;
  }

  .how-steps-row {
    height: 100%;
    max-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 60%;
    margin-inline: auto;
    padding-bottom: 120px;
    margin-top: 0px;
  }


  .how-d-step .how-step-description,
  .how-d-step .how-step-button {
    opacity: 1;
    max-height: none;
  }

  .how-d-step,
  .how-d-step:hover {
    position: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    max-height: 300px;
    min-height: 280px;
    height: 210px;
    padding: 30px;
    width: fit-content;
  }

  .how-d-step .how-step-title,
  .how-d-step:hover .how-step-title {
    position: absolute;
    width: 188px;
    top: 25px;
    display: block;
    color: #0FF;
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%;
    /* 12.753px */
    letter-spacing: 0.234px;

    word-break: keep-all;
  }

  .how-d-step .how-step-description,
  .how-d-step:hover .how-step-description {
    width: 200px;
    color: #FFF;
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 11.7px */
    letter-spacing: 0.45px;
    padding-top: 5px;
  }

  .how-d-step
  .how-step-button,
  .how-d-step:hover .how-step-button,
  .how-block .how-step-button { 
    display: flex;
    position: absolute;
    bottom: 30px;
    min-width: 139px;
    height: 25px;
    width: fit-content;
    flex-shrink: 0;
    color: #FFF !important;
    text-align: center;
    justify-content: center;
    text-shadow: 0 6px 17px #4739EA;
    font-family: "Bai Jamjuree";
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%;
    /* 9.81px */
    letter-spacing: 0.18px;
    border-radius: 25px;
    border: 2.5px solid #0FF;
    padding: 0px 12px;
  }

  .hero-why {
    width: 40%;
  }

  .hero-why-title {
    color: #fff;

    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 20px */
    letter-spacing: 0.16px;
  }

  .why-use-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
}

.why-use-items {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  justify-content: start;
  gap: 0px;
}

.why-use-item {
  min-width: 100%; 
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.why-use-block .why-use-item {
  margin: 80px 0px;
}

 .why-use-item.active  {
  overflow: visible;
  opacity: 1 !important;
  transition: all 0.4s ease;
}


.why-use-block .why-use-image img {
  max-width: 310px;
  height: auto;
}
.why-use-block .why-use-title {
  width: 100%;
  word-wrap: break-word;

  color: #FFF;
  text-align: center;
  font-family: "Bai Jamjuree";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 109%; /* 13.08px */
  letter-spacing: 0.24px;

  white-space: normal; 
  word-wrap: break-word; 
  overflow-wrap: break-word; 

}

.why-use-block .why-use-description {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 90%;
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.8px;
  z-index: 3;
}



/* .why-use-block .why-use-item {
  max-width: 365px;
    margin: 100px 0% 150px 0%;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
} */

 .why-use-item,.why-use-item:hover {
  display: flex;
  text-align: center;
  flex-direction: column; 
  gap:0px;
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 25.2px */

  overflow: visible;
  opacity: 1 ;
  transition: all 0.4s ease;
  z-index:5;
}

.switch-buttons{
  opacity: 1;
  display: flex;
  justify-content: center;
  gap: 20px; 
  margin-top: 20px;
  z-index: 20;

  position: absolute;
  left: 50%;
  top: 85%;
  transform: translate(-50%, -50%);
}

.switch-btn-left {
  opacity: 1;
  display: block;
  position: absolute;
  top: 70%;
  left: 7%;
  transform: translateY(-50%);
  z-index: 20;
}

.switch-btn-right {
  opacity: 1;
  display: block;
    position: absolute;
    top: 70%;
    right: 7%;
    transform: translateY(-50%);
    z-index: 20;
}


.switch-buttons img {
  width: 50px;
  height: auto;
  cursor: pointer;
}


.switch-btn-left.disabled,
.switch-btn-right.disabled {
  opacity: 0.5 !important;
  pointer-events: none;
}

.cta-button{
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 90%;
}

.get-start-betweens_left {
  position: absolute;
  top: 50%;
}

.get-start-betweens_right {
  position: absolute;
  top: 50%;
}

.why-use-betweens_left {
  position: absolute;
  top: 50%;
}

.why-use-betweens_right {
  position: absolute;
  top: 50%;
}

.roadmap-betweens_left {
  position: absolute;
  bottom: -170px;
}

.roadmap-betweens_right {
  position: absolute;
  bottom: -160px;
}

.prodigy-logo ,.why-use-mesh-bg,.why-use-gradient-1,.why-use-gradient-2,.prodigy-orbit {
  top: 62%;

}
.prodigy-logo {
  width: 80%;
}
.why-use-betweens-container {
  top: 47%;
}
.get-start-betweens-container{
  top: -4%;
}
}