/* =========== 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 "../css/swiper-bundle.min.css";
@import "../css/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: 48px;
  line-height: 110%;
}

.display-two {
  font-size: 48px;
  line-height: 120%;
}

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

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

.display-five {
  font-size: 48px;
  line-height: 120%;
}

.display-six {
  font-size: 40px;
  line-height: 120%;
}

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

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

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

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

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

.fs-six,
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-base {
  font-size: 16px;
  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-two,
.display-three,
.display-four,
.display-five,
.display-six,
.fs-one,
.fs-two,
.fs-three,
.fs-four,
.fs-five,
.fs-six {
  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-two span,
.display-three span,
.display-four span,
.display-five span,
.display-six span,
.fs-one span,
.fs-two span,
.fs-three span,
.fs-four span,
.fs-five span,
.fs-six span {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}

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

.body-font {
  font-family: var(--body-font);
}

a,
p,
button,
span,
li,
th,
td,
input,
textarea,
select,
label,
blockquote {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 150%;
  font-weight: normal;
  margin: 0;
}

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 {

}

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

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

@media (max-width: 1199px) {
  .display-one {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .display-one {
    font-size: 48px;
  }
  .display-two {
    font-size: 42px;
  }
  .display-three {
    font-size: 42px;
  }
  .display-four {
    font-size: 42px;
  }
  .display-five {
    font-size: 42px;
  }
  .display-six {
    font-size: 32px;
  }
  .fs-one,
  h1,
  h1 > a {
    font-size: 36px;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 30px;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 24px;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 20px;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 18px;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 15px;
  }
  .fs-seven {
    font-size: 16px;
  }
  .fs-2xl {
    font-size: 22px;
  }
  .pt-120 {
    padding-top: 30px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .mt-120 {
    margin-top: 60px;
  }
  .mb-120 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .display-one {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .display-one {
    font-size: 48px;
  }
  .display-two {
    font-size: 40px;
  }
  .display-three {
    font-size: 36px;
  }
  .display-four {
    font-size: 30px;
  }
  .display-five {
    font-size: 24px;
  }
  .display-six {
    font-size: 20px;
  }
  .fs-2xl {
    font-size: 18px;
  }
  .pt-120 {
   
  }
  .pb-120 {
    padding-bottom: 50px;
  }
  .mt-120 {
    margin-top: 50px;
  }
  .mb-120 {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .display-two {
    font-size: 36px;
  }
  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%;
}
.box-style.alt-box {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.box-style.alt-box::before {
  background: rgba(var(--p1), 0.2);
}
.box-style.alt-box:hover::before {
  width: 300%;
  height: 500%;
}

.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));
}

.btn2 {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(var(--s1));
  transition: all 0.5s ease;
}

.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;
  }
}

.claim-btn {
  padding: 12px 24px;
  background: rgb(var(--n3));
  border-radius: 50px;
  transition: all 0.5s ease;
}
.claim-btn:hover {
  background: rgb(var(--p1));
}

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

.send-msg {
  background: rgb(var(--p2));
  border-radius: 50px;
}

.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-brand .logo1 {
  max-width: 48px;
}
.header-section .navbar-brand .logo2 {
  max-width: 180px;
}
@media (max-width: 991px) {
  .header-section .navbar-brand .logo1 {
    max-width: 36px;
  }
  .header-section .navbar-brand .logo2 {
    max-width: 140px;
  }
}
@media (max-width: 575px) {
  .header-section .navbar-brand .logo1 {
    max-width: 24px;
  }
  .header-section .navbar-brand .logo2 {
  
  }
}
.header-section .custom-nav .menu-item button {
  position: relative;
  all: unset;
  z-index: 1;
}
.header-section .custom-nav .menu-item button::after {
  position: absolute;
  content: "\ea5f";
  border: none;
  font-family: "tabler-icons";
  font-weight: 400;
  font-size: 14px;
  right: -15px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  color: white;
}
.header-section .custom-nav .current-menu-item > a {
  color: rgb(var(--s1)); /* Цвет для активного пункта меню */
}
.tournament-title .tcn-1 .mb-1 .cursor-scale .growDown .title-anim > a{
  color: white!important;
}
.header-section .custom-nav .menu-item-has-children > a::after {
  content: '\ea5f'; /* Содержимое для стрелочки */
  font-family: "tabler-icons"; /* Обновите на нужный вам шрифт */
  font-size: 14px;
  color: white;
  margin-left: 10px;
  transition: all 0.5s ease-in-out;
}

.header-section .custom-nav .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}


@media (max-width: 991px) {
  .header-section .custom-nav .menu-item button::after {
    z-index: 1;
    right: 0;
  }
}
.header-section .custom-nav .menu-item button:hover::after {
  transform: rotate(180deg);
}
.header-section .custom-nav .menu-item.active button {
  color: rgb(var(--s1));
}
.header-section .custom-nav .menu-link .active {
  color: rgb(var(--s1));
}
@media (max-width: 991px) {
  .header-section .custom-nav {
    display: grid;
    gap: 6px;
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    background: rgb(var(--n4));
    padding: 20px 10px;
  }
  .header-section .custom-nav .menu-item {
    position: relative;
  }
  .header-section .custom-nav .sub-menu {
    display: none;
    margin-left: 20px;
    padding: 5px 0;
  }
  .header-section .custom-nav .sub-menu .menu-link {
    padding: 5px 0;
  }
}
@media (min-width: 992px) {
  .header-section .custom-nav {
    display: flex;
    align-items: baseline;
  }
  .header-section .custom-nav .menu-item {
    position: relative;
  }
  .header-section .custom-nav .sub-menu {
    position: absolute;
    top: 30px;
    left: 0;
    opacity: 0;
    width: -moz-max-content;
    width: max-content;
    visibility: hidden;
    transform: translateY(20px);
    text-wrap: nowrap;
    transition: all 0.5s ease-in-out;
    display: initial !important;
    background: rgb(var(--n4));
    padding: 20px;
  }
  .header-section .custom-nav .sub-menu .menu-link {
    padding: 5px 0;
  }
  .header-section .custom-nav .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.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;
  }
}
.header-section .toggle-btn.box-style {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .header-section .toggle-btn.box-style {
    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) {
  .header-section .toggle-btn.box-style {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header-section .header-profile .profile-wrapper .img-area {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .header-section .header-profile .profile-wrapper .img-area {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .header-section .header-profile .profile-wrapper .img-area {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@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 .search-bar.open .input-area {
    background: rgb(var(--n4));
  }
}
.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));
}

.tcs-2 {
  color: rgb(var(--s2));
}

.tcn-0 {
  color: rgb(var(--n0));
}

.tcn-1 {
  color: rgb(var(--n1));
}
.tcn-11 {
  color: rgb(var(--n1));
  padding-top: 80px;
}
.tcn-6 {
  color: rgb(var(--n6));
}

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

.bgp-2 {
  background: rgb(var(--p2));
}

.bgs-1 {
  background: rgb(var(--s1));
}

.bgs-2 {
  background: rgb(var(--s2));
}

.bgn-0 {
  background: rgb(var(--n0));
}

.bgn-1 {
  background: rgb(var(--n1));
}

.bgn-3 {
  background: rgba(var(--n3), 0.4);
}

.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));
}
.dot-icon.alt-icon::before {
  background: rgb(var(--n1));
  width: 6px;
  height: 6px;
}

.hr-line {
  width: 100%;
  height: 1px;
  background: rgb(var(--n1), 0.2);
}
.hr-line.line2 {
  background: rgb(var(--n0), 0.8);
}
.hr-line.line3 {
  background: rgb(var(--n3), 0.6);
}

.v-line {
  width: 1px;
  height: 100%;
  min-height: 20px;
  background: rgb(var(--n1), 0.2);
  display: block;
}

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

.br {
  border-right: 1px solid rgb(var(--n3));
}
@media (max-width: 991px) {
  .br.br-res {
    border-right: 0;
  }
}

.bb {
  border-bottom: 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));
}

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

.custom-checkbox {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.custom-checkbox input {
  opacity: 0;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background-color: rgb(var(--p1));
  border-radius: 50%;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 40%;
  top: 20%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: rgb(var(--p1), 0.8);
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: rgb(var(--p1));
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.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);
}

.accordion-section .acc-header-area {
  cursor: pointer;
  position: relative;
}
.accordion-section .acc-header-area button {
  background: transparent;
  border: 0;
  outline: 0;
}
.accordion-section .acc-header-area button::after {
  content: "\ea69";
  font-family: "tabler-icons";
  z-index: 1;
  position: absolute;
  right: 0px;
  font-size: 24px;
  background-image: none;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
}
.accordion-section .acc-content-area {
  display: none;
}
.accordion-section .active .acc-header-area button::after {
  content: "\ea68";
  transform: rotate(180deg);
}

.lower-alpha-right-parentheses {
  padding: 0;
  counter-reset: list;
  list-style-type: none;
}
.lower-alpha-right-parentheses li:before {
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
}

.pointer {
  cursor: pointer;
}

.outline-0 {
  outline: 0;
}

.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 .wallet-wrapper {
  max-width: 600px;
  margin: auto;
}
.connect-wallet-section .wallet-area {
  border: 1px solid rgb(var(--p1));
  max-width: 600px;
  max-height: 700px;
  width: 100%;
}
.connect-wallet-section .wallet-item .wallet-item-thumb {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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 {

}
@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);
  }
}
.swiper-3d-section {
  padding-top: 50px;
  background: url("../assets/img/bg-2.png") no-repeat center center;
}
.swiper-3d-section .swiper-3d-container {
  padding-top: 100px;
  width: 100%;
}
.swiper-3d-section .swiper-3d-container .swiper-slide {
  width: 320px;
}
.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d {
  position: relative;
  width: 320px;
  border: 1px solid rgb(var(--n3));
  border-radius: 24px;
  background: rgb(var(--n5));
  transition: all 0.5s ease;
}
.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .img-area {
  border-radius: inherit;
}
.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .img-area img {
  border-radius: inherit;
  transition: all 0.5s ease;
}
.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .card-date {
  border-radius: 12px;
  background: rgba(var(--n1), 0.45);
}
.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .card-status {
  border-radius: 46px;
  border: 1px solid rgb(var(--s1));
  background: rgb(var(--n4));
  bottom: -80px;
}


.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .card-info {
  border-radius: 12px;
  background: rgba(var(--n3), 0.4);
}
.swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d {
  border: 1px solid rgb(var(--p1));
}
.swiper-3d-section .swiper-btn-area .swiper-3d-button-prev,
.swiper-3d-section .swiper-btn-area .swiper-3d-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  z-index: 10;
}
.swiper-3d-section .swiper-btn-area .swiper-3d-button-next {
  left: unset;
  right: 10%;
}
@media (max-width: 1760px) {
  .swiper-3d-section .swiper-btn-area {
    margin-top: 40px;
  }
  .swiper-3d-section .swiper-btn-area .swiper-3d-button-prev,
  .swiper-3d-section .swiper-btn-area .swiper-3d-button-next {
    position: initial;
    transform: translateY(0);
    left: unset;
    top: unset;
    right: unset;
  }
}
@media (max-width: 480px) {
  .swiper-3d-section .swiper-btn-area {
    display: none;
  }
}
@media (max-width: 767px) {
  .swiper-3d-section {

  }
}

.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));
}

