@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  50% {
    transform: translateX(6px);
  }
  75% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0);
  }
}
.shake {
  animation: shake 0.3s ease;
}

.header-disclamer {
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #c5c5c5;
  background-color: #4e4d61;
}

.background-image,
.background-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.background-gradient {
  background: linear-gradient(180deg, rgba(6, 20, 40, 0.17) 18%, #010102 52%);
  background-position: center top;
  width: 100%;
}

.background-gradient-bottom {
  background: #010102;
  width: 100%;
}

.content-cover {
  width: 100%;
  max-width: 1190px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.privacy-header {
  background: rgb(6, 20, 40);
}

.privacy-header-content-cover {
  width: 100%;
  max-width: 960px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.logo-cover {
  width: 100%;
  max-width: 200px;
  text-align: left;
  padding: 10px 0;
  /*display: none;*/
}

.logo-cover img {
  width: 100%;
}

.top-headline {
  width: 100%;
  padding: 10px 0px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.top-headline h1 {
  margin: 12px 15px;
  color: #fff;
  font-family: "Alumni Sans", sans-serif;
  font-size: 86px;
  font-style: normal;
  font-weight: 600;
  line-height: 98px;
}

span#headline-date {
  color: #fff;
  font-family: "Alumni Sans", sans-serif;
  /* font-size: 86px; */
  font-style: normal;
  font-weight: 600;
  line-height: 98px; /* 113.953% */
}

.header-flags {
  width: 65px;
  height: 40px;
}

.sub-headline {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1.026px;
}

.sub-header {
  width: 100%;
  max-width: 930px;
  margin: 10px auto 0;
  padding: 11px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sub-header li {
  /* white-space: nowrap; */
  display: flex;
  align-items: center;
  margin: 5px;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.sub-header li img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}
.font-bold {
  font-weight: 700;
}

.table-header-cover {
  position: relative;
  margin: 30px auto;
  height: auto;
  min-height: 48px;
}

.table-header-back {
  width: 100%;
  border-radius: 0 18px 0 0;
  background: linear-gradient(178deg, #e7d432 2.29%, #81761c 98.6%);
  height: 100%;
  position: absolute;
  z-index: 1;
}

.table-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  position: relative;
  z-index: 2;
  background-color: transparent;
  text-transform: uppercase;
  gap: 10px;
}

.table-header h5 {
  flex: 1 1 22%; /* Allows wrapping and responsiveness */
  text-align: center;
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.8px;
  margin: 0;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .table-header {
    padding: 10px 10px;
  }

  .table-header h5 {
    flex: 1 1 45%;
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .table-header {
    justify-content: center;
  }

  .table-header h5 {
    flex: 1 1 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.offers-cover-desktop {
  width: 100%;
}

.offer-cover {
  height: 110px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e4d131;
  position: relative;
  border-right: none;
  border-bottom: none;
  border-left: none;
  background: linear-gradient(
    90deg,
    rgba(35, 34, 34, 0.85) 0%,
    rgba(41, 40, 40, 0.85) 52.4%,
    rgba(53, 53, 53, 0.85) 100%
  );
}

.label {
  position: absolute;
  top: 0px;
  left: 0px;
}

.label-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 20px;
  border-color: transparent transparent transparent #fdcf6f;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 158px;
}

.label-center {
  /* display: block;
  position: absolute; */
  width: 99px;
  height: 23px;
  background-color: #e4d131;
  /* z-index: 3; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 11px;
  font-weight: 700;
  padding: 0 3px;
  position: absolute;
  z-index: 5;
  border-radius: 0px 0px 8px 0px;
}

/* .label-bottom {
  display: block;
  position: absolute;
  z-index: 1;
  top: 28px;
  width: 16px;
  height: 6px;
  background-color: #e09707;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
} */

.order-count {
  position: absolute;
  z-index: 5;
  color: #e4d131;
  font-size: 26px;
  font-weight: 700;
  padding: 7px;
}

.offer-logo {
  max-width: 220px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  width: 100%;
  margin-top: 1em;
}

/*.offer-logo img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  max-width: 100%;*/
/*  max-height: 100%;*/
/*}*/

.offer-message {
  margin-bottom: 10px;
  text-align: center;
  font-family: "Mulish", sans-serif !important;
}

.offer-message .welcome-1 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  text-transform: capitalize;
  font-family: "Mulish", sans-serif !important;
}

.offer-message .welcome-2 {
  color: #fff;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: "Mulish", sans-serif !important;
}

.offer-message .welcome-3 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Mulish", sans-serif !important;
}

.offer-payment {
  display: block;
}

.offer-payment img {
  margin: 5px 1px 4px 1px;
}

.offers-cover-desktop .offer-payment {
  gap: 5px;
}

.show-more-btn {
  text-align: center;
  width: 100%;
}

.show-more-btn button {
  font-size: 12px;
  width: 25px;
  font-weight: 500;
  line-height: 15px;
  color: #c88c16;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.score,
.votes {
  color: #00ff28;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}

.votes {
  display: none;
}

.score span {
  color: #c9cffa;
  font-size: 20px;
  font-weight: 700;
}

.votes span {
  color: #fff;
  font-size: 15px;
}

.stars-container {
  font-size: 18px;
  color: gold;
  letter-spacing: 1px;
}

/* .stars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #d3d3d3;
}

.stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #feb700;
  overflow: hidden;
} */

.star-100:after {
  width: 100%;
}

.star-95:after {
  width: 95%;
}

.star-90:after {
  width: 90%;
}

.star-85:after {
  width: 85%;
}

.star-80:after {
  width: 80%;
}

.star-75:after {
  width: 75%;
}

.star-70:after {
  width: 70%;
}

.star-65:after {
  width: 65%;
}

.star-60:after {
  width: 60%;
}

.star-55:after {
  width: 55%;
}

.star-50:after {
  width: 50%;
}

.star-40:after {
  width: 40%;
}

.star-45:after {
  width: 45%;
}

.star-35:after {
  width: 35%;
}

.star-30:after {
  width: 30%;
}

.star-25:after {
  width: 25%;
}

.star-20:after {
  width: 20%;
}

.star-15:after {
  width: 15%;
}

.star-10:after {
  width: 10%;
}

.offer-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.offers-cover-desktop .offer-buttons {
  min-width: 230px;
}

.offer-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 30px;
}

.offer-buttons .get-bonus {
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  width: 156px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  transition: all 0.2s linear;
  margin-right: auto;
  margin-left: auto;
  border-radius: 23px;
  background: #0db548;
  padding: 2px;
}

.offers-cover-desktop .offer-buttons .get-bonus {
  margin-bottom: 10px;
  margin-top: 10px;
}

.offer-buttons .get-bonus:hover {
  background-color: #0a8134;
}

.offer-buttons .visit-site {
  color: #f0b954;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.offer-buttons .visit-site:hover {
  text-decoration-line: underline;
}

.offer-bottom {
  width: 99%;
  margin: 0 auto 22px;
}

.offer-bottom .terms {
  color: #1d123d;
  text-align: left;
  font-size: 9px;
  font-weight: 300;
  line-height: 12px;
  width: 92%;
  margin: 5px auto;
}

.offer-bottom-border {
  position: relative;
  width: 100%;
}

.line-bottom {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #393e54;
}

.left-dot {
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background-color: #393e54;
  position: absolute;
  left: 0;
  top: -2px;
}

.right-dot {
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background-color: #393e54;
  position: absolute;
  right: 0;
  top: -2px;
}

.faq {
  width: 100%;
  max-width: 1142px;
  margin: 15px auto 0;
  border-radius: 5px;
  border: 1px solid rgba(41, 46, 66, 1);
  background: rgba(8, 36, 74, 1);
  padding: 30px 30px 0;
}

.faq h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
  margin: 35px 0;
  text-align: center;
}

.faq h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 20px 0;
  text-align: left;
}

.faq p {
  color: #82869c;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 70px;
}

.about {
  width: 100%;
  max-width: 1142px;
  margin: 0 auto;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
}

.about-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.about-item .about-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}

.about-item article {
  width: 80%;
}

.about-item h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin: 20px 0;
}

.about-item p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.privacy-links {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
  box-sizing: border-box;
}

.privacy-links ul {
  width: 100%;
  padding: 0;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}

.privacy-links ul li a {
  color: #fff;
}

.privacy-links ul li a:hover {
  text-decoration: underline;
}

.privacy-links p {
  color: #fff;
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 900px) {
  .privacy-links ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}

.play-safe {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 60px;
  box-sizing: border-box;
}

.play-safe h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 60px 0;
}

.gambl-logos {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.gambl-logos_sm {
  max-width: 40px;
}

.gambl-logos_md {
  max-width: 80px;
}

.gambl-logos_lg {
  max-width: 160px;
}

.footer {
  padding: 45px 30px 50px;
  background: linear-gradient(180deg, rgba(6, 20, 40, 1) 0%, #061428 61.46%);
  text-align: center;
}

.footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.footer_disclaimer {
  color: #fff;
}

.offers-cover-mobile {
  display: none;
  justify-content: space-between;
  flex-direction: column;
}

.offers-cover-mobile .offer-cover {
  display: flex;
  flex-direction: row;
  background: linear-gradient(
    180deg,
    rgba(77, 76, 76, 0.75) 0%,
    rgba(51, 50, 50, 0.75) 100%
  );
  border-radius: 12px;
  /* margin-bottom: 20px; */
  /* padding: 10px; */
  flex-wrap: wrap;
  border: none;
}

.offers-cover-mobile .left-side,
.offers-cover-mobile .right-side {
  width: 50%;
  margin: 0;
  min-height: 194px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

.left-side {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  height: 100%;
}

.right-side {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  height: 100%;
}

.left-side img {
  width: 100%;
  max-width: 150px;
}

.offers-cover-mobile .stars-container {
  margin: 5px 0;
  font-size: 26px;
}

.offers-cover-mobile .offer-payment {
  max-width: 180px;
  margin-top: 10px;
  justify-content: center;
}

.offers-cover-mobile .offer-payment img {
  width: 26px;
}

.offers-cover-mobile .show-more-btn {
  text-align: center;
  width: auto;
}

.offers-cover-mobile .offer-buttons {
  margin-top: 20px;
}

.offers-cover-mobile .offer-buttons .get-bonus,
.offers-cover-mobile .offer-buttons .visit-site {
  margin-right: 0;
  width: 100%;
  text-align: center;
}

.offers-cover-mobile .offer-buttons .get-bonus {
  width: 220px;
  height: 55px;
}

.offers-cover-mobile .right-side {
  justify-content: center;
}

.offers-cover-mobile .offer-bottom {
  margin: 0;
}

.popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.popup-underlay {
  background: rgba(6, 12, 31, 0.66);
  backdrop-filter: blur(4.5px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup-body {
  width: 100%;
  max-width: 410px;
  border-radius: 7px;
  border: 1px solid #ffe5ae;
  background: rgba(8, 36, 74, 1);
  box-shadow: 0px 5px 33px 0px rgba(240, 185, 84, 0.34);
  position: relative;
  z-index: 2;
}

.close-popup-btn {
  transform: rotate(45deg);
  font-size: 60px;
  line-height: 30px;
  font-weight: 100;
  color: #fff;
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: absolute;
  right: -50px;
  top: -40px;
}

.popup-logo-cover {
  border-radius: 7px 7px 0px 0px;
  border: 1px solid #ffe5ae;
  background: linear-gradient(106deg, #0f213c 20.75%, #171e33 92.41%);
  min-height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-logo-cover img {
  max-height: 125px;
}

.popup .offer-buttons .get-bonus {
  margin: 10px 0 30px;
}

.popup .offer-message {
  max-width: 280px;
  margin: 20px 0 10px;
}

.popup-button-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.popup-age .popup-body {
  padding: 50px 10px 20px;
  box-sizing: border-box;
}
.popup-age .popup-body h5 {
  text-align: center;
  padding: 0 0 30px;
  font-size: 30px;
  color: #fff;
}

.popup-buttons-cover {
  display: flex;
  justify-content: space-around;
}

.popup-btns {
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  width: 130px;
  height: 40px;
  flex-shrink: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(251, 153, 98, 1);
  border-radius: 7px;
  margin-bottom: 10px;
  transition: all 0.2s linear;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s linear;
  cursor: pointer;
}

.age-no {
  background: rgb(255, 185, 152);
}

.popup-btns:hover {
  opacity: 0.7;
}

/* .offer-1:nth-child(1) {
  border-color: rgb(255, 220, 111);
  box-shadow: rgb(255, 220, 111) 0px 0px 10px 4px;
} 

.offer-cover:nth-child(3) {
  border-color: rgb(187, 203, 225);
}

.offer-cover:nth-child(5) {
  border-color: rgb(173, 140, 79);
}*/

.offer-2 .label-center {
  background-color: #bbcbe1;
}

.offer-2 .label-right {
  border-color: transparent transparent transparent #bbcbe1;
}

.offer-2 .label-bottom {
  background-color: #6f7e98;
}

.offer-3 .label-center {
  background-color: #ad8c4f;
}

.offer-3 .label-right {
  border-color: transparent transparent transparent #ad8c4f;
}

.offer-3 .label-bottom {
  background-color: #7a6132;
}

.privacy-page {
  min-height: 60vh;
  background: rgba(8, 36, 74, 1);
  width: 100%;
}

.privacy-page-cover {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 30px 40px 70px;
  box-sizing: border-box;
}

.privacy-page-cover h1 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.privacy-page-cover h3,
.privacy-page-cover h2 {
  font-size: 24px;
  margin: 30px 0 20px;
  color: #fff;
  font-weight: 500;
}

.privacy-page-cover p,
.privacy-page-cover ul li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 300;
}

.privacy-page-cover ul li {
  margin-left: 40px;
  list-style: disc;
}

@media screen and (max-width: 900px) {
  .offer-logo {
    max-width: 180px;
  }

  .offer-payment img {
    margin: 0 3px 1px 0;
    width: 22%;
  }

  .faq {
    padding: 10px 30px 0;
  }

  .faq h1 {
    font-size: 22px;
    margin: 25px 0;
  }

  .faq h2 {
    font-size: 18px;
  }

  .faq p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .about {
    padding: 30px 20px;
  }

  .about-item .about-image {
    width: 15%;
    padding: 10px;
  }

  .about-item .about-image img {
    width: 80%;
  }

  .about-item h2 {
    font-size: 18px;
    margin: 15px 0;
  }

  .about-item p {
    font-size: 14px;
    line-height: 17px;
  }

  .play-safe h1 {
    font-size: 24px;
    margin: 40px 0;
  }

  .gambl-logos {
    flex-flow: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 5px 15px;
  }

  .gambl-logos img {
    /* width: 100px; */
    margin-right: 5px;
    margin-bottom: 20px;
    max-height: 50px;
  }

  .footer {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 800px) {
  .header-flags {
    width: 65px;
    margin-top: 8px;
  }

  .top-headline {
    margin: 0 auto;
  }

  .sub-headline {
    font-size: 18px;
  }
  .logo-cover {
    max-width: 160px;
  }

  .table {
    display: none;
  }

  #all-offers-wrapper {
    display: none;
  }

  .offers-cover-desktop {
    display: none;
  }

  .offers-cover-mobile {
    display: flex;
  }

  .offers-cover-mobile .offer-buttons {
    margin-top: 5px;
  }

  .offers-cover-mobile .visit-site {
    display: none;
  }
  .offers-cover-mobile .offer-payment {
    max-width: 300px;
    margin-top: 0;
  }
  .offers-cover-mobile .left-side img {
    width: auto;
    max-width: 200px;
    max-height: 90px;
  }
  .offers-cover-mobile .stars-container {
    margin: 5px 0;
    font-size: 26px;
  }
  .offers-cover-mobile .left-side a {
    display: flex;
    max-width: 165px;
    width: 100%;
    min-height: 100px;
    justify-content: center;
    align-items: center;
  }
  .offer-message {
    margin-bottom: 5px;
  }
  .offer-buttons .get-bonus {
    margin-bottom: 5px;
  }
  .offers-cover-mobile .left-side {
    min-height: 214px;
  }
  .offer-cover {
    height: auto;
  }
  .minDeposit {
    font-weight: bold;
    padding: unset !important;
    font-size: 13px;
  }
}
@media screen and (max-width: 770px) {
  .highlited-date-mobile {
    display: block;
  }
  .highlited-date-desc,
  .sub-header li:first-child {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .offers-cover-mobile .left-side img {
    width: auto;
    max-width: 100%;
    max-height: 70px;
  }
  .offers-cover-mobile .offer-payment img {
    width: 22px;
  }
  .offers-cover-mobile .offer-buttons .get-bonus {
    width: 180px;
    height: 40px;
    margin-bottom: 10px;
  }

  .header-flags {
    width: 44px;
    height: 32px;
  }

  .content-cover {
    padding: 0 10px;
  }
  .span#headline-date {
    font-size: 61px !important;
  }

  .top-headline {
    /* padding: 0 10px; */
    text-align: center;
  }

  .top-headline h1 {
    font-size: 67px;
    margin: 17px 0px 0px 0px;
    line-height: 35px;
  }

  .logo-cover {
    max-width: 130px;
  }
  .offer-message .welcome-2 {
    font-size: 15px;
  }
  .header-disclamer {
    font-size: 8px;
    padding: 6px 10px 3px;
  }

  .sub-headline {
    display: none;
  }

  .icon-update {
    display: none;
  }

  .sub-header {
    padding: 0 5px;
    margin: 5px auto 10px;
  }

  .sub-header li {
    font-size: 12px;
  }
  .sub-header li img {
    margin-right: 5px;
  }
  /*.sub-header p::before {*/
  /*  left: -3px;*/
  /*}*/

  .close-popup-btn {
    right: -7px;
  }

  .score,
  .votes {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .sub-header {
    margin: 0px;
  }

  .offers-cover-mobile .stars-container {
    margin: 0;
    font-size: 23px;
  }

  .offers-cover-mobile .offer-payment {
    margin-top: 5px;
    margin-right: 0;
  }

  .offers-cover-mobile .offer-buttons .get-bonus {
    width: 100%;
    min-width: 130px;
    height: 36px;
    font-size: 14px;
  }

  .score,
  .votes {
    font-size: 12px;
  }

  /* .score span {
    font-size: 18px;
  } */

  .offers-cover-mobile .left-side {
    justify-content: space-around;
    height: 100%;
  }

  .votes span {
    font-size: 14px;
  }

  .offer-bottom .terms {
    margin: 5px auto 0;
    width: 97%;
    font-size: 8px;
  }

  .offer-buttons .visit-site {
    line-height: 18px;
  }

  .offer-message .welcome-3 {
    font-size: 15px;
  }

  .top-headline h1 {
    font-size: 48px;
  }
  .span#headline-date {
    line-height: unset;
  }
  .sub-headline {
    font-size: 9px;
    padding: 0 2px 3px;
  }

  .faq h1 {
    font-size: 19px;
    margin: 20px 0 15px;
    text-align: left;
  }

  .faq {
    padding: 10px 20px 0;
  }

  .faq h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
  }

  .faq p {
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
  }

  .about-item h2 {
    font-size: 16px;
  }

  .about-item {
    flex-direction: column;
  }

  .about-item .about-image {
    width: 100%;
    padding: 10px 10px 0;
  }

  .about-item .about-image img {
    width: 20%;
  }

  .about-item article {
    width: 100%;
    text-align: justify;
  }

  .about-item p {
    font-size: 12px;
    line-height: 17px;
  }

  .play-safe h1 {
    font-size: 20px;
    margin: 30px 0 40px;
  }

  .play-safe {
    padding: 0 10px 30px;
  }

  .footer p {
    font-size: 12px;
  }

  .footer {
    padding: 30px 10px;
  }

  .about {
    padding: 20px 10px 0;
  }

  .offers-cover-mobile .offer-payment img {
    width: 31px;
    margin: 0 2px 1px 0;
  }

  .offers-cover-mobile .left-side,
  .offers-cover-mobile .right-side {
    padding: 10px 15px 5px;
  }
}

@media screen and (max-width: 400px) {
  .sub-header li {
    font-size: 12px;
  }
  .cookie-banner {
    width: 90% !important;
    padding: 8px 12px !important;
    gap: 8px !important;
    font-size: 12px !important;
    max-height: 130px !important;
    overflow-y: auto !important;
  }

  .cookie-icon img {
    width: 28px !important;
    height: 28px !important;
  }

  .cookie-text {
    min-width: 160px !important;
  }

  .cookie-text h2 {
    font-size: 13px !important;
    margin-bottom: 2px !important;
  }

  .cookie-text p {
    font-size: 10px !important;
    line-height: 1.3 !important;
  }

  .cookie-buttons {
    flex-direction: row !important;
    gap: 6px !important;
    width: 100% !important;
    justify-content: space-between !important;
  }

  .accept-btn,
  .read-more-btn {
    font-size: 9px !important;
    padding: 5px 10px !important;
    border-radius: 16px !important;
    width: 48% !important;
  }
  .footer-logos {
    gap: 1em !important;
  }
  .footer-links li {
    margin-top: 1em !important;
  }
}
@media screen and (max-width: 380px) {
  .offers-cover-mobile .left-side,
  .offers-cover-mobile .right-side {
    padding: 10px 5px 5px;
  }
  .offer-message .welcome-2 {
    font-size: 13px;
  }
  .offer-message .welcome-1 {
    font-size: 14px;
  }
}

.header-disclaimer {
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2b2a29;
  color: #fff;
  height: 40px;
  gap: 24px;
}

.header-disclaimer p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-container {
  padding: 0 24px;
  /* background: #08244a; */
  height: 65px;
  font-family: Roboto, sans-serif;
  position: relative;
  z-index: 1000;
}

.header-container ul {
  display: flex;
  font-family: Roboto, sans-serif;
  gap: 36px;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

@media screen and (max-width: 1150px) {
  .header-container ul {
    gap: 20px;
  }
}

.header-container ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 126.8%;
  color: white;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 24px;
  cursor: pointer;
  margin-left: 24px;
  z-index: 1001; /* Ensure the burger menu is above the header */
}

.burger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1050px) {
  .burger-menu {
    display: flex;
  }

  .logo-cover {
    display: flex;
    align-items: center;
  }

  .header-container {
    height: 65px;
  }

  .header-container ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 65px;
    left: 0;
    background: #022a55;
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow-y: scroll;
    gap: 10px;
    padding-bottom: 20px;
  }

  .header-container ul.show {
    display: flex;
    max-height: 300px; /* Adjust as needed */
    opacity: 1;
  }

  .header-container ul li {
    margin: 0;
    padding: 12px 0;
    text-align: center;
  }

  .header-container ul li a {
    font-size: 18px;
  }

  .burger-menu.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .burger-menu.open span:nth-child(2) {
    opacity: 0;
  }

  .burger-menu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .header-disclaimer p {
    font-size: 9px;
  }
}

@media screen and (max-width: 375px) {
  .header-container {
    height: 45px;
  }

  .header-container ul {
    top: 45px;
  }
}

/* Popup Wrapper */
.age-check-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 83%);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.age-check-popup-body {
  width: 340px;
  border-radius: 8px;
  overflow: hidden;
  font-family: sans-serif;
  background-color: black;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  color: white;
  text-align: center;
}

.age-check-top {
  background-color: #f2d000;
  color: white;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 9999;
}

.age-check-top::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f2d000;
}

.age-check-bottom {
  background-color: #000;
  color: white;
  padding: 20px;
  text-align: center;
}

.age-check-checkbox-container {
  margin: 10px 0;
  font-size: 14px;
}

.age-check-custom-checkbox input {
  margin-right: 6px;
}

.age-check-popup-buttons-cover {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.age-check-popup-btns {
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.age-check-popup-btns.yes {
  background-color: #00c853;
  color: white;
}

.age-check-popup-btns.no {
  background-color: transparent;
  color: white;
  border: 2px solid #fff;
}

.age-error-message p {
  color: red;
  font-size: 13px;
  margin-top: 10px;
}

.shake {
  animation: shake 0.3s;
}

@keyframes shake {
  0% {
    transform: translateX(-4px);
  }
  25% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}

/* Error Message */
.age-error-message {
  color: #ff6b6b;
  font-size: 14px;
  margin-top: 10px;
  display: none;
}

/* Button Container */
.age-check-popup-buttons-cover {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

/* Buttons */
.age-check-popup-btns {
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  background-color: #c88c16;
  color: white;
  transition: opacity 0.3s ease;
}
.age-check-popup-btns:hover {
  opacity: 0.8;
}
.age-check-popup-btns:disabled {
  background: #666;
  cursor: not-allowed;
}

/* Responsive */
@media (max-width: 480px) {
  .age-check-popup-buttons-cover {
    flex-direction: column;
    gap: 10px;
  }
}

.age-denied-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.age-denied-popup-body {
  background: black;
  padding: 40px 30px;
  text-align: center;
  border-radius: 12px;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.age-denied-popup-body h5 {
  font-size: 18px;
  color: #f5c518;
}

.age-denied-popup-body button {
  padding: 10px 25px;
  font-size: 16px;
  background: #444;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* BOTTOM POPUP */

.bottom_offer_popup_overlay {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  z-index: 101;
  overflow-y: auto;
}

.bottom_offer_popup_overlay.show {
  display: block;
}

.bottom_offer_popup_overlay .bottom_offer_popup_wrap {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.bottom_offer_popup_overlay .bottom_offer_popup {
  width: 100%;
  position: relative;
}

.bottom_offer_popup_overlay .bottom_offer_popup_close_btn {
  width: 20px;
  height: 20px;
  background-image: url(../images/bottom-popup-close-icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  z-index: 9;
}

@media (max-width: 1170px) {
  .bottom_offer_popup_overlay .bottom_offer_popup_close_btn {
    top: 10%;
    right: 3%;
  }
}

@media (max-width: 991px) {
  .bottom_offer_popup_overlay .bottom_offer_popup_close_btn {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 540px) {
  .bottom_offer_popup_overlay .bottom_offer_popup_close_btn {
    top: 7%;
    right: 6%;
  }
}

.bottom_offer_popup_overlay .offer_wrap {
  display: flex;
  align-items: stretch;
}

.bottom_offer_popup_overlay .bottom_offer_item {
  background: #061e38;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  min-height: 120px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  box-shadow: 0 0 9px 2px #607d8b;
}

@media (max-width: 864px) {
  .bottom_offer_popup_overlay .bottom_offer_item {
    flex-direction: column;
  }
}

.bottom_offer_popup_overlay .bottom_offer_logo_wrap {
  width: 100%;
  max-width: 300px;
  position: relative;
  background: #6400e4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
}

@media (max-width: 864px) {
  .bottom_offer_popup_overlay .bottom_offer_logo_wrap {
    max-width: 100%;
    min-height: 100px;
  }
}

.bottom_offer_popup_overlay .bottom_offer_logo {
  display: block;
  max-width: 216px;
  width: 100%;
  height: 86px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.bottom_offer_popup_overlay .bottom_offer_content_wrap {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  justify-content: space-around;
  width: 100%;
}

.bottom_offer_button {
  width: 100%;
  max-width: 200px;
  padding: 10px;
  font-family: inherit;
  font-size: 16px;
  line-height: 14px;
  background: #c88c16;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}
.bottom_offer_button a {
  display: inline-block;
  padding: 10px 27px;
  position: relative;
  z-index: 5;
  white-space: nowrap;
}

.bottom_offer_popup_overlay {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  z-index: 101;
  overflow-y: auto;
}

.bottom_offer_popup_overlay.show {
  display: block;
}

.bottom_offer_popup_overlay .bottom_offer_popup_wrap {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.bottom_offer_popup_overlay .bottom_offer_popup {
  width: 100%;
  position: relative;
}

.bottom_offer_popup_overlay .bottom_offer_popup_close_btn {
  width: 20px;
  height: 20px;
  background-image: url(../images/bottom-popup-close-icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  z-index: 9;
}

@media (max-width: 1170px) {
  .bottom_offer_popup_overlay .bottom_offer_popup_close_btn {
    top: 10%;
    right: 3%;
  }
}

@media (max-width: 991px) {
  .bottom_offer_popup_overlay .bottom_offer_popup_close_btn {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 540px) {
  .bottom_offer_popup_overlay .bottom_offer_popup_close_btn {
    top: 7%;
    right: 6%;
  }
}

.bottom_offer_popup_overlay .offer_wrap {
  display: flex;
  align-items: stretch;
}

.bottom_offer_popup_overlay .bottom_offer_item {
  background: #061428;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  min-height: 120px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  box-shadow: 0 0 9px 2px #607d8b;
}

@media (max-width: 864px) {
  .bottom_offer_popup_overlay .bottom_offer_item {
    flex-direction: column;
  }
}

.bottom_offer_popup_overlay .bottom_offer_logo_wrap {
  width: 100%;
  max-width: 300px;
  position: relative;
  background: #0f213c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
}

@media (max-width: 864px) {
  .bottom_offer_popup_overlay .bottom_offer_logo_wrap {
    max-width: 100%;
    min-height: 100px;
  }
}

.bottom_offer_popup_overlay .bottom_offer_logo {
  display: block;
  max-width: 216px;
  width: 100%;
  height: 86px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.bottom_offer_popup_overlay .bottom_offer_content_wrap {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  justify-content: space-around;
  width: 100%;
}

@media (max-width: 864px) {
  .bottom_offer_popup_overlay .bottom_offer_content_wrap {
    flex-direction: column;
    gap: 30px;
  }
}

.bottom_offer_button {
  width: 100%;
  max-width: 200px;
  padding: 10px;
  font-family: inherit;
  font-size: 16px;
  line-height: 14px;
  background: #c88c16;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;

  .bottom_offer_button::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: calc(-100% - 35px);
    top: 0;
    background-color: #04b8b8;
    transition: left 0.5s ease;
  }

  .bottom_offer_button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 35px solid #04b8b8;
    transition: left 0.5s ease;
  }

  .bottom_offer_button:hover {
    transform: scale(1.05);
    border-color: #ffffff;
  }

  @media (max-width: 864px) {
    .bottom_offer_popup_overlay .bottom_offer_content_wrap {
      flex-direction: column;
      gap: 15px;
    }
  }

  .bottom_offer_popup_overlay .bottom_offer_text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 643px;
    width: 100%;
  }

  .bottom_offer_popup_overlay .bottom_offer_text-block .brand_description {
    min-height: 32px;
    width: 100%;
    background-color: inherit;
    color: #232936;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 16px 0;
  }

  @media (max-width: 864px) {
    .bottom_offer_popup_overlay .bottom_offer_text-block .brand_description {
      font-size: 12px;
    }
  }

  .bottom_offer_popup_overlay
    .bottom_offer_text-block
    .brand_descr_showhide_btn {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #232936;
    padding: 0;
    cursor: pointer;
    margin: 0 0 0 5px;
    text-decoration: underline;
  }

  .bottom_offer_popup_overlay
    .bottom_offer_text-block
    .bottom_offer_welcome_bonus {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 5px;
  }

  .bottom_offer_popup_overlay
    .bottom_offer_text-block
    .bottom_offer_welcome_bonus
    a {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }

  @media (max-width: 864px) {
    .bottom_offer_popup_overlay
      .bottom_offer_text-block
      .bottom_offer_welcome_bonus
      a {
      font-size: 21px;
    }
  }

  @media (max-width: 540px) {
    .bottom_offer_popup_overlay
      .bottom_offer_text-block
      .bottom_offer_welcome_bonus
      a {
      display: block;
    }
  }

  @media (max-width: 991px) {
    .bottom_offer_popup_overlay
      .bottom_offer_text-block
      .bottom_offer_welcome_bonus {
      padding: 0;
    }
  }

  .bottom_offer_popup_overlay .bottom_offer_get_bonus {
    background: linear-gradient(
      117.41deg,
      #dab264 5.83%,
      #be895f 48.23%,
      #996a45 94.17%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    flex-shrink: 0;
    max-width: 248px;
    width: 100%;
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 500;
    font-size: 20px;
    padding: 0 20px;
    white-space: nowrap;
  }

  @media (max-width: 540px) {
    .bottom_offer_popup_overlay .bottom_offer_get_bonus {
      height: 40px;
      max-width: 206px;
      font-size: 16px;
    }
  }
}

.upSectionRate {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 7px;
}
.offer-rate {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottomOfferContainer {
  display: flex;
  gap: 1em;
  align-items: center;
  background: #00000045;
  justify-content: space-between;
  width: 100%;
}
.offers-cover-mobile .bottomOfferContainer {
  display: flex;
  justify-content: flex-start;
  background: linear-gradient(
    180deg,
    rgba(77, 76, 76, 0.75) 0%,
    rgba(51, 50, 50, 0.75) 100%
  );
  flex-wrap: wrap; /* Important to allow payment icons to wrap */
  gap: 8px; /* Small gap between flag and payments */
}
.background-image {
  background: url(../images/background.png) no-repeat center center;
  background-size: cover;
}

.tnc-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 10px;
  max-width: 100%;
}

.tnc-toggle {
  cursor: pointer;
  color: #bababa;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}

.tnc-content {
  color: lightgray;
  background-color: rgb(6 12 31 / 44%);
  border-top: 1px solid #444;
  font-size: 14px;
  padding: 10px;
  margin-top: 5px;
  max-width: 480px;
  white-space: normal; /* Allows proper wrapping */
}

.minDeposit {
  color: #a67903;
  padding-right: 3em;
}
.about-section {
  color: #ffffff;
  padding: 40px 20px;
}

.about-section h2 {
  font-size: 52px;
  margin-bottom: 20px;
  color: rgba(226, 226, 230, 0.92);
}

.about-section .intro,
.about-section .details {
  font-size: 16px;
  color: #ccc;
  margin: 33px auto 30px;
  line-height: 1.6;
}

.icon-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 22px;
  margin-bottom: 30px;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 167px;
}

.icon-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.plus,
.equal {
  font-size: 24px;
  color: #fff;
}
/* reviews section */
.reviews-section {
  padding: 60px 20px;
  color: rgba(226, 226, 230, 0.92);
  text-align: center;
  width: 100%;
  max-width: 1190px;
  box-sizing: border-box;
  margin: 0 auto;
}

.reviews-section h2 {
  text-align: start;
  font-size: 47px;
  margin-bottom: 1em;
  color: rgba(226, 226, 230, 0.92);
}

.slider-container {
  display: flex;
  overflow: hidden;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}

.slide {
  display: none;
  gap: 95px;
  justify-content: center;
  flex-wrap: wrap;
}

.slide.active {
  display: flex;
}

.card {
  background-color: rgba(67, 61, 62, 0.81);
  border-radius: 20px;
  padding: 30px;
  min-height: 300px;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 515.137px;
  height: 346px;
  flex-shrink: 0;
}

.quote {
  font-size: 32px;
  color: #ffd700;
}

.review-text {
  font-size: 16px;
  margin: 20px 0;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviewer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.stars {
  color: #ffd700;
  font-size: 20px;
}

.slider-nav {
  margin-top: 20px;
}

.slider-nav button {
  background: none;
  border: none;
  font-size: 24px;
  color: #ffd700;
  cursor: pointer;
  margin: 0 10px;
}
.faq-section {
  padding: 60px 20px;
  color: white;
  font-family: "Segoe UI", sans-serif;
  text-align: center;
}

.faq-section h2 {
  text-align: start;
  font-size: 47px;
  margin-bottom: 1em;
  color: rgba(226, 226, 230, 0.92);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-card {
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  position: relative;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-card:hover,
.faq-card:active {
  background-color: #2a2a2a; /* lighter on hover */
}

.faq-icon {
  background-color: #ffc107;
  color: white;
  font-size: 16px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 4px; /* square shape */
}

.faq-icon i {
  font-size: 14px;
}

.faq-card h3 {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 600;
  color: white;
}

.faq-card p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.5;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.footer-left {
  flex: 1 1 200px;
}

.footer-logo {
  width: 100%;
  max-width: 200px;
  text-align: left;
  padding: 10px 0;
}
.footer-logo img {
  width: 100%;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
  margin-top: 2em;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-center {
  flex: 2 1 600px;
  text-align: left;
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em;
  margin-bottom: 20px;
}

.footer-logos img {
  height: 38px;
  object-fit: contain;
}

.footer-center h4 {
  margin-top: 10px;
  font-weight: 600;
}

.footer-center p {
  margin: 10px 0;
  color: #ddd;
}

.footer-center a {
  color: #40a9ff;
  text-decoration: none;
}

.footer-center a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .offers-cover-mobile .left-side,
  .offers-cover-mobile .right-side {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    flex: 1 1 50%;
  }
  /* .offers-cover-mobile .right-side {
    gap: 16px;
  } */
}

/* Footer Links */
.site-footer {
  background-color: #3c3b3a;
  color: #ccc;
  padding: 40px 20px;
  font-family: "Segoe UI", sans-serif;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-left {
  flex: 1 1 180px;
}

.footer-logo {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-center {
  flex: 2 1 630px;
  text-align: left;
}

.footer-center h4 {
  margin-top: 10px;
  font-weight: 600;
  font-size: 20px;
}

.footer-center p {
  margin: 10px 0;
  color: #aaa;
}

.footer-center a {
  color: #40a9ff;
  text-decoration: none;
}

.footer-center a:hover {
  text-decoration: underline;
}

.rightBottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.payment-methods-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 5px;
  align-items: center;
}

.payment-icon {
  width: 40px;
  height: 25px;
}

.toggle-btn {
  color: #bababa;
  background: #4d4d4d;
  font-size: 11px;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  height: 25px;
  text-align: center;
}

.hidden {
  display: none;
}

.flag-wrapper {
  flex-shrink: 0;
  /* background: #4e4d4d; */
  display: flex;
  justify-content: center;
}

.divider-container {
  margin: 24px 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.offer-divider {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.bonus-types-group {
  display: flex;
  gap: 20px;
  margin-bottom: 23px;
}

.bonus-item {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  background: linear-gradient(180deg, #1f1e1f 0%, #151515 100%);
  width: 269px;
  height: 149px;
  flex-shrink: 0;
  justify-content: center;
}

.bonus-item img {
  padding: 1em;
}

.divider-text-wrapper {
  border-left: 2px solid #e1cf31;
  padding-left: 12px;
  color: #ffffff;
  max-width: 600px;
  text-align: left;
}

.divider-message {
  margin: 0 0 6px;
  color: #fff;
  font-size: 14px;
}

.divider-link {
  margin: 0;
  color: #e1cf31;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.reviewBackground {
  background: url("../images/sectionBackground.png") center/cover no-repeat;
}
.reviewerArea {
  display: flex;
  justify-content: space-between;
}

/* legal pages styles */
.legal-page-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 21px 2em;
  box-sizing: border-box;
}

.legal-page-container {
  max-width: 800px;
  width: 100%;
}

.legal-page-title {
  color: #fff;
  font-family: "Alumni Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 98px;
}

.legal-page-subtitle {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 2rem;
}

.legal-page-text {
  font-size: 1rem;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-family: "Mulish", sans-serif;
}

.legal-page-text li {
  margin-left: 1.2rem;
  list-style: disc;
}

@media screen and (max-width: 480px) {
  .sub-header {
    flex-flow: wrap;
    display: flex;
    flex-wrap: nowrap;
  }
  .sub-header li {
    white-space: wrap;
    margin: 0px;
  }
  .offers-cover-mobile .offer-cover {
    align-items: center;
    text-align: center;
    border-radius: 0px 12px 0px 0px;
  }

  .offers-cover-mobile .left-side,
  .offers-cover-mobile .right-side {
    width: 100%;
    padding: 0px 3px 0px 0px;
  }

  .offers-cover-mobile .offer-buttons .get-bonus {
    /* width: 90%; */
    max-width: 220px;
    margin: 1em;
  }

  .offers-cover-mobile .offer-payment {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
  .header-disclaimer {
    gap: 6px;
  }
  .header-disclaimer p {
    font-size: 12px;
  }
}

#age-popup,
#cookie-popup {
  display: none;
}
.offers-cover-mobile .left-side img {
  max-width: 120px;
  height: auto;
}
.offers-cover-mobile .left-side a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.insideOfferMobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 800px;
  background-color: #000;
  color: #fff;
  padding: 20px 30px;
  font-family: "Arial", sans-serif;
  border-top: 2px solid #f5c518;
  display: none; /* Shown via JS */
  z-index: 9999;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.cookie-icon img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.cookie-text {
  flex: 1;
  min-width: 200px;
}

.cookie-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 6px;
}

.cookie-text p {
  font-size: 13px;
  margin: 0;
  color: #ccc;
  line-height: 1.5;
}

.cookie-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 150px;
}

.accept-btn,
.read-more-btn {
  padding: 10px 20px;
  font-weight: bold;
  font-size: 12px;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  transition: background 0.3s;
  text-align: center;
  text-decoration: none;
}

.accept-btn {
  background-color: #f5c518;
  color: #000;
}

.accept-btn:hover {
  background-color: #e5b315;
}

.read-more-btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.read-more-btn:hover {
  background-color: #222;
}

@media (max-width: 768px) {
  .card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .reviewerArea {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .slider-nav {
    display: flex;
    justify-content: center;
  }
}
/* Responsive adjustments for tablets and smaller */
@media (max-width: 1024px) {
  .slide {
    gap: 40px;
  }

  .card {
    width: 100%;
    max-width: 480px;
    height: auto;
  }

  .reviews-section h2 {
    font-size: 36px;
  }
}

/* Responsive adjustments for mobile */
@media (max-width: 600px) {
  .slider-container {
    padding: 0 10px;
  }

  .slide {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .card {
    width: calc(50% - 15px); /* Two cards per row */
    min-width: 240px;
    height: auto;
    padding: 16px;
  }

  .review-text {
    font-size: 14px;
  }

  .reviews-section h2 {
    font-size: 26px;
  }

  .slider-nav {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .card {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .about-section h2,
  .faq-section h2 {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .footer-content {
    flex-direction: column;
    gap: 30px;
  }

  .footer-left,
  .footer-center {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .footer-logos {
    justify-content: flex-start;
  }

  .footer-center h4 {
    font-size: 15px;
  }

  .footer-center p,
  .footer-links a {
    font-size: 13px;
  }
}

a.agepopupTerms {
  color: white;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .top-headline h1 {
    line-height: 0px !important;
  }
}
/* middle popup */
/* Blur background when active */
#pageContent.blurred {
  filter: blur(8px);
  transition: filter 0.3s ease;
  pointer-events: none;
}

/* Backdrop overlay */
.popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.65); /* dark, semi-transparent */
  z-index: 998;
}

/* Popup styling */
.first-offer-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background: #111;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #cbba2c;
  padding: 25px;
  width: 350px;
  max-width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  text-align: center;
}

.popup-content .popup-logo img {
  max-width: 80%;
  margin-bottom: 15px;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}

.get-bonus {
  display: inline-block;
  background-color: #00d47e;
  color: white;
  padding: 12px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
}
.clientsWord {
  margin-bottom: 1em;
}
.type-title-divider {
  border-left: 3px solid #ffd700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2em;
}

.type-title-text {
  color: #fff;
  font-size: 16px;
  margin: 0 0 8px 10px;
}

.view-all-link {
  color: #ffd700;
  font-size: 14px;
  margin-left: 10px;
  text-decoration: none;
  font-weight: bold;
}

.view-all-link:hover {
  text-decoration: underline;
}
.flag-wrapper img {
  width: 28px;
  height: 21px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.terms {
  text-align: center;
  color: gray;
  font-size: 11px;
}
