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

.container-s {
  width: 60%;
  margin: auto;
}

.navbar-brand {
  width: 50%;
}

#banner {
  padding: 8px 0;
  background-color: rgba(0, 0, 0, 0.737254902);
}
#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 {
  background-color: rgba(0, 0, 0, 0.737254902);
}
header .navbar-brand img {
  width: 80%;
}
header a.nav-link {
  color: #fff;
  transition: 0.2s linear;
}
header a.nav-link:hover {
  color: #FF5585;
}
header .btn-custom {
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #FF5585;
  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;
}
#hero .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding:0;
  background-color: rgba(0, 0, 0, 0.737254902);
}
#hero .wrap h1 {
  font-size: 24px;
  color: #fff;
  text-align: left;
}
#hero .wrap span {
  color: #abaaaa;
  text-align: left;
  display: block;
}
#hero .wrap p {
  margin-top: 12px;
  color: #abaaaa;
  text-align: left;
}
#hero .wrap p:last-of-type {
  text-align: right;
}
#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: #FF5585;
  margin-right: 24px;
  color: #fff;
}
#hero .wrap .buttons a:last-of-type {
  background-color: transparent;
  border: 1px solid #FF5585;
}
#hero .wrap .buttons .box {
  padding: 4px;
  background-color: #fff;
  width: 12%;
  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%;
}

#brands .table {
  margin: 0;
}
#brands .table tr th {
  text-align: center;
}
#brands .table tr th.number {
  width: 20px;
  text-align: center;
}
#brands .table tr td img {
  width: 100%;
}
#brands .table tr td.visit {
  text-align: center;
}
#brands .table tr td.visit .visit-btn {
  text-decoration: none;
  padding: 8px 36px;
  background-color: #000;
  color: #fff;
  display: inline-block;
}
#brands .table tr td.picture {
  width: 150px;
}
#brands .table tr td.rating {
  width: 50px;
}
#brands .table tr td.score {
  text-align: center;
}
#brands .table tr td.bonus-offer {
  width: 200px;
}
#brands .table tr td.bonus-offer span {
  text-align: center;
  font-size: 10px;
  color: #abaaaa;
  display: block;
}
#brands .table tr td.bonus-offer p {
  margin: 0;
  text-align: center;
}

#trust {
  padding: 24px 0;
  background-color: rgba(0, 0, 0, 0.737254902);
}
#trust .headline h1 {
  color: #fff;
}
#trust .text h2 {
  color: #fff;
}
#trust .text p {
  color: #abaaaa;
}

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

footer {
  padding-top: 24px;
  padding-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.737254902);
}
footer .wrap {
  display: flex;
  flex-direction: column;
}
footer .wrap .img a {
  display: flex;
  justify-content: center;
}
footer .wrap .img a img {
  width: 100%;
}
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;
}
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: #FF5585;
}
footer .copy {
  color: #fff;
  text-align: center;
  font-size: 10px;
}
footer .copy a {
  color: #FF5585;
  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 p,
#privacy li {
  color: #abaaaa;
}
#privacy a {
  color: blue;
  text-decoration: none;
}

#privacy th{ font-weight: bold; color: #fff;}

#privacy td{ color: #abaaaa;}



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




@media (max-width: 600px) {
  footer .list ul li {
    margin: 4px 8px;
  }

  header .navbar-brand img {
    width: 100%;
  }
  footer .wrap .list ul li {
    text-align: center;
  }
  footer .wrap .img a img {
    width: 100%;
  }
  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;
    display: flex;
    flex-wrap: wrap;
  }
  .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;
  }
}
/* 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;
  }
}/*# sourceMappingURL=style.css.map */