
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{text-decoration: none; outline: none;}


body{
    font-family: "Manrope", sans-serif;
    background-color: #090911;
}
/* Container */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
  }
  
  /* Header */
  .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 8px 0;
  }
  
  @media (min-width: 640px) {
    .header {
      padding: 16px 0;
    }
  }
  
  .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo {
    width: 64px;
  }
  
  @media (min-width: 640px) {
    .logo {
      width: 100px;
    }
  }
  
  @media (min-width: 768px) {
    .logo {
      width: 158px;
    }
  }
  
  /* Menu */
  .menu-container {
    display: flex;
    align-items: center;
  }
  
  .main-nav {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px) brightness(0.5);
    padding: 12px 16px;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 250px;
    transition: all 0.3s;
  }
  
  @media (min-width: 768px) {
    .main-nav {
      position: static;
      height: auto;
      width: auto;
      display: flex;
      align-items: center;
      background: rgba(0, 0, 0, 0.5);
      clip-path: polygon(6% 0, 100% 0, 100% 30%, 94% 100%, 0 100%, 0% 68%);
    }
  }
  
  .main-nav ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  @media (min-width: 768px) {
    .main-nav ul {
      flex-direction: row;
      padding: 0 16px;
    }
  }
  
  .main-nav a {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    transition: color 0.3s;
    padding: 8px 24px;
}
  
  .main-nav a:hover {
    color: cyan;
  }
  
  /* Auth Buttons */
  .auth-buttons {
    display: flex;
    flex-direction: column;
  }
  
  .auth-buttons a {
    background-color: transparent;
    border: none;
    padding: 6px 16px;
    border-radius: 6px;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 8px;
}
.auth-buttons a:hover{
    background: radial-gradient(#602EA6, #C977D6);
}
  
  .auth-buttons.desktop-only {
    display: none;
  }
  
  @media (min-width: 768px) {
    .auth-buttons.desktop-only {
        display: flex;
        flex-direction: row;
        margin-left: 16px;
        clip-path: polygon(6% 0, 100% 0, 100% 30%, 94% 100%, 0 100%, 0% 68%);
        position: static;
        height: auto;
        width: auto;
        backdrop-filter: blur(10px) brightness(0.5);
        padding: 6px 16px;
    }
  
    .auth-buttons.mobile-only {
      display: none;
    }
  }
  
  /* Menu Toggle Button */
  .menu-toggle {
    background-color: cyan;
    padding: 4px;
    border-radius: 4px;
    display: block;
    margin-left: 8px;
  }
  
  @media (min-width: 768px) {
    .menu-toggle {
      display: none;
    }
  }
  
  /* Banner / Slider */
  .slider-container {
    overflow: hidden;
    line-height: 0;
  }
  
  .slide {
    position: relative;
  }
  
  .slide img {
    width: 100%;
    display: block;
  }
  
  .slide-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
  }
  
  .slide-caption h1 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    display: flex;
  }

 .casino_slider .swiper-pagination {
    bottom: 36px !important;
    background-color: rgb(4 4 4 / 47%);
    clip-path: polygon(6% 0, 100% 0, 100% 30%, 94% 100%, 0 100%, 0% 68%);
    backdrop-filter: blur(5px);
    max-width: 300px;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    padding: 20px;
}
.casino_slider .swiper-button-next {
    right: 50%;
    z-index: 9;
    width: 25px;
    height: 18px;
    top: auto;
    bottom: 52px;
    transform: translateX(130px);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAATCAYAAABlcqYFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACGSURBVHgB7ZXBCYAwDEW/4ACO4AhupG7gBtYJdAPdTDdwhJhgocWTaKKXPvj09h8lkAAPIaKSs3NGWMHlhZcIM6zg8uorUUOBHlYk0RtRdxXlYue3hC6b73Tcj0x0MCbntND/SR11DtBG5hDNxEEbLq2T4HdBvIUnaEPhaAkLLKDzaK13BAd/ivF8rR6Y8wAAAABJRU5ErkJggg==);
    transition: all .3s;
    z-index: 11;
}
.casino_slider .swiper-button-next::after{display: none;}