.tournament-section .tournament-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 32px;
}
.tournament-section .tournament-wrapper.alt {
  max-width: unset;
}
.tournament-section .tournament-wrapper .btn-half-border {
  z-index: 1;
}
.tournament-section .tournament-wrapper .tournament-wrapper-border {
  margin: 1px;
  border: 1px solid rgb(var(--n3));
  position: relative;
  background: rgb(var(--n0));
  border-radius: inherit;
}
.tournament-section .tournament-wrapper .tournament-wrapper-border::before, .tournament-section .tournament-wrapper .tournament-wrapper-border::after {
  content: "";
  position: absolute;
  left: -50%;
  top: 50%;
  background: rgb(var(--p1));
  width: 200%;
  height: 100px;
  z-index: -1;
  border-radius: inherit;
  animation: spinBorder 20s linear infinite;
}
.tournament-section .tournament-wrapper .tournament-wrapper-border::after {
  animation: spinBorder 10s linear infinite;
}
.tournament-section .tournament-wrapper .tournament-card {
  border: 1px solid rgb(var(--n3));
  border-radius: 24px;
  transition: all 0.7s ease-in-out;
}
.tournament-section .tournament-wrapper .tournament-card .tournament-img .img-area {
  border-radius: 12px;
  max-height: 230px;
  width: 100%;
  height: 100%;
}
.tournament-section .tournament-wrapper .tournament-card .tournament-img .img-area img {
  transition: all 0.5s ease;
  border-radius: inherit;
  height: 100%;
}
.tournament-section .tournament-wrapper .tournament-card .tournament-img .card-status {
  border-radius: 46px;
  border: 1px solid rgb(var(--s1));
  background: rgb(var(--n4));
  bottom: -10px;
  transition: all 0.5s ease;
}
.tournament-section .tournament-wrapper .tournament-card .card-info .price-money,
.tournament-section .tournament-wrapper .tournament-card .card-info .ticket-fee,
.tournament-section .tournament-wrapper .tournament-card .card-info .date-time {
  border-radius: 12px;
}
.tournament-section .tournament-wrapper .tournament-card .tournament-title,
.tournament-section .tournament-wrapper .tournament-card .teams,
.tournament-section .tournament-wrapper .tournament-card .player {
  transition: all 0.5s ease;
}
.tournament-section .tournament-wrapper .tournament-card:hover {
  border: 1px solid rgb(var(--p1));
}
.tournament-section .tournament-wrapper .tournament-card:hover .tournament-title,
.tournament-section .tournament-wrapper .tournament-card:hover .teams,
.tournament-section .tournament-wrapper .tournament-card:hover .player {
  color: rgb(var(--p1));
}
.tournament-section .tournament-wrapper .tournament-card:hover .card-status {
  background: rgb(var(--p1));
  border: 1px solid rgb(var(--p1));
}
.tournament-section .tournament-wrapper .tournament-card:hover .tournament-img img {
  transform: scale(1.1);
}
.tournament-section .tournament-wrapper .tournament-card .btn2:hover {
  background: rgb(var(--p1));
  transform: rotate(-45deg);
}
@media (max-width: 480px) {
  .tournament-section .tournament-wrapper .tournament-card .btn2 {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@keyframes spinBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.game-section .game-card-wrapper {
  max-width: 310px;
  transition: all 0.5s ease;
  position: relative;
}
.game-section .game-card-wrapper .game-card {
  position: relative;
  max-width: 310px;
  max-height: 470px;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.game-section .game-card-wrapper .game-card .game-card-border {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(var(--n6));
  z-index: -1;
  transition: all 0.5s ease;
}
.game-section .game-card-wrapper .game-card .game-card-border-overlay {
  position: absolute;
  width: 99%;
  height: 99%;
  left: 0.5%;
  top: 0.5%;
  background: rgb(var(--n0));
}
.game-section .game-card-wrapper .game-card .game-img {
  max-width: 300px;
  max-height: 450px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .game-section .game-card-wrapper .game-card .game-img.alt {
    max-height: 380px;
  }
}
@media (max-width: 1199px) {
  .game-section .game-card-wrapper .game-card .game-img.alt {
    max-height: 420px;
  }
}
@media (max-width: 767px) {
  .game-section .game-card-wrapper .game-card .game-img.alt {
    max-height: 360px;
  }
}
.game-section .game-card-wrapper .game-card .game-img img {
  transition: all 0.5s ease;
}
.game-section .game-card-wrapper .game-card .game-card-border,
.game-section .game-card-wrapper .game-card .game-card-border-overlay,
.game-section .game-card-wrapper .game-card .game-img,
.game-section .game-card-wrapper .game-card .game-link {
  -webkit-clip-path: polygon(84% 100%, 100% 88%, 100% 5%, 92% 0%, 14% 0%, 0% 11%, 0% 94%, 6% 100%);
          clip-path: polygon(84% 100%, 100% 88%, 100% 5%, 92% 0%, 14% 0%, 0% 11%, 0% 94%, 6% 100%);
}
.game-section .game-card-wrapper .game-card .game-title {
  transition: all 0.5s ease;
}
.game-section .game-card-wrapper .game-link {
  position: absolute;
  width: 99%;
  height: 0;
  left: 0.5%;
  bottom: 0.5%;
  background: var(--gradient2);
  opacity: 0;
  transition: all 0.5s ease;
}
.game-section .game-card-wrapper .game-link .btn2 {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(var(--p1));
  transition: all 0.5s ease;
  z-index: 10;
}
.game-section .game-card-wrapper:hover .game-card-border {
  background: rgb(var(--p1));
}
.game-section .game-card-wrapper:hover .game-img img {
  transform: scale(1.1);
}
.game-section .game-card-wrapper:hover .game-title {
  color: rgb(var(--p1));
}
.game-section .game-card-wrapper:hover .game-link {
  opacity: 1;
  height: 99%;
}
.game-section .game-card-wrapper:hover .game-link .btn2 {
  transform: rotate(-45deg);
}
.game-section .game-card-wrapper:hover .game-link .btn2:hover {
  transform: rotate(0deg);
}
.game-section .game-swiper .game-swiper-pagination .swiper-pagination-bullet,
.game-section .game-swiper .game-swiper-pagination .swiper-pagination-bullets-dynamic,
.game-section .game-swiper2 .game-swiper-pagination .swiper-pagination-bullet,
.game-section .game-swiper2 .game-swiper-pagination .swiper-pagination-bullets-dynamic {
  width: 15px;
  height: 8px;
  border-radius: 8px;
  background: rgb(var(--p1));
  opacity: 0.7;
}
.game-section .game-swiper .game-swiper-pagination .swiper-pagination-bullet-active,
.game-section .game-swiper2 .game-swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  opacity: 1;
}

.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;
  }
}
.footer .footer-card-area {
  position: relative;
  z-index: 1;
}
.footer .footer-card-area:before, .footer .footer-card-area:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  background: var(--gradient3);
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: -1;
}
.footer .footer-card-area:before {
  left: 0;
}
.footer .footer-card-area:after {
  right: 0;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.footer .footer-card-area:hover:before {
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.footer .footer-card-area:hover:after {
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.footer .footer-card-area .flogo-1 {
  max-width: 100px;
  width: 100%;
}
@media (max-width: 991px) {
  .footer .footer-card-area .flogo-1 {
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .footer .footer-card-area .flogo-1 {
    max-width: 60px;
  }
}
.footer .footer-card-area .flogo-2 {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 991px) {
  .footer .footer-card-area .flogo-2 {
    max-width: 150px;
  }
}
.footer .footer-list li .footer-link {
  transition: all 0.5s ease;
  transform: translateX(-20px);
}
.footer .footer-list li .footer-link i {
  transition: all 0.5s ease;
  opacity: 0;
}
.footer .footer-list li .footer-link:hover {
  color: rgb(var(--p1));
  transform: translateX(0px);
}
.footer .footer-list li .footer-link:hover i {
  transform: translateX(0px);
  opacity: 1;
}

.social-links li {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgb(var(--n3));
  transition: all 0.5s ease;
}
.social-links li:hover {
  background: rgb(var(--p1));
}

.banner-section .banner-bg-img,
.banner-section .banner-swiper {
  width: 100%;
  height: 100%;
  max-height: 450px;
}
.banner-section .banner-bg-img .banner-inner-img,
.banner-section .banner-swiper .banner-inner-img {
  width: 100%;
  max-height: 445px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .banner-section .banner-bg-img,
  .banner-section .banner-swiper {
    max-height: 700px;
  }
  .banner-section .banner-bg-img .banner-inner-img,
  .banner-section .banner-swiper .banner-inner-img {
    max-height: unset;
    max-width: 400px;
    margin: 0 auto;
  }
}
.banner-section .banner-swiper-pagination {
  position: absolute;
  width: 100px;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 10;
}
.banner-section .banner-swiper-pagination .swiper-pagination-bullet {
  background: rgb(var(--n6));
  opacity: 0.7;
  width: 9px;
  height: 20px;
  border-radius: 10px;
}
.banner-section .banner-swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(var(--p1));
  height: 40px;
  opacity: 1;
}
.banner-section .card-items .card-img-area {
  width: 72px;
  min-width: 72px;
  max-width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .banner-section .card-items .card-img-area {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .banner-section .card-items .card-img-area {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.tournaments-tab .nav-links .tablink {
  background: rgb(var(--n4));
  border: 0;
}
.tournaments-tab .nav-links.active .tablink {
  background: rgb(var(--p1));
}

.parallax-banner-area {
  width: 100%;
  height: 100%;
  max-height: 400px;
  min-height: 150px;
}
.parallax-banner-area img {
  min-height: 120px;
  max-height: 400px;
}
.parallax-banner-area img.alt {
  min-height: unset;
}

.teams-card-section .team-card {
  border: 1px solid rgb(var(--n3));
  border-radius: 12px;
  display: flex;
  align-items: start;
  justify-content: center;
}
@media (max-width: 1600px) {
  .teams-card-section .team-card {
    flex-direction: column;
    align-items: center;
  }
  .teams-card-section .team-card .title-area,
  .teams-card-section .team-card .player-info {
    justify-content: center;
  }
}
.teams-card-section .team-card .team-thumb {
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  margin: 0 auto;
}
.teams-card-section .team-card .btn-half-border {
  background: rgb(var(--n3));
  transition: all 0.3s ease;
}
.teams-card-section .team-card .btn-half-border::before {
  border-color: transparent rgb(var(--n3));
}
.teams-card-section .team-card .btn-half-border:hover {
  background: rgb(var(--p1));
}
.teams-card-section .team-card .btn-half-border:hover::before {
  border-color: rgb(var(--p1));
}

.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));
}

.team-profile-banner .team-banner,
.team-profile-banner .profile-banner,
.profile-banner-section .team-banner,
.profile-banner-section .profile-banner {
  min-height: 200px;
}
.team-profile-banner .team-banner::after,
.team-profile-banner .profile-banner::after,
.profile-banner-section .team-banner::after,
.profile-banner-section .profile-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--gradient4);
}
.team-profile-banner .team-banner .tbi,
.team-profile-banner .profile-banner .tbi,
.profile-banner-section .team-banner .tbi,
.profile-banner-section .profile-banner .tbi {
  max-height: 400px;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-profile-banner .team-banner .edit-btn,
.team-profile-banner .profile-banner .edit-btn,
.profile-banner-section .team-banner .edit-btn,
.profile-banner-section .profile-banner .edit-btn {
  cursor: pointer;
}
.team-profile-banner .team-banner .team-profile,
.team-profile-banner .team-banner .user-profile,
.team-profile-banner .profile-banner .team-profile,
.team-profile-banner .profile-banner .user-profile,
.profile-banner-section .team-banner .team-profile,
.profile-banner-section .team-banner .user-profile,
.profile-banner-section .profile-banner .team-profile,
.profile-banner-section .profile-banner .user-profile {
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(20%);
}
.team-profile-banner .team-banner .team-profile .team-thumb,
.team-profile-banner .team-banner .team-profile .profile-thumb,
.team-profile-banner .team-banner .user-profile .team-thumb,
.team-profile-banner .team-banner .user-profile .profile-thumb,
.team-profile-banner .profile-banner .team-profile .team-thumb,
.team-profile-banner .profile-banner .team-profile .profile-thumb,
.team-profile-banner .profile-banner .user-profile .team-thumb,
.team-profile-banner .profile-banner .user-profile .profile-thumb,
.profile-banner-section .team-banner .team-profile .team-thumb,
.profile-banner-section .team-banner .team-profile .profile-thumb,
.profile-banner-section .team-banner .user-profile .team-thumb,
.profile-banner-section .team-banner .user-profile .profile-thumb,
.profile-banner-section .profile-banner .team-profile .team-thumb,
.profile-banner-section .profile-banner .team-profile .profile-thumb,
.profile-banner-section .profile-banner .user-profile .team-thumb,
.profile-banner-section .profile-banner .user-profile .profile-thumb {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  height: 220px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid rgb(var(--n4));
}
@media (max-width: 1199px) {
  .team-profile-banner .team-banner .team-profile .team-thumb,
  .team-profile-banner .team-banner .team-profile .profile-thumb,
  .team-profile-banner .team-banner .user-profile .team-thumb,
  .team-profile-banner .team-banner .user-profile .profile-thumb,
  .team-profile-banner .profile-banner .team-profile .team-thumb,
  .team-profile-banner .profile-banner .team-profile .profile-thumb,
  .team-profile-banner .profile-banner .user-profile .team-thumb,
  .team-profile-banner .profile-banner .user-profile .profile-thumb,
  .profile-banner-section .team-banner .team-profile .team-thumb,
  .profile-banner-section .team-banner .team-profile .profile-thumb,
  .profile-banner-section .team-banner .user-profile .team-thumb,
  .profile-banner-section .team-banner .user-profile .profile-thumb,
  .profile-banner-section .profile-banner .team-profile .team-thumb,
  .profile-banner-section .profile-banner .team-profile .profile-thumb,
  .profile-banner-section .profile-banner .user-profile .team-thumb,
  .profile-banner-section .profile-banner .user-profile .profile-thumb {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .team-profile-banner .team-banner .team-profile .team-thumb,
  .team-profile-banner .team-banner .team-profile .profile-thumb,
  .team-profile-banner .team-banner .user-profile .team-thumb,
  .team-profile-banner .team-banner .user-profile .profile-thumb,
  .team-profile-banner .profile-banner .team-profile .team-thumb,
  .team-profile-banner .profile-banner .team-profile .profile-thumb,
  .team-profile-banner .profile-banner .user-profile .team-thumb,
  .team-profile-banner .profile-banner .user-profile .profile-thumb,
  .profile-banner-section .team-banner .team-profile .team-thumb,
  .profile-banner-section .team-banner .team-profile .profile-thumb,
  .profile-banner-section .team-banner .user-profile .team-thumb,
  .profile-banner-section .team-banner .user-profile .profile-thumb,
  .profile-banner-section .profile-banner .team-profile .team-thumb,
  .profile-banner-section .profile-banner .team-profile .profile-thumb,
  .profile-banner-section .profile-banner .user-profile .team-thumb,
  .profile-banner-section .profile-banner .user-profile .profile-thumb {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .team-profile-banner .team-banner .team-profile .team-thumb,
  .team-profile-banner .team-banner .team-profile .profile-thumb,
  .team-profile-banner .team-banner .user-profile .team-thumb,
  .team-profile-banner .team-banner .user-profile .profile-thumb,
  .team-profile-banner .profile-banner .team-profile .team-thumb,
  .team-profile-banner .profile-banner .team-profile .profile-thumb,
  .team-profile-banner .profile-banner .user-profile .team-thumb,
  .team-profile-banner .profile-banner .user-profile .profile-thumb,
  .profile-banner-section .team-banner .team-profile .team-thumb,
  .profile-banner-section .team-banner .team-profile .profile-thumb,
  .profile-banner-section .team-banner .user-profile .team-thumb,
  .profile-banner-section .team-banner .user-profile .profile-thumb,
  .profile-banner-section .profile-banner .team-profile .team-thumb,
  .profile-banner-section .profile-banner .team-profile .profile-thumb,
  .profile-banner-section .profile-banner .user-profile .team-thumb,
  .profile-banner-section .profile-banner .user-profile .profile-thumb {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .team-profile-banner .team-banner .team-profile .team-thumb,
  .team-profile-banner .team-banner .team-profile .profile-thumb,
  .team-profile-banner .team-banner .user-profile .team-thumb,
  .team-profile-banner .team-banner .user-profile .profile-thumb,
  .team-profile-banner .profile-banner .team-profile .team-thumb,
  .team-profile-banner .profile-banner .team-profile .profile-thumb,
  .team-profile-banner .profile-banner .user-profile .team-thumb,
  .team-profile-banner .profile-banner .user-profile .profile-thumb,
  .profile-banner-section .team-banner .team-profile .team-thumb,
  .profile-banner-section .team-banner .team-profile .profile-thumb,
  .profile-banner-section .team-banner .user-profile .team-thumb,
  .profile-banner-section .team-banner .user-profile .profile-thumb,
  .profile-banner-section .profile-banner .team-profile .team-thumb,
  .profile-banner-section .profile-banner .team-profile .profile-thumb,
  .profile-banner-section .profile-banner .user-profile .team-thumb,
  .profile-banner-section .profile-banner .user-profile .profile-thumb {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .team-profile-banner .team-banner .team-profile .team-thumb,
  .team-profile-banner .team-banner .team-profile .profile-thumb,
  .team-profile-banner .team-banner .user-profile .team-thumb,
  .team-profile-banner .team-banner .user-profile .profile-thumb,
  .team-profile-banner .profile-banner .team-profile .team-thumb,
  .team-profile-banner .profile-banner .team-profile .profile-thumb,
  .team-profile-banner .profile-banner .user-profile .team-thumb,
  .team-profile-banner .profile-banner .user-profile .profile-thumb,
  .profile-banner-section .team-banner .team-profile .team-thumb,
  .profile-banner-section .team-banner .team-profile .profile-thumb,
  .profile-banner-section .team-banner .user-profile .team-thumb,
  .profile-banner-section .team-banner .user-profile .profile-thumb,
  .profile-banner-section .profile-banner .team-profile .team-thumb,
  .profile-banner-section .profile-banner .team-profile .profile-thumb,
  .profile-banner-section .profile-banner .user-profile .team-thumb,
  .profile-banner-section .profile-banner .user-profile .profile-thumb {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.team-profile-banner .team-banner .team-profile .team-thumb img,
.team-profile-banner .team-banner .team-profile .profile-thumb img,
.team-profile-banner .team-banner .user-profile .team-thumb img,
.team-profile-banner .team-banner .user-profile .profile-thumb img,
.team-profile-banner .profile-banner .team-profile .team-thumb img,
.team-profile-banner .profile-banner .team-profile .profile-thumb img,
.team-profile-banner .profile-banner .user-profile .team-thumb img,
.team-profile-banner .profile-banner .user-profile .profile-thumb img,
.profile-banner-section .team-banner .team-profile .team-thumb img,
.profile-banner-section .team-banner .team-profile .profile-thumb img,
.profile-banner-section .team-banner .user-profile .team-thumb img,
.profile-banner-section .team-banner .user-profile .profile-thumb img,
.profile-banner-section .profile-banner .team-profile .team-thumb img,
.profile-banner-section .profile-banner .team-profile .profile-thumb img,
.profile-banner-section .profile-banner .user-profile .team-thumb img,
.profile-banner-section .profile-banner .user-profile .profile-thumb img {
  min-height: unset;
}
.team-profile-banner .user-social li,
.profile-banner-section .user-social li {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(var(--n4));
  border-radius: 12px;
  border: none;
}
.team-profile-banner .team-info .team-info-icon,
.profile-banner-section .team-info .team-info-icon {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: unset;
}

.player-details-section .nav-pills .nav-link {
  background: rgb(var(--n3));
  border: 0;
  border-radius: 50px;
  color: rgb(var(--n1));
}
.player-details-section .nav-pills .active {
  background: rgb(var(--p1));
}
.player-details-section .nested-tabs .nav-link {
  background: unset;
  border-radius: unset;
  padding: unset;
  opacity: 0.8;
}
.player-details-section .nested-tabs .active {
  border-bottom: 2px solid rgb(var(--p1));
  opacity: 1;
}

.team-game-header,
.team-game-table {
  width: 150%;
  min-width: 991px;
  border-spacing: 15px;
}
.team-game-header .tdw,
.team-game-table .tdw {
  width: 10%;
}
.team-game-header .tdw:first-child,
.team-game-table .tdw:first-child {
  width: 50%;
}

.faq-accordion .accordion-single {
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-single.active {
  border: 1px solid rgb(var(--p1));
}

.tournament-details .parallax-banner-area {
  min-height: 350px;
  max-height: unset;
}
@media (max-width: 991px) {
  .tournament-details .parallax-banner-area {
    min-height: 700px;
  }
}
@media (max-width: 575px) {
  .tournament-details .parallax-banner-area {
    min-height: 600px;
  }
}
.tournament-details .running-tournament .date-box {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20%;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: rgb(var(--p1));
}
@media (max-width: 575px) {
  .tournament-details .running-tournament .date-box {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
  }
}

.tour-reg-process-section .tour-reg-process-area .step-area {
  position: relative;
  z-index: 1;
}
.tour-reg-process-section .tour-reg-process-area .step-area:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 120%;
  height: 4px;
  background: rgba(var(--s1), 0.3);
  z-index: -1;
}
@media (max-width: 1199px) {
  .tour-reg-process-section .tour-reg-process-area .step-area:before {
    width: 110%;
  }
}
@media (max-width: 575px) {
  .tour-reg-process-section .tour-reg-process-area .step-area:before {
    display: none;
  }
}
.tour-reg-process-section .tour-reg-process-area .step-area .step {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(var(--n3));
  position: relative;
  z-index: 1;
}
.tour-reg-process-section .tour-reg-process-area .step-area .step .check {
  display: none;
}
.tour-reg-process-section .tour-reg-process-area.complete .step-area:before {
  background: rgb(var(--s1));
}
.tour-reg-process-section .tour-reg-process-area.complete .step-area .step {
  background: rgb(var(--s1));
}
.tour-reg-process-section .tour-reg-process-area.complete .step-area .step-number {
  display: none;
}
.tour-reg-process-section .tour-reg-process-area.complete .step-area .check {
  display: block;
}
.tour-reg-process-section .tour-reg-process-area.pending .step-area .step {
  border: 1px solid rgb(var(--s1));
}
.tour-reg-process-section .tour-reg-process-area.pending .step-area .step .step-number {
  display: none;
}
.tour-reg-process-section .tour-reg-process-area.pending .step-area .step .check {
  display: block;
}
.tour-reg-process-section .tour-reg-content-area .date {
  border: 1px solid rgb(var(--n3));
  transition: all 0.3s ease-in-out;
}
.tour-reg-process-section .tour-reg-content-area .date:hover {
  background: rgb(var(--s1));
}
.tour-reg-process-section .trp-area .trp-box:last-child .step-area:before {
  display: none;
}

.tournament-more-details .bracket-card .bracket-badge {
  border: 1px solid rgb(var(--n3));
}
.tournament-more-details .team-tree-view-area .team-tree-view-list {
  position: relative;
}
.tournament-more-details .team-tree-view-area .team-tree-view-list .team-tree-view-item {
  border-right: 5px solid rgb(var(--n3));
}
.tournament-more-details .team-tree-view-area .team-tree-view-list .team-tree-view-item .team-tree-view-thumb {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tournament-more-details .team-tree-view-area .team-tree-view-list::before, .tournament-more-details .team-tree-view-area .team-tree-view-list::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translate(-50%, -50%);
  width: 10%;
  height: 100%;
  z-index: -1;
  border: 2px solid rgb(var(--n3));
  border-left: none;
  border-radius: 10px;
}
.tournament-more-details .team-tree-view-area .team-tree-view-list::after {
  width: 10%;
  height: 1px;
  left: 0;
  border: none;
  background: rgb(var(--n3));
}
.tournament-more-details .team-tree-view-area .team-tree-view-list.grand-grand-child::before {
  display: none;
}
.tournament-more-details .team-tree-view-area .team-tree-view-list.grand-grand-child::after {
  display: none;
}
.tournament-more-details .team-tree-view-area .team-tree-view-list.grand-child::before {
  height: 130%;
}
.tournament-more-details .team-tree-view-area .team-tree-view-list.child::before {
  height: 280%;
}
.tournament-more-details .team-tree-view-area .team-tree-view-list.parent::before {
  height: 560%;
}
.tournament-more-details .team-branch-list .team-branch-item .team-branch-thumb {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tournament-more-details .rule-accordion .accordion-single .rule-acc-btn::after {
  content: "\f60d";
  right: unset;
  left: 0;
  color: rgb(var(--p2));
}
.tournament-more-details .rule-accordion .active .rule-acc-btn::after {
  transform: rotate(90deg);
}

.gaming-account-card {
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.gaming-account-card .edit-id {
  cursor: pointer;
}
.gaming-account-card .gaming-account-thumb {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.gaming-account-card:hover {
  border-color: rgb(var(--p1));
}
.gaming-account-card:hover .title {
  color: rgb(var(--p1));
}

.connected-thumb {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .connected-thumb {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .chat-section .chat-list-area {
    position: absolute;
    top: 110px;
    left: 0;
    transform: translateX(-100%);
    transition: all 0.5s ease;
    z-index: 1000;
    max-width: 300px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .chat-section .chat-list-area {
    top: 70px;
  }
}
@media (max-width: 991px) {
  .chat-section .chat-list-area.open {
    transform: translateX(0);
  }
}
.chat-section .msg-list-user-thumb {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .chat-section .msg-list-user-thumb {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .chat-section .search-chat .input-area {
    padding: 10px;
  }
}
.chat-section .chat-list-wrapper {
  max-height: 58vh;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .chat-section .chat-list-wrapper {
    max-height: 45vh;
  }
}
.chat-section .chat-list-wrapper::-webkit-scrollbar {
  display: none;
}
.chat-section .msg-sender-list-thumb {
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .chat-section .msg-sender-list-thumb {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.chat-section .msg-sender-list-thumb .online-dot {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 4px solid rgb(var(--n4));
}
.chat-section .msg-sender-list-thumb .online-dot.online {
  background: rgb(var(--s1));
}
.chat-section .msg-sender-list-thumb .online-dot.offline {
  background: rgb(var(--n3));
}
.chat-section .msg-count {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(var(--p2));
}
.chat-section .msg-receiver-user-thumb {
  width: 72px;
  min-width: 72px;
  max-width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .chat-section .msg-receiver-user-thumb {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .chat-section .msg-receiver-user-thumb {
    width: 52px;
    min-width: 52px;
    max-width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.chat-section .chat-body {
  max-height: 55vh;
  overflow-y: auto;
  position: sticky;
  bottom: 0;
  top: initial;
}
.chat-section .chat-body::-webkit-scrollbar {
  display: none;
}
.chat-section .chat-body .chat-msg {
  width: 50%;
}
@media (max-width: 991px) {
  .chat-section .chat-body .chat-msg {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .chat-section .chat-body .chat-msg {
    width: 100%;
  }
}
.chat-section .chat-body .chat-msg .msg-sender-thumb,
.chat-section .chat-body .chat-msg .msg-receiver-thumb {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .chat-section .chat-body .chat-msg .msg-sender-thumb,
  .chat-section .chat-body .chat-msg .msg-receiver-thumb {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.chat-section .chat-body .chat-msg .msg-text {
  position: relative;
  z-index: 1;
}
.chat-section .chat-body .chat-msg .msg-text span {
  padding: 12px 24px;
  background: rgb(var(--n3));
  border-radius: 12px;
  display: inline-block;
}
.chat-section .chat-body .sender .msg-text::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 34px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid rgb(var(--n3));
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  z-index: -1;
}
.chat-section .chat-body .receiver .msg-text::before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 34px;
  width: 0;
  height: 0;
  border-top: 12px solid rgb(var(--n3));
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  z-index: -1;
}

.sign-in-section .form-area {
  background: rgb(var(--n3));
  border-radius: 12px;
  padding: 32px;
}
@media (max-width: 767px) {
  .sign-in-section .form-area {
    padding: 20px;
  }
}

.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);
  }
}/*# sourceMappingURL=style.css.map */


.swiper-backface-hidden .swiper-slide{
  display: flex!important;
    flex-direction: row!important;
    justify-content: space-around!important;
}

.col-lg-5{
  display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 100px;
}

.pb-15{
      padding-bottom: 0!important;
}



.hidden {
  display: none;
}
.faq-section {
  background-color: #121212;
  padding-top: 120px;
  padding-bottom: 120px;
}

.faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background-color: #1e1e1e;
  border: 1px solid #333;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
}

.faq-question {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.faq-answer {
  color: #aaaaaa;
  font-size: 1rem;
  display: none; /* Initially hide the answer */
}

.faq-item.active .faq-answer {
  display: block; /* Show the answer when the item is active */
}

.faq-question::before {
  content: "Q: ";
  color: #ff6600;
}

.faq-answer::before {
  content: "A: ";
  color: #ff6600;
}

/* Styles for animation */
.cursor-scale {
  transition: transform 0.3s ease;
}

.cursor-scale:hover {
  transform: scale(1.05);
}

.growUp {
  transition: transform 0.3s ease;
}

.growUp:hover {
  transform: translateY(-5px);
}


/* Основные стили для модального окна */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: black;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #ff6600;
  width: 80%;
  text-align: center;
}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.download-app-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ff6600;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.7);
  animation: pulse 1.5s infinite;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000; /* Обеспечивает видимость иконки поверх всего */
}

.download-app-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-app-icon .icon-text {
  margin-left: 10px;
}

@keyframes pulse {
  0% {
      box-shadow: 0 0 15px rgba(255, 102, 0, 0.7);
  }
  50% {
      box-shadow: 0 0 30px rgba(255, 102, 0, 1);
  }
  100% {
      box-shadow: 0 0 15px rgba(255, 102, 0, 0.7);
  }
}


.header-section .custom-nav .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s; /* Убираем задержку для отображения */
}

.header-section .custom-nav .menu-item .sub-menu {
  position: absolute;
  top: 100%; /* Устанавливаем точное положение подменю */
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out; /* Уменьшаем время перехода */
  background: rgb(var(--n4));
  padding: 20px;
  z-index: 999; /* Устанавливаем высокий z-index */
}

.header-section .custom-nav .menu-item {
  position: relative;
}

.header-section .custom-nav .menu-item-has-children > a::after {
  content: '\ea5f'; /* Содержимое для стрелочки */
  font-family: "tabler-icons"; /* Обновите на нужный вам шрифт */
  font-size: 14px;
  color: white;
  margin-left: 10px;
  transition: all 0.5s ease-in-out;
}

.header-section .custom-nav .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .header-section .custom-nav .menu-item .sub-menu {
      display: block;
      position: relative;
      opacity: 1;
      visibility: visible;
      transform: none;
      padding-left: 20px; /* Добавляем отступ */
  }

  .header-section .custom-nav .menu-item .sub-menu .menu-item {
      padding-left: 10px; /* Добавляем отступ для дочерних элементов */
  }
}





/* Основной стиль карточки промокода */
.promo-card {
  background-color: #1c1c1c; /* Темный фон */
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.8); /* Глубокая тень для объема */
  border: 1px solid #333; /* Легкая граница для выделения */
  text-align: center;
  color: #ffffff; /* Яркий текст для контраста */
  position: relative;
  max-width: 550px; 
  margin: 30px auto; /* Центрирование и отступы */
}

/* Логотип */
.promo-card .logo img {
  width: 100px;
  height: auto;
  margin-bottom: 20px; /* Отступ снизу */
}

/* Рейтинг */
.promo-card .rating {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.promo-card .rating span {
  margin: 0 12px;
  font-size: 20px;
}

.promo-card .rating .thumb-up, 
.promo-card .rating .thumb-down {
  font-size: 26px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.promo-card .rating .thumb-up:hover,
.promo-card .rating .thumb-down:hover {
  color: #ff8a00; /* Оранжевый цвет для выделения */
}

/* Описание */
.promo-card .description {
  font-size: 18px;
  margin-bottom: 20px;
  color: #dddddd; /* Светлый текст для хорошей читабельности */
}

/* Ссылка на все промокоды */
.promo-card .all-codes {
  color: #ff8a00; /* Основной оранжевый цвет */
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
  transition: color 0.3s ease;
}

.promo-card .all-codes:hover {
  color: #ffa73a; /* Светлее при наведении */
}

/* Кнопка Показать код */
.promo-card .reveal-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8a00; /* Основной оранжевый */
  color: #1c1c1c; /* Темный текст для контраста */
  padding: 15px 30px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;
  margin-bottom: 20px; /* Отступ снизу */
}

.promo-card .reveal-button:hover {
  background-color: #ffa73a; /* Светлее при наведении */
}

.promo-card .reveal-button .icon {
  margin-right: 12px;
  font-size: 22px;
}

/* Код промокода */
.promo-card .reveal-button .reveal-code {
  position: absolute;
  right: -140px;
  height: 100%;
  width: 140px;
  background-color: #222; /* Темный фон */
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: right 0.4s ease;
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);
}

.promo-card .reveal-button.active .reveal-code {
  right: 0;
  width: 160px;
  clip-path: none;
}

/* Дата окончания */
.promo-card .expiration-date {
  font-size: 16px;
  color: #bbbbbb; /* Мягкий серый цвет */
  margin-top: 12px;
}

/* Выравнивание текста */
.text-centerr {
  text-align: center !important;
  width: 85%;
  margin: 0 auto;
  padding-bottom: 35px;
}










/* Основные стили для секции с особенностями */
.about-feature-wrap {
  background-color: #1c1c1c; /* Темный фон для контраста */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.8); /* Глубокая тень для объема */
  color: #ffffff; /* Белый текст для контраста */
}

.about-feature {
  background-color: #282828; /* Более светлый фон внутри секций */
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px; /* Отступ между блоками */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Анимация при наведении */
}

.about-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.8); /* Увеличенная тень при наведении */
}

.about-feature-content p {
  color: #dddddd; /* Светло-серый текст */
  font-size: 16px;
  line-height: 1.6;
}

.exclusive-style {
  border-left: 4px solid #ff8a00; /* Оранжевая полоса слева для акцента */
  padding-left: 16px; /* Отступ слева для внутреннего контента */
}

@media (max-width: 768px) {
  .about-feature-wrap {
      padding: 20px;
  }
  .about-feature {
      padding: 15px;
  }
}


.breadcumb-wrapper{
margin-top: 80px;
margin-bottom: 80px;
}


.ol{
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}


.faq-section {
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

.faq-section h2 {
  text-align: center;

  margin-bottom: 20px;
}

.faq-item {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.faq-item .question {
  display: flex;
  align-items: center;
}

.faq-item .question img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.faq-item .question h3 {
  font-size: 18px;
  margin: 0;
}

.faq-item .answer {
  margin-top: 10px;
  padding-left: 50px;
}

.faq-item .answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.recent-wins-section {
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  margin-top: 20px;
}

.recent-wins-section h2 {
  text-align: center;
  margin-bottom: 20px;
}

.win-item {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #2b2b3a, #24243e);
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  padding: 10px;
}

.win-item img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border-radius: 10px;
}

.win-details h3 {
  font-size: 18px;
  margin: 0;
  color: #ffaa00;
}

.win-details p {
  margin: 5px 0;
  font-size: 16px;
}
.imgol{
border-radius:30px
}

/* Логотип GGDrop в правом нижнем углу */
#floatingLogo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
border-radius: 20px;
}

#floatingLogo img {
  
  height: 70px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 255, 0, 0.6);
}

/* Эффект пульсации */
@keyframes pulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
      box-shadow: 0 0 25px rgba(0, 255, 0, 0.8);
  }
  100% {
      transform: scale(1);
  }
}

/* Анимация при наведении */
#floatingLogo:hover {
  transform: scale(1.2);
}

/* Блок с карточками */
.promo-cards-section {
     padding: 40px;
     background-color: black;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  flex-direction: column;
}

.promo-cards-title {
  text-align: center;
  font-size: 32px;
  color: white; /* Ярко-зеленый акцент */
  margin-bottom: 40px;
}

/* Сетка карточек */
.promo-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.promo-card {
  background-color: #1c1c1c;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.promo-card:hover {
  transform: translateY(-10px);
}

.promo-thumb img {
  width: 100%;
  border-radius: 15px;
}

.promo-title {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff6600; /* Неоновый акцент */
}

/* Медиа запросы для мобильных */
@media (max-width: 992px) {
  .promo-cards-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .promo-cards-grid {
      grid-template-columns: 1fr;
  }
}
.bonus-section {
  padding: 60px 0;
  background-color: #1c1c1c;
  text-align: center;
  color: #fff;
}

.bonus-title {
  font-size: 2.5rem;
  color: white; /* Неоновый зеленый акцент */
  margin-bottom: 40px;
}

/* Оформление блока с "слот-машиной" */
.bonus-machine {
  display: inline-block;
  margin-top: 20px;
}

.promo-result {
  font-size: 1.5rem;
  padding: 20px;
  border: 2px solid #00ffb0;
  border-radius: 10px;
  margin-bottom: 20px;
  min-width: 300px;
  background-color: #111;
}

.bonus-btn {
  background-color: #00ffb0;
  color: #000;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease;
}

.bonus-btn:hover {
  background-color: #00ffa0;
}
/* Стиль секции с бонусами */
.bonus-section {
  background: url('<?php bloginfo('template_url'); ?>/assets/img/cs-background.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 60px 0;
  overflow: hidden;
}

.bonus-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* затемнение */
  z-index: 1;
}

.bonus-section .container {
  position: relative;
  z-index: 2;
}

.promo-result {
  font-size: 2em;
  color: #ffac61;
  margin-bottom: 30px;
}



.btn:hover {
  transform: scale(1.05);
  background-color: #ffac61;;
}

.pulse-effect {
  animation: pulse-effect 2s infinite;
}

@keyframes pulse-effect {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.1);
      opacity: 0.7;
  }
}

/* Стиль для всплывающего окна */
.promo-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.promo-popup-content {
  background: #1a1a1a;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 90%;
  max-width: 500px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  cursor: pointer;
}

.promo-popup h2 {
  margin-bottom: 20px;
  color: #00ff00;
}

.promo-popup p {
  margin-bottom: 20px;
  color: #fff;
}

.promo-popup .btn {
  margin-top: 10px;
}


.ggdrop-rating-section {

  padding: 60px 0;
  color: #fff;

  position: relative;
  overflow: hidden;
}
.ggs-rating-section {

  padding: 60px 0;
  color: #fff;

  position: relative;
  overflow: hidden;
}


.ggdrop-rating-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 500px;
  width: 80%; /* Покрывает правую часть экрана */
  height: 100%;
  background: url('<?php bloginfo('template_url'); ?>/assets/img/oput.png') no-repeat center right;
  background-size: contain;
  opacity: 0.7; /* Полупрозрачное изображение */
  z-index: 1;
}

.ggmain-rating-section {
padding:40px;
}
.ggmain-rating-section{
  background: linear-gradient(145deg, #121212, #1a1a1a);
}

.ggs-rating-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 500px;
  width: 80%; /* Покрывает правую часть экрана */
  height: 100%;
  background: url('<?php bloginfo('template_url'); ?>/assets/img/ggs/ggsprize.png') no-repeat center right;
  background-size: contain;
  opacity: 0.7; /* Полупрозрачное изображение */
  z-index: 1;
}


.rating-title {
  font-size: 1.75em;

}

.rating-stars {
  font-size: 2em;
  color: #ff6600;
  display: flex;

}

.star {
  margin: 0 5px;
}

.full-star:before {
  content: '\2605'; /* Unicode для полной звезды */
}

.half-star:before {
  content: '\2605'; /* Unicode для половины звезды */
  opacity: 0.5;
}

.rating-value {
  font-size: 1.2em;
  margin-top: 10px;
  color: #ff6600;
}

.ggdrop-advantages h3 {
padding-bottom:20px;
}

.advantages-list {
  list-style: none;
  padding: 0;
  font-size: 1.2em;
}

.advantages-list li {
 
  color: #adb0bc;
}

.advantages-list li i {
  margin-right: 10px;
  color: #ff6600;
}

.ggdrop-promo-benefits h3 {
padding-top:20px;
  padding-bottom:20px;
}

.promo-benefits-list {
  list-style: none;
  padding: 0;
  font-size: 1.2em;
}

.promo-benefits-list li {

  color: #adb0bc;
}

.promo-benefits-list li i {
  margin-right: 10px;
  color: #ff6600;
}

.ggdrop{
color:#ff6600;
text-transform: uppercase;
}

/* Основная секция FAQ */
.section-faq {
  padding: 60px 0;
  background: linear-gradient(135deg, #0f0f0f, #1e1e1e, #2a2a2a);
  color: #f9f9f9; /* Светлый текст */
}

.section-faq-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: white; /* Яркий акцент для заголовка */
  margin-bottom: 50px;
  text-transform: uppercase;
  margin-bottom: 40px !important;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-question-block {
  background-color: #1a1a1a;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 15px;
  border: 1px solid #423f38;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}


.faq-question-title {
  font-size: 18px;
  color: #adb0bc;
  margin: 0;
  text-transform: none;
}

.faq-answer {
  display: none; /* Скрываем ответ по умолчанию */
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #dcdcdc; /* Светлый цвет для текста */
}

.faq-question-block.open .faq-answer {
  display: block; /* Отображаем ответ, если блок открыт */
}

.faq-toggle-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #ff6600; /* Цвет иконки */
  transition: transform 0.3s ease;
}

.faq-question-block.open .faq-toggle-icon {
  transform: translateY(-50%) rotate(45deg); /* Анимация иконки при открытии */
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .section-faq-title {
      font-size: 28px;
      margin-bottom: 30px;
  }

  .faq-question-title {
      font-size: 20px;
  }

  .faq-answer {
      font-size: 14px;
  }
}
/* Стиль для попапа */

/* Колесо фортуны */
.fortune-wheel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.fortune-wheel img {
  width: 200px;
  height: 200px;
  transition: transform 5s ease-out;
}

/* Эффект кнопки */
.pulse-effect {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}
.app-primary-btn:hover {
  color: white;
}
.btno{
background-color: #0f161b;
}

.slider__content{
display:flex;
flex-direction: column;
justify-content:center;
}

#breadcrumbs{
padding-bottom: 40px;
  padding-top: 40px;
}

.otstup{
padding-bottom:20px;
}

.promo-button-group{
padding-top: 40px;
  padding-bottom: 40px;
}
h1{
margin:0;
}

.rating-image{
float:left;
    max-width: 500px;
}
.rating-content{
float:right;
}
.ggdrop-rating-ol{
overflow:hidden;
padding-top: 60px;
background-color: black;
}

.ggdrop-vote {
  margin-top: 20px;
}

.vote-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.styled-btn {
  background: linear-gradient(135deg, #ffac61, #f4a21a);
  border: none;
  padding: 12px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s, box-shadow 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.styled-btn i {
  font-size: 18px;
}

.styled-btn:hover {
  background: linear-gradient(135deg, #f4a21a, #ffac61);
  box-shadow: 0px 5px 15px rgba(255, 165, 0, 0.6);
}

.thumbs-up-btn {
  background: linear-gradient(135deg, #32cd32, #28a745);
}

.thumbs-up-btn:hover {
  background: linear-gradient(135deg, #28a745, #32cd32);
}

.thumbs-down-btn {
  background: linear-gradient(135deg, #ff6347, #ff4500);
}

.thumbs-down-btn:hover {
  background: linear-gradient(135deg, #ff4500, #ff6347);
}

.styled-btn:disabled {
  background: #555;
  cursor: not-allowed;
}

#voteMessage {
  text-align: left;
  font-size: 14px;
}

.app-download-promo {
  background: black;
  padding: 60px 0;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.app-download-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.app-download-content {
  width: 50%;
  padding: 30px;
}

.app-download-title {
  font-size: 2.5em;
  color: #ff6600;
  margin-bottom: 20px;
}

.app-download-subtitle {

  margin-bottom: 30px;
  color: #adb0bc;
}

.app-download-benefits {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.app-benefit-item {
  width: 50%;
  display: flex;
align-items: center;
padding-bottom: 20px;
  
 

  color: #fff;
}

.app-benefit-item i {
  font-size: 2em;
  margin-right: 15px;
  color: #ff6600;
}

.app-download-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.app-btn {
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  text-align: center;
  display: inline-block;
}

.app-primary-btn {
  background-color: #ff6600;
  color: #000;
font-weight:400;
}

.app-primary-btn:hover {
  background-color: #555;
}

.app-secondary-btn {
  background-color: #555;
  color: #1a1a1a;
font-weight:400;
}

.app-secondary-btn:hover {
  background-color: #ff6600;
  color: #fff;
}

.app-download-qr {
  margin-top: 20px;
}

.app-download-qr p {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #fff;
}

.app-qr-code {
  width: 100px;
}

.app-download-image {
  width: 40%;
  position: relative;
}

.app-download-img {
  width: 100%;
  animation: float 3s ease-in-out infinite;
}

/* Анимация для картинки приложения */
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}


.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ffac61!important;
  border-color: #ffac61!important;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #ffac61!important;

}

.rating-container{
display: flex;
  flex-direction: row;
  justify-content: space-around;
  
}

@media (max-width: 963px) {
  .rating-container {
  display: flex; 
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
  }


@media (max-width: 730px) {
 .app-download-content {
  width: 80%;


  }
}



.promo-code-section {
  background-color: #222;
  color: #eaeaea;
  padding: 20px;
  border-radius: 8px;
  max-width: 1120px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.promo-code-section h3 {
  font-size: 22px;
  margin-bottom: 8px;
  color: white;
}

.promo-short-text {
  color: #b0b0b0;
  font-size: 16px;
}

.promo-full-text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: #d3d3d3;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.6;
}

.promo-full-text p {
  margin: 0;
}

.toggle-details {
  display: inline-block;
  margin-top: 10px;
  color: #45f882;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
}

.toggle-details:hover {
  color: #16a085;
}

/* Общий стиль для секции */
.slider__area {
background: black;
  padding: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #d1d5db;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  flex-direction: row;
}

/* Flexbox для выравнивания содержимого */
.slider-activee {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 40px;
}

/* Контент с кнопками */
.slider__content {
  flex: 1;
 
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Заголовок */
.slider__content h1 {
  font-size: 32px;
  color: white;
  font-weight: bold;
  margin-bottom: 15px;
}

/* Блок кнопок и промокодов */
.promo-button-group {
  display: flex;
  align-items: center;
  gap: 15px;
 
}

.promo-code-box {
  background: black;
  padding: 10px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #374151;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.promo-text {
  color: #9ca3af;
  font-size: 16px;
}

.promo-code {
  color: #ff6600;
  font-weight: bold;
  font-size: 18px;
}

/* Кнопка копирования */
.copy-btn img {
  width: 24px;
  cursor: pointer;
  transition: transform 0.2s;
}

.copy-btn img:hover {
  transform: scale(1.1);
}
.copy-btn{
background: none;
border: none;
}
/* Стиль кнопки */
.register-btn {
  color: #ffffff;
  background: #22c55e;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: inline-block;
}

.register-btn:hover {
  background: #16a34a;
}

/* Изображение */
.slider__img {
  flex: 1;

  text-align: right;
}

.slider__img img {
  width: 400px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}

.oll {
display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

/* Общий стиль для затемнённого фона попапа */
.promo-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Основной блок попапа */
.promo-popup-content {
  background: #1f2937;
  padding: 30px;
  border-radius: 12px;
  max-width: 400px;
  width: 90%;
  color: #d1d5db;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
  position: relative;
}

/* Кнопка закрытия попапа */
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  color: white;
  cursor: pointer;
  transition: color 0.2s;
}

.close-btn:hover {
  color: #0a84ff;
}

/* Заголовок и описание в попапе */
.promo-popup-content p {
  color: #9ca3af;
  font-size: 16px;
  margin-bottom: 20px;

}

.promo-popup-content p:first-of-type {
  font-size: 18px;
  color: white;
  font-weight: bold;
}

/* Кнопка для скачивания APK */
.btn-primary {
  display: inline-block;
  color: #ffffff;
  background: linear-gradient(90deg, #1da1f2, #0a84ff);
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(90deg, #0a84ff, #1da1f2);
  transform: scale(1.05);
}

/* Секция с преимуществами приложения */
.app-benefits {
  margin-top: 20px;
  text-align: left;
}

.app-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.app-benefits li {
  color: #9ca3af;
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.app-benefits li::before {
  content: "✓";
  color: #10b981;
  margin-right: 8px;
}
.ggmain-rating-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.ggmain-rating-section .col-lg-8,
.ggmain-rating-section .col-lg-4 {
  flex: 1;
}

.ggmain-rating-section .col-lg-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ggmain-rating-section .right-image {
  width: 500px;
  height: auto;
}
.ole{
display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

@media (max-width: 832px) {
.oll{
  flex-direction: column;
  text-align: center;
}
.promo-button-group{
  justify-content:center;
}
.slider__btn{
  align-items:center;
  padding-bottom: 40px;
}
.slider__content{
  padding:0;
}
.ole{
  flex-direction:column;
}
.slider-activee{
  display:inline;
}

  .ggmain-rating-section .container{
    display:inline;
  }
.app-download-content{
  width:100%;
}
.app-download-content{
  padding:10px;
}
}


/* General Layout */
.tournament-area {
background-color: #121212; /* Dark background */
padding-top: 120px;
padding-bottom: 90px;
color: #f2f2f2;
}

.section__title h3.title {
color: #ff4b4b; /* Neon red for emphasis */
font-weight: bold;
font-size: 2rem;
}

.tournament__box-wrap {
position: relative;
background-color: #1b1b1b; /* Dark box background */
padding: 20px;
border-radius: 8px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
overflow: hidden;
transition: transform 0.3s ease;
}

.tournament__box-wrap:hover {
transform: scale(1.05); /* Subtle scale effect */
}

.tournament__box-price,
.tournament__box-prize {
color: #ffa500; /* Neon orange for icons and text */
font-weight: bold;
}

.tournament__box-countdown .time-count {
background-color: #272727;
color: #f2f2f2;
padding: 5px 10px;
border-radius: 4px;
font-size: 0.85rem;
}

.tournament__box-caption .title {
color: #ffffff;
font-size: 1.2rem;
cursor: pointer;
display: flex;
align-items: center;
gap: 10px;
}

.tournament__box-caption .title img {
width: 20px;
height: 20px;
cursor: pointer;
}

/* Buttons */
.tournament__box-activate .btn-primary {
background-color: #ff4b4b; /* Neon red */
color: #ffffff;
border-radius: 20px;
padding: 8px 20px;
transition: background-color 0.3s ease;
}

.tournament__box-activate .btn-primary:hover {
background-color: #ff6f6f;
}

/* Load More Button */
.load-more-active {
background-color: #ff4b4b;
color: #ffffff;
border-radius: 20px;
padding: 10px 30px;
font-size: 1rem;
cursor: pointer;
transition: background-color 0.3s ease;
}

.load-more-active:hover {
background-color: #ff6f6f;
}

/* SVG Customizations */
.main-bg,
.price-bg {
fill: #121212;
opacity: 0.8;
}
#loadMoreActive{
width: 30%;
}

.fa{
font-family: 'FontAwesome';
font-style: normal;
font-weight: normal;
text-decoration: inherit;
}

/* Пример для фона основной секции */
.slider__area {
  background: linear-gradient(135deg, #0f0f0f, #1e1e1e, #2a2a2a);
}

/* Пример для фона секции с промокодами */
.promo-cards-section {
  background: linear-gradient(145deg, #121212, #1a1a1a);
}
/* Фон с текстурой или изображением */


.promo-card {
  border: 1px solid rgba(255, 165, 0, 0.3);
  box-shadow: 0 0 10px rgba(255, 165, 0, 0.5), 0 0 20px rgba(255, 165, 0, 0.3);
  transition: box-shadow 0.3s ease;
}

.promo-card:hover {
  box-shadow: 0 0 20px rgba(255, 165, 0, 0.7), 0 0 40px rgba(255, 165, 0, 0.5);
}

.promo-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.promo-popup-content {
  background-color: #1c1c1c;
  color: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  position: relative;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #F76D1F;
}

.promo-popup h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.promo-popup p {
  font-size: 16px;
  margin: 10px 0;
}

.btn.bgmain__btn {
  display: inline-block;
  background-color: #F76D1F;
  color: #fff;
  padding: 12px 20px;
  margin-top: 15px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn.bgmain__btn:hover {
  background-color: #F76D1F;
}

.app-benefits {
  margin-top: 20px;
  text-align: left;
}

.app-benefits ul {
  list-style-type: disc;
  padding-left: 20px;
}

.app-benefits li {
  margin-bottom: 8px;
}


.popular-games-section {
  background: radial-gradient(circle at center, #111 0%, #0a0a0a 100%);
  border-top: 1px solid #222;
}

.game-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 102, 0, 0.3);
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 transparent;
  text-decoration: none;
  color: white;
}

.game-tile:hover {
  border-color: #ff6600;
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.6);
  transform: translateY(-5px);
}

.game-tile img {
  height: 230px;
  margin-bottom: 15px;
  border-radius: 12px;
}

.game-tile span {
  font-weight: bold;
  font-size: 1.1rem;
  color: #fff;
}



body.single-promo-page {
  background: #020203;
}
.hero-promo {
  background: radial-gradient(circle at top, #f4741d 0%, #0b0b0f 52%, #020203 100%);
  position: relative;
  overflow: hidden;
  padding: 40px 0 80px;
}
.hero-promo:before,
.hero-promo:after {
  content: "";
  position: absolute;
  inset: -20% -10%;
  background: radial-gradient(circle, rgba(255,148,19,0.12) 0%, rgba(2,2,3,0) 60%);
  filter: blur(40px);
  pointer-events: none;
}
.hero-promo .container {
  position: relative;
  z-index: 2;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 40px;
  align-items: center;
}
.hero-title {
  font-size: 48px;
  line-height: 1.01;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}
.hero-title span {
  color: #ffe9d1;
  display: block;
}
.hero-text {
  color: rgba(255,255,255,.65);
  max-width: 580px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn-main {
  background: linear-gradient(120deg,#ff7b00 0%,#ffb347 100%);
  color: #000;
  border-radius: 999px;
  padding: 10px 28px;
  font-weight: 600;
  text-decoration: none;
}
.btn-outline {
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  border-radius: 999px;
  padding: 10px 22px;
  text-decoration: none;
}
.hero-card {
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,123,0,.25);
  border-radius: 20px;
  padding: 18px 18px 14px;
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 30px rgba(0,0,0,.4);
}
.hero-card-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
}
.hero-card-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(255,123,0,.04);
  padding: 10px 12px;
  border-radius: 14px;
  margin-bottom: 10px;
}
.hero-card-item span {
  color: #fff;
  font-size: 13px;
}
.hero-card-item small {
  color: rgba(255,255,255,.4);
  font-size: 11px;
}
.hero-card-btn {
  width: 100%;
  margin-top: 8px;
  text-align: center;
  background: #ff7b00;
  color: #000;
  border-radius: 14px;
  padding: 7px 0;
  text-decoration: none;
  font-weight: 600;
  padding-left: 10px;
}
.promo-section {
  background: #020203;
  padding: 70px 0 80px;
}
.promo-section .container {
  max-width: 1220px;
}
.promo-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 26px;
}
.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 26px;
}
.promo-card {
  background: radial-gradient(circle at top, rgba(255,115,0,0.06) 0%, rgba(5,5,5,1) 55%);
  border: 1px solid rgba(255,123,0,0.35);
  border-radius: 14px;
  padding: 20px 18px 15px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 210px;
  box-shadow: 0 12px 32px rgba(0,0,0,.35);
  position: relative;
}
.promo-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promo-card-badge {
  background: rgba(255,123,0,.22);
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.promo-card-brand {
  color: rgba(255,255,255,.5);
  font-size: 12px;
}
.promo-card-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  min-height: 44px;
}
.promo-card-code {
  background: rgba(0,0,0,.35);
  border: 1px dashed rgba(255,123,0,.35);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
}
.promo-card-code .code-hidden {
  filter: blur(5px);
  color: #fff;
  font-weight: 700;
  letter-spacing: .08em;
  flex: 1;
}
.promo-card-code .code-visible {
  color: #fff;
  font-weight: 700;
  letter-spacing: .08em;
  flex: 1;
}
.promo-card-code .hidden {
  display: none;
}
.code-reveal,
.code-copy {
  background: #ff7b00;
  color: #000;
  border: 0;
  border-radius: 999px;
  padding: 4px 11px 5px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.promo-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.promo-expire {
  color: rgba(255,255,255,.35);
  font-size: 12px;
}
.promo-cta {
  background: linear-gradient(90deg,#ff7b00 0%,#ffb347 100%);
  color: #000;
  padding: 6px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.promo-more-wrap {
  text-align: center;
  margin-top: 30px;
}
.promo-more-btn {
  background: transparent;
  border: 1px solid rgba(255,123,0,.35);
  color: #fff;
  padding: 10px 30px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: .2s;
}
.promo-more-btn:hover {
  background: rgba(255,123,0,.12);
}
.related-brands-section {
  background: #020203;
  padding: 40px 0 60px;
}
.related-brands-section h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 24px;
}
.related-brands-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 20px;
}
.related-brand-item {
  background: rgba(0,0,0,.3);
  border: 1px solid rgba(255,123,0,.15);
  border-radius: 14px;
  padding: 16px 10px;
  text-align: center;
}
.related-brand-item img {
  max-height: 46px;
  margin: 0 auto 14px;
  display: block;
}
.related-brand-item span {
  color: rgba(255,255,255,.75);
  font-size: 13px;
}
.faq-section {
  background: #020203;
  padding: 40px 0 80px;
}
.faq-wrapper {
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  background: rgba(0,0,0,.3);
  border: 1px solid rgba(255,123,0,.13);
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
}
.faq-question {
  color: #fff;
  padding: 14px 16px;
  cursor: pointer;
}
.faq-answer {
  display: none;
  padding: 0 16px 12px;
  color: rgba(255,255,255,.6);
  font-size: 14px;
  line-height: 1.5;
}
.faq-item.active .faq-answer {
  display: block;
}
@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .promo-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .related-brands-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 640px) {
  .hero-title {
    font-size: 38px;
  }
  .promo-grid {
    grid-template-columns: 1fr;
  }
  .promo-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}


.promo-section-related{background:#020203;padding:25px 0 70px}
.promo-section-related .promo-title{margin-bottom:20px}
.promo-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.promo-related-card{background:radial-gradient(circle at top,rgba(255,115,0,0.06) 0%,rgba(5,5,5,1) 55%);border:1px solid rgba(255,123,0,0.35);border-radius:14px;padding:18px 16px 15px;display:flex;flex-direction:column;gap:12px;box-shadow:0 12px 32px rgba(0,0,0,.35);min-height:215px}
.promo-related-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px}
.promo-related-badge{background:rgba(255,123,0,.22);color:#fff;font-size:11px;padding:3px 9px 4px;border-radius:999px;text-transform:uppercase;letter-spacing:.08em}
.promo-related-brand{color:rgba(255,255,255,.55);font-size:12px}
.promo-related-text{color:#fff;font-size:14px;line-height:1.4}
.promo-related-codebox{background:rgba(0,0,0,.35);border:1px dashed rgba(255,123,0,.35);border-radius:12px;display:flex;align-items:center;gap:10px;padding:8px 10px}
.promo-related-codebox .code-hidden{filter:blur(5px);color:#fff;font-weight:700;letter-spacing:.08em;flex:1}
.promo-related-codebox .code-visible{color:#fff;font-weight:700;letter-spacing:.08em;flex:1}
.promo-related-codebox .hidden{display:none}
.promo-related-footer{display:flex;justify-content:space-between;align-items:flex-end;gap:14px}
.promo-related-left{display:flex;flex-direction:column;gap:6px}
.promo-related-expire{color:rgba(255,255,255,.35);font-size:12px}
.promo-related-links{display:flex;gap:6px;flex-wrap:wrap}
.promo-related-link{background:rgba(255,123,0,.15);border:1px solid rgba(255,123,0,.35);border-radius:999px;color:#fff;font-size:11px;padding:3px 10px 4px;text-decoration:none;line-height:1}
.promo-related-cta{background:linear-gradient(90deg,#ff7b00 0%,#ffb347 100%);color:#000;padding:5px 14px 6px;border-radius:999px;font-weight:600;font-size:13px;text-decoration:none;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}
.promo-related-more{text-align:center;margin-top:28px}
.promo-related-more button{background:transparent;border:1px solid rgba(255,123,0,.35);color:#fff;padding:10px 28px;border-radius:999px;font-weight:600;cursor:pointer}
@media(max-width:1024px){.promo-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.promo-related-grid{grid-template-columns:1fr}}

.related-brands-section{background:radial-gradient(circle at top,rgba(255,122,0,.08) 0%,rgba(1,1,1,1) 45%,rgba(1,1,1,1) 100%);padding:55px 0 45px}
.related-title{color:#fff;font-size:28px;font-weight:700;margin-bottom:6px}
.related-subtitle{color:rgba(255,255,255,.4);margin-bottom:26px;font-size:14px}
.related-brands-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.related-brand-card{background:rgba(0,0,0,.35);border:1px solid rgba(255,122,0,.05);border-radius:16px;transition:.25s ease-out;position:relative;overflow:hidden}
.related-brand-card::after{content:"";position:absolute;inset:-35% -15%;background:radial-gradient(circle,rgba(255,122,0,.45) 0%,rgba(0,0,0,0) 60%);opacity:0;transition:.25s}
.related-brand-inner{display:flex;align-items:center;gap:14px;padding:16px 16px 16px 16px;text-decoration:none;position:relative;z-index:2}
.related-brand-logo{width:62px;height:56px;border-radius:14px;background:rgba(5,5,5,.4);display:flex;align-items:center;justify-content:center;overflow:hidden}
.related-brand-logo img{max-width:100%;max-height:100%;object-fit:contain}
.related-brand-content h3{color:#fff;font-size:15px;margin-bottom:3px}
.related-brand-content span{color:rgba(255,255,255,.4);font-size:13px}
.related-brand-cta{margin-left:auto;background:linear-gradient(90deg,#ff7b00 0%,#ffb347 100%);color:#000;font-weight:600;font-size:12px;padding:6px 14px;border-radius:999px;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}
.related-brand-card:hover{border:1px solid rgba(255,122,0,.45);transform:translateY(-3px);box-shadow:0 10px 40px rgba(0,0,0,.4)}
.related-brand-card:hover::after{opacity:1}
@media(max-width:1024px){.related-brands-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.related-brands-grid{grid-template-columns:1fr}.related-title{font-size:23px}}

.seo-text-block{background:linear-gradient(180deg,rgba(2,2,3,1) 0%,rgba(2,2,3,0) 12%,rgba(2,2,3,1) 100%);padding:55px 0 60px}
.seo-title{color:#fff;font-size:28px;margin-bottom:15px;max-width:980px}
.seo-subtitle{color:#fff;margin-top:28px;margin-bottom:10px;font-size:20px}
.seo-text-block p{color:rgba(255,255,255,.6);line-height:1.6;max-width:980px}
.seo-list{color:rgba(255,255,255,.6);padding-left:18px;display:grid;gap:6px;margin-top:12px}
.seo-steps{color:rgba(255,255,255,.6);padding-left:18px;display:grid;gap:6px;margin-top:12px}
.seo-faq{margin-top:35px;display:grid;gap:10px;max-width:820px}
.seo-faq-item{background:rgba(0,0,0,.25);border:1px solid rgba(255,123,0,.12);border-radius:12px;overflow:hidden}
.seo-faq-q{width:100%;text-align:left;background:transparent;border:0;color:#fff;padding:14px 18px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:15px}
.seo-faq-q::after{content:"+";color:rgba(255,255,255,.5);font-size:18px}
.seo-faq-item.active .seo-faq-q::after{content:"–"}
.seo-faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease;line-height:1.5;color:rgba(255,255,255,.5);padding:0 18px 0 18px}
.seo-faq-item.active .seo-faq-a{max-height:200px;padding-bottom:14px}
@media(max-width:768px){
  .seo-title{font-size:23px}
}

.promo-footer {
  width: 100%;
  background-color: #0a0a0a;
  border-top: 4px solid #FF6200;
  color: #ccc;
  padding: 2rem 1rem;
}

.promo-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
}

.promo-footer__copyright {
  flex: 1 1 100%;
  text-align: center;
  margin: 0 0 1rem;
  color: #666;
  font-size: 0.9rem;
}

.promo-footer__text,
.promo-footer__contact {
  flex: 1 1 45%;
  min-width: 240px;
  margin: 0;
  line-height: 1.6;
  font-size: 0.95rem;
}

.promo-footer__contact a {
  color: #FF6200;
  text-decoration: none;
  font-weight: 600;
}

.promo-footer__contact a:hover {
  text-decoration: underline;
}

.promo-footer__links {
  flex: 1 1 100%;
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.95rem;
}

.promo-footer__links a {
  color: #FF6200;
  text-decoration: none;
  margin: 0 0.5rem;
  font-weight: 600;
}

.promo-footer__links a:hover {
  text-decoration: underline;
}

.promo-footer__sep {
  color: #444;
  margin: 0 0.5rem;
}

/* Адаптив */
@media (max-width: 768px) {
  .promo-footer__text,
  .promo-footer__contact {
    flex: 1 1 100%;
    text-align: center;
  }
}

.cookie-consent {
  display: none;              /* изначально скрыт */
  position: fixed;
  bottom: 0; left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 1rem 2rem;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.6);
  border-top: 4px solid #FF6200;
  font-size: 14px;
  z-index: 9999;
  
  /* стили flex-контейнера */
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cookie-consent.show {
  display: flex;             /* показываем когда добавлен класс .show */
}

.cookie-text {
  margin: 0;
  line-height: 1.5;
  flex: 1;
}

.cookie-text a {
  color: #FF6200;
  text-decoration: none;
  font-weight: 600;
}
.cookie-text a:hover {
  text-decoration: underline;
}

.cookie-btn {
  background: linear-gradient(90deg, #FF6200, #FFC600);
  border: none;
  color: #000;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.cookie-btn:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .cookie-consent {
    flex-direction: column;
    text-align: center;
  }
  .cookie-text {
    margin-bottom: 0.75rem;
  }
}

    .menu-item-has-children > a::after {
  content: "▼";
  float: right;
  margin-left: 5px;
  font-size: 0.8em;
}

.navbar-toggle-item {
  display: none;
}
.navbar-toggle-item.open {
  display: block;
}
@media (min-width: 992px) {
  .navbar-toggle-item {
    display: block !important;
  }
}
.navbar-toggle-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: white;
  margin-bottom: 4px;
}


.cs2-breadcrumbs{color:rgba(255,255,255,.4);margin-bottom:24px}
.btn-orange{background:linear-gradient(120deg,#ff8a1f 0%,#ff5c0a 60%,#ff9d42 100%);color:#0a0a0a;font-weight:600;border-radius:999px;padding:11px 30px;display:inline-block;text-decoration:none}
.cs2-hero-text{max-width:520px;color:rgba(255,255,255,.6)}
.cs2-panel{background:radial-gradient(circle at top,rgba(255,138,31,.15) 0%,rgba(0,0,0,.85) 55%);border:1px solid rgba(255,154,72,.35);box-shadow:0 18px 60px rgba(0,0,0,.45);padding:18px 18px 12px}
.cs2-panel-head{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.cs2-panel-title{color:#fff;font-weight:600}
.cs2-panel-body{display:flex;flex-wrap:wrap;gap:12px}
.cs2-panel-item{display:flex; flex-direction: column;align-items:stretch;gap:12px;background:rgba(0,0,0,.33);border:1px dashed rgba(255,154,72,.2);border-radius:18px;padding:14px 14px 12px;width:calc(50% - 6px)}
.cs2-panel-left{flex:1 1 auto;min-width:0}
.cs2-tag-row{display:flex;gap:6px;margin-bottom:5px}
.cs2-tag{background:rgba(255,154,72,.08);border:1px solid rgba(255,154,72,.35);padding:3px 12px;border-radius:999px;font-size:11px;color:#fff}
.cs2-tag--brand{background:linear-gradient(140deg,#ff8a1f 0%,#ff5c0a 100%);border:none;color:#131313;font-weight:600}
.cs2-panel-right{display:flex;align-items:center}
.cs2-cta{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(120deg,#ff8a1f 0%,#ff5c0a 60%,#ff9d42 100%);color:#111;font-weight:600;border-radius:999px;padding:6px 16px;text-decoration:none;font-size:13px;white-space:nowrap}
.cs2-cta--muted{background:rgba(255,255,255,.03);color:rgba(255,255,255,.4)}
.cs2-item-title{color:#fff;font-weight:600;margin-bottom:3px}
.cs2-item-desc{color:rgba(255,255,255,.5);font-size:13px;margin-bottom:4px}
.cs2-item-code{display:flex;align-items:center;gap:6px;font-size:13px;color:#fff;margin-bottom:2px}
.cs2-item-code span{background:rgba(255,154,72,.08);padding:2px 8px;border-radius:10px;border:1px solid rgba(255,154,72,.3)}
.cs2-item-exp{font-size:11px;color:rgba(255,255,255,.35)}
.cs2-copy-btn{background:none;border:0;cursor:pointer}
.cs2-panel-footer{display:block;margin-top:12px;background:#0d0d0d;border:1px solid rgba(255,154,72,.25);color:#fff;padding:9px 12px;border-radius:999px;text-align:center;text-decoration:none;font-weight:500}
.cs2-top-sites{background:#000}
.section-title-main{color:#fff;font-size:30px;margin-bottom:24px}
.cs2-cards-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.cs2-card{background:radial-gradient(circle at top,rgba(255,101,0,.12),rgba(7,7,9,1) 53%);border:1px solid rgba(255,154,72,.05);border-radius:20px;padding:18px 18px 16px;text-decoration:none;transition:.14s;display:flex;flex-direction:column;gap:10px}
.cs2-card:hover{border-color:rgba(255,154,72,.35);transform:translateY(-2px)}
.cs2-card-top{display:flex;align-items:center;justify-content:space-between}
.cs2-card-icon{width:38px;height:38px;border-radius:14px;background:linear-gradient(120deg,#ff8a1f 0%,#ff5c0a 60%,#ff9d42 100%);display:flex;align-items:center;justify-content:center;color:#1d1d1f;font-weight:700}
.cs2-card-title{color:#fff;font-size:18px}
.cs2-card-text{color:rgba(255,255,255,.5);font-size:13px}
.cs2-card-link{color:#fff;font-weight:500;font-size:13px}
.cs2-tag--sm{background:rgba(255,154,72,.1);border:1px solid rgba(255,154,72,.3)}
.cs2-promos-wrap{background:radial-gradient(circle at top,#111 0%,#000 48%,#000 100%)}
.cs2-promos-head{margin-bottom:34px}
.cs2-promos-sub{color:rgba(255,255,255,.5);max-width:520px}
.cs2-promo-card{background:rgba(9,9,11,.85);border:1px solid rgba(255,154,72,.03);border-radius:18px;padding:16px 18px 14px;display:flex;flex-direction:column;gap:12px;height:100%}
.cs2-promo-top{display:flex;gap:6px}
.cs2-promo-title{color:#fff;font-weight:600;font-size:16px}
.cs2-promo-desc{color:rgba(255,255,255,.55);font-size:13px}
.cs2-promo-code-line{color:#fff;font-size:13px;display:flex;align-items:center;gap:6px}
.cs2-promo-code-line span{background:rgba(255,154,72,.1);padding:2px 8px;border-radius:10px;border:1px solid rgba(255,154,72,.25)}
.cs2-promo-meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px}
.cs2-promo-date{font-size:12px;color:rgba(255,255,255,.4)}
.cs2-cta-sm{display:inline-flex;margin-top: 10px; align-items:center;justify-content:center;background:linear-gradient(120deg,#ff8a1f 0%,#ff5c0a 60%,#ff9d42 100%);color:#0a0a0a;font-weight:600;border-radius:999px;padding:5px 14px;font-size:12px;text-decoration:none;white-space:nowrap}
.cs2-load-more-wrap{text-align:center;margin-top:30px}
.cs2-load-more{background:linear-gradient(120deg,#ff8a1f 0%,#ff5c0a 60%,#ff9d42 100%);color:#0a0a0a;font-weight:600;border:0;border-radius:999px;padding:9px 28px;cursor:pointer}
#cs2-promo-grid .cs2-hidden{display:none}
.seo-card{background:rgba(9,9,11,.6);border:1px solid rgba(255,154,72,.07);border-radius:20px;padding:38px 26px;color:#fff}
.seo-card h2{margin-bottom:10px}
.seo-card h3{margin-top:22px;margin-bottom:8px}
.seo-card ul{margin:0 0 0 16px;display:grid;gap:5px}
@media(max-width:1199px){
  .cs2-panel-body{flex-direction:column}
  .cs2-panel-item{width:100%}
}
@media(max-width:991px){
  .cs2-cards-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
  .cs2-promo-meta-row{flex-direction:column;align-items:flex-start}
  .cs2-cta-sm{width:100%;justify-content:center}
}

.hero-card.hero-card--wide{
  background: radial-gradient(circle at 50% 0%,rgba(255,136,0,.12) 0%,rgba(4,4,4,1) 68%);
  border:1px solid rgba(255,136,0,.22);
  border-radius:26px;
  padding:20px 22px 22px;
  max-width:540px;
  box-shadow:0 16px 50px rgba(0,0,0,.35);
  margin-top: 30px;
}
.hero-card-title{
  font-size:20px;
  font-weight:700;
  color:#fff;
  margin-bottom:14px;
  display:flex;
  gap:8px;
  align-items:center;
}
.hero-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-bottom:18px;
}
.hero-card-item{
  background:radial-gradient(circle at 100% 0%,rgba(255,136,0,.12) 0%,rgba(16,16,16,.35) 80%);
  border:1px dashed rgba(255,161,50,.4);
  border-radius:18px;
  padding:12px 13px 14px;
  display:flex;
  flex-direction:column;
  gap:9px;
  min-height:140px;
}
.hero-card-info{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.hero-card-desc{
  color:#fff;
  font-weight:500;
  font-size:13.5px;
  line-height:1.3;
}
.hero-card-code{
  font-family:ui-monospace, SFMono-Regular, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight:700;
  font-size:14px;
  letter-spacing:.08em;
  color:#fff;
  background:rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.06);
  border-radius:999px;
  padding:4px 10px 3px;
  display:inline-block;
  width:max-content;
}
.hero-card-exp{
  color:rgba(255,255,255,.55);
  font-size:11.5px;
}
.hero-card-btn-small{
  margin-top:auto;
  align-self:flex-start;
  background:linear-gradient(90deg,#ff7b00 0%,#ffb347 100%);
  color:#000;
  font-weight:600;
  border-radius:999px;
  padding:6px 14px 5px;
  font-size:13px;
  text-decoration:none;
  transition:.2s;
  box-shadow:0 7px 16px rgba(255,135,0,.35);
}
.hero-card-btn-small:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(255,135,0,.35);
}
.hero-card-btn.hero-card-btn--full{
  width:100%;
  background:rgba(2,2,2,.45);
  border:1px solid rgba(255,255,255,.04);
  border-radius:999px;
  color:#fff;
  font-weight:600;
  text-align:center;
  padding:10px 0 9px;
  transition:.2s;
}
.hero-card-btn.hero-card-btn--full:hover{
  background:#101010;
}
@media (max-width: 1024px){
  .hero-card.hero-card--wide{max-width:100%;}
}
@media (max-width: 768px){
  .hero-card-grid{
    grid-template-columns:1fr;
  }
  .hero-card-item{
    min-height:auto;
  }
}

.hero-home{position:relative;overflow:hidden;padding-top:110px;padding-bottom:90px;min-height:560px}
.hero-home .container{position:relative;z-index:2}
.hero-layer{position:absolute;inset:0;z-index:0}
.hero-layer-left{background:radial-gradient(circle at 10% 10%,#20120d 0%,#070707 50%,#020202 100%);clip-path:polygon(0 0,58% 0,42% 100%,0 100%)}
.hero-layer-orange{background:radial-gradient(circle at 50% 50%,rgba(245,124,16,1) 0%,rgba(245,124,16,0) 65%);inset:0 50% 0 25%;filter:blur(2px)}
.hero-layer-green{background:radial-gradient(circle at 95% 25%,#082915 0%,#030a0a 65%);clip-path:polygon(58% 0,100% 0,100% 100%,42% 100%)}
.hero-inner{display:flex;align-items:center;gap:28px;justify-content:space-between}
.hero-left-side{max-width:420px}
.hero-breadcrumb{color:rgba(255,255,255,.35);font-size:13px;margin-bottom:16px}
.hero-title{font-size:54px;line-height:1.02;color:#fff;font-weight:700;margin-bottom:18px}
.hero-title span{color:#ff6b2b}
.hero-text{color:rgba(255,255,255,.6);font-size:15px;line-height:1.5;margin-bottom:28px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn-primary{background:#ff6b2b;color:#fff;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 30px;font-weight:600;text-decoration:none;box-shadow:0 14px 35px rgba(255,107,43,.35)}
.btn-ghost{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.04);color:rgba(255,255,255,.8);border-radius:999px;padding:12px 28px;text-decoration:none;font-weight:500}
.hero-center-char{flex:0 0 240px;display:flex;justify-content:center}
.hero-char-img{max-height:420px;width:auto;object-fit:contain;transform:translateY(16px)}
.hero-right-box{background:rgba(6,8,10,.7);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.02);border-radius:26px;padding:16px 16px 10px 16px;max-width:340px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,.35)}
.promos-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.promos-icon{width:36px;height:36px;border-radius:999px;background:radial-gradient(circle,#ff8a7a 0%,#ff4a3e 50%,#ffbb42 100%);display:flex;align-items:center;justify-content:center;font-size:17px}
.promos-title{color:#fff;font-weight:700;margin-bottom:2px}
.promos-sub{color:rgba(255,255,255,.28);font-size:11px}
.promos-list{display:flex;flex-direction:column;gap:12px}
.promo-item{background:radial-gradient(circle at 0 0,rgba(118,250,168,.18) 0%,rgba(3,3,3,0) 65%),rgba(255,255,255,.012);border:1px solid rgba(255,255,255,.03);border-radius:20px;padding:12px 14px;display:flex;flex-direction:column;gap:6px}
.promo-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.promo-badges{display:flex;gap:6px;flex-wrap:wrap}
.badge-game{background:rgba(0,220,190,.18);border:1px solid rgba(45,248,205,.35);border-radius:999px;padding:4px 10px;color:#fff;font-size:10px;font-weight:600}
.badge-type{background:rgba(206,43,255,.15);border:1px solid rgba(206,43,255,.3);border-radius:999px;padding:4px 10px;color:#fff;font-size:10px;font-weight:600;text-transform:lowercase}
.promo-activate{background:linear-gradient(120deg,#00c4ff,#f62eff);color:#001726;font-weight:700;font-size:10.5px;padding:6px 14px;border-radius:999px;text-decoration:none;white-space:nowrap;box-shadow:0 12px 30px rgba(246,46,255,.3)}
.promo-activate.disabled{background:rgba(255,255,255,.08);color:rgba(255,255,255,.35);box-shadow:none;pointer-events:none}
.promo-desc{color:#fff;font-size:12.5px;line-height:1.4;margin:0}
.promo-code-row{display:flex;align-items:center;gap:7px}
.promo-code-label{color:rgba(255,255,255,.45);font-size:11px}
.promo-code-value{background:rgba(3,3,3,.6);border:1px dashed rgba(255,255,255,.16);padding:3px 9px;border-radius:10px;font-weight:600;color:#fff;font-size:11.5px}
.promo-code-value.muted{color:rgba(255,255,255,.25)}
.promo-copy{background:rgba(255,255,255,.05);border:0;outline:0;width:26px;height:26px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.8);cursor:pointer;transition:.2s}
.promo-copy.copied{background:#1eea87;color:#00160d}
.promo-exp{color:rgba(255,255,255,.28);font-size:10.5px;margin:2px 0 0}
.promos-footer{display:block;text-align:center;margin-top:13px;font-size:11.5px;color:rgba(255,255,255,.5);text-decoration:none;padding:7px 0;border-radius:14px;background:rgba(255,255,255,.01)}
.popular-games-section{padding:40px 0 80px}
.sec-title{text-align:center;color:#fff;margin-bottom:38px;font-size:30px}
.games-grid{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:18px}
.game-card{background:rgba(10,10,10,.4);border:1px solid rgba(255,255,255,.02);border-radius:20px;padding:16px 14px;display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;transition:.18s}
.game-card img{max-height:330px;object-fit:contain}
.game-card span{color:#fff;font-weight:600}
.game-card:hover{transform:translateY(-3px);background:rgba(255,107,43,.04)}
.seo-block{padding:0 0 90px}
.seo-wrap{background:rgba(10,10,10,.3);border:1px solid rgba(255,255,255,.02);border-radius:26px;padding:36px 34px;color:#fff}
.seo-wrap h2{margin-bottom:18px;font-size:28px}
.seo-wrap p{color:rgba(255,255,255,.62);margin-bottom:12px}
.seo-wrap a{color:#ff6b2b;text-decoration:none}
.seo-cols{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:20px;margin-top:22px}
.seo-col h3{margin-bottom:10px;font-size:17px}
.seo-col ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}
.seo-col li{color:rgba(255,255,255,.55);font-size:14px}
.faq-wrapper{max-width:900px;margin:0 auto}
.faq-item{background:rgba(255,255,255,.01);border:1px solid rgba(255,255,255,.02);border-radius:16px;margin-bottom:12px}
.faq-question{padding:16px 18px;cursor:pointer}
.faq-answer{display:none;padding:0 18px 16px}
.faq-item.active .faq-answer{display:block}
@media(max-width:1199px){
    .hero-inner{gap:18px}
    .hero-title{font-size:46px}
    .hero-right-box{max-width:330px}
    .games-grid{grid-template-columns:repeat(4,minmax(130px,1fr))}
}
@media(max-width:991px){
    .hero-inner{flex-direction:column;align-items:flex-start}
    .hero-center-char{order:3;width:100%;justify-content:center}
    .hero-right-box{order:2;max-width:100%;display:flex;flex-direction:column}
    .hero-home{padding-bottom:40px}
    .games-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}
    .seo-cols{grid-template-columns:1fr 1fr}
}
@media(max-width:575px){
    .hero-title{font-size:36px}
    .hero-text{font-size:14px}
    .hero-actions{flex-direction:column;align-items:flex-start}
    .promos-list{flex-direction:column}
    .promo-top{flex-wrap:wrap}
    .games-grid{grid-template-columns:repeat(2,1fr)}
    .seo-wrap{padding:26px 20px}
    .seo-cols{grid-template-columns:1fr}
}
.cs2-cta-sm{
	margin-bottom:10px!important;
}

.cs2-promo-actions{
  display: flex!important;
  gap: 10px!important;
  margin-top: 10px!important;
}

.cs2-cta--ghost{
  margin-top: 10px!important;
}