*, ::after, ::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: 'Squada One';
    color: #fff !important;
    background: #0061C3;
    min-height: 100vh;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    font-weight: normal;
    position: relative;
}

p, .section ol, .section ul, .section li, .section {
    font-family: Arial;
}

a {
    color: #fff;
}

h1, h2, h3 {
    font-family: 'Montserrat';
}

.boom {
    background-image: linear-gradient(to bottom, #007fff, #007af5, #0075ec, #0070e2, #006bd9, #0069d4, #0066cf, #0064ca, #0063c8, #0063c6, #0062c5, #0061c3);
    box-shadow: 0 5px 10px rgb(12 57 103 / 40%);
    min-height: 65px;
    padding: 0 0;
    align-items: center;
    transition: all .3s ease;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#search-bg {
    display:none;
    width: 100%;
    background: rgba(108, 105, 105, 0.18);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

.show {
    display: block!important;
}

.header-wrap {
    display: grid;
    grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) 1fr;
    align-items: center;
    grid-gap: 20px;
    padding: 10px 0;
}


#back-to-top {
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 0 #408216;
    background: #56AD1E;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none;
    margin: 0;

    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 10;
    width: 3rem;
    height: 3rem;
}

#back-to-top img {
    width: 60%;
}


.buttons-main {
    text-align: right;
}

.mob-header-bottom {
    background: #59b220;
}

.cat-h1 ul li {
    list-style: none;
    line-height: 1.5;
    margin-right: 10px;
}

#menu-mobile-menu {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    text-align: center;
}

.mobile_boom_bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 999;
    bottom: 0;
}

.mobmenu-item {
    list-style: none;
    display: inline-block;
    height: 70px;
    padding: 7px;
    padding-top: 12px;
    border-right: 1px solid #3e8e0c;
    border-bottom: 4px solid #408216;
}

.mobmenu-item img {
    margin: 0 auto;
    width: 20px !important;
    height: auto!important;
}

.mobmenu-item:last-child {
    border-right: none;
}

.mobmenu-item a {
    color: #fff;
    text-decoration: none;
    height: 100%;
    display: inline-grid;
    font-weight: bold;
}

.wave {
    background-size: cover;
    padding: 0;
}

.logo-header {
    line-height: 0;
}

.logo-header img {
    width: 160px;
}

ul#menu-top-menu {
    margin: 0;
    padding: 0;
    width: fit-content;
    position: relative;
}

li.header-menu-item {
    list-style: none;
    margin-right: -3px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    box-shadow: 0 5px 0 #3e8e0c;
    background-color: #59B220 !important;
    border-left: 1px solid #5ec61c;
    border-right: 1px solid #3e8e0c;
}

li.header-menu-item:first-child {
    border-radius: 30px 0 0 30px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

li.header-menu-item:last-child {
    border-radius: 0 30px 30px 0;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

li.header-menu-subitem {
    list-style: none;
    float: left;
    line-height: 2.5;
    width: 165px;
    padding-left: 14px;
}

li.header-menu-subitem:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

.current_page_item {
    background: #4e981f;
}

ul.sub-menu {
    padding: 20px;
    position: absolute;
    right: -3px;
    z-index: 9999996;
    top: 42px;
    width: 100%;
    background: #3e8e0c;
    border-radius: 0 0 30px 30px;
    display: none;
}

li.header-menu-item:hover {
    background-color: #3e8e0c !important;
}

.header-menu-item a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.game-logo, .game-title {
    text-align: center;
    line-height: 0;
}

.game-logo {
    margin-bottom: 10px;
}

.game-link {
    text-decoration: none;
}

.search-box {
    display: none;
    position: fixed;
    z-index: 1000001;
    top: 5rem;
    right: 0;
    left: 0;
    width: 100%;
}

.game-title {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
}

.all-games-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    background: #167be0;
    padding: 20px;
    border-radius: .9rem;
}

.gg span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 1.5;
    margin-left: 4%;
    white-space: nowrap;
}

.nav-links a {
    text-decoration: none;
    text-transform: uppercase;
}

.new-releaces {
    background: #167be0;
    border-radius: .9rem;
}

