* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: -webkit-linear-gradient(top, #6362AA 0%, #A02D43 100%) no-repeat scroll center center / cover;
    background: linear-gradient(180deg, #6362AA 0%, #A02D43 100%) no-repeat scroll center center / cover;
    min-height: 100vh;
    font-size: 16px;
}

body.search-body,
body.cat-body,
body.desktopgame-body,
body.game-body {
    overflow: hidden;
}

body.search-body:before,
body.cat-body:before {
    content: "";
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

input:focus,
a:focus,
button:focus {
    outline: 0;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    margin: 30px 0 15px;
}

p {
    margin-bottom: 10px;
}

ul,
ol {
    padding: 0 15px;
}

ul li,
ol li {
    margin: 0 0 10px;
}

img {
    max-width: 100%;
    height: auto;
}

.bg-purple {
    background: #A19CCD !important;
}

.bg-orange {
    background: #F8AB00 !important;
}

.bg-dark-blue {
    background: #29378D !important;
}

.bg-yellow {
    background: #FEE900 !important;
}

.bg-red {
    background: #E6222B !important;
}

.bg-light-red {
    background: #EC646B !important;
}

.bg-blue {
    background: #00A9E5 !important;
}

.bg-light-blue {
    background: #5A91CC !important;
}

.bg-deluge {
    background: #6362AA !important;
}

.bg-blue-100 {
    background: #A8DBEE !important;
}

.bg-grey {
    background: #A02D43 !important;
}

.bg-gradient {
    background: -webkit-linear-gradient(top, #6362AA 0%, #A02D43 100%) !important;
    background: linear-gradient(180deg, #6362AA 0%, #A02D43 100%) !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.me {
    margin-right: 0 !important;
}

.d-block-xxs,
.d-block-xs,
.d-block-xxm,
.d-block-xm,
.d-block-md,
.d-block-lg,
.d-block-xl,
.d-block-xxl {
    display: none !important;
}

.wrapper {
    padding: 24px 0;
    width: var(--root-content-width, 314px);
    margin: auto;
}

.header-area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (94px)[var];
    grid-template-columns: repeat(var(--root-content-column, 12), 94px);
    grid-column-gap: 16px;
    grid-auto-flow: dense;
}

.logo {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.05), 0px 12px 16px -4px rgba(16, 24, 40, 0.10);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
}

.logo a {
    display: block;
    padding: 10px;
}

.logo-button button:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.logo-button {
    border-left: 1px solid #A8DBEE;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}

.logo-button button {
    background: transparent;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 46px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    height: 50%;
}

.logo-button button:first-child {
    border-bottom: 1px solid #A8DBEE;
}

.game-category {
    border-radius: 15px;
    background: #814775;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.05), 0px 12px 16px -4px rgba(16, 24, 40, 0.10);
    margin-bottom: 16px;
}

.game-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.game-category ul li a {
    display: block;
    text-decoration: none;
    width: 94px;
}

.game-category ul li a span {
    overflow: hidden;
    width: 94px;
    display: block;
    height: 94px;
    border-radius: 15px;
}

.game-category ul li a span img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: .6s var(cubic-bezier(.25, .1, .25, 1));
    transform: .6s var(cubic-bezier(.25, .1, .25, 1));
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
}

.game-category ul li a:hover span img {
    -webkit-transform: scale(1.0425531915) translateY(-4px);
    transform: scale(1.0425531915) translateY(-4px);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.game-category ul li a h4 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 10px;
    margin: 10px 0 0;
}

.game-category ul li a span.all-category,
.singe-cat span.all-category {
    background: #A8DBEE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.05), 0px 12px 16px -4px rgba(16, 24, 40, 0.10);
}

.singe-cat span.all-category img {
    object-fit: none;
}

.game-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    aspect-ratio: 1;
}

.main-menu {
    border-radius: 0px 0px 15px 0px;
    background: #6362AA;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.05), 0px 12px 16px -4px rgba(16, 24, 40, 0.10);
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 50%;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    left: -100%;
    max-width: 607px;
}

.search-body .main-menu.search,
.cat-body .main-menu.category {
    left: 0;
}

.close-button {
    border-radius: 71px;
    background: #A8DBEE;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.05), 0px 12px 16px -4px rgba(16, 24, 40, 0.10);
    width: 60px;
    height: 60px;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -30px;
    top: 24px;
    z-index: 2;
    cursor: pointer;
}

.search-box {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.05), 0px 12px 16px -4px rgba(16, 24, 40, 0.10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
}

.search-box a {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #A8DBEE;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-box [type=submit] {
    background: transparent;
    border: 0;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-box input {
    background: transparent;
    border: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 800;
    color: #A8DBEE;
    font-size: 21px;
    font-family: 'Nunito', sans-serif;
    padding: 10px 20px;
}

.search-box input::-webkit-input-placeholder {
    color: #A8DBEE;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.search-box input::-moz-placeholder {
    color: #A8DBEE;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.search-box input:-ms-input-placeholder {
    color: #A8DBEE;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.search-box input::placeholder {
    color: #A8DBEE;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.search-box input::-ms-input-placeholder {
    color: #A8DBEE;
}

.menu-category {
    position: relative;
    margin: 15px 0;
}

.menu-category ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    overflow: auto;
}

.menu-category ul li a {
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5A91CC;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.05), 0px 12px 16px -4px rgba(16, 24, 40, 0.10);
    display: block;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    margin-right: 10px;
}

