﻿@font-face {
    font-family: 'NeoSansProRegular';
    src: url("https://kingmaker-promo.com/files/NeoSansProRegular.otf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'NeoSansProBold';
    src: url("https://kingmaker-promo.com/files/NeoSansProBold.otf");
    font-weight: normal;
    font-style: normal
}

body {
    font-family: 'NeoSansProRegular', sans-serif;
    background: #420F71;
}

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


/* html,
body {
    overflow-x: hidden;
}

body {
    position: relative
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

button {
    box-shadow: none;
    border: none;
    background: transparent;
}

button:focus {
    outline: none;
}

/* .header {
    background-image: url('/fortune/assets/images/desktop_with_characters.jpg');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
} */

.container,
.container_steps {
    width: 100%;
    max-width: 1216px;
    margin: 0 auto;
}

.steps .step__info p {
    font-size: 15px;
}

.header .container {
    /* height: 100%; */
}

.header .header__main {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
}

.header .header__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    z-index: 2;

    flex-direction: row-reverse;
}

.header .header__logo a {
    display: flex;
}

/* .header .header__logo {
    padding-left: 90px;
} */

.header .header__actions {
    display: flex;
    align-items: center;
}

.header .header__actions .btn__login {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #ffffff;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'NeoSansProBold', sans-serif;
    border: 1px solid rgb(255, 255, 255);
    height: 40px;
    padding: 0 30px;
    margin-right: 20px;
    transition: 0.3s;
}

.os-apple .header .header__actions .btn__login>span {
    display: block;
    margin-bottom: -4px;
}

.header .header__actions .btn__login:hover {
    box-shadow: 0 13px 20px 0 rgba(255, 255, 255, 0.2);
}

.header .header__actions .btn__signup {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #ff6600;
    color: #ffffff;
    border-radius: 6px;
    font-size: 16px;
    padding: 0 30px;
    font-family: 'NeoSansProBold', sans-serif;
    transition: 0.3s;
}

.os-apple .header .header__actions .btn__signup>span {
    display: block;
    margin-bottom: -4px;
}

.header .header__actions .btn__signup:hover {
    box-shadow: 0 13px 20px 0 rgba(255, 102, 0, 0.2);
}

.banner {
    display: flex;
    justify-content: end;
    /* margin-top: -114px; */
    height: 100%;
    /* flex-direction: row-reverse; */
}

.banner .banner__image {
    position: relative;
    display: flex;
    align-items: flex-end;
    /* margin-top: -57px;
    left: 10%; */
}

.banner .banner__image .m {
    display: none;
}

.banner .banner__image .m-m {
    display: none;
}

.banner .banner__image img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner .banner__offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 40px;
    width: 100%;
    max-width: 386px;
    height: 433px;
    background-color: rgba(0, 0, 0, 0.451);
    /* margin-top: 124px; */

}

.banner .banner__offer h1 {
    color: #ffffff;

    font-size: 44px;
    text-align: center;
    font-family: 'NeoSansProBold', sans-serif;
    margin-bottom: 10px;



}

.os-apple .banner .banner__offer h1 {
    margin-bottom: 0;
}

.banner .banner__offer h2 {
    /* color: #ffffff; */
    color: #ffcc00;
    font-size: 52px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'NeoSansProBold', sans-serif;

    direction: rtl;
    unicode-bidi: plaintext;
}

.os-apple .banner .banner__offer h2 {
    margin-bottom: -4px;
}

.banner .banner__offer h3 {
    color: #ffffff;
    font-size: 42px;
    line-height: 115%;
    text-align: center;
    margin-top: 2px;

    direction: rtl;
    unicode-bidi: plaintext;

    padding-top: 10px;
    padding-bottom: 10px;

    padding-left: 15px;
    padding-right: 15px;
}

.banner .banner__offer h3>span {
    color: #ffcc00;
}

.banner .banner__offer .banner__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
    max-width: 300px;
    background: #ff6600;
    font-size: 30px;
    color: #ffffff;
    padding: 0 40px;
    border-radius: 35px;
    text-transform: uppercase;
    font-family: 'NeoSansProBold', sans-serif;
    transition: 0.3s;

    margin: 25px auto;
    margin-bottom: 0px;

    direction: rtl;
    unicode-bidi: plaintext;
}

.steps_link_mobile {
    display: none;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
    max-width: 300px;
    background: #ff6600;
    font-size: 24px;
    color: #ffffff;
    padding: 0 40px;
    border-radius: 35px;
    text-transform: uppercase;
    font-family: 'NeoSansProBold', sans-serif;
    margin: 25px auto;
    transition: 0.3s;
}

