@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-disclamer {
  width: 100%;
  padding: 4px 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #c5c5c5;
  background-color: #4e4d61;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}

.header-disclamer img {
  max-height: 30px;
}

.background-image,
.background-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.background-gradient {
  background: linear-gradient(180deg, rgba(6, 20, 40, 0.17) 0%, #111034 30.44%);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 10px;
}

.background-gradient-bottom {
  background: linear-gradient(360deg, rgba(6, 20, 40, 1) 0%, #111034 100%);
  background-position: center bottom;
  width: 100%;
}

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

.privacy-header {
  background: #fff;
}

.privacy-header-content-cover {
  width: 100%;
  max-width: 1190px;
  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%;
  display: flex;
  align-items: center;
}

.top-headline {
  width: 100%;
  max-width: 1000px;
  padding: 10px 20px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.top-headline h1 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  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: 14px;
  font-weight: 300;
}

.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: nowrap;
  display: flex;
  align-items: center;
  margin: 5px;
}
.sub-header li img {
  margin-right: 10px;
}
.font-bold {
  font-weight: 700;
}

/*.sub-header p::before {*/
/*  content: "";*/
/*  background-size: contain;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  display: inline-block;*/
/*  position: relative;*/
/*  top: 6px;*/
/*  left: -11px;*/
/*}*/

/*.sub-header .icon-secure::before {*/
/*  background-image: url("../images/icon-01.svg");*/
/*}*/

/*.sub-header .icon-mobile::before {*/
/*  background-image: url("../images/icon-02.svg");*/
/*}*/

/*.sub-header .icon-withdrawals::before {*/
/*  background-image: url("../images/icon-03.svg");*/
/*}*/

/*.sub-header .icon-update::before {*/
/*  background-image: url("../images/icon-04.svg");*/
/*}*/

.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;*/
  line-height: 1;
}
.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(75, 48, 134, 1);
  height: 24px;
  filter: blur(2px);
  position: absolute;
  z-index: 1;
}

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

.table-header h5:first-child {
  width: 100%;
  max-width: 220px;
}

.table-header h5:nth-child(2) {
  width: 100%;
  max-width: 170px;
}

.table-header h5:nth-child(4) {
  min-width: 230px;
}

.table-header h5 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

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

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

.offer-cover .offer-message,
.offer-cover .offer-rate,
.offer-cover .offer-buttons {
  align-self: center;
}

.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(118, 110, 209, 1);
  font-size: 40px;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
}

.offer-logo {
  max-width: 235px;
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  width: 100%;
  background: rgba(46, 37, 94, 1);
}

.offer-logo img {
  width: 100%;
  max-width: 170px;
  max-height: 80px;
}

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

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

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

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

.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: #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: linear-gradient(0deg, #714ff5 7.89%, #a1badc 88.16%);
  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: 5px;
  margin-top: 10px;
}