.menu-category ul li a:hover {
    text-decoration: none;
    background: #29378D;
    color: #fff;
}

.menu-category:before {
    content: "";
    width: 80px;
    background: -webkit-linear-gradient(right, #6362AA 25.77%, rgba(99, 98, 170, 0.00) 63.64%);
    background: linear-gradient(270deg, #6362AA 25.77%, rgba(99, 98, 170, 0.00) 63.64%);
    position: absolute;
    height: 100%;
    top: 0;
    right: -15px;
}

.main-menu-body {
    overflow: auto;
    max-height: 100vh;
    padding: 24px 24px 50px;
    min-height: 100vh;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: transparent;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.custom-scrollbar:hover::-webkit-scrollbar-thumb {
    background: #A8DBEE;
}

.menu-game-list {
    margin: 0 0 30px;
    color: #fff;
}

.menu-game-list h4 {
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 5px;
}

.cat-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (94px)[auto-fill];
    grid-template-columns: repeat(auto-fill, 94px);
    grid-gap: 16px;
}

.singe-cat h3,
.singe-cat h4 {
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.singe-cat a {
    text-decoration: none;
    display: block;
}

.singe-cat span {
    display: block;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.05), 0px 12px 16px -4px rgba(16, 24, 40, 0.10);
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 1;
    margin: 0 0 10px;
}

.singe-cat span img {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: .6s var(cubic-bezier(.25, .1, .25, 1));
    transform: .6s var(cubic-bezier(.25, .1, .25, 1));
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
}

.singe-cat span:hover img {
    -webkit-transform: scale(1.0425531915) translateY(-4px);
    transform: scale(1.0425531915) translateY(-4px);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.carousel {
    position: relative;
    margin: 0 auto 16px;
    padding: 16px 50px;
}

.carousel-content {
    position: relative;
    overflow: hidden;
    -webkit-transition: width .4s;
    transition: width .4s;
    height: 120px;
    width: 100%;
}

.slide {
    height: 100%;
    position: absolute;
    z-index: 1;
    -webkit-transition: left .4s cubic-bezier(.47, .13, .15, .89);
    transition: left .4s cubic-bezier(.47, .13, .15, .89);
    margin: 0;
}

.slide-nav {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    background-color: #A8DBEE;
    width: 62px;
    height: 62px;
    z-index: 2;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    outline: none;
    color: white;
    -webkit-user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0px 4.133px 6.2px -2.067px rgba(16, 24, 40, 0.05), 0px 12.4px 16.533px -4.133px rgba(16, 24, 40, 0.10);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.slide-nav:hover {
    background: #29378D;
}

.slide-nav-left {
    left: -20px;
}

.slide-nav-right {
    right: -20px;
}

.carousel-arrow-icon-left {
    margin-left: 5px;
    margin-top: 2px;
}

.carousel-arrow-icon-right {
    margin-left: 7px;
    margin-top: 2px;
}

.game-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (94px)[var];
    grid-template-columns: repeat(var(--root-content-column, 12), 94px);
    grid-column-gap: 16px;
    grid-auto-flow: dense;
}

.game-314 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-row: span 3;
    grid-row-start: span 3;
}

.game-204 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
}

.game-94 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
}

