body {
    font-family: 'Roboto', sans-serif;
    background: #f5f5f5;
    font-size: 14px;
    position: relative;
    color: #343434;
}

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

body.menu-open:before {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    min-height: 100vh;
}

body.mb-menu-open {
    overflow: hidden;
    left: 80vw;
}

input[type=submit],
button,
a {
    cursor: pointer;
}

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

.container-fluid {
    max-width: 1240px;
}

.btn-more {
    background-color: #f73333;
    border-bottom: 3px solid #DCDCDC;
    border-radius: 8px;
    color: #fff;
    position: relative;
    display: block;
    max-width: 265px;
    margin: 20px auto 0;
    padding: 10px;
    text-align: center;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    font-size: 20px;
    font-weight: 700;
}

.btn-more span {
    font-size: 11px;
    font-weight: 400;
}

.btn-more:hover {
    color: #585858;
    text-decoration: none;
    background-color: #fff;
    animation: shadow-pulse 1s infinite;
}

.btn-more img {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 50%;
    margin-top: -10px;
}

.btn-more span {
    display: block;
}

.btn-top {
    background: #DDDDDD;
    display: block;
    max-width: 265px;
    margin: 10px auto;
    color: #4B4B4B;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.btn-top img {
    margin-right: 10px;
}

.btn-top:hover {
    color: #4B4B4B;
    text-decoration: none;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mobile-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-row-align: center;
    align-items: center;
    position: relative;
    z-index: 999999;
}

body.open-search .container .mobile-header .search-box form {
    width: 100%;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    display: flex;
    align-items: center;
}

.mobile-header .search-box {
    width: 100%;
}

.mobile-header .search-box form .icon-enter img {
    margin-right: 0;
}

.mobile-header .search-box input {
    padding: 13px 10px 13px 35px;
}

.mobile-header .search-box form button {
    padding: 13px 10px;
}

.mobile-header .search-box form .icon-enter {
    padding: 12px 8px;
    width: 35px;
    right: 5px;
}

.mobile-menu-body {
    height: 100vh;
    padding-top: 59px;
    overflow: hidden;
    overflow-y: scroll;
}

.menu-button span {
    border: 0;
    background: transparent;
    max-width: 40px;
    top: 0;
    position: relative;
    display: block;
}

.fullscreen .menu-button span {
    padding: 1px 5px;
    top: 0;
}

.mobile-header .logo {
    margin: 0;
    text-align: center;
}

.m-search {
    text-align: right;
}

.m-search button {
    border: 0;
    background: transparent;
    width: 40px;
}

.mobile-menu {
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: -80vw;
    width: 80vw;
    z-index: 999999;
}

body.mb-menu-open .mobile-menu {
    left: 0;
}

.mobile-menu-head {
    background: #FF3636;
    padding: 13px;
    border-bottom: 3px solid #E5E5E5;
    position: fixed;
    left: -100vw;
    width: 80vw;
    z-index: 1;
    min-height: 56px;
}

.mobile-menu-head:before {
    content: "";
    background: #FF3636;
    width: 2px;
    bottom: 0px;
    position: absolute;
    top: 0;
    right: -1px;
}

body.mb-menu-open .mobile-menu-head {
    left: 0;
}

.mobile-menu-head ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-menu-head ul li {
    display: inline-block;
    margin-right: 15px;
}

.mobile-menu-head ul li img {
    width: 140px;
}

.mobile-menu button {
    border: 0;
    width: 40px;
}

.menu-button svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: #fff;
}

