* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

@font-face {
    font-family: "Ebrima";
    src: url(../../fonts/ebrima.99ced7d.ttf) format("truetype");
    font-display: swap;
}

body {
    font-family: Ebrima;
}

.gptslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 16px auto;
    margin-top: 0px;
    min-height: 250px;
    max-width: 300px;
}

.ad-label {
    color: rgb(171, 171, 171);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    position: relative;
    padding: 5px 0px 2px 0px;
    font-size: 14px;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}

.ad p {
    width: 100%;
    line-height: 50px;
    text-align: center;
    height: 50px;
}

header {
    width: 100%;
}

.header-box {
    width: 90%;
    margin: 0 auto;
    padding: 0 30px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.header-banner {
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}

.banner-item {
    padding: 0 20px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.fav {
    width: 160px;
    height: 60px;
    border-radius: 0 0 10px 10px;
    padding: 0 10px;
}

.main {
    width: 95%;
    margin: 0px auto;
    padding: 10px;
    color: #fff;
}

.rootbg {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.header-left {
    padding-right: 10px;
    border-radius: 0 0 30px 0;
}

.header-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    padding-right: 30px;
    border-radius: 0 0 0 30px;
}

.search-box {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    height: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.myInput {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    height: 100%;
    outline: 0;
    font-size: 1rem;
    border: 0;
    background-color: transparent;
    padding: 0 1em;
    color: #333;
}

.search-btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    padding: 5px;
    height: 90%;
    margin-right: 2%;
    border-radius: 20px;
}

.search-btn {
    width: 25px;
    aspect-ratio: 1;
    background-image: url(../../images/search.b5db0d7.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.myInput {
    color: #000;
    height: 40px;
    width: 100%;
    outline: 0;
    font-size: 1rem;
    border-radius: 6px;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 0 1em;
    text-decoration: none;
}

#search-suggestions {
    position: absolute;
    width: 92%;
    top: 39px;
    left: 4%;
    max-height: 250px;
    overflow-y: auto;
    background-color: rgb(252, 252, 252);
    border: 0 1px 1px 1px solid #e6e6e69e;
    z-index: 1;
    border-radius: 0 0 10px 10px;
}

#search-suggestions div {
    padding: 6px 12px;
    cursor: pointer;
}

#search-suggestions div:hover {
    background-color: #555555b5;
}

.aside-menu {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(../../images/menu.7889495.png);
    background-position: center;
    background-size: 100%;
}

aside {
    width: 80%;
    position: fixed;
    right: 0;
    height: 100vh;
    background-color: #000000ed;
    z-index: 200;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 20px;
    overflow-y: scroll;
    box-shadow: 0 0 15px #ffffff55;

}

.close {
    width: 100%;
    position: relative;
    height: 40px;
    margin-bottom: 10px;
}

.close-icon {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../../images/close-white.27d0d87.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.aside-home,
.aside-play-online,
.aside-played-games,
.aside-about {
    margin: 15px 0;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
}

.aside-list,
.aside-about-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
}

.awebsite {
    cursor: pointer;
}

.bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    background-color: #d3b8f5;
    padding: 10px;
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}

.bottom-left-container {
    width: 55%;
}

.bottom-title {
    color: #000;
    margin-top: 0;
    font-weight: bold;
}

.bottom-desc {
    line-height: 1.6;
    margin: 10px 0;
    text-align: center;
}

.bottomfav {
    width: 160px;
    height: 70px;
    margin: 10px 0;
}

.bottom-right-container {
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    width: 40%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.bottom-right-container .bottom-title {
    text-align: center;
}

.bottom-game-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
}

.bottom-game-list .game-bottom-item {
    color: blue;
    padding: 5px 10px;
}

.btxt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.bt_iframe {
    width: 100%;
    min-height: 1900px;
    overflow-y: auto;
}

.self_B_00_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 0 1% 10px;
    height: 40px;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
}

