* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Bebas Neue', sans-serif;
  line-height: 1.6;
  color: white;
  overflow-x: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
 
}

/* Header Styles */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.logo-icon {
  font-size: 1.5rem;
}

.brand-name {
  font-size: 1.5rem;
  font-weight: 400;
  color: white;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-link {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s;
}

.nav-link:hover,
.nav-link.active {
  color: #ff4500;
}

.games-btn {
  background: white;
  color: black;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.3s;
  border: none;
}

.games-btn:hover {
  background: #ff4500;
  color: white;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: white;
  margin: 3px 0;
  transition: 0.3s;
}

/* Hero Section */
.hero {

  background: #000;
  position: relative;
  padding: 120px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.hero-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: flex-start;
  margin-bottom: 6rem;
}
.hero h1{
  color: #FD4E24;
  font-family: "Bebas Neue";
  font-size: 170px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 136px */
}
.container{
  padding: 0px 12px;
}
.hero .container{
 display: flex;
 position: relative;
}
.hero .container P{
  max-width: 340px;
}

.collection{
  position: relative;
  top: -60px;
  z-index: 2;
}
.bottom_hero{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}

@media (max-width: 768px) {
  .hero .container{
    display: flex;
    position: relative;
    flex-direction: column;
   }
  .hero h1{
    color: #FD4E24;
font-family: "Bebas Neue";
font-size: 72px;
font-style: normal;
font-weight: 400;
line-height: 80%; /* 57.6px */
  }
  .collection {
    position: relative;
    top: -20px;
    z-index: 2;
    padding: 0px !important;
}
}









/* Games Section */
.games-section {
  background: white;
  color: black;
  padding: 4rem 2rem;
  position: relative;
  padding: 0px;
  z-index: 6;
  top: -114px;
  background: #fff;
}
.games-section .bt2{
  position: absolute;
  top: -45px;
  left: 0;
  z-index: 3;
}
.games-header{
  padding: 0px 12px !important;
  display: flex;
  justify-content: space-between;

}
.games-header h2{
  color: #FD4E24;
  font-family: "Bebas Neue";
  font-size: 112px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 100.8px */
}
.games-header-desc{
  max-width: 342px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}




.btn_game{
  background: #101010;
  display: flex;
padding: 12px 40px;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
color: #FFF;
text-align: center;
font-family: "Bebas Neue";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 19.2px */
text-transform: capitalize;
text-decoration: none;
}




/* Games Slider */
.games-slider {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  margin-top: 32px;
}

.games-slider-container {
  overflow: hidden;
}

.games-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 1.5rem;
}

.games-slider .game-item {
  min-width: calc(23% - 1.125rem);

  overflow: hidden;

  transition: transform 0.3s;
  aspect-ratio: 1;
  flex-shrink: 0;
}

.games-slider .game-item:hover {
  transform: translateY(-10px);
}

.games-slider .game-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.games-slider-nav {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 0rem;
}

.slider-btn {
  background: transparent;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.2rem;
}

.slider-btn:hover {
  background: #ff4500;
  transform: scale(1.1);
}

.slider-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: scale(1);
}

.slider-btn svg {
  width: 24px;
  height: 24px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .games-slider .game-item {
      min-width: 50%;
      padding: 0 0.5rem;
  }
  
  .slider-btn {
      width: 40px;
      height: 40px;
      font-size: 1rem;
  }
  
  .slider-btn svg {
      width: 20px;
      height: 20px;
  }
}

@media (max-width: 480px) {
  .games-slider .game-item {
      min-width: 100%;
      padding: 0 0.5rem;
  }
  
  .games-slider-track {
      gap: 0;
  }
}


















/* Why Choose Section */
.why-choose {
  background: #FD4E24;
  padding: 4rem 2rem;
  position: relative;
  text-align: center;
  position: relative;
  top: -50px;
  z-index: 2;
}
.bt3{
  position: absolute;
  top: -57px;
  left: 0px;
}
.bt3_1{
  position: absolute;
  top: -35px;
  left: 0px;
}
.why-choose h2 {
  color: #FFF;
font-family: "Bebas Neue";
font-size: 112px;
font-style: normal;
font-weight: 400;
line-height: 90%; /* 100.8px */
text-align: left;
}

