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

#sidebar {
  width: 20%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6274509804);
  color: #fff;
  padding: 12px;
  border-right: 1px solid #000000;
}
#sidebar a.logo img {
  width: 100%;
}
#sidebar ul {
  margin-top: 24px;
  padding-inline-start: 0;
}
#sidebar ul li {
  list-style-type: none;
  margin-bottom: 12px;
}
#sidebar ul li a {
  text-decoration: none;
  color: #fff;
  transition: 0.2s linear;
  width: 100%;
  display: block;
  padding: 12px 6px;
}
#sidebar ul li a.active {
  color: #000;
  background-color: rgba(0, 238, 255, 0.9960784314);
}
#sidebar ul li a:hover {
  color: #000;
  background-color: rgba(0, 238, 255, 0.9960784314);
}

#content {
  margin-left: 20%;
}

#toggleBtn {
  display: none;
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 2000;
  background-color: rgba(2, 107, 114, 0.6117647059);
  font-size: 16px;
  text-align: center;
}

#game-play {
  background-color: rgba(0, 0, 0, 0.737254902);
}

body {
  overflow-x: hidden;
}

#banner {
  padding: 8px 0;
  background-color: rgba(0, 0, 0, 0.737254902);
}
#banner .img {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: start;
}
#banner .img img {
  width: 90%;
}
#banner .text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
#banner .text p {
  margin: 0;
  color: #fff;
}

#hero {
  background-image: url("/assets/images/hero.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 50vh;
}
#hero .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.737254902);
}
#hero .wrap h1 {
  font-size: 44px;
  color: #fff;
  text-align: left;
  text-shadow: 3px 3px #035b6d;
}
#hero .wrap span {
  color: #abaaaa;
  text-align: left;
  display: block;
}
#hero .wrap p {
  margin-top: 12px;
  color: #abaaaa;
  text-align: left;
}
#hero .wrap .buttons {
  margin-top: 24px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
#hero .wrap .buttons a {
  padding: 16px 36px;
  text-decoration: none;
  background-color: rgba(0, 238, 255, 0.9960784314);
  margin-right: 24px;
  color: #fff;
}
#hero .wrap .buttons a:last-of-type {
  background-color: transparent;
  border: 1px solid rgba(0, 238, 255, 0.9960784314);
}
#hero .wrap .buttons .box {
  padding: 12px;
  background-color: #fff;
  width: 15%;
  margin-right: 12px;
}
#hero .wrap .buttons .box p {
  text-align: center;
  margin: 0;
}
#hero .wrap .buttons .box .img {
  display: flex;
  justify-content: center;
}
#hero .wrap .buttons .box .img img {
  width: 20%;
}
#hero .img img {
  width: 100%;
}

#about {
  background-color: rgba(0, 0, 0, 0.737254902);
  padding: 24px 0;
}
#about .headline h1 {
  color: #fff;
}
#about .text p {
  color: #fff;
  font-size: 16px;
}
#about .item {
  background-color: rgba(29, 77, 81, 0.616);
  padding: 12px;
  box-shadow: 2px 0px 10px #00F0FF;
}
#about .item .img {
  display: flex;
  justify-content: center;
}
#about .item .img img {
  width: 30%;
}
#about .item .text {
  height: 200px;
}
#about .item .text h3 {
  color: #fff;
}
#about .item .text p {
  color: #abaaaa;
}

#game {
  padding: 24px 0;
  background-color: rgba(0, 0, 0, 0.737254902);
}
#game .headline h1 {
  color: #fff;
}
#game .headline p {
  color: #abaaaa;
}
#game .wrap .img img {
  width: 100%;
}
#game .wrap .btn-play {
  margin-top: 24px;
  display: inline-block;
  padding: 6px 32px;
  text-decoration: none;
  border: 2px solid rgba(29, 77, 81, 0.616);
  color: #fff;
  transition: 0.2s linear;
  font-size: 16px;
  box-shadow: 2px 0px 10px #00F0FF;
}
#game .wrap .btn-play:hover {
  background-color: rgba(29, 77, 81, 0.616);
}

#why {
  padding: 24px 0;
  background-color: rgba(0, 0, 0, 0.737254902);
}
#why .headline h1 {
  color: #fff;
}
#why .headline p {
  color: #abaaaa;
}
#why .item {
  background-color: rgba(29, 77, 81, 0.616);
  padding: 12px;
  box-shadow: 2px 0px 10px #00F0FF;
}
#why .item .img {
  display: flex;
  justify-content: center;
}
#why .item .img img {
  width: 30%;
}
#why .item .text h3 {
  color: #fff;
}
#why .item .text p {
  color: #abaaaa;
}

#disclaimer {
  background-color: rgba(0, 0, 0, 0.8352941176);
  padding: 48px 0;
}
#disclaimer .wrap {
  border-radius: 12px;
}
#disclaimer a {
  margin: 24px 0;
  color: rgba(0, 238, 255, 0.9960784314);
  text-decoration: none;
}
#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 .img {
  display: flex;
  justify-content: center;
}
#disclaimer .wrap .img img {
  width: 100%;
}
#disclaimer .wrap .headline h2 {
  color: #fff;
  text-align: left;
  margin-top: 12px;
}
#disclaimer .wrap .headline p {
  color: #abaaaa;
  text-align: left;
}