.os-apple .banner .banner__offer .banner__link>span {
    display: block;
    margin-bottom: -4px;
}

.banner .banner__offer .banner__link:hover {
    box-shadow: 0 13px 20px 0 rgba(255, 102, 0, 0.2);
}

.banner .banner__offer .banner__payments {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    flex-wrap: wrap;
    grid-gap: 15px;
}

.banner .banner__image {
    left: 5%;
    top: 50px;
}


/* .main {
    position: relative;
    margin-top: -180px;
} */

.jackpot .jackpot__main {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 45px 0;
}

.jackpot .jackpot__main p {
    font-size: 24px;
    line-height: auto;
    color: #ffffff;
    font-family: 'NeoSansProBold', sans-serif;
    text-align: center;

    direction: rtl;
    unicode-bidi: plaintext;
}

.jackpot .jackpot__main p br {
    display: none;
}

.jackpot .jackpot__main p>span {
    color: #ffcc00;
    margin: 0 6px;
}

.jackpot .jackpot__main>.jackpot-item-new {
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #ffcc00;
    font-size: 24px;
    height: 40px;
    background-color: #000000;
    font-family: 'NeoSansProBold', sans-serif;
    padding: 0 20px;
}

.os-apple .jackpot .jackpot__main>.jackpot-item-new .jackpot-item {
    display: block;
    margin-bottom: -4px;
}

.steps .steps__items {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 40px;

    flex-direction: row-reverse;
}

.steps .steps__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 35px 0 50px;
    width: 445px;
    height: 170px;
    background-color: #55277F;
    clip-path: polygon(89% 0, 100% 50%, 89% 100%, 0% 100%, 11% 50%, 0 0);
    z-index: 20;
    flex-direction: row-reverse;
}

.steps .steps__item::after {
    content: '';
    position: absolute;
    align-items: center;
    width: 420px;
    left: 3px;
    height: 167px;
    background-color: #420F71;
    clip-path: polygon(89% 0, 100% 50%, 89% 100%, 0% 100%, 11% 50%, 0 0);
    z-index: -1;
}

.steps .steps__item::before {
    content: '';
    position: absolute;
    left: -92px;
    top: -105px;
    transform: translateY(-50%);
    width: 200px;
    height: 189.94px;
    background-color: rgba(255, 255, 255, 0.3);
    filter: blur(100px);
    z-index: 20;
}


.steps .steps__item:nth-child(1),
.steps .steps__item:nth-child(2) {
    margin-left: -30px;
}

@media screen and (max-width: 768px) {

    .steps .steps__item:nth-child(1),
    .steps .steps__item:nth-child(2) {
        margin-left: 0px;
    }
}

.steps .step__number {
    font-size: 76px;
    line-height: 1;
    font-family: 'NeoSansProBold', sans-serif;
    color: #ffffff;
    margin-right: 10px;
}

.os-apple .steps .step__number {
    margin-bottom: -15px;
}

.steps .step__info p {
    font-size: 18px;
    color: #ffcc00;
    font-family: 'NeoSansProBold', sans-serif;
    margin-bottom: 2px;
    text-transform: uppercase;

    direction: rtl;
    unicode-bidi: plaintext;
}

.steps .step__info span {
    font-size: 16px;
    line-height: 140%;
    color: #ffffff;
    letter-spacing: 0.4px;
    /* text-align: left; */


    direction: rtl;
    text-align: right;
    display: block;
    width: 100%;
}

.banner__main {
    margin: 75px 0;
}

.banner__main .banner__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 180px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(144, 19, 254, 1) 20%, rgba(204, 169, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
}

.banner__main .banner__image {
    display: flex;
    align-items: end;
    height: 100%;
}

.banner__main .banner__image img {
    max-width: 100%
}

.banner__main .banner__offer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 30px 0 30px 60px;
    min-width: max-content;
}

.banner__main .banner__offer h2 {
    font-size: 36px;
    line-height: 40px;
    color: #ffffff;
    font-family: 'NeoSansProBold', sans-serif;
}

.banner__main .banner__offer h2>span {
    color: #ffcc00;
}

.banner__main .banner__offer h4 {
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'NeoSansProBold', sans-serif;
    margin-top: 5px;
}

.banner__main .banner__offer h4>span {
    color: #ffcc00;
}

.banner__main .banner__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 60px 30px 0;
}

