@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: 12px 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #c5c5c5;
  background-color: #4e4d61;
}

.links-container {
  display: flex;
}

@media screen and (max-width: 670px) {
  .links-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}

.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%, #1a2332 54%);
  /* background-position: center top; */
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 3em;
}

.background-gradient-bottom {
  background: linear-gradient(180deg, #061e2d 0%, #06263c 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: #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 {
  flex: 1;
  /* max-width: 95%; */
  text-align: center;
}

.top-headline h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  margin: 12px 15px 26px 0;
}

.header-flags {
  width: 65px;
  height: 40px;
}

.sub-headline {
  /* width: 87%; */
  padding: 0 20px;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.277777777777778;
  font-size: 14px;
  font-weight: 300;
  margin: 0px 0px 2em;
  text-align: center;
}

.sub-header {
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
  gap: 1.5em;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.sub-header li {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin: 5px;
  gap: 1em;
}
.sub-header li img {
  /* width: 100%;
  height: 100%;
  position: relative;
  margin-right: 10px; */
  width: 100%;
  height: 100%;
  /* position: relative;
  margin-right: 10px;
  padding: 1em; */
  /* margin: 0px; */
  /* background: #2180d2; */
  /* background-size: 50%; */
  /* border-radius: 50%; */
}
.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 rgba(139, 58, 58, 1);
  background: #1a2332;
  color: #eaeeff;
  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: 8px 34px 26px auto; */
  height: 37px;
}

.table-header-back {
  width: 100%;
  /* border-radius: 3px; */
  background: rgba(30, 58, 95, 0.77);
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
  height: 37px;
  /* filter: blur(2px); */
  position: absolute;
  z-index: 1;
}

.table-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 45px;
  position: absolute;
  z-index: 2;
  background-color: transparent;
  height: 100%;
  text-align: center;
}

.table-header h5:first-child {
  width: 10%;
}

.table-header h5 {
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
}

.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: 60px;
  border: 2px solid;
  position: relative;
  background: rgba(25, 42, 70, 0.89);
}

.label {
  position: absolute;
  top: -15px;
  left: -17px;
  padding-left: 3em;
}

.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: 148px;
  height: 24px;
  background-color: #c9985f;
  border-radius: 40px;
  /* 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(201, 152, 95, 1);
  font-size: 40px;
  font-weight: 700;
}

.offer-logo {
  max-width: 210px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 2px solid;
  width: 100%;
  background: rgba(151, 123, 255, 0.38);
}

.offer-logo img {
  width: 100%;
  max-width: 170px;
  max-height: 80px;
}

.offer-message {
  max-width: 194px;
  margin-bottom: 10px;
  text-align: center;
}

.offer-message .welcome-1 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}

.offer-message .welcome-2 {
  color: #fff;
  padding-bottom: 5px;
  font-size: 13px;
  /* font-weight: 600; */
  text-transform: capitalize;
}

.offer-message .welcome-3 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.hidden-payment {
  display: none;
}

.show-more-btn {
  cursor: pointer;
  color: white;
  text-decoration: underline;
  margin-top: 2px;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.offer-payment {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.hidden-payment {
  display: none;
}

.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 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: 11px;
}

.stars-container {
  position: relative;
    display: inline-block;
    font-size: 20px;
    color: transparent;
    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;
  width: var(--star-width, 0); 
}

.star-100:after {
  width: 100%;
}

.star-90:after {
  width: 90%;
}

.star-80:after {
  width: 80%;
}

.star-70:after {
  width: 70%;
}

.star-50:after {
  width: 50%;
}

.offer-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.offers-cover-desktop .offer-buttons {
  min-width: 207px;
}

.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(180deg, #ff5e5c 0%, #b23d4e 100%);
  border-radius: 60px;
  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: linear-gradient(180deg, #ff1744 0%, #c41230 100%);
}

.offer-buttons .visit-site {
  color: #c9985f;
  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%;
}

.offer-bottom .terms {
  color: #cbc8d4;
  text-align: center;
  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 {
  border-radius: 5px;
  padding: 1px 38px 1px;
}

.why {
  border-radius: 5px;
  padding: 1px 38px 1px;
}

.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: 48px;
  font-weight: 500;
  line-height: 24px;
  margin: 20px 0;
  text-align: left; */
}

.faq p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 58px;
}

.about {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
  padding: 37px 0px;
}

.about-item {
  background-color: #1e3a5f;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: 350px;
}

.about-item .about-image {
  width: 100%;
  max-width: 350px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.about-item .about-image img {
  width: 100%;
  height: auto;
}

.about-item article {
  padding-bottom: 9px;
}

.about-item h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin: 20px 0;
  text-align: start;
}

.about-item p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: start;
}

