@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800&display=swap");

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif !important;
}

body {
    color: #fff;
    background: #210330;
    background-attachment: fixed;
    font-size: 14px;
    font-family: 'Nunito', sans-serif !important;
    overflow: auto !important;
}

#games_wrap::-webkit-scrollbar,
.game-section::-webkit-scrollbar,
.site-nav-class::-webkit-scrollbar {
    display: none;
}

.allcatpage {
    padding: unset !important;
    margin: unset !important;
    margin-top: 5% !important;
    border-radius: unset !important;
}

.tag-page-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    padding-left: 76px;
    padding-right: 10px;
    padding-top: 10px;
    box-sizing: border-box;
}

.tagpage {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: inherit;
    border: 1px solid #7500aa !important;
    padding: 5px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    background-color: #4e0b6d;
}

.tagpage img {
    width: 50px;
    height: auto;
    margin-right: 10px;
    border-radius: 10px;
}

.tagpage p {
    margin: 0;
    font-size: 16px;
    flex: 1;
    color: #ffffff;
    font-weight: 800;
    overflow: hidden;
}

.tagpage:hover {
    transform: scale(1.1);
}

@media only screen and (max-width: 900px) {
    .tag-page-section {
        padding-left: 15px;
    }
}

.logo-bar1 a {
    padding: 8px 15px 8px 12px !important;
}

.w3:hover {
    -webkit-transition: all 200ms ease-in;
    /*    -webkit-transform: scale(1.08);*/
    -ms-transition: all 200ms ease-in;
    /*    -ms-transform: scale(1.08);*/
    -moz-transition: all 200ms ease-in;
    /*    -moz-transform: scale(1.08);*/
    transition: all 200ms ease-in;
    /*    transform: scale(1.08);*/
}

.games {
    border: unset !important;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.games:hover img {
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    -webkit-filter: unset !important;
    transform: unset !important;
}

.thumb-banner:hover img {
    -ms-transform: unset;
    -moz-transform: unset;
    transform: unset;
}

.thumb-banner {
    background-color: unset !important;
}

.thumb-banner:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05) !important;
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05) !important;
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05) !important;
    transition: all 200ms ease-in;
    transform: scale(1.05) !important;
}

.games:hover .gametitle {
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    -webkit-filter: unset !important;
    height: 105% !important;
    transition: height 0.1s !important;
}

.original-game:hover .gametitle {
    height: 100% !important;
}


.games .gametitle {
    display: flex !important;
    position: absolute;
    align-content: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 125% !important;
    color: #FFF;
    opacity: 0;
    font-size: 12px !important;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 9;
    padding: 15px 4px !important;
}

.thumbcover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 50%);
    opacity: 0;
    border-radius: calc(10px);
    border-width: 3px !important;
    border-style: solid !important;
    border-color: rgb(239 184 15) !important;
}

ul.wp-block-list {
    margin: 0px 30px;
}

ol.wp-block-list {
    margin: 0px 30px;
}

ul.wp-block-list li {
    padding-bottom: 15px;
}

h3.wp-block-heading {
    color: #4b49b9;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 15px;
}

@media only screen and (max-width:425px) {
    .thumb-banner {
        height: 220px !important;
    }
}

.games:hover .thumbcover {
    z-index: 1;
    opacity: 1;
    transition: opacity 0.2s;
}

.w3:hover .gametitle {
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    -webkit-filter: unset !important;
    height: 95% !important;
    transition: height 0.1s !important;
}

.w3 .gametitle {
    font-size: 14px !important;
    padding: unset !important;
    height: 100% !important;
}

/* new */
.games {
    box-shadow: 0 0 10px rgb(0 0 0 / 40%)
}

.empty-thumb::before {
    height: 130px;
    display: block;
    grid-column-start: span 2;
}

/* / Logo start / */
.logo-container {
    display: flex;
    width: 100%;
    position: absolute;
    z-index: 999999 !important;
    justify-content: space-around;
}

.logo-flex {
    display: flex;
    position: relative;
}

:root {
    --main: #29053a;
    --white: #ffffff;
    --yellow: #ffbf09;
    --inputcolor: #f4f5fc;
    --fontcolor: #a8b6d2;
    --fontcolor2: #5580d5;
    --fontcolor3: #4b49b9;
    --fontgray: #444444;
    --label: #a8b6d2;
    --black: rgba(0, 0, 0, 0.3);
    --darkblack: rgba(0, 0, 0, 1);
    --purpletext: #4b49b9;
}

.logo-thumb {
    margin-top: 17px;
    display: flex;
    position: fixed;
    width: 280px;
    height: 130px;
    border-radius: 10px;
    background-color: var(--white);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

.logo-btns {
    display: flex;
    flex-direction: column;
}

.logo_image:after {
    content: " ";
}

.logo_image {
    margin-left: 25px;
    content: " ";
}

.logo {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 242px;
    border-radius: 10px 0px 0px 10px;
}

.logo-btns {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 100%;
    margin-left: -5px;
}

.logo-home {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 60px;
    border-radius: 0px 10px 0px 0px;
}

.logo-down {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 65px;
    width: 60px;
    border-radius: 0px 0px 10px 0px;
}

.logo-down.up {
    -webkit-animation: up_animation .5s ease-in-out;
    animation: up_animation .5s ease-in-out;
    transform: rotate(180deg);
}

.logo-down.down {
    animation: down_animation 0.8s 0.5s ease-in-out infinite;
}

.logo-down.backtodown {
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out;
}

a.banner-flex {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    cursor: pointer;
}

li.mourgames a {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    text-align: center;
    grid-column: auto/span 2;
    color: white;
    font-size: 30px;
    font-weight: 800;
    box-shadow: none;
}

.logo-down.backtodown {
    transform: rotate(0deg);
    transition: transform .5s ease-in-out;
}

.logo-down.down {
    -webkit-animation: down_animation .8s ease-in-out .5s infinite;
    animation: down_animation .8s ease-in-out .5s infinite;
}

@-webkit-keyframes down_animation {
    0% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(5px)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

@keyframes down_animation {
    0% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(5px)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

.menu {
    margin-left: 0;
    margin-top: 120px;
    border-radius: 0 0 10px 10px;
    width: 280px;
    height: 0;
    background-color: var(--white);
    position: absolute;
    z-index: 5;
    overflow-y: scroll;
    transform-origin: top center;
}

.menu.fade,
.menu.out {
    transition: height .3s ease;
}

.menu.fade {
    height: 430px;
}

@media only screen and (max-width: 800px) {
    .menu.fade {
        height: 430px;
    }

    .list .items {
        font-size: 20px;
        height: 70px;
    }
}

@media only screen and (max-width: 425px) {
    .menu.fade {
        height: 700px;
    }

    .list .items {
        font-size: 25px;
        height: 70px;
    }
}

.list {
    display: flex;
    flex-direction: column;
}

.items {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    color: var(--darkblack) !important;
    font-size: 19px;
    font-weight: 900;
    width: 280x;
    height: 61px;
    padding-left: 40px;
    border-radius: 10px;
    text-align: center;
    border-bottom-width: 1px;
    align-items: center;
    text-decoration: none;
}

.menutext {
    padding-left: 10px;
}

@media only screen and (min-height: 540px) and (min-width: 700px) {
    .items {
        height: 61px;
    }
}

.items:hover {
    background-color: #ffdbea;
}

.menu.out {
    height: 0;
}

.menu.fade,
.menu.out {
    transition: height .3s ease;
}

@-webkit-keyframes up_animation {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(180deg)
    }
}

@keyframes up_animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

.Search_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    background-color: var(--main);
    width: 900px;
    height: 100%;
    z-index: 9999999;
    transform: translateX(-100%);
}

.Search_div .newgamelist {
    font-size: 26px;
    color: white;
    margin-top: 20px;
    width: 100%;
}

.searchgamelist {
    font-size: 26px;
    color: white;
    margin-top: 20px;
    width: 100%;
}

.searchgamelist h2 {
    font-size: 26px;
}

.Search_div.Sin {
    transform: translateX(0px);
    transition: transform 0.3s;
}

.Search_div.Sout {
    transform: translateX(-100%);
    transition: transform 0.3s;
}

.Search_container {
    height: 65px;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}

.Search_input_div {
    display: flex;
    justify-content: space-between;
    margin-left: 20;
    border-radius: 60px;
    flex-direction: row;
    height: 100%;
    background-color: white;
    width: 80%;
    overflow: hidden;
}

.Search_input {
    width: 90%;
    height: 100%;
}

.Search_Feild {
    outline: 0px;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 20px;
    border: none;
    font-family: 'Nunito', sans-serif;
    font-size: 25px;
    font-weight: 800;
}

input::placeholder {
    color: #b2a9b6;
}

::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
    display: none;
}

.Search_icon {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0px 20px 0px 20px;
    width: 10%;
    height: 100%;
}

.s_icon {
    width: 40px;
    height: 40px;
}

.c_icon {
    width: 40px;
    height: 40px;
}

