/* Images background header START*/

.blackker {
    /* background-image: url("../images/images_v2/HB_Desktop_Casinova.jpg") !important; */
    /* background-image: url("../images/images_v2/hb_1920x500.jpg") !important; */
}

@media screen and (max-width: 1000px) {
    .blackker {
        /* background-image: url("../images/HB_TABLET_LANDING_2.png") !important; */
        /* background-image: url("../images/images_v2/Tablet_HB_Casinova.png") !important; */
        /* background-image: url("../images/images_v2/hb_1024x480.jpg") !important; */
    }
}

@media screen and (max-width: 768px) {
    .blackker {
        /* background-image: url("../images/HB_TABLET_LANDING_2_v2.jpg") !important; */
        /* background-image: url("../images/images_v2/HB_Mobile_Casinova.jpg") !important; */
        /* background-image: url("../images/images_v2/hb_1024x1088.jpg") !important; */
    }
}

/* mobile header background */

@media screen and (max-width: 414px) {
    .blackker {
        /* background-image: url("../images/3_Mobile.jpg") !important; */
        /* background-image: url("../images/images_v2/HB_Mobile_Casinova.jpg") !important; */
        /* background-image: url("../images/images_v2/hb_1024x1088.jpg") !important; */
    }
}

/* Images background header END*/

/* Images background header POSITIONING START*/

.blackker {
    position: relative;
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center right 43%; */
}



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

    .blackker {
        height: unset !important;
    }
}


@media screen and (min-width: 414px) {
    .blackker {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 1600px) {
    .blackker {
        background-size: cover;
        background-position: center right 43%;
    }
}

@media screen and (max-width: 1000px) {
    .blackker {
        margin-top: 0% !important;
    }
}

@media screen and (max-width: 1000px) {
    .blackker {
        background-repeat: no-repeat;
        background-position: top !important;
        margin-top: 5%;
    }

    .main-banner[_ngcontent-ng-c944918683]:before {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    .blackker {
        background-size: 100% auto;
        height: 890px;
        --stb-common-scroll-margin-top: calc(var(--stb-header-height) + 40px) !important;
    }
}

@media screen and (max-width: 600px) {
    .blackker {
        background-size: 100% auto;
        height: 700px;
        --stb-common-scroll-margin-top: calc(var(--stb-header-height) + 40px) !important;
    }
}

@media screen and (max-width: 450px) {
    .blackker {
        background-size: 100% auto;
        height: 720px;
        --stb-common-scroll-margin-top: calc(var(--stb-header-height) + 40px) !important;
    }
}

@media screen and (max-width: 414px) {
    .blackker {
        background-size: 100% auto;
        height: 620px;
        --stb-common-scroll-margin-top: calc(var(--stb-header-height) + 40px) !important;
    }
}

@media screen and (max-width: 375px) {
    .blackker {
        background-size: 100% auto;
        height: 635px;
        --stb-common-scroll-margin-top: calc(var(--stb-header-height) + 40px) !important;
    }
}




.temporary_image,
.banner_animation {

    position: absolute;
    /* background-size: 100% auto;
    max-width: 1920px;
    max-height: 500px; */

    width: 100%;
    height: calc(500 * 100vw / 1920);
    max-width: 1920px;
    max-height: 500px;
}

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

    .temporary_image,
    .banner_animation {
        position: absolute;
        width: 100%;
        height: calc(500 * 100vw / 1920);
        max-width: 1920px;
        max-height: 500px;
        left: 50%;
        transform: translateX(-50%);
    }

}

@media screen and (min-width: 1501px) and (max-width:1919px) {

    .temporary_image,
    .banner_animation {

        position: absolute;
        right: 0%;

        width: 100%;
        max-width: unset;
        max-height: unset;


        height: 500px;
        width: calc(500px * 1920 / 500);
    }
}


@media screen and (min-width: 1501px) and (max-width:1700px) {

    .temporary_image,
    .banner_animation {

        position: absolute;
        right: -5%;

        width: 100%;
        max-width: unset;
        max-height: unset;


        height: 500px;
        width: calc(500px * 1920 / 500);
    }
}


@media screen and (min-width: 1500px) and (max-width:1301px) {

    .temporary_image,
    .banner_animation {

        position: absolute;
        right: -10%;

        width: 100%;
        max-width: unset;
        max-height: unset;


        height: 381px;
        width: calc(381px * 1920 / 500);
    }
}

@media screen and (min-width: 1001px) and (max-width:1300px) {

    .temporary_image,
    .banner_animation {

        position: absolute;
        /* right: -15%; */
        right: calc(-15% + (115 * ((100vw - 1001px) / 299)));

        width: 100%;
        max-width: unset;
        max-height: unset;


        height: 372px;
        width: calc(372px * 1920 / 500);
    }
}



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

    .temporary_image,
    .banner_animation {

        position: absolute;
        /* background-size: 100% auto; */
        /* width: 1024px;
        height: 480px; */

        width: 100%;
        height: calc(480 * 100vw / 1024);
        max-width: 1024px;
        max-height: 480px
    }
}

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

    .temporary_image,
    .banner_animation {

        position: absolute;

        /* top: 27px; */

        width: 100%;
        max-width: 1024px;

        height: calc(1088 * 100vw / 1024);
        max-height: 1088px
    }
}

/* Images background header POSITIONING END*/



/* Menu with play yor way | welcome package | join now  | START */

