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

body {
  font-family: 'Anton', sans-serif;
  background: #0E0D15;
  color: white;
  overflow-x: hidden;
  line-height: 1.4;

}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Cookie Popup */
.cookie-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.cookie-popup.show {
  opacity: 1;
  visibility: visible;
}

.cookie-content {
  border-top: 3px solid #FFF;
  background: #1B1A22;

  padding: 40px;
  max-width: 600px;
  text-align: left;
  position: relative;
}

.cookie-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.cookie-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: white;
}

.cookie-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #cccccc;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

.cookie-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.accept-btn {
  background: #e91e63;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-family: 'Anton', sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border-radius: 15px;
background: #E12BEA;
}

.accept-btn:hover {
  background: #c2185b;
  transform: translateY(-2px);
}

.manage-btn {
  background: transparent;
  color: #e91e63;
  border: 2px solid #e91e63;
  padding: 15px 30px;
  border-radius: 25px;
  font-family: 'Anton', sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;

  border-radius: 15px;
border: 1px solid #E12BEA;

color: #E12BEA;
font-family: Anton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.manage-btn:hover {
  background: #e91e63;
  color: white;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  background: rgba(142, 68, 173, 0.95);
  z-index: 1000;
  padding: 15px 20px;
  border-radius: 0 0 15px 15px;
  margin-top: 20px;

  border-radius: 12px;
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(5px);
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}



.logo-text {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.nav {
  display: flex;
  gap: 30px;
}

.nav a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.nav a:hover {
  color: #e91e63;
}

/* Hero Section */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
  background: url(/wp-content/themes/blazorith/assets/images/bg.png);
  background-size: cover;

}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 60px;
}