.Search_close {
    display: flex;
    margin: 0 10 0 10;
    height: 100%;
    width: 65px;
    background-color: white;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.canvas-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/*Full screen canvas size issue*/
.canvas-container:fullscreen .game-canvas {
    height: 94%;
}

.canvas-container:fullscreen .game-info {
    height: 6%;
}

.canvas-container:fullscreen .game-info .game-title {
    font-size: 25px;
}

.game-info {
    height: 50px;
    display: flex;
    flex-direction: row;
    background-color: var(--white);
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.canvas-container:fullscreen .game-info {
    height: 6%;
}

.canvas-container:fullscreen .game-info .game-title {
    font-size: 25px;
}

.game-title {
    user-select: none;
    padding-left: 13px;
    margin: 0;
    font-weight: 800;
    font-size: 20px;
    color: #000;
}

.canvas-container:fullscreen .game-info .game-title {
    font-size: 25px;
}

.game-fullscreen {
    margin-right: 13px;
    display: flex;
    width: 30px;
    height: 30px;
}

.game-canvas {
    width: 100% !important;
    height: 100% !important;
}

.canvas-container:fullscreen .game-canvas {
    height: 94%;
}

.ad-300x600,
.ad-160x600,
.ad-728X90,
.ad-300X250,
.ad-300X250-2,
.ad-320X50 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ad-300x600 {
    display: flex;
    grid-column: 1/3;
    grid-row: 2/6;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.ad-300x250 {
    display: flex;
    grid-column: 9 / 11;
    grid-row: 1 / 4;
    justify-content: center;
}

.ad-320X50 {
    display: none;
    margin-bottom: 10px !important;
}

.home728 {
    display: none;
    margin-bottom: 10px !important;
}

.inline-rectangle,
.wide-skyscraper,
.Leaderboard,
.MediumBanner,
.LargeBanner,
.multiplex-size {
    text-align: center;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    background: #6b189138;
}

.MediumBanner {
    height: 250px;
    width: 300px;
}

.inline-rectangle {
    width: 160px;
    height: 600px;
}

.LargeBanner {
    width: 300px;
    height: 600px;
}

#wide-skyscraper {
    width: 160px !important;
    height: 600px !important;
}

.wide-skyscraper {
    width: 160px;
    height: 600px;
}

.ad-320X50 .Leaderboard {
    width: 320px !important;
    height: 50px !important;
}

.Leaderboard {
    width: 728px;
    height: 90px;
}


@media only screen and (min-width: 300px) {
    .Search_input_div {
        width: 70%;
    }

    .Search_container,
    .Search_close {
        height: 45px;
    }

    .Search_close {
        width: 45px;
    }

    .s_icon {
        width: 30px;
        height: 30px;
    }

    .c_icon {
        width: 30px;
        height: 30px;
    }

    .Search_Feild {
        font-size: 20px;
    }

    .newgamelist h2 {
        font-size: 20px;
    }

    .s_thumb {
        min-height: 100px;
    }

    .Search_div {
        width: 100%;
    }
}

@media only screen and (min-width: 730px) {
    .Search_input_div {
        width: 80%;
    }

    .Search_container,
    .Search_close {
        height: 65px;
    }

    .Search_close {
        width: 65px;
    }

    .s_icon {
        width: 40px;
        height: 40px;
    }

    .c_icon {
        width: 40px;
        height: 40px;
    }

    .Search_Feild {
        font-size: 25px;
    }

    .newgamelist h2 {
        font-size: 26px;
    }

    .Recent_games,
    .Search_game_container {
        grid-template-columns: repeat(auto-fill, 130px);
    }

    .thumb-canvas {
        height: 430px !important;
        grid-column: auto/span 4;
        grid-row: auto/span 3;
    }

    .thumb {
        min-height: 100px;
        border-radius: 10px;
    }
}

@media only screen and (min-width: 1030px) {
    .Search_div {
        width: 900px;
    }
}

.thumb {
    grid-column: auto/span 1;
    grid-row: auto/span 1;
    min-height: 150px;
    display: block;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    transition: all .2s;
    /*overflow: hidden;*/
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.thumb-canvas {
    grid-column: auto/span 6;
    grid-row: auto/span 4;
    z-index: 1;
    background-image: none !important;
    background-color: var(--white);
    overflow: hidden;
    border-radius: 10px;
}

.ad-300x600 {
    max-height: 600px
}

.desktophidebanner,
.hidebanner {
    display: none !important;
}

.homemdbanner,
.homemdbanner2 {
    align-items: center;
    align-content: center;
    justify-content: space-around;
    max-height: 280px !important;
    display: flex;
    flex-direction: row;
}

.ad-160x600 {
    height: 600px
}

.homeadbanner {
    height: 600px
}

@media only screen and (min-width: 300px) {
    .thumb {
        min-height: 80px;
    }

    .game-title {
        font-size: 16px;
    }

    .game-fullscreen {
        width: 25px;
        height: 25px;
    }

    /*Ads set up*/
    .stick-banner {
        display: flex;
        height: 50px;
    }

    .bot-banner {
        transform: scale(0.55);
    }

    .ad-160x600 {
        display: none;
        grid-column: 2/4;
        grid-row: 7/12;
    }

    .ad-300x600 {
        display: flex;
        grid-column: 1/4;
        grid-row: 5/7;
    }

    .hidebanner {
        display: none;
    }

    .homeadbanner {
        display: none;
    }

    .ad-728X90 {
        display: none;
        grid-column: 1 / 6;
        grid-row: 6 / 7;
    }

    .homemdbanner2 {
        display: none;
        grid-column: 1/4;
        grid-row: 18/20;
    }

    .homeadfooter {
        margin: auto;
    }

    .homemid-300x600 {
        display: block;
    }

    .homebottomsquare {
        grid-column: unset !important;
        grid-row: unset !important;
    }
}

@media only screen and (max-width: 730px) {
    .logo-thumb {
        transform-origin: top left;
        position: absolute;
    }
}

@media only screen and (max-width: 425px) {
    .pagenavi {
        margin-left: -25px;
    }
}

@media only screen and (max-width: 320px) {
    .pagenavi {
        margin-left: -25px;
        transform: scale(0.7);
    }
}

@media only screen and (min-width: 360px) {
    .thumb {
        min-height: 100px;
    }

    .thumb-banner {
        height: 220px;
        grid-column: 1/4;
        grid-row: 2/4;
    }

    .ad-300x600 {
        display: flex;
        grid-column: 1/4;
        grid-row: 5/7;
    }

    .hidebanner {
        display: none;
    }

    .homeadbanner {
        display: none;
    }

    .homemdbanner {
        display: flex;
        grid-column: 1/4;
        grid-row: 8/10;
    }

    .homemdbanner2 {
        display: none;
        grid-column: 1/4;
        grid-row: 18/20;
    }

    .homemid-300x600 {
        display: block;
    }

    .homebottomsquare {
        grid-column: unset !important;
        grid-row: unset !important;
    }
}

@media only screen and (min-width: 460px) {

    /*Ads set up*/
    .stick-banner {
        height: 80px;
    }

    .bot-banner {
        transform: scale(0.62);
    }

    .ad-300X250 {
        display: flex;
        grid-column: 1/4;
        grid-row: 5/8;
    }

    .ad-160x600 {
        display: none;
        grid-column: 3/5;
        grid-row: 7/12;
    }

    .ad-300x600 {
        display: flex;
        grid-column: 1/3;
        grid-row: 5/7;
    }

    .hidebanner {
        display: none;
    }

    .homeadbanner,
    .homemdbanner2 {
        display: none;
    }

    .homemdbanner {
        display: flex;
        grid-column: 1/4;
        grid-row: 7/9;
    }

    .homemdbanner2 {
        display: none;
        grid-column: 1/4;
        grid-row: 18/20;
    }

    .homemid-300x600 {
        display: block;
    }

    .homebottomsquare {
        grid-column: unset !important;
        grid-row: unset !important;
    }
}

@media only screen and (min-width: 580px) {
    .game-title {
        font-size: 20px;
    }

    .thumb-dis {
        width: 580px;
    }

    .ad-160x600 {
        display: none;
    }

    .ad-300x600 {
        display: flex;
        grid-column: 2/4;
        grid-row: 6/8;
    }

    .hidebanner {
        display: none;
    }

    .homeadbanner {
        display: none;
    }

    .homemid-300x600 {
        display: block;
    }

    .homemdbanner2 {
        display: none;
        grid-column: 2/4;
        grid-row: 14/16;
    }

    .homebottomsquare {
        grid-column: unset !important;
        grid-row: unset !important;
    }
}

@media only screen and (min-width: 730px) {
    .thumb {
        min-height: 100px;
        border-radius: 10px;
    }

    .thumb-banner {
        height: 280px;
        grid-column: 1/ 4;
        grid-row: 2/4;
    }

    .thumb-dis {
        width: 730px;
    }

    .game-fullscreen {
        width: 30px;
        height: 30px;
    }

    /*Ads set up*/
    .tags-list {
        display: block;
    }

    .stick-banner {
        height: 100px;
    }

    .bot-banner {
        transform: scale(1);
    }

    .ad-300x600 {
        display: flex;
        grid-column: 1/3;
        grid-row: 5/7;
    }

    .ad-160x600 {
        display: flex;
        grid-column: 5/6;
        grid-row: 1/6;
    }

    .hidebanner {
        display: none;
    }

    .homeadbanner {
        display: none;
    }

    .homemdbanner {
        display: flex;
        grid-column: 1/3;
        grid-row: 4/6;
    }

    .homemdbanner2 {
        display: none;
    }

    .homead-728X90 {
        display: block;
    }

    .homeadfooter {
        margin: auto;
    }

    .homemid-300x600 {
        display: none;
    }
}

@media only screen and (min-width: 880px) {
    .thumb-canvas {
        height: 580px !important;
        grid-column: auto/span 5;
        grid-row: auto/span 4;
    }

    .thumb-dis {
        width: 880px;
    }

    /*Ads set up*/
    .ad-160x600 {
        display: flex;
        grid-column: 6/7;
        grid-row: 1/5;
        display: flex;
    }

    .ad-300x600 {
        grid-column: 3/5;
        grid-row: 8/10;
        display: flex;
    }

    .hidebanner {
        display: none;
    }

    .ad-728X90 {
        display: flex;
        grid-column: 1 / 6;
        grid-row: 6 / 7;
    }

    .homeadbanner {
        display: none;
    }

    .homemdbanner {
        grid-column: 1/3;
        grid-row: 4/6;
        display: flex;
    }

    .homemdbanner2 {
        display: none;
    }

    .homead-728X90 {
        display: block;
    }

    .homeadfooter {
        margin: auto;
    }

    .homemid-300x600 {
        display: none;
    }
}

@media only screen and (min-width: 1030px) {
    .thumb-canvas {
        height: 580px !important;
        grid-column: auto/span 6;
        grid-row: auto/span 4;
    }

    .thumb-banner {
        grid-column: auto/span 3;
        grid-row: auto/span 2;
    }

    /*Ads set up*/
    .stick-banner {
        display: none;
    }

    .ad-160x600 {
        grid-column: 7/8;
        grid-row: 2/6;
    }

    .ad-300x600 {
        grid-column: 1/3;
        grid-row: 8/10;
    }

    .hidebanner {
        display: none;
    }

    .ad-728X90 {
        grid-column: 1 / 7;
        grid-row: 6 / 7;
    }

    .homeadbanner {
        display: none;
    }

    .homemdbanner {
        display: flex;
        grid-column: 1/3;
        grid-row: 4/6;
    }

    .homemdbanner2 {
        display: none;
    }

    .homead-728X90 {
        display: block;
    }

    .homeadfooter {
        margin: auto;
    }

    .homemid-300x600 {
        display: none;
    }
}

@media only screen and (max-width: 1180px) {
    .desktophidebanner {
        display: flex !important;
    }

    .mobilehidebanner {
        display: none !important;
    }

    .LargeBanner {
        display: none;
    }
}

@media only screen and (min-width: 1180px) {
    .thumb-canvas {
        grid-column: 3/9;
        grid-row: auto/span 4;
    }

    /*Ads set up*/
    .ad-300x600 {
        display: flex;
        grid-column: 1/3;
        grid-row: 2/6;
    }

    .ad-160x600 {
        grid-column: 8/9;
        grid-row: 1/5;
        display: none;
    }

    .ad-160x600 {
        grid-column: 2/3;
        grid-row: 2/6;
    }

    .ad-728X90 {
        grid-column: 3/9;
        grid-row: 5/6;
    }

    .hidebanner {
        display: flex;
    }

    .homeadbanner {
        display: none;
        grid-column: 8/9;
        grid-row: 1/6;
    }

    .homemdbanner {
        display: flex;
        grid-column: 1/3;
        grid-row: 3/5;
    }

    .homemdbanner2 {
        display: none;
    }

    .homead-728X90 {
        display: block;
    }

    .homeadfooter {
        margin: auto;
    }

    .homemid-300x600 {
        display: none;
    }

    .mobilehidebanner {
        display: none !important;
    }
}

@media only screen and (min-width: 1330px) {

    /*Ads set up*/
    .ad-300x600 {
        display: flex;
        grid-column: 1/3;
        grid-row: 2/6;
    }

    .ad-160x600 {
        grid-column: 9/10;
        grid-row: 1/5;
        display: flex;
    }

    .ad-728X90 {
        grid-column: 5/10;
        grid-row: 5/6;
    }

    /*For game*/
    .thumb-dis {
        width: 1330px;
    }

    .thumb-canvas {
        grid-column: auto/span 6;
        grid-row: auto/span 4;
    }

    .homeadbanner {
        display: none;
        grid-column: 9/10;
        grid-row: 1/6;
    }

    .homemdbanner {
        display: flex;
        grid-column: 1/3;
        grid-row: 3/5;
    }

    .homemdbanner2 {
        display: none;
    }

    .homead-728X90 {
        display: block;
    }

    .homeadfooter {
        margin: auto;
    }

    .homemid-300x600 {
        display: none;
    }
}

@media only screen and (min-width: 1480px) {
    .thumb-canvas {
        grid-column: 2 / span 5;
        grid-row: 1 / span 5;
    }

    .ad-300x600,
        {
        display: flex;
        grid-column: 1/3;
        grid-row: 2/6;
    }

    .ad-160x600 {
        display: none;
        grid-column: 11/12;
        grid-row: 1/5;
    }

    .homeadbanner {
        display: none;
        grid-column: 10/11;
        grid-row: 1/6;
    }

    .ad-728X90 {
        display: flex;
        grid-column: 5/10;
        grid-row: 6/7;
    }

    .homemdbanner {
        display: flex;
        grid-column: 1/3;
        grid-row: 3/5;
    }

    .homemdbanner2 {
        display: none;
    }

    .homead-728X90 {
        display: block;
    }

    .homeadfooter {
        margin: auto;
    }

    .homemid-300x600 {
        display: none;
    }
}

.ad-160x600 {
    height: 600px;
}

@media only screen and (min-width: 1630px) {
    .logo-flex {
        position: fixed;
        width: 1630px;
    }

    .thumb-dis {
        width: 1630px;
    }

    /*Game*/
    .ad-300x600 {
        display: flex;
        grid-column: 1/3;
        grid-row: 2/6;
    }

    .ad-160x600 {
        display: flex;
        grid-column: 11/12;
        grid-row: 1/5;
    }

    .ad-728X90 {
        display: flex;
        grid-column: 5/10;
        grid-row: 6/7;
    }

    .homemdbanner {
        display: flex;
        grid-column: 1/3;
        grid-row: 3/5;
    }

    .homemdbanner2 {
        display: none;
    }

    .homead-728X90 {
        display: block;
    }

    .homeadfooter {
        margin: auto;
    }

    .homemid-300x600 {
        display: none;
    }
}

@media only screen and (min-width: 1780px) {
    .logo-flex {
        position: fixed;
        width: 1780px;
    }

    .thumb-dis {
        width: 1780px;
    }

    .homeadbanner {
        display: flex;
        grid-column: 12/13;
        grid-row: 1/5;
    }
}

@media only screen and (min-width: 1930px) {
    .logo-flex {
        position: fixed;
        width: 1930px;
    }

    .thumb-dis {
        width: 1930px;
    }

    .homeadbanner {
        display: flex;
        grid-column: 13/14;
        grid-row: 1/5;
    }
}

@media only screen and (min-width: 2080px) {
    .logo-flex {
        position: fixed;
        width: 2080px;
    }

    .thumb-dis {
        width: 2080px;
    }

    .homeadbanner {
        display: flex;
        grid-column: 14/15;
        grid-row: 1/5;
    }
}

@media only screen and (min-width: 2230px) {
    .logo-flex {
        position: fixed;
        width: 2230px;
    }

    .thumb-dis {
        width: 2230px;
    }

    .homeadbanner {
        display: flex;
        grid-column: 15/16;
        grid-row: 1/5;
    }
}

@media only screen and (min-width: 2380px) {
    .logo-flex {
        position: fixed;
        width: 2380px;
    }

    .thumb-dis {
        width: 2380px;
    }

    .homeadbanner {
        display: flex;
        grid-column: 16/17;
        grid-row: 1/5;
    }
}

@media only screen and (min-width: 2530px) {
    .logo-flex {
        position: fixed;
        width: 2530px;
    }

    .thumb-dis {
        width: 2530px;
    }

    .homeadbanner {
        display: flex;
        grid-column: 17/18;
        grid-row: 1/5;
    }
}

.gamescreenplay_btn {
    width: 64px;
    height: 64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    animation: play_btn 1s ease-in-out infinite alternate;
    -webkit-animation: play_btn 1s ease-in-out infinite alternate;
}

.gamescreenplay_text {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
}

.mobile-btns {
    display: flex;
    flex-direction: column;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.gamescreenthumb img:nth-child(3) {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

#mobileview {
    display: none;
}

.description {
    margin-top: 17px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

#searchgamelist .searchsection {
    overflow-y: auto;
}

#searchgamelist {
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.pagefooter1 {
    margin-top: 80px !important;
}

/*custom*/
.thegame {
    min-height: unset !important;
}

body {
    overflow-x: hidden;
}

#header {
    z-index: 99999;
    top: 0px;
    height: 65px;
    padding-top: 10px;
}

.headertext {
    margin-left: 3%;
    margin-top: 1%;
}

.pagenavi {
    padding-bottom: 10px;
}

@media only screen and (max-width: 350px) {
    .socialicons {
        transform: scale(0.8);
    }

    .pagenavi {
        margin-left: -30px;
    }
}

#footer {
    position: absolute;
    right: 0;
    bottom: auto;
    left: 0;
    padding: 1rem;
    clear: both;
    overflow: hidden;
    z-index: 99999;
    background: #29053A;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-top: 2px solid #310645;
}

.thegame {
    float: none !important;
}

.control {
    display: none;
}

.right {
    padding-right: 10%;
}

.wp-block-image {
    padding-top: 50px;
}

@media only screen and (max-width: 1300px) {
    .right {
        padding-right: 15%;
    }
}

@media only screen and (max-width: 1200px) {
    .right {
        padding-right: 0%;
    }
}

@media only screen and (max-width: 430px) {
    .control {
        display: none;
    }

    .playcount {
        display: none;
    }

    .description {
        padding-top: 0%;
    }
}

@media only screen and (max-width: 375px) {
    #header .logo {
        margin-left: 12%;
    }
}

@media only screen and (max-width: 320px) {
    #header .logo {
        margin-left: 9%;
    }

    #header .logo img {
        width: 170px !important;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .right {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .padding-10 {
        padding: 0px !important;
    }

    .logofont {
        padding: 20px !important;
        margin-right: 0px !important;
    }

    .playcount {
        margin: 11px !important;
    }

    .gdsdk__splash-title {
        text-align: center;
        font-size: small !important;
    }

    .gdsdk__splash-bottom > .gdsdk__splash-title {
        font-size: small !important;
    }

    .related {
        display: none;
    }

    .container,
    .container-1400 {
        width: 100%;
    }

    .subtitle h1 {
        text-align: center;
    }

    .gdsdk__splash-title {
        text-align: center;
        font-size: small !important;
    }

    .gdsdk__splash-bottom > .gdsdk__splash-title {
        font-size: small !important;
    }

    #footer .menu-footer {
        width: 100%;
        text-align: center;
        margin-left: 0%;
        padding-right: unset;
        padding-top: 4%;
    }

    .bottom_pad {
        padding: 1% 2% 1% 2%;
    }
}

