body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #e8e8e8;
}


h1,h2,h3,h4 {
    margin: 0;
}
p{
    margin: 0;   
}
a{
    text-decoration: none;
    color: #000;
}
.Logo-home{
    padding: 20px;
    margin-top: 30px;
}
.Logo-home a{
    border-radius: 10px;
    background: #F8F7FC;
    padding: 20px 35px;
    font-weight: bolder;
}
.Padding-top{
    padding-top: 15px;
}
.Header{
    padding: 1rem;
}
.Container {
    width: 100%;
    margin: 0 auto;
}
.Border-radius{
    border-radius: 20px;
    background: #F8F7FC;
    padding: 20px;
}
.Border-radius:after {
    clear: both;
    content: "";
    display: block;
}
.Ads-left{
    width: 10%;
    float: left;
}
.Play-game{
    width: 72%;
    float: left;
}
.Ads-right{
    width: 18%;
    float: right;
}
.Play-section{
    border-radius: 20px;
    background: #fff;
    padding: 1rem !important;
    overflow: hidden;
}
.Game-left{
    width: 14%;
    float: left;
    padding-right: 1rem;
}
.Play-container{
    width: 72%;
    float: left;
}
.Box-player{
    height: 650px;  
}
.Game-right{
    width: 14%;
    float: right;
    padding-left: 1rem;
}
.Box-games{
    width: 100%;
    padding-bottom: 15px;
    transition: transform .15s ease-out;
}
.Img img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 12px 0px;
}

.Element{
    background: #F8F7FC;
    border-radius: 0 0 20px 20px;
    padding: 15px;
}
.Box-games:hover{
    transform: translateY(-6px);
}
#expand{
    transition: transform .15s ease-out; 
}
#expand:hover{
    transform: translateY(-6px);
}
.Element:after {
    clear: both;
    content: "";
    display: block;
}
.Title{
    float: left;
    padding-top: 15px;
}
.Title h1{
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.Full-screen{
    float: right;
}
.Full-screen img{
    width: 50px;
    cursor: pointer;
    margin-right: -8px;
}

/*=========ADS========*/
.Code-ads{
    /*    height: 600px;*/
    /*    background-color:#000;*/
}
.Left{
    width: 160px;
    left: 30px;
    /*    box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 12px 0px;*/
    height: 600px;
}
.Right{
    width: 300px;
    /*    margin-left: 8px;*/
    right: 38px;
    /*    box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 12px 0px;*/
    height: 600px;
}
.Ads-gg{
    margin-left: 13px;
    padding-top: 30px;
}
.Game-info h2{
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
}
.Over{
    overflow: hidden;
    padding: 20px;
}
.Play-row{
    overflow: hidden;  
}
.More-left{
    width: 83%;
    float: left;
}
.More-right{
    width: 17%;
    float: right;
}
.Margin{
    padding: 10px;
}
.W{  
    width: 20%;
    float: left;
    padding: 12px;
    transition: transform .15s ease-out;
}
.H img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 12px 0px;
}
.T{

}
.T h3{
    color: #333;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10px;
    text-transform: capitalize; 
}
.W:hover{
    transform: translateY(-6px);
}

.Paging{
    padding-top: 16px;
    text-align: center;
    margin-bottom: 20px;
}
.Paging a{
    padding: 8px 18px;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    text-decoration: auto;
    border-radius: 0.4rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 12px 0px;
    color: #000;
}
.Paging span{
    background: #fff;
    margin: 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-radius: 0.4rem;
    padding: 8px 18px;
}
.Div-img{
    /*    width: 30%;*/
    float: left;
}
.Ti{
    text-align: center;
    width: 70%;
    float: left;
    padding: 10px;
    margin-bottom: -10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10px;
    text-transform: capitalize;
}
.More-games{
    overflow: hidden;  
}
.Div-w{
    background: #fff;
    overflow: hidden;
    padding: 6px;
    transition: 0.3s;
    box-shadow: 3px 2px 11px 0px rgb(0 0 0 / 15%);
    border-radius:8px;
    margin-top: 20px;
}
.PD{
    padding-right: 8px;
}
.PD img{
    height: 55px;
    width: 70px;
    border-radius: 8px;
}
.Games-hot{
    /*    padding-top: 10px;*/
}
.Games-hot span{
    background: #eee;
    padding: 0px 18px;
    border-radius: 10px;
    font-size: 13px;
    color: red;
    font-weight: bold;
}
.Q h3{
    color: #333;
    font-size: 13px;
    font-weight: bold;
}
.G{
    padding-right: 20px;
}
.Div-w:hover{
    transition: 0.3s;
    background: #FCCC75;
}
.Coder-ads{
    /*    background: #F8F7FC;*/
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
}
.Text{
    text-align: right;
    text-transform: uppercase;
    opacity: .3;
    letter-spacing: 1px;
    color: #000;
    font-size: 8px;
}
.Footer{
    padding: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
}
.Footer-left{
    float: left;
}
.Footer-right{
    float: right; 
}
.Footer-right a{
    padding-left: 10px;
}
.Cmt{
    padding-top: 80px;
}
.Cmt h3{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Game-left {
        width: 0;
        display: none;
    }
    .Play-container {
        width: 100% !important;
    }
    .Display{
        display: none;
    }
    .Ads-right {
        width: 0%;
        display: none;
    }
    .Play-game {
        width: 100% !important;
        float: left;
    }
    .W {
        width: 33.333% !important;
    }
    .More-left {
        width: 100% !important;
        float: left;
    }
    .More-right {
        width: 100% !important;
    }
    .Div-w{
        width: 50%;
        float: left;
        background: none;
        overflow: hidden;
        padding: 6px;
        transition: 0.3s;
        box-shadow: none;
        border-radius: 8px;
        margin-top: 20px;
    }
    .Section-games{
        overflow: hidden;
    }
    .G {
        padding-right: 0px !important;
    }
    .Margin {
        margin: 0 -20px;
    }
    .Mobile{
        background: #fff;
        overflow: hidden;
        padding: 6px;
        transition: 0.3s;
        box-shadow: 3px 2px 11px 0px rgb(0 0 0 / 15%);
        border-radius: 8px;
    }
    .Over {
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .Game-left {
        display: none;
    }
    .Ads-right {
        width: 0%;
        display: none;
    }
    .Play-game {
        width: 100% !important;
        float: left;
    }
    .Play-container {
        width: 100% !important;
    }
    .More-left {
        width: 100% !important;
        float: left;
    }
    .W {
        width: 50% !important;
    }
    .Margin {
        margin: 0px -20px;
    }
    .G {
        padding-right: 0px;
    }
    .Full-screen{
        display: none;
    }
    .More-right {
        width: 100% !important;
    }
    .Over {
        overflow: hidden;
        padding: 20px;
        margin: 0 -20px;

    }
    .Footer-left {
        float: none;
    }
    .Footer-right{
        float: none;
        padding-top: 10px;  
    }
}

@media only screen and (max-width: 1889px){
    .Hide{
        display: none;
    }
    .Ads-left{
        width: 0%!important;
    }
}


@media only screen and (max-width: 1709px){
    .More-left {
        width: 75%;
        float: left;
    }
    .More-right {
        width: 25%;
    }
    .W {
        width: 25%;
    }
    .Ads-left {
        width: 0%;
    }
    .Play-game {
        width: 82%;
        float: left;
    }
    .Right {
        width: 160px !important;
        float: right;
    }
}

@media only screen and (max-width: 1336px){
    .Game-right {
        width: 0%;
        display: none;
    }
    .Play-container {
        width: 86%;
    }
}