@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  box-sizing: border-box;
  outline: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  color: #ffffff;
  background: #1b0b31;
}

.background-backdrop {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #1b0b31 5.63%, rgba(6, 30, 56, 0) 88.11%),
    url(../images/bg-desktop-p.webp) center/cover;
}

.bg-container {
  background: linear-gradient(360deg, #1b0b31 95%, rgba(6, 30, 56, 0) 100%),
    url(../images/bg-desktop-p.webp) top/contain;
  background-repeat: no-repeat;
  padding: 0 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}

.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-content {
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.popup-heading {
  display: none;
}

.popup-cover {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.popup-body {
  max-width: 330px;
  height: 100%;
  border-radius: 16px;
  background: #022a55;
  position: relative;
  z-index: 2;
  border: 2px solid #3e79f7;
  padding: 10px 20px;
}

.popup-body__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.close-popup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  top: -40px;
  width: 24px;
  height: 24px;
  z-index: 10;
  background-color: #01b676;
  border-radius: 24px;
  transform: rotate(45deg);
  font-size: 16px;
}

.popup-logo-cover {
  margin-top: 25px;
}

.popup-body__inner .offer-rating {
  margin-top: 25px;
}

.offer-rating .score-point {
  font-size: 36px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #fff;
  text-shadow: #1273eb 2px 2px 2px;
}

.offer-rating .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 24px;
  margin-top: 10px;
}
.offer-rating .stars .star-5::before {
  content: "★★★★★";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #ffc701;
}
.offer-rating .stars .star-4::before {
  content: "★★★★☆";
  top: -25px;
  left: 0;
  width: 20px;
  height: 20px;
  color: #ffc701;
}
.offer-rating .stars .star-3::before {
  content: "★★★☆☆";
  top: -25px;
  left: 0;
  width: 20px;
  height: 20px;
  color: #ffc701;
}
.offer-rating .stars .star-2::before {
  content: "★★☆☆☆";
  top: -25px;
  left: 0;
  width: 20px;
  height: 20px;
  color: #ffc701;
}
.offer-rating .stars .star-1::before {
  content: "★☆☆☆☆";
  top: -25px;
  left: 0;
  width: 20px;
  height: 20px;
  color: #ffc701;
}

.popup-body__inner .welcome-bonuses {
  margin-top: 25px;
}

.popup-body__inner p {
  font-size: 21px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: center;
  text-shadow: 0px 4px 4px 0px #00000040;
}

.popup-body .min-deposit {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.63px;
  text-align: center;
  margin-top: 8px;
}

.popup-body .offer-btn {
  margin: 25px auto 25px;
}

.wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  box-shadow: unset;
  padding-bottom: 8px;
  padding-left: 25px;
}
.header-logo img {
  width: 100%;
  max-width: 80px;
  margin-top: 15px;
  height: auto;
}

.sub-header_container {
  background: transparent;
  padding-top: 21px;
  margin-bottom: 21px;
  box-shadow: unset;
  border-radius: 20px;
  font-family: inherit;
  color: #ffffff;
  position: relative;
  /* margin-left: 25px;
  margin-right: 25px; */
}
.sub-header_txt {
  position: relative;
  z-index: 3;
  text-align: center;
}
.sub-header_txt h1,
.sub-header_txt h2,
.sub-header_txt h3,
.sub-header_txt h4 {
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.sub-header_txt p {
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.98px;
  margin-top: 8px;
  display: none;
}

.secure-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 30px;
}

.secure-icons .icon-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.icon-png {
  width: 15px;
  height: 18px;
}

.secure-icons .icon-flex .icon img {
  width: 18px;
  height: 18px;
}

.secure-icons .icon-flex .icon svg {
  width: 18px;
  height: 18px;
}

.flag {
  display: none;
}

.offers {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 24px;
}

.offers-header {
  display: none;
}

.offers.wrapper {
  padding-left: 0;
  padding-right: 0;
}
.offers .welcome-policy {
  font-family: Montserrat;
  font-size: 8px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  width: 100%;
  padding: 0 5px;
  margin-top: -20px;
  color: #bfbfbf;
}
.offers .welcome-policy a {
  color: inherit;
}
.offers .welcome-policy a:hover {
  text-decoration: underline;
}

