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

body {
  font-family: "Nunito Sans", sans-serif;
  background: radial-gradient(71.77% 71.77% at 38.93% 28.23%, #091d5a 0%, #111727 100%);
  color: #ffffff;
  line-height: 1.6;
  min-height: 100vh;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup .popup-content {
  background-color: #1a2348;
  border-radius: 8px;
  padding: 30px;
  max-width: 90%;
  width: 500px;
  text-align: center;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.popup .popup-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
}

.popup .popup-content p {
  margin-bottom: 20px;
}

.popup .popup-content .subtitle {
  font-size: 14px;
  opacity: 0.8;
}

.popup .popup-content .popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn {
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-primary {
  background-color: #d9d9d9;
  color: #1a2348;
}

.btn-primary:hover {
  background-color: silver;
}

.btn-secondary {
  background-color: #d9d9d9;
  color: #1a2348;
}

.btn-secondary:hover {
  background-color: silver;
}

header {
  padding: 20px 0;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}

header .logo:hover, header .logo:focus {
  color: #fd9a01;
}

.hero {
  padding: 40px 0;
  text-align: center;
}

.hero .main-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e9e6), to(#a6a29f));
  background: linear-gradient(180deg, #e8e9e6 0%, #a6a29f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .hero .main-title {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .hero .main-title {
    font-size: 48px;
  }
}

.hero .description-box {
  background: #091d5a;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  border-radius: 8px;
  max-width: 800px;
  margin: 0 auto;
}

.hero .description-box p {
  margin-bottom: 10px;
}

.hero .description-box p:last-child {
  margin-bottom: 0;
}

.platforms {
  padding: 40px 0;
}

.platforms .section-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e9e6), to(#a6a29f));
  background: linear-gradient(180deg, #e8e9e6 0%, #a6a29f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.platforms .platforms-carousel {
  position: relative;
}

.platforms .platform-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  gap: 20px;
  padding: 10px 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.platforms .platform-cards::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1200px) {
  .platforms .platform-cards {
    overflow-x: hidden;
  }
}

.platforms .platform-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 280px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #091d5a;
  border-radius: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .platforms .platform-card {
    width: 100%;
  }
}

.platforms .platform-logo {
  height: 60px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.platforms .platform-logo img {
  max-height: 100%;
  max-width: 100%;
}

.platforms .platform-description {
  margin-bottom: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.platforms .rating {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.platforms .rating .rating-number {
  font-size: 24px;
  font-weight: 800;
  color: #fd9a01;
}

.platforms .rating .rating-stars {
  color: #fd9a01;
  font-size: 20px;
}

.platforms .payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.platforms .payment-methods img {
  height: 20px;
}

.platforms .carousel-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-top: 20px;
}

.platforms .carousel-navigation button {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #091d5a;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.platforms .carousel-navigation button:hover {
  background-color: #28356d;
}

.important-info {
  padding: 40px 0;
}

.important-info .section-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e9e6), to(#a6a29f));
  background: linear-gradient(180deg, #e8e9e6 0%, #a6a29f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.important-info .info-content {
  margin-bottom: 30px;
}

.important-info .info-content p {
  margin-bottom: 15px;
}

.important-info .regulatory-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
}

.important-info .regulatory-logos img {
  height: 40px;
  max-width: 100%;
}

.important-info .age-restriction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.important-info .age-restriction .age-icon {
  background-color: #e74c3c;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

footer {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

footer .footer-links a {
  color: #ffffff;
  text-decoration: none;
}

footer .footer-links a:hover {
  text-decoration: underline;
}

footer .copyright {
  text-align: center;
  font-size: 14px;
  opacity: 0.7;
}

.info-section .section-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e9e6), to(#a6a29f));
  background: linear-gradient(180deg, #e8e9e6 0%, #a6a29f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.info-section .info-content {
  margin-bottom: 30px;
}

.info-section .info-content p {
  margin-bottom: 15px;
}

.info-section .info-content ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.info-section .info-content a {
  color: inherit;
}

@media (max-width: 767px) {
  .hero .main-title {
    font-size: 24px;
  }
  .platforms .section-title,
  .important-info .section-title {
    font-size: 24px;
  }
  .popup .popup-content {
    padding: 20px;
  }
  .popup .popup-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup .popup-buttons button {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=styles.css.map */