
@import "../webfont/tabler-icons.min.css";
@import "swiper-bundle.min.css";
@import "magnific-popup.js_1.1.0_magnific-popup.min.css";
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&amp;family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap");
:root {
  --body-font: "Poppins", sans-serif;
  --head-font: "Chakra Petch", sans-serif;
  --p1: #bc4748;
  --p2: 255, 172, 5;
  --s1: #bc4748;
  --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, #bc4748 0%, #bc4748 100%, #bc4748 100%);
  --gradient2: linear-gradient(1deg, #bc4748 0.43%, rgba(232, 81, 23, 0.20) 99.55%);
  --gradient3: linear-gradient(188deg, rgba(188, 43, 43, 0.15) 5.73%, rgba(181, 36, 36, 0) 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: 2px;
}

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

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


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

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

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

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

.display-four {
  font-size: 56px;
  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 {
  padding-top: 120px;
}

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

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

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

@media (max-width: 1199px) {
  .display-one {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .display-one {
    font-size: 72px;
  }
  .display-two {
    font-size: 64px;
  }
  .display-three {
    font-size: 56px;
  }
  .display-four {
    font-size: 48px;
  }
  .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: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .mt-120 {
    margin-top: 60px;
  }
  .mb-120 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .display-one {
    font-size: 56px;
  }
}
@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 {
    padding-top: 50px;
  }
  .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: 1111111;
  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 {
    display: none;
  }
}
.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;
}
@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));
}
.header-section .custom-nav .menu-link.active a{
  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-6 {
  color: rgb(var(--n6));
}

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

.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 {
  max-width: 72px;
  max-height: 72px;
  border: 2px solid rgb(var(--n3));
}
@media (max-width: 575px) {
  .hero-section .hero-content .card-area .card-item .card-img-area {
    max-width: 60px;
    max-height: 60px;
  }
}
@media (max-width: 1750px) {
  .hero-section .star-area,
  .hero-section .rotate-award {
    display: none;
  }
}

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

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

@keyframes growUp {
  50% {
    transform: scale(1.2);
  }
}
@keyframes rotate {
  50% {
    transform: rotate(360deg);
  }
}
@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.swiper-3d-section {
  margin-top: -120px;
  background: url("../img/bg-2.png") no-repeat center center;
}
.swiper-3d-section .swiper-3d-container {
  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: -10px;
}
.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 {
    margin-top: -80px;
  }
}

.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 */


.reserve__btn{
  padding: 8px 15px;
  width: 150px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #bc4748;
  color: white;
  border: 1px solid #F62F1A;
  border-radius: 5px;
  margin-right: 0px;
}

.service___overlay{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}
.gallery__img{
  width: 100% !important;
  height: 250px !important;
  object-fit: cover;
}




.sixmeem-equipment-section .eq__box{
  padding: 15px;
  border-radius: 8px;
  border: 1px solid rgba(201, 201, 201, 0.452);
  min-height: 590px;
  margin-bottom: 35px;
}
.sixmeem-equipment-section .heading___equipment{
  font-size: 55px;
  margin-bottom: 30px;
  font-weight: 600;
}
.sixmeem-equipment-section .eq__box img{
  width: 100%;
  border-radius: 15px;
}
.sixmeem-equipment-section .eq__box h5{
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  color: var(--p1);
}
.sixmeem-equipment-section .eq__box p{
  color: rgb(233, 233, 233);
  font-size: 15px;
}
.sixmeem-equipment-section .eq__box ul{
  list-style: circle;
  padding-left: 18px;
  margin-top: 10px;
}
.sixmeem-equipment-section .eq__box ul li{
  color: rgb(233, 233, 233);
  font-size: 15px;
}



.contact__section h2{
  font-size: 55px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
.contact__section input{
  width: 100%;
  background-color: transparent;
  color: white;
  border-radius: 5px;
  padding: 13px 15px;
  margin-bottom: 20px;
  border: 1px solid gray;
}
.contact__section textarea{
  width: 100%;
  background-color: transparent;
  color: white;
  border-radius: 5px;
  padding: 13px 15px;
  min-height: 200px;
  margin-bottom: 20px;
  border: 1px solid gray;
}
.contact__section button{
  background-color: var(--p1);
  color: white;
  border-radius: 5px;
  padding: 13px 30px;
  text-align: center;
  border: 1px solid var(--p1);
  transition: 0.5s ease-in;
}
.contact__section button:hover{
  background-color: transparent;
  color: var(--p1);
  border: 1px solid var(--p1);
}



.gallery__section{
  margin-top: 160px;
}
.gallery__section .gallery__title{
  font-size: 50px;
  margin-bottom: 25px;
  text-align: center;
}
.gallery__section img{
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  object-fit: cover;
  border-radius: 10px;
}


.about_us_section{
  margin: 160px 0px 0px;
}
.about_us_section h4{
  font-size: 35px;
  margin-bottom: 10px;
}
.about_us_section p{
  font-size: 17px;
  margin-bottom: 10px;
}
.about_us_section img{
  border-radius: 8px;
  width: 100%;
}



/* Mission & Vision Section */
.sixmeem-mv-section {
  padding: 80px 0  0px 0;
}

.sixmeem-mv-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.sixmeem-mv-header {
  text-align: center;
  margin-bottom: 40px;
}

.sixmeem-mv-title {
  font-size: 42px;
  font-weight: 700;
  color: white;
}

.sixmeem-mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.sixmeem-mv-card {
  background-color: #272727;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.sixmeem-mv-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #b30000;
  margin-bottom: 20px;
}

.sixmeem-mv-text {
  font-size: 16px;
  line-height: 1.8;
  color: white;
}

/* Responsive */
@media (max-width: 768px) {
  .sixmeem-mv-grid {
    grid-template-columns: 1fr;
  }
}


/* Activities Section */
.sixmeem-activities-section {
    background-color: #0b0b0b;
    padding: 170px 0 50px 0px;
}

.sixmeem-activities-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sixmeem-activities-header {
    text-align: center;
    margin-bottom: 60px;
}

.sixmeem-activities-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sixmeem-activities-divider {
    display: inline-block;
    width: 120px;
    height: 2px;
    background: #b30000;
    position: relative;
}

.sixmeem-activities-divider::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #b30000;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sixmeem-activities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.sixmeem-activity-card {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sixmeem-activity-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.sixmeem-activity-icon {
    font-size: 48px;
    color: #b30000;
    margin-bottom: 20px;
}

