@charset "UTF-8";
@font-face {
    font-family: 'fontello';
    src: url(/css/game_75/fonts/fontello.eot);
    src: url('/css/game_75/fonts/fontello.eot') format('embedded-opentype'),
    url(/css/game_75/fonts/fontello.woff2) format('woff2'),
    url(/css/game_75/fonts/fontello.woff) format('woff'),
    url(/css/game_75/fonts/fontello.ttf) format('truetype'),
    url('/css/game_75/fonts/fontello.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.icon-home:before {
    content: '\e802'
}

.icon-search:before {
    content: '\e803'
}

.icon-left-open:before {
    content: '\e805'
}

.icon-play:before {
    content: '\f00f'
}


:root {
    --main-bg-color: #7F2BB0;
    --main-color-highlight: #550eb0;
    --main-bg-color-contrast: #fff;
    --main-color: #5b35ad;
    ---default-radius: 20px
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    background: var(--main-bg-color)
}

a {
    color: #fff;
    font-weight: 600;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

p {
    line-height: 24px
}

a, h1, h2, h3, h4, h5, h6, .grid-thumb-category, .thumb-name, .rating, input, textarea, button, footer {
    font-family: "Dosis", sans-serif
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: var(--main-color);
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-left: 10px
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none
}

.container {
    width: 100%;
    margin: auto;
    max-width: 1240px;
}

.overlay {
    position: fixed;
    background: rgb(0 0 0 / .6);
    opacity: 0;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000
}

.grid-thumb.logo.grid-w-double a {
    margin-left: 58px
}

.grid-thumb.logo.logo-floating .logo-thumb {
    display: block;
    position: fixed;
    z-index: 9
}

.grid-thumb.logo img {
    width: 120px;
    height: 120px;
    display: block
}

.title {
    color: #fff
}

.grid-thumb-title .title {
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    height: 120px;
    margin: 0;
    overflow: hidden
}

.thumb-category {
    text-align: center;
    height: 100px;
    line-height: 100px
}

.thumb-category .thumb-container {
    background: #d4f3ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb-category-image {
    float: left;
    width: 120px
}

.category-image {
    width: 50px;
    height: 50px;
}

.thumb-category-name {
    width: 114px;
    height: 100px;
    font-size: 14px;
    float: right;
    color: var(--main-color);
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 5px
}

.thumb-category-name {
    line-height: 18px
}

.thumb.thumb-category:hover:after {
    opacity: 0
}

.game-container {
    margin: 20px 10px 0;
    border-radius: var(---default-radius);
    position: relative;
    background: none;
    box-shadow: none;
}

.game-thumb-small {
    height: 45px;
    border-radius: calc(var(---default-radius) / 2)
}

.game-container .text-container {
    margin-top: 10px
}

.game-container .thumb-category {
    width: 215px;
    float: left;
    margin: 10px;
}

.text-container .breadcrumbs {
    margin: -2px 0 5px 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden
}

.text-container .breadcrumbs li {
    padding-right: 11px;
    display: inline-block;
    list-style: none;
    position: relative
}

.text-container .breadcrumbs li:after {
    content: "\e806";
    display: block;
    position: absolute;
    right: 1px;
    top: 5px;
    color: var(--main-color);
    font-family: "fontello", serif;
    font-size: 12px
}

.text-container .breadcrumbs li:last-child:after {
    display: none
}

.text-container .breadcrumbs a {
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Dosis", sans-serif
}

.scroll-top {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 55px;
    transition: all .4s;
    box-shadow: 0 6px 8px rgb(0 0 0 / .3);
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    align-items: center;
    justify-content: center;
    min-width: 0;
    z-index: 10001;
}

.scroll-top .scroll-top-content {
    transform: rotate(90deg)
}

.scroll-top .icon {
    font-size: 40px;
    position: relative;
    top: -1px;
    color: var(--main-color);
    align-items: center;
    justify-content: center;
    display: flex;
}

.logo-thumb, .thumb-container {
    border-radius: var(---default-radius);
    box-shadow: 0 6px 10px rgb(0 0 0 / .4)
}

.thumb {
    display: block;
    position: relative;
    transition: all .2s
}

.thumb-container {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: var(---default-radius);
    overflow: hidden
}

.thumb:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(transparent 55%, rgb(0 0 0 / .3));
    opacity: 0;
    transition: opacity .2s;
    border-radius: var(---default-radius)
}

.thumb img {
    width: 100%;
    height: 100%;
    display: block
}

.thumb-name {
    position: absolute;
    width: 100%;
    display: block;
    bottom: -100px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px rgb(0 0 0 / .5);
    transition: all .2s;
    padding: 6% 6%;
    box-sizing: border-box;
    font-size: 12px;
    z-index: 3
}

@media screen and (min-width: 600px) {
    .thumb:hover {
        transform: scale(1.06)
    }

    .thumb:hover .thumb-name {
        bottom: 0
    }

    .thumb:hover:after {
        opacity: 1
    }

    .thumb:hover .thumb-container {
        box-shadow: 0 8px 14px rgb(0 0 0 / .4)
    }
}

.thumb-2x2 img {
    width: 100%;
    height: 100%;
}

.thumb-2x2 .thumb-name {
    font-size: 18px
}

.thumb-3x3 img {
    width: 100%;
    height: 100%;
}

.thumb-3x3 .thumb-name {
    font-size: 20px
}

.text-container {
    background: #fff;
    color: #000;
    box-shadow: 0 6px 8px rgb(0 0 0 / .3);
    padding: 1vw;
    border-radius: var(---default-radius)
}

.text-container a {
    font-family: "Open Sans", sans-serif;
    color: var(--main-color)
}

.text-justify {
    text-align: justify !important
}

.max-1024 {
    max-width: 1024px;
}

input, textarea, select, button {
    color: #000
}

input[type="text"], input[type="passsword"], textarea {
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    border: none;
    border-radius: var(---default-radius);
    padding: 12px 10px 12px 34px;
    font-size: 15px;
    font-weight: 700
}

textarea {
    height: 200px
}

input:focus, textarea:focus {
    outline: none
}

.btn, button {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: var(---default-radius);
    font-size: 16px;
    padding: 16px 20px;
    transition: all 0.1s ease-in;
    min-width: 142px;
    border: none;
    cursor: pointer;
    outline: none
}

footer {
    padding: 20px 10px
}

.title-default-container .title {
    height: 120px;
    line-height: 120px;
    color: #fff
}

.logo {
    position: relative
}

.logo .logo-image:hover {
    animation: shake 1.5s linear infinite
}

.logo-thumb {
    background: #fff;
    border-radius: var(---default-radius);
    width: 120px;
    height: 120px;
    overflow: hidden
}

@keyframes shake {
    0% {
    }
    10% {
        transform: rotate(-1deg)
    }
    20% {
        transform: rotate(1deg)
    }
    30% {
        transform: rotate(0deg)
    }
    40% {
        transform: rotate(1deg)
    }
    50% {
        transform: rotate(-1deg) scale(1.01)
    }
    60% {
        transform: rotate(0deg)
    }
    70% {
        transform: rotate(-1deg) scale(1.015)
    }
    80% {
        transform: rotate(1deg)
    }
    90% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-1deg) scale(1.02)
    }
}