.video-container iframe {
    max-height: 100%;
}

.games {
    border: 5px solid #FFFFFF;
    border-radius: 10px;
}

.games.w2 img {
    border-radius: 10px;
}

.games .thumb {
    border-radius: 10px;
}

.fb-like {
    width: 36% !important;
    margin-top: 1.2%;
}

#infscr-loading {
    display: none !important;
}




body {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.bottom_pad {
    background-color: #401155;
    color: white;
    margin: 20px;
    border-radius: 10px;
    width: auto;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.bottom_pad ul {
    margin: 15px;
}

.bottom_pad ul h2 {
    margin-left: -19px;
    margin-bottom: 12px;
    margin-top: -10px;
    font-size: 24px;
}

.bottom_pad li {
    padding-top: 5px;
}

.liclass {
    margin-bottom: 6px !important;
}

.bottom_pad {
    padding: 1% 2% 1% 2%;
    margin-top: 1%;
}

@media only screen and (max-width: 600px) {
    .bottom_pad {
        padding: 1% 3% 1% 5%;
        margin-top: 1%;
    }
}

#games {
    margin-bottom: 3%;
}

.bottomfooter {
    background-color: #FFFFFF;
    color: #000000;
    margin: 20px;
    border-radius: 10px;
    width: auto;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-left: 76px;
}

.secdescription ul {
    padding-left: 30px !important;
}

.gamefooter h3 {
    color: #4b49b9;
    font-size: 18px;
    font-weight: 800;
}

gamefooter a {
    color: #000;
}

.gamefooter {
    width: 25%;
    float: left;
}

.gamefooter ul {
    margin: 15px;
}

.gamefooter ul li {
    padding-top: 5px
}

a {
    text-decoration: none;
    cursor: pointer;
}

.linkclass:hover {
    color: #ffaa00 !important;
}

.linkclass {
    display: block;
    width: 196px;
    margin-left: 10px;
    margin-top: 5px;
    background: url(//cdn.cutedressup.in/games/dropdown/link.png) 10px no-repeat;
    padding-left: 30px;
    color: black !important;
    font-size: 18px;
    font-weight: 700;
}

@media only screen and (max-width: 800px) {
    .gamefooter {
        flex: 50%;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 425px) {
    .gamefooter {
        width: 100%;
        padding-left: unset;
    }

    .linkclass {
        width: unset;
    }
}

@media only screen and (max-width: 500px) {
    .bottomfooter {
        align-content: baseline;
        flex-direction: column;
    }
}

.simplesocialbuttons .ssb-fb-like {
    margin-right: 12px;
}

.fb-comments {
    margin-top: 1% !important;
    background-color: white !important;
    border-radius: 5px;
}

@media only screen and (max-width: 672px) {
    .mmenucat {
        display: none !important;
    }

    .hometitle {
        display: none;
    }
}

.hometitle {
    margin-top: 2%;
}

h2.hometitle {
    font-size: 24px;
}

.mmenucat {
    margin-top: 1%;
    display: flex;
    justify-content: center;
}

.mmenucat ul li {
    float: left;
    font-size: 15px;
    list-style-type: none;
    margin: 8px;
}

.dropcat {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0 !important;
}

.cattext {
    color: black;
    font-size: 19px;
    font-weight: 800;
}

.cattext:hover {
    color: black;
}

li.mhome img {
    padding-left: 4px;
}

li img {
    vertical-align: middle;
}

li.mdecoration img {
    padding-left: 4px;
}

.cattext {
    width: 75% !important;
}

li.mourgames {
    overflow: hidden;
    height: 55.27px;
    display: flex;
    width: 280px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    border-radius: 10px;
    opacity: 1;
    margin-bottom: 10px;
}

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

    li.mhome,
    li.mourgames,
    li.mdressup,
    li.mmakeover,
    li.mwedding,
    li.mcooking,
    li.mwedding,
    li.mdoctor,
    li.mdecoration {
        width: 170px !important;
    }
}

.mmenucat ul li {
    transition: all .2s ease-in-out;
}

.mmenucat ul li:hover {
    transform: scale(1.05);
    color: white;
}

* {
    box-sizing: border-box;
}

.mySlides {
    display: none;
}

.mySlides a img {
    vertical-align: middle;
    border-radius: 14px;
}

.mySlides1 a img {
    vertical-align: middle;
    border-radius: 14px;
}

/* Slideshow container */
.slideshow-container a img {
    height: 87%;
    width: 100%;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    height: 13px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px;
    }
}

.ourgames {
    display: none;
}

.allgames {
    margin-top: 0% !important;
}

.slidetext1 {
    flex-direction: column;
    align-content: center;
    display: flex;
    height: 13%;
    justify-content: center;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 800;
    position: absolute;
    background-color: var(--white);
    bottom: 0;
    width: 100%;
}

.slideshow-container {}

.menu-footer ul li a {
    cursor: pointer;
}

.menu ul.actions {
    width: 188px;
}

.socialicons {
    margin-top: 1%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.socialicons ul {
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.socialicons ul h3 {
    margin-bottom: 5px;
}

.socialicons ul li {
    float: left;
    list-style-type: none;
    margin: 4px;
}

.bottomfooter span a {
    color: #4b49b9;
}

.description a:hover {
    color: #ffaa00;
}

.description a {
    display: contents;
    color: #4b49b9;
}

.description h1,
.description h2 {
    color: #4b49b9;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 15px;
    text-underline-position: under;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
}

.description .padding-10 p {
    margin-bottom: 15px;
    font-size: 16px;
    margin: 10px;
}

.notfounddiv1 {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 300px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 25px;
    text-align: center;
}

.notfounddiv {
    margin-top: 5%;
    margin-bottom: 5%;
}

.notfounddiv:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 900px) {
    .notfounddiv1 {
        float: left;
        width: 100%;
        padding: 10px;
        height: auto;
        align-items: center;
        display: flex;
        justify-content: center;
        font-size: 25px;
        text-align: center;
    }
}

.notfoundgames {
    margin-top: 0% !important;
    margin-bottom: 4%;
}

@media only screen and (max-width: 1440px) {
    .notfoundgames {
        margin-top: 0% !important;
    }
}

@media only screen and (max-width: 1400px) {
    .notfoundgames {
        margin-top: 0% !important;
    }
}

@media only screen and (max-width: 1100px) {
    .notfoundgames {
        margin-top: 0% !important;
    }
}

@media only screen and (max-width: 1000px) {
    .notfoundgames {
        margin-top: 0% !important;
    }
}

@media only screen and (max-width: 991px) {
    .notfoundgames {
        margin-top: 0% !important;
        margin-bottom: 0%;
    }
}

.notfounddiv1 img {
    width: 100%;
}

.cat_title h1 {
    text-align: center;
    text-decoration: underline;
    font-size: 30px;
    margin-bottom: 2%;
    margin-top: 10%;
}

.bottom_pad h2 {
    font-size: 26px;
}

.bottom_pad p {
    font-size: 16px;
    margin-top: 1%;
}

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

    .bottom_pad p,
    .linkclass,
    .bottom_pad a {
        font-size: 18px;
        line-height: 1.8;
    }
}

#games_wrap div.padding-10 h1 {
    text-decoration: underline;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;
}

