@font-face {
    font-family: 'Sora';
    src: url("../../assets/Sora-VariableFont_wght.ttf");
    /* font-weight: normal;
    font-style: normal */
}

/* @font-face {
    font-family: 'Sora-Bold';
    src: url("../en/assets/Sora-Bold.ttf");
    font-weight: normal;
    font-style: normal
} */

.image_banner {
    /* background-image: url("../assets/images/header/banner/background_desktop_offer.png");
    background-repeat: no-repeat; */

    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0 40px;
}

/* .banner_offer_wrapper {} */

.banner_offer {

    position: absolute;
    background-image: url("../../assets/images/header/banner/background_desktop_offer.png");
    background-repeat: no-repeat;
    width: 384px;
    height: 483px;

    left: calc((100% - 1420px) / 2 + 100px);
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.banner_offer h1 {
    color: #FFD154;
    text-shadow: 4px 4px 0px #6A2E20;

    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF8149; */

    font-family: 'Sora';
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    padding: unset;
    margin: unset;

    padding-top: 40px;
}

.banner_offer h2 {
    color: #FFD154;
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF8149; */
    text-shadow: 4px 4px 0px #6A2E20;

    font-family: 'Sora';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;

    padding: unset;
    margin: unset;

    line-height: 1.2;
}

.banner_offer h3 {
    color: #FFF1E5;
    /* text-shadow: 1px 2px 0px #632F23; */

    font-family: 'Sora';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;

    text-align: center;

    padding: unset;
    margin: unset;

    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 30px;
}

.banner_offer a {
    position: relative;
    display: inline-block;
}

.banner_offer a img {
    width: 304px;
    height: auto;

    display: block;

    padding: unset;
    margin: unset;
}


.banner_offer a span {

    width: 100%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-family: 'Rowdies';
    text-shadow: 1px 2px 0px rgba(38, 38, 38, 0.60);
    color: #FFF1E5;
    text-transform: uppercase;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    padding: unset;
    margin: unset;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
    .banner_offer a span {
        font-size: 14px;
    }
}


@media screen and (max-width: 767px) {
    .banner_offer a span {
        font-size: 21px;
    }
}


@media screen and (max-width: 400px) {
    .banner_offer a span {
        font-size: 18px;
    }
}

.button_cta a {
    position: relative;
    display: inline-block;
}

.button_cta a span {

    width: 100%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-family: 'Rowdies';
    text-shadow: 1px 2px 0px rgba(38, 38, 38, 0.60);
    color: #FFF1E5;
    text-transform: uppercase;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    padding: unset;
    margin: unset;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
    .button_cta a span {
        font-size: 24px;
    }
}


@media screen and (max-width: 767px) {
    .button_cta a span {
        font-size: 24px;
    }
}


@media screen and (max-width: 400px) {
    .button_cta a span {
        font-size: 22px;
    }
}

@media screen and (max-width: 1500px) and (min-width: 1280px) {
    .banner_offer {
        left: 5%;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1280px) {
    .banner_offer {

        position: absolute;
        background-image: url("../../assets/images/header/banner/background_small_desktop_offer.png");
        background-repeat: no-repeat;
        width: 361px;
        height: 386px;

        left: calc((100% - 1180px) / 2 + 50px);
        top: 55%;
        transform: translateY(-50%);

        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }

    .banner_offer h1 {
        color: #FFD154;
        text-shadow: 4px 4px 0px #6A2E20;

        /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF8149; */

        font-family: 'Sora';
        font-size: 73px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        padding: unset;
        margin: unset;

        padding-top: 15px;
    }

    .banner_offer h2 {
        color: #FFD154;
        /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF8149; */
        text-shadow: 4px 4px 0px #6A2E20;

        font-family: 'Sora';
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;

        padding-top: 10px;
        margin: unset;

        line-height: 1;
    }

    .banner_offer h3 {
        color: #FFF1E5;
        /* text-shadow: 1px 2px 0px #632F23; */

        font-family: 'Sora';
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;

        text-align: center;

        padding: unset;
        margin: unset;

        line-height: 1.4;

        padding-top: 15px;
        padding-bottom: 30px;
    }

    .banner_offer a img {
        width: 304px;
        height: auto;

        padding: unset;
        margin: unset;
    }
}


@media screen and (max-width: 1279px) and (min-width: 1000px) {
    .banner_offer {

        position: absolute;
        background-image: url("../../assets/images/header/banner/background_tablet_offer.png");
        background-repeat: no-repeat;
        width: 300px;
        height: 366px;

        left: calc((100% - 940px) / 2 + 40px);
        top: 55%;
        transform: translateY(-50%);

        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }

    .banner_offer h1 {
        color: #FFD154;
        text-shadow: 4px 4px 0px #6A2E20;

        /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF8149; */

        font-family: 'Sora';
        font-size: 64px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        padding: unset;
        margin: unset;

        padding-top: 25px;
    }

    .banner_offer h2 {
        color: #FFD154;
        text-shadow: 4px 4px 0px #6A2E20;
        font-family: 'Sora';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        padding: unset;
        margin: unset;
        line-height: 1;
        padding-top: 10px;
    }

    .banner_offer h3 {
        color: #FFF1E5;
        /* text-shadow: 1px 2px 0px #632F23; */

        font-family: 'Sora';
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;

        text-align: center;

        padding: unset;
        margin: unset;

        /* line-height: 1.2; */
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .banner_offer a img {
        width: 236px;
        height: auto;

        padding: unset;
        margin: unset;
    }
}


@media screen and (max-width: 999px) and (min-width: 768px) {
    .banner_offer {

        position: absolute;
        background-image: url("../../assets/images/header/banner/background_tablet_offer.png");
        background-repeat: no-repeat;
        background-size: contain;
        /* width: 300px;
        height: 366px; */

        width: 240px;
        height: 292.5px;

        /* left: calc((100% - 768px) / 2 + 5%); */
        left: 10%;
        top: 55%;
        transform: translateY(-50%);

        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }

    .banner_offer h1 {
        color: #FFD154;
        text-shadow: 4px 4px 0px #6A2E20;

        /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF8149; */

        font-family: 'Sora';
        font-size: 55px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        padding: unset;
        margin: unset;

        padding-top: 25px;
    }

    .banner_offer h2 {
        color: #FFD154;
        /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF8149; */
        text-shadow: 4px 4px 0px #6A2E20;

        font-family: 'Sora';
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;

        margin: unset;
        padding-top: 10px;
        line-height: 1;
    }

    .banner_offer h3 {
        color: #FFF1E5;
        /* text-shadow: 1px 2px 0px #632F23; */

        font-family: 'Sora';
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;

        text-align: center;

        padding: unset;
        margin: unset;

        line-height: 1.2;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .banner_offer a img {
        width: 200px;
        height: auto;

        padding: unset;
        margin: unset;
    }

    .banner_offer a span {
        font-size: 11px !important;
    }
}


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

        position: absolute;
        background-image: url("../../assets/images/header/banner/background_mobile_offer.png");
        background-repeat: no-repeat;
        width: 342px;
        height: 270px;

        /* left: calc((100% - 940px) / 2 + 40px); */
        left: unset;
        /* top: 55%; */
        /* transform: translateY(-50%); */
        transform: unset;

        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;


    }

    .banner_offer h1 {
        color: #FFD154;
        text-shadow: 4px 4px 0px #6A2E20;

        /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF8149; */

        font-family: 'Sora';
        font-size: 78px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        padding: unset;
        margin: unset;

        padding-top: 15px;
    }

    .banner_offer h2 {
        color: #FFD154;
        /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF8149; */
        text-shadow: 4px 4px 0px #6A2E20;

        font-family: 'Sora';
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;

        padding: unset;
        margin: unset;

        line-height: 1;
    }

    .banner_offer h3 {
        color: #FFF1E5;
        /* text-shadow: 1px 2px 0px #632F23; */

        font-family: 'Sora';
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;

        text-align: center;

        padding: unset;
        margin: unset;

        /* line-height: 1.2; */
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .banner_offer a img {
        width: 236px;
        height: auto;

        padding: unset;
        margin: unset;
    }

    .image_banner {

        padding: unset;
        position: absolute;
    }

    .banner_offer {
        position: relative;
        margin-top: 340px;
    }
}


@media screen and (max-width: 400px) {
    .banner_offer {

        position: absolute;
        background-image: url("../../assets/images/header/banner/background_mobile_offer.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 300px;
        /* height: 270px; */

        /* left: calc((100% - 940px) / 2 + 40px); */
        left: unset;
        /* top: 55%; */
        /* transform: translateY(-50%); */
        transform: unset;

        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;


    }

    .banner_offer h1 {
        color: #FFD154;
        text-shadow: 4px 4px 0px #6A2E20;

        /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF8149; */

        font-family: 'Sora';
        font-size: 63px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        padding: unset;
        margin: unset;

        padding-top: 10px;
    }

    .banner_offer h2 {
        color: #FFD154;
        /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF8149; */
        text-shadow: 4px 4px 0px #6A2E20;

        font-family: 'Sora';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        line-height: 1.3;

        padding: unset;
        margin: unset;
    }

    .banner_offer h3 {
        color: #FFF1E5;
        /* text-shadow: 1px 2px 0px #632F23; */

        font-family: 'Sora';
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        padding: unset;
        margin: unset;
        line-height: 1.4;

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

    .banner_offer a img {
        width: 200px;
        height: auto;

        padding: unset;
        margin: unset;
    }

    .image_banner {

        padding: unset;
        position: absolute;
    }

    .banner_offer {
        position: relative;
        margin-top: 340px;
    }
}

.main_banner.desktop {
    display: block;
}

.main_banner.mobile {
    display: none;
}

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

    .main_banner.desktop {
        display: none;
    }

    .main_banner.mobile {
        display: flex;
        justify-content: center;
    }

    /* .banner_offer {
        display: none;
    } */

    .header_wrapper {
        z-index: 2;
        width: 100%;
        position: absolute;
        margin: 0 auto;
    }

    .image_banner img {
        padding-top: 10px;
    }

    .trust_pilot {
        /* margin-top: 900px; */
    }
}

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

    .base_divider_blocks {
        display: none;
    }
}









.top_game_selected {
    position: relative;
    width: 220px;
    height: 330px;
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
    .top_game_selected {
        width: 147px;
        height: 225px;
    }
}


@media screen and (max-width: 767px) {
    .top_game_selected {
        width: 147px;
        height: 225px;
    }
}

.top_game_image,
.frame_top_games {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* or 'contain' if you want to avoid cropping */
}

/* Ensure the frame is above the game image */
.frame_top_games {
    z-index: 2;
}

.top_game_image {
    z-index: 1;
    border-radius: 20px;
}

.order_game {
    position: absolute;
    width: 41px !important;
    height: 56px !important;
    z-index: 3;

    left: 12px;
    bottom: 16px;
}

/* Exclusive */
.exclusive_selected {
    position: relative;
    width: 460px;
    /* Set this to the real width of the images */
    height: 313px;
    /* Set this to the real height of the images */
    display: inline-block;
}



@media screen and (max-width: 1400px) and (min-width: 1280px) {
    .exclusive_selected {
        width: 380px;
        height: 258px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
    .exclusive_selected {
        width: 305px;
        height: 207px;
    }
}


@media screen and (max-width: 767px) {
    .exclusive_selected {
        width: 305px;
        height: 207px;
    }
}

.frame_exclusive,
.image_exclusive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* or contain if you want it fully inside */
}

.image_exclusive {
    z-index: 1;
}

.frame_exclusive {
    z-index: 2;
    /* This ensures the frame is on top */
}

.image_exclusive {
    border-radius: 16px;
}


a {
    color: inherit;
    /* Inherits text color from parent */
    text-decoration: none;
    /* Removes underline */
}

a:visited,
a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}