.logo-thumb .logo-image {
    text-align: center;
    display: block;
    width: 100%;
    height: 70px
}

.logo-thumb .logo-image img {
    width: 90px;
    height: 60px;
    display: inline-block;
    position: relative;
    top: 5px
}

.logo-thumb .logo-icons {
    text-align: center;
    box-sizing: border-box
}

.logo-thumb .logo-icons a:hover {
    background: #efefef
}

.logo-thumb .logo-icons a {
    color: var(--main-color)
}

.logo-thumb .logo-home {
    width: 50%;
    height: 30px;
    line-height: 30px;
    float: left;
    box-sizing: border-box
}

.logo-thumb .logo-home i {
    font-size: 19px
}

.logo-thumb .logo-search {
    height: 30px;
    line-height: 30px;
    width: 50%;
    float: left
}

.logo-thumb .logo-search i {
    font-size: 19px;
    position: relative
}

.sidebar-search {
    top: 0;
    left: 0;
    height: 100%;
    width: 835px;
    padding: 40px 75px;
    margin-left: -2000px;
    position: fixed;
    box-sizing: border-box;
    box-shadow: 0 6px 8px rgb(0 0 0 / .3);
    background: var(--main-bg-color);
    z-index: 1000001;
}

.categories {
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
    gap: 1.5rem;
}

.categories a {
    font-size: 24px;
    font-weight: bold;
}

.search-close-icon {
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 52px;
    position: absolute;
    top: 40px;
    right: -26px;
    box-shadow: 0 6px 8px rgb(0 0 0 / .3);
    background: #fff;
    font-weight: 700;
    color: #626262;
    text-align: center;
    font-size: 30px;
    cursor: pointer
}

.search-close-icon i {
    font-size: 30px;
    position: relative;
    left: -2px;
    color: #757575
}

aside .search-form {
    width: 100%
}

.search-input {
    position: relative
}

.search-input input {
    box-shadow: 0 6px 8px rgb(0 0 0 / .3);
    font-size: 21px;
    height: 52px;
    padding: 11px 20px 13px 50px;
    border-radius: 52px
}