.about-item.wrapper {
  padding: 1em;
}

.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;
}

.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: 19px 30px 50px;
  background: #1a2332;
  text-align: center;
  justify-items: 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: linear-gradient(180deg, #06263c 0%, #061e2d 100%);
  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, #1e3a5f 20.75%, #152841 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 {
  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 #093e62;
  background: rgba(6, 12, 31, 0.66);
  box-shadow: 0px 5px 33px 0px rgba(17, 38, 223, 0.34);
  position: relative;
  z-index: 2;
}

.close-popup-btn {
  transform: rotate(45deg);
  font-size: 54px;
  line-height: 30px;
  font-weight: 100;
  color: #fff;
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 4px;
  top: 9px;
}

.popup-logo-cover {
  border-radius: 7px 7px 0px 0px;
  border: 1px solid #3d4c5c;
  background: #1e3a5f;
  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 {
  /* background-color: #333; */
  color: white;
  padding: 17px;
  border-radius: 17px;
  max-width: 400px;
  margin: auto;
  text-align: center;
}
.popup-age .popup-body h5 {
  text-align: center;
  /* padding: 0 0 23px; */
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.popup-age .agree-terms {
  color: white;
  font-size: 14px;
}

.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: 130px;
  height: 40px;
  flex-shrink: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dc143c;
  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: #a0111f;
}

.popup-btns:hover {
  opacity: 0.7;
}

.cookies-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1e3a5f;
  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 .offer-cover:first-child,
.offers-cover-mobile .offer-cover:first-child {
  border-color: #c9985f;
}

.offers-cover-desktop .offer-cover:nth-child(3),
.offers-cover-mobile .offer-cover:nth-child(3) {
  border-color: #9b7654;
}

.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: #9b7654;
}

.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: #8b6f47;
}

.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: linear-gradient(180deg, #06263c 0%, #032336 100%);
  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: 100%;
  }

  .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 {
    margin-right: 5px;
    margin-bottom: 20px;
    max-height: 50px;
  }
  .offers-cover-mobile .left-side,
  .offers-cover-mobile .right .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 .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 {
    background: rgba(30, 58, 95, 0.48);
    border-radius: 60px;
    border: 2px solid;
  }
}
@media screen and (max-width: 770px) {
  .header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: unset;
    gap: 20px;
  }
}
@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;
  }

  .top-headline {
    padding: 0 10px;
  }

  .top-headline h1 {
    font-size: 24px;
    margin: 16px 18px;
  }

  .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;
  }
  .close-popup-btn {
    right: -7px;
  }

  .score,
  .votes {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: unset;
    gap: 20px;
  }

  .highlited-date-mobile {
    margin: 2px auto 1px 0;
  }

  .sub-header {
    margin: 0 auto 5px;
  }

  .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 {
    display: none;
  }

  .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: 100%;
  }

  .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;
  } */
}

@media screen and (max-width: 400px) {
  .sub-header li {
    font-size: 8px;
  }
}
@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: #1e3a5f;
  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-content {
    max-width: 88%;
  } */
}

.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: end;
  width: 100%;
  height: 100%;
  padding: 0 24px;
}

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 1001;
}

