/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #1a1a2e;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Cookie Popup */
.cookie-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  padding: 20px;
  
}

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

.cookie-content {
  background: #0a0533;
  border-radius: 30px;
  padding: 60px;
  max-width: 750px;
  width: 100%;
  position: relative;
  color: #fff;
  border-radius: 26px;
background: #0D004F;
}

.cookie-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

.cookie-content h2 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}

.cookie-content p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 40px;
  opacity: 0.95;
  font-weight: 400;
}

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

.cookie-buttons button {
  padding: 22px 40px;
  font-size: 20px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;


}


.btn-accept {
  background: linear-gradient(135deg, #ffa447 0%, #ff8533 100%);
  color: #fff;
  border-radius: 15px;
  border-top: 3px solid #D7833A;
  border-right: 5px solid #D7833A;
  border-bottom: 5px solid #D7833A;
  border-left: 3px solid #D7833A;
  background: #FDA030;
}

.btn-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 154, 60, 0.4);
}

.btn-manage {
  background: transparent;
  color: #fff;
  border: 3px solid #fff !important;
  border-radius: 15px;
border-top: 3px solid #FFF;
border-right: 5px solid #FFF;
border-bottom: 5px solid #FFF;
border-left: 3px solid #FFF;
}

.btn-manage:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Header */
.header {
  background: #9B85FF;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-brand img {
  width: 42px;
  height: 42px;
}

.nav-brand span {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 50px;
}

.nav-menu a {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  transition: opacity 0.3s ease;
}

.nav-menu a:hover {
  opacity: 0.8;
}

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

.hamburger span {
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Hero Section */
.hero {
  background: linear-gradient(180deg, #9B85FF 0%, #C6BBFE 100%);
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 70px;
}

.hero-title {
  font-size: 72px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.15;
  text-shadow: 0 4px 12px rgba(108, 75, 180, 0.4);


-webkit-text-stroke-width: 6px;
-webkit-text-stroke-color: #725DD0;

}

.hero-subtitle {
  font-size: 17px;
  color: #fff;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
  opacity: 0.98;
  line-height: 1.75;
  font-weight: 400;
}

.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, #ffa447 0%, #ff8533 100%);
  color: #fff;
  padding: 20px 50px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
  margin: 0 auto;
  display: block;
  width: fit-content;
  box-shadow: 0 8px 20px rgba(255, 133, 51, 0.3);

  border-radius: 15px;
border-top: 3px solid #D7833A;
border-right: 5px solid #D7833A;
border-bottom: 5px solid #D7833A;
border-left: 3px solid #D7833A;
background: #FDA030;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 133, 51, 0.5);
}

.hero-image {
  margin-top: 20px;
  text-align: center;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
}


.clouds-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 11;
  background: url(/wp-content/themes/qolvenius/assets/images/bg1.png) no-repeat bottom;
  background-size: cover;
}

/* Statistics */
.statistics {
  background: #fff;
  padding: 80px 0;
  padding-bottom: 0;
}

.stats-box {
  background: linear-gradient(135deg, #0d0637 0%, #1a0b52 100%);
  border-radius: 25px;
  padding: 50px 70px;
  display: flex;
  align-items: center;
  gap: 80px;
  box-shadow: 0 10px 40px rgba(13, 6, 55, 0.3);
}

.stat-label {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  min-width: 180px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  flex: 1;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 56px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1;
}

.stat-text {
  font-size: 17px;
  color: #fff;
  opacity: 0.85;
  font-weight: 400;
}

/* Section Badges and Titles */
.section-badge {
  display: inline-block;
  background: rgba(183, 148, 246, 0.15);
  color: #8b6dd4;
  padding: 12px 35px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 35px;
}

.section-title {
  font-size: 56px;
  font-weight: 800;
  color: #0a0533;
  margin-bottom: 25px;
  line-height: 1.2;

  color: #0D004F;
font-family: Poppins;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.section-subtitle {
  font-size: 16px;
  color: #333;
  max-width: 1050px;
  margin: 0 auto 60px;
  line-height: 1.75;
}

/* Features Section */
.features {
  background: #fff;
  padding: 100px 0;
  text-align: center;
}

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

.feature-card {
  background: rgba(220, 208, 250, 0.3);
  padding: 45px 35px;
  border-radius: 25px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  align-items: center;
}

.feature-icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

.feature-content {
  flex: 1;
}

.feature-card h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0a0533;
  margin-bottom: 15px;
  line-height: 1.3;
}

.feature-card p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  font-weight: 400;
}