@media only screen and (max-width: 706px) {
    .bottom_pad {
        margin-top: 20%;
    }
}

#header {
    background-image: linear-gradient(360deg, #290838 0%, #3e0358 46%, #5d0c82 100%) !important;
    box-shadow: 0px 3px 1px 0px rgb(19 19 19 / 50%) !important;
    border-bottom: 0px solid #6b1891 !important;
    height: 70px !important;
}

.title-special {
    background-image: linear-gradient(360deg, #290838 0%, #3e0358 46%, #5d0c82 100%);
    border-bottom: 0px !important;
    height: 60px !important;
}

.main-game {
    background: none !important;
}

.logofont {
    border-right: 0px !important;
    font-size: 22px !important;
    color: white !important;
    margin-top: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
}

.thegame {
    background-image: linear-gradient(360deg, #290838 0%, #260833 50%, #290838 100%);
    border-radius: 20px;
}

#myarcade_game {
    margin-top: 70px;
}

.playcount {
    margin-top: -20px;
}

.description {
    display: flex;
    align-items: flex-start;
    border-radius: 20px;
    margin-top: 10px;
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.single_game_wrap1 {
    background: none !important;
}

.socialicons3 {
    margin-top: 6% !important;
}

.description .padding-10 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
}

.bottom_pad .secdescription,
.fourthdescription {
    font-size: 18px;
    margin-top: 1%;
}

.secdescription img {
    margin-right: 5px;
}

.secdescription ol {
    margin-left: 35px;
    margin-bottom: 10px;
}

.thirddescription {
    margin-top: 3%;
    margin-left: 20px;
}

.thirddescription1 {
    margin-left: 20px;
}

.thirddescription1 p {
    margin-top: 0% !important;
}

.thirddescription1 p.final {
    margin-left: -7px;
}

.ourlogo {
    text-align: center;
}

.freegame {
    top: unset !important;
    margin-top: 25px !important;
}

.pagefooter {
    margin-top: 5% !important;
}

.games3 {
    grid-column: unset !important;
    grid-row: unset !important;
    margin: unset !important;
    min-height: unset !important;
}

.games3 .gametitle {
    padding: 10px 10px !important;
}

#games {
    display: grid;
    grid-template-rows: repeat(2, 120px);
    grid-auto-flow: column;
    gap: 12px;
    width: max-content;
    margin: 10px 0;
    justify-content: center;
}

.games {
    width: 216px;
    height: 120px;
    background-color: #50136c;
    box-sizing: border-box;
}

.thumb-banner {
    grid-column: auto/span 3 !important;
    grid-row: auto/span 2 !important;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    height: 280px;
}

.w3 {
    grid-column: 1 / 2;
    grid-row: span 2;
    width: auto !important;
    height: auto !important;
}

.w3 .gametitle {
    font-size: 18px !important;
}

.games3 {
    grid-column: unset !important;
    grid-row: unset !important;
    margin: unset !important;
    min-height: unset !important;
}

.games3 .gametitle {
    padding: 10px 10px !important;
}

@media only screen and (min-width: 726px) {
    .navigation {
        margin: auto 35vw !important;
        transform: scale(1.5);
    }
}

.navigation {
    grid-column-start: 1 !important;
    transform: scale(1.2);
    transform-origin: top left;
    padding-bottom: 15px;
    width: 20vw !important;
    display: flex;
}

@media only screen and (max-width: 425px) {
    .navigation {
        grid-column-start: 1 !important;
        display: none;
    }

    .empty-thumb::before {
        min-height: 100px !important;
        height: 100px;
    }

    .w3 .gametitle {
        font-size: 16px !important;
    }
}

.games-cat {
    grid-column-start: 1;
    grid-row-start: 2;
    grid-row-end: 7;
    grid-column: auto/span 2;
    width: 85%;
}

.top-section {
    margin-top: 2%;
}

@media only screen and (max-width: 1100px) {
    .games-cat {
        display: none;
    }
}

.nextpagecls {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .nextpagecls {
        margin-left: -20px;
        margin-top: -15px;
    }
}

@media only screen and (max-width: 350px) {
    .nextpagecls {
        transform: scale(0.7) !important;
    }
}

@keyframes moveToLeft {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(8px);
    }
}

.nextpagecls p.nextpage {
    font-size: 18px;
    font-weight: 800;
}

.nextpagecls a img {
    animation: moveToLeft 0.8s linear infinite;
    animation-direction: alternate;
}

.language {
    display: none;
}

.mobilefixhead {
    display: none;
}

@media only screen and (max-width: 1630px) {
    .logo-flex {
        width: 1480px;
    }
}

@media only screen and (max-width: 1480px) {
    .logo-flex {
        width: 1330px;
    }
}

@media only screen and (max-width: 1330px) {
    .logo-flex {
        width: 1180px;
    }
}

@media only screen and (max-width: 1179px) {
    .logo-flex {
        width: 1030px;
    }
}

@media only screen and (max-width: 1029px) {
    .logo-flex {
        width: 880px;
    }
}