.search-input-icon {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 20px;
    color: #757575
}

footer {
    color: #fff;
    font-weight: 600;
    font-size: 12px
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none
}

footer ul li {
    display: inline-block
}

footer ul li a {
    margin: 0 30px 0 9px;
    position: relative;
    color: #fff
}

footer ul li a:hover {
    color: #fff;
    text-decoration: underline
}

.copyright:after, footer ul li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    left: -9px;
    top: 56%;
    margin-top: -2px
}

.copyright {
    text-align: center;
}

.grid-container {
    display: grid;
    grid-template-columns:repeat(auto-fill, 120px);
    grid-auto-flow: row dense;
    justify-content: center;
    grid-gap: 17px;
    margin: 17px 0;
}

.grid-container .grid-thumb.logo {
    order: 0
}

.grid-container .grid-thumb {
    order: 1
}

.grid-container .thumb-category {
    order: 5
}

.grid-container .text-container {
    order: 10
}

.grid-thumb {
    grid-column: auto / span 1;
    grid-row: auto / span 1;
    min-height: 120px
}

.grid-full-width {
    grid-column: 1 / -1
}

.grid-2x2 {
    grid-row: auto / span 2
}

.grid-2x2, .grid-w-double {
    grid-column: auto / span 2
}

.grid-2x2 {
    grid-row: auto / span 2
}

.grid-3x3 {
    grid-row: auto / span 3
}

.grid-3x3 {
    grid-column: auto / span 3;
    aspect-ratio: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

@media screen and (max-width: 1100px) {
    .sidebar-search {
        width: 100%;
        padding: 20px
    }

    .search-close-icon {
        right: 20px;
        top: 20px
    }

    aside .search-form {
        width: calc(100% - 70px)
    }

    .sidebar-search .grid-container {
        margin: 0
    }
}


@media screen and (max-width: 600px), screen and (max-height: 600px) and (orientation: landscape) {
    html, body {
        font-size: 16px
    }

    .container {
        margin: 0;
        width: 100%
    }

    .grid-container {
        grid-gap: 10px;
        margin: 10px 5px;
    }

    .text-container {
        padding: 20px
    }

    footer ul {
        width: 100%;
        text-align: center
    }

    footer ul li a {
        margin: 0 10px
    }

    footer .copyright {
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    .game-page-container footer {
        width: 342px;
        margin: 0 auto
    }

    .copyright:after {
        display: none
    }

    .game-container .logo-thumb {
        width: 120px
    }

    .game-container .logo-thumb .logo-image img {
        width: 90px;
        height: 60px
    }

    .game-text {
        padding: 10px 20px !important;
    }

    .text-container .breadcrumbs li:after {
        top: 7px
    }

    button[type="submit"]:hover, button[type="submit"]:focus {
        background-color: #fff;
        color: inherit;
        outline: none
    }

    /*.grid-3x3 {*/
    /*    grid-row: auto / span 2*/
    /*}*/

    /*.grid-3x3 {*/
    /*    grid-column: auto / span 2*/
    /*}*/
}

.play-mobile-game {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 2.25;
    position: relative;
    border-radius: var(---default-radius);
    overflow: hidden;
    box-shadow: 0 6px 10px rgb(0 0 0 / .4)
}

.play-mobile-game:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .4);
    z-index: 1
}

.play-mobile-game img {
    position: absolute;
    width: 100%;
    height: 100%
}

.play-mobile-center {
    position: absolute;
    text-align: center;
    transform: translate(0, -50%);
    width: 100%;
    top: 50%;
    z-index: 2
}

.play-mobile-center i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    border-radius: 50px;
    color: var(--main-color);
    text-align: center;
    font-size: 26px;
    box-shadow: 0 2px 15px rgb(111 111 111 / .5);
    box-sizing: border-box;
    padding-left: 5px;
    animation: pulse 2s ease 0s infinite
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

.play-mobile-center span {
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 24px;
    margin-top: 0;
    font-weight: 700
}

.play-mobile-game.disabled-mobile img {
    filter: grayscale(1)
}

.play-mobile-game .play-action {
    display: block
}

.play-mobile-game.disabled-mobile .play-action {
    display: none
}

@media screen and (max-height: 600px) and (orientation: landscape) {

    .game-page-container footer {
        width: 560px
    }

    footer ul {
        text-align: left
    }
}

:root {
    --main-color: #0f93cd;
    --main-bg-color: linear-gradient(170deg, #41c6ff 0%, rgb(18 119 192) 100%);
    --main-color-highlight: #fa9b2c
}

.detail-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc_btn {
    background: #24a1de;
    padding: 5px 10px;
    border-radius: 50px;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .detail-desc {
        -webkit-line-clamp: 3;
    }
}