body {
    background-color: rgb(226, 226, 226);
    font-family: 'Macondo', cursive;
}
p{
    margin: 0;
}
a{
    text-decoration: none;
    color: #000;
}
h1, h2, h3{
    margin: 0!important;
}
.page-default{
   
}
.site-logo{
    float: left;
}
.site-logo a{
        text-transform: capitalize;
    font-size: 26px;
    font-weight: 600;
    padding: 10px;
}
.about{
    float: right;
    margin-top: 10px;
}
.about a{
    font-weight: 600;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    border-radius: 28px 28px 28px 28px;
    padding: 10px;
}
.iframe-game-container{
    max-width: 1031px;
    margin: 0 auto;
}
.baner{
    float: left;
}
.baner img{
    max-height: 47px;
    max-width: 47px;
}
.game-banner{
    border-top: 1px solid #dedede;
    background: white;
    overflow: hidden;
    padding: 10px;
}
.game-banner-title h1{
    padding: 0 8px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}
.game-banner-title{
    float: left;
    margin-top: 10px;
}
.game-banner-fullscreen{
    float: right;
}
.content{
    max-width: 1614px;
    margin: auto;
    padding-top: 60px;
}
.games{
    width: 12.5%;
    padding: 15px;

}
.img-game{

}
.img-game img{
    width: 100%;
}
.game-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0.825rem;
    text-align: center;
    font-weight: 800;
    background: rgba(255,255,255,0.75);
    color: #333;
    opacity: 0;
    padding: 0 10px;
    text-transform:capitalize;
}
.title{
    color: #000;
    font-size: 10px;
    font-family: monospace;
    text-transform: capitalize;
}
.test:hover .game-title{
    opacity: 1;
}
.featured_games{
    display: flex;
    justify-content: center;
    display: flex;
}
.shadow{
    box-shadow: rgb(0 0 0 / 30%) 0px 6px 12px 1px;
}
.test{
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.torus{
    margin-top: 1.61em;
    width: 100%;
    text-align: center;
    font-size: 21px;
    text-transform: capitalize;
    margin-bottom: 28.54px;
}
.lits{
    float: left;
    width: 8.888%;
    padding: 6px;
}
.paging{
    text-align: center;
    margin-bottom: 20px;
}
.paging a{
    padding: 6px 16px;
    margin: 0 10px;
    font-size: 21px;
    font-weight: 600;
    border: 4px solid #000;
    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;
}
.content-wrapper{
    max-width: 820px;
    margin: auto;
    margin: 1.61rem auto;
    border: 1px solid #dedede;
    border-radius: 30px;
    padding: 1.61rem;
    background: white;
    color: #333;
    box-shadow: rgb(0 0 0 / 30%) 0px 6px 12px 1px;
}
.center-text{
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 12px;
}
.set{
    font-family: monospace;
    text-align: center;
}
.how{
    text-align: center;
    padding: 15px 0;
}
.footer{
    text-align: center;
}
.top{
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: -50px;
}
.top a{
    border-radius: 30px;
    background: white;
    box-shadow: rgb(0 0 0 / 30%) 0px 6px 12px 1px;
    padding: 10px;
}
.ind-iframe{
    margin-top: 50px;
}
.p p{
    font-family: monospace;
}
.ads{
    text-align: center;
}
.txt{
    text-transform: capitalize;
    font-size: 10px;
}
.l{
    /*    float: left;
        height: 600px;
        width: 160px;
        background: white;
        margin-top: 35px;*/
    height: 600px;
    width: 160px;
    background: white;
    margin-top: 83px;
    position: absolute;
    left: 200px;
}
.r{
    /*    float: right;
        height: 600px;
        width: 160px;
        background: white;
        margin-top: 35px;*/
    height: 600px;
    width: 300px;
    background: white;
    margin-top: 83px;
    position: absolute;
    right: 60px;
}
.divmbile{
    padding: 10px;
}
.hid{
    padding: 25px 0;
    display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .games {
        width: 20%;
        padding: 10px;
    }
    .lits {
        width: 16.666% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .games {
        width: 25%;
        padding: 10px;
    }
    .game-title {
        font-family: monospace;
    }
    .lits {
        width: 20%!important;
    }
    .game-info{
        padding: 10px;
        padding-top: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .games {
        width: 50%;
        padding: 10px;
        float: left;
    }
    .featured_games {
        display: block;
    }
    .lits {
        width: 50%!important;
    }
    .about {
        text-align: center;
        float: none;
        margin-top: 15px;
    }
    .site-logo {
        text-align: center;
        float: none;
    }
    .iframe-game-container {
        padding: 10px;
    }
    .game-banner-fullscreen {
        display: none;
    }
    .baner {
        float: left;
        display: none;
    }
    .content-wrapper {
        padding: 10px;
    }
    .game-info{
        padding: 10px;
    }
    .top{
        margin-top: -65px;
    }
}

@media only screen and (max-width: 1413px){
    .l {
        display: none;
    }
    .r{
        display: none;
    }
    .lits {
        width: 9.090%;
    }
    .hid{
        display: block;
    }
}

@media only screen and (max-width: 1800px){
    .l{
        float: left;
        height: 600px;
        width: 160px;
        position: unset;
        background: white;

    }
    .r{
        float: right;
        height: 600px;
        width: 160px;
        position: unset;
        background: white;
    }
}