*{
    margin: 0;
    padding: 0;

}
html{
    font-family: sans-serif;
    line-height: 1.15;
}
body{
    font-family: "Montserrat", Arial, sans-serif;
    color: #fff;
    background: #0061C3;
    position: relative;
    height: 100%;
    min-height: 100vh;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}
::-webkit-scrollbar-button {
    width: 8px;
    height: 10px;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #004892;
    border-radius: 50px;
}
::-webkit-scrollbar-track {
    background: rgba(0,72,146,0.4);
    border-radius: 50px;
    opacity: 0.4;
}


a{
    border: 0;
    cursor: pointer;
    text-decoration: none;    
    color: #fff;
    background: transparent;
}
i{
    cursor: pointer;
    margin: 0!important;
}
ul, li{
    list-style: none!important;
    padding: 0;
    margin: 0;        
}
h1, h2, h3, h4{    
    color: #fff;
}
.home-title{        
    font-family: "Montserrat SemiBold", Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 1.75rem;    
    margin: 20px 10px;
}
p{    
    line-height: 1.5;
}
input, button{
    border: 0;    
}
.title-game{
    color: #282725;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.15s;
}

img{
    width: 100%;
    height: auto;
    cursor: pointer;  
}
.container{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.font-bold{
    font-weight: bold;
}
.d-block{
    display: block;
}
.d-flex{
    display: flex;
}
.d-r-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.d-c-flex{
    display: flex;
    flex-direction: column;
}
.sp{
    justify-content: space-between;
}
.bz{
    box-sizing: border-box;
}
.p-r{
    position: relative;
}
.bg-fff{
    background-color: #fff;
}
.absolute{
    position: absolute;
    top: 50%;
}
.text-overflow{    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
.text-center{
    text-align: center;
}
.m-r{
    margin-right: 10px;
}
.m-t{
    margin: 10px 0;
}
.flex-start{
    justify-content: flex-start;
}
.gif{
    width: 100%;
    text-align: center;
}
#loading_img{
    width: 32px;
    height: 32px;
    background-color: transparent!important;
}
.hidden{
    display: none;
}
.w-full{
    width: 100%;
}
.h-full{
    height: 100%;
}
.font-fff{
    color: #fff;
}
.flex-1{
    flex: 1;
    overflow: hidden;
}
.al{
    align-items: center;
}

/*menu*/
.menu{
    background-image: linear-gradient(to bottom, #007fff, #007af5, #0075ec, #0070e2, #006bd9, #0069d4, #0066cf, #0064ca, #0063c8, #0063c6, #0062c5, #0061c3);
    box-shadow: 0 5px 10px rgba(12,57,103,0.4);
    position: relative;
    height: 100px;
}
.logo{
    width: 86px;
    height: 90px;
    margin-top: 10px;
}
.group-header{
    margin-left: 20px;        
}

.a-header{
    box-shadow: 0px 5px 0 #3E8E0C;
    padding: 15px 25px;
    background-color: #59B220;
    text-transform: uppercase;
    font-family:Oswald, sans-serif;
    border-left: 1px solid #5EC61C;
    border-right: 1px solid #3E8E0C;
}
.search-box{
    border-radius: 30px;
    width: 64px;
    height: 44px;
    box-shadow: 0 4px 0 #3E8E0C;
    background-color: #56AD1E;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.search-showing{
    position: absolute;
    top: 0;
    margin-top: 100px;
    background: rgba(0,35,70,0.93);
    color: #fff;
    padding: 30px;
    z-index: 10;
    padding-right: 70px;
    display: none;        
}
.txt-search{
    padding: 10px 25px;
    font-family: "Montserrat", Arial, sans-serif;
    background-color: transparent;
    color: #fff;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-left: 0;
}
.closed{
    width: 40px;
    height: 40px;
    right: 25px;
    transform: translateY(-50%);
    justify-content: center;
    cursor: pointer;
}
.txt-close{
    position: relative;
    width: 100%;
    height: 2px;
}
.txt-close::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
    left: 0;
    top: 0;
}
.txt-close::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: rotate(135deg);
    left: 0;
    top: 0;
}