.offer-wrapper {
  position: relative;
  margin-bottom: 7px;
  background: linear-gradient(90deg, #4e0287 0%, #550248 100%, #470182 0%);
  border-radius: 0 0 16px 16px;
}

.offer-wrapper::before {
  content: "";
  top: 0;
  left: 0;
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c60e47;
}

.offer-1 .offer-label {
  background: #e518a1;
}

.offer-1::before {
  background: #e518a1;
}

.offer-2 .offer-label {
  background: #e12be6;
}

.offer-2::before {
  background: #e12be6;
}

.offer-3 .offer-label {
  background: #9336ff;
}

.offer-3::before {
  background: #9336ff;
}

.offer-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;

  border: transparent;
  border-radius: 0 0 8px 8px;
  box-shadow: none;
  justify-content: space-between;
  background: transparent;
}
.offer-label {
  display: block;
  position: absolute;
  z-index: 9;
  top: -8px;
  left: 25px;
  background: #1273eb;
  padding: 3px 12px 3px 14px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
}

.offer-cover {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  max-width: 100%;
  flex: 1 1 48%;
  padding: 5px;
  border-bottom-left-radius: 16px;
}

.offer-cover:hover .offer-logo {
  transform: scale(1.07);
  transition: 0.3s ease-in-out;
}

.offer-score.desktop {
  display: none;
}
.offer-promo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 1 52%;
  padding: 5px;
}
.offer-promo .welcome-title {
  text-align: center;
}

.offer-promo .welcome-title h1,
.offer-promo .welcome-title h2,
.offer-promo .welcome-title p {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.63px;
  text-align: center;
  text-transform: uppercase;
}

.offer-cover a {
  width: 100%;
}

.welcome-container.desktop {
  display: none;
}

.offer-number {
  display: none;
}

.welcome-container > * {
  font-weight: 700;
  line-height: 20px;
}

.welcome-title > h3 {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 6px;
}

.welcome-title > p {
  margin-top: 6px;
}

.offer-logo {
  width: 100%;
  max-width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 10px;
}
.offer-score.mobile {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.offer-votes {
}
.offer-votes .txt-raiting {
  font-family: inherit;
  color: #ffffff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
}
.offer-votes .score-block {
  text-align: center;
}
.offer-votes .score-point {
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #fff;
  text-shadow: #1273eb 2px 2px 2px;
}
.offer-votes .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
}
.offer-votes .stars .star-5::before {
  content: "★★★★★";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #ffc701;
}
.offer-votes .stars .star-4::before {
  content: "★★★★☆";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #ffc701;
}
.offer-votes .stars .star-3::before {
  content: "★★★☆☆";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #ffc701;
}
.offer-votes .stars .star-2::before {
  content: "★★☆☆☆";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #ffc701;
}
.offer-votes .stars .star-1::before {
  content: "★☆☆☆☆";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #ffc701;
}

.offer-btn {
  width: 130px;
  font-family: inherit;
  font-size: 12px;
  line-height: 14px;
  background: #d2a300;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}
.offer-btn a {
  display: inline-block;
  padding: 10px 27px;
  position: relative;
  z-index: 5;
  white-space: nowrap;
}
.offer-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: calc(-100% - 35px);
  top: 0;
  background-color: #4e0287;
  transition: left 0.5s ease;
}
.offer-btn::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 #4e0287;
  transition: left 0.5s ease;
}
.offer-btn:hover {
  transform: scale(1.05);
  border-color: #ffffff;
}

.payments-block {
  display: flex;
  gap: 5px;
  max-width: 125px;
}

.img-block {
  width: 20px;
}

.min-deposit {
  font-size: 9px;
  font-weight: 700;
  line-height: 11px;
  text-align: center;
}

.offer-wrapper:hover .offer-btn:before {
  left: 0;
}

.offer-wrapper:hover .offer-btn:after {
  left: calc(100% - 35px);
}

.content-container {
  padding: 15px 15px;
  font-family: "Josefin Sans", sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.content-container h2 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.5px;
}
.content-container h2::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #ff793e;
  bottom: -7px;
  left: 2px;
}
.content-container h3,
.content-container h4,
.content-container h5 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.content-container p {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 7px;
}

.separation-line {
  width: 60%;
  margin: auto;
  border: 1px solid #6804b3;
  box-shadow: 0px 4px 22px 0px #5549d3c4;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 35px;
}

.faq h2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: center;
}

.faq .faq-tab {
  border-radius: 20px;
}

.faq .faq-tab button {
  font-size: 21px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: left;

  background-color: transparent;
  border: none;
  color: #e3e4ff;
  font-style: normal;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  cursor: pointer;
}

.faq .faq-tab button:focus {
  border: none;
  outline: none;
}

.faq .faq-tab button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.faq .faq-tab button .icon svg {
  margin: 0;
}