@media only screen and (max-width: 879px) {
    .logo-flex {
        width: 730px;
    }

    .thumb-canvas {
        height: 340px;
        grid-column: auto/span 4;
        grid-row: auto/span 3;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 729px) {
    .logo-flex {
        width: 590px;
    }
}

@media only screen and (max-width: 580px) {
    .logo-flex {
        width: 430px;
    }

    .thumb-canvas {
        height: 340px;
        grid-column: auto/span 3;
        grid-row: auto/span 3;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 425px) {
    .logo-flex {
        width: 340px;
    }

    .logo-thumb {
        transform-origin: top left;
        transform: scale(0.65);
        position: absolute;
        width: 334px;
        height: 150px;
    }

    .thumb-canvas {
        height: 270px;
        grid-column: auto/span 3;
        grid-row: auto/span 3;
        border-radius: 10px;
    }

    .menu {
        margin-top: 140px;
        width: 332px;
    }
}

@media only screen and (max-width: 340px) {
    .logo-thumb {
        transform-origin: top left;
        transform: scale(0.55);
        position: absolute;
    }

    .thumb-canvas {
        height: 247px;
        grid-column: auto/span 3;
        grid-row: auto/span 3;
        border-radius: 10px;
    }

    .games:hover .gametitle {
        height: 120% !important;
    }

    .games .gametitle {
        font-size: 12px !important;
    }

    .game-title {
        font-size: 12px;
    }

    .empty-thumb::before {
        min-height: 80px !important;
        height: 80px;
    }

    .logo-flex {
        width: 285px;
    }

    .thumb-banner {
        height: 180px !important;
    }

    .slidetext1 {
        font-size: 16px;
    }

    .games {
        min-height: 80px !important;
        height: 80px;
    }
}

.black_screen {
    top: 0;
    position: fixed;
    width: 100%;
    height: 130%;
    background-color: black;
    z-index: 9;
    opacity: 0.5;
}

.fillin {
    display: block;
}

.fillout {
    display: none;
}

/ Mobile canvas / .mobile-container {
    flex-direction: column;
    position: fixed;
    display: flex;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    justify-content: space-between;
}

.mobile-view {
    display: none;
    margin-top: -17;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    z-index: 10;
    bottom: 0;
}

.mobile-black_screen {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.6;
    z-index: 12;
}

.mobile-menu {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 13;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.menu-container {
    display: flex;
    width: 280px;
    height: 300px;
    background-color: white;
    border-radius: 15px;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.mhead {
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    color: var(--fontcolor3);
}

.mhead2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--fontgray);
}

.yes {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 200px;
    height: 45px;
    background-color: #FE5655;
    border-radius: 22px;
    cursor: pointer;
    z-index: 5;
}

.no {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 200px;
    height: 45px;
    background-color: #00A8FF;
    border-radius: 22px;
    cursor: pointer;
    z-index: 5;
}

.mText {
    color: var(--white);
    font-size: 28px;
    font-weight: 800;
}

#playframe {
    width: 100% !important;
    height: 100% !important;
}

.mobile-container #playframe {
    margin: 0;
    position: absolute;
    z-index: 10;
}

.mobile-black_screen {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.6;
    z-index: 12;
}

.mobile-info {
    pointer-events: none;
    position: absolute;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    bottom: 0;
    z-index: 11;
}

.mobile-fullscreen {
    pointer-events: visible;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 30px 0px 0px 0px;
    background-color: var(--white);
    cursor: pointer;
}

.mobile-exit {
    pointer-events: visible;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 0px 30px 0px 0px;
    background-color: var(--white);
    cursor: pointer;
}

