@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Roboto:wght@100;300;500;600;700&display=swap");

.header-disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2f0c06;
  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: white;
  height: 75px;
  font-family: Roboto, sans-serif;
  position: relative;
  z-index: 1000; /* Ensure the header is above other content */
}

.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 {
  color: #2f0c06;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 126.8%;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1150px;
  margin: auto;
}

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 24px;
  cursor: pointer;
  margin-left: 24px;
  margin-top: 12px;
  z-index: 1001; /* Ensure the burger menu is above the header */
}

.burger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2f0c06;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1050px) {
  .burger-menu {
    display: flex;
  }

  .logo-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header-container {
    height: 48px;
  }

  .header-container ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 48px;
    left: 0;
    background: white;
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    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;
  }
}

.benefits-bg-1 {
  position: absolute;
  top: 185%;
  left: 0;
}

.benefits-bg-2 {
  position: absolute;
  top: 205%;
  right: 0;
}

@media screen and (max-width: 1000px) {
  .benefits-bg-1,
  .benefits-bg-2 {
    display: none;
  }
}

.background-image,
.background-image {
  width: 100%;
  height: 100%;
  background: url("../images/kfdasjf9j43f43jfo43f43.jpg");
  background-repeat: no-repeat;
  background-size: contain !important;
}

