﻿@charset "UTF-8";
@import url('css2.css');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

html {
    scroll-behavior: smooth;
    height: 100%;
    font-size: 20px;
}

body {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    background-color: #0f062d;
    color: #ffffff;
    background-image: url('../images/bg.jpg');
    background-position: center 50px;
    background-repeat: no-repeat;
    background-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: sans-serif;
}

p {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3;
}

ul {
    list-style: none;
}

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

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

.wrapper {
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}

/* Header  */

header.header-main {
    background-color: #230d57;
    min-height: 50px;
    height: 100%;
}
.header-disclaimer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--benefits-image-color);
    color: #fff;
    height: 40px;
    gap: 24px;
}
.header-disclaimer a:hover {
    color: #e63c3c;
}
.header-logo img {
    max-height: 30px;
    width: auto;
    margin-top: 12px;
    margin-bottom: 10px;
}

.header-main .wrapper {
    max-width: calc(100% - 40px);
}

/* Sub-header  */

.sub-header_container {
    color: #f7f7fd;
    position: relative;
    text-align: center;
}

.sub-header_txt h1 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 7px;
    margin-top: 0.5em;
}

.sub-header_txt p {
    max-width: 768px;
    font-size: 0.6875em;
    line-height: 1.277777777777778;
    color: #efeefd;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    margin-bottom: 1em;
}

/* Offers  */

.offer-logo img {
    width: -moz-fit-content;
    width: fit-content;
}

.offer-btn {
    /* margin-left: auto;
  margin-right: auto; */
    margin-right: 2.25em;
    display: grid;
}

.offer-btn a {
    transition: transform 0.4s ease-in-out;
}

.offer-btn a:hover {
    transform: scale(1.05);
}

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

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

.min-deposit {
    text-align: center;
}

@keyframes play {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.operators-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin-left: auto;
}

.operator-item {
    display: flex;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 1.3em;
    border-radius: 10px 0 2.5em 0;
    min-height: 7em;
}

.operator-item .border {
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    border-radius: 10px 0 2.5em 0;
    z-index: -1;
}

span + .operator-item {
    margin-top: 0;
}

.operator-item + span {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.222222222222222;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 8px;
    color: #ffffff80;
}

.operator-item + span a {
    text-decoration: underline;
    color: #ffffff80;
}

.operator-item__inner {
    display: flex;
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, #39117a 0%, #011930 100%);
    /* padding: 1.25em 2.25em; */
    border-radius: 10px 0 2.5em 0;
    justify-content: space-between;
    column-gap: 10px;
}

.operator-item__inner .number {
    position: absolute;
    right: calc(100% + 1em);
    color: #0d4b6c;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.33);
    font-size: 2em;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
}

.operator-item__inner .ribbon {
    top: 0;
    left: 0;
}

.operator-item__inner .ribbon.right {
    right: -1px;
    left: unset;
    border-radius: 0 10px 0 10px;
    top: -1px;
    background-color: #0036c0;
}

.operator-item__inner .offer-bonus {
    text-align: center;
    position: relative;
    max-width: 8.3em;
}

.operator-item__inner .offer-bonus .bonus {
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.01em;
    text-transform: capitalize;
}

.operator-item__inner .offer-rating {
    text-align: center;
    position: relative;
}

.operator-item__inner .offer-rating .rating {
    color: #d33bbc;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
    line-height: 71.429%;
}

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

/* .min-deposit__text {
  color: #C7C8F6;
} */

.operator-item__inner .offer-btn .play-now-btn {
    font-size: 16px;
    font-weight: 800;
    line-height: 133.333%;
    text-align: center;
    margin: 0 auto;
    text-transform: capitalize;
    background: linear-gradient(180deg, #db4545 0%, #b01355 100%);
    border-radius: 15px 0;
    color: #fff;
    padding: 0.447em 2.478em;
}

.operator-item__inner .offer-btn .promocode.play-now-btn {
    background: transparent;
    border: 1px solid #d1d5dd;
    color: #d1d5dd;
    font-weight: 500;
    letter-spacing: 4px;
    margin-top: 0.5em;
    line-height: 1;
    position: relative;
}

.operator-item__inner .offer-btn .promocode.play-now-btn input {
    display: none;
}

.tooltiptext {
    visibility: hidden;
    /* width: 115px; */
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 6px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;

    font-size: 10px;
    letter-spacing: normal;
}

.tooltiptext::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.operator-item__inner .offer-btn .promocode.play-now-btn:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.offers-inner-container > .wrapper {
    position: relative;
    z-index: 1;
}

.offers-inner-container::after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: hard-light;
}