.mobile-image {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.mobile-thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.mobile-thumb1 {
    z-index: 2;
    position: absolute;
    background-color: black;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

.mobile-thumb {
    width: 100%;
    height: 100%;
}

.mobile-btns {
    display: flex;
    flex-direction: column;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.play_btn {
    width: 64px;
    height: 64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    animation: play_btn 1s ease-in-out infinite alternate;
    -webkit-animation: play_btn 1s ease-in-out infinite alternate;
}

.play_text {
    color: var(--white);
    font-size: 30px;
    font-weight: 800;
}

@keyframes play_btn {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.walkthroughdiv h2 {
    color: #4b49b9;
    text-align: left;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 15px;
}

.video-container iframe {
    border-radius: 10px;
}

/* Pagenavi */
.wp-paginate .title {
    color: #FFF !important;
    font-weight: bold !important;
}

.wp-paginate li a {
    font-size: 16px !important;
    background: #ffbf09 !important;
    color: #FFF !important;
    border-radius: 8px !important;
    border: 0px !important;
    font-weight: bold !important;
}

.wp-paginate.wpp-neon-pink .current {
    background: #ffbf09 !important;
    border: 0px !important;
}

@media only screen and (max-width: 580px) {
    .slidetext1 {
        font-size: 16px;
    }

    .homemdbanner,
    .homemdbanner2 {
        max-height: unset !important;
        height: auto;
    }
}

.homemdbanner .adWrapper {
    display: block !important;
}

.homemdbanner2 .adWrapper {
    display: block !important;
}

.homemdbanner .adWrapper {
    margin: unset !important;
}

.freegame ol {
    display: flex;
}

.freegame ol li {
    list-style-type: none;
    margin-left: 10px;
}

.freegame ol li a {
    padding: 8px;
}

.freegame ol li .current {
    padding: 8px;
    border-radius: 8px !important;
    background-color: #b97a31 !important;
}

.freegameout {
    background: white;
    margin: 20px;
    border-radius: 15px;
    color: #4b49b9;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
    margin-left: 76px;
}

.freegameout p {
    font-size: 16px;
    font-weight: 600;
}

.freegameout h1 {
    color: #4b49b9;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    padding-top: 2%;
}

.freegamepost img {
    border-radius: 15px !important;
}

.freegamepost p {
    color: #000000;
}

.freegamepost a {
    color: #e12f79;
    font-weight: 700;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.freegamepost a:hover {
    color: #ffaa00;
}

.freegamecontent {
    width: 100%;
}

.freegamepost {
    width: 50%;
    float: left;
    padding: 0px 10px;
    height: 350px;
}

@media screen and (max-width: 1200px) {
    .freegamepost {
        width: 100%;
        height: 300px;
    }
}

@media screen and (max-width: 700px) {
    .freegamepost {
        height: 350px;
    }

    .freegamepost img {
        width: 100px;
    }

    .freegamecontent {
        width: 100%;
        padding: 0px 3%;
    }
}

@media screen and (max-width: 600px) {
    .freegamepost {
        height: 400px;
    }
}

@media screen and (max-width: 425px) {
    .freegamepost {
        height: 500px;
    }
}

@media screen and (max-width: 375px) {
    .freegamepost {
        height: 600px;
    }
}

@media screen and (max-width: 320px) {
    .freegamepost {
        height: 740px;
    }
}

.logo-class {
    width: 100%;
    text-align: center;
}

.forminator-row label,
.forminator-field h4 {
    font-size: 18px !important;
    color: #4b49b9 !important;
}

.forminator-row input,
.forminator-row textarea {
    padding: 7px !important;
    margin-top: 5px !important;
    background-color: #f4f5fc !important;
    font-size: 20px !important;
    border-radius: 25px !important;
    border: none !important;
}

.forminator-design--default .forminator-button-submit {
    width: 220px !important;
    height: 50px !important;
    font-size: 18px !important;
    border-radius: 20px !important;
    box-shadow: 6px 6px 6px 0 #cac9ff !important;
    -webkit-box-shadow: 6px 6px 6px 0 #cac9ff !important;
    -moz-box-shadow: 6px 6px 6px 0 #cac9ff !important;
}

.bottomcontainer {
    margin-top: 5%;
}

.bottomcatcontainer {
    display: flex;
    width: 100%;
    margin-top: 2%;
}

.dummycatdiv {
    width: 728px;
}

.maincategory {
    display: grid;
    grid-template-columns: repeat(auto-fill, 180px);
    grid-auto-flow: row dense;
    justify-content: center;
    grid-gap: 20px;
    /*     margin: 30px 10px; */
    grid-column-start: span 2;
}

.mainthumb {
    grid-column: auto/span 1;
    grid-row: auto/span 1;
    height: 80px;
    display: block;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    transition: all .1s;
    background-repeat: no-repeat;
    background-size: cover;
}

.thumbcategory {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgb(0 0 0 / 80%);
}

.catthumbbtn {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 10px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    background-color: white;
}

.catthumbbtn img {
    width: 40% !important;
}

img.catviewthumb {
    width: 20% !important;
}

.catslidetext {
    width: 60%;
    color: black;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    text-align: center;
    font-weight: 800;
    padding: 0 10px;
    -webkit-font-smoothing: antialiased;
}

.listgamesec {
    margin-left: 25px;
}

.catslidetext1 {
    width: 100%;
}

@media screen and (max-width: 379px) {
    .maincategory {
        grid-template-columns: repeat(auto-fill, 165px);
    }
}

@media screen and (max-width: 350px) {
    .maincategory {
        grid-template-columns: repeat(auto-fill, 145px);
    }

    .mainthumb {
        height: 70px;
    }
}

.allcatpage {
    padding: 2% 2%;
    margin: 2%;
    border-radius: 10px;
}

.allcatpage .freepost h1 {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

.allcatpage .logo-class img {
    background-color: white;
    padding: 5px 7px;
    border-radius: 10px;
}

.playstorebtn {
    margin-left: -10px;
    margin-top: 10px;
    border-radius: 10px;
    width: 110%;
}

.youtubebanner {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
    width: 110%;
    margin-left: -10px;
    border-radius: 10px;
    margin-top: 10px;
}

.youtubeimage {
    width: 30% !important;
    height: 50% !important;
    padding-right: 5px;
}

.youtubetext {
    color: black;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
}

@media screen and (max-width: 425px) {
    .youtubetext {
        font-size: 14px;
    }
}

@media screen and (max-width: 340px) {
    .youtubetext {
        font-size: 12px;
    }
}

.gameplay {
    display: flex;
    color: black;
    font-size: 17px;
    font-weight: 800;
    align-items: center;
}

.gameplaycount {
    padding-right: 25px;
}

.searchover {
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 65px;
    width: 60px;
    margin-top: 10px;
}

.sf-snow-flake {
    position: fixed;
    top: -20px;
    z-index: 99999;
}

.sf-snow-anim {
    top: 110%;
}

.otherbanner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
    width: 110%;
    margin-left: -10px;
    border-radius: 10px;
    margin-top: 10px;
}

.subbanner {
    display: flex;
    background-color: white;
    text-align: center;
    margin: 2px;
    padding: 5px;
    border-radius: 7px;
    justify-content: center;
}

.banneriimage {
    width: 80% !important;
    height: 50% !important;
}

/*new header*/
.siteheader-class {
    z-index: 9999999;
    position: fixed;
    background-image: none;
    background: #29053A;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    -webkit-box-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    border-bottom: 2px solid #310645;
    /*    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);*/
}

.headersec-one {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-left: 8px;
    padding-right: 16px;
}

.site-logo {
    margin-top: 4px;
}

#games_wrap {
    margin-top: 80px;
    overflow-y: scroll;
}

#games {
    padding-left: 76px;
}

/*navbar*/
.site-nav-class {
    width: 60px;
    -webkit-transition: visibility 0s, all 0.15s ease-in-out;
    transition: visibility 0s, all 0.15s ease-in-out;
    height: calc(100vh - 60px);
    background: #29053A;
    content-visibility: auto;
    z-index: 3;
    position: fixed;
    top: 60px;
    left: 0;
    border-right: 2px solid #310645;
    overflow-y: scroll;
    z-index: 100;
    padding-bottom: 55px;
}

.site-nav-class.expanded,
.site-nav-class:hover {
    width: 200px;
}

.navbar-class {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 30px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    overflow-anchor: none;
    scrollbar-width: none;
}

.navicon {
    padding-right: 34px;
}

#navicon-img {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

.flipped {
    transform: rotate(0deg);
}

.black-screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black */
    z-index: 99;
    /* Ensure it's above other content */
}

/* Show black screen when hovering over site-nav-class */
.site-nav-class:hover + .black-screen {
    display: block;
}

.game-subheading {
    display: flex;
    padding-left: 76px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

h2.page-title {
    font-size: 22px;
    padding-right: 16px;
    padding-bottom: 3px;
}

.game-section {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.viewclass {
    align-self: center;
    padding: 0;
    z-index: 2;
    text-transform: none;
    line-height: 1 !important;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #A48EFF !important;
    font-weight: 700;
}

.viewclass:hover {
    color: #7e5fff !important;
}

.game-abovesection {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.game-arrow {
    padding-right: 50px;
    display: flex;
}

.arrowcommon.prev .arrow-img {
    content: url('https://cdn.cutedressup.in/games/cutedressup_site/new/leftarrow-normal.svg');
}

.arrowcommon.next .arrow-img {
    content: url('https://cdn.cutedressup.in/games/cutedressup_site/new/rightarrow-normal.svg');
}

/* Hover state */
.no-touch .arrowcommon.prev:hover .arrow-img {
    content: url('https://cdn.cutedressup.in/games/cutedressup_site/new/leftarrow-hover.svg');
    /* Add your hover image URL here */
}

.no-touch .arrowcommon.next:hover .arrow-img {
    content: url('https://cdn.cutedressup.in/games/cutedressup_site/new/rightarrow-hover.svg');
    /* Add your hover image URL here */
}

.arrowcommon {
    margin-left: 15px;
}

.arrowcommon:hover {
    color: #29053a !important;
}

.single-row-games {
    grid-template-rows: 120px !important;
}

.original-section {
    grid-template-rows: 375px !important;
}

.original-game {
    height: 375px !important;
}

.game-catsection {
    display: grid;
    grid-template-columns: repeat(auto-fill, 216px);
    gap: 12px;
    margin: 16px 0;
    grid-auto-flow: unset !important;
    width: 100% !important;
    justify-content: start;
    align-content: center;
}

.grid-container {
    justify-content: center !important;
}

.game-catsection .games {
    width: 216px !important;
    height: 120px !important;
}

.games-pagewrap {
    margin-top: 60px !important;
}

/*category-section*/
.game-cat {
    display: flex;
    flex-wrap: nowrap;
    width: 200px;
    height: 40px;
    align-items: center;
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: #a48eff00;
}

.game-cat img {
    width: 62px;
    padding: 0px 26px 0 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00c2ff;
}

.cat-label {
    transition: visibility 0s, opacity 0.3s, all 0.2s ease-in-out;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    color: #FFF;
    transform: none !important;
}

.category-titlesection {
    padding-left: 76px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category-titlesection h1 {
    padding-bottom: 10px;
}

.navbar-class:hover {
    width: 100%;
    scrollbar-width: thin;
    scrollbar-color: #551e70 #210330;
}

@media (hover: none) {
    .navbar-class {
        scrollbar-width: thin;
        scrollbar-color: #551e70 #210330;
    }
}

.game-cat.active {
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: #00B8F1;
    background-color: unset;
}

.game-cat.active .cat-label {
    color: #00B8F1;
}

.game-cat:hover {
    color: rgb(204, 204, 204);
}

.game-cat:hover [class*='cat-label'] {
    -webkit-transform: translate(8px, 0) !important;
    -moz-transform: translate(8px, 0) !important;
    -ms-transform: translate(8px, 0) !important;
    transform: translate(8px, 0) !important;
    color: #ffffffa3;
}


/*new search*/
#is-search-input-14049 {
    color: #333 !important;
}

.newsearch {
    width: 30% !important;
}

.newsearch input.is-search-input {
    border-radius: 20px !important;
    border: 2px solid #ccc !important;
    font-weight: 800;

}

.newsearch input.is-search-submit {
    border-radius: 0px 20px 20px 0px !important;
    font-weight: 700;
}

.newsearch input.is-search-input::placeholder {
    color: red;
    opacity: 1;
    /* Firefox */
}


.newsearch input.is-search-input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: red;
}

div.is-ajax-search-details,
div.is-ajax-search-result {
    background: #29053A !important;
    top: 65px !important;
    border-radius: 10px;
    position: fixed !important;
    /*
    left: 60vw !important;
    top: 41vh !important;
    transform: translate(-50%, -50%) !important;
*/
}

.is-ajax-search-post {
    background: #fff0 !important;
}

.is-ajax-search-post:hover {
    background: #3b0257 !important;
    margin-right: 14px;
    border-radius: 6px;
}

.is-search-sections {
    display: flex;
    align-items: center;
}

.is-ajax-search-details .is-title a,
.is-ajax-search-post .is-title a {
    font-weight: 700 !important;
    color: #fff !important;
}

.is-ajax-search-items {
    max-height: 60vh !important;
}

.simplebar-vertical {
    background: #210330;
    border-radius: 20px;
}

.simplebar-scrollbar {
    background: #00c2ff;
    border-radius: 20px !important;
}

.simplebar-scrollbar:before {
    background: #00c2ff !important;
}

.is-ajax-search-post {
    border-bottom: 3px solid #1f032d !important;
}

.is-search-sections .thumbnail img {
    max-width: 85px !important;
    border-radius: 6px !important;
}

.is-search-sections .thumbnail {
    width: 90px !important;
}

.is-show-more-results,
.is-ajax-search-no-result {
    background: #3b0257 !important;
    border-radius: 10px !important;

}

.is-show-more-results-text,
.is-ajax-search-no-result {
    color: white;
}

.mobilesearch {
    display: none;
}

.is-close-button {
    position: absolute;
    right: 75px;
    top: 7px;
    background: none;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    z-index: 1000;
    background: #00c2ff;
    padding: 2px 7px;
    font-weight: 900;
    display: none;
    /* Initially hidden */
}

.is-ajax-search-result {
    position: relative;
    /* To position close button within search result */
    display: none;
    /* Initially hidden */
}

/*walkthrough*/

.subsectiondiv {
    /*    display: flex;*/
    width: 100%;
}

.instruction {
    width: 100%;
    padding-right: 5%;
}

.instruction p {
    padding-bottom: 10px;
}

/*Game Only For PC*/

.notpctext {
    text-align: center;
    font-size: 26px !important;
}

/*for ad*/
.adsidebar2 {
    display: none;
}

.cat-ad-300 {
    display: none !important;
}

/*tag section in gamepage*/
.allcatpage {
    padding: unset !important;
    margin: unset !important;
    margin-top: 5% !important;
    border-radius: unset !important;
}

.tag-page-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    padding-left: 76px;
    padding-right: 10px;
    padding-top: 10px;
    box-sizing: border-box;
}

.tagpage {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: inherit;
    border: 1px solid #7500aa !important;
    padding: 5px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    background-color: #4e0b6d;
}

.tagpage img {
    width: 50px;
    height: auto;
    margin-right: 10px;
    border-radius: 10px;
}

.tagpage p {
    margin: 0;
    font-size: 16px;
    flex: 1;
    color: #ffffff;
    font-weight: 800;
    overflow: hidden;
}

.tagpage:hover {
    transform: scale(1.1);
}

@media only screen and (max-width: 900px) {
    .tag-page-section {
        padding-left: 15px;
    }
}

.game-space {
    margin-top: 2%;
}

.game-subheading .moreplay {
    font-size: 20px !important;
}


/* comment css */

.comments-area {
    display: flex;
    grid-column: 2 / 7;
    grid-row: 6 / 14;
    margin: 0px !important;
    flex-direction: column;
    padding-top: 10px;
    border-radius: 10px;
    padding-bottom: 0px;
    height: 803px !important;
    /*     overflow: hidden;
    overflow-y: scroll; */
    background: #ffffff;
    overflow: auto;
    border: 1px solid #ccc;
}

#wpdcom {
    max-width: 750px;
    margin: 7px 0px 15px 5% !important;
}

.comments-area::-webkit-scrollbar {
    display: block !important;
}

.comments-area::-webkit-scrollbar {
    width: 12px;
}

.comments-area::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
    margin-right: 15px;
}

.comments-area::-webkit-scrollbar-thumb {
    background: #00c2ff;
    border-radius: 5px;
    margin-right: 15px;
}

.comments-area::-webkit-scrollbar-thumb:hover {
    background: #00c2ff;
}

.saswp-rating-container {
    display: none;
}

/*game list page*/
.game-list {
    padding-top: 80px !important;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    /* Minimum 300px width per item */
    gap: 10px;
    /* Space between items */
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 76px;
    box-sizing: border-box;
    /* Ensure padding is included in the overall width */
}

.game-item {
    padding: 10px;
    box-sizing: border-box;
    word-wrap: break-word;
    /* Allow words to break onto new lines */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.game-item a {
    display: block;
    word-wrap: break-word;
    /* Ensure long words wrap */
    text-decoration: none;
    white-space: normal;
    /* Allow text to wrap normally */
    overflow-wrap: break-word;
    /* Break long words to prevent overflow */
    overflow: hidden;
    /* Ensure no overflow */
    text-overflow: ellipsis;
    /* Add ellipsis for overflow text */
}

.tag-page-heading {
    margin-top: 100px;
    padding-left: 76px;
}

.game-list-pagination {
    padding-left: 76px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    /* Center pagination */
}

/* Pagination styling */
.game-list-pagination a,
.game-list-pagination span {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 5px;
    background-color: #ce09ff;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold !important;
    border-radius: 8px !important;
}

.game-list-pagination .current {
    background-color: #9932b3;
    color: white;
    font-weight: bold !important;

}

/*pages add in menu section*/
.menucatcenter {
    width: 100%;
}

.menupagecenter .cat-label {
    color: #9b9b9b;
}

.menupageborder {
    border-top: 3px solid #56007e;
    padding-top: 10px;

}

.menupagecenter {
    width: 90%;
    margin: 0 auto;
    padding-top: 5px;
}


.menupagecenter .game-cat {
    border-left-color: #00b8f100;
}

.copyrightmenu .cat-label {
    font-size: 14px;
    font-weight: 500;
    overflow: visible;
}

.menupagecenter {
    display: none;
}

.site-nav-class:hover .menupagecenter {
    display: block;
}

/*add playstoresection in description*/

/* description content */
.playcount .gameplaycount {
    padding-right: unset !important;
}

@media only screen and (max-width: 600px) {
    .playcountdisplay {
        display: flex;
    }
}

@media (max-width: 480px) {

    .playcount,
    .playcountdisplay {
        display: block !important;
    }

    .playcountdisplay .playcount {
        margin: 0px 11px 11px 11px !important;
    }
}

@media only screen and (max-width: 768px) {
    .unique-slider {
        display: none;
    }
}

.unique-slider {
    width: 100%;
    max-width: 760px;
    /*             margin: 0 auto; */
    overflow-x: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.unique-slides {
    display: flex;
    transition: transform 0.5s ease;
}

.unique-slide {
    min-width: 33.33%;
    height: 160px;
    position: relative;
    flex-shrink: 0;
}

.unique-slide img {
    width: 250px;
    height: 160px;
    object-fit: cover;
}

.unique-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.unique-prev {
    left: 10px;
}

.unique-next {
    right: 10px;
}

@media (max-width: 768px) {
    .unique-slide {
        min-width: 50%;
        height: 160px;
    }
}

@media (max-width: 480px) {
    .unique-slide {
        min-width: 100%;
        height: 160px;
    }
}

.unique-slider::-webkit-scrollbar {
    display: none;
}

.unique-slider {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/*new layout*/
@media only screen and (max-width: 2560px) {

    .original-section {

        grid-template-rows: 324px !important;
    }

    .original-game {
        width: 216px !important;
        height: 324px !important;
    }


    .grid-container {
        grid-template-columns: repeat(auto-fill, 216px);
        grid-template-rows: repeat(2, 120px);
    }

    .grid-container .games {
        width: 216px !important;
        height: 120px !important;
    }

    .thumb-canvas {
        height: 862px !important;
    }

    .thumb-canvas {
        grid-column: 2 / span 7 !important;
        grid-row: 1 / span 7 !important;
    }

    .grid-container {
        grid-template-columns: repeat(auto-fill, 216px) !important;
        grid-template-rows: repeat(2, 120px) !important;
    }

    .grid-container .games {
        width: 216px;
        height: 120px;
    }

    .ad-160x600 {
        display: flex;
        grid-column: 1;
        grid-row: 1 / 6;
    }

    .ad-300x600 {
        display: flex;
        grid-column: 9 / 11;
        grid-row: 4 / 9;
    }

    .ad-300x250 {
        display: flex;
        grid-column: 9 / 11;
        grid-row: 1 / 6;
        justify-content: center;
    }

    .ad-728X90 {
        display: flex;
        grid-column: 3 / 7;
        grid-row: 8;
    }

    .comments-area {
        grid-column: 2 / 7;
        grid-row: 8 / 14;
    }


}

@media only screen and (max-width: 2343px) {
    .grid-container .games {
        width: 180px !important;
        height: 100px !important;
    }

    .grid-container {
        grid-template-columns: repeat(auto-fill, 180px) !important;
        grid-template-rows: repeat(2, 100px) !important;
    }

    .thumb-canvas {
        height: 772px !important;
    }

    .ad-160x600 {
        display: flex;
        grid-column: 1;
        grid-row: 1 / 7;
    }

    .ad-300x600 {
        display: flex;
        grid-column: 9 / 11;
        grid-row: 4 / 10;
    }

}

@media only screen and (max-width: 2175px) {
    .ad-300x250 {
        display: flex;
        grid-column: 9 / 11;
        grid-row: 1 / 4;
        justify-content: center;
    }

    .ad-160x600 {
        display: flex;
        grid-column: 1;
        grid-row: 1 / 7;
    }

    .ad-300x600 {
        display: flex;
        grid-column: 9 / 11;
        grid-row: 4 / 9;
    }
}

@media only screen and (max-width: 2115px) {
    .grid-container {
        grid-template-columns: repeat(auto-fill, 180px) !important;
        grid-template-rows: repeat(2, 100px) !important;
    }

    .grid-container .games {
        width: 180px !important;
        height: 100px !important;
    }

    .thumb-canvas {
        height: 772px !important;
    }

    .thumb-canvas {
        grid-column: 2 / span 7 !important;
        grid-row: 1 / span 7 !important;
    }


}

@media only screen and (max-width: 1983px) {
    .grid-container {
        grid-template-columns: repeat(auto-fill, 162px) !important;
        grid-template-rows: repeat(2, 90px) !important;
    }

    .grid-container .games {
        width: 162px !important;
        height: 90px !important;
    }

    .thumb-canvas {
        height: 702px !important;
    }

    .grid-container .games .thumb {
        min-height: 90px !important;
    }

    .grid-container .thumb {
        min-height: 90px !important;
    }

    .ad-300x600 {
        display: flex;
        grid-column: 9 / 11;
        grid-row: 4 / 10;
    }

    .ad-300x250 {
        display: flex;
        grid-column: 9 / 11;
        grid-row: 1 / 4;
        justify-content: center;
    }

    .ad-160x600 {
        display: flex;
        grid-column: 1;
        grid-row: 1 / 7;
    }

    .ad-728X90 {
        display: flex;
        grid-column: 2 / 8;
        grid-row: 8;
    }

}

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


    .thumb-canvas {
        height: 732px !important;
    }

    .thumb-canvas {
        grid-column: 2 / span 5 !important;
        grid-row: 1 / span 6 !important;
    }

    .game-catsection {
        grid-template-columns: repeat(auto-fill, 215px) !important;
        grid-template-rows: repeat(2, 120px) !important;
    }

    .game-catsection .games {
        width: 215px !important;
        height: 120px !important;
    }

    .original-section {

        grid-template-rows: 375px !important;
    }

    .original-game {
        width: 250px !important;
        height: 375px !important;
    }


    #games {
        grid-template-rows: repeat(2, 139px);
    }

    .games {
        width: 250px;
        height: 139px;
    }



    .single-row-games {
        grid-template-rows: 139px !important;
    }



    .ad-160x600 {
        display: flex;
        grid-column: 1;
        grid-row: 1 / 6;
    }

    .ad-300x600 {
        display: flex;
        grid-column: 7 / 9;
        grid-row: 3 / 8;
    }

    .ad-300x250 {
        display: flex;
        grid-column: 7 / 9;
        grid-row: 1 / 3;
        justify-content: center;
    }

    .ad-728X90 {
        display: flex;
        grid-column: 2 / 6;
        grid-row: 7;
    }
}

@media only screen and (max-width: 1890px) {
    .grid-container {
        grid-template-columns: repeat(auto-fill, 180px) !important;
        grid-template-rows: repeat(2, 100px) !important;
    }

    .grid-container .games {
        width: 180px !important;
        height: 100px !important;
    }

    .thumb-canvas {
        grid-column: 2 / span 6 !important;
        grid-row: 1 / span 6 !important;
    }

    .thumb-canvas {
        height: 630px !important;
    }

    .game-catsection {
        grid-template-columns: repeat(auto-fill, 180px) !important;
        grid-template-rows: repeat(2, 100px) !important;
    }

    .game-catsection .games {
        width: 180px !important;
        height: 100px !important;
    }

    .ad-160x600 {
        display: flex;
        grid-column: 1;
        grid-row: 1 / 5;
    }

    .ad-300x600 {
        display: flex;
        grid-column: 8 / 10;
        grid-row: 4 / 8;
    }

    .ad-300x250 {
        display: flex;
        grid-column: 8 / 10;
        grid-row: 1 / 4;
        justify-content: center;
    }

    .ad-728X90 {
        display: flex;
        grid-column: 3 / 7;
        grid-row: 6;
    }


    .comments-area {
        grid-column: 2 / 8;
        grid-row: 7 / 14;
        max-width: 1135px !important;
    }

}

@media only screen and (max-width: 1792px) {
    .thumb-canvas {
        height: 750px !important;
    }

    .grid-container {
        grid-template-columns: repeat(auto-fill, 162px) !important;
        grid-template-rows: repeat(2, 90px) !important;
    }

    .grid-container .games {
        width: 162px !important;
        height: 90px !important;
    }

    .comments-area {
        grid-column: 2 / 8;
        grid-row: 8 / 16;
        max-width: 1135px !important;
    }

    .ad-728X90 {
        display: flex;
        grid-column: 2 / 8;
        grid-row: 7;
    }
}


@media only screen and (max-width: 1629px) {
    .thumb-canvas {
        grid-column: 2 / span 5 !important;
        grid-row: 1 / span 5 !important;
        height: 600px !important;
    }

    .ad-300x600 {
        display: flex;
        grid-column: 7 / 9;
        grid-row: 4 / 8;
    }

    .ad-300x250 {
        display: flex;
        grid-column: 7 / 9;
        grid-row: 1 / 4;
        justify-content: center;
    }

    .ad-728X90 {
        display: flex;
        grid-column: 2 / 7;
        grid-row: 5;
    }

    .comments-area {
        grid-column: 2 / 7;
        grid-row: 6 / 14;
        max-width: 1100px !important;
    }
}

@media only screen and (max-width: 1455px) {
    .thumb-canvas {
        grid-column: 2 / span 5 !important;
        grid-row: 1 / span 6 !important;
        height: 540px !important;
    }

    .grid-container .thumb {
        min-height: 80px !important;
    }

    .grid-container {
        grid-template-columns: repeat(auto-fill, 144px) !important;
        grid-template-rows: repeat(2, 80px) !important;
    }

    .grid-container .games {
        width: 144px !important;
        height: 80px !important;
    }

    .ad-160x600 {
        display: flex;
        grid-column: 1;
        grid-row: 1 / 8;
    }

    .ad-300x600 {
        display: flex;
        grid-column: 7 / 9;
        grid-row: 4 / 11;
    }

    .ad-300x250 {
        display: flex;
        grid-column: 7 / 9;
        grid-row: 1 / 4;
        justify-content: center;
    }

    .ad-728X90 {
        display: flex;
        grid-column: 2 / 7;
        grid-row: 7;
    }

    .comments-area {
        grid-column: 2 / 7;
        grid-row: 8 / 17;
        max-width: 1100px !important;
    }
}

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


    .original-section {

        grid-template-rows: 324px !important;
    }

    .original-game {
        width: 216px !important;
        height: 324px !important;
    }

    #games {
        grid-template-rows: repeat(2, 120px);
    }

    .games {
        width: 216px;
        height: 120px;
    }



    .single-row-games {
        grid-template-rows: 120px !important;
    }


    .game-catsection {
        grid-template-columns: repeat(auto-fill, 180px) !important;
        grid-template-rows: repeat(2, 100px) !important;
    }

    .game-catsection .games {
        width: 180px !important;
        height: 100px !important;
    }

    .thumb-canvas {
        grid-column: 2 / span 5 !important;
        grid-row: 1 / span 6 !important;
        height: 540px !important;
    }

    .grid-container .thumb {
        min-height: 80px !important;
    }

    .grid-container {
        grid-template-columns: repeat(auto-fill, 144px) !important;
        grid-template-rows: repeat(2, 80px) !important;
        padding-left: 60px !important;
    }

    .grid-container .games {
        width: 144px !important;
        height: 80px !important;
    }
}
@media only screen and (min-width: 1311px) {
    .adsidebar2 {
        display: none;
    }
}

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

    /*    for ad*/


    .ad-160x600 {
        display: flex;
        grid-column: 1;
        grid-row: 1 / 8;
    }

    .ad-300x600 {
        display: none;
    }

    .ad-300x250 {
        display: none;
    }

    .ad-728X90 {
        display: flex;
        grid-column: 2 / 7;
        grid-row: 7;
    }

    .adsidebar2 {
        display: flex;
        grid-column: 7;
        grid-row: 1 / 8;
    }
}

