@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Unbounded:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Metal+Mania&family=Unbounded:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;1,300;1,400;1,500&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Metal+Mania&family=Unbounded:wght@200;300;400;500;600;700;800&display=swap");
* {
  box-sizing: border-box;
  font-family: "Exo", sans-serif;
  border: none;
  outline: none;
  color: #fff;
  /* FOR TEST */
}

html,
body {
  overflow-x: hidden;
  background: #190041;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

i {
  font-size: 25px;
}

img {
  width: 100%;
  height: 100%;
}

.section {
  padding: 50px 0;
}

.section-title {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.section-desc {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  margin-top: 10px;
}

header {
  width: 100%;
  flex-shrink: 0;
  background: #111743;
  display: flex;
  z-index: 999;
}
header .brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  position: relative;
}
header .brand-logo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5490196078);
}
header .brand-logo > a {
  color: #a2c2e6;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  text-decoration: none;
}
header .nav-left {
  width: 80%;
  padding: inherit;
}
header .nav-left .nav-adresses {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
}
header .nav-left .nav-adresses span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
header .nav-left .nav-adresses ul {
  margin: 0;
  padding: 0;
}
header .nav-left .nav-adresses ul.media {
  display: inline-flex;
}
header .nav-left .nav-adresses ul.media > li {
  list-style: none;
  padding: 6px 12px;
  position: relative;
}
header .nav-left .nav-adresses ul.media > li a {
  color: #fff;
}
header .nav-left .nav-links {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  position: relative;
}
header .nav-left .nav-links::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5490196078);
}
header .nav-left .nav-links > a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  header {
    display: none;
  }
}

.aside {
  width: 350px;
  height: 100vh;
  background: #111743;
  padding: 0rem 4.2rem 0 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
.aside .nav-links {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s linear;
}
.aside .nav-links li {
  padding: 10px 2px;
  margin-top: 6px;
  list-style: none;
  transition: all 0.3s linear;
  position: relative;
}
.aside .nav-links li.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -36px;
  background: #f0aa0a;
  width: 10px;
  height: 100%;
  border-radius: 43px;
  filter: drop-shadow(2px 7px 9px #f0aa0a);
}
.aside .nav-links li a {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s linear;
}
.aside .nav-links li:hover a {
  color: #a2c2e6;
  opacity: 0.7;
}
i {
  transition: all 0.3s linear;
}

nav.mobile-header {
  display: none;
}
@media screen and (max-width: 768px) {
  nav.mobile-header {
    display: flex;
    background: rgba(8, 66, 147, 0.3411764706);
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    box-shadow: -1px -4px 20px #fff;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
  }
}
nav.mobile-header.active {
  padding: 8px 18px;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 2px 2px 10px #111743;
}
nav.mobile-header.active .brand-mobile-logo a {
  color: #a2c2e6;
  font-size: 20px;
}
nav.mobile-header .brand-mobile-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
nav.mobile-header .brand-mobile-logo a {
  color: #a2c2e6;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  text-decoration: none;
}
nav.mobile-header .nav-left .bars-icon {
  background-color: #fc334c;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
}

.hero {
  position: relative;
  background-image: url("../img/hero/bg.png");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero .bg-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.hero h1 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0px 0px 16px #dc3545;
  font-family: "Metal Mania", cursive;
  font-size: 120px;
}
@media (max-width: 1024px) {
  .hero h1 {
    font-size: 100px;
  }
}
.hero p {
  color: #7e89ac;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 24px;
}
.hero .faq-img {
  animation: jumpAnimation 2s infinite alternate;
}

@keyframes jumpAnimation {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
    /* Adjust the jump height as needed */
  }
}
button {
  display: flex;
  padding: 20px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
}
button.bg-red {
  background: #fc334c;
}
button.bg-orange {
  background: #eeb40a;
}
button span {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
}

.features .card {
  background-color: transparent;
  border-radius: 15px;
  border-bottom: 3px solid #fff;
  background: #200053;
  box-shadow: 6px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100% !important;
  padding: 25px 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.features .card .card-img-top {
  width: 207px;
  height: 211.988px;
  margin: auto;
}
.features .card .card-body {
  text-align: center;
}
.features .card .card-body .card-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.features .card .card-body .card-text {
  font-size: 15px;
  margin: 10px 0;
}
.features .card .card-body a {
  text-decoration: none;
  transition: all 0.3s linear;
}
.features .card .card-body a:hover {
  letter-spacing: 1px;
}

.games .swiper .swiper-slide {
  margin: 7px 16px;
}
.games .game-card {
  background: linear-gradient(180deg, #3d019f 0%, #190040 100%);
  width: 100%;
  padding: 3rem 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.games .game-card .game-card-body .card-title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.games .game-card .game-card-body .card-image {
  margin: 30px auto;
  width: 156px;
  height: 156px;
}
.games .game-card button.bg-orange {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 10px 28px;
}

.players .text-danger {
  color: #d83f87;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.players .section-title {
  color: #eeb40a;
}
.players .player-card {
  border-radius: 35px;
  background: #24074f;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 25px 40px;
  margin: 10px 0;
}
.players .player-card .player_name {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.players .player-card .money-image {
  width: 30px;
  margin-left: 10px;
}
.players .player-card .image {
  width: 33px;
  height: 51px;
}
.players .player-card .money {
  color: #eeb40a;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.players .awards .award-card {
  width: 100%;
}
.players .awards .award-card .awards-image {
  width: 281px;
  height: 281px;
}
.players .awards .award-card .price {
  color: #00a2ff;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
.players .awards .award-card .awards-text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.blog {
  width: 100%;
}
.blog .blogs_cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  gap: 10px;
}
.blog .blogs_cards .card {
  width: 100% !important;
  background-color: transparent;
}
.blog .blogs_cards .card .blog_date span {
  font-size: 14px;
}
.blog .blogs_cards .card .blog_date span i {
  color: #b154f0;
}
.blog .blogs_cards .card .card-title {
  font-size: 25px;
  position: relative;
}
.blog .blogs_cards .card .card-img-top {
  width: 180px;
  height: 100%;
}
.blog .blogs_cards .card .readmore {
  position: relative;
  display: flex;
  flex-direction: row;
}
.blog .blogs_cards .card .readmore::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #b154f0;
  width: 40px;
  height: 1px;
}

.footer {
  background-color: #111743;
}
.footer h2 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: #fff;
  margin: 25px 0;
}
.footer h2.logo {
  color: #a2c2e6;
}
.footer .winners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer .winners .winn-card {
  width: 58px;
  display: flex;
  align-items: center;
  margin: 0 4px;
}
.footer .winners .winn-card .image {
  width: 60px;
  height: 60px;
}
.footer .winners .winn-card .image img {
  box-shadow: inset 0px 0px 4px 2px #00a2ff;
  background: #270b59;
  padding: 10px;
  margin-right: 20px;
  border-radius: 50%;
}
.footer .footerLinks ul li {
  list-style: none;
}
.footer .footerLinks ul li a {
  font-size: 20px;
}/*# sourceMappingURL=style.css.map */