 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;700&display=swap');

/* ========================================
   BASE STYLES
   ======================================== */
body {
  font-family: 'Roboto', sans-serif;
  background: #0c0c0c;
}

h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
}
 :root {
            --dark-bg: #0c092a;
            --dark-secondary: #151232;
            --accent-cyan: #5be6fe;
            --accent-gold: #fdf4c1;
            --accent-green: #00ff88;
            --text-shadow: #ff2a00;
        }
        .splide__pagination{
          position: relative !important;
          margin-top: 24px !important;
        }
        .splide__pagination__page.is-active{
          background: var(--accent-green) !important;
        }
        
        body {
            background: var(--dark-bg);
            color: white;
            font-family: 'Oswald', sans-serif;
        }
        
        .font-bebas {
            font-family: 'Bebas Neue', sans-serif;
        }
        
        .font-playfair {
            font-family: 'Playfair Display', serif;
        }
        
        .gradient-green-btn {
            background: linear-gradient(135deg, #00ff88 0%, #00cc6a 50%, #00aa55 100%);
            box-shadow: inset 0 -2px 0 0 #057f50, 0 4px 12px rgba(0, 255, 136, 0.3);
            transition: all 0.3s ease;
        }
        
        .gradient-green-btn:hover {
            transform: translateY(-2px);
            box-shadow: inset 0 -2px 0 0 #057f50, 0 8px 20px rgba(0, 255, 136, 0.5);
            filter: brightness(1.1);
        }
        
        .gradient-gold-btn {
            background: linear-gradient(135deg, #ffd700 0%, #ffb700 50%, #ff9500 100%);
            box-shadow: inset 0 -2px 0 0 #cc8800, 0 4px 12px rgba(255, 215, 0, 0.3);
            transition: all 0.3s ease;
        }
        
        .gradient-gold-btn:hover {
            transform: translateY(-2px);
            box-shadow: inset 0 -2px 0 0 #cc8800, 0 8px 20px rgba(255, 215, 0, 0.5);
            filter: brightness(1.1);
        }
        
        .text-glow-gold {
            text-shadow: 0 0 30px rgba(253, 244, 193, 0.8), 0 0 60px rgba(255, 42, 0, 0.4);
        }
        
        .card-hover {
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
      
        
        .slot-machine-bg {
            background: 
                radial-gradient(ellipse at top, rgba(91, 230, 254, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse at bottom, rgba(0, 255, 136, 0.1) 0%, transparent 50%),
                linear-gradient(180deg, var(--dark-bg) 0%, var(--dark-secondary) 100%);
        }
        
        .hero-gradient {
          position: relative;
                background-image: url('/images/view-slot-machines-casino_23-2151007823.jpg');
            background-size: cover;
            background-position: center;  
            
        }
        .hero-gradient::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.6);
            pointer-events: none;
        }
        
        .jackpot-counter {
            background: linear-gradient(135deg, #ffd700, #ffed4e, #ffd700);
            background-size: 200% 200%;
            animation: shimmer 3s ease-in-out infinite;
        }
          .gradient-green-btn {
            background: linear-gradient(135deg, #00ff88 0%, #00cc6a 50%, #00aa55 100%);
            box-shadow: inset 0 -2px 0 0 #057f50, 0 4px 12px rgba(0, 255, 136, 0.3);
            transition: all 0.3s ease;
        }
        
        .gradient-green-btn:hover {
            transform: translateY(-2px);
            box-shadow: inset 0 -2px 0 0 #057f50, 0 8px 20px rgba(0, 255, 136, 0.5);
            filter: brightness(1.1);
        }
        
        .gradient-gold-btn {
            background: linear-gradient(135deg, #ffd700 0%, #ffb700 50%, #ff9500 100%);
            box-shadow: inset 0 -2px 0 0 #cc8800, 0 4px 12px rgba(255, 215, 0, 0.3);
            transition: all 0.3s ease;
        }
        
        .gradient-gold-btn:hover {
            transform: translateY(-2px);
            box-shadow: inset 0 -2px 0 0 #cc8800, 0 8px 20px rgba(255, 215, 0, 0.5);
            filter: brightness(1.1);
        }
        
        .text-glow-gold {
            text-shadow: 0 0 30px rgba(253, 244, 193, 0.8), 0 0 60px rgba(255, 42, 0, 0.4);
        }
        
        .slot-machine-bg {
            background: 
                radial-gradient(ellipse at top, rgba(91, 230, 254, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse at bottom, rgba(0, 255, 136, 0.1) 0%, transparent 50%),
                linear-gradient(180deg, var(--dark-bg) 0%, var(--dark-secondary) 100%);
        }
        
       .slot-game .gradient-green-btn:hover {
            transform: translateY(-2px);
            box-shadow: inset 0 -2px 0 0 #057f50, 0 8px 20px rgba(0, 255, 136, 0.5);
            filter: brightness(1.1);
        }
            .slot-game .gradient-green-btn {
            background: linear-gradient(135deg, #00ff88 0%, #00cc6a 50%, #00aa55 100%);
            box-shadow: inset 0 -2px 0 0 #057f50, 0 4px 12px rgba(0, 255, 136, 0.3);
            transition: all 0.3s ease;
        }
        .promo-card {
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .promo-card:hover {
            transform: translateY(-10px) scale(1.02);
        }
          .news-ticker {
            animation: ticker 30s linear infinite;
        }
        
        .category-active {
            background: linear-gradient(135deg, #00ff88 0%, #5be6fe 100%);
            color: var(--dark-bg);
        }
        
        .trending-badge {
            background: linear-gradient(135deg, #ff6b6b 0%, #ff9500 100%);
            animation: pulse 2s ease-in-out infinite;
        }
         .faq-category {
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .faq-category:hover {
            transform: translateY(-5px) scale(1.02);
        }
          .category-active {
            background: linear-gradient(135deg, #00ff88 0%, #5be6fe 100%);
            color: var(--dark-bg);
        }
        
        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out, padding 0.3s ease-out;
        }
        
        .accordion-content.active {
            max-height: 500px;
            padding-top: 1rem;
            padding-bottom: 1rem;
            transition: max-height 0.3s ease-in, padding 0.3s ease-in;
        }
        
        .accordion-icon {
            transition: transform 0.3s ease;
        }
        
        .accordion-icon.rotate {
            transform: rotate(180deg);
        }
        
        @keyframes typewriter {
            from { width: 0; }
            to { width: 100%; }
        }
        
        .typewriter {
            overflow: hidden;
            white-space: nowrap;
            animation: typewriter 2s steps(40) 1s 1 normal both;
        }
          .game-active {
            background: linear-gradient(135deg, #00ff88 0%, #5be6fe 100%);
            color: var(--dark-bg);
        }
        .neon-border {
            border: 2px solid rgba(91, 230, 254, 0.5);
            box-shadow: 
                0 0 10px rgba(91, 230, 254, 0.5),
                inset 0 0 10px rgba(91, 230, 254, 0.2);
        }
         .search-glow:focus {
            box-shadow: 0 0 20px rgba(91, 230, 254, 0.5);
        }
        
        
        .casino-card-hover {
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .casino-card-hover:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(91, 230, 254, 0.3);
        }
         .filter-active {
            background: linear-gradient(135deg, #00ff88 0%, #5be6fe 100%);
            color: var(--dark-bg);
        }
        
        .animated-bg::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(91, 230, 254, 0.03) 35px, rgba(91, 230, 254, 0.03) 70px),
                repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(0, 255, 136, 0.03) 35px, rgba(0, 255, 136, 0.03) 70px);
            animation: slide 20s linear infinite;
            pointer-events: none;
        }
        .gradient-green-btn {
            background: linear-gradient(135deg, #00ff88 0%, #00cc6a 50%, #00aa55 100%);
            box-shadow: inset 0 -2px 0 0 #057f50, 0 4px 12px rgba(0, 255, 136, 0.3);
            transition: all 0.3s ease;
        }
        
        .gradient-green-btn:hover {
            transform: translateY(-2px);
            box-shadow: inset 0 -2px 0 0 #057f50, 0 8px 20px rgba(0, 255, 136, 0.5);
            filter: brightness(1.1);
        }
        
        .gradient-gold-btn {
            background: linear-gradient(135deg, #ffd700 0%, #ffb700 50%, #ff9500 100%);
            box-shadow: inset 0 -2px 0 0 #cc8800, 0 4px 12px rgba(255, 215, 0, 0.3);
            transition: all 0.3s ease;
        }
        
        .gradient-gold-btn:hover {
            transform: translateY(-2px);
            box-shadow: inset 0 -2px 0 0 #cc8800, 0 8px 20px rgba(255, 215, 0, 0.5);
            filter: brightness(1.1);
        }
        
        .slot-machine-bg {
            background: 
                radial-gradient(ellipse at top, rgba(91, 230, 254, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse at bottom, rgba(0, 255, 136, 0.1) 0%, transparent 50%),
                linear-gradient(180deg, var(--dark-bg) 0%, var(--dark-secondary) 100%);
        }
        
        .search-glow:focus {
            box-shadow: 0 0 20px rgba(91, 230, 254, 0.5);
        }
        
        @keyframes pulse-border {
            0%, 100% { border-color: rgba(91, 230, 254, 0.3); }
            50% { border-color: rgba(91, 230, 254, 0.8); }
        }
        
        .pulse-border {
            animation: pulse-border 2s ease-in-out infinite;
        }
        
        @keyframes shimmer {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }
        
        @keyframes pulse-glow {
            0%, 100% { box-shadow: 0 0 20px rgba(91, 230, 254, 0.5); }
            50% { box-shadow: 0 0 40px rgba(91, 230, 254, 0.8), 0 0 60px rgba(91, 230, 254, 0.4); }
        }
        
        .floating {
            animation: float 6s ease-in-out infinite;
        }
        
        .pulse-glow {
            animation: pulse-glow 2s ease-in-out infinite;
        }
        
        .neon-border {
            border: 2px solid rgba(91, 230, 254, 0.5);
            box-shadow: 
                0 0 10px rgba(91, 230, 254, 0.5),
                inset 0 0 10px rgba(91, 230, 254, 0.2);
        }
        
        /* Animated background patterns */
        .animated-bg::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(91, 230, 254, 0.03) 35px, rgba(91, 230, 254, 0.03) 70px),
                repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(0, 255, 136, 0.03) 35px, rgba(0, 255, 136, 0.03) 70px);
            animation: slide 20s linear infinite;
            pointer-events: none;
        }
          .tab-active {
            background: linear-gradient(135deg, #00ff88 0%, #5be6fe 100%);
            color: var(--dark-bg);
        }
        
        .rating-star {
            background: linear-gradient(135deg, #ffd700, #ffed4e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
           .progress-bar {
            background: linear-gradient(90deg, #00ff88 0%, #5be6fe 50%, #00ff88 100%);
            background-size: 200% 100%;
            animation: shimmer 2s linear infinite;
        }
        
        @keyframes slide {
            0% { transform: translate(0, 0); }
            100% { transform: translate(70px, 70px); }
        }
        .form-input {
            background: rgba(21, 18, 50, 0.5);
            border: 2px solid rgba(91, 230, 254, 0.3);
            transition: all 0.3s ease;
        }
        
        .form-input:focus {
            outline: none;
            border-color: #5be6fe;
            box-shadow: 0 0 10px rgba(91, 230, 254, 0.3);
            background: rgba(21, 18, 50, 0.8);
        }
        
        .contact-card {
            background: linear-gradient(135deg, rgba(21, 18, 50, 0.9), rgba(12, 9, 42, 0.9));
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }
        
        .contact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(91, 230, 254, 0.3);
        }
        
        /* Custom scrollbar */
        ::-webkit-scrollbar {
            width: 12px;
        }
        
        ::-webkit-scrollbar-track {
            background: var(--dark-bg);
        }
        
        ::-webkit-scrollbar-thumb {
            background: linear-gradient(180deg, var(--accent-cyan), var(--accent-green));
            border-radius: 6px;
        }
        
        ::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(180deg, var(--accent-green), var(--accent-cyan));
        }
        .fa-dice:before {
    content: "\f522";
}

.header-logo.logo_top img {
  width: 60px;
  height: 60px;
}

.header-list {
  display: flex;
  grid-gap: 8px;
  align-items: center;
  margin-bottom: 0;
}



.bg-overlay{
  position: relative;
}
.bg-overlay::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}





/* ========================================
   BURGER MENU
   ======================================== */
.menu-burger {
  width: 30px;
  height: 20px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  padding: 0;
  z-index: 100;
  position: relative;
  display: none;
}

.menu-burger::after,
.menu-burger::before {
  content: "";
  position: absolute;
  left: 0;
}

.menu-burger::before {
  top: 0;
  transition: transform 0.3s, top 0.3s 0.3s;
}

.menu-burger::after {
  bottom: 0;
  transition: transform 0.3s, bottom 0.3s 0.3s;
}

.menu-burger__line,
.menu-burger::after,
.menu-burger::before {
  display: block;
  width: 100%;
  border-radius: 10px;
  height: 3px;
  background-color: #f2f2f2;
}

.menu-burger--active .menu-burger__line {
  display: none;
}

.menu-burger--active::before {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  transition: top 0.3s, transform 0.3s 0.3s;
}

.menu-burger--active::after {
  transform: translateY(50%) rotate(-45deg);
  bottom: 50%;
  transition: bottom 0.3s, transform 0.3s 0.3s;
}

.burger_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 8;
}

.burger_overlay--active {
  opacity: 1;
  pointer-events: auto;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}
.root {
  
  cursor: default;
  background: #0c092a;
  min-height: 100vh;
  color: rgb(255, 255, 255);
  position: relative;
}
.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/2df6fd24336f1a5c7a4e72f22b40b085.webp');
  background-position: center;
  position: sticky;
  top: 0;
  z-index: 10;
}
.main {
  display: flex;
  flex-direction: column;
}
.footer {
  display: flex;
  flex-direction: column;
}
.footer:hover {
}
.link {
  display: inline-block;
  text-decoration: none;
}
.list {
  list-style: none;
}
.p0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.m0 {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
.bg-transparent {
  background: transparent;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.column {
  flex-direction: column;
}
.my-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
}
.jc-space-between {
  justify-content: space-between;
}
.jc-center {
  justify-content: center;
}
.ai-center {
  align-items: center;
}
.of-contain {
  object-fit: contain;
}
.of-cover {
  object-fit: cover;
}
.h100 {
  height: 100%;
}
.w100 {
  width: 100%;
}
.h64px {
  height: 64px;
}
.py12px {
  padding-bottom: 12px;
  padding-top: 12px;
}
.py24px {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py36px {
  padding-top: 36px;
  padding-bottom: 36px;
}
.px12px {
  padding-left: 12px;
  padding-right: 12px;
}
.px24px {
  padding-left: 24px;
  padding-right: 24px;
}
.px36px {
  padding-left: 36px;
  padding-right: 36px;
}
.all {
  transition: all 250ms ease-in-out;
}
.h-filter-hue-rotate135:hover {
  filter: hue-rotate(135deg);
}
.gx12px {
  column-gap: 12px;
}
.gx24px {
  column-gap: 24px;
}
.gx36px {
  column-gap: 36px;
}
.gy12px {
  row-gap: 12px;
}
.gy24px {
  row-gap: 24px;
}
.gy36px {
  row-gap: 36px;
}
.color-fff {
  color: rgb(255, 255, 255);
}
.fw600 {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.fw-n {
  font-weight: normal;
}
.fz20 {
  font-size: 20px;
}
.ts-fff {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7);
}
.ts-fff:hover {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0);
}
.fw400 {
  font-weight: 400;
}
.fw400:hover {
}
.fw300 {
  font-weight: 300;
}
.fw700 {
  font-weight: 700;
}
.fw900 {
  font-weight: 900;
}
.bg-befor-lg-00016 {
  position: relative;
}
.bg-befor-lg-00016::before {
  background: linear-gradient(0deg, rgba(0,0,0,0.16) 0%, rgba(0,0,0,0.16) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.absolute {
  position: absolute;
}
.top0 {
  top: 0;
}
.bottom0 {
  bottom: 0;
}
.left0 {
  left: 0;
}
.right0 {
  right: 0;
}
.z-index1 {
  z-index: 1;
}
.bb-1px-solid-ffffff1a {
  border: 1px solid #ffffff1a;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.gtc-repeat4-1fr {
  grid-template-columns: repeat(4, 1fr);
}
.fz24 {
  font-size: 24px;
}
.fz14 {
  font-size: 14px;
}
.color-5be6fe {
  color: rgb(91, 230, 254);
}
.gy6px {
  row-gap: 6px;
}
.h-color-fff:hover {
  color: rgb(255, 255, 255);
}
.h24px {
  height: 24px;
}
.h24px:hover {
}
.jc-flex-end {
  justify-content: flex-end;
}
.ai-lfex-end {
  align-items: flex-end;
}
.w64px {
  width: 64px;
}
.br50 {
  border-radius: 50%;
}
.b-2px-solid-fff {
  border: 2px solid #fff;
}
.gtc-1fr-1fr {
  grid-template-columns: 1fr 1fr;
}
.jc-space-around {
  justify-content: space-around;
}
.text-center {
  text-align: center;
}
.fz16 {
  font-size: 16px;
}
.h512px {
  height: 512px;
}
.ts-ff2a00 {
  text-shadow: 0px 0px 12px rgb(255, 42, 0);
}
.color-fdf4c1 {
  color: rgb(253, 244, 193);
}
.ff-georgia {
  font-family: Georgia;
}
.fz32 {
  font-size: 32px;
}
.bg-lg-green {
  background: linear-gradient(180deg,#8cffdc,#52e8a6 8%,#15b671 51%,#099c6a 86%,#33d4a6);
}
.b-none {
  border-style: none;
}
.br24px {
  border-radius: 24px;
}
.bs-inset-0--2px-0-0-057f50 {
  box-shadow: 1px -2px 3px rgb(5, 127, 80) inset;
}
.ts-1-1-1-00003 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.newClass2:hover {
}
.of-fill {
  object-fit: fill;
}
.hidden {
  overflow: hidden;
}
.py64px {
  padding-top: 64px;
  padding-bottom: 64px;
}
.w48px {
  width: 48px;
}
.h48px {
  height: 48px;
}
.bg-0c092a {
  background: #0c092a;
}
.gtc-repeat6-1fr {
  grid-template-columns: repeat(6, 1fr);
}
.br12px {
  border-radius: 12px;
}
.h160px {
  height: 160px;
}
.h-scale110:hover {
  transform: scale(1.1);
}
.h-bg-0c092a:hover {
  background: #0c092a;
}
.h-b-1px-solid-ffffff1f {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}
.h-b-1px-solid-ffffff1f:hover {
  border-color: rgba(255, 255, 255, 0.1);
}
.relative {
  position: relative;
}
.h-opacity1 {
  opacity: 0;
}
.h-opacity1:hover {
  opacity: 1;
}
.bg-lg-00032 {
  background: linear-gradient(0deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.32) 100%);
}
.f-wrap {
  flex-wrap: wrap;
}
.f-wrap:hover {
}
.before-lg {
  position: relative;
}
.before-lg::before {
  content: "";
  background: linear-gradient(180deg, #ffffff00 0, #ffffff1a);
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: -8px;
}
.fz48::before {
  font-size: 48px;
}
.h220px {
  height: 220px;
}
.h220px::before {
}
.ts-3bc1ff {
  text-shadow: 0px 0px 10px rgb(59, 193, 255);
}
.bg-lg-fff03 {
  background: linear-gradient(hsla(0,0%,100%,.3),hsla(0,0%,100%,.3)) no-repeat 50% 38px/38px 2px;
}
.h-z-index1 {
}
.h-z-index1:hover {
  z-index: 1;
}
.h256px {
  height: 256px;
}
.flex11auto {
  flex: 1 1 auto;
}
.h-color-5be6fe:hover {
  color: rgb(91, 230, 254);
}
.gtc-repeat3-1fr {
  grid-template-columns: repeat(3, 1fr);
}
.bg-1b1769 {
  background: #1b1769;
}
.gc-span2 {
  grid-column: span 2;
}
.sticky {
  position: sticky;
  top: 90px;
}
.fz18 {
  font-size: 18px;
}
.gtr-repeat3-1fr {
  grid-template-rows: repeat(3, 1fr);
}
.gc-span4 {
  grid-column: span 4;
}
.ai-flex-start {
  align-items: flex-start;
}
.bg-BF00FF {
  background: #BF00FF;
}
.color-000 {
  color: rgb(0, 0, 0);
}
.bg-A6FF00 {
  background: #A6FF00;
}
.bg-7e70a8 {
  background: #7e70a8;
}
.py6px {
  padding-top: 6px;
  padding-bottom: 6px;
}
.px6px {
  padding-right: 6px;
  padding-left: 6px;
}
.br6px {
  border-radius: 6px;
}
.h28px {
  height: 28px;
}
.gc-full {
  grid-column: 1 / -1;
}
.bg-fff {
  background: #fff;
}
.p2px {
  padding-top: 2px;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 2px;
}
.bg-01B3FF {
  background: #01B3FF;
}
.bg-171458 {
  background: #171458;
}
.text-right {
  text-align: right;
}
.header-list-item-link---active{
  color: var(--accent-cyan);
  font-weight: 700;
}
@media (max-width: 1386px) {
  .menu-burger {
    display: block;
  }
  
  .header-nav-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    gap: 24px;
    z-index: 99;
    overflow: scroll;
    width: 250px;
       backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
       background-color: rgb(0 0 0 / 0.7);
       padding-top: 50px;
    height: 100vh;
    padding-bottom: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  

  
  .header-nav-list-mobile {
    align-items: flex-start;
    padding-left: 50px;
    backdrop-filter: blur(19px);
    font-weight: 700;
    transform: translateY(0);
  }
}