@media screen and (min-width: 1551px) {
    .main-banner__body {
        position: relative;
        left: 50%;
        top: -10%;
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .main-banner__body {
        position: relative;
        top: 25%;
    }
}

@media screen and (max-width: 768px) {
    .main-banner__body {
        position: relative;
        top: 60%;
    }
}


@media screen and (min-width: 600px) and (max-width: 767px) {
    .main-banner__body {
        position: relative;
        top: 280% !important;
    }
}

@media screen and (min-width: 450px) and (max-width: 600px) {
    .main-banner__body {
        position: relative;
        top: 210% !important;
    }
}

@media screen and (min-width: 414px) and (max-width: 450px) {
    .main-banner__body {
        position: relative;
        top: 200% !important;
    }
}

@media screen and (max-width: 414px) {
    .main-banner__body {
        position: relative;
        top: 165% !important;
    }
}

@media screen and (max-width: 375px) {
    .main-banner__body {
        position: relative;
        top: 150% !important;
    }
}

@media screen and (max-width: 768px) {
    .main-banner__body[_ngcontent-ng-c944918683] {
        margin-top: 248px;
        display: grid;
        align-content: flex-start;
        grid-gap: 20px;
        padding-block: 0 var(--stb-banner-offer-vertical-padding);
        padding-inline: var(--stb-banner-offer-horizontal-padding);
    }
}

@media screen and (max-width: 450px) {
    .main-banner__body[_ngcontent-ng-c944918683] {
        margin-top: 268px;
    }
}

@media screen and (max-width: 390px) {
    .main-banner__body[_ngcontent-ng-c944918683] {
        margin-top: 290px;
    }
}



/* Menu with play yor way | welcome package | join now  | END */


/* Play your way text  START */

@media screen and (max-width: 1000px) {
    .description__detail_1 {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 8px 10px !important;
        border-radius: 50px !important;
        border-radius: 4px;
        text-align: center;
        display: inline-block;
        max-width: fit-content;
        margin: 0 auto;
        line-height: 1.72 !important;
    }
}


/* Play your way text  END */


/* payment START */

@media screen and (max-width: 1600px) and (min-width: 768px) {
    .categories-menu {
        margin-top: 3% !important;
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .categories-menu {
        margin-top: 5% !important;
    }
}


/* payment END */

/* TEST */

.thumbnail-picture__image.funky_time_logo {
    width: 60%;
    height: auto;
    bottom: 5%;
    left: 20%;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .main-banner[_ngcontent-ng-c944918683] {
        grid-template-columns: unset;
    }
}

@media screen and (max-width:768px) {
    .wrapper[_ngcontent-ng-c2411341805] {
        /* padding-top: 5% !important; */
        padding-top: 50px !important;
    }
}

.image_payment_method {
    height: 20px !important;
    width: auto !important;
}




/* Trust Pilot Start */
.trustpilot-widget-container {
    position: relative;
    margin-top: 5%;
}

.click-blocker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}

.trustpilot-widget-container {
    pointer-events: none;
}

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

    .trustpilot-widget iframe,
    .trustpilot-widget-container {
        transform: scale(1.2);
        /* pointer-events: none; */
    }
}

.trustpilot-widget iframe {
    z-index: 999;
}


/* Trust Pilot End */

.main_points {
    padding: unset !important;
}


.main-banner[_ngcontent-ng-c944918683] {
    overflow: visible;
}



@media screen and (max-width: 769px) {
    .main-banner.blackker::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        z-index: 1;
        width: 100%;
        height: 50%;
        background: linear-gradient(180deg, rgb(var(--stb-brand-800) / 0), rgb(var(--stb-brand-800)) 40% 100%);
        content: "";
    }

    .trustpilot-widget-container {
        position: relative;
        margin-top: 10%;
    }
}

@media screen and (max-width: 600px) {
    .main-banner.blackker::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        z-index: 1;
        width: 100%;
        height: 40%;
        background: linear-gradient(180deg, rgb(var(--stb-brand-800) / 0), rgb(var(--stb-brand-800)) 40% 100%);
        content: "";
    }

    .trustpilot-widget-container {
        position: relative;
        margin-top: 10%;
    }
}

@media screen and (max-width: 450px) {
    .main-banner.blackker::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        z-index: 1;
        width: 100%;
        height: 60%;
        background: linear-gradient(180deg, rgb(var(--stb-brand-800) / 0), rgb(var(--stb-brand-800)) 40% 100%);
        content: "";
    }

    .trustpilot-widget-container {
        position: relative;
        margin-top: 10%;
    }

    .description__detail[_ngcontent-ng-c117295628] {
        font-size: 22px;
    }

}

@media screen and (max-width: 400px) {
    .description__detail[_ngcontent-ng-c117295628] {
        font-size: 23px;
    }
}



@media screen and (max-width: 380px) {
    .description__detail[_ngcontent-ng-c117295628] {
        font-size: 20px;
    }
}

@media screen and (max-width: 414px) {
    .main-banner.blackker::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        z-index: 1;
        width: 100%;
        height: 50%;
        background: linear-gradient(180deg, rgb(var(--stb-brand-800) / 0), rgb(var(--stb-brand-800)) 40% 100%);
        content: "";
    }

    .trustpilot-widget-container {
        position: relative;
        margin-top: 10%;
    }
}

@media screen and (max-width: 375px) {
    .main-banner.blackker::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        z-index: 1;
        width: 100%;
        height: 60%;
        background: linear-gradient(180deg, rgb(var(--stb-brand-800) / 0), rgb(var(--stb-brand-800)) 40% 100%);
        content: "";
    }

    .trustpilot-widget-container {
        position: relative;
        margin-top: 10%;
    }
}



@media screen and (min-width: 414px) and (max-width: 768px) {
    .main-banner[_ngcontent-ng-c944918683] {
        margin-top: -300px;
    }
}