.faq .faq-tab button .icon .minus {
  display: none;
}

.faq .faq-tab .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.75px;
  text-align: left;
  max-width: 100%;
  margin-top: 16px;
  padding-top: 1.2em;
  display: none;
  overflow: hidden;
}

.question.is-open .plus {
  display: none;
}

.faq .faq-tab button.is-open .icon .minus {
  display: block;
}

.bonuses {
  text-align: center;
  margin-top: 50px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.bonuses h2 {
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 800;
  line-height: 26.04px;
  text-align: center;
}

.bonuses-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 70px;
}

.bonuses-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 303px;
  gap: 50px;
}

.bonuses-item h3 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 30.43px;
  text-align: center;
}

.bonuses-item p {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.22px;
  text-align: center;
}

.bonuses .content-heading {
  margin-top: 50px;
}

.bonuses .content {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.22px;
  text-align: center;
}

@media (min-width: 414px) {
  .break::before {
    white-space: normal;
  }
  .offers.wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 600px) {
  .offer-container {
    gap: 0;
  }

  .offer-cover {
    justify-content: center;
    max-width: 25%;
    flex: unset;
    padding: 20px 5px;
  }

  .offer-logo {
    margin-top: 0;
  }

  .offer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .offer-container {
    justify-content: space-between;
  }

  .offer-score.desktop {
    max-width: 25%;
  }

  .offer-votes .score-point {
    font-size: 32px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }

  .offer-promo {
    max-width: 25%;
    flex: unset;
    padding-right: 10px;
  }

  .offer-score.mobile {
    display: none;
  }

  .offer-score.desktop {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .welcome-container.desktop {
    max-width: 25%;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
  }

  .welcome-container.desktop > * {
    max-width: 204px;
  }

  .welcome-container.mobile {
    display: none;
  }
  .min-deposit.mobile {
    display: none;
  }

  .min-deposit.desktop {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.63px;
    text-align: center;
  }

  .offer-btn {
    width: 150px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
  }

  .img-block {
    width: 28px;
  }
}
.legal-paragraph {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
}
.legal-paragraph .paragraph-txt p {
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 100;
  margin-bottom: 30px;
}

.legal-paragraph .paragraph-txt h1 {
  font-size: 3rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.legal-paragraph .paragraph-txt h2 {
  font-size: 2rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.legal-paragraph .paragraph-txt h4 {
  font-size: 1.6rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.legal-paragraph .paragraph-txt ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.legal-paragraph .paragraph-txt ul li {
  line-height: 1.4rem;
  font-weight: 100;
}

.legal-paragraph .paragraph-txt ul li::before {
  content: "✸";
  position: relative;
  left: -0.4em;
  color: #01b676;
}

@media (min-width: 768px) {
  .offer-cover {
    justify-content: center;
    max-width: 25%;
    flex: unset;
    padding: 20px 30px;
  }

  .icon-png {
    width: 20px;
    height: 24px;
  }

  .offer-promo {
    max-width: 25%;
    flex: unset;
    padding-right: 40px;
  }

  .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .header-main {
    padding-left: 25px;
  }
  .header-logo img {
    max-width: 100px;
  }
  .sub-header_container {
    margin-bottom: 44px;
  }
  .sub-header_container::before {
    content: none;
  }
  .sub-header_txt {
    width: 100%;
  }
  .sub-header_txt h1,
  .sub-header_txt h2,
  .sub-header_txt h3,
  .sub-header_txt h4 {
    font-size: 33px;
    line-height: 34px;
    margin-bottom: 6px;
  }
  .sub-header_txt p {
    font-size: 22px;
    line-height: 30px;
    display: block;
  }
  .flag {
    display: flex;
    gap: 6px;
  }
  .flag > img {
    width: 36px;
  }
  .flag p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
  }
  .secure-icons {
    display: flex;
    width: 100%;
    max-width: 688px;
  }

  .secure-icons .icon-flex .icon svg {
    width: 24px;
    height: 24px;
  }
  .secure-icons .icon-flex .text {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
  }

  .offers-header {
    width: 100%;
    display: flex;
    background: #1b0b31;
    border-radius: 8px;
  }

  .offers-header__inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15.5px 40px;

    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    text-align: center;
  }

  .offers-header__inner .header-item {
    /*max-width: 25%;*/
  }

  .header-item.top {
    max-width: 30%;
  }

  .header-item.rating {
    max-width: 20%;
    margin-left: 20px;
  }

  .header-item.welcome {
    max-width: 25%;
  }

  .header-item.play {
    max-width: 30%;
    margin-right: 30px;
  }

  .offer-label {
    display: block;
    top: -13px;
    padding: 3px 12px 4px 14px;
    font-size: 13px;
  }

  .offer-promo .welcome-title h1,
  .offer-promo .welcome-title h2,
  .offer-promo .welcome-title h3,
  .offer-promo .welcome-title p {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
  }

  .faq {
    gap: 40px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
  }

  .faq .faq-tab .question {
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
  }

  .faq .faq-tab .content {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.29px;
    text-align: left;
  }

  .faq .faq-tab button .icon {
    width: 45px;
    height: 45px;
    border-radius: 35px;
  }

  .bonuses-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }

  .bonuses h2 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.76px;
    text-align: center;
  }

  .bonuses-item p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    text-align: center;
  }

  .bonuses .content {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    text-align: center;
  }
}
@media (min-width: 900px) {
  .header-item.top {
    max-width: 30%;
  }

  .header-item.rating {
    max-width: 20%;
    margin-left: 0;
  }

  .header-item.welcome {
    max-width: 25%;
  }

  .header-item.play {
    max-width: 30%;
    margin-right: 0;
  }

  .offer-cover {
    width: unset;
    flex-direction: row;
    gap: 50px;
  }
  .offer-logo {
    width: 180px;
    max-width: unset;
  }
  .offer-label {
    right: unset;
    left: 25px;
  }
  .break::before {
    white-space: normal;
  }

  .header-item.rating {
    margin-left: -10px;
  }

  .offers-header__inner {
    padding: 15.5px 90px;
  }
}