.banner__main .banner__action a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #ff6600;
    font-size: 18px;
    font-family: 'NeoSansProBold', sans-serif;
    border-radius: 10px;
    height: 58px;
    width: max-content;
    text-transform: uppercase;
    padding: 0 40px;
    transition: 0.3s;
}

.os-apple .banner__main .banner__action a>span {
    display: block;
    margin-bottom: -4px;
}

.banner__main .banner__offer a:hover {
    box-shadow: 0 13px 20px 0 rgba(255, 102, 0, 0.2);
}

.banner__main .banner__timer {
    color: #28084b;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.banner__main .banner__timer>span {
    font-family: 'NeoSansProBold', sans-serif;
}

.payments {
    margin-bottom: 20px;
}

.payments .payments__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    grid-column-gap: 40px;
    grid-row-gap: 15px;
}

.payments .payments__list>li {
    display: flex;
}

.footer {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 15px 50px 15px;
}

.footer .footer__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 25px;
    list-style: none;
    margin-bottom: 20px;
}

.footer .footer__logos>li {
    display: flex;
}

.footer .footer__items {
    display: flex;
    flex-direction: column;
    margin: 0 30px;
}

.footer .footer__menu {
    display: flex;
    align-items: center;
    grid-column-gap: 50px;
    list-style: none;
    margin-bottom: 40px;
}

.footer .footer__menu li>a {
    font-size: 16px;
    color: #9b8cb0;
}

.footer .footer__copyright>p {
    font-size: 12px;
    color: #9b8cb0;
    text-align: center;
}

.footer .footer__copyright .footer__logo,
.footer .footer__copyright .footer__logos {
    display: none;
}


@media (min-width: 1200px) {
    .footer .footer__logos li:nth-child(1) img {
        width: 51.43px;
        height: 50px;
    }

    .footer .footer__logos li:nth-child(2) img {
        width: 40px;
        height: 50px;
    }

    .footer .footer__logos li:nth-child(3) img {
        width: 84px;
        height: 50px;
    }

    .footer .footer__logos li:nth-child(4) img {
        width: 162px;
        height: 50px;
    }
}