@media (min-width: 500px) {
  .offers-cover-desktop .offer-buttons .get-bonus {
    margin-bottom: 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; */
  margin: 0;
}

.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(146, 160, 217, 1);
  background: rgba(50, 40, 105, 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 10px 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;
}

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

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

.offers-cover-mobile .offer-cover {
  height: auto;
  background-color: #1d123d;
  border: 1px solid rgb(187, 187, 187, 0.25);
}

.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: linear-gradient(106deg, #0f213c 20.75%, #171e33 92.41%);
  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 {
  -webkit-backdrop-filter: blur(4.5px);
  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;
}

.links-container {
  display: flex;
}

@media screen and (max-width: 660px) {
  .links-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}

.popup-body {
  width: 100%;
  max-width: 504px;
  border-radius: 7px;
  border: 1px solid #ffe5ae;
  background: rgba(17, 16, 52, 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(46, 37, 94, 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 10px;
}

.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 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

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

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

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

.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: linear-gradient(0deg, #714ff5 7.89%, #a1badc 88.16%);
  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: linear-gradient(0deg, #b9a4ff 7.89%, #a1badc 88.16%);
}

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

/* .offers-cover-desktop .oc-1 .offer-cover.glow,
.offers-cover-mobile .oc-1 .offer-cover.glow {
  box-shadow: -8px 4px 40px 4px #079;
} */

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

  border-width: 1px;
  border-style: solid;
}

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

.offers-cover-desktop .oc-1 .offer-cover:nth-child(5),
.offers-cover-mobile .oc-1 .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(46, 37, 94, 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: 840px) {
  .header-flags {
    width: 65px;
  }

  .top-headline {
    margin: 0 auto;
  }

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

  .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 .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;
  }
}
@media screen and (max-width: 770px) {
  .highlited-date-mobile {
    display: block;
  }
  /* .highlited-date-desc,
  .sub-header li:last-child {
    display: none;
  } */

  .highlited-date-desc {
    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: 5px;
  }

  .logo-cover {
    padding: 5px 0;
  }

  .offers-cover-mobile .offer-buttons .visit-site {
    font-size: 11px;
  }

  .header-flags {
    width: 44px;
    height: 32px;
  }

  .content-cover {
    padding: 0 10px;
  }

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

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

  .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: 10px;
  }
  .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) {
  .highlited-date-mobile {
    margin: 2px auto 1px 0;
    margin-left: auto;
    margin-right: 0;
  }

  .sub-header {
    margin: 0 auto 0;
    /*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: 30px;
    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: 5px 5px 5px;
  }

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

  .offer-message .welcome-1,
  .offer-message .welcome-2,
  .offer-message .welcome-3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
  .sub-header li {
    font-size: 10px;
  }
}
@media screen and (max-width: 380px) {
  .offers-cover-mobile .left-side,
  .offers-cover-mobile .right-side {
    padding: 10px 5px 5px;
  }
}

@media screen and (max-width: 840px) {
  .popup-age .popup-body {
    padding: 45px 16px;
    margin: 0 10px;
  }
}
.popup-btns {
  width: 140px;
}
.popup-btns:disabled {
  cursor: not-allowed;
  background: #6b6b6b;
}

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

.agree-terms a {
  color: lightgreen;
}

.header-disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2e255e;
  color: #fff;
  height: 40px;
  gap: 24px;
}

.header-disclaimer p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-container {
  padding: 3px 24px;
  background: white;
  height: 67px;
  font-family: Roboto, sans-serif;
  position: relative;
  z-index: 1000; /* Ensure the header is above other content */
  display: flex;
  align-items: center;
}

.header-container ul {
  display: flex;
  font-family: Roboto, sans-serif;
  gap: 21px;
  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%;
}

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

.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/icons8-close-50.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: #1e1055;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
  object-fit: contain;
}
@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, #714ff5 7.89%, #a1badc 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;
  }
}

@media (max-width: 529px) {
  .sub-header li {
    flex: 1 0 45%;
    justify-content: center;
  }
}

#checkboxErrorMsg {
  text-align: center;
  color: #c63b3b;
  margin-bottom: 15px;
  font-size: 12px;
}

@media (max-width: 770px) {
  .desktop-only {
    display: none;
  }
}

/* Contact form  */
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 564px;
  width: 100%;
  background: white;
  padding: 24px;
  border-radius: 20px;
}

.formbold-input-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 22px;
}

.contact-form .input-field {
  display: flex;
  flex-direction: column;
}

.contact-form .input-field input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form .input-field textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 100px;
}

.contact-form button[type="submit"] {
  padding: 10px 20px;
  background-color: #00948c;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 20px auto;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-bottom: 10px;
}

/* Menu  */
.nav-bar nav ul {
  display: flex;
  gap: 2%;
  transition: all 0.4s ease-in-out;
  justify-content: end;
}

.nav-bar nav ul a {
  color: #000;
}

.nav-bar {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 1190px;
  margin: 0 auto;
}

.nav-bar nav ul li {
  font-size: 13px;
}

.menu-toggle {
  text-align: right;
}

#hamburger {
  width: 40px;
}

.oc-1 .offer-cover.glow {
  box-shadow: 1px 1px 20px rgb(255, 220, 111);
}

@media (min-width: 1161px) {
  #hamburger {
    display: none;
  }
}

@media (max-width: 1160px) {
  #hamburger {
    z-index: 9;
    position: relative;
  }

  .nav-bar nav ul {
    background: #fff;
    position: fixed;
    left: -100%;
    top: 38px;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    z-index: 7;
    padding: 100px 22px 20px;
    justify-content: start;
  }

  .nav-bar nav ul.open {
    left: 0;
  }

  .logo-cover {
    z-index: 9;
  }
}

@media (max-width: 770px) {
  .desktop-only {
    display: none;
  }
}

