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

.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: end;
}
#banner .img img {
  width: 20%;
}
#banner .text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: left;
  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: #FFD166;
}
header .btn-custom {
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #FFD166;
  text-decoration: none;
  color: #fff;
}
header .navbar-nav li {
  margin-left: 12px;
}

#hero {
  background-image: url("/assets/images/hero.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}
#hero .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 150px 0;
  background-color: rgba(0, 0, 0, 0.3176470588);
}
#hero .wrap h1 {
  font-size: 44px;
  color: #fff;
  text-align: center;
}
#hero .wrap span {
  color: #B0C4FF;
  text-align: center;
  display: block;
}
#hero .wrap p {
  margin-top: 12px;
  color: #B0C4FF;
  text-align: center;
}
#hero .wrap .buttons {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
#hero .wrap .buttons a {
  padding: 16px 36px;
  text-decoration: none;
  background-color: #FFD166;
  margin-right: 24px;
  color: #000;
}
#hero .img img {
  width: 100%;
}

#about {
  padding: 48px 0;
  margin-bottom: 50px;
}
#about h1 {
  color: #fff;
  text-align: center;
}
#about .img img {
  width: 100%;
  height: 350px;
}
#about .text p {
  font-size: 14px;
  color: #B0C4FF;
  text-align: left;
}
#about .text p strong {
  color: #fff;
}
#about .item {
  background-color: #fff;
  padding: 24px;
  height: 150px;
}
#about .item h2 {
  color: #fff;
}
#about .item p {
  color: #989898;
}

#why {
  padding: 48px 0;
}
#why .headline .layout {
  width: 100%;
}
#why .headline .layout h1 {
  color: #fff;
  text-align: center;
}
#why .headline .layout p {
  text-align: center;
  color: #B0C4FF;
}
#why .item {
  border: 1px solid #082052;
  padding: 12px;
  background-color: rgba(0, 8, 23, 0.4274509804);
}
#why .item .img {
  display: flex;
  justify-content: center;
}
#why .item .img img {
  width: 100px;
  height: 100px;
  background-color: transparent;
}
#why .item .text {
  margin-top: 12px;
}
#why .item .text h3 {
  color: #fff;
  text-align: left;
}
#why .item .text p {
  color: #B0C4FF;
  text-align: left;
}

#games {
  padding: 12px 0;
  margin: 36px 0;
}
#games .headline h1 {
  color: #fff;
  text-align: center;
}
#games .headline p {
  color: #B0C4FF;
  text-align: center;
}
#games .item {
  border: 1px solid #082052;
  padding: 12px;
  background-color: rgba(0, 8, 23, 0.4274509804);
}
#games .item .img img {
  width: 100%;
}
#games .item .text {
  margin-top: 12px;
}
#games .item .text h2 {
  color: #fff;
}
#games .item .text p {
  color: #B0C4FF;
}
#games .item .btn-play {
  padding: 16px 36px;
  text-decoration: none;
  background-color: #FFD166;
  color: #000;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

#game {
  padding: 12px 0;
  margin: 36px 0;
}
#game .img {
  display: flex;
  justify-content: center;
}
#game .img img {
  width: 100%;
  border-radius: 12px;
}
#game .img img.small {
  width: 40%;
}
#game .item {
  background-color: rgba(27, 29, 27, 0.5294117647);
  padding: 12px;
}
#game .item .text h3 {
  color: #FFD166;
}
#game .headline h1 {
  color: #FFD166;
  text-align: center;
}
#game .headline p {
  color: #fff;
  text-align: center;
}
#game .btn-play {
  padding: 16px 36px;
  text-decoration: none;
  background-color: #FFD166;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  border-radius: 12px;
}
#game .item h2 {
  color: #fff;
}
#game .item p {
  color: #fff;
}
#game .item .wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #000;
  padding: 8px;
  border-radius: 10px;
}
#game .item .wrap .text h5 {
  color: #fff;
  text-align: center;
}
#game .item .wrap .img {
  display: flex;
  justify-content: center;
}
#game .item .wrap .img img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
}

#features {
  padding: 48px 0;
}
#features .headline {
  color: #FFD166;
}
#features .item {
  background-color: #FFD166;
  padding: 12px;
}
#features .item .img img {
  width: 100%;
  background-color: #FFD166;
  padding: 12px;
}

#review {
  padding: 24px 0;
  margin: 36px 0;
}
#review .headline h1 {
  text-align: center;
  color: #fff;
}
#review .item {
  border: 1px solid #082052;
  padding: 12px;
  background-color: rgba(0, 8, 23, 0.4274509804);
}
#review .item .avatar {
  display: flex;
  align-items: center;
}
#review .item .avatar img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
#review .item .avatar span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-left: 8px;
}
#review .item .text {
  margin-top: 12px;
}
#review .item .text p {
  color: #B0C4FF;
}