.sixmeem-activity-title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.sixmeem-activity-text {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
}

.sixmeem-activity-text.coming-soon {
    font-weight: 600;
    color: #000000;
}

/* Responsive */
@media (max-width: 768px) {
    .sixmeem-activities-grid {
        grid-template-columns: 1fr;
    }
}







/* Corporate Events Section */
.sixmeem-corp-section {
    background-color: #0b0b0b;
    color: #ffffff;
}

/* Containers */
.sixmeem-corp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* INTRO */
.sixmeem-corp-intro {
    padding: 190px 0 80px;
    background: linear-gradient(135deg, #8b0000, #0b0b0b);
}

.sixmeem-corp-title {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sixmeem-corp-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.sixmeem-corp-points {
    list-style: none;
    padding: 0;
}

.sixmeem-corp-points li {
    margin-bottom: 10px;
    font-size: 16px;
}

/* BENEFITS */
.sixmeem-corp-benefits {
    padding: 80px 0;
}

.sixmeem-corp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.sixmeem-corp-card {
    background-color: #141414;
    padding: 30px;
    border-radius: 14px;
    border-left: 4px solid #b30000;
}

.sixmeem-corp-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffffff;
}

.sixmeem-corp-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #cccccc;
}

/* CTA */
.sixmeem-corp-cta {
    padding: 80px 0 120px;
    background-color: #0b0b0b;
    text-align: center;
}

.sixmeem-corp-cta h3 {
    font-size: 32px;
    margin-bottom: 15px;
}

.sixmeem-corp-cta p {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 30px;
    color: #cccccc;
}

.sixmeem-corp-btn {
    display: inline-block;
    padding: 14px 40px;
    background-color: #b30000;
    color: #ffffff;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.sixmeem-corp-btn:hover {
    background-color: #e00000;
}

/* Responsive */
@media (max-width: 768px) {
    .sixmeem-corp-grid {
        grid-template-columns: 1fr;
    }

    .sixmeem-corp-title {
        font-size: 34px;
    }
}




/* FAQ Page Styling  */
/* ===== FAQ UNIQUE SECTION ===== */
/* HERO SECTION */
.zfaq-hero-wrap {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.zfaq-hero-bg {
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
}

.zfaq-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0.9));
}

.zfaq-hero-content {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

.zfaq-hero-content h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.zfaq-hero-content p {
  color: #ccc;
}

/* MAIN SECTION */
.zfaq-main-wrap {
  padding: 100px 0;
  background: #0b0b0b;
}

.zfaq-main-container {
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}

/* INTRO */
.zfaq-intro-box {
  text-align: center;
  margin-bottom: 50px;
}

.zfaq-intro-box h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}

.zfaq-intro-box p {
  color: #aaa;
}

/* ACCORDION */
.zfaq-accordion-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.zfaq-card {
  background: #141414;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  transition: 0.3s;
}

.zfaq-q {
  width: 100%;
  padding: 18px 20px;
  text-align: left;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

/* ICON */
.zfaq-q::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 18px;
  transition: 0.3s;
}

/* ANSWER */
.zfaq-a {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
}

.zfaq-a p {
  padding: 0 20px 20px;
  color: #bbb;
}

/* ACTIVE */
.zfaq-open .zfaq-a {
  max-height: 200px;
}

.zfaq-open .zfaq-q::after {
  content: "-";
}

/* HOVER EFFECT */
.zfaq-card:hover {
  border-color: rgba(255,255,255,0.2);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .zfaq-hero-wrap {
    height: 300px;
  }

  .zfaq-hero-content h1 {
    font-size: 28px;
  }
}




/* HERO */
.cxp-hero {
  position: relative;
  height: 420px;
  overflow: hidden;
}

.cxp-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cxp-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.6), rgba(0,0,0,.9));
}

.cxp-hero-content {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

.cxp-hero-content h1 {
  font-size: 42px;
}

.cxp-hero-content p {
  color: #ccc;
}

/* MAIN */
.cxp-main {
  padding: 100px 0;
  background: #0b0b0b;
}

.cxp-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

/* GRID */
.cxp-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 30px;
}

/* INFO */
.cxp-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cxp-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 20px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.cxp-card h4 {
  margin-bottom: 8px;
}