@media (min-width: 1024px) {
  .bg-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    padding: 0;
  }
  .wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .sub-header_container {
    width: 60%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
  }
  .sub-header_txt h1,
  .sub-header_txt h2,
  .sub-header_txt h3,
  .sub-header_txt h4 {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 15px;
  }
  .sub-header_txt p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
  }

  .header-main {
    background: transparent;
    box-shadow: none;
    padding-left: 0;
  }
  .header-logo img {
    max-width: 13rem;
  }

  .header-item.rating {
    margin-left: 0px;
  }

  .offer-number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: center;
    color: #ffc603;
    position: absolute;
    top: 45%;
    transform: translate(-45%);
    left: -20px;
  }

  .offers .welcome-policy {
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    line-height: 14px;
  }
  .offer-wrapper::before {
    /* background: #c60e47; */
  }

  .offer-score {
    display: flex;
    flex-direction: column-reverse;
  }
  .offer-logo {
    max-width: 191px;
  }

  .offer-promo .welcome-title h1,
  .offer-promo .welcome-title h2,
  .offer-promo .welcome-title h3,
  .offer-promo .welcome-title p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
  }
  .offer-votes .txt-raiting {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }

  .offer-votes .stars {
    font-size: 27px;
  }
  .offer-votes .stars .star-5::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }
  .offer-votes .stars .star-4::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }
  .offer-votes .stars .star-3::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }
  .offer-votes .stars .star-2::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }
  .offer-votes .stars .star-1::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }

  .offer-btn a {
    padding: 12px 27px;
  }
  .content-container {
    padding: 35px 0;
  }
  .content-container h2 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .content-container h3,
  .content-container h4,
  .content-container h5 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
  }
  .content-container p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .payments-block {
    flex-wrap: wrap;
  }

  .offer-promo {
    padding: 13px 5px 5px;
  }

  .offer-score.mobile {
    margin-top: 10px;
  }
}

.stars-container {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 22px;
  margin-bottom: 0.7rem;
}
.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-90:after {
  width: 90%;
}
.star-80:after {
  width: 80%;
}
.star-70:after {
  width: 70%;
}
.star-50:after {
  width: 50%;
}
.star-40:after {
  width: 40%;
}
.star-30:after {
  width: 30%;
}
.star-20:after {
  width: 20%;
}
.star-10:after {
  width: 10%;
}

.star-85:after {
  width: 85%;
}
.star-75:after {
  width: 75%;
}
.star-65:after {
  width: 65%;
}
.star-55:after {
  width: 55%;
}
.star-45:after {
  width: 45%;
}
.star-35:after {
  width: 35%;
}
.star-25:after {
  width: 25%;
}
.star-15:after {
  width: 15%;
}

/* LEGAL LINKS  */
.legal-links {
  padding: 50px 0;
}

.legal-links ul {
  display: flex;
  justify-content: space-around;
  font-size: 16px;
}

