@import url('../../assets-custom/root.css');
/* <!-- Section-1: How It works START  --> */
.index-section-1 {
  display: flex;
  justify-content: space-between;
  gap: 74px;
}
.index-section-1-left-container,
.index-section-1-right-container {
  width: 50%;
}
.index-section-1-left-container img {
  width: 100%;
}
.index-section-1-right-container {
  display: flex;
  flex-direction: column;
}
.index-section-1-right-container-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.index-section-1-right-container-features > div {
  width: 50%;
  flex: 0 0 48%;
  display: flex;
  gap: 20px;
  font-weight: 600;
  color: var(--ea-text-color-2);
  font-size: 13px;
  align-items: center;
}

.index-section-1-header p {
  font-weight: 700;
  color: var(--ea-primary-color);
  text-transform: uppercase;
}
.index-section-1-header h1 {
  font-weight: 700;
  color: var(--ea-text-color-2);
  margin-top: -5px;

  text-transform: uppercase;
}
.index-section-1-right-container > p {
  font-weight: 400;
  font-size: 13px;
  color: var(--ea-text-color-2);
  max-width: 450px;
}
.index-section-1-arrow {
  border-radius: 50%;
  background: var(--ea-primary-color);
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section-1-get-free-trial {
  border-radius: 3px;
  background: var(--ea-secondary-color);
  padding: 7px;
  color: var(--btn-text-color);
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  width: fit-content;
  margin-top: 20px;
}
@media screen and (max-width: 990px) {
  .index-section-1 {
    flex-direction: column;
  }
  .index-section-1-left-container,
  .index-section-1-right-container {
    width: 100%;
  }
  .index-section-1-left-container img {
    width: 62%;
    margin-left: -51px;
    margin-top: 73px;
  }
}
@media screen and (max-width: 770px) {
  .index-section-1-left-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .index-section-1-left-container img {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .index-section-1-right-container-features > div {
    width: 100%;
    flex: 0 0 100%;
  }
}
/* <!-- Section-2: Our Arcade Games START  --> */
.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;
  color: var(--ea-text-color-2);
  text-align: center;
  text-transform: uppercase;
}
.index-section-2 > p {
  font-weight: 700;
  color: var(--ea-primary-color);
  text-transform: uppercase;
}
.index-section-2-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 122px;
  flex-wrap: wrap;
  position: relative;

  /* background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-image: var(--index-circular-coil); */
}
.index-section-2 .circular-coil-img {
  position: absolute;
  left: -100px;
  top: -194px;
  z-index: -5;
}
.arrow-card-1-img {
  position: absolute;
  top: -286px;
  z-index: -5;
  left: 9px;
  width: 241px;
  padding-top: 137px;
  height: 284px;
  object-fit: contain;
}

.index-section-2-cards > div {
  display: flex;
  flex-direction: column;
  background: white;
  color: var(--ea-text-color-2);
  text-align: center;
  border-radius: 15px;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: 310px;
  gap: 11px;
  border: 1px solid #d3d3d3;
  transition: all 0.3s ease-in-out;
}

.index-section-2-card-img {
  width: max-content;
  padding: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background: var(--ea-primary-faded-color);
  border-radius: 12px;
}
.index-section-2-each-card-top-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.index-section-2-cards > div h3 {
  z-index: 10;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: var(--ea-text-color-2);
  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);
}
.index-section-2-learn-more {
  text-align: left;
  font-weight: 700;
  font-size: 13px;
  color: var(--ea-primary-color);
  display: flex;
  margin-top: -14px;
}
.index-section-2-learn-more div {
  margin-left: 9px;
  margin-top: 1px;
}
.index-section-2-cards .active {
  background: var(--ea-primary-color);
}
.index-section-2-cards .active .index-section-2-card-img {
  background: var(--ea-third-color);
}