.background-gradient {
  background: linear-gradient(180deg, rgba(6, 20, 40, 0) 0%, #3a1008 29%);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .background-gradient {
    background: linear-gradient(180deg, rgba(6, 20, 40, 0.17) 0%, #3a1008 20%);
  }
}

@media screen and (max-width: 1100px) {
  .background-gradient {
    background: linear-gradient(180deg, rgba(6, 20, 40, 0.17) 0%, #3a1008 15%);
  }
}

@media screen and (max-width: 820px) {
  .background-gradient {
    background: linear-gradient(180deg, rgba(6, 20, 40, 0.17) 0%, #3a1008 10%);
  }
}

@media screen and (max-width: 685px) {
  .background-gradient {
    background: linear-gradient(180deg, rgba(6, 20, 40, 0.17) 0%, #3a1008 8%);
  }
}

@media screen and (max-width: 600px) {
  .background-gradient {
    background: linear-gradient(180deg, rgba(6, 20, 40, 0.17) 0%, #3a1008 6%);
  }
}

@media screen and (max-width: 429px) {
  .background-gradient {
    background: linear-gradient(180deg, rgba(6, 20, 40, 0.17) 0%, #3a1008 4%);
  }
}

.background-gradient-bottom {
  background: linear-gradient(0deg, #3a1008 0%, #3a1008 100%);
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
}

.content-cover {
  width: 100%;
  max-width: 1190px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.privacy-header {
  background: #2f0e07;
}

.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%;
  max-width: 1000px;
  padding: 50px 0 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  margin: auto;
}

.top-headline h1 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin: 12px 15px;
}

.header-flags {
  width: 65px;
  height: 40px;
}

.sub-headline {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.sub-header {
  width: 100%;
  max-width: 930px;
  margin: 5px auto 0;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sub-header li {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  white-space: wrap;
  display: flex;
  align-items: center;
  margin: 5px;
}
.sub-header li img {
  margin-right: 10px;
}

.font-bold {
  font-weight: 700;
}

.date-container {
  margin-top: 26px;
  display: flex;
  width: 100%;
}

.date {
  background: #2f0c06;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 20px;
  margin: auto;
}

.highlited-date {
  border-radius: 3px;
  border: 1px solid #29344b;
  background: #10192c;
  color: #e5a018;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 10px;
  margin: 0 9px;
  /*display: none;*/
}
.highlited-date-mobile {
  display: none;
  text-align: center;
  margin: 10px auto 10px 0;
  width: 20%;
  min-width: 100px;
}
.table-header-cover {
  position: relative;
  margin: 30px auto;
  height: 24px;
}

.table-header-back {
  width: 100%;
  border-radius: 3px;
  background: rgba(51, 12, 6, 1);
  height: 24px;
  filter: blur(2px);
  position: absolute;
  z-index: 1;
}

.table-header {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 40px 5px 30px;
  position: absolute;
  z-index: 2;
  background-color: transparent;
}

.table-header h5:first-child {
  width: 10%;
}

.table-header h5:nth-child(3) {
  margin-right: 8px;
}

.table-header h5 {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
}

.offers-cover-desktop {
  width: 100%;
}

.offer-cover {
  width: 93%;
  height: 110px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 7px;
  border: 1px solid transparent;
  position: relative;
}

.label {
  position: absolute;
  top: -15px;
  left: -17px;
}

.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: 164px;
  height: 28px;
  background-color: #fdcf6f;
  border-top-right-radius: 8px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  line-height: 12px;
  padding: 0 3px;
  text-transform: uppercase;
  position: absolute;
  z-index: 5;
}

.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;
  left: -3.5%;
  z-index: 5;
  color: rgba(193, 116, 26, 1);
  font-size: 40px;
  font-weight: 700;
}

.offer-logo {
  max-width: 235px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  width: 100%;
  background: rgba(47, 12, 6, 1);
}

.offer-logo img {
  max-height: 60px;
}

.offer-message {
  width: 170px;
  margin-bottom: 10px;
  text-align: center;
}

.offer-message .welcome-1 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}

.offer-message .welcome-2 {
  color: #fff;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.offer-message .welcome-3 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.offer-payment {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.offer-payment img {
  margin: 1px 1px 4px 1px;
}

.offers-cover-desktop .offer-payment {
  max-width: 250px;
}

.offers-cover-desktop .offer-payment img {
  max-width: 26px;
  margin: 0 2px;
}

.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;
  margin-left: -8px;
}

/* .votes {
  display: none;
} */

.score span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.votes span {
  color: #fff;
  font-size: 15px;
}

.stars-container {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 20px;
  margin-bottom: 0.5rem;
}

.stars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #d3d3d3;
}

.stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #ffcb0f;
  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: #fff;
  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;
  background: rgba(199, 60, 60, 1);
  border-radius: 7px;
  margin-bottom: 10px;
  transition: all 0.2s linear;
  margin-right: auto;
  margin-left: auto;
}

.offers-cover-desktop .offer-buttons .get-bonus {
  margin-bottom: 10px;
  margin-top: 10px;
}

.offer-buttons .get-bonus:hover {
  background-color: #f0b954;
}

.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: #fff;
  font-family: Inter, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 300;
  line-height: 12px;
  text-align: left;
  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: 140px auto 0;
  border-radius: 5px;
  border: 1px solid rgba(193, 116, 26, 1);
  background: rgba(51, 12, 6, 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: 700;
  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;
}

@media screen and (max-width: 930px) {
  .about-item {
    flex-direction: column;
  }
}

.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%;
  font-size: 14px;
  padding: 0;
  font-weight: 500;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 880px) {
  .privacy-links ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
}

.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;
}

.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: #2f0e07;
  text-align: center;
}

.legal {
  color: #fff;
  text-align: center;
  padding: 40px 0;
  font-weight: 500;
  font-size: 12px;
}

.copyright {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 144px;
}

@media screen and (max-width: 800px) {
  .copyright {
    padding-bottom: 50px;
  }
}

.footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.offers-cover-mobile {
  display: none;
  justify-content: space-between;
  flex-direction: column;
}

.offers-cover-mobile .offer-cover {
  height: auto;
  background-color: transparent;
  border: 1px solid #fdcf6f;
}

.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;
  background: #2f0c06;
  height: 100%;
}

.right-side {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  height: 100%;
}

.left-side img {
  width: 100%;
  max-width: 150px;
  margin-top: 10px;
}

.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;
}

