:root {
  --p1: 244, 47, 127;
  --p2: 255, 172, 5;
  --s1: 96, 214, 0;
  --s2: 23, 125, 47;
  --s3: 13, 141, 232;
  --n0: 0, 0, 0;
  --n1: 255, 255, 255;
  --n3: 36, 40, 41;
  --n4: 13, 15, 18;
  --n5: 23, 25, 28;
  --n6: 181, 181, 181;
  --gradient1: linear-gradient(218deg, #F76D1F 0%, #F6471C 100%, #F62F1A 100%);
  --gradient2: linear-gradient(1deg, #F54C0A 0.43%, rgba(232, 81, 23, 0.20) 99.55%);
  --gradient3: linear-gradient(188deg, rgba(247, 109, 31, 0.15) 5.73%, rgba(246, 71, 28, 0.00) 92.87%, rgba(246, 47, 26, 0.15) 92.87%);
  --gradient4: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.80) 100%);
  --transition: all 0.5s ease-in-out;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: initial !important;
  display: block;
  height: auto;
  min-height: 100%;
  width: 100%;
}
body {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: rgb(var(--n1));
  background: rgb(var(--n0));
  min-height: 100vh;
  position: relative;
}
::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #222;
  border-radius: 5px;
}
::-webkit-scrollbar-button, ::-webkit-scrollbar-thumb {
  background: rgb(var(--p1));
  border-radius: 5px;
}
::-moz-selection {
  color: rgb(var(--p1));
  background: rgb(var(--n0));
}
::selection {
  color: rgb(var(--p1));
  background: rgb(var(--n1));
}
.bg-video-wrap {
  position: absolute;
  top: -30%;
  right: 0;
  overflow: hidden;
  z-index: -1;
  width: 100%;
  height: 130%;
}
.bg-video-wrap video {
  width: 80%;
  height: 130%;
  z-index: 1;
  transform: scale(1);
}
.bg-video-wrap .overlay {
  width: 100%;
  height: 130%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}
.bg-video-offers {
  position: absolute;
  top: 0%;
  right: 0;
  overflow: hidden;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.bg-video-offers video {
  width: 100%;
  height: auto;
  z-index: 1;
  transform: scale(1);
  opacity: 0.2;
}
.bg-video-offers .overlay {
  width: 100%;
  height: 130%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(255,255,255,.3) 50%, rgba(255,255,255,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
  opacity: 0.3;
}
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%;
}
.display-six {
  font-size: 32px;
  line-height: 110%;
}
@media (max-width: 1400px) {
  .display-two {
    font-size: 60px;
    line-height: 75px;
  }
}
.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-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;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
a, p, button, span, li, th, td, input, textarea, select, label, blockquote {
  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-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-7 {
  margin-top: 80px;
}
.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: 10%;
}
.lines .line:nth-child(2) {
  left: 20%;
}
.lines .line:nth-child(3) {
  left: 30%;
}
.lines .line:nth-child(4) {
  left: 40%;
}
.lines .line:nth-child(5) {
  left: 50%;
}
.lines .line:nth-child(6) {
  left: 60%;
}
.lines .line:nth-child(7) {
  left: 70%;
}
.lines .line:nth-child(8) {
  left: 80%;
}
.lines .line:nth-child(9) {
  left: 90%;
}
.lines .line:nth-child(10) {
  left: 100%;
}
@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;
  }
}
.menu-icon { 
  display: none;
  position: absolute;
  width: 45px;
  height: 45px;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 9999;
  color: #333;
  font-size: 22px;
  border: 1px solid #666;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
}
.header-section {
  background: rgba(255,255,255,0.8);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  transition: all 0.3s ease-in-out;
  height: 80px;
  padding: 5px 0;
  backdrop-filter: blur(10px);
}
.header-section.header-fixed {
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.header-section .container {
  display: flex;
  height: 80px;
  justify-content: space-between;
}
.logo {
  position: relative;
  padding-top: 5px;
  transition: all 0.3s ease-in-out;
}
.logo img {
  transition: all 0.3s ease-in-out;
  height: 110px;
}
.logo::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -55px;
  z-index: -1;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 45px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}
