/* =========== css table of contents =========

 * theme name: GamePlex v1
 * version: 2.0
 * description: Gaming and live streaming HTML Template
 * author: Pixelaxis
 * author-url: https://themeforest.net/user/pixelaxis

     00 --> tabler icons
     01 --> mixins
     02 --> variables
     03 --> typography
     03 --> animation
     03 --> buttons
     04 --> navbar
     05 --> global
     06 --> section
     07 --> preloader
    ================================== */
/* ============= plugin styles ============== */
@import "../webfont/tabler-icons.min.css";
@import "swiper-bundle.min.css";
@import "magnific-popup.js_1.1.0_magnific-popup.min.css";
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --body-font: "Poppins", sans-serif;
  --head-font: "Chakra Petch", sans-serif;
  --p1: 246, 87, 30;
  --p2: 255, 172, 5;
  --s1: 96, 214, 0;
  --s2: 23, 125, 47;
  --s3: 13, 141, 232;
  --n0: 0, 0, 0;
  --n1: 255, 255, 255;
  --n3: 36, 40, 41;
  --n4: 13, 15, 18;
  --n5: 23, 25, 28;
  --n6: 181, 181, 181;
  --gradient1: linear-gradient(218deg, #F76D1F 0%, #F6471C 100%, #F62F1A 100%);
  --gradient2: linear-gradient(1deg, #F54C0A 0.43%, rgba(232, 81, 23, 0.20) 99.55%);
  --gradient3: linear-gradient(188deg, rgba(247, 109, 31, 0.15) 5.73%, rgba(246, 71, 28, 0.00) 92.87%, rgba(246, 47, 26, 0.15) 92.87%);
  --gradient4: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.80) 100%);
  --transition: all 0.5s ease-in-out;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: initial !important;
  display: block;
  height: auto;
  min-height: 100%;
  width: 100%;
  /* For Firefox */
  scrollbar-color: rgb(var(--p1)) rgb(var(--p2));
  scrollbar-width: auto;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: rgb(var(--n1));
  background: rgb(var(--n0));
  min-height: 100vh;
  position: relative;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
          appearance: none;
  width: 5px;
}