@media (max-width: 529px) {
  .sub-header li {
    flex: 1 0 45%;
    justify-content: center;
  }
}

.offer-rate {
  text-align: center;
}

/* Popup bottom   */

.popup.popup-exit {
  height: unset;
  top: unset;
  bottom: 40px;
}

.popup.popup-exit .popup-body {
  max-width: calc(100% - 60px);
  display: flex;
  flex-wrap: wrap;
}

.popup.popup-exit .popup-body .close-popup-btn {
  right: 0;
  top: 0;
  font-size: 30px;
  padding: 0 5px;
  transform-origin: center;
}

.popup.popup-exit .popup-body .popup-logo-cover {
  flex: 1 0 20%;
}

.popup.popup-exit .popup-body .popup-button-cover {
  flex: 1 0 60%;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.popup.popup-exit .popup-body .popup-button-cover .offer-message {
  max-width: unset;
}

@media (min-width: 700px) {
  .popup.popup-exit .popup-body .popup-button-cover .offer-message {
    width: 50%;
  }
}

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

@media (max-width: 656px) {
  .privacy-links ul {
    flex-direction: column;
    text-align: center;
    row-gap: 10px;
  }

  .privacy-links {
    padding-left: 10px;
    padding-right: 10px;
  }

  .privacy-links p {
    font-size: 12px;
  }

  .offers-container__title {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 10px;
    background-color: transparent;
    font-weight: 900;
    padding: 0;
  }
}

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

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

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

.custom-checkbox .checkmark {
  position: absolute;
  top: -10px;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 2px solid #ffe5ae;
  border-radius: 5px;
}

.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #c73c3c;
  border: 2px solid #c73c3c;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

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

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

#checkboxErrorMsg {
  text-align: center;
  color: #c63b3b;
  margin-bottom: 15px;
  font-size: 12px;
}

.popup-body .welcome-1,
.popup-body .welcome-2,
.popup-body .welcome-3 {
  font-size: 20px;
}

/* Contact form  */
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 564px;
  width: 100%;
  background: white;
  padding: 24px;
  border-radius: 20px;
}

.formbold-input-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 22px;
}

.contact-form .input-field {
  display: flex;
  flex-direction: column;
}

.contact-form .input-field input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form .input-field textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 100px;
}

.contact-form button[type="submit"] {
  padding: 10px 20px;
  background-color: #00948c;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 20px auto;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-bottom: 10px;
}
.response-message {
  margin-top: 10px;
  font-size: 14px;
}

@media (max-width: 458px) {
  .custom-checkbox .checkmark {
    left: 7px;
  }

  .agree-terms {
    font-size: 12px;
  }

  .popup-age .popup-body {
    padding: 20px 10px 20px;
  }
  .popup-buttons-cover {
    flex-wrap: wrap;
  }

  .popup-age .popup-body {
    max-width: calc(100% - 60px);
  }

  .cookies-popup p {
    font-size: 12px;
  }
}

#hamburger path {
  transition: transform 0.3s ease;
  transform-origin: center;
}

#hamburger.open #top-line {
  transform: translateY(5px) rotate(45deg);
}

#hamburger.open #middle-line {
  transform: scaleX(0);
}

#hamburger.open #bottom-line {
  transform: translateY(-10px) rotate(-45deg);
}

div#thankYouMessage {
  color: green;
}

div#thankYouMessage.hidden {
  display: none;
}

.popup-body .offer-message .welcome-1,
.popup-body .offer-message .welcome-2,
.popup-body .offer-message .welcome-3 {
  font-size: 20px;
}

@media (max-width: 518px) {
  .popup.popup-exit .popup-body .popup-logo-cover {
    flex: 1 0 40%;
  }
}

@media (max-width: 430px) {
  .popup.popup-exit .popup-body .popup-logo-cover {
    flex: 1 0 50%;
  }

  .popup.popup-exit .popup-body .popup-button-cover {
    flex-direction: column;
  }
  .popup.popup-exit .popup-body .popup-button-cover .offer-message {
    width: 100%;
  }
  .popup-body .offer-message .welcome-1,
  .popup-body .offer-message .welcome-2,
  .popup-body .offer-message .welcome-3 {
    font-size: 15px;
  }

  .popup-body .popup-logo-cover {
    min-height: unset;
  }
}