.cxp-card a {
  color: #ef4444;
}

/* FORM */
.cxp-form-box {
  background: rgba(255,255,255,0.03);
  padding: 25px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.cxp-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.cxp-form-box input,
.cxp-form-box textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #333;
  background: #0b0b0b;
  color: #fff;
}

.cxp-form-box textarea {
  height: 140px;
  margin-bottom: 15px;
}

.cxp-form-box button {
  background: linear-gradient(45deg,#dc2626,#ef4444);
  border: none;
  padding: 12px 20px;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.cxp-form-box button:hover {
  opacity: 0.9;
}

/* MAP */
.cxp-map-wrap {
  margin-top: 0px;
}

/* RESPONSIVE */
@media(max-width:768px){
  .cxp-grid {
    grid-template-columns: 1fr;
  }

  .cxp-row {
    flex-direction: column;
  }

  .cxp-hero-content h1 {
    font-size: 28px;
  }
}



/* ═══════════════════════════════════════════════════════
   6MEEM — ABOUT PAGE STYLES
   All classes prefixed smx- to avoid any collisions
═══════════════════════════════════════════════════════ */

/* ── SHARED TOKENS ─────────────────────────────────── */
:root {
  --smx-orange:      #bc4748;
  --smx-orange-glow: rgba(232, 96, 10, 0.18);
  --smx-orange-dim:  rgba(232, 96, 10, 0.08);
  --smx-dark:        #0a0a0f;
  --smx-dark-card:   #111118;
  --smx-dark-border: rgba(255,255,255,0.07);
  --smx-dark-mid:    #16161f;
  --smx-text-body:   rgba(255,255,255,0.72);
  --smx-text-muted:  rgba(255,255,255,0.42);
  --smx-radius-sm:   8px;
  --smx-radius-md:   14px;
  --smx-radius-lg:   22px;
  --smx-transition:  0.28s cubic-bezier(0.4,0,0.2,1);
}

/* ── EYEBROW + SECTION TITLES ───────────────────────── */
.smx-section-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--smx-orange);
  margin-bottom: 12px;
}
.smx-eyebrow-light { color: rgba(232,96,10,0.8); }

.smx-section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.15;
}
.smx-title-light { color: #fff; }

.smx-body-text {
  color: var(--smx-text-body);
  font-size: 15.5px;
  line-height: 1.78;
  margin-bottom: 14px;
}

/* ══════════════════════════════════════════════════════
   HERO BANNER
══════════════════════════════════════════════════════ */
.smx-hero-banner {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--smx-dark);
  overflow: hidden;
}

.smx-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 0%, rgba(232,96,10,0.22) 0%, transparent 65%),
    radial-gradient(ellipse 40% 40% at 10% 80%, rgba(232,96,10,0.10) 0%, transparent 60%),
    linear-gradient(180deg, #0a0a0f 0%, #0f0f18 100%);
  z-index: 1;
}

/* Animated particles */
.smx-hero-particles { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.smx-particle {
  position: absolute;
  border-radius: 50%;
  background: var(--smx-orange);
  opacity: 0;
  animation: smxFloat 8s ease-in-out infinite;
}
.smx-p1 { width: 4px; height: 4px; top: 20%; left: 15%; animation-delay: 0s;   animation-duration: 7s; }
.smx-p2 { width: 6px; height: 6px; top: 65%; left: 80%; animation-delay: 1.2s; animation-duration: 9s; }
.smx-p3 { width: 3px; height: 3px; top: 40%; left: 60%; animation-delay: 2.4s; animation-duration: 6s; }
.smx-p4 { width: 5px; height: 5px; top: 80%; left: 25%; animation-delay: 0.7s; animation-duration: 11s; }
.smx-p5 { width: 4px; height: 4px; top: 10%; left: 75%; animation-delay: 3s;   animation-duration: 8s; }
.smx-p6 { width: 7px; height: 7px; top: 55%; left: 40%; animation-delay: 1.8s; animation-duration: 10s; }

@keyframes smxFloat {
  0%, 100% { opacity: 0; transform: translateY(0) scale(1); }
  20%       { opacity: 0.6; }
  50%       { opacity: 0.3; transform: translateY(-30px) scale(1.2); }
  80%       { opacity: 0.5; }
}

.smx-hero-inner {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 100px 20px 80px;
}

.smx-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232,96,10,0.12);
  border: 1px solid rgba(232,96,10,0.3);
  color: var(--smx-orange);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 100px;
  margin-bottom: 28px;
}
.smx-badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--smx-orange);
  box-shadow: 0 0 8px var(--smx-orange);
  animation: smxPulse 2s ease-in-out infinite;
}
@keyframes smxPulse {
  0%, 100% { box-shadow: 0 0 8px var(--smx-orange); }
  50%       { box-shadow: 0 0 20px var(--smx-orange); }
}

.smx-hero-title {
  font-size: clamp(48px, 8vw, 90px);
  font-weight: 800;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 22px;
  letter-spacing: -1px;
}
.smx-accent { color: var(--smx-orange); }

.smx-hero-sub {
  color: var(--smx-text-body);
  max-width: unset;
  margin: 0 auto 36px;
  line-height: 1.65;
  font-size: 22px;
}

