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

body {
  font-family: 'Jost', sans-serif;
  background-color: #76b843;
  color: #fff;
  overflow-x: hidden;
}

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

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

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

.cookie-content {
  background: #76b843;
  padding: 60px;
  border-radius: 20px;
  max-width: 700px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.cookie-content h2 {
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.cookie-content p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.cookie-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-accept,
.btn-learn {
  padding: 20px 60px;
  font-size: 20px;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  font-family: 'Jost', sans-serif;
}

.btn-accept {
  background: #5a8a2e;
  color: #fff;
  box-shadow: 0 6px 0 #3d5e1f, 0 8px 20px rgba(0, 0, 0, 0.3);
}

.btn-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 #3d5e1f, 0 10px 25px rgba(0, 0, 0, 0.4);
}

.btn-accept:active {
  transform: translateY(2px);
  box-shadow: 0 4px 0 #3d5e1f, 0 6px 15px rgba(0, 0, 0, 0.3);
}

.btn-learn {
  background: #f5f5f5;
  color: #3a3a3a;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-learn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.btn-learn:active {
  transform: translateY(2px);
}

/* Header */
.header {
  background: transparent;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

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

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

.logo img {
  width: 45px;
  height: 45px;
 
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

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

.nav a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: opacity 0.3s;
}

.nav a:hover {
  opacity: 0.8;
}

.btn-games {
  background: #f5f5f5;
  color: #5a8a2e;
  padding: 14px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: transform 0.2s;
  
  border-radius: 24px;
border: 4px solid #6E6F44;
background: #FFF;
box-shadow: 0 19px 5px 0 rgba(0, 0, 0, 0.00), 0 12px 5px 0 rgba(0, 0, 0, 0.04), 0 7px 4px 0 rgba(0, 0, 0, 0.12), 0 3px 3px 0 rgba(0, 0, 0, 0.20), 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 0 0 0 rgba(0, 0, 0, 0.24);
}

.btn-games:hover {
  transform: translateY(-2px);
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu-btn span {
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: #5a8a2e;
  padding: 20px;
  flex-direction: column;
  gap: 20px;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.mobile-menu.show {
  display: flex;
}

.mobile-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
}

/* Hero Section */
.hero {
  
  background: url(/wp-content/themes/fralunera/assets/images/bg.png) center/cover no-repeat;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 120px 40px 80px;
  border-radius:40px;
  margin: 0 20px;
  margin-top: 10px;
}



.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

.hero h1 {
  font-size: 80px;
  font-weight: 900;
  margin-bottom: 50px;
  line-height: 1.1;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);

  color: #FFF;
text-align: center;
text-shadow: 6px 6px 0 #50352C;
font-family: Jost;
font-size: 96px;
font-style: normal;
font-weight: 900;
line-height: 100%; /* 96px */
letter-spacing: -1.92px;
text-transform: uppercase;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: #76b843;
  color: #fff;
  padding: 20px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 6px 0 #5a8a2e, 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
  display: inline-block;


  border-radius: 24px;
border: 4px solid #6E6F44;
background: linear-gradient(180deg, #96C720 0%, #618F15 100%);
box-shadow: 0 19px 5px 0 rgba(0, 0, 0, 0.00), 0 12px 5px 0 rgba(0, 0, 0, 0.04), 0 7px 4px 0 rgba(0, 0, 0, 0.12), 0 3px 3px 0 rgba(0, 0, 0, 0.20), 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 0 0 0 rgba(0, 0, 0, 0.24);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 #5a8a2e, 0 10px 25px rgba(0, 0, 0, 0.4);
}

.btn-primary:active {
  transform: translateY(2px);
  box-shadow: 0 4px 0 #5a8a2e, 0 6px 15px rgba(0, 0, 0, 0.3);
}

.btn-secondary {
  background: #f5f5f5;
  color: #5a8a2e;
  padding: 20px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
  display: inline-block;

  border-radius: 24px;
border: 4px solid #6E6F44;
background: #FFF;
box-shadow: 0 19px 5px 0 rgba(0, 0, 0, 0.00), 0 12px 5px 0 rgba(0, 0, 0, 0.04), 0 7px 4px 0 rgba(0, 0, 0, 0.12), 0 3px 3px 0 rgba(0, 0, 0, 0.20), 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 0 0 0 rgba(0, 0, 0, 0.24);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.btn-secondary:active {
  transform: translateY(2px);
}

/* Hexagon */
.hexagon {
  position: relative;
  width: 450px;
  height: 450px;
  background: #8bc850;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hexagon::before {
  content: '';
  position: absolute;
  inset: 8px;
  background: #9dd15e;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hexagon::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background: #b8e876;
  border-radius: 50%;
  top: 50px;
  right: 80px;
  opacity: 0.6;
}

.hexagon img {
  position: relative;
  z-index: 1;
  max-width: 70%;
  height: auto;
}

/* Legend Section */
.legend {
  background: #76b843;
  padding: 100px 20px;
}

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

.legend-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.legend-text h2 {
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 30px;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.legend-text p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Why Choose Section */
.why-choose {
  background: #76b843;
  padding: 100px 20px;
}

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

.why-text h2 {
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.why-text ul {
  list-style: none;
  margin-bottom: 40px;
}

.why-text ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}



.why-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.chat-bubble {
  position: absolute;
  top: 30%;
  left: 20%;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 30px;
}

.chat-bubble::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

/* FAQ Section */
.faq {
  background: #76b843;
  padding: 100px 20px;
}

.faq h2 {
  font-size: 64px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.faq-item {
  background: #8bc850;
  padding: 35px 40px;
  border-radius: 20px;
  border: 4px solid #fff;

  border-radius: 40px;
background: linear-gradient(180deg, #96C720 0%, #618F15 100%), #3F6D24;
box-shadow: 8px 8px 0 0 #FFF;
}

.faq-item h3 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.faq-item p {
  font-size: 17px;
  line-height: 1.6;
  color: #fff;
}

/* Footer */
.footer {
  background: #76b843;
  padding: 0 20px 20px;
}

.footer-bg {
  background: url(/wp-content/themes/fralunera/assets/images/bgfooter.png) center/cover no-repeat;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}

.footer-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 50, 0, 0.1), rgba(0, 30, 0, 0.9));
}

.footer .container {
  position: relative;
  z-index: 1;
  padding: 50px 40px 30px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo img {
  width: 45px;
  height: 45px;
 
}

.footer-logo span {
  font-size: 26px;
  font-weight: 700;
}

.footer-info {
  display: flex;
  gap: 80px;
}

.footer-address p,
.footer-contact p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  flex-wrap: wrap;
  gap: 20px;
}

.footer-bottom p {
  font-size: 14px;
  color: #fff;
}

.footer-links {
  display: flex;
  gap: 30px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: opacity 0.3s;
}

.footer-links a:hover {
  opacity: 0.8;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.footer-social a:hover {
  transform: translateY(-3px);
}

.footer-social a svg {
  width: 22px;
  height: 22px;
  color: #000;
}

/* Responsive */
@media (max-width: 1024px) {
  .hexagon {
      width: 350px;
      height: 350px;
  }

  .legend-text h2,
  .why-text h2 {
      font-size: 48px;
  }

  .faq h2 {
      font-size: 52px;
  }
}

@media (max-width: 768px) {
  .header {
    
    background: transparent;
  }
  .header .container{
    background: transparent;
  }

  .nav {
      display: none;
  }

  .btn-games {
      display: none;
  }

  .mobile-menu-btn {
      display: flex;
  }

  .hero {
      margin: 0;
      border-radius: 0 0 30px 30px;
      padding: 100px 20px 60px;
      min-height: 600px;
  }

  .hero h1 {
      font-size: 48px;
  }

  .legend-content,
  .why-content {
      grid-template-columns: 1fr;
      gap: 50px;
  }

  .hexagon {
      width: 300px;
      height: 300px;
  }

  .legend-text h2,
  .why-text h2 {
      font-size: 40px;
  }

  .legend-text p,
  .why-text ul li {
      font-size: 18px;
  }

  .faq h2 {
      font-size: 40px;
  }

  .faq-item {
      padding: 25px 30px;
  }

  .cookie-content {
      padding: 40px;
  }

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

  .cookie-content p {
      font-size: 18px;
  }

  .footer-content {
      flex-direction: column;
  }

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

  .footer-bottom {
      flex-direction: column;
      text-align: center;
  }

  .footer-links {
      flex-direction: column;
      gap: 10px;
  }
}

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

  .hero {
      padding: 80px 20px 50px;
      min-height: 500px;
  }

  .hero h1 {
      font-size: 36px;
      margin-bottom: 40px;
  }

  .hero-buttons {
      flex-direction: column;
      width: 100%;
  }

  .btn-primary,
  .btn-secondary {
      width: 100%;
      text-align: center;
      padding: 18px 30px;
  }

  .hexagon {
      width: 250px;
      height: 250px;
  }

  .legend-text h2,
  .why-text h2 {
      font-size: 32px;
  }

  .legend-text p,
  .why-text ul li {
      font-size: 16px;
  }

  .faq h2 {
      font-size: 32px;
  }

  .faq-item {
      padding: 20px 25px;
  }

  .faq-item h3 {
      font-size: 20px;
  }

  .faq-item p {
      font-size: 15px;
  }

  .cookie-content {
      padding: 30px 20px;
  }

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

  .cookie-content p {
      font-size: 16px;
  }

  .cookie-buttons {
      flex-direction: column;
      width: 100%;
  }

  .btn-accept,
  .btn-learn {
      width: 100%;
  }

  .footer-info {
      gap: 30px;
  }

  .footer-address p,
  .footer-contact p {
      font-size: 14px;
  }
}

img{
  max-width: 100%;
}


/* Games Catalog Section */
.games-catalog {
  background: #76b843;
  padding: 100px 20px;
}

.games-catalog h2 {
  font-size: 72px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

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

.game-card {
  background: #8bc850;
  border-radius: 30px;
  padding: 20px;
  border: 5px solid #fff;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);

  border-radius: 40px;
background: linear-gradient(180deg, #96C720 0%, #618F15 100%), #3F6D24;
box-shadow: 8px 8px 0 0 #FFF;
}

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

.game-image {
  width: 100%;
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.game-card h3 {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  line-height: 1.2;

  color: #FFF;
text-align: center;
text-shadow: 2px 2px 0 #C79888;
font-family: Jost;
font-size: 40px;
font-style: normal;
font-weight: 900;
line-height: 100%; /* 40px */
letter-spacing: -0.8px;
}

/* Responsive */
@media (max-width: 1024px) {
  .games-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
  }
  
  .games-catalog h2 {
      font-size: 56px;
  }
}

@media (max-width: 768px) {
  .games-catalog {
      padding: 80px 20px;
  }
  
  .games-catalog h2 {
      font-size: 48px;
      margin-bottom: 40px;
  }
  
  .games-grid {
      grid-template-columns: 1fr;
      gap: 25px;
  }
  
  .game-image {
      height: 250px;
  }
  
  .game-card h3 {
      font-size: 28px;
  }
}

@media (max-width: 480px) {
  .games-catalog h2 {
      font-size: 36px;
  }
  
  .game-card {
      padding: 15px;
      border-radius: 20px;
  }
  
  .game-image {
      height: 200px;
      border-radius: 15px;
  }
  
  .game-card h3 {
      font-size: 24px;
  }
}




/* Game Description Section */
.game-description {
  background: #76b843;
  padding: 80px 20px;
  margin-top: 100px;
}

.game-desc-content {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 60px;
  align-items: start;
  max-width: 1300px;
  margin: 0 auto;
}

.game-desc-card {
  background: #8bc850;
  border-radius: 30px;
  padding: 20px;
  border: 5px solid #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);

  border-radius: 40px;
background: linear-gradient(180deg, #96C720 0%, #618F15 100%), #3F6D24;
box-shadow: 8px 8px 0 0 #FFF;
}

.game-desc-image {
  width: 100%;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.game-desc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.game-desc-card h3 {
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  line-height: 1.2;
}

.game-desc-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.game-desc-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.game-description-text {
  font-size: 20px;
  line-height: 1.7;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.game-description-text strong {
  font-weight: 700;
}

.game-advantages h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.game-advantages ul {
  list-style: none;
  padding: 0;
}

.game-advantages ul li {
  font-size: 20px;
  color: #fff;
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
  line-height: 1.5;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.game-advantages ul li::before {
  content: '•';
  position: absolute;
  left: 10px;
  font-size: 28px;
  font-weight: 900;
}

.btn-play-now {
  background: #5a8a2e;
  color: #fff;
  padding: 20px 50px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  box-shadow: 0 6px 0 #3d5e1f, 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
  display: inline-block;
  align-self: flex-start;

  border-radius: 24px;
border: 4px solid #6E6F44;
background: linear-gradient(180deg, #96C720 0%, #618F15 100%);
box-shadow: 0 19px 5px 0 rgba(0, 0, 0, 0.00), 0 12px 5px 0 rgba(0, 0, 0, 0.04), 0 7px 4px 0 rgba(0, 0, 0, 0.12), 0 3px 3px 0 rgba(0, 0, 0, 0.20), 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 0 0 0 rgba(0, 0, 0, 0.24);
color: #FFF;
text-align: center;
text-shadow: 0 2px 0 rgba(79, 79, 79, 0.60), 0 2px 8px rgba(0, 0, 0, 0.25);
font-family: Jost;
font-size: 16px;
font-style: normal;
font-weight: 900;
line-height: 120%; /* 19.2px */
text-transform: uppercase;
}

.btn-play-now:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 #3d5e1f, 0 10px 25px rgba(0, 0, 0, 0.4);
}

.btn-play-now:active {
  transform: translateY(2px);
  box-shadow: 0 4px 0 #3d5e1f, 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 1024px) {
  .game-desc-content {
      grid-template-columns: 400px 1fr;
      gap: 40px;
  }
  
  .game-desc-image {
      height: 280px;
  }
  
  .game-desc-card h3 {
      font-size: 32px;
  }
  
  .game-description-text {
      font-size: 18px;
  }
  
  .game-advantages h4 {
      font-size: 22px;
  }
  
  .game-advantages ul li {
      font-size: 18px;
  }
}

@media (max-width: 768px) {
  .game-description {
      padding: 60px 20px;
  }
  
  .game-desc-content {
      grid-template-columns: 1fr;
      gap: 30px;
  }
  
  .game-desc-card {
      max-width: 450px;
      margin: 0 auto;
  }
  
  .btn-play-now {
      width: 100%;
      text-align: center;
  }
}

@media (max-width: 480px) {
  .game-desc-card {
      padding: 15px;
      border-radius: 20px;
  }
  
  .game-desc-image {
      height: 220px;
      border-radius: 15px;
  }
  
  .game-desc-card h3 {
      font-size: 28px;
  }
  
  .game-description-text {
      font-size: 16px;
  }
  
  .game-advantages h4 {
      font-size: 20px;
  }
  
  .game-advantages ul li {
      font-size: 16px;
  }
  
  .btn-play-now {
      padding: 18px 40px;
      font-size: 18px;
  }
}