body {
  background: #101820;
}

.navbar-brand {
  width: 50%;
}

#banner {
  padding: 8px 0;
  background-color: rgb(121, 2, 2);
}

#banner .img {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: start;
}

#banner .img img {
  width: 40%;
}

#banner .text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

#banner .text p {
  margin: 0;
  color: #fff;
}

header .navbar-brand img {
  width: 40%;
}

header a.nav-link {
  color: #fff;
  transition: 0.2s linear;
}

header a.nav-link:hover {
  color: #c7c6c6;
}

header .btn-custom {
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: rgb(255, 150, 153);
  text-decoration: none;
  color: fff;
}

header .navbar-nav li {
  margin-left: 12px;
}

#hero-about {
  background-image: url("/assets/images/hero.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}

#hero {
  background-image: url("/assets/images/hero.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 150px 0;
  background-color: rgba(0, 0, 0, 0.5568627451);
}

#hero .wrap h1 {
  font-size: 54px;
  color: #fff;
  text-align: left;
}

#hero .wrap span {
  color: #fff;
  text-align: left;
  display: block;
}

#hero .wrap p {
  margin-top: 12px;
  color: #fff;
  text-align: left;
}

#hero .wrap .buttons {
  margin-top: 24px;
  display: flex;
}

#hero .wrap .buttons a {
  padding: 16px 36px;
  text-decoration: none;
  background-color: #fff;
  margin-right: 24px;
  color: #000;
}

#hero .img img {
  width: 100%;
}

#about {
  padding: 48px 0;
}

#about h1 {
  color: #fff;
}

#about .img img {
  width: 100%;
  height: 350px;
}

#about .text a {
  padding: 16px 36px;
  text-decoration: none;
  background-color: #fff;
  margin-top: 24px;
  display: inline-block;
  color: #000;
}

#about .text p {
  font-size: 16px;
  color: #fff;
}

#about .item {
  background-color: #6b9fd2;
  padding: 12px;
}

#about .item h3 {
  text-align: center;
  color: #fff;
}

#game {
  padding: 48px 0;
}

#game .headline h1 {
  color: #fff;
  text-align: center;
}

#game .headline p {
  color: rgb(181, 183, 184);
  text-align: center;
}

#game .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#game .item .img img {
  width: 100%;
}

#game .item .btn-play {
  padding: 16px 36px;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  display: inline-block;
  text-align: center;
}

#games {
  padding: 48px 0;
}

#games .headline h1 {
  color: #fff;
}

#games .headline p {
  color: rgb(181, 183, 184);
}

#games .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #7db8f3;
  padding: 12px;
}

#games .item .img img {
  width: 100%;
}

#games .item .btn-play {
  padding: 16px 36px;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  display: inline-block;
  text-align: center;
}

#games .item .desc {
  margin-top: 12px;
}

#why {
  padding: 48px 0;
}

#why .headline h1 {
  color: #fff;
}

#why .img {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  height: 100%;
}

#why .img img {
  width: 100%;
}

#why .img img.number {
  width: 60%;
}

#why .item {
  background-color: #7db8f3;
}

#why .text {
  background-color: #7db8f3;
  padding: 24px 12px;
}

#why .text h4 {
  text-align: left;
  color: #fff;
}

#why .text p {
  text-align: left;
  color: #000;
}

#how {
  padding: 48px 0;
}

#how .headline h1 {
  color: #fff;
  text-align: center;
}

#how .headline p {
  color: rgb(181, 183, 184);
  text-align: center;
}

#how .item {
  padding: 12px;
}

#how .item .img {
  display: flex;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 100%;
}

#how .item .img img {
  width: 100%;
  border-radius: 100%;
}

#how .item .desc {
  margin-top: 12px;
  height: 120px;
}

#how .item .desc h2 {
  text-align: center;
  color: #fff;
}

#how .item .desc p {
  text-align: center;
  color: rgb(181, 183, 184);
}

#faq .headline h1,
#faq .headline p {
  text-align: center;
}

#review {
  padding: 48px 0;
}

#review .headline h1 {
  color: #fff;
  text-align: center;
}

#review .headline p {
  color: rgb(181, 183, 184);
  text-align: center;
}

#review .item {
  background-color: #fff;
  padding: 12px;
}

#review .item .desc {
  margin-top: 12px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#review .item .desc h4 {
  text-align: center;
  color: #000;
}

#review .item .desc p {
  text-align: center;
  color: rgb(181, 183, 184);
}

#disclaimer {
  background-color: #7db8f3;
  padding: 48px 0;
}

#disclaimer a {
  margin: 24px 0;
}

#disclaimer a img {
  width: 100%;
}

#disclaimer .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#disclaimer .wrap .img {
  display: flex;
}

#disclaimer .wrap .img img {
  width: 100%;
}

#disclaimer .wrap .headline h3 {
  color: #000;
  text-align: center;
  font-size: 24px;
}

#disclaimer .wrap .headline p {
  color: #000;
  text-align: center;
  font-size: 14px;
}