.single-game {
    margin: 0 0 16px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.single-game:hover {
    -webkit-transform: scale(1.0425531915) translateY(-4px);
    transform: scale(1.0425531915) translateY(-4px);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.single-game a {
    display: block;
}

.single-game img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: .6s var(cubic-bezier(.25, .1, .25, 1));
    transform: .6s var(cubic-bezier(.25, .1, .25, 1));
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
}

.single-game video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.single-game:hover video {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-game a span {
    color: #6362AA;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0px 2px 0px 0px #6362AA;
    background: #A8DBEE;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 3px 5px;
    font-size: 0.6rem;
}

.single-game h4 {
    position: absolute;
    bottom: -100%;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
    margin: 0;
    font-size: 12px;
    padding: 15px 0px;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6) 25%, transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, .6) 25%, transparent);
}

.single-game.category h4 {
    bottom: 0;
}

.single-game.game-204h4 {
    font-size: 14px;
    padding: 10px;
}

.single-game:hover h4 {
    bottom: 0;
}

.game-94 h3,
.game-94 h4,
.category-wrapper .single-game h4,
.play-game .single-game h4 {
    font-size: 10px;
    padding: 5px;
}

.game-204 h3,
.game-204 h4 {
    font-size: 12px;
}

.load-more {
    margin-top: 8px;
}

.load-more .btn-load {
    margin: auto;
}

.btn-load {
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.05), 0px 12px 16px -4px rgba(16, 24, 40, 0.10);
    font-weight: 800;
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1.5px solid #000;
    background: #A02D43;
    border-radius: 15px;
    width: 240px;
    height: 63px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.btn-load span {
    position: relative;
    z-index: 2;
}

.btn-load:after {
    content: "";
    background: #E6222B;
    position: absolute;
    border-radius: 15px;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 50%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn-load:hover:after {
    bottom: 4px;
}

.about-box {
    background: #6362AA;
    padding: 40px;
    border-radius: 15px;
    margin-top: 24px;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.05), 0px 12px 16px -4px rgba(16, 24, 40, 0.10);
    color: #f9f9f9;
    font-size: 14px;
    line-height: 22px;
}

.about-box h1,
.about-box h2,
.about-box h3,
.about-box h4,
.about-box h5,
.about-box h6,
.about-box li,
.about-box li a {
    color: #fff;
}

.about-box h4 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}

.about-box a {
    text-decoration: underline;
    color: #A8DBEE;
}

.about-box ol li {
    position: relative;
}

.about-box li::marker {
    color: #A8DBEE;
    font-weight: 600;
}

.about-box a:hover {
    text-decoration: underline;
}

.footer-area {
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.05), 0px 12px 16px -4px rgba(16, 24, 40, 0.10);
    border-radius: 15px;
    background: #6362AA;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
}

.bookmark ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bookmark ul li a {
    margin-left: 24px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.bookmark ul li:first-child a {
    margin-left: 0;
}

.bookmark ul li a:hover path {
    fill: #29378D;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-menu ul li a {
    color: #fff;
    font-weight: 500;
    margin: 0 12px;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
}

.footer-menu ul li a:hover {
    color: #29378D;
}

.category-name h1 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.category-name {
    margin: 0 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
}

.breadcrumbs-list {
    margin: 0 0 10px;
}

.breadcrumbs-list ul {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs-list ul li {
    color: #A19CCD;
    font-size: 12px;
    margin: 0;
}

.breadcrumbs-list ul li a {
    text-decoration: none;
    margin-right: 30px;
    position: relative;
}

.breadcrumbs-list ul li a:hover {
    text-decoration: underline;
}

.breadcrumbs-list ul li a:before {
    content: "";
    background: url(../img/chevron-right.svg) no-repeat scroll 0 0 / 100%;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -22px;
    top: 2px;
}

.category-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (94px)[var];
    grid-template-columns: repeat(var(--root-content-column, 12), 94px);
    grid-column-gap: 16px;
}

.pagination {
    margin-top: 30px;
}

.pagination ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.pagination ul li a,
.pagination ul li.blank {
    width: 44px;
    height: 44px;
    background: #A19CCD;
    border-radius: 10px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.pagination ul li a:hover,
.pagination ul li.active a {
    background: #29378D;
}

.play-game {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr var(--root-play-width, 974px) 1fr 1fr;
    grid-template-columns: 1fr 1fr var(--root-play-width, 974px) 1fr 1fr;
    grid-gap: 16px;
}

.head-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}

.play-game .head-row {
    grid-row-gap: 0;
}

.game-box-game-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (94px)[var];
    grid-template-columns: repeat(var(--root-game-column, 9), 94px);
    grid-column-gap: 16px;
    margin-top: 16px;
}

