:root {
  --body-bg: var(--pry-gradient);
}

body {
  background: var(--dark-bg) !important;
}

@media (max-width: 426px) {
  .btn {
    font-size: 14px !important;
    padding: 6px 18px !important;
  }
}
nav {
  margin: 0 3rem;
  padding: 1rem 0;
}
nav .nav-dropdown {
  right: 1rem;
  top: 4rem;
  width: 154px;
  padding: 0.5rem 0 !important;
}
@media (max-width: 768px) {
  nav .validate-cta {
    display: none !important;
  }
  nav .nav-dropdown {
    right: 3rem;
    top: 4.5rem;
  }
}
@media (max-width: 426px) {
  nav {
    padding: 1rem !important;
    margin: 0 !important;
  }
  nav .nav-dropdown {
    right: 1rem;
    top: 4rem;
  }
  nav .logo img {
    width: 154px;
    height: auto;
  }
}

#hero {
  width: 90%;
}
@media (max-width: 426px) {
  #hero {
    margin: 0 !important;
    width: 100%;
  }
  #hero .ntb {
    margin: auto;
  }
  #hero .hbtm-btn {
    margin: auto;
  }
}
#hero .hero-main-text h1 {
  font-size: 81px;
  font-weight: 600;
  line-height: 100%;
  color: var(--pry-color);
}
#hero .hero-main-text h1 span {
  color: var(--sec-color);
}
@media (max-width: 768px) {
  #hero .hero-main-text h1 {
    font-size: 72px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 426px) {
  #hero .hero-main-text h1 {
    font-size: 63px;
    text-align: center;
  }
}
#hero .hero-main-caption p {
  color: var(--grey);
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 768px) {
  #hero .hero-main-caption {
    width: 90% !important;
  }
}
@media (max-width: 426px) {
  #hero .hero-main-caption {
    text-align: center;
    margin: auto;
    margin-bottom: 1.5rem !important;
  }
  #hero .hero-main-caption p {
    font-size: 14px;
  }
}
#hero .hero-bottom-info ul {
  padding: 18px 90px !important;
  width: 81%;
  border-right: 0.5rem solid var(--sec-color);
}
#hero .hero-bottom-info ul img {
  width: 46px;
  height: 46px;
}
#hero .hero-bottom-info ul h6 {
  margin: 0;
  font-size: 23px;
}
#hero .hero-bottom-info ul p {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  #hero .hero-bottom-info ul {
    width: 90%;
  }
}
@media (max-width: 426px) {
  #hero .hero-bottom-info ul {
    padding: 1.5rem !important;
    width: 100%;
  }
  #hero .hero-bottom-info ul img {
    width: 36px;
    height: 36px;
  }
  #hero .hero-bottom-info ul h6 {
    font-size: 16px;
  }
  #hero .hero-bottom-info ul p {
    font-size: 12px;
  }
}
#hero .hero-image img {
  width: 490px;
  height: 490px;
}
@media (max-width: 1024px) {
  #hero .hero-image {
    display: none;
  }
}

#hiw {
  padding: 4rem 3rem;
  color: var(--grey);
  background: var(--body-bg) !important;
}
@media (max-width: 426px) {
  #hiw {
    flex-direction: column;
    padding: 1rem;
    text-align: center;
  }
}
@media (max-width: 426px) {
  #hiw .main-header {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#hiw .main-info {
  color: var(--sec-color);
}
#hiw .main-info h1 {
  font-size: 50px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
#hiw .main-info p {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  #hiw .main-info p {
    font-size: smaller;
  }
}
@media (max-width: 768px) {
  #hiw .main-info h1 {
    font-size: 45px;
  }
  #hiw .main-info p {
    width: 90% !important;
  }
}
@media (max-width: 426px) {
  #hiw .main-info {
    margin-bottom: 1rem !important;
  }
}
#hiw .main-image img {
  width: 81%;
  height: auto;
}
#hiw .hiw-list-container {
  width: 45%;
}
@media (max-width: 426px) {
  #hiw .hiw-list-container {
    width: 90%;
    margin: auto;
  }
}
#hiw .hiw-list {
  width: 84%;
  gap: 2rem;
}
#hiw .hiw-list .img-contain {
  padding: 27px;
  border: 1px solid var(--grey);
  border-radius: 24px;
}
#hiw .hiw-list .img-contain img {
  width: 40px;
  height: 40px;
}
#hiw .hiw-list h4 {
  font-size: 24px;
  font-weight: 500;
}
#hiw .hiw-list p {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1024px) {
  #hiw .hiw-list .img-contain {
    padding: 18px;
  }
  #hiw .hiw-list .img-contain img {
    width: 30px;
    height: 30px;
  }
  #hiw .hiw-list h4 {
    font-size: 16px;
  }
  #hiw .hiw-list p {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  #hiw .hiw-list {
    width: 100%;
  }
  #hiw .hiw-list h4 {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 426px) {
  #hiw .hiw-list {
    margin-bottom: 1.5rem;
    gap: 1.5rem;
  }
  #hiw .hiw-list h4,
  #hiw .hiw-list p {
    text-align: start;
  }
}