.slider-buttons {
    text-align: right;
    padding: 15px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.latest-title {
    text-align: left;
}

.login-blocks {
    display: inline-flex;
}

.search-btn {
    border-radius: 30px;
    padding: 5px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 0 #408216;
    background: #56AD1E;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none;
    margin: 0;
}

.s-header {
    position: relative;
    width: 100%;
    background: rgba(0, 35, 70, 0.93);
    color: #fff;
    outline: none;
    box-shadow: none;
    padding-left: 20px;
    border-radius: 50px;
    border: 0;
    font-family: 'Squada One';
    font-size: 20px;
    line-height: 2.2;
}

.search-btn:active {
    box-shadow: 0 4px 0 #bc5500 !important;
    background: #ef6c00 !important;
}

.tp-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.fav-games-item {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    grid-gap: 20px;
    background: #014589;
    padding: 35px 27px;
    border-radius: .9rem;
    margin-bottom: 1rem;
}

.favgame-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    font-family: 'Montserrat';
    font-size: 13px;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, black 100%);
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
    padding: 60px 15px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.favgame-card {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

a.favgame-link {
    text-decoration: none;
}

.favgame-link:hover {
    box-shadow: 0 0 10px 6px #ffc107;
    transition: .4s all ease;
    border-radius: .5em;
    line-height: 0;
}

.favgamepage-logo img {
    border-radius: 1em;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.fgimg {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1;
    border-radius: .5em;
}

.grid-title {
    margin: 0;
    text-align: left;
    margin-left: 25px;
}

a.grid-play {
    color: #fff;
    border: none;
    font-weight: 700;
    outline: none;
    text-align: center;
    line-height: 30px;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    border-right-width: 2px;
    text-decoration: none;
    background-color: #FBA90C;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: solid 4px #FB760C;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
    overflow: hidden;
}

.game-icon {
    border-radius: 1em;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.grid-block-links {
    display: grid;
    grid-template-columns: 2fr auto;
    padding: 15px;
    grid-gap: 0;
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, black 100%);
    border-radius: 0 0 9px 9px;
}

.grid-title {
    margin: 0;
    text-align: left;
    font-size: 20px;
}

.gimg {
    border-radius: 1em;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1;
}

.breads {
    background: #004f9e;
    border-radius: 0;
    color: #000;
    padding: 6px 32px 5px;

}

.breads a {
    color: #8ec6ff;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    text-decoration: none;
}

.breads span {
    color: #8ec6ff;
    font-weight: bold;
}

span.breadcrumb_last {
    color: #72b7ff;
    text-transform: uppercase;
    margin-left: 2px;
}

.gimg:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 10px 6px #ffc107;
    transition: .4s all ease;
}

.meta-singe {
    display: grid;
    grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
    justify-content: space-between;
    padding: 20px 0;
}

.meta-singe .breads {
    padding-left: 0;
    background: none;
    color: #fff;
}

.single-game {
    width: 65%;
    margin: 0 auto;
    position: relative;
}

.single-content {
    margin-top: 40px;
}

.game-description p,
.game-description .section {
    font-family: 'Montserrat';
}

.game-description {
    overflow: hidden;
    transition: max-height .4s ease;
}

.none {
    display: none;
}

.btn-single {
    text-align: center;
    background-color: #59b220 !important;
    padding: 10px 20px;
    width: 180px;
    border-radius: 50px;
    margin: 20px auto;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    font-size: 21px;
    font-weight:bold;
    cursor: pointer;
    box-shadow: 0 4px 0 #408216;
}

.similar-games {
    padding: 30px 0;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto auto auto auto auto;
}

@media (min-width: 1210px) {
    .gad-sidebar {
        position: absolute;
        top: 0;
        right: -310px;
        width: 300px;
    }

    .similar-games .game-item:last-child {
        display:none;
    }
}

@media (max-width: 1210px) {
    .gad-sidebar {
        position: relative;
    }
}

@media screen and (min-width: 768px) and (max-width: 1210px) {
    .similar-games {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        padding: 20px 0;
    }
}

@media (min-width: 1650px) {
    .single-game {
        margin: 0 auto 0 14% !important;
    }
}

.game {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    margin-top: 2rem;
    align-items: center;
    overflow: hidden;
}

.play-now {
    position: absolute;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 30px;
    font-size: 1.6em;
    border-radius: 30px;
    width: 210px;
    cursor: pointer;
    text-align: center;
    margin-top: 160px;
    background: linear-gradient(-45deg, #D34F00 0%, #FF8700 100%);
    box-shadow: 0 5px 0 #FC5D12;
    font-weight: bold;
}

.play-now:hover {
    background: linear-gradient(-45deg, #E35F00 0%, #FF9700 100%);
    box-shadow: 0 5px 0 #FC5D12;
    transition: .4s all ease;
}

.play-now-info {
    position: absolute;
    top: 22%;
    text-align: center;
}

.play-now-info h1 {
    text-shadow: 2px 2px 2px black;
    margin-bottom: 0;
}

ul#menu-footer-menu {
    padding: 0;
    text-align: center;
    margin: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu-footer-menu li {
    list-style: none;
    display: inline-block;
}

.footer {
    width: 100%;
    background: #004992;
    bottom: -10%;
}

#menu-footer-menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px 10px;
    transition: .4s all ease;
}

#menu-footer-menu li a:hover {
    border: 1px solid #fff;
    transition: all .2s;
}

.css-grid-featured {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 16px;
    margin-top: 3rem;
}

.icon-img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 12px;
    height: 100%;
}