.burger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1050px) {
  .navMenu {
    padding-bottom: 10px;
  }
  .burger-menu {
    display: flex;
  }

  .header-container {
    height: 65px;
  }

  .header-container ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 40px;
    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;
    opacity: 1;
  }

  .nav-bar {
    z-index: 100;
  }

  .navigation ul {
    flex-direction: column;
  }

  .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;
    padding: 2px;
  }
}

@media screen and (max-width: 375px) {
  .header-container {
    height: 45px;
  }

  .header-container ul {
    top: 45px;
  }
}

/*header*/
.header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px;
  gap: 20px;
}

.header-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.text-content {
  flex: 1;
  min-width: 80%;
}
.image-content {
  flex: 0 0 auto;
  max-width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-content img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .header-content {
    flex-wrap: nowrap;
  }

  .top-headline {
    padding: 0px;
  }
}

.navigation > ul {
  gap: 2%;
  display: flex;
  font-size: 13px;
}

.navigation > ul > li > a {
  color: white;
  white-space: nowrap;
}

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 24px;
  cursor: pointer;
  margin-left: 24px;
  z-index: 1001;
}

.burger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1160px) {
  .burger-menu {
    display: flex;
  }

  .logo-cover {
    z-index: 100;
  }

  .navigation {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    background: #06263c;
    width: 100%;
    max-height: 0;
    opacity: 0;
    gap: 10px;
    padding-bottom: 20px;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  }

  .navigation.show {
    display: flex;
    max-height: 300px;
    opacity: 1;
    z-index: 100;
  }

  .navigation ul {
    margin-top: 45px;
    font-size: 13px;
    flex-direction: column;
  }

  .navigation ul li {
    margin: 0;
    padding: 12px 0;
    text-align: center;
  }

  .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);
  }
}

/*Contact us*/
.contact-us {
  padding: 50px 20px;
  text-align: center;
}

.contact-form-container {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.contact-form h1 {
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #333;
}

.contact-form .form-group {
  margin-bottom: 15px;
  text-align: left;
}

.contact-form .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #555;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1em;
  box-sizing: border-box;
}

.contact-form .form-group textarea {
  resize: vertical;
}