.hero-text h1 {
  font-size: 72px;
  line-height: 0.9;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: normal;

  color: #FFF;
font-family: Anton;
font-size: 100px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.hero-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: normal;

  color: #FFF;
font-family: Anton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.cta-btn {
  background: #e91e63;
  color: white;
  border: none;
  padding: 18px 35px;
  border-radius: 25px;
  font-family: 'Anton', sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 15px;
background: #E12BEA;
text-transform: uppercase;
color: #FFF;
font-family: Anton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.cta-btn:hover {
  background: #c2185b;
  transform: translateY(-2px);
}

.hero-image {
  display: flex;
  justify-content: center;
}

.hero-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.stats {
  /* display: grid;
  grid-template-columns: repeat(4, 1fr); */
  display: flex;
  gap: 20px;
  gap: 0;
  background: linear-gradient(90deg, #3600CB 0%, #BB00C4 73.08%, #C76700 100%);
  padding: 40px 0;
  border-radius: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.stats .container{
  width: 100%;
  display: flex;
  gap: 80px;
}

.stat {
  text-align: center;
  padding: 0 20px;
}

.stat-number {
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 10px;
  color: white;
}

.stat-label {
  font-size: 16px;
  color: white;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
}

/* About Section */
.about {
  padding: 120px 0;
  background: #1a1a2e;
  background: url(/wp-content/themes/blazorith/assets/images/bg2.png);
  background-size: cover;
}

.about-content {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 80px;
  align-items: center;
}

.about-image {
  display: flex;
  justify-content: center;
}

.about-image img {
  width: 100%;
  max-width: 350px;
  height: auto;
}

.about-text h2 {
  font-size: 64px;
  line-height: 0.9;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: normal;
  color: #FFF;
font-family: Anton;
font-size: 70px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.about-text p {
  font-size: 16px;
  line-height: 1.6;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: normal;

  color: #FFF;
font-family: Anton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* Features Section */
.features {
  padding: 120px 0;
  background: url(/wp-content/themes/blazorith/assets/images/bg3.png);
  background-size: cover;
}

.features-header {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: flex-start;
  margin-bottom: 80px;
  align-items: center;
}

.features-header h2 {
  font-size: 64px;
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: normal;

  color: #FFF;
font-family: Anton;
font-size: 80px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.features-header p {
  font-size: 16px;
  line-height: 1.6;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: normal;
  margin-top: 0;

  color: #FFF;
font-family: Anton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.feature-card {


  padding: 40px 30px;
  text-align: left;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);

  border-radius: 30px;
border-bottom: 3px solid #E12BEA;
background: rgba(255, 255, 255, 0.07);
}

.feature-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 32px;
  margin-bottom: 20px;
  color: #e91e63;
}

.feature-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #e91e63;
  font-weight: normal;

  color: #E12BEA;
font-family: Anton;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.feature-card p {
  font-size: 14px;
  line-height: 1.5;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

/* Victory Section */
.victory {
  padding: 120px 0;
  background: #0E0D15;
}

.victory-content {
  display: block;
}

.victory-left h2 {
  font-size: 64px;
  line-height: 0.9;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;


  color: #FFF;
font-family: Anton;
font-size: 70px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.victory-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.victory-image {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.victory-image img {

  height: auto;
}

.victory-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.victory-feature {
  background: rgba(255, 255, 255, 0.05);

  border-radius: 15px;
  padding: 30px;

  border-radius: 24px;
border-bottom: 3px solid #E12BEA;
background: rgba(255, 255, 255, 0.07);
}

.victory-feature h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #e91e63;
  font-weight: normal;

  color: #E12BEA;
font-family: Anton;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.victory-feature p {
  font-size: 14px;
  line-height: 1.5;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

/* Community Section */
.community {
  padding: 120px 0;
  background: url(/wp-content/themes/blazorith/assets/images/bg4.png);
  background-size: cover;
}

.community-content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: center;
}

.community-text h2 {
  font-size: 64px;
  line-height: 0.9;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: normal;

  color: #FFF;
font-family: Anton;
font-size: 70px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.community-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: normal;

  color: #FFF;
font-family: Anton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.community-image {
  display: flex;
  justify-content: center;
}

.community-image img {
  width: 100%;
  max-width: 350px;
  height: auto;
}

/* Footer */
.footer {
  background: #0E0D15;
  padding: 50px 0;
}
.footer .container{
  border-radius: 22px;
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(5px);
padding: 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 120px;
  align-items: flex-start;
}

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

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}



.footer-logo .logo-text {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.footer-details {
  margin-bottom: 25px;
}

.footer-details p {
  font-size: 16px;
  line-height: 1.4;
  color: white;
  font-family: 'Anton', sans-serif;
  margin: 0;
  font-weight: normal;
}

.footer-details p:not(:last-child) {
  margin-bottom: 4px;
}

.footer-copyright {
  margin-top: 20px;
}

.footer-copyright p {
  font-size: 16px;
  color: white;
  font-family: 'Anton', sans-serif;
  margin: 0;
  font-weight: normal;
}

.footer-links {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-top: 10px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Anton', sans-serif;
  transition: color 0.3s ease;
  text-transform: uppercase;
  white-space: nowrap;
}

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

.footer-social {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-top: 10px;
  justify-content: flex-end;
margin-top: 40px;
}




/* Responsive Design */
@media (max-width: 1024px) {
  .hero-content {
      gap: 60px;
  }
  
  .about-content {
      grid-template-columns: 300px 1fr;
      gap: 60px;
  }
  
  .community-content {
      grid-template-columns: 1fr 300px;
      gap: 60px;
  }
}

@media (max-width: 768px) {
  .container {
      padding: 0 15px;
  }
  
  .header .container {
      flex-direction: column;
      gap: 20px;
      padding: 15px;
  }
  
  .nav {
      gap: 20px;
  }
  
  .hero-content {
      grid-template-columns: 1fr;
      text-align: center;
      gap: 40px;
  }
  
  .hero-text h1 {
      font-size: 48px;
  }
  
  .stats {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      padding: 30px;
  }
  
  .about-content {
      grid-template-columns: 1fr;
      text-align: center;
      gap: 40px;
  }
  
  .about-text h2 {
      font-size: 42px;
  }
  
  .features-header h2 {
      font-size: 42px;
  }
  
  .features-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
  
  .victory-content {
      grid-template-columns: 1fr;
      text-align: center;
      gap: 40px;
  }
  
  .victory-left h2 {
      font-size: 42px;
  }
  
  .victory-features {
      grid-template-columns: 1fr;
      gap: 20px;
  }
  
  .community-content {
      grid-template-columns: 1fr;
      text-align: center;
      gap: 40px;
  }
  
  .community-text h2 {
      font-size: 42px;
  }
  
  .footer-content {
      grid-template-columns: 1fr;
      gap: 40px;
      text-align: center;
  }
  
  .footer-links {
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
  }
  
  .footer-social {
      justify-content: center;
  }
  .stats .container{
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
  .victory-bottom{
    display: flex;
    flex-direction: column;

  }
}

@media (max-width: 480px) {
  .hero-text h1 {
      font-size: 36px;
  }
  
  .stats {
      grid-template-columns: 1fr;
      gap: 15px;
      padding: 20px;
  }
  
  .stat-number {
      font-size: 36px;
  }
  
  .about-text h2,
  .features-header h2,
  .victory-left h2,
  .community-text h2 {
      font-size: 32px;
  }
  
  .features-grid {
      grid-template-columns: 1fr;
      gap: 15px;
  }
  
  .victory-image {
      flex-direction: column;
      gap: 20px;
  }
  
  .victory-image img {
      max-width: 150px;
  }
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}



/* Games Section */
.games {
  padding: 120px 0;
  background: url(/wp-content/themes/blazorith/assets/images/bg3.png);
  text-align: center;
  background-size: contain;
}

.games-header {
  margin-bottom: 80px;
}

.games-header h2 {
  font-size: 64px;
  line-height: 0.9;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: normal;
  color: white;
}

.games-header p {
  font-size: 16px;
  line-height: 1.6;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: normal;
  max-width: 1000px;
  margin: 0 auto;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.game-card {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  aspect-ratio: 1;
}

.game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.game-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.game-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.game-card:hover .game-overlay {
  opacity: 1;
}

.game-card:hover img {
  filter: brightness(0.5);
}

.game-title {
  color: white;
  font-family: 'Anton', sans-serif;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}





/* Game Hero Section */
.game-hero {
  padding: 150px 0 80px;
  background: #0E0D15;
  text-align: center;
  position: relative;
}

.game-icon {
  margin-bottom: 40px;
}

.game-icon img {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.game-hero h1 {
  font-size: 56px;
  line-height: 0.9;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: normal;
  color: white;
}

.game-hero p {
  font-size: 16px;
  line-height: 1.6;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: normal;
  max-width: 900px;
  margin: 0 auto 50px;

  color: #FFF;
text-align: center;
font-family: Anton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.play-btn {
  background: #e91e63;
  color: white;
  border: none;
  padding: 18px 35px;
  border-radius: 25px;
  font-family: 'Anton', sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;

  border-radius: 15px;
background: #E12BEA;
}

.play-btn:hover {
  background: #c2185b;
  transform: translateY(-2px);
}

.color-stripe {
  width: 100vw;
  height: 8px;
  background: linear-gradient(90deg, #3600CB 0%, #BB00C4 73.08%, #C76700 100%);
  margin-left: calc(-50vw + 50%);
  position: absolute;
  bottom: 0;
}

/* Game Details Section */
/* Game Details Section */
.game-details {
  padding: 120px 0;
  background: #0E0D15;
}

.game-content {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 80px;
  align-items: flex-start;
}

.game-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.game-info h2 {
  font-size: 48px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: normal;
  color: white;
}

.game-info p {
  font-size: 16px;
  line-height: 1.6;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;

  color: #FFF;
font-family: Anton;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.game-info p strong {
  color: white;
  font-family: 'Anton', sans-serif;
}

.play-btn {
  background: #e91e63;
  color: white;
  border: none;
  padding: 18px 35px;
  border-radius: 25px;
  font-family: 'Anton', sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border-radius: 15px;
background: #E12BEA;
text-decoration: none;
display: inline-block;
}

.play-btn:hover {
  background: #c2185b;
  transform: translateY(-2px);
}

/* Responsive for game sections */
@media (max-width: 768px) {
  .game-hero h1 {
      font-size: 36px;
  }
  
  .game-content {
      grid-template-columns: 1fr;
      gap: 40px;
      text-align: center;
  }
  
  .game-info h2 {
      font-size: 32px;
  }
}
.privacy{
  background: url(/wp-content/themes/blazorith/assets/images/bg3.png);
  background-size: cover;
  padding-top: 140px;
}
.privacy h2 {
  color: #FFF;
font-family: Anton;
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}