body {
    background: #fff;
    font-family: 'M PLUS 1p', sans-serif;
}
p{
    margin: 0;
}
a{
    text-decoration: none;
    color: #000;
}
h1, h2, h3{
    margin: 0!important;
}
.Padd{
    padding: 20px;
}
.Container {
    max-width: 1327px;
    margin: 0 auto;
}
.Header_menu{
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
    background: #e5e5e6;
    border-radius: 15px;
}
.Logo{
    float: left;
    margin-left: 20px;
    margin-top: -10px;
}
.Logo a{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px;
    background: #fff;
    border-radius: 30px;
    border: 8px solid #e5e5e6;
}
.Logo:hover a{
    color: blue;
}
.Item{
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: -10px;
}

.Item a{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 30px;
    background: #fff;
    border-radius: 30px;
    border: 8px solid #e5e5e6;
}
.Item:hover a{
    color: blue;
}
.Top-games{
    width: 25%;
    float: left;
    padding-right: 10px;
}
.Block-title{
    padding: 20px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: -20px;
}
.Gb{
    border-radius: 20px;
    background: #e5e5e6;
    overflow: hidden;
}
.Game_play{
    width: 75%;
    float: right;
    padding: 0 0 0 10px;
    border-radius: 20px;
    padding: 20px;
    padding-top: 0;
    margin-right: -20px;
}
.Game{
    background: #e5e5e6;
    border-radius: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    padding: 20px;
    overflow: hidden;
}
.Iframe{
    border-radius: 20px;
    overflow: hidden;
}
#expand{
    background: #fff;
    border-radius: 20px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 15px;
}
.Game_title{
    margin-bottom: 10px;
}
.Game_title h1{
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -.02em;
    color: #25272a;
    text-transform: uppercase;
    font-weight: bold;
}
.Similar-gameslist{
    padding: 10px;
}
.Similar-gamesitem{
    width: 50%;
    float: left;
    padding: 8px;
}
.image img{
    border-radius: 15px;
    width: 100%;
}
.Title{
    padding: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -.02em;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    display: block;
    text-transform: capitalize;
}


.Similar-gamesitem:hover .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 6px solid #ffc631;
    border-radius: 15px;
    overflow: hidden;
}
.adv{
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-top: 50px;
    border: 1px solid rgba(79,83,87,.15);
}
.Game_description{
    background: #fff;
    border-radius: 20px;
    margin-top: 50px;
    padding: 20px;
    overflow: hidden;
}
.Game__description_img{
    margin-right: 20px;
    float: left;
}
.Game__description_img img{
    border-radius: 20px;
}
.Game__description{
    text-transform: capitalize;
    font-size: 14px;
    text-align: initial;
}
.Gamedescription{
    text-align: justify;
    font-size: 16px;
}
.Warning{
    width: 20%;
}
.Full_games{
    border-radius: 20px;
    background: #e5e5e6;
    overflow: hidden;
    margin-top: 50px;
}
.How{
    font-size: 15px;
    text-align: left;
}
.Left{
    float: left; 
}
.Tx{
    font-size: 21px;
    padding: 18px 0;
}
.Fullscreen{
    margin-top: 18px;
}


.paging{
    text-align: center;
    margin-bottom: 20px;
}
.paging a{
    padding: 6px 16px;
    margin: 0 10px;
    font-size: 21px;
    font-weight: 600;
    border: 4px solid #e5e5e6;
    border-radius: 25%;
}
.paging span{
    border-radius: 25%;
    background: #fff;
    padding: 6px 16px;
    margin: 0 5px;
    font-size: 21px;
    font-weight: 600;
    border: 4px solid #fff;
}
.paging a:hover{
    border: 4px solid #fff;
}

.Ads{
    background: #e5e5e6;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    padding: 10px;
}
.New{
    margin-bottom: 20px;
    overflow: hidden;
}
.Cmt{
    padding: 10px;
}
.Fox{
        text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: -25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Top-games {
        width: 100%;
    }
    .Game_play {
        width: 100%;
        margin: 0;
        margin-top: 50px;
        padding: 0px;
    }

}
@media only screen and (max-width: 767px) {
    .Top-games {
        width: 100%;
    }
    .Game_play {
        width: 100%;
        margin: 0;
        margin-top: 50px;
        padding: 0px;
    }
    .Similar-gamesitem {
    width: 50%;
}
.Item {
    display: none;
}
.Top-games {
    margin-top: 50px;
}

}