.play-game-box .about-box {
    color: #fff;
}

.play-game-card {
    margin: 0 auto 16px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    max-width: 960px;
    text-align: center;
}

.play-game-card iframe {
    position: relative;
    z-index: 3;
}

.play-game-card>img {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    -webkit-backdrop-filter: blur(61px);
    backdrop-filter: blur(61px);
}

.play-game-card:after {
    content: "";
    background: rgba(0, 0, 0, 0.20);
    -webkit-backdrop-filter: blur(61.099998474121094px);
    backdrop-filter: blur(61.099998474121094px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.s-play {
    width: 209px;
    height: 209px;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 0 16px;
}

.play-game-button {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
}

.s-play img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.play-game-button .btn-load {
    width: 209px;
}

.play-game-title {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 94px auvar(--root-content-column, 12);
    grid-template-columns: 94px auvar(--root-content-column, 12);
    color: #fff;
}

.play-game-title-left h2 {
    margin: 0 0 10px;
    font-size: 24px;
}

.play-game-title-left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
}

.play-game-title-left ul li {
    margin: 0;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 24px;
}

.play-game-title-left ul li img {
    margin-right: 6px;
}

.play-game-title-left ul li:last-child {
    margin-right: 0;
}

.play-game-title-right {
    display: -ms-grid;
    display: grid;
    grid-gap: 6px;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    margin-top: 16px;
}

.play-game-title-right>div {
    border-radius: 10px;
    background: #6362AA;
    padding: 12px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 192px;
}

.play-game-title-right>.like-box {
    width: 214px;
}

.play-game-title-right .like-box button {
    background: transparent;
    border: 0;
    padding: 0;
    margin-right: 10px;
}

.play-game-title-right .like-box button img {
    width: 24px;
    height: 24px;
}

.play-game-title-right>div div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.play-game-title-right>div div.like {
    border-right: 1.5px solid #fff;
    padding-right: 20px;
}

.play-game-buttons button {
    background: transparent;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.game-category-mobile {
    display: none;
    -ms-grid-columns: (94px)[auto-fill];
    grid-template-columns: repeat(auto-fill, 94px);
    grid-gap: 16px;
    background: #814775;
    border-radius: 15px;
    margin: 0 0 16px;
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.game-category-mobile .singe-cat {
    width: auto;
    padding: 0;
}

.game-full {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    display: none;
    background: rgba(0, 0, 0, .9);
}

.game-full img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.game-back {
    background: #fff;
    border: 0;
    width: 46px;
    height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 15px 15px 0;
    position: absolute;
    top: 20px;
    left: 0;
}

.game-full .btn-load {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    width: auto;
    height: auto;
    padding: 14px;
    font-size: 12px;
}

.play-game-left,
.play-game-right {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-rows: (94px)[auto-fill];
    grid-template-rows: repeat(auto-fill, 94px);
    grid-auto-flow: dense;
}

.play-game-left .single-game,
.play-game-right .single-game {
    margin: 0;
}

.lazy-image {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.lazy-image.loaded {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.logo.sticky {
    position: fixed;
    z-index: 4;
    width: 204px;
    height: 94px;
}

.logo-box {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    display: none;
}

.logo.sticky~.logo-box {
    display: block;
}

.ad {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    max-height: 600px;
}

.ad span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #eeecec;
    color: #969494;
}

.mobile-play {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}

.play-game-card:before {
    content: "";
    border-radius: 16px;
    background: -webkit-linear-gradient(bottom, #000 0%, transparent);
    background: linear-gradient(0deg, #000 0%, transparent);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    display: none;
}

.mobile-play button {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 10px;
}

.mobile-play button img {
    width: 50px;
}

.game-full-desktop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}

.game-full-desktop img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

.game-full-desktop-footer {
    position: absolute;
    background: #fff;
    z-index: 9;
    display: flex;
    bottom: 0;
    width: 100%;
    left: 0;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}

.game-thumb {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1;
    width: 70px;
}

.game-full-desktop-footer button {
    background: transparent;
    border: 1px solid #A8DBEE;
    border-radius: 10px;
    padding: 10px;
    width: 50px;
    height: 50px;
}

.game-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.desktopgame-body .game-full-desktop {
    display: block;
}

.game-flash{opacity:0.5;}