.index-section-2-cards .active h3,
.index-section-2-cards .active p,
.index-section-2-cards .active .index-section-2-learn-more {
  color: var(--ea-text-color-1);
}
.roller-img {
  margin-top: 25px;
}
@media screen and (max-width: 990px) {
  .arrow-card-1-img {
    display: none;
  }
  .index-section-2-card-2 {
    margin-top: auto;
  }
}
@media screen and (max-width: 750px) {
  .index-section-2-cards > div {
    width: 100%;
    height: auto;
  }
}

/* Section-03: How it works  */
.index-section-3 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.index-section-3-top-para {
  font-weight: 700;
  color: var(--ea-primary-color);
  text-transform: uppercase;
}
.index-section-3-heading {
  font-weight: 700;
  color: var(--ea-text-color-2);
  text-transform: uppercase;
}

.index-section-3-subheading {
  font-weight: 700;
  color: var(--ea-text-color-2);
  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;
}

.index-section-3-step-number {
  font-size: 18px;
  font-weight: bold;
  color: var(--ea-primary-color);
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section-3-step-number:not(:last-child) > div::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 52px;
  /* right: 0; */
  right: 0;
  height: 1px;
  border-top: 2px dashed var(--ea-primary-color);
  width: 268px;
}
@media screen and (max-width: 990px) {
  .index-section-3-step-number:not(:last-child) > div::before {
    width: 228px;
  }
}
@media screen and (max-width: 768px) {
  .index-section-3-step-number:not(:last-child) > div::before {
    content: unset;
  }
}
.index-section-3-step-3 .index-section-3-step-number > div::before {
  content: unset;
}
.index-section-3-step-number div {
  width: 50px;
  /* border: 1px solid; */
  position: relative;
  border-radius: 50%;
  height: 50px;
  font-size: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--ea-third-color);
}

.index-section-3-icon {
  width: 100px;
  height: 100px;
}
.index-section-3-arrow {
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;
  max-width: 182px;
}

.index-section-3-arrow img {
  width: 100%;
  margin-top: 17px;
}
.index-section-3-step-title {
  font-weight: 700;
  font-size: 22px;
  color: #303b59;
}

.index-section-3-step-desc {
  font-weight: 400;
  font-size: 13px;
  color: var(--ea-text-color-2);
}

/* Responsiveness */
@media (max-width: 990px) {
  .index-section-3-arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .index-section-3-steps {
    flex-direction: column;
  }

  .index-section-3-step {
    max-width: 100%;
  }
}

/*index-section-4 Our Happy Clients Section  */
.index-section-4-container {
  text-align: center;
  padding-bottom: 80px;
}

.index-section-4-header {
  margin-bottom: 20px;
}

.index-section-4-header p {
  font-weight: 700;
  color: var(--ea-primary-color);
  text-transform: uppercase;
}
.index-section-4-header h2 {
  font-weight: 700;
  color: var(--ea-text-color-2);
  text-transform: uppercase;
}

.index-section-4-testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.index-section-4-testimonials .circular-coil-img {
  width: 252px;
  position: absolute;
  left: -89px;
  top: -97px;
  z-index: -5;
}
.index-section-4-card {
  flex: 1;
  max-width: 32%;
  background: var(--ea-primary-faded-color);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  color: var(--ea-text-color-2);
}

.index-section-4-card.highlight {
  background-color: var(--ea-primary-color);
  color: #fff;
}
.index-section-4-card.highlight > img {
  filter: invert(1);
}

.index-section-4-card blockquote {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 600;
}
.index-section-4 .roller-img {
  margin-top: 25px;
}
.index-section-4-card .index-section-4-profile {
  display: flex;
  align-items: center;
}

.index-section-4-card img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.index-section-4-card .index-section-4-details {
  font-size: 0.9rem;
}

.index-section-4-card .index-section-4-details strong {
  display: block;
  font-size: 1rem;
}

.index-section-4-card .index-section-4-stars {
  color: #ffc107;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .index-section-4-testimonials {
    flex-direction: column;
    align-items: center;
  }

  .index-section-4-card {
    max-width: 90%;
  }
}
@media (max-width: 450px) {
  .circular-coil-img {
    display: none;
  }
}