.contact-form .submit-button {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form .submit-button:hover {
  background: #0056b3;
}
.error-message {
  font-size: 0.9em;
  margin-top: 5px;
}
.feedback-message {
  margin-top: 15px;
  font-size: 1.2em;
  text-align: center;
}

/* footer additions*/
.info {
  max-width: 962px;
  gap: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  /* .sub-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 16px;
  } */
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .header-content {
    justify-content: space-evenly;
    gap: 5px;
  }

  .top-headline {
    font-size: 12px;
  }

  .image-content {
    max-width: 80px !important;
    padding-bottom: 79px;
    max-height: 80px !important;
  }
}
/* 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: 12%;
    right: 6%;
  }
}

.bottom_offer_popup_overlay .offer_wrap {
  display: flex;
  align-items: stretch;
}

.bottom_offer_popup_overlay .bottom_offer_item {
  background: #1e3a5f;
  border-radius: 60px;
  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: rgba(30, 58, 95, 0.48);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
  border-radius: 60px;
}

@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: linear-gradient(180deg, #dc143c 0%, #a0111f 100%);
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 60px;
  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: rgba(30, 58, 95, 0.89);
  border-radius: 60px;
  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: rgb(186 194 204 / 17%);
  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: linear-gradient(180deg, #dc143c 0%, #a0111f 100%);
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 60px;
  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: #01b676;
    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;
    }
  }
}
/* BOTTOM POPUP END */

/* Min Deposit */
.min-deposit {
  text-align: center;
  color: white;
  font-size: 15px;
  max-width: 77%;
}
.operator-item__inner .min-deposit {
  color: #fff;
  text-align: center;
  font-size: 0.7em;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  margin-top: 0.33em;
}

@media (max-width: 718px) {
  .operator-item__inner .min-deposit {
    font-size: 12px;
  }
}
.minDepositBackground {
  width: 13%;
  height: 53%;
  background: rgba(30, 58, 95, 0.48);
  border-radius: 60px;
  border: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

hr {
  border: 1px #4a6b8b solid;
  width: 100%;
  height: 100%;
}

.whyWrapper {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  background: linear-gradient(180deg, #1a233210 0%, #1a2332 100%);
  background-size: cover;
  position: relative;
}

.why-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
 /* background-image: url(./assets/images/faqbackground.webp); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

div#whyBackground {
  width: 100%;
  max-width: 1190px;
  box-sizing: border-box;
  margin: 0 auto;
}

.why h2 {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  line-height: 195%;
  text-align: left;
  margin-bottom: 0.84375em;
}

.why h1 {
  color: white;
  font-size: 42px;
  font-family: Inter;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 64px;
  margin-bottom: 25px;
  padding-top: 40px;
}

.why {
  max-width: 100%;
  margin-top: 1.55em;
  text-align: center;
}

.why p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 58px;
}

/* FAQ */

.faq {
  max-width: 100%;
  margin-top: 1.55em;
  text-align: center;
  margin-bottom: 3em;
}

.faq h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 195%;
  text-align: left;
  margin-bottom: 0.84375em;
  text-align: center;
  margin-bottom: 1em;
}

.faq .faq-tab {
  padding: 1.1em 1.5em;
  margin-bottom: 1em;
  background: linear-gradient(122deg, #1e3a5f 0%, #0a0f1a 100%);
  border-radius: 12px;
  border: 1px #2b3b4b solid;
}

.faq .faq-tab button {
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 2em;
  cursor: pointer;
  font-family: Raleway;
  color: #e3e4ff;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.027rem;
}

.faq .faq-tab button:focus {
  border: none;
  outline: none;
}

.faq .faq-tab button .icon {
  max-width: 1.333333333333333em;
  height: 1.333333333333333em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 1.333333333333333em;
}

.faq .faq-tab button .icon svg {
  margin-top: 2px;
  transform-origin: center;
  transition: all 0.4s ease-in;
}

.faq .faq-tab .content {
  letter-spacing: 0em;
  text-align: left;
  max-width: 85.3%;
  padding-top: 1.2em;
  display: none;
  overflow: hidden;
  border-top: 1px solid #3d5a7a;
  margin-top: 1em;
  color: rgba(255, 255, 255, 0.66);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.question.is-open .plus {
  display: none;
}

.faq .faq-tab button.is-open .icon .minus {
  display: block;
}

.faq .faq-tab .question.is-open svg {
  transform: rotate(180deg) translateX(-1px);
  margin-top: 0;
}

.regulations-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.7em;
  margin-bottom: 4.8em;
  margin-top: 1em;
  flex-wrap: wrap;
  background: linear-gradient(122deg, #2d4565 0%, #0a0f1a 100%);
  border-radius: 10px;
  border: 1px #2b3b61 solid;
  padding: 8px;
}

.regulations-icons-legal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.7em;
  flex-wrap: wrap;
  background: #1a2332;
  margin-bottom: 4.8em;
  border-radius: 10px;
  padding: 8px;
}
.regulations-icons img {
  height: 40px;
}

.prefooter h2 {
  color: white;
  font-size: 48px;
  font-family: Inter;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 64px;
  margin-bottom: 25px;
  text-align: center;
}
.logoMain img {
  width: 20%;
  height: auto;
  transition: transform 0.3s ease-in-out;
  margin-top: 2em;
}

.logoMain img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 680px) {
  .faq h2 {
    font-size: 24px;
  }
  .prefooter h2 {
    font-size: 24px;
  }
  .why h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .faq h2 {
    margin: 7px 5px 10px;
  }
  .prefooter h2 {
    margin: 7px 5px 10px;
  }
  .why h1 {
    margin: 7px 5px 10px;
  }
  .why p {
    font-size: 14px;
    font-weight: 100;
    line-height: 21px;
  }
}

.left-side .min-deposit {
  font-size: 13px;
  font-weight: bold;
}
.left-side-bottom {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}
.scoretext {
  color: white;
  font-size: 12px;
  text-align: center;
}
.leftsidecolum1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.checkbox-container {
  padding-bottom: 1em;
}
.agree-terms a {
  color: #c9985f;
  text-transform: capitalize;
  font-weight: bolder;
}
.age-negative-answer {
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
#checkboxErrorMsg p {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 1em;
}
/* .offer-rate {
  margin-left: 23px;
} */
.minDepositBackground {
  margin-left: 17px;
}

.popup-button-cover .welcome-bonuses {
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
  max-width: 80%;
  margin: 21px auto 16px;
  text-transform: capitalize;
  color: white;
}
img#\32 1pic {
  max-width: 47px;
  max-height: 28px;
}

/* NavMenu  */

.navMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  max-width: 1150px;
  margin: auto;
}