.features{
  display: flex;
  margin-top: 80px;
}
.feature-left{
  margin-top: 80px;
}
.feature-right{
  margin-top: 80px;
}
.bt4{
  position: absolute;
  bottom: -49px;
  left: 0px;
}
.bt5{
  position: absolute;
  bottom: -110px;
  left: 0;
}
.bt5_1{
  position: absolute;
  bottom: -110px;
  left: 0;
}
@media (max-width: 768px) {
  .features{
  
    display: flex;
    flex-direction: column;
    align-items: center;

  }
  .games-section{
    top: -42px;
  }
  .games-section .bt2 {
    position: absolute;
    top: -23px;
    left: 0;
    z-index: 3;
}
.games-header h2{
  color: #FD4E24;
font-family: "Bebas Neue";
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: 90%; /* 50.4px */
text-align: left;
}
.games-header p{
text-align: left;
}
.games-header-desc{
  width: 100%;
  margin-top: 100px;
}
.why-choose h2.animate{
  color: #FFF;
  font-family: "Bebas Neue";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 50.4px */
}
.bt4{
  bottom: -14px;
}
}




















/* Footer */
.footer {
  background: black;

  position: relative;
  text-align: center;
  top: -48px;
  padding-top: 140px;
  z-index: 1;
  padding-bottom: 0;
  padding-bottom: 150px;
}
.footer_last{
  position: absolute;
  bottom: -115px;
  left: 0;
  width: 100%;
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-info {
  margin-bottom: 4rem;
}

.footer-contact {
  margin-bottom: 2rem;
  display: flex;
  gap: 50px;
  justify-content: center;
}

.footer-contact p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #ff4500;
}

.social-media {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.social-link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.social-link:hover {
  transform: scale(1.1);
}

.social-link img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.footer-copyright p {
  font-size: 0.8rem;
  opacity: 0.8;
}

.footer-logo {
  text-align: center;
}

.footer-logo h1 {
  font-size: clamp(8rem, 15vw, 20rem);
  color: #ff4500;
  line-height: 1;
  opacity: 0.1;
}

/* Cookie Popup */
.cookie-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #1a1a1a;
  padding: 2rem;
  z-index: 10000;
  max-width: 800px;
  margin: 0 auto;
  display: none;
  border: none;
}

.cookie-popup.show {
  display: block;
}

.cookie-content h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: white;
}

.cookie-content p {
  font-size: 0.9rem;
  margin-bottom: 2rem;
  line-height: 1.4;
  color: white;
}

.cookie-content a {
  color: white;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 1rem;
}

.cookie-accept,
.cookie-decline {
  flex: 1;
  padding: 1rem 2rem;
  border: none;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
}

.cookie-accept {
  background: #ff4500;
  color: white;
}

.cookie-accept:hover {
  background: #e63900;
}

.cookie-decline {
  background: transparent;
  color: white;
  border: 1px solid white;
}

.cookie-decline:hover {
  background: white;
  color: black;
}