footer {
  padding-top: 24px;
  padding-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.737254902);
}
footer .line {
  width: 100%;
  height: 0.5px;
  background-color: rgba(0, 238, 255, 0.4196078431);
}
footer .wrap {
  display: flex;
  flex-direction: column;
}
footer .wrap .img a {
  display: flex;
  justify-content: start;
}
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: end;
  flex-direction: column;
  align-items: end;
}
footer .list h4 {
  color: #fff;
  margin-bottom: 12px;
}
footer .list ul {
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-left: 24px;
}
footer .list ul li {
  display: inline-block;
  margin-bottom: 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: rgba(0, 238, 255, 0.9960784314);
}
footer .copy {
  color: #abaaaa;
  text-align: left;
  font-size: 10px;
  margin-top: 12px;
}
footer .copy a {
  color: rgba(0, 238, 255, 0.9960784314);
  text-decoration: none;
}

#privacy {
  padding: 24px 0;
  background-color: rgba(0, 0, 0, 0.737254902);
}
#privacy h1,#privacy h2, #privacy h3,
#privacy h4 {
  color: #fff;
}

#privacy h1{
  font-size: 36px;
}
#privacy p,
#privacy li {
  color: #abaaaa;
}
#privacy a {
  color: rgba(0, 238, 255, 0.9960784314);
  text-decoration: none;
}

#title {
  background-color: rgba(0, 0, 0, 0.737254902);
}

#title .wrap {
  background-color: rgba(255, 85, 133, 0.1294117647);
  padding: 24px;
}

#privacy .wrap {
  background-color: rgba(255, 85, 133, 0.1294117647);
  padding: 24px;
}

#title .wrap h1 {
  color: rgba(0, 238, 255, 0.9960784314);
}

#info {
  padding: 24px 0;
  background-color: rgba(0, 0, 0, 0.737254902);
}
#info .item {
  padding: 12px;
  background-color: rgba(29, 77, 81, 0.616);
  margin-bottom: 12px;
}
#info .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
#info .item .img img {
  width: 30%;
}
#info .item .text h3 {
  color: #fff;
}
#info .item .text p {
  color: #abaaaa;
}

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

/* TABLE HEADER */
.table-header {
  display: grid;
  grid-template-columns: 157px 1fr 123px 139px 220px;
  background: #1c1c1c;
  color: white;
  font-size: 14px;
  padding: 14px 20px;
  font-weight: bold;
}

.table-header .col {
  text-align: center;
}

/* ROW WRAPPER */
.casino-row {
  display: grid;
  grid-template-columns: 30px 1fr;
  background: #ffffff;
  border-bottom: 1px solid #e3e3e3;
  padding: 12px 0;
  position: relative;
  margin-bottom: 4px;
}

.row-number {
  font-size: 14px;
  font-weight: 700;
  color: #444;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ROW CONTENT LAYOUT */
.row-content {
  padding-right: 20px;
  position: relative;
}

.content-inner {
  display: grid;
  grid-template-columns: 140px 1fr 115px 132px 212px;
  gap: 10px;
  align-items: center;
}

/* BADGE */
.badge {
  position: absolute;
  top: -8px;
  left: -40px;
  background: #2980ff;
  color: white;
  padding: 4px 8px;
  font-size: 8px;
  font-weight: bold;
  border-radius: 6px;
}

.badge.blue {
  background: #2980ff;
}

.badge.red {
  background: #952401;
}

/* LOGO */
.logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  max-width: 140px;
  height: auto;
}

/* OFFER TEXTS */
.offer-title {
  color: #959595;
  font-size: 8px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
}

.offer-main {
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 8px;
  text-align: center;
}

.tac {
  font-size: 8px;
  color: #6f6f6f;
  margin-top: 1px;
  margin-bottom: 0;
  max-width: 100%;
}

/* RATING */
.rating-box {
  text-align: center;
}

.rating-label {
  font-size: 14px;
  margin-bottom: 5px;
}

.stars {
  font-size: 14px;
  color: gold;
}

/* SCORE */
.score-box {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

/* CTA BUTTONS */
.cta-box {
  text-align: center;
}

.btn-green,
.btn-yellow {
  padding: 10px 0;
  width: 100%;
  display: block;
  border-radius: 10px;
  color: white;
  font-size: 13px;
  text-decoration: none;
}

.btn-green {
  background: #34b44a;
  transition: 0.2s linear;
}
.btn-green:hover {
  background: #f3c243;
}

.btn-yellow {
  background: #f3c243;
  color: #000;
}

.visit-link {
  font-size: 14px;
  color: #0066d6;
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .content-inner {
    grid-template-columns: 150px 1fr 150px 100px 150px;
  }
}
@media (max-width: 900px) {
  .content-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .logo-box {
    margin-bottom: 10px;
  }
  .score-box {
    margin: 0;
  }
  .cta-box {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  header .navbar-brand img {
    width: 100%;
  }
  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;
  }
  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;
  }
  .table-header {
    display: none !important;
  }
  .container-s {
    width: 100%;
  }
  #hero .wrap .buttons .box {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }
  .badge {
    left: 2px !important;
  }
  .row-number {
    visibility: hidden;
  }
  .content-inner {
    gap: 0px;
  }
  .casino-row {
    grid-template-columns: 2px 1fr !important;
  }
  .row-content {
    padding-right: 2px !important;
  }
  #sidebar {
    transform: translateX(-260px);
    transition: 0.3s ease;
  }
  #sidebar.active {
    transform: translateX(0%);
  }
  #sidebar {
    width: 60%;
    padding-top: 6rem;
    background-color: rgba(0, 0, 0, 0.949);
  }
  #content {
    margin-left: 0;
  }
  #toggleBtn {
    display: inline-block;
  }
  #about .item {
    margin-top: 12px;
  }
  #why .item {
    margin-top: 12px;
  }
}/*# sourceMappingURL=style.css.map */






#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: radial-gradient(circle at top, #182635 0%, #0b1015 55%, #0b1015 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-top: 3px solid rgba(0, 238, 255, 0.9960784314);
  /* 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, rgba(0, 238, 255, 0.9960784314) 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 */