@import "common.css";
@import "header.css";
@import "footer.css";

section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-title {
  color: #fff;
  font-size: 80px;
  font-weight: 800;
}

.hero-title > span {
  line-height: 84px;
}

.hero-content {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.5px;
}

.coming-soon-btn {
  border: 1px solid #6278c6;
  background: linear-gradient(
    270deg,
    #9a6bff 3.53%,
    #5268b7 28.79%,
    #282da4 45.08%,
    #5450ec 53.77%,
    #2f45ba 71.49%,
    #9a6bff 94.17%
  );
  box-shadow: 0px 4px 4px 2px #000;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  line-height: 38.5px;
  border-radius: 9px;
}

.section-title {
  color: #9a6bff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.section-content {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 38.5px;
}

.connect-card {
  border-radius: 10px;
  border: 1px solid #1f2f45;
  background: #34383e;
  width: 193px;
  height: 177px;
}

.connect-card > img {
  width: auto;
  height: 47px;
}

.primary-btn {
  border: none;
  border-radius: 8px;
  background: #6c4efe;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 38.5px;
  /* width: 118px;
  height: 41px; */
  padding: 1px 32px;
  flex-shrink: 0;
}

.secondary-btn {
  border-radius: 8px;
  border: 1px solid #fff;
  /* width: 118px;
  height: 41px; */
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 38.5px;
  padding: 0px 20px;
  background: transparent;
}

.reward-title {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
  font-size: 48px;
  font-weight: 600;
  line-height: 71px;
  text-transform: uppercase;
}

.hero-image {
  width: 624px;
  height: 579px;
}

.brand-color {
  color: #9a6bff;
}

.investor-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
}

.bonus-title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 66px;
  text-transform: uppercase;
}

.playcent-prize {
  width: 582px;
  height: 484px;
}

.game-time-section {
  border-radius: 60px;
}

@media (max-width: 992px) {
  section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-title {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  .hero-title > span {
    line-height: 50px;
  }

  .hero-image {
    width: 260px;
    height: 237.9px;
  }

  .hero-content {
    text-align: center;
    font-size: 16px;
    width: 290px;
  }

  .connect-card > img {
    width: auto;
    height: 33px;
  }

  .connect-card {
    width: 130px;
    height: 99px;
  }

  .reward-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 47px;
  }

  .coming-soon-btn {
    border-radius: 4px;
  }

  .investor-title {
    font-size: 25px;
    line-height: 25px;
  }

  .bonus-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 47px;
  }

  .section-title {
    font-size: 30px;
    line-height: 38.5px;
  }

  .section-content {
    font-size: 16px;
    line-height: 33.5px;
  }

  .playcent-prize {
    width: 349px;
    height: 285px;
  }

  .primary-btn,
  .secondary-btn {
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    font-size: 12px;
    line-height: 18px;
    padding: 4px 4px;
    min-width: 80%;
  }

  .game-time-section {
    border-radius: 8px;
  }
}