/* Burger Menu */
.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 24px;
  cursor: pointer;
  margin-left: 24px;
  margin-top: 20px;
  z-index: 1001;
  /* Ensure the burger menu is above the header */
}

.burger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}

/* Header  */
header.header-main {
  height: 60px;
  padding: 0 24px;
  font-family: Roboto, sans-serif;
  position: relative;
  z-index: 1000;
  display: flex;
  background-color: #1e3a5f78;
}

.header-logo img {
  max-width: 150px;
  height: auto;
}

.header-main .wrapper {
  max-width: calc(100% - 40px);
}

.header-main 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-main ul {
    gap: 20px;
  }
}

.header-main ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 126.8%;
}
.nav-bar a {
  color: #fff;
}

@media (max-width: 1050px) {
  .burger-menu {
    display: flex;
  }

  .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .navMenu {
    padding-bottom: 10px;
  }

  .header-main ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    background: #1e3a5f;
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow-y: scroll;
    gap: 10px;
    padding-bottom: 18px;
  }

  .header-main ul.show {
    display: flex;
    max-height: 300px;
    opacity: 1;
    padding-top: 14em;
  }

  .header-main ul li {
    margin: 0;
    padding: 12px 0;
    text-align: center;
  }

  .header-main 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;
  }
}
.header-main ul {
  display: flex;
  font-family: Roboto, sans-serif;
  /* gap: 36px; */
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}
.header-main .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: auto;
}
/* @media (min-width: 700px) {
  .header-main .wrapper {
    max-width: 90%;
  }
} */
.legal-section {
  padding: 56px 112px;
}
/* Legal pages in mobile*/

@media (max-width: 801px) {
  .legal-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-content p,
  .legal-content h2 {
    align-self: flex-start;
  }

  .legal-section {
    padding: 14px 14px;
  }

  .header-main .wrapper {
  max-width: 100%;
  padding: 0;
}
}
.background-gradient-legal {
  background: linear-gradient(180deg, rgba(6, 20, 40, 0.17) 0%, #1a2332 47%);
  /* background-position: center top; */
  background-repeat: no-repeat;
  width: 100%;
}
.legal-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px 0;
  color: #ffffff;
}

.legal-content ul li {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
}

.legal-content ul li::marker {
  color: #ffd700;
}

.legal-content h1,
.legal-content h2 {
  color: #ffffff;
  font-weight: 700;
  margin-top: 20px;
}

.legal-content p {
  color: #ffffff;
  line-height: 1.6;
}
.legal-content h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.legal-content h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.legal-content ul li {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
}

@media (min-width: 1178px) {
  .header-main .wrapper {
    max-width: 75%;
  }
}

@media (max-width: 555px) {
  .sub-header {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    /* gap: 0.5em; */
    list-style: none;
    padding: 0;
  }
  .icon-wrapper svg {
    width: 40px;
    height: 40px;
  }
  .sub-header li {
    white-space: wrap;
  }
}

.mobilefriendly{
  max-width: 20%;
}
.offer-type-title {
  margin: 20px 0;
  padding: 10px 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  text-align: center;
}
