html, body {
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: transparent linear-gradient(149deg, #180201 0%, #330702 48%, #62130A 70%, #330702 89%, #330702 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    text-align: center;
}

header, .play_btn a br {
    display: none;
}

.space {
    padding-top: 60px;
    padding-bottom: 60px;
}

h2 {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.preloader img {
    width: 240px;
    max-width: 240px;
}

.clear {
    clear: both;
}

.star-rating {
	color: #ffdf00
}


/* ========================================================================== */
/* =================== Banner                        ======================== */
/* ========================================================================== */
.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.banner .banner-flex .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.banner-flex {
    height: 100vh;
}

.banner .no_flex .wpb_wrapper {
    display: block;
}

.banner .logo img {
    width: 280px;
}

.logobox {
    margin-top: 50px;
}

.banner h1 {
    text-shadow: 0 0 15px #330702;
    font-size: 50px;
    font-weight: bold;
    margin-top: 20px;
}

.country_box {
    display: flex;
    /*gap: 40px;*/
    align-items: center;
    justify-content: center;
    background: rgba( 24, 2, 1, .6 );
    backdrop-filter: blur(5px);
    border-radius: 91px;
    width: fit-content;
    margin: auto;
    padding: 20px 50px;
    margin-bottom: 50px !important;
/*     opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;;
    transform: translateY(50px); */
}

.showmou {
/*     opacity: 1;
    transform: translateY(0); */
}

.country_box p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #FF9D00;
    width: 100%;
}

.country_box br {
    display: none;
}

.country_box h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
}

.country_box img {
    margin-bottom: 10px !important;
    border: 3px solid #fff;
    border-radius: 50px;
}

.country_box .flag-box div:hover img {
    border: 3px solid #FFDF00;
}

.country_box .flag-box div:hover h3 {
    color: #FFDF00;
}

.flag-box {
    display: flex;
    width: 100%;
    gap: 30px;
    margin-left: 40px;
    justify-content: center;
}

.flag-box p {
    margin-bottom: 0 !important;
}

.flag_link {
    pointer-events: none;
    filter: grayscale(100%);
}

.flag_link h3 {
    color: lightgray;
}


/* ========================================================================== */
/* =================== ABOUT                         ======================== */
/* ========================================================================== */
.card_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    transition: transform .3s;
}

.model_box:hover .card_img {
    transform: scale(1.1);
}

.model_box {
    margin-bottom: 35px;
}

.model_content {
    width: 90%;
    margin: auto;
}