.self_B_00_title .text-box {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.self_B_00_title .title-icon {
    width: 30px;
    aspect-ratio: 1;
    margin: 0 5px 0 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-box p {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 0;
}

.self_B_00_title .more-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    border-radius: 15px;
}

.game-card-list,
.game-list {
    display: grid;
    gap: 10px;
    padding: 0 15px;
    grid-template-columns: repeat(10, 1fr);
    grid-auto-flow: row dense;
    padding-bottom: 20px;
}

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

.game-child-item {
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    overflow: hidden;
}

.game-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1.2;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.game-text-box {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #eeeeee;
    border-radius: 0 0 8px 8px;
    opacity: 1;
}

.game-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    font-size: 12px;
    font-weight: 500;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    color: #000;
}

.game-icon {
    display: none;
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 3px;
    padding: 0 5px;
    font-size: 10px;
    z-index: 2;
}

.BestIcon {
    background-color: #ed4343;
}

.ClassicIcon {
    background-color: #4c86da;
}

.NewIcon {
    background-color: #ff7a2b;
}

.star-icon {
    display: inline-block;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 16px;
}

.score-four-half-star .star-icon {
    background-image: url(../../images/4.5-stars.0f52909.png);
}

.score-five-star .star-icon {
    background-image: url(../../images/5-stars.b54ef9e.png);
}

.score-four-star .star-icon {
    background-image: url(../../images/4-stars.551b8b0.png);
}

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

    .bottom,
    .header-box {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .header-box .header-menu {
        display: none;
    }

    .header-right {
        margin: 0;
        padding: 0;
    }

    .header-left {
        width: 30%;
    }

    .header-left .fav {
        width: 100%;
        margin-left: 10px;
    }

    .bottomfav {
        margin: 10px auto;
        height: 70px;
    }

    .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .btxt {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
        gap: 5px 10px;
    }

    .bottom-left-container,
    .bottom-right-container {
        width: 100%;
        padding: 10px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
    }

    .bottom-title {
        text-align: center;
    }

    .bottom-game-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
    }

    .aside-menu {
        display: block;
    }

    .aside-list .play-item {
        width: auto;
        padding: 5px 10px;
        font-size: 14px;
    }

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

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

    .header-banner {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
    }
}

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

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

    .game-card-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
body {
    min-height: 100vh;
}

.info-box {
    background: -webkit-gradient(linear, left top, right top, from(#d8b5ff), to(#9198e5));
    background: -webkit-linear-gradient(left, #d8b5ff, #9198e5);
    background: linear-gradient(to right, #d8b5ff, #9198e5);
    margin: 20px auto;
    padding: 20px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 95%;
}

.info-box h2 {
    margin-top: 0;
    color: #333;
}

.info-box p {
    margin: 5px 0;
    color: #2c2c2c;
    line-height: 1.5;
}

.top-arrow {
    width: 50px;
    height: 50px;
    float: right;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../../images/back-to-top.9eb6cf3.png);
    cursor: pointer;
}

.text-box .best-game-icon {
    background-image: url(../../images/best-rated-games.86c6dbd.png);
}

.text-box .classic-game-icon {
    background-image: url(../../images/ClassicGames.9f1d133.png);
}

.text-box .mind-game-icon {
    background-image: url(../../images/MindGames.743842f.png);
}

.text-box .super-game-icon {
    background-image: url(../../images/SuperSelection.29e36be.png);
}

.classic-game-list .game-child-item:nth-child(1),
.classic-game-list .game-child-item:nth-child(3),
.classic-game-list .game-child-item:nth-child(6) {
    grid-column: span 2;
    grid-row: span 2;
}

.classic-game-list .game-child-item:nth-child(1) .game-icon,
.classic-game-list .game-child-item:nth-child(3) .game-icon,
.classic-game-list .game-child-item:nth-child(6) .game-icon {
    display: block;
    bottom: 30px;
}

.best-game-list .game-icon,
.skill-game-list .game-icon,
.super-game-list .game-icon {
    display: block;
}