/*mobi menu*/
.fixed-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 55px;
    background: linear-gradient(180deg, #57ad1e 0%, #388f00 100%);
    display: none;
    z-index: 8;
}
.cloud-bar{
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    padding: 5px;
    background-color: #00000026;
}
.line{
    position: relative;
    width: 70%;
    height: 2px;
    background-color: #fff;
}
.line:after{
    position: absolute;
    content: "";
    height: 2px;
    width: 50%;
    background-color: #fff;
    left: 0;
    top: 15px;
}
.line:before{
    position: absolute;
    content: "";
    height: 2px;
    width: 150%;
    background-color: #fff;
    left: 0;
    top: -15px;
}
.bg-op{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.7);
    z-index: 6;
    display: none;
}
.mobile-menu{
    width: 320px;
    height: 100%;
    background-color: #000;
    padding: 20px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -320px; 
    overflow-y: scroll;
    z-index: 20;
    -webkit-transition: right .5s;
    transition: right .5s;
}
.virus{
    padding: 10px 12px;
    border-bottom: 1px solid #777;
    padding-left: 0;
}
/*game-item*/
.game_item{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; 
    margin-top: 15px;
}
.item-list-1{
    transition: all 0.2s;
}
.top1{
    padding: 15px;
}
.p-right{
    padding-right: 15px;
}
.p-left{
    padding-left: 15px;
}
.list-1{
    background-color: #014589;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.5s;

}
.list-2{
    background: #167BE0;
    border-radius: 15px;
    overflow: hidden;
}

.gameone{
    width: 25%;
    padding: 10px;
    max-height: 200px;
}
.gameone img{
    height: 100%;
}
.ab{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, black 100%);
    font-size: 16px;
    text-align: left;
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
    padding: 15px;        
}
.item-list-1{
    border-radius: 15px;
    overflow: hidden;
}

.hover-1:hover{
    box-shadow: 0 3px 20px #a2d0ff;
    transform: rotateX(-0.5deg) rotateY(0.5deg);
}
.replaced{
    display: none;
    position: relative;
}
.replaced i{
    font-size: 18px;
}
.rotate-y{
    -webkit-transition: transform 1s;
}
.rotate-y:hover{
    transform: rotateY(180deg);
}
.zz{
    -webkit-transition: all 0.5s;
}
.rotate-y:hover .zz{
    transform: rotateY(-180deg);
}
.gameall{
    width: 12.5%;
}

.not_found{
    padding: 0 10px 10px;

}