.benefits {
  margin-top: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.benefits-bg-1 {
  position: absolute;
  bottom: 0;
}

.benefits-bg-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.benefits-bg-2 {
  position: absolute;
}

.benefits h1 {
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 105.8%;
}

.benefits-container {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 608px;
}

.benefits-item {
  display: flex;
  gap: 36px;
}

@media screen and (max-width: 680px) {
  .benefits-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 330px;
    margin: auto;
  }

  .date {
    font-size: 9px;
  }

  .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;
  }

  .top-headline {
    padding: 0 10px;
  }

  .top-headline h1 {
    font-size: 20px;
    margin: 12px 15px;
  }

  .logo-cover {
    max-width: 130px;
  }
  .offer-message .welcome-2 {
    font-size: 15px;
  }

  .sub-headline {
    display: none;
  }

  .icon-update {
    display: none;
  }
  .sub-header {
    padding: 0 5px;
    margin: 5px auto 10px;
  }

  .sub-header li {
    font-size: 10px;
  }
  .sub-header li img {
    margin-right: 5px;
  }

  .close-popup-btn {
    right: -7px;
  }

  .score,
  .votes {
    margin-bottom: 0;
  }
}

.benefits-item h3 {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}

.benefits-item p {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 16px 0;
  max-height: 15px;
}

.benefits-item span {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 16px 0;
  cursor: pointer;
}

.benefits-item svg {
  margin-left: 5px;
}

.benefits-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 136px;
  padding: 18px;
  border-radius: 30px;
  background: #2f0c06;
}

.benefit-description {
  max-height: 3em; /* Adjust as needed */
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.benefit-description.open {
  max-height: 100%; /* Adjust as needed */
}

.arrow {
  transition: transform 0.3s ease;
}

.arrow.rotate {
  transform: rotate(180deg);
}

.benefits-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.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);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup-body {
  width: 100%;
  max-width: 504px;
  border-radius: 7px;
  border: 1px solid #ffe5ae;
  background: rgba(58, 16, 8, 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: rgba(47, 12, 6, 1);
  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: 45px 60px;
  box-sizing: border-box;
}
.popup-age .popup-body h5 {
  color: #f6b22d;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.popup-age .popup-body p {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 21px;
}

.checkbox-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.popup-buttons-cover {
  display: flex;
  justify-content: space-around;
}

.agree-terms {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin: 10px auto;
}

.agree-terms a {
  color: #fff;
  text-decoration: underline;
}

.popup-btns {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  width: 165px;
  height: 40px;
  flex-shrink: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(199, 60, 60, 1);
  border-radius: 7px;
  margin-bottom: 10px;
  margin-top: 10px;
  transition: all 0.2s linear;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s linear;
  cursor: pointer;
}

.popup-btns:disabled {
  cursor: not-allowed;
  background: #6b6b6b;
}

.popup-btns:hover {
  opacity: 0.7;
}

.cookies-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  color: #fff;
  z-index: 999;
  display: none;
  justify-content: center;
  padding: 10px 20px;
}

.cookies-popup a {
  color: inherit;
  text-decoration: underline;
}

.cookies-popup .confirm-cookie {
  margin-left: 20px;
  cursor: pointer;
  background: rgba(199, 60, 60, 1);
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 50px;
}

.offers-cover-desktop .offer-cover {
  border-color: rgb(173, 140, 79);
}

.offers-cover-desktop .offer-cover:first-child,
.offers-cover-mobile .offer-cover:first-child {
  border-color: rgb(255, 220, 111);
}

.offers-cover-desktop .offer-cover:nth-child(3),
.offers-cover-mobile .offer-cover:nth-child(3) {
  border-color: rgb(187, 203, 225);
}

.offers-cover-desktop .offer-cover:nth-child(5),
.offers-cover-mobile .offer-cover:nth-child(5) {
  border-color: rgb(173, 140, 79);
}

.offer-cover:nth-child(3) .label-center {
  background-color: #bbcbe1;
}

.offer-cover:nth-child(3) .label-right {
  border-color: transparent transparent transparent #bbcbe1;
}

.offer-cover:nth-child(3) .label-bottom {
  background-color: #6f7e98;
}

.offer-cover:nth-child(5) .label-center {
  background-color: #ad8c4f;
}

.offer-cover:nth-child(5) .label-right {
  border-color: transparent transparent transparent #ad8c4f;
}

.offer-cover:nth-child(5) .label-bottom {
  background-color: #7a6132;
}