/* Experience Section */
.experience {
  background: linear-gradient(180deg, #f5f3ff 0%, #ffffff 100%);
  padding: 120px 0;
  position: relative;
  padding-top: 60px;
}
.experience .tuch{
  position: absolute;
  top: 0;
  left: 0;
}

.experience-content {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 100px;
  align-items: center;
}

.experience-left {
  position: relative;
}

.experience-left img {
  width: 100%;
  height: auto;
}

.experience-right {
  text-align: left;
}

.experience-right .section-badge {
  margin-bottom: 25px;
}

.experience-right .section-title {
  margin-bottom: 35px;
}

.experience-right p {
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.85;
  font-weight: 400;
}

.experience-right .btn-primary {
  margin: 40px 0 0 0;
}

/* Categories Section */
.categories {
  background: linear-gradient(180deg, #0d0637 0%, #1a0b52 100%);
  padding: 100px 0 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.categories::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 350px;
  background: url(/wp-content/themes/qolvenius/assets/images/bg2.png);
  background-size: cover;
  pointer-events: none;
}

.categories .section-badge {
  background: rgba(150, 120, 220, 0.25);
  color: rgba(255, 255, 255, 0.85);
}

.categories .section-title {
  color: #fff;
}

.categories .section-subtitle {
  color: rgba(255, 255, 255, 0.85);
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 60px;
  position: relative;
  z-index: 10;
}

.category-card {
  background: #fff;
  padding: 45px 30px;
  border-radius: 22px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.category-icon {
  width: 85px;
  height: 85px;
}

.category-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0a0533;
  margin-bottom: 0;
  line-height: 1.3;
  
}

.category-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.65;
  margin: 0;
  font-weight: 400;
}

/* Gallery Section */
.gallery {
  background: #fff;
  padding: 100px 0;
  text-align: left;
}

.gallery .section-badge {
  display: inline-block;
}

.gallery .section-title {
  text-align: left;
}

.gallery .section-subtitle {
  text-align: left;
  margin: 0 0 60px 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 60px;
}

.gallery-item {
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contact Section */
.contact {
  background: #9B85FF;
  padding: 100px 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}

.contact .section-badge {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.contact .section-title {
  color: #fff;
}

.contact .section-subtitle {
  color: #fff;
  opacity: 0.95;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 60px 0 80px;
  position: relative;
  z-index: 10;
}

.contact-item {
  background: #fff;
  padding: 22px 50px;
  border-radius: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #0a0533;
  max-width: 650px;
  margin: 0 auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
background: #FFF;
}

.contact-mascot {
  position: absolute;
  right: 8%;
  bottom: 220px;
  width: 320px;
  z-index: 10;
}

.contact .clouds-bottom {
  background: url(/wp-content/themes/qolvenius/assets/images/bg1.png) no-repeat bottom;
  background-size: cover;
}

/* Footer */
.footer {
  background: linear-gradient(135deg, #0d0637 0%, #1a0b52 100%);
  padding: 60px 0;
  color: #fff;
}

.footer .container {
  display: grid;
  grid-template-areas: 
      "brand brand"
      "nav nav"
      "social social"
      "copyright copyright";
  gap: 35px;
  align-items: start;
}

.footer-brand {
  grid-area: brand;
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 42px;
  height: 42px;
}

.footer-brand span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.footer-nav {
  grid-area: nav;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-nav a {
  font-size: 15px;
  opacity: 0.85;
  transition: opacity 0.3s ease;
  font-weight: 400;
}

.footer-nav a:hover {
  opacity: 1;
}

.footer-social {
  grid-area: social;
  display: flex;
  gap: 18px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icon.twitter {
  background: #6b5db8;
}

.social-icon.facebook {
  background: #7d6cc4;
}

.social-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.25);
}

.footer-copyright {
  grid-area: copyright;
  font-size: 14px;
  opacity: 0.7;
  margin-top: 10px;
  font-weight: 400;
}

/* Responsive Design */
@media (max-width: 1280px) {
  .container {
      padding: 0 30px;
  }
  
  .nav {
      padding: 0 30px;
  }
}

@media (max-width: 1024px) {
  .hero-title {
      font-size: 56px;
  }

  .section-title {
      font-size: 44px;
  }

  .stats-box {
      flex-direction: column;
      gap: 40px;
      padding: 40px 40px;
  }

  .stats-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 40px;
      width: 100%;
  }

  .categories-grid {
      grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
      grid-template-columns: repeat(2, 1fr);
  }

  .experience-content {
      grid-template-columns: 1fr;
      gap: 60px;
  }

  .contact-mascot {
      width: 250px;
      right: 5%;
  }
}

@media (max-width: 768px) {
  .container {
      padding: 0 20px;
  }

  .nav {
      padding: 0 20px;
  }

  .nav-menu {
      position: fixed;
      top: 82px;
      left: -100%;
      width: 100%;
      height: calc(100vh - 82px);
      background: linear-gradient(135deg, #b794f6 0%, #9d80e0 100%);
      flex-direction: column;
      padding: 50px 0;
      gap: 30px;
      transition: left 0.3s ease;
      align-items: center;
  }

  .nav-menu.active {
      left: 0;
  }

  .hamburger {
      display: flex;
  }

  .hamburger.active span:nth-child(1) {
      transform: rotate(45deg) translate(8px, 8px);
  }

  .hamburger.active span:nth-child(2) {
      opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
      transform: rotate(-45deg) translate(7px, -7px);
  }

  .hero-title {
      font-size: 40px;
  }

  .hero-subtitle {
      font-size: 16px;
  }

  .section-title {
      font-size: 36px;
  }

  .stats-grid {
      grid-template-columns: 1fr;
      gap: 30px;
  }

  .stat-number {
      font-size: 44px;
  }

  .features-grid {
      grid-template-columns: 1fr;
  }

  .feature-card {
      flex-direction: column;
      text-align: left;
  }

  .experience-content {
      gap: 40px;
  }

  .categories-grid {
      grid-template-columns: 1fr;
  }

  .gallery-grid {
      grid-template-columns: 1fr;
  }

  .contact-mascot {
      display: none;
  }

  .cookie-content {
      padding: 35px;
  }

  .cookie-content h2 {
      font-size: 36px;
  }

  .footer-nav {
      flex-direction: column;
      gap: 20px;
  }
}

@media (max-width: 480px) {
  .hero-title {
      font-size: 32px;
  }

  .section-title {
      font-size: 30px;
  }

  .stat-label {
      font-size: 28px;
  }

  .btn-primary {
      padding: 18px 35px;
      font-size: 16px;
  }

  .contact-item {
      font-size: 17px;
      padding: 18px 30px;
  }

  .stats-box {
      padding: 30px 25px;
  }

  .feature-card {
      padding: 35px 25px;
  }
}
.section-badge{
  border-radius: 60px;
background: rgba(155, 133, 255, 0.20);
color: #9B85FF;
text-align: center;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}


/* Games Showcase Section */
.games-showcase {
  background: linear-gradient(180deg, #9B85FF 0%, #C6BBFE 100%);
  padding: 120px 0 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 220px;
  padding-top: 60px;
  
}

.games-showcase-title {
  font-size: 72px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.15;
  text-shadow: 0 4px 12px rgba(108, 75, 180, 0.4);

  -webkit-text-stroke-width: 6px;
-webkit-text-stroke-color: #725DD0;
}

.games-showcase-subtitle {
  font-size: 17px;
  color: #fff;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 70px;
  opacity: 0.98;
  line-height: 1.8;
  font-weight: 400;
}

.games-grid {
  display: grid;
 
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto 0;
}

.game-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  aspect-ratio: 1;
}

.game-card-large {
  grid-row: span 2;
  aspect-ratio: auto;
}

.game-card-small {
  grid-row: span 1;
}

/* Grid layout for specific cards */
.game-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 3;
}

.game-card:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / 3;
}

.game-card:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.game-card:nth-child(4) {
  grid-column: 4;
  grid-row: 1;
}

.game-card:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}

.game-card:nth-child(6) {
  grid-column: 4;
  grid-row: 2;
}

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

.game-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 164, 71, 0.95) 0%, rgba(255, 133, 51, 0.95) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.game-title {
  font-size: 28px;
  font-weight: 700;
  color: #0a0533;
  text-align: center;
  padding: 20px;
  line-height: 1.3;
}