.legal-links ul li:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1050px) {
  .legal-links {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 798px) {
  .legal-links ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
/* HEADER START */

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

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

.header-container {
  height: 60px;
  padding: 0 24px;
  background: #e518a1;
  font-family: Roboto, sans-serif;
  position: relative;
  z-index: 1000; /* Ensure the header is above other content */
}

.header-container ul {
  display: flex;
  font-family: Roboto, sans-serif;
  gap: 36px;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

@media screen and (max-width: 1150px) {
  .header-container ul {
    gap: 20px;
  }
}

.header-container ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 126.8%;
}

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

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 24px;
  cursor: pointer;
  margin-left: 24px;
  margin-top: 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;
}

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

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

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

  .nav-bar {
    padding-bottom: 10px;
  }

  .header-container ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    background: #500277;
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow-y: scroll;
    gap: 10px;
    padding-bottom: 20px;
  }

  .header-container ul.show {
    display: flex;
    max-height: 300px; /* Adjust as needed */
    opacity: 1;
  }

  .header-container ul li {
    margin: 0;
    padding: 12px 0;
    text-align: center;
  }

  .header-container ul li a {
    font-size: 18px;
  }

  .burger-menu.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .burger-menu.open span:nth-child(2) {
    opacity: 0;
  }

  .burger-menu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .header-disclaimer p {
    font-size: 9px;
  }
}
/* HEADER END */

/* LEGAL PAGE START */

.legal-page {
  padding: 20px;
  /* background: transparent; */
  position: relative;
  max-width: 1025px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}

.legal-page h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}

.legal-page h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
}

.legal-page p {
  margin-top: 20px;
}

.legal-page ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: inside;
  margin-top: 20px;
}

@media screen and (max-width: 800px) {
  .legal-page h1 {
    font-size: 24px;
  }
}

.contact-form {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  margin: auto;
}

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

.input-field label {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 5px;
}

.input-field input {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.input-field textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 100px;
}

button[type="submit"] {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #09b700;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 20px auto;
}

.error-message {
  color: red;
  font-size: 0.875em;
  margin-bottom: 20px;
}
.hidden {
  display: none;
}

textarea {
  resize: none;
}

#thankYouMessage {
  color: #09b700;
  text-align: center;
}

.legal {
  list-style: none;
  padding-left: 40px;
  font-size: 16px;
  line-height: 2;
}

.legal li {
  position: relative;
  padding-left: 20px;
}

.legal li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #007bff;
  border-radius: 50%;
  transform: translateY(-50%);
}

.ad-disclosure {
  color: gray;
}
/* LEGAL PAGE END */

/* COOKIE POPUP Start */

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

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

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

/* COOKIE POPUP End */

/* AGE POPUP Start */

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

.popup-body {
  width: 100%;
  max-width: 504px;
  border-radius: 7px;
  border: 1px solid #ffe5ae;
  background: #500277;
  box-shadow: 0px 5px 33px 0px rgba(240, 185, 84, 0.34);
  position: relative;
  z-index: 2;
  max-height: 274px;
}

.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-age .popup-body {
  padding: 45px 20px;
  box-sizing: border-box;
}
.popup-age .popup-body h5 {
  color: #fa9903;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.popup-age .popup-body p {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 21px;
}

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

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

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

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

.popup-btns {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
  max-width: 165px;
  height: 40px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e12be6;
  border-radius: 7px;
  margin-bottom: 10px;
  margin-top: 10px;
  transition: all 0.2s linear;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s linear;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.terms-error-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#terms-error {
  color: red;
  font-size: 14px;
}

/* AGE POPUP End */

.glow-border {
  border: 2px solid #ffcc00; /* Border color */
  box-shadow: 0 0 10px #ffcc00; /* Glow effect */
}

/*Visit Site link */
a.visit.site {
  color: #ff8a00;
  text-align: center;
  font-family: "Roboto Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  text-decoration-line: underline;
  padding-top: 5px;
}

/* Votes */
.user-rating {
  font-family: inherit;
  font-size: 14px;
  padding-bottom: 4px;
}

/*devision */
.offers-container__title {
  text-align: center;
  text-transform: capitalize;
  margin: 17px 20px 0px;
  font-size: 30px;
}

.offers-container__title:first-of-type {
  display: none;
}
h2.secondTitle {
  font-size: 20px;
}
@media (max-width: 767px) {
  h2.secondTitle {
    font-size: 16px;
    font-weight: 100;
  }
  .sub-header_txt h2 {
    display: none;
  }
}

.bonuses-item-image{
  height: 52px;
}