footer {
  padding-top: 24px;
  padding-bottom: 8px;
}

footer .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer .wrap .img a {
  display: flex;
  justify-content: center;
}

footer .wrap .img a img {
  width: 20%;
}

footer .wrap .img p {
  text-align: center;
  font-size: 14px;
}

footer .wrap p {
  color: #fff;
  margin: 0;
  font-size: 10px;
  margin-top: 8px;
}

footer .wrap p span {
  color: rgb(255, 150, 153);
}

footer .list {
  margin-top: 12px;
}

footer .list ul {
  padding-inline-start: 0;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
}

footer .list ul li {
  display: inline-block;
  margin: 0 12px;
}

footer .list ul li a.nav-link {
  color: #fff;
  transition: 0.2s linear;
  font-size: 12px;
}

footer .list ul li a.nav-link:hover {
  color: #cbcaca;
}

footer .copy {
  color: #fff;
  text-align: center;
  font-size: 10px;
}

#privacy {
  padding: 24px 0;
}

#privacy h2 {
  color: #fff;
}

#privacy h3,
#privacy h4,
#privacy p,
#privacy li {
  color: rgb(181, 183, 184);
}

#contact {
  padding: 48px 0;
}

#contact h1 {
  text-align: center;
  color: #fff;
}

#contact p {
  text-align: center;
  color: rgb(181, 183, 184);
}

#contact .form {
  display: flex;
  justify-content: center;
}

#contact .form form {
  width: 100%;
  margin: auto;
}

#contact .form form .form-group {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

#contact .form form .form-group input {
  background-color: #fff;
  padding: 22px 24px;
  border: none;
  outline: none;
  width: 100%;
}

#contact .form form .form-group textarea {
  background-color: #fff;
  padding: 22px 24px;
  border: none;
  outline: none;
  width: 100%;
}

#contact .form form button {
  margin-top: 24px;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  padding: 12px 36px;
  border: none;
  outline: none;
  font-size: 16px;
  display: inline-block;
}

@media (max-width: 600px) {
  header .navbar-brand img {
    width: 100%;
  }

  #about .item {
    background-color: #6b9fd2;
    padding: 24px;
    margin-top: 12px;
  }

  #disclaimer .wrap .logos a {
    margin: 0 8px;
  }

  #disclaimer .wrap .logos a img {
    height: 25px;
  }

  footer .wrap .list ul li {
    text-align: center;
  }

  footer .wrap .img a img {
    width: 70%;
  }

  #contact .form form {
    width: 100%;
  }

  header .navbar-brand img {
    width: 100%;
  }

  #disclaimer .wrap .logos a {
    margin: 0 8px;
  }

  #disclaimer .wrap .logos a img {
    height: 25px;
  }

  footer .wrap .list ul li {
    text-align: center;
  }

  footer .wrap .img a img {
    width: 70%;
  }

  footer .wrap .img a {
    justify-content: center;
  }

  footer .wrap .img p {
    text-align: center;
  }

  #contact .form form {
    width: 100%;
  }

  footer .copy {
    text-align: center;
    font-size: 14px;
  }

  footer .list ul {
    align-items: center;
  }

  .navbar-toggler {
    background-color: rgb(222, 225, 233);
  }


  #why .img img.number {
    width: 100%;
  }

  footer {
    padding-bottom: 0;
  }

  footer .list {
    margin-bottom: 12px;
  }

  footer .list ul li a.nav-link {
    font-size: 14px;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */




#ageGate.age-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 9, 13, 0.82);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* modal */
#ageGate .age-modal {
  background: radial-gradient(circle at top, #182635 0%, #0b1015 55%, #0b1015 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-top: 3px solid #b31721;
  /* matches your red bar */
  border-radius: 18px;
  max-width: 460px;
  width: 92%;
  padding: 28px 28px 24px;
  text-align: center;
  color: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

/* 18+ badge */
#ageGate .age-badge {
  width: 70px;
  height: 70px;
  margin: 0 auto 16px;
  background: linear-gradient(160deg, #b31721 0%, #fe9a3f 100%);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 35px rgba(179, 23, 33, 0.45);
}

#ageGate h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

#ageGate p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 24px;
}

.age-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-age {
  border: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 12px;
  padding: 11px 20px;
  font-size: 14px;
  transition: 0.15s ease-in-out;
}

.btn-age.yes {
  background: #ffffff;
  color: #0b1015;
  box-shadow: 0 4px 14px rgba(255, 255, 255, 0.13);
}

.btn-age.yes:hover {
  transform: translateY(-1px);
}

.btn-age.no {
  background: rgba(179, 23, 33, 0.16);
  border: 1px solid rgba(179, 23, 33, 0.5);
  color: #fff;
}

.btn-age.no:hover {
  background: rgba(179, 23, 33, 0.32);
}

@media (max-width: 520px) {
  #ageGate .age-modal {
    padding: 26px 18px 20px;
  }

  .age-actions {
    flex-direction: column;
  }

  .btn-age {
    width: 100%;
  }
}