.tile:last-child {
    grid-column: 3/5;
    grid-row: 1/3;
}

.tile:last-child img {
    display: block !important;
}

.tile:last-child .grid-block-links {
/ / grid-template-columns: auto 2 fr auto;
}

.tile:last-child .grid-title {
    margin-left: 25px;
}

.tile {
    border-radius: 9px;
    position: relative;
}

.tile:hover::before {
    opacity: 0;
}

.featured-links {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.post-ratings img {
    width: 30px;
    margin-left: 2px;
}

.slick-last {
    overflow: hidden;
}

.all-games-section, .fav-games-item {
    position: relative;
}

.fav-games-item .more-button {
    grid-column: 1 / -1;
    width: auto;
}

.all-games-section .more-button {
    grid-column: 1 / -1;
    width: auto;
}

.picture_element img {
    max-width: 100%;
    height: auto;
}

.icon-common {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 1060px) {
    .menu-top-menu-container {
        display:none;
    }

    #back-to-top {
        display:none!important;
    }
}

@media screen and (min-width: 1060px) {
    .mobile_boom_bottom {
        display: none;
    }
}

@media (max-width: 1219px) {
    .single-content {
        margin-top: 5px;
    }
}

@media (max-width: 947px) {

    .single-game {
        padding: 10px;
    }

    .game-content .breads {
        background: none;
        /*margin: 0 0 5px;*/
        /*padding: 0 0 10px 0;*/
        text-align: center;
    }

    .cat-h1 ul {
        margin: 0;
    }

    .cat-h1 ul h1,
    .guide-content h1 {
        margin: 10px 0;
        line-height: 110%;
        font-size: 120%;
    }
}

@media (max-width: 1369px) {
    body {
        margin-bottom: 70px;
    }

    .search-btn {
        height: 41px;
    }
}

.sub-menu {
    transition: all .3s;
}

@media screen and (max-width: 568px) {
    .slick-last .gg:last-child {
        display: none;
    }
}

@media (max-width: 332px) {
    .logo-mobile a img {
        width: 102px !important;
    }
}

