* {
    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: "AdobeHebrew";
    src: url(../../fonts/AdobeHebrew-Regular.d93ae9d.otf) format("truetype");
    font-display: swap;
}

body {
    font-family: AdobeHebrew;
}

.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(255, 255, 255);
    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;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* display: none; */
    z-index: 199;
}

header,
.main {
    width: 90%;
    margin: 0 auto;
}

.header-box {
    width: 100%;
    margin: 20px auto;
    height: 50px;
    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;
}

.fav {
    width: 100px;
    height: 40px;
    padding: 0 5px;
    margin: 5px;
    line-height: 50px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 25px;
}

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

.header-left-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    background-color: #ffffff9d;
    border-radius: 25px;
}

.header-menu {
    min-width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    margin: 0 20px;
}

.play-online,
.about {
    position: relative;
}

.about-list {
    position: absolute;
    top: 50px;
    left: 0;
    height: auto;
    width: auto;
    background-color: #c5ff4b;
    z-index: 100;
    display: none;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 5px;
    border-radius: 10px;
    padding: 20px 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.about-list {
    width: auto;
}

.about-list .play-item:hover,
.header-inlist-game:hover {
    background-color: #50e529;
}

.play-item,
.header-inlist-game,
.aside-about-list a {
    height: 50px;
    font-weight: 600;
    font-size: 1rem;
    padding: 5px;
    color: #000000a3;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    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;
    word-break: keep-all;
    white-space: nowrap;
}

.header-inlist-game {
    border-right: 1px solid #c8eb3c;
    padding: 0 10px;
}

.about-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 0 10px;
}

.play-item p,
.header-home p {
    margin: 0 20px;
}

.play-item .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: auto 0;
    margin-right: 5px;
    background-size: cover;
    background-position: center;
}

.search-header-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;
    height: 40px;
    padding: 0 10px;
    /* background-color: pink; */
    border-radius: 20px;
    color: #fff;
}

.search-header-box .search-enter-btn {
    width: 30px;
    aspect-ratio: 1;
    background-image: url(../../images/search.8682f94.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    background-color: none;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 199;
}

.search-container {
    display: none;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
    height: 60px;
    padding: 5px;
    z-index: 999;
    border-bottom: 2px solid rgb(198, 119, 167);
}

.search-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.search-btn {
    width: 40px;
    height: 40px;
    padding: 10px;
    aspect-ratio: 1;
    background-image: url(../../images/search.8682f94.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    background-color: transparent;
    border-radius: 50%;
    background-color: rgb(198, 119, 167);
}

.myInput {
    color: #000;
    height: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    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;
    color: #fff;
}

.cancel {
    position: absolute;
    top: 65px;
    right: 10px;
    display: none;
    height: 40px;
    width: 40px;
    background-image: url(../../images/close-white.27d0d87.png);
    background-position: center;
    background-size: cover;
    z-index: 990;
    cursor: pointer;
}

#search-suggestions {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin-top: 20px;
    left: 4%;
    /* transform: translateX(-50%); */
    max-height: 250px;
    overflow-y: auto;
    background-color: transparent;
    color: #fff;
    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;
    top: 0;
    left: 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 {
    width: 100%;
    color: #fff;
    text-wrap: wrap;
}

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

.bottom-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}

.bottom-container a {
    margin: 5px 0;
}

.bottom-game-list a::before,
.btxt-list a::before {
    content: "•";
    margin-right: 8px;
    color: #fff;
}

.bottom-container .bottom-title {
    font-weight: 600;
    font-size: 16px;
    margin: 10px 20px;
}

.btxt-list,
.bottom-game-list {
    margin: 10px 20px;
    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;
}

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

.bottom-tags-list .bottom-tags-item {
    border: 1px solid #fff;
    text-align: center;
    padding: 2px 5px;
    color: #68e55d;
}

.bottom .btxt-box {
    text-align: center;
}

.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%;
    height: 60px;
}

.self_B_00_title .text-box {
    width: auto;
    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: 24px;
    font-weight: bold;
    color: #3b22a2;
    padding-right: 10px;
    background-color: #ffffff;
    border-radius: 10px;
}

.text-box .title-icon {
    height: 30px;
    margin: 0 10px;
    aspect-ratio: 1;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.text-box p {
    height: 30px;
    line-height: 30px;
}

.self_B_00_title .more-btn {
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0
}

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

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

.game-child-item {
    width: 100%;
    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;
    cursor: pointer;
}

.game-child-item .game-img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.game-child-item .game-name {
    padding: 8px 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.top-arrow {
    position: fixed;
    width: 60px;
    height: 60px;
    background-image: url(../../images/top.c68504d.png);
    background-size: 100%;
    bottom: 20%;
    right: 5%;
    display: none;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
}

@media screen and (max-width:900px) {
    .game-name {
        font-size: .9rem;
    }

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

    .header-left-box {
        width: 160px;
        margin: 0;
    }

    .header-left-box .fav {
        width: 100%;
    }

    .search-container {
        top: 45%;
    }

    .game-tags-container {
        width: 90%;
    }

    .aside-menu {
        display: block;
    }

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

    .game-list-container,
    .btxt-container {
        width: 40%;
    }

    .bottom-container {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

}

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

    .search-container {
        top: 20%;
    }

    .game-list-container,
    .btxt-container {
        width: 90%;
    }

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

    }
}
body {
    min-height: 100vh;
}

.self_B_00_title .popular-title-box {
    background-color: transparent;
    color: #fff;
}

.text-box .popular-game-icon {
    background-image: url(../../images/PopularThisWeek.64cdf37.png);
}

.text-box .top-game-icon {
    background-image: url(../../images/TopGames.be0dc53.png);
}

.text-box .simulation-game-icon {
    background-image: url(../../images/SimilarGames.a923d29.png);
}

.text-box .hot-game-icon {
    background-image: url(../../images/HotGames.67af521.png);
}

.game-list {
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 30px;
}

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

.game-card-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    color: #fff;
    border-radius: 8px;
    background-color: #0000002b;
}

.game-card-item .game-item-left {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    width: 60%;
    padding: 10px;
}

.game-card-item .game-play-btn {
    background-color: #000000a0;
    width: 70px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border-radius: 15px;
}

.game-card-item .game-play-btn:hover {
    color: #000;
    background-color: #50e529;
    cursor: pointer;
}

.game-card-item .game-img {
    display: block;
    width: 40%;
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width:900px) {
    .popular-game-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:480px) {
    .popular-game-list {
        grid-template-columns: repeat(1, 1fr);
    }
}
