div#header-main {
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.35),     
    inset 0 -1px 0 rgba(255, 255, 255, 0.35),
    inset 1px 0 0 rgba(255, 255, 255, 0.08),     
    inset -1px 0 0 rgba(255, 255, 255, 0.08),    
    inset 0 0 40px rgba(0, 211, 243, 0.08),  
    0 8px 32px rgba(0, 0, 0, 0.4);         
}

.col-game-main {
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.35),     
    inset 0 -1px 0 rgba(255, 255, 255, 0.35),
    inset 1px 0 0 rgba(255, 255, 255, 0.08),     
    inset -1px 0 0 rgba(255, 255, 255, 0.08),    
    inset 0 0 40px rgba(0, 211, 243, 0.08),  
    0 8px 32px rgba(0, 0, 0, 0.4);         
}

#story-col, #roster-col {
  backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px); }

#search-box-hero .e-search {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.6),     
    inset 0 -2px 0 rgba(255, 255, 255, 0.6),
    inset 1px 0 0 rgba(255, 255, 255, 0.08),     
    inset -1px 0 0 rgba(255, 255, 255, 0.08),    
    inset 0 0 40px rgba(0, 211, 243, 0.08),  
    0 8px 32px rgba(0, 0, 0, 0.4);         border-radius: 900px;
}

#search-box-hero input#search-40e06c1::placeholder {
    opacity: 1;
    color: white;
}

button.e-search-submit:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 49px;
    background: white;
    left: 0px;
}

button.e-search-submit {
    position: relative;
}

.regg-btn a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 0;
  transition: color 0.4s ease;
}

.regg-btn a::before {
  content: '';
  position: absolute;
  inset: -10%;
  background: #00D3F3;
  transform: skewX(-15deg) scaleX(0);
  transform-origin: center center;  
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.regg-btn a:hover::before {
  transform: skewX(-15deg) scaleX(1);
}

.regg-btn-yellow a, .gls-tabs .gls-tab, button.gls-dropdown-toggle {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 0;
  transition: color 0.4s ease;
}

.regg-btn-yellow a::before , .gls-tabs .gls-tab::before, button.gls-dropdown-toggle::before {
  content: '';
  position: absolute;
  inset: -10%;
  background: #FFB900;
  transform: skewX(-15deg) scaleX(0);
  transform-origin: center center;  
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.regg-btn-yellow a:hover::before, .gls-tabs .gls-tab:hover::before , button.gls-dropdown-toggle:hover::before {
  transform: skewX(-15deg) scaleX(1);
}

.regg-btn-blue a, #form-btn, .post-comment-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 0;
  transition: color 0.4s ease;
}

.regg-btn-blue a::before, #form-btn::before, .post-comment-btn::before  {
  content: '';
  position: absolute;
  inset: -10%;
  background: #00D3F3; 
  transform: skewX(-15deg) scaleX(1); 
  transform-origin: center center;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.regg-btn-blue a:hover::before, #form-btn:hover::before, .post-comment-btn:hover::before {
  transform: skewX(-15deg) scaleX(0);
}

.regg-btn-blue a:hover::before, .post-comment-btn:hover::before {
  transform: skewX(-15deg) scaleX(0);
}

.regg-btn-blue a * {
  position: relative;
  z-index: 2;
}

span.elementor-button-text {
    z-index: 1;
}

#home-tabs .e-n-tab-title[aria-selected="false"] {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 0;
  transition: color 0.4s ease;
}

#home-tabs .e-n-tab-title[aria-selected="false"]::before {
  content: '';
  position: absolute;
  inset: -10%;
  background: #FFB900;
  transform: skewX(-15deg) scaleX(0);
  transform-origin: center center;  
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

#home-tabs .e-n-tab-title[aria-selected="false"]:hover::before {
  transform: skewX(-15deg) scaleX(1) !important;
}




#social-icons-box {
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    inset 1px 0 0 rgba(255, 255, 255, 0.35),      
    inset -1px 0 0 rgba(255, 255, 255, 0.35),    
    inset 0 0 40px rgba(0, 211, 243, 0.08),
    0 8px 32px rgba(0, 0, 0, 0.4);
}

.lin-blue {
  background: linear-gradient(90deg, #00D3F3 0%, #78EDFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


/* Fix parent overflow issues */
#middle-sec,
#middle-sec > .elementor-background-video-container {
  overflow: visible !important;
}

/* Make the section a scroll container */
#middle-sec {
  position: relative !important;
  isolation: isolate;
}

/* Sticky video */
#middle-sec .elementor-background-video-container {
  position: sticky !important;
  top: 0 !important;
  height: 100vh !important;
  width: 100% !important;
  margin-bottom: -100vh !important;
  z-index: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}

#middle-sec .elementor-background-video-hosted {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  width: auto !important;
  height: auto !important;
}

/* Push content above video */
#middle-sec > .e-con,
#middle-sec > .elementor-element {
  position: relative !important;
  z-index: 1 !important;
}

#lin-col::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    background: linear-gradient(181deg, transparent, #00081C 100%);
}

.footer-game-img img  {
    mix-blend-mode: screen;
}

.no-marker li {
	list-style: none !important;
}

.social-icons-nav {
	display: none;
}

.post-con .wp-block-separator {
    display: none;
}

.elementor-nav-menu--main {
  visibility: hidden !important;
}

body.elementor-page .elementor-nav-menu--main {
  visibility: visible !important;
}

html {
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #FFB900 #03060a;
}

/* Webkit (Chrome, Safari, Edge, Opera) */
body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #03060a;
    border-radius: 4px;
}

body::-webkit-scrollbar-thumb {
    background: #1D293D;
    border-radius: 4px;
    transition: background 0.2s;
}

body::-webkit-scrollbar-thumb:hover {
    background: #FFB900;
}

body::-webkit-scrollbar-corner {
    background: #03060a;
}

@media(max-width:480px) {
	ul#menu-2-bef4680 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 4em;
    z-index: -1;
}
	
	.social-icons-nav {
	display: auto;
}
	
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-social {
    margin: 20px;
}
	
	.menu-item-object-custom.menu-item-social a i {
    color: #00d3f3;
    font-size: 20px !important;
    padding: 12px;
    background: #00d3f329;
    border: 1px solid #00d3f3;
}
	
#home-tabs	.e-n-tabs-heading {
    display: flex;
    flex-direction: column !important;
}
	
	#home-tabs .e-n-tabs-heading button {
    display: flex !important;
}
	
	div#header-main {
    height: 60px;
}
	
	#header-main a.elementor-item.elementor-item {
    width: 100% !important;
    display: block !important;
		text-align: center;
}
	
}