#disclaimer {
  background-color: rgba(0, 8, 23, 0.4274509804);
  padding: 48px 0;
}
#disclaimer a {
  margin: 24px 0;
}
#disclaimer a img {
  width: 100%;
}
#disclaimer .item {
  padding: 12px;
  background-color: #fff;
  border-radius: 12px;
}
#disclaimer .item h3 {
  color: #000;
}
#disclaimer .item p {
  color: #6d6c6c;
}
#disclaimer .wrap {
  display: flex;
}
#disclaimer .wrap .img img {
  width: 100%;
}
#disclaimer .wrap .headline h3 {
  color: #fff;
  text-align: left;
  margin-top: 12px;
}
#disclaimer .wrap .headline p {
  color: #B0C4FF;
  text-align: left;
}

footer {
  padding-top: 24px;
  padding-bottom: 8px;
}
footer .wrap {
  display: flex;
  flex-direction: column;
}
footer .wrap .img a {
  display: flex;
  justify-content: center;
}
footer .wrap .img a img {
  width: 50%;
}
footer .wrap .img p {
  text-align: left;
}
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;
  display: flex;
  justify-content: center;
}
footer .list ul {
  padding-inline-start: 0;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  margin-left: 24px;
}
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: #FFD166;
}
footer .copy {
  color: #fff;
  text-align: center;
  font-size: 10px;
}

#privacy {
  padding: 24px 0;
}
#privacy h2, h3,
#privacy h4 {
  color: #fff;
}
#privacy p,
#privacy li {
  color: #B0C4FF;
}
#privacy a {
  color: #FFD166;
  text-decoration: none;
}

#contact {
  padding: 48px 0;
}
#contact .item {
  background-color: rgba(14, 15, 14, 0.5294117647);
  padding: 12px;
  height: 100px;
  border-radius: 12px;
}
#contact .item h3 {
  font-weight: bold;
  color: #fff;
}
#contact .item p {
  color: #B0C4FF;
  text-align: left;
}
#contact .item p a {
  color: #FFD166;
  text-decoration: none;
}
#contact h1 {
  text-align: center;
  color: #fff;
}
#contact p {
  text-align: center;
  color: #B0C4FF;
}
#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-bottom: 32px;
}
#contact .form form .form-group input {
  background-color: rgba(14, 15, 14, 0.5294117647);
  padding: 22px 24px;
  border: none;
  outline: none;
  width: 100%;
  color: #B0C4FF;
  border-radius: 12px;
}
#contact .form form .form-group textarea {
  background-color: rgba(14, 15, 14, 0.5294117647);
  padding: 22px 24px;
  border: none;
  outline: none;
  width: 100%;
  color: #B0C4FF;
  border-radius: 12px;
}
#contact .form form button {
  margin-top: 24px;
  text-decoration: none;
  background-color: #FFD166;
  color: #000;
  padding: 12px 36px;
  border: none;
  outline: none;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 600px) {
  #disclaimer .item {
    margin-bottom: 12px;
  }
  header .navbar-brand img {
    width: 100%;
  }
  #about .item {
    background-color: #fff;
    padding: 24px;
    height: 200px;
    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%;
  }
  #about .item {
    background-color: #fff;
    padding: 24px;
    height: 200px;
    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%;
  }
  footer .wrap .img a {
    justify-content: center;
  }
  footer .wrap .img p {
    text-align: center;
  }
  #contact .form form {
    width: 100%;
  }
  footer .copy {
    text-align: center;
    margin-top: 12px;
  }
  footer .list ul {
    align-items: start;
  }
  .navbar-toggler {
    background-color: rgb(222, 225, 233);
  }
  footer .list {
    justify-content: center;
  }
  footer .list ul li a.nav-link {
    font-size: 14px;
    text-align: center;
  }
  #features .item {
    margin-bottom: 12px;
  }
  #how .item {
    margin-bottom: 12px;
  }
  #game .item .wrap {
    margin-bottom: 12px;
  }
  #game .item .btn-play {
    width: 100%;
    margin-top: 4px;
  }
  #why .item {
    margin-bottom: 12px;
  }
  #review .item {
    margin-bottom: 12px;
  }
  #contact .item {
    margin-bottom: 12px;
  }
}
#ageGate.age-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 9, 13, 0.899);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* modal */
#ageGate .age-modal {
  background-color: rgba(0, 8, 23, 0.4274509804);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-top: 3px solid #FFD166;
  /* 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%;
  }
}/*# sourceMappingURL=style.css.map */