
body{
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'Libre Franklin', sans-serif;

    margin: 0px;
    padding: 0px;
}

.header {
    width: 100%;
    /* background-color: lin; */
    background-image: linear-gradient( 0.25turn, #013ca5     , #7e22a9);
    padding: 22px 0px 20px;
    /* margin-bottom: -10px; */
}
.container {
    width: 95%;
    max-width: 1390px;
    height: max-content;
    margin: 0 auto;
}
.header_box {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.header_box a{
    text-decoration: none;
    color: white;
    font-size: 26px;
    font-weight: 400;
}

.hader_logo {
}

.hader_logo h4{
    font-size: 38px;
    text-transform: uppercase;
    line-height: 38px;
    font-weight: 800;
    margin: 0px;
}

.header_box ul{
    list-style: none;
    display: flex;
    margin: 0px;
}

.header_box ul {
    list-style: none;
    margin: 0px;
}
.header_box ul li {
    margin-right: 30px;
}
.header_box ul li:last-child{
    margin-right: 0px;
}

.preview_block {
    width: 100%;
    height: max-content;
    position: relative;
    /* ba */
    padding-bottom: 20px;
}

.preview_block::after {
    content: "";
    /* background: url(http://calculate-this.com/sites/default/files/styles/large/public/field/image/cat-3-icon.png?itok=w4QTmWF4); */
    background-image: url('/images/bg.png');
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
  }

.preview_block__container {
    width: 1390px;
    margin:  0 auto;
    height: max-content;
    padding-top: 90px;
}
.preview_block__box {
    display: flex;
    align-items: end;
    width: 100%;
    height: max-content;
    position: relative;
}
.preview_block__img_box_1 img,
.preview_block__img_box_2 img{
    width: 100%;
    height: 100%;
}

.preview_block__img_box_1 {
    width: 401px;
    height: 415px;
    z-index: 3;
    bottom: -100px;
    position: absolute;
}
.preview_block__video_box {
    width: 780px;
    /* min-width: 960px; */
    height: 420px;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 auto;
    background-color: rebeccapurple;
    display: block;
    position: relative;
    z-index: 2;
}

.play_btn_video{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    cursor: pointer;
    opacity: 1;
    transition: all .3s;
}

.play_btn_video img{
    width: 100%;
    height: 100%;
}


.reset_btn_video{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 25px;
    height: 25px;
    z-index: 6;
    cursor: pointer;
    transition: opacity 0.2s;
    opacity: 0;
}
.reset_btn_video img{
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
}

.reset_btn_video img:hover{
    transform: rotate(-1turn);
}

.preview_block__video_box video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview_block__img_box_2 {
    width: 401px;
    height: 412px;
    position: absolute;
    right: 0px;
    bottom: -80px;
    z-index: 3;
}




.preview_block__info{
    /* margin-top: 42px; */
    width: 80%;
    max-width: 1100px;
    margin: 62px auto 42px;
    text-align: center;
    background-color: white;
    padding: 42px 0px;
    border-radius: 70%;

    -webkit-box-shadow: 0px 0px 70px 62px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px 0px 70px 62px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 70px 62px rgba(255, 255, 255, 0.8);
}


.preview_block__info h2{
    /* font-size: 48px; */
    font-size: 44px;
    font-weight: 800;
    line-height: 44px;
    /* font-weight: 600; */
    margin: 0px;

}
.preview_block__info p{
    margin-top: 40px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}


.preview_block__info__btn_box{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    /* width: max-content; */
    max-width: 650px;
    margin: 56px auto 0px;
}


.preview_block__info a{
    /* margin-top: 40px; */
    display: block;
    width: 200px;
    height: 59px;
    /* margin: 40px auto 0px; */
}

.preview_block__info a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}









.game_slider {
    width: 100%;
    height: max-content;
    padding: 55px 0px 57px;
    background-image: linear-gradient( 0.25turn, #013ca5, #7e22a9);

}
.game_slider_container {
    width: max-content;
    margin: 0px auto;
}
.game_slider_box {
}
.game_slider__list {
    width: max-content;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.game_slider__list .slick-arrow{
    width: 44px;
    height: 44px;
    margin: 0px 26px;
    cursor: pointer;
}

.slick-list{
    width: 780px;
    height: 420px;
    border-radius: 50px;
    overflow: hidden;
}

.slick-track{
    width: max-content;
    height: 420px;
    display: flex;
}

.game_slider_item {
    width: 760px;
    height: 420px;
    display: block;
    /* width: 951px; */
    /* width: 100%; */
    /* height: 544px; */
}

.game_slider_item img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}





/* ------------------ */

footer{

}


/* <a href="" class="play_now">
    <img src="./images/Button_green 1.png" alt="">
    <span>PLAY NOW!</span>
</a> */

.play_now{
    width: 234px;
    height: max-content;
    margin: 84px auto 0px;
    display: block;
    text-decoration: none;
    text-align: center;
}
.play_now img{
    width: 100%;
}
.play_now span{
    margin-top: 12px;
    color: #00193E;
    font-weight: 800;
    font-size: 38px;
    line-height: 38px;
}

.footer{
    width: 100%;
}

footer ul{
    display: flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    height: max-content;
    margin: 141px auto 50px;
    list-style: none;
    padding: 0px;
    flex-wrap: wrap;
}


footer ul li{
    margin: 0px 113px;
}

footer ul li a{
    text-decoration: none;
    color: #00193E;
    font-size: 32px;
    font-weight: 500;
}

footer ul li .active{
    color: #0056FF;
}

/* <footer>

<a href="" class="play_now">
    <img src="./images/Button_green 1.png" alt="">
    <span>PLAY NOW!</span>
</a>

<ul>
    <li><a href="">Privacy Policy</a></li>
</ul>

</footer> */



.privacy_policy .container{
    width: 1336px;
    font-size: 32px;
}
.privacy_policy h2{
    text-align: center;
    margin: 74px 0px;
    font-size: 64px;
}
.privacy_policy q{
    font-style: italic;
    display: inline-block;
    margin-bottom: 74px;
}

.privacy_policy h4{
    margin-top: 74px;
    margin-bottom: 55px;
}

.privacy_policy a{
    color: #0056FF;
}

.privacy_policy ul{
    margin-top: 12px;
}

.privacy_policy ul li{
    margin-bottom: 6px;
}


@media screen and ( max-width: 1400px){
    
    .container {
        max-width: 1090px;
    }
    .preview_block__container {
        width: 1090px;
        padding-top: 90px;
    }
    

    .preview_block__img_box_1 {
        width: 301px;
        height: 315px;
    }
    .preview_block__video_box {
        width: 780px;
        height: 420px;
    }
    .preview_block__img_box_2 {
        width: 301px;
        height: 312px;
    }
    

    /* ================ */

    .slick-list{
        width: 780px;
        height: 420px;
        border-radius: 50px;
        overflow: hidden;
    }
    
    .slick-track{
        height: 420px;
    }
    
    .game_slider_item {
        width: 760px;
        height: 420px;
    }





    .privacy_policy .container{
        font-size: 22px;
    }
    .privacy_policy h2{
        margin: 50px 0px;
        font-size: 44px;
    }
    .privacy_policy q{
        margin-bottom: 50px;
    }
    
    .privacy_policy h4{
        margin-top: 50px;
        margin-bottom: 25px;
    }

}




@media screen and ( max-width: 1100px){
    
    .container {
        max-width: 800px;
    }
    .preview_block__container {
        width: 800px;
        padding-top: 90px;
    }
    

    .preview_block__img_box_1 {
        width: 201px;
        height: 215px;
        bottom: -30px;

    }
    .preview_block__video_box {
        /* width: 780px;
        height: 420px; */
        width: 600px;
        height: 320px;
    }
    .preview_block__img_box_2 {
        width: 201px;
        height: 212px;
        bottom: -40px;
    }
    

    /* ================ */

    .slick-list{
        width: 600px;
        height: 320px;
        border-radius: 50px;
        overflow: hidden;
    }
    
    .slick-track{
        height: 320px;
    }
    
    .game_slider_item {
        width: 600px;
        height: 320px;
    }
}




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

    .hader_logo h4{
        font-size: 22px;
        line-height: 22px;
    }
    .header_box a{
        font-size: 16px;
        line-height: 16px;
    }
    
    .container {
        /* max-width: 800px; */
        width: 95%;
    }
    .preview_block__container {
        width: 95%;
        padding-top: 40px;
    }
    

    .preview_block__img_box_1 {
        display: none;
    }
    .preview_block__video_box {
        width: 100%;
        height: 360px;
    }
    .preview_block__img_box_2 {
        display: none;
    }

    .play_btn_video{
        width: 50px;
        height: 50px;
    }



    

    .preview_block__info{
        margin: 24px auto 20px;
        padding: 14px 0px;
        
        -webkit-box-shadow: 0px 0px 20px 16px rgba(255, 255, 255, 0.8);
        -moz-box-shadow: 0px 0px 20px 16px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 0px 20px 16px rgba(255, 255, 255, 0.8);
    }

    .preview_block__info h2{
        font-size: 24px;
        line-height: 24px;
    }

    .preview_block__info p{
        font-size: 20px;
        line-height: 24px;
        margin-top: 20px;
    }

    .preview_block__info a{
        width: 140px;
        height: 42px;
    }

    .preview_block__info a img{
        width: 100%;
    }

    /* ================ */

    .slick-list{
        width: 80vw;
        width: calc( 95vw - 100px );

        /* width: ; */
        height: 320px;
        border-radius: 50px;
        overflow: hidden;
        margin: 0px 10px;
    }

    .game_slider__list .slick-arrow{
        width: 38px;
        height: 38px;
        margin: 0px;
    }
    
    .slick-track{
        height: 320px;
    }
    
    .game_slider_item {
        width: 80vw;
        width: calc( 95vw - 100px );
        /* width: 600px; */
        height: 320px;
    }



    .play_now{
        width: 180px;
        margin-top: 40px;
    }

    .play_now span{
        font-size: 24px;        
    }


    footer ul{
        margin-top: 80px;
    }

    footer ul li a{
        font-size: 20px;
    }

    footer ul li{
        margin: 0px 42px;
    }





    .privacy_policy .container{
        font-size: 18px;
        width: 95%;
    }

    .privacy_policy h2{
        text-align: center;
        margin: 40px 0px;
        font-size: 36px;
    }
    .privacy_policy q{
        font-style: italic;
        display: inline-block;
        margin-bottom: 30px;
    }
    
    .privacy_policy h4{
        margin-top: 30px;
        margin-bottom: 12px;
    }
    
    .privacy_policy a{
        color: #0056FF;
    }
    
    .privacy_policy ul{
        margin-top: 6px;
    }
    
    .privacy_policy ul li{
        margin-bottom: 4px;
    }
    


}



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

    .preview_block__video_box {
        width: 100%;
        height: 250px;
    }

    .reset_btn_video{
        width: 20px;
        height: 20px;
        top: 20px;
    }

    .game_slider{
        padding: 25px 0px 27px;
    }
    .slick-list{
        height: 220px;
    }

    .slick-track{
        height: 220px;
    }
    
    .game_slider_item {
        height: 220px;
    }

    .preview_block__info__btn_box{
        margin-top: 22px;
    }


    .preview_block__info__btn_box {
        justify-content: center;
    }


    .preview_block__info a{
        margin: 0px 10px 12px; 
    }

    .preview_block__info a img{
        width: 100%;
    }



    .play_now{
        width: 140px;
        margin-top: 40px;
    }

    .play_now span{
        font-size: 20px;        
    }


    footer ul{
        margin-top: 66px;
    }

    footer ul li a{
        font-size: 16px;
    }

    
}



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

    .header_box ul li {
        margin-right: 14px;
    }

    .preview_block__container{
        padding-top: 20px;
    }

    .preview_block__video_box {
        width: 100%;
        height: 200px;
        border-radius: 20px;
    }

    .reset_btn_video{
        top: 10px;
        right: 10px;
    }

    .preview_block__info{
        margin-bottom: 0px;
    }
    .preview_block__info p{
        font-size: 16px;
        margin-top: 12px;
    }

    .preview_block__info a{
        width: 120px;
        height: 36px;
        /* margin-top: 14px; */
    }

    .slick-list{
        height: 170px;
        width: calc( 95vw - 80px );
        border-radius: 20px;
    }
        
    .game_slider__list .slick-arrow{
        width: 30px;
        height: 30px;
    }

    .slick-track{
        height: 170px;
    }

    .game_slider_item {
        height: 170px;
    }



    
    .play_now{
        width: 110px;
    }

    .play_now span{
        font-size: 16px;        
    }


    footer ul{
        margin-top: 66px;
    }

    footer ul li a{
        font-size: 16px;
    }

    footer ul li{
        margin: 0px 22px;
    }




    
    .privacy_policy .container{
        font-size: 16px;
    }
    .privacy_policy h2{
        margin: 32px 0px;
        font-size: 28px;
    }
    .privacy_policy q{
        margin-bottom: 23px;
    }

    .privacy_policy h4{
        margin-top: 30px;
        margin-bottom: 12px;
    }


    .privacy_policy ul{
        margin-top: 8px;
    }

    .privacy_policy ul li{
        margin-bottom: 4px;
    }

}


@media screen and (max-width: 375px){
    .slick-list{
        height: 150px;
    }

    .slick-track{
        height: 150px;
    }

    .game_slider_item {
        height: 150px;
    }

}