#feat-game {
  padding-top: 1rem;
  padding-bottom: 4rem;
  border-radius: 18px;
}
@media (max-width: 426px) {
  #feat-game {
    margin: 0 !important;
    padding: 1rem !important;
    padding-bottom: 2rem !important;
  }
  #feat-game .feat-game-container {
    width: 90% !important;
  }
}
#feat-game .feat-game-header {
  color: var(--sec-color) !important;
  line-height: 9px;
}
#feat-game .feat-game-header h1 {
  font-size: 45px;
  font-weight: 600;
  margin: 0;
}
#feat-game .feat-game-header p {
  font-size: 15px;
  margin: 0;
}
@media (max-width: 768px) {
  #feat-game .feat-game-header p {
    font-size: smaller !important;
  }
}
@media (max-width: 426px) {
  #feat-game .feat-game-header h1 {
    font-size: 36px;
  }
  #feat-game .feat-game-header p {
    font-size: 11px !important;
    line-height: 1rem;
  }
}
#feat-game .feat-game-info {
  color: var(--grey);
}
#feat-game .feat-game-info img {
  width: 100%;
}
#feat-game .feat-game-info .fgi-hedaer {
  width: 97%;
}
#feat-game .feat-game-info .fgi-hedaer h4 {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 0 !important;
}
#feat-game .feat-game-info .fgi-hedaer .navigate img {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#feat-game .feat-game-info .fgi-hedaer .navigate i {
  font-size: 27px;
  cursor: pointer;
}
@media (max-width: 426px) {
  #feat-game .feat-game-info {
    margin-bottom: 1.5rem;
  }
  #feat-game .feat-game-info img {
    height: 6rem;
  }
  #feat-game .feat-game-info .fgi-hedaer {
    width: 100%;
  }
  #feat-game .feat-game-info .fgi-hedaer h4 {
    font-size: 20px;
  }
  #feat-game .feat-game-info .fgi-hedaer .navigate i {
    font-size: 18px;
  }
}
#feat-game .game-leaderboard {
  width: 97%;
  margin: auto;
}
#feat-game .game-leaderboard .league-tier {
  color: var(--sec-color);
}
#feat-game .game-leaderboard .league-tier p {
  border-bottom: 4px solid var(--grey);
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
  cursor: pointer;
}
#feat-game .game-leaderboard .league-tier p:hover {
  border-color: var(--sec-color);
}
#feat-game .game-leaderboard .league-tier .active {
  border-color: var(--sec-color);
}
@media (max-width: 426px) {
  #feat-game .game-leaderboard .league-tier p {
    font-size: 11px;
    border-bottom-width: 3px;
  }
}
#feat-game .game-leaderboard .league-tier-prize p {
  font-size: 14px;
  color: var(--grey);
}
@media (max-width: 426px) {
  #feat-game .game-leaderboard .league-tier-prize p {
    font-size: 12px;
  }
}
#feat-game .game-leaderboard .league-table table {
  border: 1px solid var(--sec-color);
  border-collapse: separate; /* Important for border radius */
  border-spacing: 0;
  border-radius: 10px;
}
#feat-game .game-leaderboard .league-table table th,
#feat-game .game-leaderboard .league-table table td {
  color: var(--grey);
  background-color: inherit;
  font-size: 14px !important;
  padding: 16px;
}
#feat-game .game-leaderboard .league-table table .text-center {
  width: 40% !important;
}
#feat-game .game-leaderboard .league-table table tr:last-child td {
  border-bottom: 0px;
}
@media (max-width: 426px) {
  #feat-game .game-leaderboard .league-table table td,
  #feat-game .game-leaderboard .league-table table th {
    font-size: 12px !important;
  }
}

#reviews {
  padding: 4rem 0;
  color: var(--grey);
  background: var(--body-bg) !important;
}
#reviews h1 {
  font-size: 56px;
  font-weight: 500;
  color: var(--sec-color);
}
@media (max-width: 426px) {
  #reviews {
    padding: 1rem !important;
  }
  #reviews h1 {
    font-size: 34px !important;
    text-align: center;
  }
}
#reviews .navigate-div button {
  border-radius: 50% !important;
  padding: 1.2rem !important;
  font-size: 42px !important;
}
#reviews .navigate-div button i {
  display: flex;
}
@media (max-width: 768px) {
  #reviews h1 {
    font-size: 45px;
  }
  #reviews .navigate-div {
    display: none !important;
  }
}
#reviews .review-cards {
  overflow-x: auto !important;
}
@media (max-width: 426px) {
  #reviews .review-cards {
    flex-direction: column;
  }
}
#reviews .review-cards .card {
  background-color: var(--grey);
  min-width: 500px !important;
  height: 300px;
  border-radius: 22px;
  padding: 30px;
}
#reviews .review-cards .card .card-image {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  cursor: pointer;
}
#reviews .review-cards .card .card-name {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  cursor: pointer;
}
#reviews .review-cards .card .card-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
#reviews .review-cards .card .card-message {
  font-size: 16px;
  font-weight: 500;
}
#reviews .review-cards .card:hover {
  background-color: var(--dark-bg) !important;
  color: var(--grey);
  transition: 0.3s;
}
@media (max-width: 426px) {
  #reviews .review-cards .card {
    min-width: 9% !important;
    padding: 24px;
    height: -moz-fit-content;
    height: fit-content;
  }
  #reviews .review-cards .card .card-name {
    font-size: 22px;
  }
  #reviews .review-cards .card .card-title {
    font-size: 14px;
  }
  #reviews .review-cards .card .card-message {
    font-size: 12px;
  }
}/*# sourceMappingURL=home.css.map */