.menu-button svg rect {
    pointer-events: none;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    transition: opacity .2s ease-out .2s, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-out .2s, transform .2s ease-in-out;
    transition: opacity .2s ease-out .2s, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

body.mb-menu-open .menu-button svg rect {
    transition: opacity .1s ease-out, -webkit-transform .2s ease-in-out .1s;
    transition: opacity .1s ease-out, transform .2s ease-in-out .1s;
    transition: opacity .1s ease-out, transform .2s ease-in-out .1s, -webkit-transform .2s ease-in-out .1s;
}

body.mb-menu-open .menu-button svg :first-child, .E.F svg :nth-child(4) {
    opacity: 0;
}

body.mb-menu-open .menu-button svg :nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.mb-menu-open .menu-button svg :nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.mb-menu-open .menu-button svg :first-child, body.mb-menu-open .menu-button :nth-child(4) {
    opacity: 0;
}

.single-mobile-menu {
    padding: 30px 15px 0;
}

.single-mobile-menu h2 {
    font-size: 18px;
    font-weight: 700;
    color: #585858;
    margin: 0 0 20px;
}

.single-mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-mobile-menu ul li {
    display: block;
}

.single-mobile-menu ul li a {
    background: #F5F5F5;
    display: block;
    margin-top: 5px;
    color: #545454;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.single-mobile-menu ul li a:hover {
    text-decoration: none;
}

.single-mobile-menu ul li a span {
    width: 30px;
    display: inline-block;
}

.single-mobile-menu ul li a span img {
    max-width: 25px;
}

.single-mobile-menu ul li a i {
    min-width: 25px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.mobile-menu-bottom {
    text-align: center;
    padding: 20px;
}

.mobile-menu-bottom p {
    color: #191919;
    margin: 0;
}

.single-mobile-menu .btn-more {
    border: 0;
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.header-area {
    background: #FF3636;
    padding: 10px 0;
    border-bottom: 3px solid #DCDCDC;
    position: relative;
    z-index: 999998;
}

body.menu-open .header-area {
    z-index: 999999;
    border-color: #676767;
}

.head-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: left;
}

.logo {
    margin-top: 0px;
    max-height: 52px;
}

.header-area .col-lg-8.col-md-7 {
    position: inherit;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    }
    50% {
        box-shadow: 0 -3px 10px 10px rgba(0, 0, 0, 0);
    }
}

.main-buttons a, .main-buttons {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.main-buttons:hover {
    background-color: #f7f7f7;
    animation: shadow-pulse 1s infinite;
}

.main-buttons:hover a {
    color: #000;
}

.main-menu {
    margin-top: 3px;
}

.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 120px 120px;
    grid-column-gap: 10px;
    justify-content: right;
}

.container .main-menu ul {
    -ms-grid-columns: 123px 131px 112px 127px 55px;
    grid-template-columns: 123px 131px 112px 127px 55px;
}

.main-menu ul li {
    background: #fff;
    position: inherit;
    border-radius: 8px;
    border-bottom: 3px solid #E53030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu ul li.search {
    position: relative;
}

.main-menu ul li a {
    color: #585858;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    min-height: 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    padding-left: 7px;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
}

.main-menu ul li a strong {
    display: block;
    font-weight: 500;
    font-size: 13px;
}

.main-menu ul li .dropdown-box a {
    font-size: 16px;
    font-weight: bold;
}

.main-menu ul li a:hover {
    text-decoration: none;
}

.main-menu ul li a .icons {
    width: 20px;
    height: 16px;
    font-size: 15px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.main-menu ul li.dropdown > ul {
    position: absolute;
    background: #fff;
    z-index: 1;
    left: 50%;
    top: 100px;
    display: block;
    border-radius: 0 0 10px 10px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 1182px;
    margin-left: -575px;
}

.container .main-menu ul li.dropdown > ul {
    margin-left: -595px;
}

.main-menu ul li.dropdown > li {
    border-radius: 0 0 8px 8px;
}

body.menu-open .main-menu ul li.dropdown > ul {
    top: 70px;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.main-menu ul li > ul ul {
    position: relative;
    display: block;
    right: 0;
}

.main-menu ul li.dropdown a:before {
    content: "⯆";
    font-size: 12px;
    position: absolute;
    width: 10px;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

body.menu-open .main-menu ul li.dropdown a:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: -7px;
}

.main-menu ul li.dropdown li {
    border: 0;
    border-radius: 0 0 8px 8px;
    width: 100%;
}

.main-menu ul li .dropdown-box {
    width: 100%;
    padding: 10px 20px;
}

.main-menu ul li .dropdown-box ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

.main-menu ul li .dropdown-box ul li {
    border: 0;
}

.main-menu ul li .dropdown-box .label-cat {
    color: #4C4C4C;
    font-weight: 700;
    font-size: 14px;
    margin: 15px 0;
}

.main-menu ul li .dropdown-box ul li a {
    border: 1px solid transparent;
    border-radius: 8px;
    color: #585858;
}

@keyframes shadow-pulse-2 {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    }
    50% {
        box-shadow: 0 -3px 10px 10px rgba(0, 0, 0, 0);
    }
}

.main-menu ul li .dropdown-box ul li a:hover {
    animation: shadow-pulse-2 1s 1;
    border: 1px solid #f1f1f1;
    background: #f9f9f9;
    color: #000;
}

.main-menu ul li .dropdown-box ul li a:before {
    display: none;
}

.main-menu ul li .dropdown-box ul li.button {
    -ms-grid-column: 5;
    grid-column-start: 5;
    grid-column-end: 7;
}

.main-menu ul li .dropdown-box ul li.button a {
    padding: 18px;
    text-align: center;
    border: 1px solid #F2F2F2;
    font-weight: 700;
    font-size: 13px;
}

.main-menu ul li .dropdown-box ul li.button a:hover {
    border: 1px solid #FF4A4A;
    color: #fff;
    background: #FF4A4A;
}

.main-menu ul li .dropdown-box a .icons {
    width: 24px;
    height: 20px;
    margin-top: -11px;
}

body.open-search .search-box form {
    width: 713px;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.search-box {
    width: 100%;
    border-radius: 10px;
}

.search-box button.search-button {
    border: 1px solid grey;
    border-radius: 10px;
    border-color: #fff;
    z-index: 1;
    background: #fff;
    font-weight: 700;
    color: #585858;
    text-align: left;
    padding: 13px 13px 13px 13px;
    display: block;
    cursor: pointer;
    width: 100%;
}

.hide-search .icons {
    width: 20px;
    height: 20px;
    font-size: 15px;
    text-align: center;
    position: absolute;
    left: 10px;
    margin-top: 1px;
}

.search-box:hover button.search-button {
    color: #000;
}

.search-box button,
.search-button:focus {
    outline: 0;
}

.search-box form {
    position: absolute;
    width: 0;
    right: 0;
    border-bottom: 3px solid #E53030;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    top: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.search-box form .hide-search {
    background: transparent;
    border: 0;
    padding: 13px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.search-box input {
    width: 100%;
    border: 0;
    font-weight: 500;
    color: #585858;
    padding: 14px 14px 14px 35px;
}

.search-box input:focus,
.search-box form .icon-enter:focus {
    outline: 0;
}

.search-box form .icon-enter {
    color: #B2B2B2;
    position: absolute;
    right: 10px;
    border: 0;
    cursor: pointer;
    background: transparent;
    padding: 0;
}

.search-box form .icon-enter img {
    margin-right: 5px;
}

.categories-list {
    padding: 17px 0;
}

.categories-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px;
}

.categories-list ul li {
    display: block;
    min-height: 44px;
}

.categories-list ul li a {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    position: relative;
    color: #8D8D8D;
    padding: 12px;
    border-bottom: 3px solid #DCDCDC;
    border-radius: 8px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 11px;
}

.categories-list ul li a:hover {
    text-decoration: none;
    margin-top: -5px;
}

.categories-list ul li a:hover:before {
    background-position: right -10px center !important;
}

.categories-list ul li a h3 {
    display: block;
    color: #9D9D9D;
    font-size: 14px;
    margin: 0;
    font-weight: 800;
}

.categories-list ul li.icons a h3 {
    color: #fff;
}


.categories-list ul li.icons a {
    background: #36BAFF no-repeat scroll 15px center;
    color: #fff;
}

.categories-list ul li.icons a:before {
    content: "";
    background: no-repeat scroll right center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.categories-list ul li.icons.icon-2 a {
    background-color: #FF5585;
}

.categories-list ul li.icons.icon-3 a {
    background-color: #FF4848;
}

.categories-list ul li.icons.icon-4 a {
    background-color: #4DCF59;
}

.categories-list ul li.icons.icon-5 a {
    background-color: #9464E2;
    background-size: 35px;
}

.categories-list ul li.icons.icon-6 a {
    background-color: #FF8B36;
}

.categories-list ul li.icons.icon-7 a {
    background-color: #23d296;
}

.game-list-head {
    padding: 10px 0 20px;
    min-height: 55px;
}

.game-list-head h1, .game-list-head h2 {
    color: #181818;
    display: inline-block;
    font-size: 24px;
    font-weight: 1000;
    padding-right: 15px;
    margin: 0;
}

.game-boxed-titled h2, .game-boxed-titled h1 {
    color: #181818;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
}


.game-list-box {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    border-bottom: 3px solid #EDEDED;
    margin-top: 10px;
    box-shadow: 1px 0px 5px rgba(0, 0, 0, .1);
}

.game-list-box > h2 {
    color: #737373;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
}

.game-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 8px;
    grid-auto-flow: dense;

}

.single-game {
    background: #fff;
    border-bottom: 3px solid #EDEDED;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.single-game:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.game-list.five .single-game, .single-mobile-menu .single-game {
    background: #fafafa;
    border-bottom: 0;
}

.game-list.five .single-game ul {
    display: none;
}

.game-list.five .single-game {
    text-align: center;
}

.single-game a {
    display: block;
}

.single-game a:hover {
    text-decoration: none;
}

.single-game-head {
    position: relative;
}

.single-game-head img {
    width: 100%;
    aspect-ratio: 4 / 2.25;
}

.single-game-head span {
    background: #FF3636;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 5px;
    border-radius: 8px;
    position: absolute;
    top: 7px;
    right: 7px;
}

.single-game-title {
    padding: 10px;
    text-align: center;
}

.single-game-title .title {
    color: #585858;
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 1000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game-list .single-game a:hover ul {
    display: block;
    margin-bottom: -2px;
}

.game-list .single-game a:hover .single-game-title .title {
    display: none;
}

.single-game-title ul {
    display: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 0;
}

.single-game-title ul li {
    display: inline-block;
    color: #747474;
    font-size: 12px;
    position: relative;
    padding-right: 5px;
}

.single-game-title ul li button {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #6ced62;
    padding: 8px 15px;
    border-radius: 8px;
    border: none;
}

.single-game-title ul li:last-child {
    padding-right: 0;
}

.single-game-title ul li:last-child:before {
    display: none;
}

.single-game:hover{
    border-color: #D8D8D8;
}

.single-game:hover .single-game-title .title, .single-game-embed:hover:hover .single-game-title .title {
    color: #000000;
}

.single-game-image, .single-game-embed-image {
    overflow: hidden;
}

.single-game-image img{
    transition: transform .2s, -webkit-transform .2s;
}

.single-game-embed-image img{
    transition: transform .2s, -webkit-transform .2s;
    width: 70px!important;
    min-width: 70px;
    aspect-ratio: 1 / 1;
}

.single-game:hover .single-game-image img, .single-game-embed:hover .single-game-embed-image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.game-more{
    text-align: center;
}

.footer-menu-area {
    background: #EEEEEE;
    overflow: hidden;
}

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

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    color: #838383;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: block;
    padding: 14px 15px;
    font-size: 15px;
    font-weight: bold;
}

.footer-menu ul li:first-child a {
    padding-left: 0;
}

.footer-menu ul li a:hover {
    color: #515151;
    text-decoration: none;
}

.footer-menu ul p {;
    color: #000;
    display: block;
    float: right;
    padding-top: 15px;
}

.footer-area {
    padding: 20px 0;
}

.copyright {
    text-align: center;
    border-top: 1px solid #EEEEEE;
}

.copyright p {
    margin: 0;
    font-size: 12px;
    color: #777777;
}

.container .search-box button.search-button {
    text-indent: -9999px;
    background-position: center;
}

.container .search-box form {
    right: 0;
}

.all-categories {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    margin-bottom: 15px;
}

.single-category {
    background: #fff;
    padding: 4px;
    border-radius: 8px;
    border-bottom: 3px solid #EDEDED;
    overflow: hidden;
    position: relative;
}

.single-category a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: nowrap;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.single-category a:hover {
    text-decoration: none;
}

.single-category:hover {
    border-color: #d9d9d9;
}

.single-category:hover .single-category-text .title {
    color: #000000;
}

.single-category-image {
    min-width: 70px;
    aspect-ratio: 1 / 1;
    margin-right: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.single-category-text .title {
    color: #474747;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.single-category-text p {
    color: #8D8D8D;
    font-size: 14px;
    margin: 0;
}

.game-list-title {
    margin: 15px 0;
}

.game-list-title h2 {
    color: #323232;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.game-list-title h2 strong {
    font-weight: 900;
}

.about-game {
    background: #fff;
    padding: 20px;
    border-bottom: 3px solid #EDEDED;
    margin-top: 10px;
    border-radius: 8px;
}

.about-game h2 {
    margin: 0 0 15px;
    font-size: 16px;
    color: #737373;
    font-weight: 700;
}

.about-game ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.about-game ul li {
    display: inline-block;
    background: #FFF1F1;
    padding: 7px 10px;
    border-radius: 7px;
    color: #FF9C9C;
    margin-right: 5px;
    margin-bottom: 8px;
}

.about-game ul li a {
    color: #FF9C9C;
}

.about-game ul li:hover {
    background: #FF3636;
}

.about-game ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.about-game p strong {
    color: #000;
    font-weight: 500;
    margin: 10px 0 15px;
    font-size: 14px;
}

.about-game p {
    margin-bottom: 15px;
    color: #8D8D8D;
    font-size: 14px;
    line-height: 28px;
}

.game-boxed {
    background: #fff;
    border-bottom: 3px solid #EDEDED;
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px;
}

.game-boxed > img, .about-game > img, .single-game-embed-image > img {
    width: 100%;
}

.game-boxed-title {
    padding: 20px 15px 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
}

.game-boxed-left {
    text-align: left;
}

.game-boxed-left h1 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 700;
    color: #676767;
}

.game-boxed-left p {
    margin: 0;
    color: #8A8A8A;
    font-size: 14px;
}

.game-boxed-left p span {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}

.game-boxed-left p span:before {
    content: "";
    background: #C6C6C6;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 4px;
}

.game-boxed-right {
    display: -ms-grid;
    display: grid;
}

.game-boxed-right a {
    border: 1px solid #F2F2F2;
    background: #33d8d19e;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    width: 100%;
    font-size: 20px;
    text-decoration: auto;
    text-align: center;
    font-weight: bold;
}

.game-boxed-game {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.single-game-page-area {
    margin-top: 10px;
}

.single-game-page {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 10px;
}

.logo img {
    width: 160px;
    height: 50px;
}

.cate-img{
    margin-right: 5px;
    width: 25px;
    height: 25px;
}

.padding-left-35{
    padding-left: 35px;
}

#mb-search-close img{
    width: 13px;
    position: absolute;
    left: 1rem;
}

.hide-search-mb .icons{
    width: 13px;
    height: 13px;
    font-size: 15px;
    text-align: center;
}

.hide-search-mb{
    position: absolute;
    left: 10px;
}

@media screen and (min-width: 768px) {
    .search-box form .icon-enter {
        top: 50%;
        margin-top: -8px;
    }
}

@media only screen and (min-width: 1240px) {
    .categories-list ul {
        grid-template-columns: repeat(6, 1fr);
    }

    .game-list {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1239px) {
    .categories-list ul {
        grid-template-columns: repeat(5, 1fr);
    }

    .game-list {
        grid-template-columns: repeat(6, 1fr);
    }

    .main-menu ul li.dropdown > ul {
        width: 1000px;
        margin-left: -502px;
    }

    .container .main-menu ul li.dropdown > ul {
        margin-left: -500px;
    }
}

@media only screen and (min-width: 860px) and (max-width: 1023px) {
    .categories-list ul {
        grid-template-columns: repeat(4, 1fr);
    }

    .game-list {
        grid-template-columns: repeat(6, 1fr);
    }

    .container .main-menu ul {
        -ms-grid-columns: 123px 131px 112px 127px 55px;
        grid-template-columns: 123px 131px 112px 127px 55px;
    }

    .container .main-menu > ul > li:nth-child(4) {
        display: block;
    }

    body.open-search .search-box form {
        width: 576px;
    }

    .main-menu ul li.dropdown > ul {
        margin-left: -415px;
        width: 830px;
    }

    .container .main-menu ul li.dropdown > ul {
        margin-left: -415px;
    }

    .main-menu ul li .dropdown-box ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .main-menu ul {
        grid-template-columns: 120px 120px 120px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 859px) {
    .categories-list ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .game-list {
        grid-template-columns: repeat(5, 1fr);
    }

    .main-menu ul {
        grid-template-columns: 120px 120px 120px;
    }

    .main-menu ul li.dropdown > ul {
        margin-left: -390px;
        width: 780px;
    }

    .main-menu ul li .dropdown-box ul {
        grid-template-columns: repeat(5, 1fr);
    }

    .container .main-menu ul {
        -ms-grid-columns: 123px 131px 55px;
        grid-template-columns: 123px 131px 55px;
    }

    body.open-search .search-box form {
        width: 455px;
    }
}

@media only screen and (max-width: 765px) {
    body.open-search .search-box form {
        width: 454px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 799px) {
    .categories-list-area {
        display: none !important;
    }

    .game-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .main-menu ul {
        -ms-grid-columns: 123px 131px 180px;
        grid-template-columns: 123px 131px 180px;
    }

    .main-menu ul li.dropdown > ul {
        margin-left: -295px;
        width: 600px;
    }

    .main-menu ul li .dropdown-box ul {
        grid-template-columns: repeat(3, 1fr);
    }

    body.open-search .search-box form {
        width: 454px;
    }
}

@media only screen and (min-width: 415px) and (max-width: 599px) {
    .categories-list-area {
        display: none !important;
    }

    .game-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 0px) and (max-width: 414px) {
    .categories-list-area {
        display: none !important;
    }

    .game-list {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media only screen and (min-width: 768px) and (max-width: 991px) {

    .single-game-title ul li {
        font-size: 10px;
        text-overflow: clip;
    }

    .single-game-title {
        padding: 5px;
    }

    .game-list-head h1, .game-list-head h2 {
        font-size: 18px;
    }

    .game-list-head {
        padding: 10px 0;
        min-height: 45px;
        text-align: center;
    }

    .single-game-title {
        text-align: center;
    }

    .single-game-title ul {
        display: none;
    }


    .all-categories {
        grid-template-columns: repeat(1, 1fr);
    }

    .btn-more, .btn-top {
        max-width: 100%;
    }

    .about-game ul li {
        display: block;
        padding: 13px 10px;
        margin-right: 5px;
        margin-bottom: 8px;
        text-align: center;
    }

    .header-area .container {
        max-width: 100%;
    }

    .search-box form {
        -webkit-transition: 0s;
        transition: 0s;
    }

    .game-more {
        padding: 8px 0 0;
    }

    .logo {
        margin-top: 0;
    }

    .head-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: left;
    }

    .all-categories {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media only screen and (max-width: 767px) {

    .single-game-title ul li {
        font-size: 10px;
        text-overflow: clip;
    }

    .single-game-title {
        padding: 5px;
    }

    .game-list-head h1, .game-list-head h2 {
        font-size: 18px;
    }

    .game-list-head {
        padding: 10px 0;
        min-height: 45px;
        text-align: center;
    }

    .single-game-title {
        text-align: center;
    }

    .single-game-title ul {
        display: none;
    }

    .footer-menu{
        width: 100%;
        float: none;
    }

    .footer-menu ul li {
        display: block;
    }

    .footer-menu ul li:first-child a, .footer-menu ul li a {
        padding: 10px 10px 10px 0;
        display: inline-block;
    }

    .footer-area {
        padding: 30px 0 0;
    }

    .all-categories{
        grid-template-columns: repeat(1, 1fr);
    }

    .btn-more, .btn-top {
        max-width: 100%;
    }

    .game-boxed-title, .comment-box form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .game-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-game ul li {
        display: block;
        padding: 13px 10px;
        margin-right: 5px;
        margin-bottom: 8px;
        text-align: center;
    }

    .header-area .container {
        max-width: 100%;
    }

    .search-box form {
        -webkit-transition: 0s;
        transition: 0s;
    }

    .game-more {
        padding: 8px 0 0;
    }
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .game-list{
        display: block !important;
        overflow: hidden;
        padding: 15px 10px 10px;
        border-radius: 0 0 10px 10px;
    }

    .single-game {
        margin: 0 0 10px;
        padding: 0 5px;
        float: left;
        width: 10%;
        position: relative;
        transition: 0.2s;
        display: block;
    }

    .single-game a {
        display: block;
        background: #fff;
        color: #000;
        border-radius: 10px;
        overflow: hidden;
    }

    .single-game-page {
        display: flex !important;
    }
}


.desc_btn {
    border: solid 1px #33d8d19e;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 8px;
    background: #33d8d19e;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

#description_view {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin:0;
}

@media screen and (min-width: 768px) {
    .desc_btn {
        display: none !important;
    }

    #description_view {
        -webkit-line-clamp: 100 !important;
    }
}

@media screen and (max-width: 768px) {
    .desc_btn {
        display: block;
    }
}

.game-boxed-game img{
    aspect-ratio: 4 / 2.25;
}

.game-play-boxed{
    max-width:968px;
}



@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

*, ::after, ::before {
    box-sizing: inherit
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

b, strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}


img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

th {
    text-align: left
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

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

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

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

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

a > code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.dropdown {
    position: relative
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}