@import url('../../assets-custom/root.css');
/* <!-- Section-1: How It works START  --> */

.index-section-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 136px;
  padding-bottom: 52px;
}
.index-section-1-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.index-section-1-header h1 {
  font-weight: 700;
}
.index-section-1-header p {
  font-weight: 500;
  color: var(--ea-text-color-2);

  max-width: 831px;
}
.index-section-1-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section-1-left-container img {
  width: 100%;
}
.index-section-1-left-container {
  width: 50%;
}
.index-section-1-right-container {
  display: flex;
  flex-direction: column;
  width: 50%;
  /* border: 1px solid red; */
  padding: 23px;
  padding-top: 78px;
  padding-bottom: 45px;
}

.index-section-1-right-list-details {
  display: flex;
  flex-direction: column;
}
.index-section-1-right-list-details > div {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.index-section-1-right-list-img img {
  width: 22px;
  margin-top: 5px;
}
.index-section-1-right-para-details {
  background: rgba(var(--ea-primary-color-rgb), 0.77);
  backdrop-filter: blur(14px);
  color: var(--ea-text-color-1);
  padding: 9px;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 990px) {
  .index-section-1-container {
    flex-direction: column;
  }
  .index-section-1-left-container {
    width: 100%;
  }
  .index-section-1-right-container {
    width: 100%;
  }
  .index-section-1-right-container {
    padding-left: 0;
    padding-right: 0;
  }
  .index-section-1 {
    padding-top: 86px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 400px) {
  .index-section-1-right-container {
    padding-top: 40px;
  }
}

/* <!-- Section-2: Brain QuizzSTART  --> */
.index-section-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 82px;
  padding-top: 82px;
}
.index-section-2 > h1 {
  font-weight: 700;
  text-align: center;
}
.index-section-2-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 35px;
  flex-wrap: wrap;
  width: 100%;
}
.index-section-2-cards > div {
  color: white;
  text-align: center;
  border-radius: 15px;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: row-reverse;
  width: 160px;
  flex: 1 1 50%;
  background: var(--ea-primary-faded-color);
  gap: 30px;
  height: 211px;
  max-width: 507px;
}

.index-section-2-card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.index-section-2-card-img img {
  width: 90px;
}
.index-section-2-cards > div h3 {
  z-index: 10;
  text-align: left;
  font-weight: 700;
  font-size: 22px;
  color: var(--ea-text-color-3);
  margin-top: 10px;
}
.index-section-2-cards > div p {
  z-index: 10;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  color: var(--ea-text-color-2);
}
@media (max-width: 990px) {
  .index-section-2-cards > div {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .index-section-2-cards > div {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 450px) {
  .index-section-2-cards > div {
    flex-direction: column;
  }
}

/* Section-03: How to Play  */
.index-section-3 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.index-section-3-heading {
  font-weight: 700;
  color: var(--ea-text-color-3);
}

.index-section-3-subheading {
  font-weight: 500;

  text-align: center;
  /* max-width: 831px; */
  margin-top: 22px;
  margin-bottom: 47px;
}

.index-section-3-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.index-section-3-step {
  flex: 1;
  max-width: 250px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
}

.index-section-3-icon {
  width: 95px;
  height: 95px;
  margin-bottom: 15px;
  background: var(--ea-primary-faded-color);
  padding: 18px;
  border-radius: 50%;
}

.index-section-3-step-title {
  font-weight: 700;
  font-size: 22px;
  color: var(--ea-text-color-3);
}

.index-section-3-step-desc {
  font-weight: 400;
  font-size: 13px;
  color: var(--ea-text-color-2);
  text-align: left;
}
.index-section-3-img-div {
  position: relative;
}
.index-section-3-img-div img:nth-of-type(2) {
  position: absolute;
  width: 53px;
  bottom: 22px;
  right: -56px;
}
/* Responsiveness */
@media (max-width: 768px) {
  .index-section-3-steps {
    flex-direction: column;
  }

  .index-section-3-step {
    max-width: 100%;
  }
}
/* Section-04: Attention Game  */
.index-section-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.index-section-4-heading {
  font-weight: 700;
  color: var(--ea-text-color-3);
  text-align: center;
}
.index-section-4-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 126px;
}
.index-section-4-card-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--index-section-4-card-background);
  border-radius: 10px;
  gap: 8px;
  padding: 21px;
  max-width: 631px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  position: relative;
  width: 600px;
}

.index-section-4-card-customer-image {
  margin-top: -67px;
}
.index-section-4-card-customer-image img {
  width: 126px;
}
.index-section-4-left-com {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: absolute;
  top: -33px;
  left: 8%;
}

.index-section-4-card-about {
  color: var(--ea-text-color-2);
  font-weight: 400;
  max-width: 283px;
  font-size: 13px;
  line-height: 23px;
}
.index-section-4-card-writter {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  color: var(--ea-text-color-2);
  font-weight: 600;
  font-size: 13px;
}
.index-section-4-card-writter div {
  color: var(--ea-text-color-3);
}
.index-section-4-card-writter p {
  font-size: 11px;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .index-section-4-cards {
    gap: 58px;
    flex-direction: column;
    margin-top: 83px;
  }
}
@media (max-width: 650px) {
  .index-section-4-card-1 {
    width: 100%;
    max-width: 100%;
  }
  .index-section-4-left-com {
    display: none;
  }
}
.index-section-4 .three-dot {
  margin-top: 15px;
}