.game-card-small .game-title {
  font-size: 22px;
}

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

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

.game-card:hover img {
  transform: scale(1.05);
}

.games-showcase .clouds-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(/wp-content/themes/qolvenius/assets/images/bg1.png) no-repeat bottom;
  background-size: cover;
 
}

/* Responsive Design for Games Showcase */
@media (max-width: 1024px) {
  .games-showcase-title {
      font-size: 56px;
  }
  
  .games-showcase-subtitle {
      font-size: 16px;
      margin-bottom: 50px;
  }
  
  .games-grid {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
  }
  
  .game-card:nth-child(1),
  .game-card:nth-child(2) {
      grid-column: auto;
      grid-row: auto;
  }
  
  .game-card-large {
      grid-row: span 1;
      aspect-ratio: 1;
  }
  
  .game-card:nth-child(3),
  .game-card:nth-child(4),
  .game-card:nth-child(5),
  .game-card:nth-child(6) {
      grid-column: auto;
      grid-row: auto;
  }
}

@media (max-width: 768px) {
  .games-showcase {
      padding: 80px 0 0;
  }
  
  .games-showcase-title {
      font-size: 40px;
  }
  
  .games-showcase-subtitle {
      font-size: 15px;
      padding: 0 10px;
  }
  
  .games-grid {
      grid-template-columns: 1fr;
      gap: 15px;
  }
  
  .game-card-large {
      aspect-ratio: 1;
  }
  
  .game-title {
      font-size: 24px;
  }
  
  .game-card-small .game-title {
      font-size: 20px;
  }
}

@media (max-width: 480px) {
  .games-showcase-title {
      font-size: 32px;
  }
  
  .games-showcase-subtitle {
      font-size: 14px;
  }
  
  .game-title {
      font-size: 20px;
  }
}