@font-face {
  font-family: 'Monumentextended';
  src: url('../fonts/MonumentExtended-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monumentextended';
  src: url('../fonts/MonumentExtended-Ultrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*global*/
html{
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
a,a:hover ,a:focus{color:#fff;}
a, a:hover, a:focus{text-decoration:none;}
ul, ol{margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0;}
h1, h2, h3{font-weight:400;  font-family: 'Monumentextended'; text-rendering: optimizeLegibility;}
h4,h5,h6{font-weight:600;}
input, button, textarea, select{font-family: 'Poppins', sans-serif;}
p{margin:0;}
/*theme*/
body{
   background-color:#1b1e2a;
   font-family: 'Poppins';
   font-size:14px; 
   line-height:1.4;
   min-height:100%;
   font-weight:400;
   color:#fff;
   overflow-x:hidden;
}
.no-padding{
  padding: 0 !important;
}
.no-margin{
  margin: 0 !important;
}
.centered-img{
  max-width:100%;
  display:block; 
  margin:0 auto;
}
.container-fluid{
	padding-left:6em;
	padding-right:6em;
}
/*buttons*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: 0;
}
.btn{
	padding: 0 30px;
    font-size: 0.85em;
	font-family: 'Monumentextended';
    font-weight:400;
	text-transform:uppercase;
	letter-spacing:2px;
    line-height: 50px;
	border-radius:5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
	outline:none;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
}
.btn.small{
	font-size:0.7em;
	line-height:32px;
	padding:0 20px;
	letter-spacing:1.5px;
	transition:all 0.3s ease;
	position:relative;
	overflow:hidden;
	box-shadow:0 8px 16px rgba(145, 61, 244, 0.2);
}
.btn.small:hover{
	transform:translateY(-2px);
	box-shadow:0 10px 20px rgba(145, 61, 244, 0.3);
}
.btn img{
	max-height:12px;
}
.btn-blue{
	color:#fff;
	box-shadow: 25px 77px 53px rgb(11 11 11 / 30%);
    background-image: linear-gradient(to right, #913df4 0%, #bf38e1 50%, #913df4 100%);
	background-size: 300% 300%;
}
.btn-transparent{
	background: -moz-linear-gradient(-45deg, #913df4 0%, #bf38e1 100%);
    background: -webkit-linear-gradient(-45deg, #913df4 0%,#bf38e1 100%);
    background: linear-gradient(135deg, #913df4 0%,#bf38e1 100%);
	-webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.btn-blue:hover,
.btn-blue:focus{
  color:#fff;
  background-image: linear-gradient(to right, #913df4 0%, #bf38e1 50%, #913df4 100%);
  background-position: right center;
}
.btn-transparent:hover,
.btn-transparent:focus{
	background:#fff;
	-webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.clip{
	clip-path: polygon( 0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
.mb-1{
	margin-bottom:1em;
}
.mb-2{
	margin-bottom:2em;
}
.mb-3{
	margin-bottom:3em;
}
.mb-4{
	margin-bottom:4em;
}
.mb-5{
	margin-bottom:5em;
}
.mb-6{
	margin-bottom:6em;
}
/*header*/
header{
	padding-top:1em;
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	width:100%;
}
.header-container{
	position:relative;
}
.logo img{
	height:70px;
}
.header-right{
	margin-left:60px;
}
.menu{
	position:relative;
}
.menu li{
	padding:0 0.8em;
}
.menu li a{
	font-size:0.87em;
	font-weight:700;
	letter-spacing:0.09em;
	text-transform:uppercase;
	transition:0.3s all;
	-webkit-transition:0.3s all; 
	-moz-transition:0.3s all; 
}
.menu li a:hover{
	opacity:0.75;
}
.highlighted-btns{
	margin-left:0.087em;
}
/*banner*/
.banner{
	position:relative;
	height:100vh;
	overflow:hidden;
}
.social-links-top{
	position:absolute;
	right: 6em;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%); 
	-moz-transform:translateY(-50%);
	z-index:99;
	font-family: "Font Awesome 6 Brands";
}
.social-links-top li{
	margin-bottom:12px;
}
.social-links-top li a {
    display: block;
    text-align: center;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 12px;
    background: rgba(219, 219, 219, 0.16);
    backdrop-filter: blur(3px);
}
.top-shade {
    width: 300px;
    height: 300px;
    background: linear-gradient(to right, #913df4 0%, #bf38e1 50%, #913df4 100%);
    border-radius: 100%;
    filter: blur(150px);
    position: absolute;
    z-index: 0;
    left: -100px;
    top: -100px;
}
.bottom-shade {
    width: 300px;
    height: 300px;
    background: linear-gradient(to right, #913df4 0%, #bf38e1 50%, #913df4 100%);
    border-radius: 100%;
    filter: blur(150px);
    position: absolute;
    z-index: 0;
    right: -100px;
    bottom: -100px;
}
.btc-big{
	top:-30px;
	right:-30px;
	position:absolute;
	animation: rotate-2 6s ease-in-out infinite; 
}
.base-big{
	top:2em;
	left:-2.5em;
	position:absolute;
	animation: rotate-2 6s ease-in-out infinite; 
}
.btc-big img, .base-big img{
	position:relative;
	z-index:1;
}
.btc-big .replica, .base-big .replica {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    filter: blur(40px);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0.7;
}
@keyframes rotate-2 {
  0%, 100% {
    transform:rotate(0deg);
  }
  50% {
    transform:rotate(90deg);
  }
}
.banner-video{
	position:absolute;
	left:0;
	top:0;
	height: 100%;
    width: 100%;
	z-index:1;
	mix-blend-mode: lighten;
	-webkit-mix-blend-mode: lighten; 
	-moz-mix-blend-mode: lighten;
	opacity:1;
}
.banner-video video{
	object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    
}
/*.banner-video:before {
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    width: 100%;
    height: 350px;
    content: "";
    background: linear-gradient(180deg,#1b1e2a 0%,rgba(23,25,38,0) 100%);
    background-size: 100%;
    z-index: 1;
}*/
.banner-video:after {
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    background: linear-gradient(180deg,#1b1e2a 0%,rgba(23,25,38,0) 100%);
    background-size: 100%;
    z-index: 1;
	transform: matrix(1,0,0,-1,0,0);
}
.banner-content{
	position:absolute;
	z-index:2;
	left:0;
	top:50%;
	width:100%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%); 
	-moz-transform:translateY(-50%);
}
.header-h1{
	font-size:3.2em;
	line-height:1.6;
}
.header-h1.second{
	margin-bottom:0.2em;
	font-size:2.5em;
}
.header-h1  span{
	position:relative;
	text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1.5em #913df4, 0 0 0.8em #913df4, 0 0 0.3em #913df4, 0 2px 2px #000;
}
.header-h1  span b{
	font-weight:400;
	animation: blink linear infinite 2s;
}
.header-h1  span b:nth-of-type(2){
  animation: blink linear infinite 3s;
}
.header-h1  span b:nth-of-type(3){
  animation: blink linear infinite 4s;
}
.banner-content p{
	font-size:1.3em;
	line-height:1.8;
	color:rgba(255,255,255,0.75);
	margin-bottom:1.5em;
	width:75%;
}
.banner-content .buttons-set{
	
}
@keyframes blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79%{
     color: #333;
  }
  80% {
    
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #333;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #333;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}
/*about us*/
.about-us{
	padding:7.5em 0;
	position:relative;
}
.game-ui {
  border-radius: 3em;
  overflow: hidden;
  position: relative;
  background-color: #1b1e2a;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.5);
}

.game-ui:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    circle at center,
    rgba(27, 30, 42, 0) 40%,
    rgba(27, 30, 42, 0.8) 80%,
    #1b1e2a 100%
  );
}
.game-ui video{
	width:100%;
	display:block;
}
.section-title{
	position:relative;
}
.section-title h2{
	font-size:2.7em;
	line-height:1.5;
	text-shadow: 0px 0px 187.211px rgba(145, 61, 244, 0.6), 0px 0px 93.6056px rgba(145, 61, 244, 0.6), 0px 0px 26.7445px rgba(145, 61, 244, 0.6), 0px 0px 13.3722px rgba(145, 61, 244, 0.6);
	letter-spacing:0.09em;
}
.section-title.text-medium h2{
	font-size:1.8em;
	line-height:1.8;
}
.std{
	position:relative;
}
.std p{
	margin-bottom:1em;
	font-size:1.12em;
	color:rgba(255,255,255,0.75);
	line-height:2;
}
.std p b{
	font-weight:600;
	font-size:1.2em;
	color:#fff;
}
.std p:last-child{
	margin-bottom:0;
}
/*strip*/
.strip {
   position: relative;
   padding: 1.5em 0;
   background-image: linear-gradient(to right, #913df4 0%, #bf38e1 50%, #913df4 100%);
   background-size: 300% 300%;
   z-index: 1;
   overflow: hidden; /* Hide the overflow */
   width: 100%;
}
.strip-texter {
   display: flex;
   align-items: center;
   white-space: nowrap;
}
.strip-texter h3 {
   margin: 0 1em;
   
   font-size: 3em;
   color: #fff;
   line-height: 1.6;
   text-shadow:3px 3px 0 #000;
 
}
.strip-texter p i {
      font-size: 3em;
	  text-shadow:3px 3px 0 #000;
}
/*ecosystem*/
.how-to-play{
	position:relative;
	padding:8em 0;
	overflow:hidden;
}
.how-to-play .container{
	position:relative;
	z-index:9;
}
.how-to-play:before {
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    width: 100%;
    height: 350px;
    content: "";
    background: linear-gradient(180deg,#1b1e2a 0%,rgba(23,25,38,0) 100%);
    background-size: 100%;
    z-index: 1;
}
.how-to-play:after {
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 350px;
    content: "";
    background: linear-gradient(180deg,#1b1e2a 0%,rgba(23,25,38,0) 100%);
    background-size: 100%;
    z-index: 1;
	transform: matrix(1,0,0,-1,0,0);
}
.bgvid {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    opacity: 0.25;
    mix-blend-mode: hard-light;
}
.flex-container {
    display: flex;
    justify-content: center; 
    gap: 15px;
    flex-wrap: wrap; 
	position:relative;
	z-index:1;
	margin-top:8em;
}

.flex-item {
	position:relative;
    width: 310px; /* Fixed width for each box */
    display: flex;
    align-items: stretch; /* Ensures all items are the same height */
}
.flex-container .flex-item:nth-child(2),
.flex-container .flex-item:nth-child(3){
	top:40px;
}
.flex-item-content {
    background: linear-gradient(145deg, rgba(40, 45, 65, 0.4) 0%, rgba(27, 30, 42, 0.5) 100%);
    box-shadow: 0 10px 38px rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding:12em 1.8em 3em  1.8em;
    border-radius: 30px;
    width: 100%;
	position:relative;
}
.flex-item-content:before{
	content:"";
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	border-radius:20px;
	display:block;
	position:absolute;
	left:10px;
	top:10px;
	border:1px solid rgba(255,255,255,0.15);
	z-index:0;
}
.flex-item-content .icon {
    position:absolute;
	width:200px;
	left:50%;
	top:-4em;
	transform:translateX(-50%);
	-moz-transform:translateX(-50%); 
	-webkit-transform:translateX(-50%);
	transition:all 0.3s ease; 
	-webkit-transition:all 0.3s ease;  
	-moz-transition:all 0.3s ease; 
}
.flex-item-content .icon img{
	max-width:100%;
	position:relative;
	z-index:1;
}
.flex-item-content .icon .replica{
	position:absolute;
	z-index:0;
	left:50%;
	top:50%;
	filter: blur(40px);
	transform:translate(-50%,-50%) ;
	-moz-transform:translate(-50%,-50%) ; 
	-webkit-transform:translate(-50%,-50%);
	opacity:0.7;
}
.flex-item-content:hover .icon{
	transform:translateX(-50%) scale(1.05);
	-webkit-transform:translateX(-50%) scale(1.05); 
	-moz-transform:translateX(-50%) scale(1.05);
}

.flex-item-content h3{
	font-size:2.2em;
	text-transform:uppercase;
	margin-bottom:12px;
	text-shadow: 0px 0px 93.6056px rgba(145, 61, 244, 0.6), 0px 0px 26.7445px rgba(145, 61, 244, 0.6), 0px 0px 13.3722px rgba(145, 61, 244, 0.6);
}
.flex-item-content h4{
	margin-bottom:7px;
	font-size:1.15em;
}
.flex-item-content p{
	font-size:0.87em;
	opacity:0.75;
	line-height:1.5;
	padding:0 1em;
}

/*ppl*/
.ppl{
	position:relative;
	padding:8em 0;
}

.team-carousel-wrapper {
  overflow: hidden;
  height: auto;
  position: relative;
  perspective: 1000px;
  overflow: visible !important; /* Allow cards to move outside */
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 10px;
}

.team-card-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  will-change: transform;
}

.team-card {
  background: rgba(27, 30, 42, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 1.75em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.3), 
    inset 0 1px 2px rgba(255, 255, 255, 0.15),
    0 2px 4px rgba(145, 61, 244, 0.05);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), 
              opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), 
              margin-top 0.5s cubic-bezier(0.33, 1, 0.68, 1),
              box-shadow 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transform: scale(0.9);
  margin-top: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-font-smoothing: antialiased;
  -webkit-perspective: 1000;
  transform: translateZ(0) scale(0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.team-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(
    to top,
    rgba(15, 17, 26, 0.15),
    rgba(15, 17, 26, 0)
  );
  pointer-events: none;
  z-index: 0;
}

.team-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 20%,
    rgba(255, 255, 255, 0) 80%
  );
  transform: rotate(-45deg);
  pointer-events: none;
  z-index: 0;
}

.team-card > * {
  position: relative;
  z-index: 1;
}

.team-card.active-1 {
  transform: translateZ(0) scale(1);
  z-index: 4;
  opacity: 1;
  background: linear-gradient(
    145deg, 
    rgba(40, 45, 65, 0.7) 0%, 
    rgba(27, 30, 42, 0.8) 100%
  );
  box-shadow: 0 10px 38px rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease-out;
}

.team-card.active-1:hover {
  box-shadow: 
    0 15px 45px rgba(0, 0, 0, 0.3), 
    inset 0 1px 3px rgba(255, 255, 255, 0.2),
    0 0 15px rgba(145, 61, 244, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: translateZ(0) scale(1.02);
}

.team-card.active-2 {
  transform: translateZ(0) scale(0.95);
  margin-top: -1.5em;
  z-index: 3;
  background: rgba(27, 30, 42, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.team-card.active-3 {
  transform: translateZ(0) scale(0.90);
  margin-top: -1.5em;
  z-index: 2;
  background: rgba(27, 30, 42, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.team-card.active-4 {
  transform: translateZ(0) scale(0.85);
  margin-top: -1.5em;
  z-index: 1;
  background: rgba(27, 30, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.team-card.active-5 {
  transform: translateZ(0) scale(0.80);
  margin-top: -1.5em;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}

.team-card.active-6 {
  transform: translateZ(0) scale(0.75);
  margin-top: -1.5em;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}

.team-left {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 240px;
}

.team-avatar {
  width: 54px;
  height: 54px;
  object-fit: cover;
}

.team-info {
  display: flex;
  flex-direction: column;
}

.team-info .team-name {
  font-size: 1.25em;
  letter-spacing: 0.09em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.1em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-family: 'Monumentextended';
  position: relative;
}

.team-info .team-name::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 30px;
  height: 2px;
  background: linear-gradient(to right, rgba(145, 61, 244, 0.8), rgba(191, 56, 225, 0.8));
  opacity: 0.6;
}

.team-stats {
  font-size: 0.85em;
  display: flex;
  margin-top: 0.35em;
}

.team-stats p b {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}

.team-stats p span {
  color: #8fff6d;
  font-weight: 600;
  margin: 0 0.1em;
}

.pool {
  font-family: 'Monumentextended';
  letter-spacing: 0.09em;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.pool span {
  font-size: 1.1em;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-image: linear-gradient(to right, #913df4 0%, #bf38e1 50%, #913df4 100%);
  background-size: 300% 300%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.6em;
  box-shadow: 0 4px 10px rgba(145, 61, 244, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.pool span::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 60%
  );
  pointer-events: none;
}

.pool div {
  font-size: 1.2em;
  font-weight: 400;
}

.team-right {
  min-width: 100px;
  text-align: right;
}

.club-ul li{
	position:relative;
	color:rgba(255,255,255,0.75);
	font-size:1.12em;
	line-height:2;
	margin-bottom:0.6em;
}
.club-ul li b{
	color:#fff;
}
.club-ul li i{
	margin-right:10px;
	font-size:0.8em;
	color:#913df4 ;
}

.team-right .btn.small {
  border-radius: 6px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(145, 61, 244, 0.25), 
              inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.team-right .btn.small::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 150%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-100%);
  transition: transform 0.6s;
  z-index: 1;
}

.team-right .btn.small:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(145, 61, 244, 0.35), 
              inset 0 1px 1px rgba(255, 255, 255, 0.3);
}

.team-right .btn.small:hover::before {
  transform: translateX(100%);
}

.team-right .btn.small span {
  position: relative;
  z-index: 2;
}
/*mobile app*/
.mobile-app{
	padding:4.5em 0;
	position:relative;
}
.app-container{
	padding:8em 0;
	position:relative;
	border-radius:2em;
	background-image: linear-gradient(to right, #913df4 0%, #bf38e1 50%, #913df4 100%);
    background-size: 300% 300%;
}
.relative{
	position:relative;
}
.app-img{
	position:absolute;
	width:100%;
	right:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%); 
	-moz-transform:translateY(-50%); 
	width:500px;
	animation: floatUpDown 4s ease-in-out infinite;
	-webkit-animation: floatUpDown 4s ease-in-out infinite;
	-moz-animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  50% {
    transform: translateY(calc(-50% - 50px));
    -webkit-transform: translateY(calc(-50% - 50px));
    -moz-transform: translateY(calc(-50% - 50px));
  }
  100% {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
}

.app-content h3{
     font-size: 3em;
	 line-height:1.2;
	 margin-bottom:20px;
}
.app-content p{
	font-size:1.2em;
	line-height:2;
	color:rgba(255,255,255,0.75);
}
/*token economics*/
.token-economics{
	padding:8em 0;
	position:relative;
}
/*screenplay*/
.screenplay{
	position:relative;
	overflow:hidden;
	padding:3em 0;
}
.screenplay:before{
	position:absolute;
	z-index:1;
	right:0;
	top:0;
	content:"";
	width: 20vw;
	height: 100%;
	background: linear-gradient(90deg, #1b1e2a 0%, rgba(19, 26, 39, 0) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.screenplay:after{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	content:"";
	width: 20vw;
	height: 100%;
	background: linear-gradient(90deg, #1b1e2a 0%, rgba(19, 26, 39, 0) 100%);
}
.marquee-content {
    display: flex;
    justify-content: center !important;
}
.marquee-item{
	margin:0 15px;
	position:relative;
	overflow: hidden;
	border-radius: 3em;
}
.marquee-item.middle{
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.5);
	transform:scale(1.2);
	-webkit-transform:scale(1.2); 
	-moz-transform:scale(1.2);
	z-index:9;
}
.marquee-item img{
	max-width:100%;
}
/*token utility */
.token-utility{
	position:relative;
	padding:10em 0 8em;
}
.left-shade {
    width: 200px;
    height: 200px;
    background: linear-gradient(to right, #913df4 0%, #bf38e1 50%, #913df4 100%);
    border-radius: 100%;
    filter: blur(150px);
    position: absolute;
    z-index: 0;
    left: -100px;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%); 
	-moz-transform:translateY(-50%);
}
.right-shade {
    width: 200px;
    height: 200px;
    background: linear-gradient(to right, #913df4 0%, #bf38e1 50%, #913df4 100%);
    border-radius: 100%;
    filter: blur(150px);
    position: absolute;
    z-index: 0;
    right: -100px;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%); 
	-moz-transform:translateY(-50%);
}
.utility-container{
	margin-left:auto;
	margin-right:auto;
	width:500px;
	position:relative;
	margin-top:7em;
}
.token{
	position:relative;
	animation: rotate-3 6s ease-in-out infinite; 
}
@keyframes rotate-3 {
  0%, 100% {
    transform:rotate(0deg);
  }
  50% {
    transform:rotate(10deg);
  }
}
.token img{
	position:relative;
	z-index:1
}
.token:after{
	content:"";
	display:block;
	z-index:0;
	width: 85%;
    height: 85%;
    background: linear-gradient(to right, #913df4 0%, #bf38e1 50%, #913df4 100%);
    border-radius: 100%;
    filter: blur(120px);
    position: absolute;
	left:50%;
	top:50%;
	opacity:0.8;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%); 
	-moz-transform:translate(-50%,-50%);
}
.utility-list{
	position:absolute;
	z-index:9;
	top:50%;
	left:50%;
	width:75%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%); 
	-moz-transform:translate(-50%,-50%);
}
.utility-list li{
	position:relative;
	margin-bottom:2em;
}
.utility-list li .utility-wrap{
	position:relative;
	padding:1.5em;
	background: linear-gradient(145deg, rgba(255,255,255, 0.03) 0%, rgba(255,255,255, 0.07) 100%);
    box-shadow: 0 10px 38px rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
	border-radius:15px;
}
.utility-list li.odd .utility-wrap{
	padding-left:70px;
	right:20em;
}
.utility-list li.even .utility-wrap{
	left:20em;
	padding-right:70px;
	text-align:right;
}
.u-img{
	width:100px;
	position:absolute;
	left:-50px;
	top:50%;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%); 
	-moz-transform:translate(0,-50%);
}
.even .u-img{
	right:-50px;
	left:auto;
}
.utility-inner h3{
	font-size:1.4em;
	margin-bottom:12px;
}
.utility-inner p{
	font-size:1.12em;
	color:rgba(255,255,255,0.75);
}
/*team*/
.team{
	padding:8em 0;
	position:relative;
}
.team-box{
	box-shadow: 25px 77px 53px rgb(11 11 11 / 30%);
	position:relative;
	z-index:1;
	margin-bottom:30px;
}
.team-container{
	position:relative;
	width:80%;
	margin:0 auto;
}
.team-pic{
	position:relative;
	padding:20px;
	border-radius:20px 20px 0 0;
	border-bottom:none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#252a36), to(rgba(37, 42, 54, 0)));
    background-image: linear-gradient(180deg, #252a36, rgba(37, 42, 54, 0));
}
.team-pic > a{
	font-size:30px;
	position:absolute;
	right:20px;
	top:20px;
	text-shadow: 4px 4px 10px rgba(11, 11, 11, 0.5);
	color:rgba(255,255,255,0.35);
	transition:0.3s all linear;
}
.team-pic > a:hover{
	color:#0e76a8;
}
.team-info-1{
	text-align:center;
	padding:20px 10px;
	background:#090d1c;
	border-radius:0 0 20px 20px;
}
.team-info-1 h2{
	font-size:1.3em;
	letter-spacing:1px;
}
.team-info-1 h4{
	margin-top:10px;
	font-weight:400;
	font-size:1em;
	opacity:0.75;
}
.team-box{
	/*-webkit-filter: blur(10px);
    filter: blur(10px);*/
}
.team-box img{
	/*-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);*/
	width:180px;
}
/*champions*/
.champions{
	padding:8em 0;
	position:relative;
}
.champions-container {
  display: flex;
  justify-content: center;
  align-items: stretch;  /* Make all .ch-col the same height */
  gap: 30px;
  margin-top:8em;
}
.ch-col {
  display: flex;
  flex-direction: column;
  justify-content: center;  /* Vertically center elements */
  align-items: center;
  gap: 50px;
  width: 320px;
  min-height: 100%;  /* Let them stretch fully */
}

.ch-element {
  width: 100%;                 /* Make it full width inside .ch-col */
  padding: 2.5em;
  background: linear-gradient(145deg, rgba(40, 45, 65, 0.4) 0%, rgba(27, 30, 42, 0.5) 100%);
  box-shadow: 0 10px 38px rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 15px;
}
.ch-element.ch-center{
	background: linear-gradient(90deg, #913df4, #bf38e1);
	border:none;
	backdrop-filter: blur(0);
	text-align:center;
}
.ch-element.ch-center h2{
	font-size:1em;
	line-height:1.8;
}
.ch-element h3{
	padding:10px 20px;
	letter-spacing:0.05em;
	display:inline-block;
	font-size:1em;
	text-transform:uppercase;
	position:relative;
	left:-2.5em;
	margin-bottom:12px;
	background: linear-gradient(90deg, #913df4, #bf38e1); /* Your gradient colors */
	border-radius:0 6px 6px 0;
    
}
.ch-element p{
	font-size:1.1em;
	color:rgba(255,255,255,0.75);
}
/*footer*/
footer{
	padding:6em 0 3em;
	position:relative;
}
.footer-container{
	padding:80px 40px;
	border-radius:25px;
	position:relative;
	overflow:hidden;
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.5);
}
.footer-logo{
	margin-bottom:80px;
	text-align:center;
	position:relative;
	z-index:9;
}
.footer-logo img{
	height:80px;
}
.footer-socials{
	text-align:center;
	position:relative;
	z-index:9;
}
.footer-socials li{
	display:inline-block;
	margin:0 10px;
}
.footer-socials li a{
	display:block;
	width:120px;
	height:120px;
	text-align:center;
	color:#fff;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.07) 100%);
    box-shadow: 0 10px 38px rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(22px);
	border-radius:25px;
	position:relative;
	overflow:hidden;
}
.footer-socials li a img{
	transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
	position:absolute;
	width:90px;
	top: 50%;
    left: 50%;
	z-index:1;
}
.footer-socials li a img.replica{
	position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    filter: blur(20px);
    filter: blur(20px);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0.7;
}
.footer-socials li a i{
	position:relative;
	z-index:1;
}

.copyright{
	margin-top:50px;
	font-size:13px;
	opacity:0.75;
	text-align:center;
	position:relative;
	z-index:9;
}
.footervid{
	object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    opacity: 0.5;
    
	z-index:0;
	border-radius:25px;
}
.business-email{
	margin:35px 0 0;
	font-size:1.2em;
	position:relative;
	text-align:center;
	color:rgba(255,255,255,0.75);
}
.business-email span{
	color:#fff;
}
@media (max-width: 1399.98px) {
	
}
@media (max-width: 1199.98px) {
	
}
@media (max-width: 991.98px){
	
}
@media (max-width: 767.98px) {
	.container-fluid{
		padding-left:2em;
		padding-right:2em;
	}
	.header-right{
		display:none !important;
	}
	.social-links-top{
		width:100%;
		top:auto;
		bottom:50px;
		transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
		left:0;
		padding:0 2em;
		display:flex;
		width:100%;
		justify-content: center;
		
	}
	.social-links-top li{
		margin:0 6px;
	}
	.banner-content{
		text-align:center;
	}
	.banner-content p{
		width:100%;
	}
	.about-us{
		padding:5em 0;
		text-align:center;
	}
	.section-title h2{
		font-size:2.1em;
	}
	.std p b, .std p{
		font-size:1em;
	}
	.game-ui{
		margin-top:2em;
	}
	.flex-item{
		width:250px;
	}
	.flex-container .flex-item:nth-child(2), .flex-container .flex-item:nth-child(3){
		top:0;
	}
	.flex-item-content .icon{
		width:140px;
		top:1em;
	}
	.flex-item-content h3{
		font-size:1.5em;
	}
	.team-info .team-name{
		font-size:1.05em;
	}
	.pool span{
		width:24px;
		height:24px;
		font-size:0.87em;
	}
	.pool div{
		font-size:1em;
	}
	.section-title.text-medium h2{
		font-size:1.5em;
	}
	.app-container{
		padding-bottom:3em;
		padding-top:12em;
		padding-left:2em;
		padding-right:2em;
	}
	.app-img{
        left: calc(50% - 160px);
        top: 1em;
        transform: translateY(0); 
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        width: 320px;
	}
	.app-content h3{
		font-size:2.4em;
		margin-bottom:15px;
	}
	.app-content p{
		font-size:1em;
	}
	.champions{
		padding:5em 0;
	}
	.champions-container{
		margin-top:3em;
		flex-direction: column;
	}
	.ch-col{
		width:100%;
	}
	.token-economics{
		padding:5em 0 ;
	}
	.token-utility{
		padding:5em 0;
		overflow:hidden;
	}
	.utility-container{
		width:380px;
	}
	.utility-list{
		width:100%;
		position:relative;
		top:auto;
		left:auto;
		transform: translate(0, 0);
        -webkit-transform: translate(0, 0); 
        -moz-transform: translate(0,0);
	}
	.utility-list li{
		margin-bottom:1em;
	}
	.utility-list li.odd .utility-wrap{
		right:0;
	}
	.utility-list li.even .utility-wrap{
		left:0;
	}
	.utility-inner h3{
		font-size:1.1em;
	}
	.utility-inner p{
		font-size:0.90em;
	}
	.team{
		padding:5em 0;
	}
	.footer-logo{
		margin-bottom:30px;
	}
	.footer-socials li{
		margin:0 5px;
	}
	.footer-socials li a{
		width:80px;
		height:80px;
		border:18px;
	}
	.footer-socials li a img{
		width:50px;
	}
	.business-email{
		font-size:1em;
	}
	.copyright{
		margin-top:20px;
	}
}
@media (max-width: 575.98px){
	.container-fluid{
		padding-left:1em;
		padding-right:1em;
	}
	.logo img{
		height:40px;
	}
	.top-shade{
		display:none;
	}
	.header-h1{
		font-size:1.8em;
	}
	.header-h1.second{
		font-size:1.2em;
	}
	.banner-content p{
		font-size:0.87em;
	}
	.banner-video:after{
		height:100%;
	}
	.social-links-top{
		flex-wrap: wrap;
		gap: 3px; 
	}
	.social-links-top li{
		margin:0 !important;
	}
	.social-links-top li a{
		width:40px;
		height:40px;
		line-height:40px;
		font-size:14px;
	}
	.section-title h2{
		font-size:1.75em;
	}
	.std p b, .std p{
		font-size:0.94em;
	}
	.how-to-play{
		padding:4em 0;
	}
	.team-center, .team-right{
		display:none;
	}
	.section-title.text-medium h2{
		font-size:1.35em;
	}
	.club-ul li{
		font-size:0.94em;
	}
	.app-content h3{
		font-size:1.75em;
	}
	.app-content p{
		font-size:0.87em;
	}
	.ch-element{
		padding:1.2em;
		text-align:center;
	}
	.ch-element h3{
		border-radius:6px;
		left:auto;
	}
	.marquee-item{
		margin:0;
	}
	.utility-container{
		width:100%;
	}
	.u-img{
		width:55px;
		left:10px;
	}
	.utility-inner h3 {
       font-size: 1em;
       margin-bottom: 8px;
	}
	.even .u-img{
		right:10px;
	}
	.utility-inner p{
		font-size:0.87em;
	}
	.team-info-1 h2{
		font-size:1em;
	}
	.footer-socials li{
		margin:5px;
	}
}
/* Add responsive styling for when all cards are visible */
@media (min-width: 992px) {
  /* Add a subtle parallax effect on mouse move for active cards */
  .team-carousel-wrapper:hover .team-card.active-1 {
    transition: transform 0.2s ease-out, box-shadow 0.3s ease-out;
  }
  
  /* Smooth transition effect when cards change positions */
  .team-card {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                margin-top 0.5s cubic-bezier(0.23, 1, 0.32, 1),
                box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
                background-color 0.5s ease, 
                border 0.3s ease;
  }
}