.smx-hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.smx-meta-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--smx-text-body);
}
.smx-meta-icon { font-size: 11px; color: var(--smx-orange); }
.smx-meta-divider {
  width: 1px; height: 18px;
  background: rgba(255,255,255,0.15);
}

.smx-hero-cta {
  display: inline-block;
  background: var(--smx-orange);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 15px 38px;
  border-radius: 100px;
  text-decoration: none;
  transition: var(--smx-transition);
  box-shadow: 0 8px 30px rgba(232,96,10,0.4);
}
.smx-hero-cta:hover {
  background: #c12f31;
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(232,96,10,0.55);
  color: #fff;
  text-decoration: none;
}

.smx-hero-scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.smx-hero-scroll-hint span {
  display: block;
  width: 22px; height: 36px;
  border: 2px solid rgba(232,96,10,0.5);
  border-radius: 100px;
  position: relative;
}
.smx-hero-scroll-hint span::after {
  content: '';
  position: absolute;
  top: 5px; left: 50%;
  transform: translateX(-50%);
  width: 4px; height: 8px;
  background: var(--smx-orange);
  border-radius: 2px;
  animation: smxScroll 2s ease-in-out infinite;
}
@keyframes smxScroll {
  0%, 100% { opacity: 1; transform: translateX(-50%) translateY(0); }
  50%       { opacity: 0; transform: translateX(-50%) translateY(10px); }
}

/* ══════════════════════════════════════════════════════
   ABOUT SECTION
══════════════════════════════════════════════════════ */
.smx-about-section {
  padding: 110px 0;
  background: #0d0d14;
}

.smx-about-img-wrap {
  position: relative;
  border-radius: var(--smx-radius-lg);
  overflow: visible;
}
.smx-about-img {
  width: 100%;
  border-radius: var(--smx-radius-lg);
  display: block;
  filter: brightness(0.9) contrast(1.05);
}
.smx-about-stat-card {
  position: absolute;
  background: var(--smx-dark-card);
  border: 1px solid var(--smx-dark-border);
  border-radius: var(--smx-radius-md);
  padding: 14px 22px;
  text-align: center;
  backdrop-filter: blur(12px);
}
.smx-stat-1 { bottom: -20px; left: -20px; }
.smx-stat-2 { top: -20px;    right: -20px; }
.smx-stat-num {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: var(--smx-orange);
  line-height: 1;
}
.smx-stat-label {
  display: block;
  font-size: 11px;
  color: var(--smx-text-muted);
  margin-top: 4px;
  letter-spacing: 0.5px;
}

.smx-about-content { padding-left: 16px; }
.smx-about-content p { font-size: 17px; }

.smx-pillars-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.smx-pillar-chip {
  display: inline-block;
  background: var(--smx-orange-dim);
  border: 1px solid rgba(232,96,10,0.25);
  color: var(--smx-orange);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 100px;
  letter-spacing: 0.3px;
  transition: var(--smx-transition);
}
.smx-pillar-chip:hover {
  background: var(--smx-orange-glow);
  border-color: var(--smx-orange);
}

/* ══════════════════════════════════════════════════════
   MISSION & VISION
══════════════════════════════════════════════════════ */
.smx-mv-section {
  position: relative;
  padding: 110px 0;
  background: var(--smx-dark);
  overflow: hidden;
}
.smx-mv-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.smx-mv-header { margin-bottom: 56px; }