.header-fixed .logo {
  padding-top: 10px;
}
.header-fixed .logo img {
  transition: all 0.3s ease-in-out;
  height: 90px;
}
.header-fixed .logo::before {
  display: none;
}
.header-section .container .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.header-section .container .nav a {
  color: #333;
  font-weight: 500;
}
.header-section .container .nav a:hover {
  color: #164aaf;
}
.default-btn {
  z-index: 1;
  border: none;
  overflow: hidden;
  text-align: center;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  color: var(--whiteColor);
  background: linear-gradient(135deg,#FA26CA 0%,#712AF9 100%);
  font-weight: 600;
}
@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));
}
@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 {
  height: 80px;
}
.header-section.fixed-header .logo img {
  height: 80px;
}
.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;
}
.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::-webkit-scrollbar, .user-account-popup::-webkit-scrollbar {
  width: 5px;
}
.notification-area::-webkit-scrollbar-track, .user-account-popup::-webkit-scrollbar-track {
  background: rgb(var(--p2));
  border-radius: 5px;
}
.notification-area::-webkit-scrollbar-button, .notification-area::-webkit-scrollbar-thumb, .user-account-popup::-webkit-scrollbar-button, .user-account-popup::-webkit-scrollbar-thumb {
  background: rgb(var(--p1));
  border-radius: 5px;
}
.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;
}
@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%);
}
.elementor-widget-ucaddon_aw_park_attractions {
  position: relative;
}
.elementor-widget-ucaddon_aw_park_attractions::before {
  background: url(../images/bg-park-attraction.png) no-repeat bottom right;
  background-size: auto 480px;
  content: '';
  width: 100%;
  height: 480px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
#btn-branch {
  margin-top: 20px;
  border: 1px solid #f10767;
  color: #f10767;
  padding: 10px 20px;
  border-radius: 25px;
}
#btn-branch:hover {
  background: #f10767;
  color: #fff;
}
.footer-banner-img {
  position: absolute;
  bottom: 0%;
  right: 0%;
  max-width: 300px;
  width: 100%;
  scale: 1;
  opacity: 1;
  z-index: 9;
}
@media (max-width: 1600px) {
  .footer-banner-img {
    max-width: 225px;
  }
}
@media (max-width: 767px) {
  .footer-banner-img {
    display: none;
  }
}
.sword-area {
  position: absolute;
  top: 0;
  left: 10%;
  max-width: 500px;
  width: 100%;
  opacity: 0.5;
  z-index: -1;
}
/* @media (max-width: 1400px) {
  .sword-area {
    display: none;
  }
}
*/
.diamond-area {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 200px;
  width: 100%;
  opacity: 0.8;
}
@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;
  }
}
*/
.grid-lines .lines {
  opacity: .6;
}
.hero-section {
  background: url(../images/aw/bg-banner.jpg) no-repeat top center;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 120px;
  position: relative;
}
.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: 40px;
  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: auto;
  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: 40px;
  /* 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 .card-3d p {
  font-size: 14px;
}
.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;
  }
}
#video-player {
  overflow: visible;
}
.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: 80%;
  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;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.tournament-section .tournament-wrapper .tournament-wrapper-border {
  margin: 2px;
  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);
  */
  background-color: rgba(255,255,255,0.02);
  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 {
  display: block;
  margin-left: 25px;
  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;
}
footer {
  padding: 0;
}
h4.footer-title {
  margin-bottom: 25px;
}
.th-social a {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: rgb(15 28 35);
  color: rgb(150 158 178);
  font-size: 20px;
  text-align: center;
  margin-right: 5px;
  border-radius: 0px;
  position: relative;
}
.th-social a.facebook {
  color: #1778F2;
}
.th-social a.twitter {
  color: #fff;
}
.th-social a.instagram {
  color: #c235a7;
}
.th-social.style-mask a {
  background: url(../images/aw/th-social-bg.svg) no-repeat center center;
}
.pt-10 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mts-120 {
  margin-top: 0px;
}
.video-container {
  width: 100%;
  border-radius: 15px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.play-button-wrapper #circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
/* Gaint Wheels */
.pt-200 {
  padding-top: 200px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-200 {
  padding-bottom: 200px;
}
.ferris_wheel ,.wheel {
  border: 6px solid #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.ferris_wheel {
  position: absolute;
  top: 0;
  left: 5%;
  transform: translateX(-50%) translateY(90%) scale(2.5, 2.5);
  border: 0;
  z-index: -1;
  opacity: 0.4;
}
.wheel_wrap {
  position: absolute;
  animation: wheel_rotate 40s infinite linear;
}
.wheel:before {
  content: "";
  height: 50px;
  width: 50px;
  background: #888;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 1;
}
.wheel:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #683C10;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  border-radius: 50%;
  border: 4px solid #F3AE34;
  z-index: 1;
}
.wheel span:nth-child(1):before {
  content: "";
  border-bottom: 2px solid #BABCBA;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  top: 50%;
  left: 6px;
}
.wheel span:nth-child(1):after {
  content: "";
  border-right: 2px solid #BABCBA;
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  top: 6px;
  left: 50%;
  transform: rotate(45deg);
}
.wheel span:nth-child(2):before {
  content: "";
  border-right: 2px solid #BABCBA;
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  top: 5px;
  left: 50%;
  transform: rotate(-45deg);
}
.wheel span:nth-child(2):after {
  content: "";
  border-right: 2px solid #BABCBA;
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  top: 6px;
  left: 50%;
}
div.stand:before, div.stand:after {
  content: "";
  position: absolute;
  border-right: 4px solid #F3AE34;
  height: 120px;
  transform: rotate(15deg);
  top: 88px;
  left: 50%;
  margin-left: -15px;
}
div.stand:after {
  transform: rotate(-15deg);
  margin-left: 23px;
}
.stand span {
  position: absolute;
  height: 10px;
  background: #683C10;
  width: 100px;
  bottom: -60px;
  left: 50%;
  margin-left: -44px;
  z-index: 1;
}
@keyframes wheel_rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.buckets {
  position: absolute;
  border: 6px solid #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: 1;
}
.buckets div {
  position: absolute;
  animation: bucket_rotate 40s infinite linear;
  top: 50%;
  left: 50%;
  margin-top: 11px;
  margin-left: -13px;
}
.buckets div:before {
  content: "";
  height: 13px;
  left: 9px;
  border-right: 1px solid #888;
  position: absolute;
  top: -12px;
  transform: rotate(30deg);
}
.buckets div:after {
  content: "";
  height: 13px;
  border-right: 1px solid #888;
  position: absolute;
  right: 10px;
  transform: rotate(-30deg);
  top: -12px;
}
.buckets span {
  display: inline-block;
  border-top: 15px solid #A84172;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  height: 0;
  width: 20px;
  position: relative;
}
.buckets span:before {
  content: "";
  position: absolute;
  top: -15px;
  height: 3px;
  width: 25px;
  left: -2px;
  background: #652382;
}
.buckets span:after {
  content: "";
  height: 5px;
  left: -2px;
  background: linear-gradient(to right, #97cde6 0%,#97cde6 35%,#fff 35%,#fff 66%,#97cde6 66%,#97cde6 100%);
  width: 25px;
  position: absolute;
  top: -12px;
}
@keyframes bucket_rotate {
  0% {
    transform: rotate(0) translateX(75px) rotate(0);
  }
  100% {
    transform: rotate(360deg) translateX(75px) rotate(-360deg);
  }
}
.buckets div:nth-child(2) {
  animation-delay: -4.8s;
}
.buckets div:nth-child(3) {
  animation-delay: -9.9s;
}
.buckets div:nth-child(4) {
  animation-delay: -15s;
}
.buckets div:nth-child(5) {
  animation-delay: -20s;
}
.buckets div:nth-child(6) {
  animation-delay: -25s;
}
.buckets div:nth-child(7) {
  animation-delay: -30s;
}
.buckets div:nth-child(8) {
  animation-delay: -35s;
}
.gallery-wrap .gallery-card {
  column-width: 350px;
  column-gap: 5px;
  padding: 5px;
}
.gallery-wrap img {
  width: 100%;
  margin-bottom: 5px;
}
.aws-park-carousel p {
  color: #fff;
}
.parkimg {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.parkimg img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.parkdtls h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}
.parkdtls {
  padding: 20px;
}
.parkdtls p {
  color: #ccc;
  font-size: 14px;
}
.parkattr {
  height: 100%;
  border-radius: 8px;
  border: 1px solid rgb(36, 40, 41);
  background: #0d0f12;
}
.birthday-section {
  background-color: #fff;
}
.birthday-section h5 {
  color: #f10767;
  font-weight: 400;
}
.birthday-section h6 {
  color: #333;
  font-weight: 500;
  font-size: 20px;
  margin:20px 0;
}
.birthday-section p {
  font-size: 16px;
  line-height: 28px;
}
.image_boxes.style_five {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.image_boxes.style_five::before {
  position: absolute;
  content: "";
  width: 362px;
  height: 362px;
  background: rgb(240 243 249);
  top: 55px;
  left: 75px;
  border-radius: 50%;
  z-index: -1;
}
.image_boxes.style_five .image_box.one {
  z-index: 3;
}
.image_boxes.style_five .image_box {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.image_boxes.style_five .image_box.two {
  z-index: 2;
  margin-top: -150px;
  margin-left: 190px;
}
.image_boxes.style_five .image_box img {
  border-radius: 10px;
  height: 325px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 350px;
}
.btn-claim {
  background: #f20867;
  width: 100%;
  height: 35px;
  border: 1px solid #f20867;
  border-radius: 6px;
  display: block;
  padding: 5px 10px;
  color: #333;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
.next-level-gaming-section {
  background-color: #ccc;
}
.branches-section {
  background-color: #ccc;
}
#map {
  height: 600px;
  width: 100%;
}
.popupwidth {
  width: 350px;
  padding: 15px 0px 15px 15px;
}
.gm-style .gm-style-iw-c {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  background-color: white;
  border-radius: 0px 0px 8px 8px;
  padding: 0;
  box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
}
.details h5 {
  font-size: 14px;
  text-transform: capitalize;
}
.details p span {
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
}
.details p {
  font-size: 14px;
  margin-bottom: 7px;
  letter-spacing: 1px;
  color: #5f6368;
  font-weight: 400;
}
.gm-ui-hover-effect {
  user-select: none;
  top: 3px !important;
  right: 3px !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50px !important;
  background: #b8b8b8 !important;
}
button:focus {
  outline: none !important;
}
.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.details p.pop-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
}
.details p i, .details a i {
  margin-right: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.details .pop-loca i::before {
  content: "\f3c5";
}
.details .pop-phone i::before {
  content: "\f095";
}
.details .pop-direction i::before {
  content: "\f124";
}
.details a {
  display: block;
  color: #164aaf;
}
.branches-section {
  position: relative;
}
.title-absolute {
  text-align: center;
  margin-bottom: 20px;
}

/* Responsive */
@media only screen and (max-width: 1200px) {
  .footer-banner-img {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-icon { 
    display:flex;  
  }
  .header-section .container #navigation {
    position: absolute;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    left: 0;
    top: 80px;
    z-index: 99;
    backdrop-filter: blur(10px);
    clear: both;
    overflow: hidden;
    max-height: 0;
    gap: 6px;
    transition: max-height .2s ease-out;
  }
  .header-section {
    background: rgba(255, 255, 255, 0.95);
  }
  .logo::before {
    border-top: 45px solid rgba(255, 255, 255, 0.95);
  }
  .header-section .container #navigation.active {
    max-height: max-content;
  }
  .header-section .container #navigation a {
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
  button.default-btn {
    width: 100%;
    border-radius: 0;
    height: 50px;
  }
  .hero-section .pt-120 {
    padding-top: 40px;
  }
  .hero-content > .mb-5 {
    margin-bottom: 10px !important;
  }
  .tournament-wrapper-border .container {
    padding: 20px !important;
  }
  .display-two {
    font-size: 40px;
    line-height: 55px;
  }
  .hero-banner-area .hero-banner-img {
    width: 400px;
    height: 400px;
  }
  .hero-section .hero-content .card-area {
    padding: 10px !important;
    width: 300px;
  }
  .hero-section .order-md-1.order-lg-last .hero-content {
    display: flex;
    justify-content: flex-end;
  }
  .tournament-section .tournament-wrapper {
    max-width: 95%;
    border-radius: 20px;
  }
  .display-four {
    font-size: 30px;
    line-height: 120%;
  }
  
}
@media only screen and (max-width: 768px) {
  .hero-section .order-md-1.order-lg-last .hero-content {
    display: flex;
    justify-content: flex-start;
  }
  .top-player-section .txt {
    padding: 60px 0 !important;
  }
  .top-player-section .txt h1 {
    font-size: 35px;
    line-height: 55px !important;
  }
  .image_boxes.style_five .image_box.two {
    display: none;
  }
  .call-to-action button {
    margin-top: 20px;
}
footer .footer-card-area:nth-child(2) {
  display: none;
}
footer .footer-card-area:nth-child(1) {
order: 3;
}
.footer .footer-card-area {
  padding: 25px 20px 0;
}
.footer .footer-card-area > div {
  padding: 0;
}
}