::-webkit-scrollbar-track {
  background: rgb(var(--p2));
  border-radius: 5px;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb {
  background: rgb(var(--p1));
  border-radius: 5px;
}

::-moz-selection {
  color: rgb(var(--p1));
  background: rgb(var(--n0));
}

::selection {
  color: rgb(var(--p1));
  background: rgb(var(--n1));
}

section,
footer {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.display-one {
  font-size: 100px;
  line-height: 110%;
}

.display-three {
  font-size: 64px;
  line-height: 120%;
}

.display-four {
  font-size: 56px;
  line-height: 120%;
}


h1,
h1 > a {
  font-size: 48px;
  line-height: 120%;
}


h2,
h2 > a {
  font-size: 40px;
  line-height: 120%;
}

.fs-three,
h3,
h3 > a {
  font-size: 32px;
  line-height: 120%;
}


h4,
h4 > a {
  font-size: 24px;
  line-height: 130%;
}

.fs-five,
h5,
h5 > a {
  font-size: 20px;
  line-height: 130%;
}


h6,
h6 > a {
  font-size: 16px;
  line-height: 130%;
}

.fs-xs {
  font-size: 12px;
  line-height: 150%;
}

.fs-sm {
  font-size: 14px;
  line-height: 150%;
}

.fs-lg {
  font-size: 18px;
  line-height: 150%;
}

.fs-xl {
  font-size: 20px;
  line-height: 150%;
}

.fs-2xl {
  font-size: 24px;
  line-height: 150%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-one,
.display-three,
.display-four,
.fs-three,
.fs-five {
  font-family: var(--head-font);
  font-weight: 900;
  margin-bottom: 0;
  display: block;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.display-one span,
.display-three span,
.display-four span,
.fs-three span,
.fs-five span {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.heading-font {
  font-family: var(--head-font);
}

a,
p,
button,
span,
li,
th,
td,
input,
textarea,
select,
label {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 150%;
  font-weight: normal;
  margin: 0;
}
.single-input textarea {
    width: 100%;
    height: 120px;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #2c2c2c;
    background: #0f0f0f;
    color: #fff;
    font-size: 14px;
    outline: none;
    resize: none;
}

.single-input textarea::placeholder {
    color: #888;
}
.single-input textarea {
    all: unset;
}
a,
button {
  color: var(--n1);
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
}
a:hover,
button:hover {
  color: var(--primary-color);
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

@media (max-width: 1199px) {
  h1,
  h1 > a {
    font-size: 40px;
  }
  h2,
  h2 > a {
    font-size: 34px;
  }
  h3,
  h3 > a {
    font-size: 30px;
  }
}
.pt-120 {
  padding-top: 120px;
}

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

@media (max-width: 1199px) {
  .display-one {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .display-one {
    font-size: 72px;
  }
  .display-three {
    font-size: 56px;
  }
  .display-four {
    font-size: 48px;
  }
  
  h1,
  h1 > a {
    font-size: 36px;
  }
  
  h2,
  h2 > a {
    font-size: 30px;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 24px;
  }
  
  h4,
  h4 > a {
    font-size: 20px;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 18px;
  }
  
  h6,
  h6 > a {
    font-size: 15px;
  }
  .fs-2xl {
    font-size: 22px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .display-one {
    font-size: 56px;
  }
}
@media (max-width: 575px) {
  .display-one {
    font-size: 48px;
  }
  .display-three {
    font-size: 36px;
  }
  .display-four {
    font-size: 30px;
  }
  .fs-2xl {
    font-size: 18px;
  }
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 20px;
  }
  .fs-2xl {
    font-size: 16px;
  }
}
.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}
.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 100%;
  top: 0%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 217, 0, 0) 0%, #ffd900 75%, #ffd900 100%);
  animation: run 4s 0s infinite linear;
  animation-fill-mode: forwards;
}
.lines .line:nth-child(3n+1)::after {
  top: unset;
  animation: run 3s 0s infinite linear;
}
.lines .line:nth-child(1) {
  left: 6%;
}
.lines .line:nth-child(2) {
  left: 12%;
}
.lines .line:nth-child(3) {
  left: 18%;
}
.lines .line:nth-child(4) {
  left: 24%;
}
.lines .line:nth-child(5) {
  left: 30%;
}
.lines .line:nth-child(6) {
  left: 36%;
}
.lines .line:nth-child(7) {
  left: 42%;
}
.lines .line:nth-child(8) {
  left: 48%;
}
.lines .line:nth-child(9) {
  left: 54%;
}
.lines .line:nth-child(10) {
  left: 60%;
}
.lines .line:nth-child(11) {
  left: 66%;
}
.lines .line:nth-child(12) {
  left: 72%;
}
.lines .line:nth-child(13) {
  left: 78%;
}
.lines .line:nth-child(14) {
  left: 84%;
}
.lines .line:nth-child(15) {
  left: 90%;
}
.lines .line:nth-child(16) {
  left: 96%;
}
@media (max-width: 991px) {
  .lines .line:nth-child(2n) {
    display: none;
  }
}
.lines .line-vertical {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}
.lines .line-vertical:nth-child(1) {
  top: 10%;
}
.lines .line-vertical:nth-child(2) {
  top: 20%;
}
.lines .line-vertical:nth-child(3) {
  top: 30%;
}
.lines .line-vertical:nth-child(4) {
  top: 40%;
}
.lines .line-vertical:nth-child(5) {
  top: 50%;
}
.lines .line-vertical:nth-child(6) {
  top: 60%;
}
.lines .line-vertical:nth-child(7) {
  top: 70%;
}
.lines .line-vertical:nth-child(8) {
  top: 80%;
}
.lines .line-vertical:nth-child(9) {
  top: 90%;
}
.lines .line-vertical:nth-child(10) {
  top: 100%;
}
@media (max-width: 767px) {
  .lines .line-vertical:nth-child(2n) {
    display: none;
  }
}

@keyframes run {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
.btn-circle {
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(var(--p1));
  font-weight: normal;
}
@media (max-width: 575px) {
  .btn-circle {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.box-style {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease;
  border: 1px solid rgb(var(--p1));
}
.box-style::before {
  content: "";
  position: absolute;
  top: var(--x);
  left: var(--y);
  transform: translate(-50%, -50%);
  transition: all 0.7s ease;
  background: rgb(var(--p1));
  border-radius: inherit;
  width: 0;
  height: 0;
  z-index: -1;
}
.box-style:hover::before {
  width: 200%;
  height: 200%;
}

.btn-rounded-cus {
  background: rgba(var(--p1), 0.3);
}
.btn-rounded-cus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(var(--p1));
  border-radius: inherit;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: width 0.5s ease-in-out;
}
@media (max-width: 1199px) {
  .btn-rounded-cus::before {
    display: none;
  }
}
.btn-rounded-cus:hover::before {
  width: 100%;
}

.btn-half-border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  z-index: -1;
  transition: border 0.3s ease-in-out;
  border: 2px solid transparent;
  border-color: transparent rgb(var(--p1));
}
.btn-half-border:hover::before {
  border-color: rgb(var(--p1));
}

.swiper-btn {
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.swiper-btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px dashed rgb(var(--p1));
  z-index: -1;
}
.swiper-btn.box-style {
  border: unset;
}
@media (max-width: 767px) {
  .swiper-btn {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.bttn {
  border: 0;
  outline: 0;
  background: transparent;
}

.ntf-btn {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .ntf-btn {
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .ntf-btn {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.header-section {
  background: transparent;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  transition: all 0.3s ease-in-out;
  max-height: 100px;
}
/* @media (max-width: 1600px) {
  .header-section {
    background: rgb(var(--n0));
  }
} */
@media (max-width: 991px) {
  .header-section .navbar-toggle-item {
    position: fixed;
    transform: translateY(-150%);
    transition: all 0.3s ease-in-out;
    left: 0;
    top: 80px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .header-section .navbar-toggle-item {
    top: 60px;
  }
}
@media (max-width: 991px) {
  .header-section .navbar-toggle-item.open {
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .header-section .navbar-toggle-item {
    display: initial !important;
  }
  .header-section .menu-link.active {
    color: rgb(var(--s1));
  }
}
.header-section .top-bar.alt {
  max-width: 260px;
  width: 100%;
}
.header-section .navbar-toggle-btn {
  width: 36px;
  height: 28px;
  position: relative;
  right: 0;
  transition: 0.3s ease-in-out;
  top: 0px;
  background: transparent;
  border: none;
}
.header-section .navbar-toggle-btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.header-section .navbar-toggle-btn span:nth-child(1) {
  top: 0px;
}
.header-section .navbar-toggle-btn span:nth-child(2), .header-section .navbar-toggle-btn span:nth-child(3) {
  top: 12px;
}
.header-section .navbar-toggle-btn span:nth-child(4) {
  top: 24px;
}
.header-section .navbar-toggle-btn.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-section .navbar-toggle-btn.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-section .navbar-toggle-btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-section .navbar-toggle-btn.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media (max-width: 575px) {
  .header-section .navbar-toggle-btn {
    width: 28px;
    height: 20px;
  }
  .header-section .navbar-toggle-btn span:nth-child(2), .header-section .navbar-toggle-btn span:nth-child(3) {
    top: 8px;
  }
  .header-section .navbar-toggle-btn span:nth-child(4) {
    top: 16px;
  }
}
@media (max-width: 991px) {
  .header-section .search-bar {
    position: fixed;
    top: -300%;
    left: 0;
    transition: all 0.3s ease-in-out;
  }
  .header-section .search-bar.open {
    top: 100%;
  }
}
.header-section.fixed-header {
  background: rgb(var(--n4));
}

.d-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(var(--n1), 0.8);
  margin-left: -20px;
  margin-top: -20px;
  transition: transform 0.3s;
  pointer-events: none;
  transform-origin: center center;
  z-index: 1000;
}
@media (max-width: 991px) {
  .cursor {
    display: none;
  }
}

.big-cursor,
.small-cursor,
.small-cursor2 {
  transform: scale(7);
  background: rgb(var(--n1));
  mix-blend-mode: difference;
}

.small-cursor {
  transform: scale(4);
}

.small-cursor2 {
  transform: scale(2);
}

.tcp-1 {
  color: rgb(var(--p1)) !important;
}

.tcp-2 {
  color: rgb(var(--p2));
}

.tcs-1 {
  color: rgb(var(--s1));
}

.tcn-1 {
  color: rgb(var(--n1));
}

.tcn-6 {
  color: rgb(var(--n6));
}

.bgp-1 {
  background: rgb(var(--p1));
}

.bgn-4 {
  background: rgb(var(--n4));
}

.gradient-bg,
.gradient-bg2 {
  position: absolute;
  width: 400px;
  height: 300px;
  transform: rotate(90deg);
  top: 0;
  left: 0;
  border-radius: 150px;
  background: var(--gradient1);
  filter: blur(355.5px);
  z-index: -1;
}
@supports (-moz-appearance: none) {
  .gradient-bg,
  .gradient-bg2 {
    opacity: 0.3;
  }
}

.gradient-bg2 {
  left: unset;
  right: 0;
  background: rgb(var(--s1));
}

.list-icon li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(var(--p1));
  margin-right: 10px;
  vertical-align: middle;
}
.list-icon li:first-child::before {
  display: none;
}

.dot-icon {
  position: relative;
  padding-left: 24px;
}
.dot-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgb(var(--p1));
}

.hr-line {
  width: 100%;
  height: 1px;
  background: rgb(var(--n1), 0.2);
}

.bt {
  border-top: 1px solid rgb(var(--n3));
}

.br {
  border-right: 1px solid rgb(var(--n3));
}

.single-input {
  border: 1px solid rgba(var(--n1), 0.2);
  background: rgba(var(--n0), 0.4);
  padding: 20px;
  border-radius: 12px;
  width: 100%;
  transition: all 0.3s;
}
.single-input:focus-within {
  outline: 1px solid rgb(var(--p1));
}
.single-input input {
  width: 100%;
  border: 0;
  background: transparent;
  color: rgb(var(--n1));
  outline: 0;
}

::-moz-placeholder {
  color: rgb(var(--n6));
}

::placeholder {
  color: rgb(var(--n6));
}

.tabcontents {
  position: relative;
}

.tabitem {
  transform: translateY(100%);
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s all;
}

.tabitem.active {
  position: initial;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}

.pointer {
  cursor: pointer;
}

.notification-area,
.user-account-popup {
  position: fixed;
  top: 100px;
  right: 0px;
  z-index: 100;
  background: rgb(var(--n3));
  max-width: 300px;
  width: 100%;
  max-height: 400px;
  height: 100%;
  border: 1px solid rgb(var(--n3));
  border-radius: 12px;
  transition: all 0.5s ease;
  transform: translateX(100%);
  overflow-y: auto;
}
.notification-area.open,
.user-account-popup.open {
  transform: translateX(0);
}
.notification-area .card-img-area,
.user-account-popup .card-img-area {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification-area .card-item,
.user-account-popup .card-item {
  padding: 4px;
  border-radius: 12px;
  width: 100%;
  transition: all 0.3s ease;
}
.notification-area .card-item:hover,
.user-account-popup .card-item:hover {
  background: rgb(var(--p1));
}

.user-account-popup {
  height: auto;
}
.user-account-popup .account-item {
  padding: 8px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.user-account-popup .account-item:hover {
  background: rgb(var(--p1));
}
.user-account-popup .user-level-area {
  background: rgba(var(--p1), 0.1);
}
.user-account-popup .user-level-area .level-bar {
  background: rgb(var(--n4));
  width: 100%;
  height: 6px;
  position: relative;
}
.user-account-popup .user-level-area .level-bar .level-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgb(var(--p1));
  width: initial;
  transition: all 0.5s ease;
  border-radius: 6px;
}

.red-ball {
  position: absolute;
  max-width: 120px;
  max-height: 200px;
  width: 100%;
  height: 100%;
  border-radius: 40%;
  background: rgb(var(--p1));
  animation: spin 5s ease-in-out infinite;
  filter: blur(140px);
  z-index: -1;
}
@supports (-moz-appearance: none) {
  .red-ball {
    opacity: 0.7;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.connect-wallet-section {
  transform: translateY(-120%);
  transition: all 0.9s ease-in-out;
  z-index: 1000;
}
.connect-wallet-section .connect-wallet-overlay {
  background: rgba(var(--n5), 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: -1;
}
.connect-wallet-section.active {
  transform: translateY(0%);
}

.footer-banner-img {
  position: absolute;
  bottom: 100%;
  left: -100%;
  max-width: 300px;
  width: 100%;
  scale: 2;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 767px) {
  .footer-banner-img {
    display: none;
  }
}

.sword-area {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 200px;
  width: 100%;
  opacity: 0.5;
}
@media (max-width: 1400px) {
  .sword-area {
    display: none;
  }
}

.diamond-area {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100px;
  width: 100%;
  opacity: 0.5;
}
@media (max-width: 1600px) {
  .diamond-area {
    display: none;
  }
}

.game-console-area {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 200px;
  width: 100%;
  opacity: 0.5;
}
@media (max-width: 1600px) {
  .game-console-area {
    display: none;
  }
}

.hero-section {
  background-blend-mode: multiply;
}
.hero-section .star-area {
  position: absolute;
  top: 150px;
  right: 150px;
  max-width: 200px;
}
.hero-section .star-area .big-star {
  max-width: 150px;
  animation: growUp 2s ease-in-out infinite;
}
.hero-section .star-area .small-star {
  position: absolute;
  right: 0;
  max-width: 48px;
  animation: rotate 2s ease-in-out infinite;
}
.hero-section .rotate-award {
  position: absolute;
  bottom: 150px;
  right: 150px;
  max-width: 100px;
  animation: rotateY 3s ease-in-out infinite;
}
.hero-section .hero-content .card-area {
  border: 1px solid rgba(var(--n1), 0.2);
  background: rgba(var(--n1), 0.1);
}
.hero-section .hero-content .card-area .card-item .card-img-area {
  max-width: 72px;
  max-height: 72px;
  border: 2px solid rgb(var(--n3));
}
@media (max-width: 575px) {
  .hero-section .hero-content .card-area .card-item .card-img-area {
    max-width: 60px;
    max-height: 60px;
  }
}
@media (max-width: 1750px) {
  .hero-section .star-area,
  .hero-section .rotate-award {
    display: none;
  }
}

.active-player-list .player-lists li {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgb(var(--n3));
}
.active-player-list .player-lists li:last-child {
  background: rgb(var(--p1));
  border-color: rgb(var(--n1));
}

.hero-banner-area {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.hero-banner-area .hero-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -10;
  width: 520px;
  height: 950px;
  transform: translateX(-50%);
}
.hero-banner-area .hero-banner-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 500px;
  height: 700px;
  z-index: -1;
  transform: translateX(-40%);
}
@media (max-width: 1399px) {
  .hero-banner-area .hero-banner-bg {
    display: none;
  }
  .hero-banner-area .hero-banner-img {
    width: 450px;
    height: 650px;
  }
}
@media (max-width: 1199px) {
  .hero-banner-area .hero-banner-img {
    width: 350px;
    height: 540px;
  }
}
@media (max-width: 991px) {
  .hero-banner-area .hero-banner-img {
    width: 300px;
    height: 480px;
    left: -80px;
  }
}
@media (max-width: 767px) {
  .hero-banner-area {
    left: 70%;
  }
  .hero-banner-area .hero-banner-img {
    left: 100%;
    height: 350px;
    bottom: unset;
    top: 10%;
    z-index: -1;
  }
}
@media (max-width: 575px) {
  .hero-banner-area {
    display: none;
  }
}

@keyframes growUp {
  50% {
    transform: scale(1.2);
  }
}
@keyframes rotate {
  50% {
    transform: rotate(360deg);
  }
}
@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.top-player-section .swiper-top-player .swiper-slide .player-card {
  border-radius: 12px;
  border: 1px solid rgb(var(--n3));
  background: rgb(var(--n4));
  transition: all 0.3s ease-in-out;
}
.top-player-section .swiper-top-player .swiper-slide .player-card .player-img {
  width: 62px;
  height: 62px;
}
.top-player-section .swiper-top-player .swiper-slide .player-card .player-img .player-status {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(var(--p1));
  border: 2px solid rgb(var(--n0));
}
.top-player-section .swiper-top-player .swiper-slide .player-card .follow-btn {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(var(--n6));
  background: transparent;
  transition: all 0.3s ease;
  color: rgb(var(--n6));
}
.top-player-section .swiper-top-player .swiper-slide .player-card .follow-btn:hover {
  border-color: rgb(var(--p1));
  color: rgb(var(--n1));
}
.top-player-section .swiper-top-player .swiper-slide-active .player-card {
  border: 1px solid rgb(var(--p1));
}
.top-player-section .swiper-top-player .swiper-slide-active .player-card .player-name {
  color: rgb(var(--p1));
}
.top-player-section .swiper-top-player .swiper-slide-active .player-card .follow-btn {
  background: rgb(var(--p1));
  border: 0;
  color: rgb(var(--n1));
}

@keyframes spinBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.next-level-gaming-section .next-level-game-card {
  border: 1px solid rgb(var(--n3));
  border-radius: 12px;
  background: rgb(var(--n4));
  transition: all 0.5s ease;
}
.next-level-gaming-section .next-level-game-card .card-icon {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(var(--n3));
  transition: all 0.5s ease;
}
@media (max-width: 576px) {
  .next-level-gaming-section .next-level-game-card .card-icon {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.next-level-gaming-section .next-level-game-card .card-title {
  transition: all 0.5s ease;
}
.next-level-gaming-section .next-level-game-card .card-link {
  border-bottom: 1px solid rgb(var(--n1));
  transition: all 0.5s ease;
}
.next-level-gaming-section .next-level-game-card .card-link i {
  transition: all 0.3s ease;
}
.next-level-gaming-section .next-level-game-card .card-link:hover {
  color: rgb(var(--p1));
  border-color: rgb(var(--p1));
}
.next-level-gaming-section .next-level-game-card .card-link:hover i {
  transform: translateX(5px);
}
.next-level-gaming-section .next-level-game-card:hover {
  border: 1px solid rgb(var(--p1));
}
.next-level-gaming-section .next-level-game-card:hover .card-icon {
  background: rgb(var(--p1));
}
.next-level-gaming-section .next-level-game-card:hover .card-title {
  color: rgb(var(--p1));
}

@media (min-width: 992px) {
  .footer {
    overflow: initial;
  }
}
@media (max-width: 991px) {
  .footer {
    overflow: hidden;
  }
}

.player-lists li {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgb(var(--n3));
}
.player-lists li:last-child {
  background: rgb(var(--n3));
  border-color: rgb(var(--n1));
}

.preloader {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(var(--n0), 1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.loader {
  position: relative;
  width: 150px;
  height: 150px;
  background: transparent;
  border-radius: 50%;
  box-shadow: 25px 25px 75px rgba(0, 0, 0, 0.55);
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.loader::before {
  content: "";
  position: absolute;
  inset: 20px;
  background: transparent;
  border: 1px dashed #444;
  border-radius: 50%;
  box-shadow: inset -5px -5px 25px rgba(0, 0, 0, 0.25), inset 5px 5px 35px rgba(0, 0, 0, 0.25);
}

.loader::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px dashed #444;
  box-shadow: inset -5px -5px 25px rgba(0, 0, 0, 0.25), inset 5px 5px 35px rgba(0, 0, 0, 0.25);
}

.loader span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 100%;
  background: transparent;
  transform-origin: top left;
  animation: radar81 2s linear infinite;
  border-top: 1px dashed #fff;
}

.loader span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(var(--p1));
  transform-origin: top left;
  transform: rotate(-55deg);
  filter: blur(30px) drop-shadow(20px 20px 20px rgb(var(--s1)));
}

@keyframes radar81 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}