@media only screen and (max-width: 1139px) {
    .thumb-canvas {
        grid-column: 1 / span 5 !important;
        grid-row: 1 / span 6 !important;
        height: 540px !important;
    }

    .instruction {
        width: 100%;
        padding-right: 15px;
    }

    .subsectiondiv {
        display: block;
    }

    .walkthrough {
        width: 100%;
    }

    .ad-160x600 {
        display: none;
    }

    .adsidebar2 {
        display: flex;
        grid-column: 6;
        grid-row: 1 / 8;
    }

    .ad-728X90 {
        display: flex;
        grid-column: 1 / 6;
        grid-row: 7;
    }

    .comments-area {
        grid-column: 1 / 7;
        grid-row: 8 / 17;
        max-width: 1100px !important;
    }
}



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


    .game-catsection {
        grid-template-columns: repeat(auto-fill, 180px) !important;
        grid-template-rows: repeat(2, 100px) !important;
    }

    .grid-container {
        grid-template-columns: repeat(auto-fill, 144px) !important;
        grid-template-rows: repeat(2, 80px) !important;
        padding-left: 60px !important;
    }

    .grid-container .games {
        width: 144px !important;
        height: 80px !important;
    }

    .newsearch {
        width: 40% !important;
    }
}

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

    /*    for ad*/
    .adsidebar2 {
        display: none;

    }

    .comments-area {
        grid-column: 1 / 6;
        grid-row: 8 / 17;
        max-width: 1100px !important;
    }
}

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

    .game-catsection,
    .page-title {
        justify-content: center;
    }

    .category-titlesection {
        padding-left: 0px;
    }

    .category-titlesection p {
        text-align: center;
    }

    .game-catsection {
        grid-template-columns: repeat(auto-fill, 180px) !important;
        grid-template-rows: repeat(2, 100px) !important;
    }

    .game-catsection .games {
        width: 180px !important;
        height: 100px !important;
    }

    .site-nav-class {
        width: 0px
    }

    .game-catsection {
        padding-left: 0px !important;
    }

    .game-subheading {
        padding-left: 15px;
    }

    #games {
        padding-left: 15px;
    }

    .game-arrow {
        padding-right: 20px;
    }

    .bottomfooter {
        margin-left: 20px;
    }

    .grid-container {
        grid-template-columns: repeat(auto-fill, 180px) !important;
        grid-template-rows: repeat(1, 100px) !important;
        /*        padding-left: 60px !important;*/
    }

    .grid-container .games {
        width: 180px !important;
        height: 100px !important;
    }

    .thumb-canvas {
        grid-column: 1 / span 4 !important;
        grid-row: 1 / span 5 !important;
        height: 540px !important;
    }

    .ad-728X90 {
        display: flex;
        grid-column: 1 / 5;
        grid-row: 6;
    }

    .comments-area {
        grid-column: 1 / 5;
        grid-row: 7 / 17;
        max-width: 1100px !important;
    }

    .game-list,
    .tag-page-heading {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .siteheader-class .newsearch {
        display: none;
    }

    .games-pagewrap {
        margin-top: 20px !important;
    }

    .mobilesearch {
        margin-top: 80px;
        display: flex;
        justify-content: center;
        z-index: 99;
        position: relative;
    }

    .mobilesearch .newsearch form {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #games_wrap {
        margin-top: 15px;
    }

    .newsearch {
        width: 50% !important;
    }

    div.is-ajax-search-details,
    div.is-ajax-search-result {
        top: 120px !important;

    }
}

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

    .thumb-canvas {
        grid-column: 1 / span 3 !important;
        grid-row: 1 / span 5 !important;
        height: 548px !important;
    }

    .grid-container .games {
        width: 216px !important;
        height: 120px !important;
    }

    .game-container {
        grid-template-columns: repeat(auto-fill, 216px) !important;
        grid-template-rows: repeat(2, 120px) !important;
    }

    .game-catsection .games {
        width: 216px !important;
        height: 120px !important;
    }

    .game-catsection {
        grid-template-columns: repeat(auto-fill, 216px) !important;
        grid-template-rows: repeat(2, 120px) !important;
    }

    .ad-728X90 {
        display: none;
    }

    .ad-300x250 {
        display: flex;
        grid-column: 1 / 4;
        grid-row: 6;
        justify-content: center;
    }

    .cat-ad-300 {
        display: flex !important;
    }

    .cat-ad-728 {
        display: none !important;
    }

    .ad-320X50 {
        display: flex;
    }

    .home728 {
        display: none;
    }

    .comments-area {
        grid-column: 1 / 4;
        grid-row: 7 / 17;
        max-width: 1100px !important;
        height: 1200px !important;
    }
}



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

    .thumb-canvas {
        grid-column: 1 / span 3 !important;
        grid-row: 1 / span 5 !important;
        height: 448px !important;
    }

    .grid-container .games {
        width: 180px !important;
        height: 100px !important;
    }

    .game-catsection .games {
        width: 180px !important;
        height: 100px !important;
    }

    .game-catsection {
        grid-template-columns: repeat(auto-fill, 180px) !important;
        grid-template-rows: repeat(2, 100px) !important;
    }
}