.smx-mv-card {
  position: relative;
  background: #111118;
  border-radius: var(--smx-radius-lg);
  padding: 44px 40px;
  height: 100%;
  border: 1px solid var(--smx-dark-border);
  transition: var(--smx-transition);
  overflow: hidden;
}
.smx-mv-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  border-radius: var(--smx-radius-lg) var(--smx-radius-lg) 0 0;
}
.smx-mv-vision::before  { background: linear-gradient(90deg, var(--smx-orange), #ff8c4b); }
.smx-mv-mission::before { background: linear-gradient(90deg, #4b9fff, var(--smx-orange)); }

.smx-mv-card:hover {
  border-color: rgba(232,96,10,0.3);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.smx-mv-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px; height: 54px;
  background: var(--smx-orange-dim);
  border-radius: var(--smx-radius-sm);
  color: var(--smx-orange);
  margin-bottom: 24px;
}
.smx-mv-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.smx-mv-card-text {
  font-size: 15px;
  color: var(--smx-text-body);
  line-height: 1.8;
  margin: 0;
}

/* ══════════════════════════════════════════════════════
   SERVICES
══════════════════════════════════════════════════════ */
.smx-services-section {
  padding: 110px 0;
  background: #0d0d14;
}
.smx-services-header { margin-bottom: 56px; }

.smx-service-card {
  background: var(--smx-dark-card);
  border: 1px solid var(--smx-dark-border);
  border-radius: var(--smx-radius-lg);
  padding: 36px 28px;
  height: 100%;
  transition: var(--smx-transition);
  position: relative;
  overflow: hidden;
}
.smx-service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  opacity: 0;
  transition: var(--smx-transition);
  background: var(--smx-orange);
}
.smx-service-card:hover {
  border-color: rgba(232,96,10,0.25);
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
}
.smx-service-card:hover::after { opacity: 1; }

.smx-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px; height: 60px;
  border-radius: var(--smx-radius-md);
  margin-bottom: 22px;
}
.smx-svc-orange { background: rgba(232,96,10,0.12); color: var(--smx-orange); }
.smx-svc-blue   { background: rgba(75,159,255,0.12); color: #4b9fff; }
.smx-svc-green  { background: rgba(52,211,153,0.12); color: #34d399; }
.smx-svc-red    { background: rgba(248,113,113,0.12); color: #f87171; }

.smx-service-title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.smx-service-text {
  font-size: 14px;
  color: var(--smx-text-body);
  line-height: 1.75;
  margin: 0;
}

/* ══════════════════════════════════════════════════════
   EQUIPMENT
══════════════════════════════════════════════════════ */
.smx-equipment-section {
  position: relative;
  padding: 110px 0;
  background: var(--smx-dark);
  overflow: hidden;
}
.smx-equip-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 50%, rgba(232,96,10,0.10) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 10% 30%, rgba(75,159,255,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.smx-equip-header { margin-bottom: 56px; position: relative; z-index: 1; }
.smx-equip-intro {
  font-size: 15px;
  color: var(--smx-text-muted);
  margin-top: 8px;
}

.smx-equip-card {
  background: var(--smx-dark-card);
  border: 1px solid var(--smx-dark-border);
  border-radius: var(--smx-radius-lg);
  padding: 32px 28px;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: var(--smx-transition);
}
.smx-equip-card:hover {
  border-color: rgba(232,96,10,0.3);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.smx-equip-label {
  display: inline-block;
  background: var(--smx-orange-dim);
  color: var(--smx-orange);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.smx-equip-name {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}
.smx-equip-desc {
  font-size: 14px;
  color: var(--smx-text-body);
  line-height: 1.72;
  margin-bottom: 20px;
}
.smx-equip-specs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.smx-equip-specs li {
  font-size: 13px;
  color: var(--smx-text-muted);
  padding: 5px 0;
  border-bottom: 1px solid var(--smx-dark-border);
  display: flex;
  align-items: center;
  gap: 8px;
}
.smx-equip-specs li::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--smx-orange);
  flex-shrink: 0;
}
.smx-equip-specs li:last-child { border-bottom: none; }

/* ══════════════════════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════════════════════ */
.smx-testimonials-section {
  padding: 110px 0;
  background: #0d0d14;
}
.smx-testimonials-header { margin-bottom: 56px; }

.smx-testi-card {
  background: var(--smx-dark-card);
  border: 1px solid var(--smx-dark-border);
  border-radius: var(--smx-radius-lg);
  padding: 36px 32px;
  height: 100%;
  transition: var(--smx-transition);
  position: relative;
}
.smx-testi-card::before {
  content: '"';
  position: absolute;
  top: 20px; right: 28px;
  font-size: 80px;
  font-family: Georgia, serif;
  color: rgba(232,96,10,0.12);
  line-height: 1;
  pointer-events: none;
}
.smx-testi-card:hover {
  border-color: rgba(232,96,10,0.25);
  transform: translateY(-4px);
}
.smx-testi-stars {
  color: var(--smx-orange);
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
.smx-testi-text {
  font-size: 15px;
  color: var(--smx-text-body);
  line-height: 1.75;
  margin-bottom: 28px;
  font-style: italic;
}
.smx-testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.smx-testi-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--smx-orange-glow);
  border: 1px solid rgba(232,96,10,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--smx-orange);
  flex-shrink: 0;
}
.smx-testi-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

/* ══════════════════════════════════════════════════════
   FAQ SECTION
══════════════════════════════════════════════════════ */
.smx-faq-section {
  padding: 110px 0;
  background: var(--smx-dark);
}
.smx-faq-header { margin-bottom: 20px; }
.smx-faq-intro {
  font-size: 16px;
  color: var(--smx-text-muted);
  margin-bottom: 56px;
}

.smx-faq-column { display: flex; flex-direction: column; gap: 12px; }

.smx-faq-item {
  background: var(--smx-dark-card);
  border: 1px solid var(--smx-dark-border);
  border-radius: var(--smx-radius-md);
  overflow: hidden;
  transition: border-color var(--smx-transition);
}
.smx-faq-item.smx-faq-open {
  border-color: rgba(232,96,10,0.35);
}

.smx-faq-trigger {
  width: 100%;
  background: transparent;
  border: none;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
}
.smx-faq-q {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  flex: 1;
}
.smx-faq-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  color: var(--smx-text-muted);
  transition: var(--smx-transition);
}
.smx-faq-item.smx-faq-open .smx-faq-arrow {
  background: var(--smx-orange-glow);
  color: var(--smx-orange);
  transform: rotate(180deg);
}

.smx-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
}
.smx-faq-answer {
  padding: 0 24px 22px;
  font-size: 14px;
  color: var(--smx-text-body);
  line-height: 1.78;
  margin: 0;
  border-top: 1px solid var(--smx-dark-border);
  padding-top: 18px;
}

/* ══════════════════════════════════════════════════════
   SOCIAL SECTION
══════════════════════════════════════════════════════ */
.smx-social-section {
  padding: 110px 0;
  background: #0d0d14;
}
.smx-social-header { margin-bottom: 20px; }
.smx-social-intro {
  font-size: 15px;
  color: var(--smx-text-muted);
  margin-bottom: 52px;
}

.smx-social-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 40px;
}

.smx-social-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 28px 24px;
  border-radius: var(--smx-radius-lg);
  background: var(--smx-dark-card);
  border: 1px solid var(--smx-dark-border);
  text-decoration: none;
  min-width: 130px;
  transition: var(--smx-transition);
  position: relative;
  overflow: hidden;
}
.smx-social-card:hover {
  transform: translateY(-5px);
  text-decoration: none;
}

.smx-social-icon-wrap {
  width: 52px; height: 52px;
  border-radius: var(--smx-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: var(--smx-transition);
}

/* Platform colors */
.smx-sc-facebook .smx-social-icon-wrap  { background: rgba(24,119,242,0.15); color: #1877F2; }
.smx-sc-instagram .smx-social-icon-wrap { background: rgba(214,36,159,0.15); color: #E1306C; }
.smx-sc-youtube .smx-social-icon-wrap   { background: rgba(255,0,0,0.12);    color: #FF0000; }
.smx-sc-tiktok .smx-social-icon-wrap    { background: rgba(255,255,255,0.08); color: #fff; }
.smx-sc-snapchat .smx-social-icon-wrap  { background: rgba(255,202,0,0.12);  color: #FFCA00; }
.smx-sc-twitter .smx-social-icon-wrap   { background: rgba(255,255,255,0.08); color: #fff; }

.smx-sc-facebook:hover  { border-color: rgba(24,119,242,0.4);  box-shadow: 0 12px 40px rgba(24,119,242,0.15); }
.smx-sc-instagram:hover { border-color: rgba(214,36,159,0.4);  box-shadow: 0 12px 40px rgba(214,36,159,0.12); }
.smx-sc-youtube:hover   { border-color: rgba(255,0,0,0.4);     box-shadow: 0 12px 40px rgba(255,0,0,0.12); }
.smx-sc-tiktok:hover    { border-color: rgba(255,255,255,0.2); box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
.smx-sc-snapchat:hover  { border-color: rgba(255,202,0,0.4);   box-shadow: 0 12px 40px rgba(255,202,0,0.12); }
.smx-sc-twitter:hover   { border-color: rgba(255,255,255,0.2); box-shadow: 0 12px 40px rgba(0,0,0,0.4); }

.smx-social-name {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.smx-social-count {
  font-size: 11px;
  color: var(--smx-text-muted);
}

.smx-social-live-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  color: var(--smx-text-muted);
}
.smx-live-pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 8px #34d399;
  flex-shrink: 0;
  animation: smxPulse 2s ease-in-out infinite;
}

/* ══════════════════════════════════════════════════════
   CTA STRIP
══════════════════════════════════════════════════════ */
.smx-cta-strip {
  position: relative;
  padding: 80px 0;
  background: var(--smx-dark);
  overflow: hidden;
}
.smx-cta-grid {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 100% at 50% 50%, rgba(232,96,10,0.15) 0%, transparent 70%),
    linear-gradient(180deg, #0a0a0f 0%, #0f0f18 100%);
}
.smx-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.smx-cta-title {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.15;
}
.smx-cta-sub {
  font-size: 14px;
  color: var(--smx-text-muted);
  margin: 0;
}
.smx-cta-btn {
  display: inline-block;
  background: var(--smx-orange);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 17px 42px;
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
  transition: var(--smx-transition);
  box-shadow: 0 8px 30px rgba(232,96,10,0.4);
  flex-shrink: 0;
}
.smx-cta-btn:hover {
  background: #bc4748;
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(232,96,10,0.55);
  color: #fff;
  text-decoration: none;
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════ */
@media (max-width: 992px) {
  .smx-about-content { padding-left: 0; margin-top: 48px; }
  .smx-stat-1 { bottom: -14px; left: -10px; }
  .smx-stat-2 { top: -14px;    right: -10px; }
  .smx-cta-inner { text-align: center; justify-content: center; }
}

@media (max-width: 768px) {
  .smx-hero-title { font-size: 44px; }
  .smx-hero-meta  { flex-direction: column; gap: 10px; }
  .smx-meta-divider { display: none; }
  .smx-mv-card { padding: 32px 24px; }
  .smx-social-card { min-width: 100px; padding: 22px 16px; }
  .smx-equip-card { padding: 26px 22px; }
}

.whatsapp__icon img{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  z-index: 1111;
}


.home__price_btn{
  width: 100%;
  margin-top: 18px;
  background: #bc4748;
  color: white;
  border: 1px solid white;
  padding: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--head-font);
}
.eve__btn{
  background: #bc4748;
  padding: 10px 25px;
  border-radius: 5px;
  border: 1px solid white;
  font-family: var(--head-font);
}


/* CARD */
.session-card {
  background: #111;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #222;
  transition: 0.3s;
}

.session-card:hover {
  transform: translateY(-5px);
  border-color: #bc4748;
}

/* HEADER */
.session-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* TITLE */
.session-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

/* TYPE */
.session-type {
  font-family: var(--head-font);
  font-size: 13px;
  padding: 7px 20px;
  border-radius: 20px;
  margin: 10px 0px;
  display: block;
  width: fit-content;
}

.type-private {
  background: #bc4748;
  color: #fff;
}

.type-public {
  background: rgba(188,71,72,0.2);
  color: #bc4748;
}

/* TIME */
.session-time {
  font-size: 12px;
  color: #aaa;
  font-family: var(--head-font);

}

/* PRICE */
.session-price {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--head-font);

  color: #bc4748;
  margin: 12px 0;
}

.session-price span {
  font-size: 13px;
  font-family: var(--head-font);

  color: #aaa;
}

/* META */
.session-meta-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.session-meta {
  font-size: 13px;
  color: #ccc;
}

/* SLOT */
.session-slot-area {
  margin-bottom: 15px;
  font-family: var(--head-font);

}

.session-slot-info {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #ccc;
  margin-bottom: 5px;
}

/* BAR */
.session-bar {
  height: 8px;
  background: #222;
  border-radius: 20px;
  overflow: hidden;
}

.session-fill {
  height: 100%;
  border-radius: 20px;
  transition: width 0.4s ease;
}

/* COLORS */
.low {
  background: #bc4748;
}

.medium {
  background: #eab308;
}

.high {
  background: #22c55e;
}

/* BUTTON */
.session-btn {
  display: block;
  text-align: center;
  padding: 10px;
  font-family: var(--head-font);

  background: #bc4748;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.session-btn:hover {
  background: #a63b3c;
}

.session-btn.disabled {
  background: #333;
  cursor: not-allowed;
}



/* Disabled state */
.session-btn.loading {
  pointer-events: none;
  opacity: 0.7;
  background: #a63b3c;
}

/* Spinner */
.session-btn.loading::after {
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  margin-left: 8px;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}









/* ===== SIDEBAR WRAPPER ===== */
.sbx-sidebar {
  background: #0e0e0e;
  border-radius: 16px;
  border: 1px solid #1f1f1f;
  padding: 20px;
  position: sticky;
  top: 100px;
}

/* ===== HEADER ===== */
.sbx-header {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #1f1f1f;
  margin-bottom: 20px;
}

/* AVATAR */
.sbx-avatar {
  width: 60px;
  height: 60px;
  background: #bc4748;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

/* NAME */
.sbx-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

/* EMAIL */
.sbx-email {
  font-size: 12px;
  color: #aaa;
}

/* ===== NAV ===== */
.sbx-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* LINKS */
.sbx-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  color: #bbb;
  text-decoration: none;
  background: transparent;
  border: none;
  width: 100%;
  transition: 0.25s ease;
  cursor: pointer;
}
.sbx-link.active {
  background-color: #bc4748;
  color: white;
}

/* ICON */
.sbx-link i {
  width: 18px;
  text-align: center;
  font-size: 14px;
}

/* BETTER ALIGNMENT */
.sbx-link {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* HOVER ICON COLOR */
.sbx-link:hover i {
  color: #bc4748;
}

/* ACTIVE ICON */
.sbx-link.active i {
  color: #fff;
}

/* LOGOUT */
.sbx-logout {
  margin-top: 10px;
  color: #ff4d4d;
}

.sbx-logout:hover {
  background: rgba(255, 77, 77, 0.15);
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
  .sbx-sidebar {
    position: static;
  }
}


/* ===== SECTION ===== */
.scorex-section {
  padding: 100px 0;
  background: #0b0b0b;
  color: #fff;
}

/* TITLE */
.scorex-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* SUBTITLE */
.scorex-subtitle {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
}

/* TOP STATS */
.scorex-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 20px;
  margin-bottom: 30px;
}

/* GRID */
.scorex-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
  gap: 20px;
}

/* CARD */
.scorex-card {
  background: #111;
  border: 1px solid #222;
  border-radius: 14px;
  padding: 20px;
  transition: 0.3s;
}

.scorex-card:hover {
  transform: translateY(-5px);
  border-color: #bc4748;
}

/* HIGHLIGHT */
.scorex-card.highlight {
  background: linear-gradient(135deg, #bc4748, #8a2f30);
  border: none;
}

/* TEXT */
.scorex-card span {
  font-size: 13px;
  color: #bbb;
}

.scorex-card h3 {
  font-size: 28px;
  margin-top: 5px;
}

.scorex-card h4 {
  font-size: 20px;
  margin-top: 5px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .scorex-title {
    font-size: 24px;
  }
}





/* ================= MOBILE HEADER ================= */
.mb-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #0b0b0b;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.mb-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}

/* LOGO LEFT */
.mb-logo img {
  height: 55px;
}

/* RIGHT SIDE */
.mb-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* BUTTON */
.mb-reserve {
  background: #bc4748;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 12px;
  text-decoration: none;
}

/* ================= HAMBURGER ================= */
.mb-menu-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
}

.mb-menu-btn span {
  width: 22px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}

/* ANIMATION */
.mb-menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.mb-menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.mb-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ================= MENU ================= */
.mb-menu {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.mb-menu.active {
  pointer-events: all;
}

/* OVERLAY */
.mb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: 0.3s;
}

.mb-menu.active .mb-overlay {
  background: rgba(0,0,0,0.7);
}

/* PANEL */
.mb-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background: #111;
  padding: 20px;
  transform: translateX(100%);
  transition: 0.3s ease;
  overflow-y: auto;
}

.mb-menu.active .mb-panel {
  transform: translateX(0);
}

/* USER */
.mb-user {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.mb-avatar {
  width: 40px;
  height: 40px;
  background: rgba(188,71,72,0.2);
  border: 1px solid #bc4748;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bc4748;
  font-weight: 700;
}

.mb-name {
  color: #fff;
  font-size: 14px;
}

.mb-email {
  color: #aaa;
  font-size: 12px;
}

/* NAV */
.mb-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mb-nav li {
  margin-bottom: 14px;
}

.mb-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.mb-nav a:hover {
  color: #bc4748;
}

/* LOGIN */
.mb-login {
  display: block;
  margin-top: 20px;
  background: #bc4748;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
}

/* HIDE ON DESKTOP */
@media (min-width: 992px) {
  .mb-header {
    display: none;
  }
}


body, html{
  max-width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 500px) {
  .tournament-section{
    padding: 20px;
  }
  .game-section{
    padding: 20px;
  }
  .next-level-gaming-section{
    padding: 20px;
  }
  .sixmeem-equipment-section .heading___equipment{
    font-size: 35px;
    margin-top: 25px;
  }
  .top-player-section{
    padding: 20px;
  }
  .contact__section h2{
    font-size: 35px;
  }
  .sd-messages{
    margin-top: 0px;
  }
  .sx-overlay {
    padding: 15px;
  }
  .terms-condition-wrapper{
    margin-top: 30px;
  }
  .disclaimer-content h2{
    font-size: 25px !important;
    text-transform: capitalize;
  }
}

.header-section .navbar-toggle-item ul li a{
  white-space: nowrap;
}



/* ================= CTA SECTION ================= */
.cta-xwrap {
  position: relative;
  overflow: hidden;
  color: white;
}

/* CARD */
.cta-xcard {
  max-width: 80%;
  background: url('../img/contact-banner.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 30px;
  border: 3px solid rgb(160, 160, 160);
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}
.cta-xcard::before{
  content: '';
  background-color: #0000009a;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* BADGE */
.cta-xbadge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  z-index: 1111;
  position: relative;
  color: #ffffff;
  background: rgba(188,71,72,0.1);
  padding: 6px 12px;
  border-radius: 50px;
  margin-bottom: 15px;
}

/* TITLE */
.cta-xtitle {
  font-size: 32px;
  z-index: 1111;
  position: relative;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

/* DESC */
.cta-xdesc {
  font-size: 15px;
  color: #ffffff;
  z-index: 1111;
  position: relative;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* BUTTON */
.cta-xbtn {
  display: inline-block;
  background: #bc4748;
  color: #fff;
  z-index: 1111;
  position: relative;
  padding: 12px 26px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.cta-xbtn:hover {
  background: #a63d3e;
  transform: translateY(-2px);
}

/* NOTE */
.cta-xnote {
  margin-top: 18px;
  font-size: 13px;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* DOT */
.cta-xdot {
  width: 8px;
  height: 8px;
  background: #28a745;
  border-radius: 50%;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-xtitle {
    font-size: 24px;
  }

  .cta-xcard {
    padding: 30px 20px;
  }
}



.fl__hero{
  display: flex;
  gap: 20px;
}
.fl__hero .price___bx_{
  padding: 10px 25px;
  border-radius: 5px;
  background: #bb4748;
  font-size: 18px;
  font-family: var(--head-font);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fl__hero .price___bx_ span{
  font-size: 22px;
  font-weight: bold;
}
.fl__hero .age___bx_{
  padding: 10px 25px;
  border-radius: 5px;
  background: #bb4748;
  font-size: 18px;
  font-family: var(--head-font);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fl__hero .age___bx_ span{
  font-size: 22px;
  font-weight: bold;
}


/* ===== GAME MODES ===== */
.gm-section {
  
}

.gm-badge {
  color: white;
  font-family: var(--head-font);
  font-weight: 900;
  text-transform: capitalize;
  font-size: 50px;
}

.gm-card {
  background: #0e1117;
  border: 1px solid rgba(255, 0, 0, 0.4);
  border-radius: 16px;
  padding: 40px 25px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.gm-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 40px rgba(255, 0, 0, 0.2);
}

.gm-img {
  width: 80px;
  margin-bottom: 20px;
}

.gm-card h3 {
  color: #fff;
  font-size: 19px;
  font-family: var(--head-font);
  font-weight: 700;
  margin-bottom: 10px;
}

.gm-card p {
  color: #bbb;
  font-size: 14px;
  line-height: 1.6;
}

.gm-footer {
  color: #aaa;
  font-size: 18px;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 500px) {
  
  .gm-badge {
    font-size: 32px;
  }
.sixmeem-corp-intro{
  padding: 70px 0 70px;
}
.mb____logo{
  height: 45px !important;
}
.fl__hero .age___bx_{
  padding: 10px 15px;
}
.fl__hero .price___bx_{
  padding: 10px 15px;
}
}


/* ===== GLOBAL SCROLLBAR RESET + RED STYLE ===== */

/* Chrome, Edge, Safari */
*::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
}

*::-webkit-scrollbar-track {
    background: #f1f1f1 !important; /* light default track */
}

*::-webkit-scrollbar-thumb {
    background-color: #bb4748 !important; /* RED */
    border-radius: 6px !important;
    border: 2px solid #f1f1f1 !important; /* gives clean spacing */
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #bb4748 !important; /* darker red on hover */
}

/* Firefox */
* {
    scrollbar-width: thin !important;
    scrollbar-color: #e53935 #f1f1f1 !important;
}

/* REMOVE any weird forced layouts */
html, body {
    overflow: auto !important;
}