
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}
main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box; 
    height: 0; 
    overflow: visible; 
}

pre {
    font-family: monospace, monospace;  
    font-size: 1em; 
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none; 
    text-decoration: underline; 
    text-decoration: underline dotted; 
}
b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;  
    font-size: 1em;  
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; 
    font-size: 100%;  
    line-height: 1.15;  
    margin: 0;  
}

button,
input {  
    overflow: visible;
}

button,
select {  
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;  
    color: inherit; 
    display: table; 
    max-width: 100%; 
    padding: 0; 
    white-space: normal; 
}
progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; 
    outline-offset: -2px; 
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button; 
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

html {
    margin: 0;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: Roboto, sans-serif;
    min-height: 100vh;
}

body {
    vertical-align: baseline;
    background-color: #1e1b1b;
    min-height: 100%;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden;
    font-size: 14px;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease 0s, background-image 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s, background-image 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s, background-image 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, background-image 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
}

i {
    cursor: pointer;
    margin: 0!important;
}

ul, li {
    list-style: none!important;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

table {
    border-collapse: collapse;
}

table th, table td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

input, select, textarea, button {
    background-color: transparent;
    font-size: 14px;
    color: #333;
    outline: none;
}

button {
    -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
}

input, button {
    border: 0;
}

img {
    height: 100%;
    cursor: pointer;
    width: 100%;
}

p {
	font-size:  16px;
	margin-bottom: 15px;
	
}

.p-8 {
    box-sizing: border-box;
    padding: 0 8px;
}

.container {
    position: relative;
    max-width: 1162px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.mini-container {
    max-width: 1024px
}

.row {
    width: 100%;
    overflow: hidden;
}

.font-bold {
    font-weight: bold;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline-block;
}

.d-flex {
    display: flex;
}

.d-r-flex {
    display: flex;
    flex-wrap: wrap;
}

.d-c-flex {
    display: flex;
    flex-direction: column;
}

.sp {
    justify-content: space-between;
}

.jc {
    justify-content: center;
}

.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;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.m-r {
    margin-right: 10px;
}

.m-t {
    margin: 10px 0;
}

.flex-start {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

.gif {
    width: 100%;
    text-align: center;
}

#loading_img {
    width: 42px;
    height: 42px;
    background-color: transparent!important;
}

.hidden {
    display: none;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.font-fff {
    color: #fff;
}

.al {
    align-items: center;
}

.btn {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    background-color: #e83e8c;
    min-width: 10px;
    cursor: pointer;
    white-space: nowrap;
}


/*menu css*/

header {
	background: linear-gradient(to bottom, #020202 0, #000000 100%);
    box-shadow: 0 0 8px 0 #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.group-menu {
    height: 60px;
    justify-content: space-between;
    position: relative;
}

.menu-item-mobile {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 4px;
    top: 14px;
    padding: 4px;
    box-sizing: border-box;
    display: none;
}

.menu-logo {
    width: 165px;
    height: 41px;
    margin-right: 20px;
}

.menu-header-box {
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    max-width: 500px;
    overflow-x: auto;
}

.menu-item {
    color: #fff;
    border-right: 1px solid #ce4fa1;
    padding: 0 12px;
    text-transform: capitalize;
    white-space: nowrap;
}

.menu-item:hover {
    color: #f29c76;
}

.menu-header-box .menu-item:last-child {
    border-right: 0;
}

.search-box-menu {
    margin-left: auto;
}

.form-input {
    background: #fff;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    border: 0;
    padding: 0 40px 0 10px;
    font-size: 18px;
    color: #252222;
    font-weight: 500;
    box-sizing: border-box;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.form-button {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    box-sizing: border-box;
    padding: 8px;
    cursor: pointer;
}

.left-mobile-menu {
    position: fixed;
    width: 220px;
    background: #9a0a6b;
    top: 60px;
    left: -220px;
    transition: left 0.5s ease;
    color: #fff;
    height: auto;
    overflow-y: auto;
    z-index: 10;
    max-height: 400px;
}

.inner-mobile-menu {
    padding: 10px;
}

.per-mobile-item a {
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

/*game_item*/

.game_item {
    min-height: 90vh;
}
.forEachGame{
    clear: both;
    overflow: hidden;
}
.gameBox {
    width: 166px;
    padding: 8px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}
.game-on-ads{
    width: 332px;
    height: 332px;
}
.throw-ads-300{
    width: 100%;
    height: 100%;
}
.aGameBox {
    width: 150;
    height: 150px;
}

.aGameBox img {
    background: #fff url('../imgs/loading-image.gif') 50% 50% no-repeat;
}

.bGameBox, .aGameBox {
    box-shadow: 2px 2px 7px -3px #1f1f1f;
    border-radius: 15px;
    overflow: hidden;
}

.bGameBox img, .aGameBox img {
    transition: .2s ease-in-out;
}

.game-name {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 90%);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-shadow: 0 0 3px #000;
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: 3;
    padding: 10px 3%;
    /*pointer-events: none;*/
    color: #fff;
    text-align: center;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
}

.aGameBox:hover .game-name {
    opacity: 1;
}

.aGameBox:hover img {
    transform: scale(1.05);
}

.row-title {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
    padding: 0 8px;
    box-sizing: border-box;
    line-height: 2;
}

.home-title {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    text-shadow: 1px 1px 3px #787878;
    text-transform: capitalize;
}

/*game_play*/

.horizontal-ads{
    width: 172px;
    padding: 8px;
}
.throw-ads-300{
    display: flex;
    align-items: center;
}
.game-box {
    justify-content: space-between;
}

.mini-game {
    width: 107px;
    box-sizing: border-box;
    padding: 0 8px;
    display: none;
}

.frame-box-game {
    width: 100%;
    max-width: 836px;
}

.iframeBox {
    background: radial-gradient(ellipse closest-side, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .5) 100%);
}

.game-minishow {
    width: 91px;
    height: 91px;
    box-shadow: 0 5px 10px 5px rgb(0 0 0 / 20%);
    border-radius: 20px;
    background: #e9eff2;
    overflow: hidden;
    margin-top: 18px;
}

.mini-game .game-minishow:first-child {
    margin-top: 0;
}

.game-info-content {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #464646;
    line-height: 2;
}

.inner-game-info-content {
    padding: 25px 15px;
    background-color: #fff;
}

.sub-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.content-info h2, .content-info h3, .content-info h4 {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}

.tagcate {
    display: inline-block;
    padding: 3px 10px;
    background-color: #c12c7c;
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 10px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.15s;
    font-size: 12px;
    cursor: pointer;
}

.tagcate:hover {
    transform: translateY(-2px);
}

.comment-box-app {
    margin: 10px -8px;
}

.new-game-update .sub-title {
    color: #fff;
}

#expand {
    cursor: pointer !important;
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0px !important;
    ;
    border: 0px !important;
    ;
    left: 0px !important;
    ;
    right: 0px !important;
    cursor: pointer !important;
}

.expander {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 9px;
    right: 15px;
}

/*pagination*/

.s_paging {
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
    justify-content: center;
}

.go_top {
    margin: 0 5px;
}

.active_ {
    color: #fff;
    border-color: #c34d85;
    background: #e9bed3 linear-gradient(#db0000, #890c0c);  
    box-shadow: 0 0 3px #333, inset 0 2px 0 #ffd1e8;
}

.go_top:hover {
    color: #fff;
    border-color: #c34d85;
    background: #e9bed3 linear-gradient(#db0000, #890c0c);
    box-shadow: 0 0 3px #333, inset 0 2px 0 #ffd1e8;
}

/*not found*/

.not_found {
    width: 100%;
    padding: 25px 15px;
    box-sizing: border-box;
    background: #fff;
    color: #464646;
    line-height: 2;
}

.search_found li {
    list-style: disc!important;
    list-style-position: inside!important;
}

/*footer*/

footer {
    background: linear-gradient(to bottom, #db0000 0, #890c0c 100%);
    box-shadow: 0 0 8px 0 #ac0475;
    margin-top: 40px;
}

.inner-row-footer {
    overflow: hidden;
    text-align: center;
    padding: 25px 0;
}

.link {
    padding: 4px 6px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
}

.link:hover {
    color: #f29c76;
}

#back-to-top {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 10px;
    bottom: 30px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.15s;
    background-color: #fff;
    box-sizing: border-box;
    color: #464646;
    border-radius: 50%;
}

#back-to-top:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
}
.throw-ads-970x90, .throw-ads-160, .throw-ads-768x90, .throw-ads-468x60, .throw-ads-320x250{
    display: none;
}
.info-game-left {
    max-width: 100%;
}
@media (min-width:921px){
    .throw-ads-768x90{
        display: block;
    }
}
@media (min-width:1200px){
    .mini-game{
        display: block;
    }
    .throw-ads-970x90, .throw-ads-160-right{
        display: block;
    }
}
@media (min-width: 1081px) and (max-width:1161px) {
    .container {
        width: 996px;
    }
    .frame-box-game{
        width: 980px;
    }
}

@media (min-width: 921px) and (max-width:1080px) {
    .container {
        width: 830px;
    }
    .frame-box-game{
        width: 814px;
    }
}

@media (max-width:920px) {
    .container {
        width: 664px;
    }
    .group-menu .menu-header-box, .group-menu .search-box-menu {
        display: none;
    }
    .group-menu {
        justify-content: center;
    }
    #back-to-top {
        visibility: hidden;
    }
    .menu-item-mobile {
        display: block;
    }
    .menu-logo {
        margin-right: 0;
    }

    .frame-box-game {
        width: 100%;
        box-sizing: border-box;
        padding: 0 8px;
    }
}
@media (min-width:576px) and (max-width:920px){
    .throw-ads-468x60{
        display: block;
    }
}
@media (max-width:750px) {
    .container {
        width: 100%;
    }
    .forEachGame {
        text-align: center;
    }
    .gameBox{
        float: none;
    }
    .game-on-ads{
        display: none;
    }
}