/*game-slug*/
.game-play{
    background-color: #0d0e53;
    padding: 15px;
}
.game-frame{
    max-width: 1000px;
    margin: 0 auto;
}
.inside-bread{
    background: #004f9e;
    border-radius: 0;
    color: #000;
    font-family: 'Oswald', sans-serif;
    padding: 6px 32px 5px;
    margin: 0;
}
.pick{
    display: inline-block;
    text-transform: uppercase;
    color: #2481e0;
}
.game-name{
    color: #72b7ff;
    cursor: default;
}
.game-name:before{
    content: "/";
    padding: 0 10px;
}    
.title-play{
    margin-top: 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
#iframehtml5{
    display: block;
}
#expand{
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, black 100%);
    justify-content: center;
    padding: 5px;
    font-size: 24px;
}
.relate-games{
    background-color: #00093B;
}
.inside-relate{
    margin-top: 20px;
    padding: 16px 0;
}
.title-speacial {
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.title-speacial:before,
.title-speacial:after {
    background-color: #4c9fd5 ;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.title-speacial:before {
    right: 0.5em;
    margin-left: -50%;
}

.title-speacial:after {
    left: 0.5em;
    margin-right: -50%;
}
.game_relate{
    width: 16.6667%;
}
.game-library{
    margin: 0 45px;
}
.custom-games{
    padding: 30px 20px 20px;
}
.title-option{
    font-size: 20px;
    margin: 8px 0;
}
.meta{
    height: 38px;
    line-height: 38px;
    background-color: #3E8BFF;
    color: #fff;
    border-bottom: solid 4px #004FC4;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-radius: 45px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.more-games{
    border-radius: 2.5rem 2.5rem 0 0;
    background: linear-gradient(180deg, #6AC0FF, #004CCD);
    color: #fff;
    margin: auto;
}
.game-recommended{
    padding: 15px;
    width: 12.5%;
}
.img-source{
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: 0.1s;
}
.img-source img{
    height: 100%;
}    
.b-to-c{
    text-align: center;
    box-sizing: border-box;
    padding: 5px 10px;
}
.title-intro{
    margin-left: 15px;
    margin-right: 15px;
}


/*footer*/
.footer{
    background-color: #004992;
}
.description{
    padding: 15px;
}
.p-des{
    font-weight: lighter;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.links{
    min-height: 70px;
    justify-content: center;    
}
.link{
    margin-right: 10px;
    padding: 8px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s;
    font-weight: 600;
    border: 1px solid transparent;
}

#back-to-top{
    position: fixed;
    right: 30px;
    bottom: 55px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    z-index: 4;
    font-size: 1.5rem;
    transition: background 450ms cubic-bezier(0.23, 1, 0.32, 1),opacity 0.4s ease; 
    font-family: sans-serif;
    opacity: 0.8;
    background: #FF6B02;
    color: #fff;
}
/*//pagination*/
.paging_section{
    box-sizing: border-box;
    margin-top: 18px;
    margin-bottom: 8px;
}
.s_paging{
    justify-content: center;
}
.go_top{
    background-color: #00A8FF;
    color: #fff;
    margin: 3px;
    border-radius: .6em;
    border-color: #00A8FF;
    line-height: 16px;
    transition: 0.2s;
    padding: 10px 14px;
    border-bottom: 4px solid transparent;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}
.new-bg{
    background-color: #52AFFF;
}
/*hover*/
.a-header:hover{
    background-color: #3E8E0C;
    transition: 0.2s;
}
.search-box:hover{
    box-shadow: 0 4px 0 #44a00a;
    background-color: #6fc338;
}
.go_top:hover{
    background-color: #e9ecef;
    color: #0056b3;
}
#back-to-top:hover{
    opacity: 1;
}
.meta:hover{
    background-color: #004FC4;
    border-bottom: solid 4px #0042A3;
}
.link:hover{
    border-color: #fff;
}
.item-recommended:hover .img-source{
    border-color: #fff;
}


@media screen and (max-width: 991px){    
    .over-top1{
        flex-direction: column;
    }    
    /*    footer*/
    .links{
        flex-direction: column;
        line-height: 1.5;
        padding-top: 20px!important;
        padding-bottom: 20px!important;
        height: auto;
        border-width: 1px;
        border-top-width: 10px;
        border-bottom-width: 1px;
    }
    .link, .game-library{
        margin: 0;
    }    
    .flex-1{
        padding: 0!important;
        margin-bottom: 20px;
    }


}
@media screen and (max-width: 767px) {
    .menu{
        height: 55px;
    }
    .logo{
        height: 45px;
    }
    .logo img{
        height: 100%;
    }
    .menu-header{
        display: none;
    }
    .search-showing{
        margin-top: 55px;
        padding: 20px;
    }

    .top1{
        padding: 0;
    }
    .search-box{
        background: #00000026 !important;
        border: 0!important;
        box-shadow: none!important;
        outline: 0;
    }
    .game_item{
        margin-top: 30px;
    }    
    .fixed-menu{
        display: block;
    }
    .img-source{
        height: auto;
    }
    #back-to-top{
        right: 15px;
    }

}

@media screen and (max-width: 480px){
    .gameone, .game-recommended{
        width: 50%!important;
        max-height: unset;
        padding: 10px!important;
    }
}
@media screen and (min-width: 481px) and (max-width: 767px ){
    .gameone, .game-recommended{
        width: 33.33%!important;
        max-height: unset;
        padding: 10px!important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px){   
    .gameone, .game-recommended{
        width: 20%!important;
        max-height: unset;
        padding: 10px!important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1500px){
    .flex-3, .flex-2{
        flex: 1;
    }
    .flex-3{
        padding-right: 15px;
    }
    .flex-2{
        padding-left: 15px;
    }


}