.privacy-page {
  background: rgba(58, 16, 8, 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 a {
  color: #fff;
  text-decoration: underline;
}

.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: 1060px) {
  .sub-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@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;
    margin: 30px auto 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 {
    align-items: flex-start;
    justify-content: flex-start;
    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: 840px) {
  .popup-age .popup-body {
    padding: 45px 16px;
    margin: 0 10px;
  }

  .popup-btns {
    width: 140px;
  }

  .header-flags {
    width: 65px;
  }

  .top-headline {
    margin: 0 auto;
  }

  .top-headline h1 {
    font-size: 21px;
  }

  .logo-cover {
    max-width: 160px;
  }

  .table {
    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: 56px;
  }
  .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;
  }

  .custom-checkbox .checkmark {
    left: 80px;
  }
}

@media screen and (max-width: 480px) {
  .custom-checkbox .checkmark {
    left: 15px;
  }

  .highlited-date-mobile {
    margin: 2px auto 1px 0;
  }

  .sub-header {
    margin: 0 auto 5px;
    /*flex-flow: wrap;*/
    /*justify-content: space-around;*/
  }

  .offers-cover-mobile .stars-container {
    margin: 0;
    font-size: 18px;
  }

  .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;
    min-height: 194px;
  }

  .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 {
    margin: 7px 5px 10px;
  }

  .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: 22px;
    margin: 0 2px 1px 0;
  }

  .offers-cover-mobile .left-side,
  .offers-cover-mobile .right-side {
    padding: 10px 15px 5px;
  }
}

.sub-header {
  width: 100%;
  max-width: 930px;
  margin: 5px auto 0;
  padding: 0 30px;
  box-sizing: border-box;
  /* display: flex; */
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 400px) {
  .sub-header li {
    font-size: 7px;
  }
}
@media (max-width: 529px) {
  .sub-header li {
    flex: 1 0 42%;
    justify-content: flex-start;
  }
}

/* @media screen and (max-width: 400px) {
  .sub-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
} */
@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;
  }
}

/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark {
  position: absolute;
  top: -10px;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 2px solid #c73c3c;
  border-radius: 5px; /* Rounded corners */
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a background color */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #c73c3c;
  border: 2px solid #c73c3c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.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: 15px;
  height: 17px;
  background-image: url(../images/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: 6px;
  right: 13px;
  background-color: transparent;

  z-index: 9;
}
.bottom_offer_popup_overlay .bottom_offer_popup_close_btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@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;
  flex-direction: column;
}
.bottom_offer_popup_overlay .bottom_offer_item {
  background: #fff;
  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;
  align-items: stretch;
}
@media (max-width: 864px) {
  .bottom_offer_popup_overlay .bottom_offer_item {
    flex-direction: column;
  }
}
.bottom_offer_popup_overlay .bottom_offer_logo_wrap {
  width: 100%;
  position: relative;
  background: #8f1801;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
  object-fit: contain;
  max-width: 189px;
}
@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: 107px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  object-fit: contain;
}
.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: 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: #232936;
  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(
    0deg,
    rgb(117 20 20) 7.89%,
    rgb(179 39 39) 88.16%
  );
  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;
  }
}

@media (max-width: 340px) {
  .bottom_offer_popup_overlay .bottom_offer_content_wrap {
    flex-direction: column;
    gap: 15px;
  }
}

@media (min-width: 600px) {
  .bottom_offer_item {
    flex-direction: row;
    align-items: flex-start;
  }

  .bottom_offer_logo_wrap {
    flex: 1;
    margin-bottom: 0;
    text-align: left;
  }

  .bottom_offer_content_wrap {
    flex: 2;
    align-items: flex-start;
  }

  .bottom_offer_text-block {
    text-align: left;
  }

  .bottom_offer_get_bonus {
    width: auto;
  }
}
.offers-container__title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 847px;
  margin: 5px auto 5px;
  border-radius: 8px;
  padding: 22px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.offers-cover-desktop .title:first-of-type,
.offers-cover-mobile .title:first-of-type {
  display: none;
}