@media only screen and (max-width: 570px) {
    .grid-container .games {
        width: 216px !important;
        height: 120px !important;
    }

    .game-catsection {
        grid-template-columns: repeat(auto-fill, 216px) !important;
        grid-template-rows: repeat(2, 120px) !important;
    }

    .game-catsection .games {
        width: 216px !important;
        height: 120px !important;
    }

    .thumb-canvas {
        grid-column: 1 / span 2 !important;
        grid-row: 1 / span 5 !important;
        height: 396px !important;
    }

    .ad-300x250 {
        display: flex;
        grid-column: 1 / 3;
        grid-row: 6;
        justify-content: center;
    }

    .comments-area {
        grid-column: 1 / 3;
        grid-row: 7 / 17;
        max-width: 1100px !important;
    }
}

@media only screen and (max-width: 500px) {
    .arrowcommon img {
        width: 30px;
    }
}

@media only screen and (max-width: 480px) {
    h2.page-title {
        font-size: 18px;
    }

    .newsearch {
        width: 70% !important;
    }
}

@media only screen and (max-width: 450px) {
    .game-catsection {
        grid-template-columns: repeat(auto-fill, 162px) !important;
        grid-template-rows: repeat(2, 90px) !important;
    }

    .game-catsection .games {
        width: 162px !important;
        height: 90px !important;
    }

    .game-catsection .games .thumb {
        min-height: 90px !important;
    }

    .thumb-canvas {

        height: 294px !important;
    }
}



@media only screen and (max-width: 400px) {
    h2.page-title {
        font-size: 14px;
    }

    .viewclass {
        font-size: 12px;
    }

    .arrowcommon img {
        width: 25px;
    }

    .game-arrow {
        padding-right: 10px;
    }

    .game-catsection {
        grid-template-columns: repeat(auto-fill, 162px) !important;
        grid-template-rows: repeat(2, 90px) !important;
    }

    .game-catsection .games {
        width: 162px !important;
        height: 90px !important;
    }

    .game-catsection .games .thumb {
        min-height: 90px !important;
    }
}

@media only screen and (max-width: 370px) {
    h2.page-title {
        font-size: 12px;
    }

    .viewclass {
        font-size: 10px;
    }

    .arrowcommon img {
        width: 20px;
    }

    .game-arrow {
        padding-right: 10px;
    }

    .original-section {

        grid-template-rows: 270px !important;
    }

    .original-game {
        width: 180px !important;
        height: 270px !important;
    }


    .games {
        width: 180px;
        height: 100px;
    }

    #games {
        grid-template-rows: repeat(2, 100px);
    }



    .single-row-games {
        grid-template-rows: 100px !important;
    }


    .newsearch {
        width: 85% !important;
    }
}

@media only screen and (max-width: 340px) {
    .game-catsection {
        grid-template-columns: repeat(auto-fill, 144px) !important;
        grid-template-rows: repeat(2, 80px) !important;
    }

    .thumb-canvas {
        height: 250px !important;
    }

    .game-catsection .games {
        width: 144px !important;
        height: 80px !important;
    }

    .game-catsection .games .thumb {
        min-height: 80px !important;
    }
}

@media only screen and (max-width: 280px) {
    .arrowcommon img {
        width: 20px;
    }

    h2.page-title {
        font-size: 12px;
    }

    .viewclass {
        font-size: 10px;
    }

    h2.page-title {
        font-size: 14px;
    }

    .arrowcommon img {
        width: 25px;
    }

    .game-arrow {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 200px) {
    #games {
        grid-template-rows: repeat(2, 100px);
    }

    .games {
        width: 180px;
        height: 100px;
    }


    .single-row-games {
        grid-template-rows: 100px !important;
    }


}