@media (min-width: 320px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .all-games-section {
        grid-template-columns: repeat(2, minmax(135px, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .similar-games {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 20px 0;
    }
}

@media screen and (min-width: 1210px) {
    .similar-games {
        padding: 20px 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 375px) {
    .all-games-section {
        grid-gap: 15px;
    }

    .gimg {
        width: 145px;
        height: 145px;
    }
}

@media (min-width: 468px) {
    .all-games-section {

        grid-template-columns: repeat(3, minmax(105px, 1fr));

    }

    .gimg {
        width: 125px;
        height: 125px;
    }
}

@media (min-width: 626px) {
    .all-games-section {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .gimg {
        width: 112px;
        height: 112px;
    }
}

@media (min-width: 768px) {
    .gimg {
        width: 140px;
        height: 140px;
    }
}

@media (min-width: 878px) {
    .all-games-section {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .gimg {
        width: 132px;
        height: 132px
    }
}

@media (min-width: 1210px) {
    .all-games-section {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .gimg {
        width: 150px;
        height: 150px;
    }
}

@media (min-width: 1366px) {
    .all-games-section {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .search_results_here .all-games-section {

    }
}


@media (min-width: 320px) {
    .topfavg {
        padding: 0 !important;
    }

    .fav-games-item {
        padding: 20px;
        grid-template-columns: auto;
    }
}

@media (min-width: 375px) {
    .fav-games-item {
        padding: 20px;
        grid-template-columns: auto auto;
    }
}

@media (min-width: 442px) {
    .fav-games-item {
        padding: 20px;
        grid-template-columns: auto auto;
    }
}

@media (min-width: 468px) {
    .fav-games-item {
        padding: 20px;
        grid-template-columns: auto auto;
    }
}

@media (min-width: 542px) {
    .fav-games-item {
        padding: 20px;
        grid-template-columns: auto auto;
    }
}

@media (min-width: 626px) {
    .fav-games-item {
        padding: 20px;
        grid-template-columns: auto auto;
    }
}

@media (min-width: 638px) {
    .fav-games-item {
        padding: 20px;
        grid-template-columns: auto auto auto;
    }
}

@media (min-width: 768px) {
    .fav-games-item {
        padding: 20px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 982px) {
    .fav-games-item {
        padding: 20px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .fav-games-item {
        padding: 20px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .tp-blocks {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1266px) {
    .fav-games-item {
        padding: 20px;
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width: 1280px) {
    .fav-games-item {
        padding: 20px;
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width: 2035px) {
    .fav-games-item {
        padding: 35px 27px;
    }
}

@media (min-width: 2162px) {
    .fav-games-item {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 2466px) {
    .fav-games-item {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 320px) {
    .single-game {
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .single-game {
        width: 86%;
        margin: 0 auto;
    }
}

@media (min-width: 1210px) {
    .single-game {
        width: 67%;
        margin: 0 auto 0 5%;
    }

}

@media (min-width: 2072px) {
    .single-game {
        width: 44%;
        margin: 0 auto;
    }
}

@media (max-width: 1236px) {
    .css-grid-featured {
        grid-template-columns: repeat(4, 1fr);
    }

    .tile:nth-child(5) {
        display: none;
    }

    .tile:nth-child(6) {
        display: none;
    }
}

@media (max-width: 1000px) {
    .tile:last-child {
        display: none;
    }

    .grid-title {
        font-size: 15px;
    }
}

@media (max-width: 886px) {
    .css-grid-featured {
        display: none;
    }
}

h1,h2,h3,h4,h5,h6 {
    margin: .5rem 0;
}

.cate-item {
    background: #1c95ff;
    padding: 5px 10px;
    border-radius: 5px;
}

.cate-title {
    font-size: 20px;
    font-weight: 1000;
}

.cate-item a img {
    width: 30px;
    height: 30px;
}

.flex-row {
    display: flex;
    gap: .5rem;
    align-items: center;
}

@media screen and (max-width: 468px) {
    .more-type-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 10px;
        grid-gap: 10px;
    }
}

.game-bg{
    width: 100%;
}

.game-bg img{
    width: 100%;
    filter: blur(6px);
}

.detail-desc {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.play-now-info img {
    height: 120px;
    width: 120px;
    border-radius: .5em;
}

@media screen and (min-width: 768px) {
    .detail-desc {
        -webkit-line-clamp: 3;
    }
}

@media screen and (max-width: 568px) {
    .play-now-info {
        top: 1%;
    }

    .play-now-info h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .play-now-info img {
        height: 80px;
        width: 80px;
    }

    .play-now {
        padding: 5px 10px;
        margin-top: 135px;
    }
}