.casino_slider .swiper-button-prev {
    left: 50%;
    z-index: 9;
    width: 25px;
    height: 18px;
    top: auto;
    bottom: 52px;
    transform: translateX(-130px);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAATCAYAAABlcqYFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACPSURBVHgB7ZXRDUVAEEXvS14BSlCCUnRACTpABXSAyuhACeMuK0QiEmZ+xEnubvZnTjaTzAAXiEjD9EwAC7zAMTIhtGHRaieIoA2L5rIRQ5uDIIU2rxMUUObnBLwL/x6YDroMTiIw5s+UTL5aYfCT+XR92PUkgxUHUQIrPtETUWs6hU9ENkvLi2pZNmOIm0zOrPGdhTbZWAAAAABJRU5ErkJggg==);
    transition: all .3s;
    z-index: 11;
}
.casino_slider .swiper-button-prev::after{
    display: none;
}

.casino_slider .swiper-pagination-bullet {
    border: 1px solid #ffffff;
    width: 13px;
    height: 13px;
    border-radius: 100px;
    opacity: 1;
}
.casino_slider .swiper-pagination-bullet-active {
    background-color: #EDA200;
    border-color: #EDA200;
}

  
  @media (min-width: 640px) {
    .slide-caption h1 {
      font-size: 32px;
    }
  }
  @media (min-width: 768px) {
    .slide-caption h1 {
      font-size: 40px;
    }
  }
  @media (min-width: 1024px) {
    .slide-caption h1 {
      font-size: 54px;
    }
  }
  @media (min-width: 1280px) {
    .slide-caption h1 {
      font-size: 78px;
    }
  }
  
  .subheading {
    display: block;
    color: white;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  @media (min-width: 640px) {
    .subheading {
      font-size: 20px;
    }
  }
  @media (min-width: 768px) {
    .subheading {
      font-size: 24px;
    }
  }
  @media (min-width: 1024px) {
    .subheading {
      font-size: 36px;
    }
  }
  @media (min-width: 1280px) {
    .subheading {
      font-size: 48px;
    }
  }
  
  /* Utility Colors */
  .text-cyan {
    color: cyan;
  }
  .text-purple {
    color: #8858ed;
  }
  .text-yellow {
    color: #fada36;
  }
  
  /* Gradient bar at bottom */
  .gradient-bar {
    height: 30px;
    background: linear-gradient(to right, #1A1A1A, #444444, #1A1A1A);
  }
  
  @media (min-width: 768px) {
    .gradient-bar {
      height: 60px;
    }
  }
  
  @media (min-width: 1024px) {
    .gradient-bar {
        height: 90px;
        background: linear-gradient(to bottom, #210921, #090911);
    }
  }
  


  /* game-link */
  /* * Header */ 
.games-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 1rem;
}

.games-title {
  color: #00ffff;
  font-size: 40px;
  font-weight: bold;
}

.view-all {
  color: #00ffff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

/* Grid */
.games-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (min-width: 768px) {
  .games-grid {
    gap: 24px;
  }
}

@media (min-width: 1024px) {
  .games-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

/* Card */
.game-card {
  padding: 24px;
  backdrop-filter: blur(10px) brightness(0.5);
  clip-path: polygon(10% 0, 100% 0, 100% 93%, 90% 100%, 0 100%, 0% 8%);
  background-color: rgba(0, 0, 0, 0.4);
}

.game-card figure {
  margin: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(10% 0, 100% 0, 100% 93%, 90% 100%, 0 100%, 0% 8%);
}

.game-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


/* footer */
/* Footer Container */
.footer {
    margin-top: 100px;
    background-color: #1f1f37;
  }
  
  @media (min-width: 768px) {
    .footer {
      margin-top: 150px;
    }
  }
  
  /* Center Logo Section */
  .footer-logo-wrapper {
    position: relative;
    text-align: center;
  }
  
  .footer-center-img {
    max-width: 100%;
    background-color: #090911;
    margin: 0 auto;
    display: block;
    max-width: 544px;
  }
  
  .footer-logo-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .footer-logo {
    display: block;
    margin: 0 auto;
    width: 136px;
    margin-top: -64px;
  }
  
  @media (min-width: 768px) {
    .footer-logo {
      width: 224px;
      margin-top: -90px;
    }
  }
  
  /* Footer Links */
  .footer-links {
    text-align: center;
    padding: 12px 0;
  }
  
  .footer-links a {
    display: inline-block;
    margin: 8px 12px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .footer-links a:hover {
    color: #00ffff;
  }
  
  @media (min-width: 768px) {
    .footer-links a {
      font-size: 16px;
      margin: 8px 20px;
    }
  }
  
  /* Bottom Footer */
  .footer-bottom {
    background-color: #1A1A30;
    text-align: center;
    color: white;
    font-size: 14px;
    padding: 16px 0;
    font-weight: 400;
  }
  
  .footer-bottom a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .footer-bottom a:hover {
    color: #00ffff;
  }
  