/* Mobile Navigation */
@media (max-width: 768px) {
  .hamburger {
      display: flex;
  }
  
  .nav-menu {
      position: fixed;
      left: -100%;
      top: 70px;
      flex-direction: column;
      background-color: rgba(0, 0, 0, 0.95);
      width: 100%;
      text-align: center;
      transition: 0.3s;
      box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
      backdrop-filter: blur(10px);
      padding: 2rem 0;
  }
  
  .nav-menu.active {
      left: 0;
  }
  
  .nav-menu li {
      margin: 1.5rem 0;
  }
  
  .hamburger.active span:nth-child(1) {
      transform: rotate(-45deg) translate(-5px, 6px);
  }
  
  .hamburger.active span:nth-child(2) {
      opacity: 0;
  }
  
  .hamburger.active span:nth-child(3) {
      transform: rotate(45deg) translate(-5px, -6px);
  }
  
  .games-btn {
      display: none;
  }
  
  .hero-container {
      grid-template-columns: 1fr;
      gap: 2rem;
      text-align: center;
      margin-bottom: 4rem;
  }
  
  .hero-right {
      max-width: 100%;
      align-self: auto;
      margin-bottom: 0;
  }
  
  .hero-games {
      position: static;
      justify-content: center;
      padding: 2rem;
  }
  
  .game-card img {
      width: 150px;
      height: 100px;
  }
  
  .games-header {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 2rem;
  }
  
  .games-button-container {
      margin-left: 0;
  }
  
  .games-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
  }
  
  .features {
      grid-template-columns: 1fr;
      gap: 2rem;
  }
  
  .feature-center .feature-image img {
      height: 250px;
  }
  
  .footer-links {
      flex-direction: column;
      gap: 1rem;
  }
  
  .cookie-popup {
      left: 10px;
      right: 10px;
      padding: 1.5rem;
  }
  
  .cookie-buttons {
      flex-direction: column;
  }
  
  .collection-text {
      gap: 1rem;
  }
  
  .collection-left,
  .collection-center,
  .collection-right {
      flex-wrap: wrap;
      justify-content: center;
  }
  
  .collection-icon.top {
      position: relative;
      right: 0;
      top: 0;
      margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .navbar {
      padding: 1rem;
  }
  
  .hero {
      padding: 100px 0 0;
  }
  
  .hero-container {
      padding: 0 1rem;
      margin-bottom: 3rem;
  }
  
  .hero-title {
      font-size: clamp(2.5rem, 8vw, 4rem);
  }
  
  .hero-games {
      padding: 1rem;
  }
  
  .collection,
  .games-section,
  .why-choose {
      padding: 3rem 1rem;
  }
  
  .footer {
      padding: 2rem 1rem;
  }
  
  .games-grid {
      grid-template-columns: 1fr;
  }
  
  .game-card img {
      width: 120px;
      height: 80px;
  }
  
  .collection-left img,
  .collection-center img {
      width: 60px;
      height: 60px;
  }
  
  .hero-description {
      padding: 1.5rem;
  }
  
  .cookie-popup {
      padding: 1rem;
      left: 5px;
      right: 5px;
  }
  
  .cookie-content h3 {
      font-size: 1.5rem;
  }
  
  .cookie-content p {
      font-size: 0.8rem;
  }
  .catalog .bt5_1{
    bottom: -15px;
  }
  .catalog .bt5{
    bottom: -18px;
  }
  .footer_last{
    bottom: -60px;
  }
}
html,body{
  overflow-x: hidden;
}
.footer_last{
  background-color: #000;
}
.btn_play{
  background: #FD4E24;
  display: flex;
padding: 20px 48px;
justify-content: center;
align-items: center;
gap: 10px;
color: #101010;
text-align: center;
font-family: "Bebas Neue";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 19.2px */
text-transform: capitalize;
width: 120px;
text-decoration: none;
}
.game_page .hero .container{
  display: flex;
  justify-content: center;
  gap: 40px;
}
.game_page .hero .container div{
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 60px;
}
.game_page .games-section{
  display: flex;
  flex-direction: column;
  gap: 24px;
  top: 10px !important;
  padding: 60px 0px;
}
.game_page .bt5{
 position: absolute;
 bottom: -52px;
 left: 0;
}
.game_page .bt5_1{
 position: absolute;
 bottom: -50px;
 left: 0;
}

@media (max-width: 768px) {
  .game_page .games-section{
    display: flex;
    flex-direction: column;
    gap: 24px;
    top: 10px !important;
    padding: 60px 0px;
  }
  .game_page .bt5{
   position: absolute;
   bottom: -15px;
   left: 0;
  }
  .game_page .bt5_1{
   position: absolute;
   bottom: -10px;
   left: 0;
  }
  .game_page footer{

   top: 15px;
   left: 0;
  }

}
.game_page .hero h2{
  color: #FFF;
  font-family: "Bebas Neue";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 100.8px */
}