@media (max-width: 768px) {
    .payments .payments__list {
        grid-column-gap: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1220px) {
    .container {
        padding: 0 20px;
    }

    .steps .step__info span {
        font-size: 16px;
    }

    .main {
        margin-top: 20px;
    }

    .jackpot .jackpot__main {
        flex-direction: column;
    }

    .jackpot .jackpot__main>.jackpot-item-new {
        margin-top: 10px;
    }

    .realtime .realtime__image {
        width: 60%;
    }

    .games .container {
        padding: 0;
    }

    .benefits .benefits__swiper .swiper-slide {
        height: 460px;
        border-radius: 35px;
    }

    .benefits .benefits__swiper .slide__content {
        padding: 40px 30px;
    }

    .footer {
        padding: 0 20px 10px;
        flex-direction: column;
    }

    .footer .footer__items {
        margin: 0;
        width: 100%;
    }

    .footer .footer__menu {
        flex-wrap: wrap;
        grid-column-gap: 30px;
        grid-row-gap: 15px;
        justify-content: center;
    }

    .footer .footer__logo {
        display: none;
    }

    .footer .footer__copyright {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer .footer__copyright .footer__logo,
    .footer .footer__copyright .footer__logos {
        display: flex;
        grid-column-gap: 10px;
    }

    .footer .footer__copyright .footer__logo {
        width: 100px;
        height: auto;
    }

    .footer .footer__copyright .footer__logos .footer__logo:nth-child(1) {
        width: 30px;
        height: 30px;
    }

    .footer .footer__copyright .footer__logos .footer__logo:nth-child(2) {
        width: 60px;
        height: auto;
    }

    .footer .footer__logos li:nth-child(1) img {
        width: 51.43px;
        height: 50px;
    }

    .footer .footer__logos li:nth-child(2) img {
        width: 40px;
        height: 50px;
    }

    .footer .footer__logos li:nth-child(3) img {
        width: 84px;
        height: 50px;
    }

    .footer .footer__logos li:nth-child(4) img {
        width: 162px;
        height: 50px;
    }

    .footer .footer__logos {
        grid-column-gap: 15px;
    }

    .banner .banner__image {
        left: 5%;
        top: 50px;
    }
}

@media (min-width: 1000px) and (max-width: 1220px) {
    .header .header__logo {
        /* padding-left: 40px; */
    }
}

@media (max-width: 1000px) {
    .header .header__logo {
        padding-left: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .steps_link_mobile {
        display: flex;
    }

    .steps .steps__items {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0 50px;
        grid-row-gap: 30px;
    }

    .steps .steps__item {
        width: 450px;
        padding: 0 35px 0 70px;
    }

    .steps .steps__item:nth-child(1),
    .steps .steps__item:nth-child(3) {
        margin: 0;
    }

    .steps .steps__item::after {
        width: 445px;
    }

    .jackpot .jackpot__main p {
        font-size: 22px;
        line-height: 150%;
    }

    .steps .steps__item:nth-child(2),
    .steps .steps__item:nth-child(3) {
        margin-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .header {
        height: auto;
        position: relative;
        background: transparent;
    }

    .header:after {
        height: 500px;
        /* height: 70%; */
    }

    .header .header__items {
        padding: 20px 0;
    }

    .banner__main .banner__action a {
        height: 54px;
        font-size: 16px;
        padding: 0 30px;
    }

    .banner__main .banner__timer {
        font-size: 14px;
    }

    .banner .banner__offer h1 {
        font-size: 40px;
    }

    .banner .banner__offer h2 {
        font-size: 47px;
    }

    .banner .banner__offer h3 {
        font-size: 34px;

        padding-top: 5px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .banner .banner__offer {
        /* height: max-content; */
        height: 365px;
        max-width: 320px;
        border-radius: 25px;
    }

    .banner .banner__offer .banner__payments img:nth-child(5),
    .banner .banner__offer .banner__payments img:nth-child(6) {
        display: none;
    }

    .benefits .benefits__swiper {
        margin: 0 -20px;
    }

    .steps_link_mobile {
        font-size: 30px;
    }
}

@media (min-width: 420px) and (max-width: 767px) {

    html,
    body {
        overflow-x: hidden;
        position: relative
    }

    .banner .banner__image .d {
        display: none !important;
    }

    .banner .banner__image .m {
        display: none !important;
    }

    .banner .banner__image .m-m {
        display: block !important;
    }


}


/* DONE AND CHECKED */

@media (min-width: 1101px) and (max-width:1221px) {
    .steps .steps__item::after {
        /* width: 368px; */
        width: 98.5%;
        left: 3px;
    }
}

@media (min-width: 1300px) and (max-width:1400px) {
    .banner .banner__image {
        left: 5%;
    }
}

@media (max-width: 767px) {
    .steps_link_mobile {
        display: flex;
    }

    .payments .payments__list {
        grid-row-gap: 10px;
    }

    .header .header__items {
        justify-content: center;
        align-items: center;
    }

    .banner {
        display: flex;
        flex-direction: column;
        margin-top: 0;
        height: 100%;
        align-items: center;
        /* Centering items */
        justify-content: center;
        /* Centering items */
    }

    .banner .banner__offer {
        margin-top: 0px;
        align-items: center;

        height: 320px;
        max-width: 310px;
        margin-top: -125px;
        position: relative;
    }

    .banner .banner__image {
        left: 0px;
        top: 0px;
        top: -50px;
        justify-content: center;
        align-items: center;
        /* Centering the banner image */
    }

    .banner .banner__image .d {
        display: none;
    }

    .banner .banner__image .m {
        display: block;
    }

    .banner .banner__image .m-m {
        display: none;
    }

    .main {
        position: relative;
        /* margin-top: 50px; */
        align-items: center;
    }

    .footer .footer__logos {
        justify-content: center;
        /* Centering the footer logos */
        align-items: center;
        /* Centering the footer logos */
    }

    .footer .footer__logos li img {
        margin: 0 auto;
        /* Ensuring logos are centered */
    }

    .footer .footer__logos li:nth-child(1) img {
        width: 25.71px;
        height: 25px;
    }

    .footer .footer__logos li:nth-child(2) img {
        width: 25px;
        height: 25px;
    }

    .footer .footer__logos li:nth-child(3) img {
        width: 52.5px;
        height: 25px;
    }

    .footer .footer__logos li:nth-child(4) img {
        width: 81px;
        height: 25px;
    }

    /* Steps section: make each step item on a new line */
    .steps .steps__items {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* Center align the steps */
        justify-content: center;
    }

    .steps .steps__item {
        width: 100%;
        margin: 20px 0;
        /* Add space between each step */
        max-width: 400px;
        /* Optional: adjust the maximum width of each step for better readability */
    }

    .steps .steps__item {
        position: relative;
        display: flex;
        align-items: center;
        padding: 0 35px 0 50px;
        width: 366px;
        height: 120px;
        background-color: #55277F;
        clip-path: polygon(89% 0, 100% 50%, 89% 100%, 0% 100%, 11% 50%, 0 0);
        z-index: 20;
    }

    .steps .steps__item::after {
        content: '';
        position: absolute;
        align-items: center;
        width: 361px;
        /* left: 2px; */
        height: 117px;
        background-color: #420F71;
        clip-path: polygon(89% 0, 100% 50%, 89% 100%, 0% 100%, 11% 50%, 0 0);
        z-index: -1;
    }

    .banner .banner__offer h1 {
        padding-top: 10px;
        font-size: 36px;
    }

    .banner .banner__offer h2 {
        font-size: 41px;
    }

    .banner .banner__offer h3 {
        font-size: 30px;
        padding: 0px 15px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .banner .banner__offer .banner__link {
        max-width: 245px;
        font-size: 22px;
    }

    .jackpot .jackpot__main p {
        font-size: 22px;
        line-height: 150%;
    }

    .steps .step__info span {
        font-size: 13px;
        line-height: 130%;
    }

    .steps .steps__item:nth-child(2),
    .steps .steps__item:nth-child(3) {
        margin-left: 0px;
    }

    .banner {
        padding-bottom: 15px !important;
    }
}

@media (max-width: 370px) {
    .steps .steps__item {
        width: 311px;
    }

    .steps .steps__item::after {
        width: 306px;
    }

    .banner .banner__offer {
        max-width: 320px;
    }

    .banner .banner__offer h1 {
        padding-top: 10px;
        font-size: 38px;
    }

    .banner .banner__offer h3 {
        font-size: 34px;
    }


}

/* @media (max-width:390px) {
    .banner .banner__offer h3 {
        font-size: 25px;
    }
} */

.payments__list li img {
    height: 32px;
    width: auto;
}

@media screen and (max-width: 767px) {
    .payments__list li img {
        height: 25px;
        width: auto;
    }
}






.trust_pilot {
    position: relative;
}

@media screen and (min-width: 1400px) {

    .trust_pilot {

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        row-gap: 13px;

        margin-top: 2px;

        background: linear-gradient(to right,
                rgba(75, 19, 126, 0) 0%,
                rgba(75, 19, 126, 1) 50%,
                rgba(75, 19, 126, 0) 100%);
        width: 100%;
        height: 80px;
    }

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

@media screen and (min-width: 768px) and (max-width: 1400px) {

    .trust_pilot {

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        row-gap: 13px;

        margin-top: 2px;

        background: linear-gradient(to right,
                rgba(75, 19, 126, 0) 0%,
                rgba(75, 19, 126, 1) 50%,
                rgba(75, 19, 126, 0) 100%);
        width: 100%;
        height: 80px;
    }

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


    .banner .banner__offer .banner__link {
        max-width: 265px;
    }
}

@media screen and (max-width: 767px) {

    .trust_pilot {

        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        list-style: none;
        gap: 20px;
        row-gap: 5px;

        /* padding-top: 10px; */
        /* margin-top: -150px; */

        background: linear-gradient(to right,
                rgba(75, 19, 126, 0) 0%,
                rgba(75, 19, 126, 1) 50%,
                rgba(75, 19, 126, 0) 100%);
        width: 100%;
        height: 100px;
    }

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

    .trustpilot_icon {
        width: 121px;
        height: 30px;
    }

    .trustpilot_stars {
        width: 123px;
        height: 23px;
    }

    .trustpilot_excellent {
        width: 80px;
        height: 13px;
    }

    .trustpilot_verified_icon {
        width: 21.95px;
        height: 22px;
    }

    .trustpilot_verified {
        width: 65.84px;
        height: 13px;
    }

    .trustpilot_secure_icon {
        width: 19.95px;
        height: 22px;
    }

    .trustpilot_secure {
        width: 60.85px;
        height: 13px;
    }

    .header__logo a img {
        height: 30px;
        width: auto;
    }
}

@media screen and (max-width: 390px) {

    /* .banner .banner__offer {
        height: 300px;
        max-width: 285px !important;

        margin-top: -150px;
    } */


    .banner .banner__offer .banner__link {
        height: 60px;
        max-width: 215px;
        margin: 10px auto;

        font-size: 20px;
    }

    .trust_pilot {

        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        list-style: none;
        gap: 20px;
        row-gap: 10px;

        /* padding-top: 10px; */
        /* margin-top: -140px; */

        background: linear-gradient(to right,
                rgba(75, 19, 126, 0) 0%,
                rgba(75, 19, 126, 1) 50%,
                rgba(75, 19, 126, 0) 100%);
        width: 100%;
        height: 90px;
    }

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

    .trustpilot_icon {
        width: 121px;
        height: 30px;
    }

    .trustpilot_stars {
        width: 123px;
        height: 23px;
    }

    .trustpilot_excellent {
        width: 80px;
        height: 13px;
    }

    .trustpilot_verified_icon {
        width: 21.95px;
        height: 22px;
    }

    .trustpilot_verified {
        width: 65.84px;
        height: 13px;
    }

    .trustpilot_secure_icon {
        width: 19.95px;
        height: 22px;
    }

    .trustpilot_secure {
        width: 60.85px;
        height: 13px;
    }


    .step__number img {
        height: 80px;
        width: auto;
    }
}



/* Adjusting with new images */

@media screen and (min-width: 1920px) {
    .header {
        background-image: url('../../willbetgamebettingsa/image/Desktop_reverse_ar.jpg');
        /* background-size: 100% auto; */
        background-position: center;
        background-repeat: no-repeat;
        height: 600px;

        /* transform: scaleX(-1); */

    }
}

@media screen and (max-width: 1920px) {
    .header {
        background-image: url('../../willbetgamebettingsa/image/Desktop_reverse_ar.jpg');
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;

        /* transform: scaleX(-1); */
    }

    .banner {
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .header {
        background-image: url('../../willbetgamebettingsa/image/Tablet_reverse_ar.jpg');
    }

    .container {
        padding: 0 55px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .header {
        background-image: url('../../willbetgamebettingsa/image/Tablet_reverse_ar.jpg');
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
    }

    .banner {
        padding-bottom: 20px;
    }

    .header__logo a img {
        height: 35px;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .header {
        background-image: none;
    }
}



@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .trust_pilot {
        /* margin-top: -105px; */
    }
}

/* new aditions */
@media screen and (min-width: 1000px) and (max-width: 1400px) {

    .banner {
        height: 500px;
    }

    .banner .banner__offer {
        height: 360px;
        max-width: 330px;
    }

    .banner .banner__offer h1 {
        font-size: 37px;
        text-align: center;
        font-family: 'NeoSansProBold', sans-serif;
        margin-bottom: 5px;
    }

    .banner .banner__offer h2 {
        font-size: 48px;
    }

    .banner .banner__offer h3 {
        color: #ffffff;
        font-size: 35px;
        line-height: 115%;
        text-align: center;
        margin-top: 2px;

        direction: rtl;
        unicode-bidi: plaintext;

        padding-top: 10px;
        padding-bottom: 5px;

        padding-left: 15px;
        padding-right: 15px;
    }

    .banner .banner__offer .banner__link {
        max-width: 280px;
    }




    .banner {
        row-gap: 15px !important;
    }

    .banner {
        padding-bottom: 5px;
    }

    .jackpot .jackpot__main {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 40px;
    }
}


.m-m {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}












.header__items.mobile {
    display: none;
}

.header__items_desktop {
    display: block;
}




@media screen and (min-width: 768px) {
    .banner {
        display: flex;
        justify-content: end;
        row-gap: 30px;
        height: 100%;
        flex-direction: column;
        align-items: center;
        align-content: flex-end;
        flex-wrap: wrap;
    }


    .banner .banner__offer .banner__link {
        display: flex;
        align-items: center;
        justify-content: center;
        /* height: 70px;
        width: 100%;
        max-width: 300px;
        background: #ff6600;
        font-size: 24px;
        color: #ffffff;
        padding: 0 40px;
        border-radius: 35px;
        text-transform: uppercase;
        font-family: 'NeoSansProBold', sans-serif;
        margin-top: 20px;
        transition: 0.3s;
        direction: rtl;
        unicode-bidi: plaintext; */
    }


    /* .banner .banner__offer h3 {
        padding: 0px 40px;
        color: #ffffff;
        font-size: 40px;
        line-height: 130%;
        text-align: center;
        margin-top: 2px;
        direction: rtl;
        unicode-bidi: plaintext;
        padding-top: 5px;
        padding-bottom: 10px;
    } */
}

@media screen and (max-width: 768px) {
    .header__items.mobile {
        display: flex;
    }

    .header__items_desktop {
        display: none;
    }

}

.not_change_sign {
    unicode-bidi: plaintext;
}