.operator-item__inner > * {
    display: grid;
    align-content: center;
}

.operator-item__inner .offer-logo {
    justify-content: center;
    background-color: #081661;
    padding: 1.15em;
    width: 12.35em;
    border-bottom-left-radius: 2.5em;
    border-top-left-radius: 10px;
}

.operator-item__inner .offer-logo img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}

.ribbon {
    display: block;
    position: absolute;
    border-radius: 7px 0 10px 0;
    background-color: #2079aa;
    overflow: visible;

    z-index: 10;
    padding: 6px 13px;

    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 0.6em;
    font-style: normal;
    font-weight: 700;
}

.operator-item__inner .offer-rating {
    padding: 0 1em;
}

.offers-inner-container {
    padding: 1.5em 0;
}

/* Popup */
.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 {
    max-width: calc(100% - 20px);
    position: relative;
    width: 100%;
    z-index: 2;
    box-shadow: 0px 5px 33px 0px rgba(236, 64, 219, 0.68);
    border-radius: 7px;
    /* border: 1px solid #08C9E3; */
    background: linear-gradient(106deg, #181033 20.75%, #1c152c 92.41%);
}

.popup-body .border {
    background: linear-gradient(86.2deg, #e6b208 0%, #ce3b3b 100%);
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    z-index: -1;
    border-radius: 7px;
}

/* .popup-body__inner {
  overflow: hidden;
} */

.close-popup-btn {
    transform: rotate(45deg);
    font-size: 1.5em;
    color: #7477bf;
    cursor: pointer;
    border: none;
    position: absolute;
    z-index: 9;
    background: transparent;
    font-weight: 100;
    right: 10px;
}

.popup-logo-cover {
    display: block;
    margin: 0 auto 1px;
    position: relative;
}

.popup-logo-cover .img-con {
    width: calc(100% - 0px);
    min-height: 140px;
    background: linear-gradient(106deg, #150f3c 20.75%, #1f1733 92.41%);
    border-radius: 7px 7px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.popup-logo-cover img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.popup .offer-buttons .get-bonus {
    margin: 10px 0 30px;
}

.popup-button-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(106deg, #181033 20.75%, #1c152c 92.41%);
    border-radius: 0 0 7px 7px;
}

/* .popup .offer-buttons {
  margin-bottom: 1em;
} */

.popup .offer-buttons a {
    position: relative;
    left: 0%;
    text-decoration: none;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: fit-content;
    letter-spacing: 0em;
    min-width: 8.4em;
    text-shadow: 1px 2px 10px #00000040;
    display: block;
    font-size: 0.9em;
    font-weight: 800;
    line-height: 133.333%;
    text-align: center;
    text-transform: capitalize;
    background: linear-gradient(180deg, #ed4040 0%, #ae0505 100%);
    border-radius: 15px 0;
    color: #fff;
    padding: 0.447em 2.478em;
}

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

/* Rating stars */
.average-rating {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    color: transparent;
    width: auto;
    display: inline-block;
    vertical-align: baseline;
    font-size: 1.2em;
    margin-top: 0.1em;
}

.average-rating::before {
    content: '★★★★★';
    position: relative;
    transform: translateX(-50%);
    color: #fff;

    -webkit-background-clip: text;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.average-rating.s-1::before {
    --percent: 2%;
    background: linear-gradient(
        90deg,
        #fcd400 var(--percent),
        #fff var(--percent)
    );
}

.average-rating.s-2::before {
    --percent: 40%;
    background: linear-gradient(
        90deg,
        #fcd400 var(--percent),
        #fff var(--percent)
    );
}

.average-rating.s-3::before {
    --percent: 60%;
    background: linear-gradient(
        90deg,
        #fcd400 var(--percent),
        #fff var(--percent)
    );
}

.average-rating.s-3_5::before {
    content: '★★★★★';
    --percent: 70%;
    background: linear-gradient(
        90deg,
        #fcd400 var(--percent),
        #fff var(--percent)
    );
}

.average-rating.s-4::before {
    --percent: 80%;
    background: linear-gradient(
        90deg,
        #fcd400 var(--percent),
        #fff var(--percent)
    );
}

.average-rating.s-4_5::before {
    content: '★★★★★';
    --percent: 90%;
    background: linear-gradient(
        90deg,
        #fcd400 var(--percent),
        #fff var(--percent)
    );
}

.average-rating.s-5::before {
    content: '★★★★★';
    --percent: 100%;
    background: linear-gradient(
        90deg,
        #fcd400 var(--percent),
        #fff var(--percent)
    );
}

.average-rating + hr {
    height: 0.5px;
    border: none;
    background-color: #fff;
    margin-top: 6px;
}

/* Offers header */
.offers-header {
    color: #fff;
    font-size: 0.8em;
    position: relative;
    background: linear-gradient(180deg, #5a178c 0%, #110845 100%);
    border-radius: 0 1.5em;
}

.offers-header__inner {
    display: flex;
    align-items: center;
    min-height: 3.125em;
}

.offers-header .header-item {
    width: 100%;
    text-align: center;
    font-weight: 600;
    line-height: 1;
}

.offers-header .header-item:last-of-type {
    /* border: none; */
}

.offers-header .header-item.top {
    flex: 1;
}

.offers-header .header-item.welcome {
    flex: 1;
}

.offers-header .header-item.rating {
    flex: 1;
}

.offers-header .header-item.payment {
    flex: 1;
}

.offers-header .header-item.play {
    flex: 1;
}

/* Payments Block */
.payments-block {
    display: grid;
    grid-template-columns: repeat(6, 22px);
    align-items: center;
    justify-content: center;
    gap: 4px;
    /* padding: 13px 7px 7px; */
    overflow: hidden;
    max-height: 25px;

    transition: max-height 0.4s ease-out;
}

.mobile-payments {
    display: flex;
    align-items: center;
    padding: 13px 7px 13px;
}

.payments-block.open {
    max-height: 500px;
    transition: max-height 0.3s ease-in;
}

.payments-block + svg {
    cursor: pointer;
    margin: 0 auto;
    display: block;
}

.payment-svg .chevron {
    transform-origin: center;
    transition: rotate 0.4s ease-out;
}

.payments-block.open + .payment-svg .chevron {
    rotate: 180deg;
}

.payments-block .img-block {
    width: 22px;
    height: 22px;
}

.payments-block .img-block img {
    max-width: 100%;
}

/* Secure icons */

.secure-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 0.5em;
    flex-wrap: wrap;
    column-gap: 50px;
    margin-top: 0;
}

.secure-icons .icon-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.secure-icons .icon-flex .text {
    font-size: 0.6666666666666667em;
    color: #c1c1c3;
    line-height: 1.166666666666667;
}

.secure-icons .icon-flex .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* FAQ */

.faq {
    max-width: 100%;
    margin-top: 1.55em;

    margin-bottom: 70px;
    text-align: center;
}

.faq h2 {
    color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 195%;
    text-align: center;
    margin-bottom: 0.84375em;
}

.faq .faq-tab {
    padding: 1.1em 1.5em;
    margin-bottom: 1em;
    border-radius: 1rem;
    border: 1px solid #be1a1a;
    background: #24074d;
}

.faq .faq-tab button {
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2em;
    cursor: pointer;

    color: #e3e4ff;
    font-family: sans-serif;
    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;
    background: linear-gradient(180deg, #b91313 0%, #e63c3c 100%);
    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 #543660;
    margin-top: 1em;
    color: rgba(255, 255, 255, 0.66);
    font-family: sans-serif;
    font-size: 14px;
    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;
}

/* Why  */

.why {
    margin-top: 2.77em;
}

.why-row {
    display: grid;
    grid-template-columns: 14.45em 1fr;
    gap: 2.05em;
    align-items: center;
}

.why-row + .why-row {
    margin-top: 1.85em;
}

.why h2 {
    color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 56.25%;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.2;
}

.why h3 {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
    margin-bottom: 1.6em;
}

.why p {
    color: #f5f5f5;
    font-size: 0.75em;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.why img {
    max-width: 100%;
    object-fit: cover;
}

/* Bonuses */

.bonuses h2,
.bonuses h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.166666666666667;
    letter-spacing: 0em;
    margin-bottom: 16px;
}

.bonuses {
    margin-top: 50px;
    background: #131420;
    padding: 1.1em;
}

.bonus__text {
    color: #fff;
    text-align: center;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 400;
    line-height: 155.556%;
    text-transform: capitalize;
    margin-top: 0.7em;
    display: block;
}

.bonuses_inner .column {
    background-color: #1b1c2d;
    border-radius: 11.21px;
    padding: 1.1em;
    height: auto;
}

.bonuses_inner .column h3 {
    font-family: Inter;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: -0.03em;
    text-align: center;
    margin-top: 1rem;
}

.bonuses_inner .text p {
    margin: 0 auto;

    font-size: 0.8em;
    font-weight: 400;
    text-align: center;
    line-height: 1.25;
    color: #c7c8f6a8;
}

/* Footer */

.page-footer {
    width: 100%;
    padding: 2.45em 0 1.85em;
    background: #24074d;
    margin-top: 1.65em;
}

.reg h2 {
    color: #fff;
    font-size: 1.6em;
    font-weight: 600;
    /* line-height: 68.75%; */
    text-align: center;
    margin-bottom: 1.40625em;
}

.page-footer .copyright {
    color: #e0e0fe;
    font-family: sans-serif;
    font-size: 0.7em;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1rem;
    /* 157.143% */
    margin-top: 4.1rem;
}

.regulations-icons {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.714285714285714em;
    margin-bottom: 0.8em;
    flex-wrap: wrap;
}

.regulations-icons img {
    height: 40px;
}

.footer-nav {
    font-size: 0.7em;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}

.footer-nav__toggle-link {
    /* display: none; */
}

.footer-nav a + a {
    margin-left: 3em;
}

.footer-container {
    max-width: 100%;
    margin: 0 30px;
}

.footer-text {
    text-align: center;
}
.footer-text + .footer-text {
    margin-top: 3.357142857142857em;
}

.footer-container h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.166666666666667;
    letter-spacing: 0em;
    text-align: center;
}

.footer-container p {
    color: #fff;
    text-align: center;
    font-family: sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-container p + p {
    margin-top: 1.1875em;
}

.footer-container hr {
    margin-top: 1.38em;
    margin-bottom: 1.38em;
}

.content-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    flex-wrap: wrap;
    /* row-gap: 24px; */
}

.av-games {
    width: 100%;
    transition: padding 0.4s ease-in;
}

@media (min-width: 790px) {
    .av-games {
        flex: 1 0 100%;
    }
}

.av-games .av-games-content {
    /* display: flex; */
    gap: 20px;
    align-items: center;
    /* padding-left: 1em; */
    padding-left: 10px;
    /* padding-top: 20px;
  padding-bottom: 12px; */
    /* transition: all 0.4s ease-in-out; */
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;

    display: none;
}

/* .av-games.is-open { */
/* padding-top: 20px; */
/* padding-bottom: 12px;
  max-height: 500px;
} */

.av-games > span,
.av-games-content > span {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    text-transform: uppercase;
}

.av-games .section-togle {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    position: absolute;
    right: 11px;
    bottom: 7px;
    cursor: pointer;
}

.av-games .section-togle svg {
    transform-origin: center;
    transform: rotate(180deg);
    transition: transform 0.6s ease-in-out;
}

.av-games.is-open .section-togle svg {
    transform: rotate(0deg);
}

.av-games li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.av-games li span {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    text-transform: capitalize;
}

.av-games ul {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 920px) {
    body {
        background: #0e2d3c;
    }
}

.desktop {
    display: flex;
    flex-direction: column;
}

.mobile {
    display: none;
}

.mobile .operators-list span + .operator-item {
    margin-top: 0;
}

@media (max-width: 718px) {
    /* .container {
    padding-left: 10px;
    padding-right: 10px;
  } */

    .desktop {
        display: none;
    }

    .icon-flex.desktop-only {
        display: none;
    }

    .mobile {
        display: flex;
        flex-direction: column;
    }

    .l-side {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
        padding-bottom: 30px;
        max-width: 42%;
    }

    .r-side {
        max-width: 56%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .offer-btn {
        margin: 0;
    }

    .operator-list {
        width: 100%;
        margin: 0;
        position: relative;
    }

    .operator-item__inner {
        background-color: transparent;
    }

    .operator-item__inner .offer-logo {
        background-color: transparent;
        max-height: 90px;
        height: 100%;
    }

    .operator-item__inner .offer-logo img {
        height: 100%;
    }

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

    .bonus__text {
        font-size: 15px;
        margin-top: 0;
    }

    /* .payments-block {
    gap: 6px;
    margin: 0;
    display: flex;
    flex-direction: row;
  } */

    .why-row {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .img-block img {
        width: 50px;
    }

    .why h3 {
        margin-bottom: 10px;
    }

    .payment-svg {
        display: none;
    }

    .show-more-btn {
        position: absolute;
        bottom: 5px;
        right: 5px;
        font-size: 9px;
        background-color: transparent;
        border: none;
        color: inherit;
    }

    .operator-item__inner {
        padding: 7px 0;
    }

    .av-games ul {
        padding-top: 4px;
    }

    .operator-item__inner .offer-logo {
        padding: 0 1.15em 12px;
    }

    .operator-item__inner .min-deposit {
        font-size: 12px;
    }
}

.av-games.is-open {
    padding-bottom: 10px;
}

@media (min-width: 700px) {
    .header-main .wrapper {
        max-width: 80%;
    }

    .wrapper {
        max-width: 1137px;
    }

    .popup-body {
        max-width: 400px;
    }

    .sub-header_txt p {
        font-size: 0.9em;
    }

    .operator-item__inner .offer-btn .play-now-btn {
        font-size: 18px;
    }

    .payments-block .img-block {
        width: 27px;
        height: 27px;
    }

    .payments-block {
        grid-template-columns: repeat(3, 27px);
        gap: 11px 8px;
        padding: 0.75em 1em;

        max-height: 90px;
    }

    .av-games {
        display: flex;
    }

    .operator-item__inner {
        column-gap: 25px;
    }

    .av-games {
        padding-left: 1em;
    }

    .av-games.is-open {
        padding-top: 20px;
    }

    .av-games ul {
        gap: 20px;
    }

    .operator-item + span {
        font-size: 0.6428571428571429em;
    }

    .faq .faq-tab button {
        font-size: 0.9em;
    }

    .faq .faq-tab .content {
        font-size: 0.8em;
    }

    .reg h2 {
        margin-bottom: 2.40625em;
    }

    .footer-container p {
        font-size: 0.8em;
    }
}

@media (max-width: 700px) {
    .sub-header_txt h1 {
        font-size: 21px;
    }

    .title-flex {
        display: grid;
        grid-template-columns: 40px 1fr 40px;
        align-items: center;
    }

    .offers-inner-container > .wrapper {
        max-width: 100%;
    }

    .sub-header_txt p {
        display: none;
    }

    .offers-inner-container {
        padding-top: 0;
    }

    .operator-item {
        margin-top: 12px;
    }
}

@media (max-width: 500px) {
    .secure-icons {
        column-gap: 10px;
        justify-content: space-between;
    }

    .secure-icons .icon-flex .text {
        font-size: 10px;
    }
}

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

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

.operators-list .offers-container__title:first-of-type {
    display: none;
}
.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-nav {
    position: relative;
}
.footer-nav .nav-items {
    margin-left: unset;
    justify-content: center;
    flex-wrap: wrap;
}
.nav-items {
    list-style: none;
    padding: 0;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nav-item {
    display: block;
    padding: 0.5rem 1rem;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    text-transform: capitalize;
}
.nav-item a:hover {
    color: #e63c3c;
}
.menu-toggle {
    display: none;
}

@media (max-width: 767px) {
    .menu-toggle {
        display: block;
        cursor: pointer;
        color: #e63c3c;
        font-size: 24px;
        position: absolute;
        top: -15px;
        right: 0;
        background: transparent;
        border: none;
    }

    .header-nav .nav-items {
        display: none;
        flex-direction: column;
    }

    .header-nav .nav-items.show {
        display: flex;
    }

    .menu-toggle.close {
        content: '×';
        font-size: 30px;
        line-height: 1;
        top: 0;
        right: -32px;
    }
    .header-box.menu-active {
        justify-content: center;
    }
    .header-box.menu-active .header-logo {
        display: none;
    }
}

/* Cookie popup */
.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1b1850;
    color: #ffffff;
    padding: 20px;
    font-size: 14px;
    display: none;
    z-index: 9999;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #db4545;
    border-radius: 15px 15px 0 0;
}

.cookie-wrap {
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.cookie-popup p {
    margin: 0;
    flex: 1;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.btn {
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.btn-accept {
    background: linear-gradient(180deg, #db4545 0%, #b01355 100%);
    color: #ffffff;
    border-radius: 15px 0;
    text-shadow: 1px 2px 10px #00000040;
    font-size: 0.9em;
    font-weight: 800;
    padding: 0.447em 2.478em;
}

.btn-accept:hover {
    transform: scale(1.05);
}

.btn-read-more {
    color: #ffffff; /* White text */
    text-decoration: underline;
}

.btn-read-more:hover {
    color: #db4545;
}

.content-section {
    margin: 50px 20px 40px;
    border: 1px solid #be1a1a;
    background: #24074d;
    padding: 1.1em 1.5em;
    border-radius: 1rem;
}

.content-section .title h2,
.content-section .title h3,
.content-section .title h4,
.content-section .title h5 {
    font-size: 30px;
    text-transform: capitalize;
}

.content-section .text h2,
.content-section .text h3,
.content-section .text h4,
.content-section .text h5 {
    font-size: 20px;
    text-transform: capitalize;
}

.content-section .text p,
.content-section .text ul li {
    font-size: 16px;
    margin-bottom: 7px;
}

.content-section .text ul li::marker {
    color: #be1a1a;
}

.content-section .text ul,
.content-section .text ol {
    list-style: disc;
    padding: 0 0 0 25px;
}
.reviews-row {
    display: grid;
    grid-template-columns: 10.45em 1fr;
    gap: 2.05em;
    align-items: center;
}

.reviews-row.reverse {
    direction: rtl;
}

.reviews-row.reverse .reviews-col {
    direction: ltr;
}

.reviews-row + .reviews-row {
    margin-top: 1.85em;
}

.reviews {
    padding: 0.5em 0 1.5em;
}

.reviews-title {
    margin: 0.67em 0 1.5em;
}
.reviews h2 {
    color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 56.25%;
    text-transform: capitalize;
    text-align: left;
    line-height: 1.2;
    margin: 0 0 0.27em;
}

.reviews h3 {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
    margin-bottom: 0.6em;
}

.reviews p {
    color: #f5f5f5;
    font-size: 0.75em;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.reviews img {
    width: 177px;
    height: auto;
    max-width: unset;
    text-align: left;
}

.reviews a {
    color: #be1a1a;
}
.reviews .reviews-more-btn {
    text-decoration: underline;
    font-size: 12px;
}
.reviews a:hover {
    color: #ffffff;
}

@media (max-width: 767px) {
    .cookie-popup {
        text-align: center;
    }

    .cookie-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .cookie-buttons {
        justify-content: center;
    }

    .content-section {
        margin: 20px 10px;
        padding: 1em;
    }

    .content-section .title h2,
    .content-section .title h3,
    .content-section .title h4,
    .content-section .title h5 {
        font-size: 22px;
    }

    .content-section .text h2,
    .content-section .text h3,
    .content-section .text h4,
    .content-section .text h5 {
        font-size: 18px;
    }

    .content-section .text p,
    .content-section .text ul li {
        font-size: 14px;
    }
    .reviews-row {
        grid-template-columns: unset;
    }
}