.play_btn a {
    border: 1px solid #F06959;
    background-image: linear-gradient(to bottom, #FF260D, #720C00);
    text-decoration: unset;
    color: #fff;
    padding: 10px 45px;
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 35px;
    font-weight: bold;
    border-radius: 9px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.play_btn a:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 15px 0px #FF260D;
}


/* ========================================================================== */
/* =================== WHY                           ======================== */
/* ========================================================================== */
.why img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.why .col-md-4 {
    background: #3B0600;
    border-radius: 23px;
    width: 100%;
    padding: 40px 30px;
    box-shadow: 0px 0px 30px 0px rgba(255, 98, 0 , .35);
    position: relative;
}

.why .row {
    display: grid;
    align-items: stretch !important;
    align-content: baseline !important;
    gap: 30px;
    grid-template-columns: repeat(3, [col-start] 1fr);
    margin-top: 35px;
}

.why .col-md-4:before {
    content: '';
    display: block;
    width: 101%;
    height: 101.5%;
    position: absolute;
    top: -2.5px;
    left: -2px;
    background-image: linear-gradient(to right, #FF9D00, #FFDF00);
    border-radius: 23px;
    z-index: -1;
}

.why .col-md-4:hover img {
    transform: translateY(-10px);
}


/* ========================================================================== */
/* =================== TESTIMONIALS                  ======================== */
/* ========================================================================== */
.what_slider {
    border-radius: 23px;
    text-align: left;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.what_slider:hover {
    transform: translateY(-15px);
}

.what_slider .name_flex {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.what_slider .name_flex img {
    width: 50px;
}

.what_slider .name_flex h4 {
    font-size: 16px;
	margin-bottom: 0;
}

.testimonial-corousel .owl-stage {
    margin-top: 35px;
}

.comaLeft, .comaRight {
    width: 25px !important;
}

.comaLeft {
    margin-bottom: 10px;
}

.comaRight {
    float: right;
}


/* ========================================================================== */
/* =================== FOOTER                        ======================== */
/* ========================================================================== */
.footer {
    padding: 60px 0 0px;
    background: #240F10;
}

.footer .footer_row {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, [col-start] 1fr);
    text-align: left;
}

.footer .footer_row h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .footer_row .footer_content {
    /*padding: 0;*/
}

.footer .footer_row img {
    margin-bottom: 20px;
    width: 65%;
}

.footer .footer_row p {
    font-size: 14px;
}

.footer .footer_row .footer_content:first-child img {
    width: 90%;
}

.footer .game_list {
    padding-top: 30px;
}

.footer .game_list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

.footer .game_list a img {
    width: 140px;
    height: 50px;
    object-fit: contain
}

.footer .social {
    display: flex;
    justify-content: space-between;
    /*padding: 0;*/
    margin-bottom: 20px;
}

.social_box {
    text-align: left;
}

.social_box2 {
    text-align: right;
}

.social_box a {
    text-decoration: unset;
}

.social_box a img {
    width: 32px;
    margin-right: 5px;
}

.social_box a:last-child img {
    margin-right: 0;
}

.social_box2 img {
    width: 280px;
}

footer a img {
    transition: transform .2s;
}

footer .social_box a:hover img {
    transform: scale(1.05);
}


/* ========================================================================== */
/* =================== MEDIA                         ======================== */
/* ========================================================================== */
@media only screen and (min-width: 1700px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		/*max-width: 1640px;*/
	}
}

@media only screen and (max-width: 1600px) {
	.banner .logo img {
        width: 260px;
    }
    
    .banner h1 {
        font-size: 48px;
    }
    
    .model_box img {
        width: 90%;
    }
    
    h2 {
        font-size: 45px;
    }
    
    .why img {
        width: 110px;
        height: 110px;
    }
    
    .footer .footer_row img {
        width: 60%;
    }
}


@media only screen and (max-width: 1500px) {
    .footer .footer_row img {
        width: 55%;
    }
    
    .footer .footer_row .footer_content:first-child img {
        width: 80%;
    }
    
    h2 {
        font-size: 40px;
    }
    
    .why img {
        width: 100px;
        height: 100px;
    }
    
    h4 {
        font-size: 22px;
    }
    
    .model_box img {
        width: 85%;
    }
    
    .banner .logo img {
        width: 240px;
    }
    
    .banner h1 {
        font-size: 46px;
    }
}


@media only screen and (max-width: 1200px) {
    .banner .logo img {
        width: 220px;
    }
    
    .logobox {
        margin-top: 30px;
    }
    
    .country_box img {
        width: 54px;
    }
    
    .model_box img {
        width: 80%;
    }
    
    .why img {
        width: 90px;
        height: 90px;
    }
    
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 95%;
	}
	
	.why .container {
	    max-width: 100%;
	}
	
	.flag-box {
	    margin-left: 35px;
	}
}


@media only screen and (max-width: 1200px) {
    .why .row {
        grid-template-columns: repeat(2, [col-start] 1fr);
    }

    h2 {
        font-size: 36px;
    }
    
    .model_box img {
        width: 75%;
    }
    
    .testimonial-corousel .owl-stage {
        margin-top: 30px;
    }
    
    .footer .game_list a img {
        width: 120px;
    }
}


@media only screen and (max-width: 991px) {
    .why img {
        width: 80px;
        height: 80px;
    }
    
    h4 {
        font-size: 20px;
    }
    
    h2 {
        font-size: 34px;
    }
    
    .model_content {
        width: 100%;
    }
    
    .model_box img {
        width: 70%;
    }
    
    .footer .game_list a {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        grid-row-gap: 15px;
    }
    
    .footer .game_list a img {
        width: 130px;
    }
    
    .banner .logo img {
        width: 200px;
    }
    
    .banner h1 {
        font-size: 40px;
    }
    
    .footer .footer_row img {
        width: 90%;
    }
    
    .footer .footer_row .footer_content:first-child img {
        width: 100%;
    }
    
    .country_box img {
        width: 50px;
    }
    
    .country_box {
        padding: 20px 40px;
    }
    
    .country_box p {
        font-size: 16px;
    }
    
    .space {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .footer {
        padding-top: 40px;
    }
    
    .model-space .vc_column-inner {
        padding: 0;
    }
    
    .model-space {
        margin: 0;
    }
    
    .why .col-md-4:before {
        left: -2.5px;
        width: 101.5%;
    }

    .flag-box {
        margin-left: 30px;
    }
}


@media only screen and (max-width: 767px) {
    .footer .footer_row {
        gap: 25px
    }
    
    .footer .game_list a img {
        width: 110px;
        height: 40px;
    }
    
    .footer .game_list a {
        row-gap: 0
    }
    
    .banner h1 {
        font-size: 7vw;
    }
    
    .testimonial-corousel .owl-stage {
        margin-top: 20px;
    }
    
    .what_slider {
        align-items: center;
        text-align: center;
    }
}


@media only screen and (max-width: 650px) {
    .why .row {
        grid-template-columns: repeat(1, [col-start] 1fr);
        gap: 20px;
        margin-top: 20px;
    }
    
    .model_box img {
        width: 65%;
    }
    
    h2 {
        font-size: 32px;
    }
    
    .banner h1 {
        font-size: 7vw;
    }
    
    .footer .footer_row {
        grid-template-columns: repeat(1, [col-start] 1fr);
        text-align: center;
    }
    
    .footer .footer_row img {
        width: 300px;
    }
    
    .footer .footer_row .footer_content:first-child img {
        width: 450px;
    }
    
    .preloader img {
        width: 200px;
        max-width: 200px;
    }
    
    .footer .footer_row h4 {
        margin-bottom: 10px;
    }
    
    .footer .game_list a {
        gap: 20px
    }
    
    .footer .social {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px
    }
    
    .social_box {
        text-align: center !important;
    }
    
    .copyright_message {
        font-size: 14px;
    }
    
    .why .col-md-4:before {
        left: -3px;
        width: 101%;
        height: 102.5%;
        top: -3px;
    }
    
    .banner .logo img {
        width: 180px;
    }
    
    .banner, .banner-flex {
        min-height: 650px !important;
        height: 650px !important;
    }
    
    .country_box {
        flex-direction: column;
        width: 100%;
        padding: 20px 40px 30px;
    }
    
    .country_box p {
        margin-bottom: 20px;
    }
    
    .flag-box {
        gap: 30px;
        margin-left: 0;
        width: 80%;
    }
    
    .flag-box div {
        width: 20%;
    }
    
    .social_box a img {
        width: 32px;
    }
    
    .social_box2 img {
        width: 280px;
    }
}


@media only screen and (max-width: 575px) {
    .model_box img {
        width: 75%;
    }
    
    .why .col-md-4:before {
        display: none;
    }
    
    .why .col-md-4 {
        border: 2px solid #FFDF00;
        padding: 35px 20px;
    }
    
    .what_slider {
        padding: 25px;
    }
    
    .country_box {
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px !important;
        border-radius: 50px;
        padding: 20px 0 30px;
    }
    
    .banner .logo img {
        width: 150px;
    }
    
    .logobox {
        margin-top: 20px;
    }
    
    .country_box p {
        margin-bottom: 25px;
        font-size: 20px;
    }
    
    .banner {
        /*background-size: cover;*/
        /*background-repeat: no-repeat;*/
        /*background-position: bottom;*/
        /*background-image: url('img/banner_phone.png');*/
    }
    
    .banner h1 {
        font-size: 8vw;
    }
    
    .flag-box {
        width: 90%;
    }
    
    .flag-box div {
        width: unset;
    }
}


@media only screen and (max-width: 450px) {
    .model_box img {
        width: 80%;
    }
    
    h2 {
        font-size: 30px;
    }
    
    body {
        font-size: 15px;
    }
    
    .country_box h3 {
        font-size: 14px;
    }
    
    .flag-box {
        gap: 20px
    }
}


@media only screen and (max-width: 400px) {
    .model_box img {
        width: 85%;
    }
    
    h2 {
        font-size: 28px;
    }
    
    .footer .footer_row img {
        width: 260px;
    }
    
    .country_box img {
        width: 45px;
    }
    
    .country_box p {
        margin-bottom: 25px;
        font-size: 18px;
    }
}


@media only screen and (max-width: 340px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
    
    .flag-box {
        display: block;
    }
    
    .flag-box div {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }
    
    .country_box img {
        width: 50px;
    }
    
    .country_box {
        padding: 20px 0 0;
    }
}







    
    









