.header {
    position: unset;
}

#main-container {
    padding: 0;
    margin: 0px;
}

/* PAGE CONTAINER */

.g-cat-container {
    background-color: var(--color-4);
    padding-bottom: 10px;
    border-radius: 10px;
    margin-top: 30px;
    color: var(--color-3);
    position: relative;
}

.g-cat-title {
    font-weight: 500;
    color: var(--color-3);
    padding: 6px 0;
    margin-bottom: 15px;
    border-radius: 10px 10px 0 0;
    /* box-shadow: 0 1px 1px var(--denim-blue); */
}

.g-cat-g-list-container {
    margin-top: 20px;
    padding-left: 3px;
    padding-right: 3px;
    display: flex;
    justify-content: space-around;
}

.g-list-item {
    width: 45%;
    border-radius: 5px;
    cursor: pointer;
    display: block;
}

.g-list-item:hover .g-item-img {
    box-shadow: 0 0 0 2px var(--color-3);
    transition: 0.2s all;
}

.g-list-item.grid-lg {
    margin-left: 10px;
    margin-right: 10px;
}

.g-item-img {
    border-radius: 5px;
    box-shadow: 0 2px 2px rgb(0, 0, 0, 0.1), 0 4px 4px rgb(0, 0, 0, 0.1), 0 8px 8px rgb(0, 0, 0, 0.1), 0 16px 16px rgb(0, 0, 0, 0.1);
    margin-bottom: 5px;
}

.g-item-img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}


/* .g-item-img .ad-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
} */

.g-item-name {
    text-align: center;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--color-3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.g-list-see-more {
    margin-top: 10px;
    text-align: right;
    padding-right: 15px;
    font-size: 15px;
}

.g-list-see-more a {
    text-decoration: none;
    color: var(--color-5);
}

.g-list-see-more a:hover {
    color: var(--denim-blue);
    transition: 0.2s ease-in-out;
}

.simillar-cat-game-container {
    background-color: var(--color-4);
    border-radius: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.simillar-cat-game-container .g-list-item {
    margin-top: 15px;
    width: auto;
}

.more-game-container {
    background-color: var(--color-4);
    border-radius: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.more-game-container .g-list-item {
    margin-top: 15px;
    width: auto;
}

.owl-slider-img-wrapper {
    width: auto;
}

.owl-slider-img-wrapper img {
    width: auto;
    height: 100%;
}

.home-slider {
    margin-top: 30px;
    height: 30px;
}

#slideshow {
    margin: 80px auto;
    position: relative;
    width: 240px;
    height: 240px;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#slideshow>div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.owl-carousel .owl-item .slider-img {
    height: 100% !important;
    width: 100% !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.slider-img {
    border-radius: 5px;
}

.g-iframe-container {
    /* margin-top: 15px; */
    /* background-color: var(--color-4); */
    /* padding: 20px 10px; */
    /* border-radius: 5px; */
}

.g-iframe-container iframe {
    width: 100%;
    min-height: 100%;
    border: 0px;
}

.btn-success {
    background-color: var(--denim-blue);
    color: var(--color-3);
    border-color: var(--denim-blue);
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    color: var(--color-3);
    background-color: var(--color-2);
    border-color: var(--color-2);
    box-shadow: none !important;
}

.g-controls {
    display: flex;
    width: 100%;
    padding: 1% 2%;
    align-items: center;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    background: #f0f5fc;
    border-radius: 0 0 15px 15px;
}


/* RATING START */

.g-rating-starts {
    --rating_percent: calc(var(--rating) / 10 * 100%);
    font-size: 30px;
}

.g-rating-starts::before {
    content: "★★★★★";
    letter-spacing: 4px;
    background: linear-gradient(90deg, var(--denim-blue) var(--rating_percent), #ffffff var(--rating_percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* RATING NED */


/* SHARE START*/

.g-share-container {
    margin: 0 15px;
}

.g-share {
    position: relative;
    width: 40px;
    height: 40px;
}

.g-share__input {
    display: none;
}

.g-share__input:checked~.g-share__toggler .g-share__icon {
    transition: 0s;
    width: 0;
    height: 0;
    color: var(--color-4);
}

.g-share__input:checked~.g-share__toggler .g-share__icon::before {
    transform: rotate(-45deg);
}

.g-share__input:checked~.g-share__toggler .g-share__icon::after {
    transform: rotate(45deg);
}

.g-share__input:checked~.g-share_options {
    width: 11.0625em;
    height: 11em;
    border-radius: 0.3125em;
    z-index: 9;
}

.g-share__input:checked~.g-share_options::before,
.g-share__input:checked~.g-share_options li {
    transition: 0.3s 0.15s;
    opacity: 1;
    transform: translateY(0);
}

.g-share__toggler,
.g-share_options {
    position: absolute;
    right: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    background-color: #0996fe;
}

.g-share__toggler {
    cursor: pointer;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.g-share__toggler i {
    /* font-weight: unset; */
    font-size: 20px;
    color: #ffffff;
}

.g-share__icon {
    position: relative;
    left: -0.3125em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    color: var(--color-4);
    background-color: currentColor;
    box-shadow: 0.625em -0.625em, 0.625em 0.625em;
    transition: 0.1s 0.05s;
}

.g-share__icon::before,
.g-share__icon::after {
    content: "";
    position: absolute;
    width: 1em;
    height: 0.125em;
    background-color: currentColor;
    transition: 0.1s;
}

.g-share__icon::before {
    top: 0.1875em;
    left: 0.1875em;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.g-share__icon::after {
    top: -0.125em;
    left: 0.03125em;
    transform-origin: center;
    transform: rotate(-45deg);
}

.g-share_options {
    list-style: none;
    margin: 0;
    padding: 1.0625em 1.0625em 1.0625em 0.8em;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.2s;
    box-shadow: 0 0.125em 0.125em rgba(0, 0, 0, 0.3);
}

.share_options_ul {
    padding: 0;
    list-style: none;
}

.g-share_options::before {
    content: attr(data-title);
    display: block;
    margin-bottom: 1.25em;
    font-weight: 700;
    font-size: 17px;
}

.g-share_options li {
    font-size: 15px;
    /* font-weight: 500; */
    /* color: var(--color-4); */
    cursor: pointer;
}

.g-share_options li:not(:last-child) {
    margin-bottom: 0.75em;
}

.g-share_options::before,
.g-share_options li {
    opacity: 0;
    transform: translateY(0.625em);
    transition: 0s;
}

/* .g-share-container:hover {
    color: var(--denim-blue);
} */


/* SHARE END */

/* START : Fullpage */

.g-full-screen-container,
.iframe-btn {
    position: relative;
    /* color: #ffc107; */
    border-radius: 10%;
    background-color: #ffffff;
    min-width: 40px !important;
    height: 40px;
    transition: 0.2s;
    box-shadow: 0 0.125em 0.125em rgb(0 0 0 / 30%);
}

.g-full-screen-container i,
.iframe-btn i {
    font-size: 20px;
    /* font-weight: unset; */
    color: #0996fe;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.g-full-screen-container:hover,
.iframe-btn:hover {
    transform: scale(1.2);
    /* color: var(--denim-blue); */
    cursor: pointer;
}

.iframe-btn {
    margin-right: 10px;
}

.like-game-btn {
    display: flex;
    align-items: center;
    flex-flow: column;
    margin-right: 20px;
    cursor: pointer;
}

.like-game-btn {
    font-size: 24px;
}

.like-game-btn span {
    font-size: 12px;
    margin-top: 4px;
    color: var(--color-red);
    font-weight: bolder;
}

.like-game-btn .fa-heart.active {
    color: var(--color-red);
}

.like-game {
    color: var(--color-red);
}

.fa-heart {
    animation: like 0.5s 1;
}

@-webkit-keyframes like {
    0% {
        transform: scale(1);
    }

    90% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1);
    }
}

/* END : Fullpage */

@media (max-width:990px) {
    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .navbar-expand-lg .navbar-nav {
        margin-left: 0;
    }

    .header-ad-container {
        margin-left: 20px;
    }

    .nav-link.active,
    .nav-link:hover,
    .nav-link:focus {
        color: var(--denim-blue);
        background-color: unset;
    }

    /* .g-iframe-container iframe {
        min-height: 400px;
    } */

    .pg-middle-slider-container .item {
        height: 144px;
        width: 144px;
    }

    .home-slider-1 {
        margin-top: 0;
    }
}


/* UNDER CONSTRUCTION START */

.maintenance {
    background-image: url('../images/under-con-back.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    overflow: auto;
}

.maintenance {
    width: 100%;
    height: 100%;
    max-height: 90vh;
}

.maintenance {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.maintenance_contain {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
}

.maintenance_contain img {
    width: auto;
    max-width: 100%;
}

.pp-infobox-title-prefix {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-top: 30px;
    text-align: center;
}

.pp-infobox-title {
    color: #000000;
    font-weight: 700;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    word-break: break-word;
}

.pp-infobox-description {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.pp-infobox-description p {
    margin: 0;
}

.title-text.pp-primary-title {
    color: #000000;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 50px;
    margin-bottom: 0px;
}

.main-mr-t {
    margin-top: 30px;
}

.modal-app-ad .video-js {
    width: 100%;
}


/* UNDER CONSTRUCTION END */


/* APP ADS START */

#top .av-section-with-video-bg .av-section-video-bg:after,
.av-click-overlay {
    content: ".";
    background: white;
}


/* APP ADS END */


/* CONTACT US FORM START */

.col-contact-us .background {
    display: flex;
    min-height: 95vh;
}

.col-contact-us .container {
    flex: 0 1 700px;
    margin: auto;
    padding: 10px;
}

.col-contact-us .screen {
    position: relative;
    background: var(--color-3);
    border-radius: 15px 15px 12px 12px;
}

.col-contact-us .screen:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
    z-index: -1;
}

.col-contact-us .screen-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: var(--color-4);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.col-contact-us .screen-header-left {
    margin-right: auto;
}

.col-contact-us .screen-header-button {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    border-radius: 8px;
    background: white;
}

.col-contact-us .screen-header-button.close,
.col-contact-us .screen-header-button.maximize,
.col-contact-us .screen-header-button.minimize {
    background: var(--color-5);
}

.col-contact-us .screen-header-right {
    display: flex;
}

.col-contact-us .screen-header-ellipsis {
    width: 3px;
    height: 3px;
    margin-left: 2px;
    border-radius: 8px;
    background: var(--color-5);
}

.col-contact-us .screen-body {
    display: flex;
}

.col-contact-us .screen-body-item {
    flex: 1;
    padding: 50px;
}

.col-contact-us .screen-body-item.left {
    display: flex;
    flex-direction: column;
}

.col-contact-us .app-title {
    display: flex;
    flex-direction: column;
    position: relative;
    color: var(--denim-blue);
    font-size: 26px;
    font-weight: 500;
}

.col-contact-us .app-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 55px;
    height: 2px;
    background: var(--denim-blue);
}

.col-contact-us .app-contact {
    margin-top: auto;
    font-size: 11px;
    color: var(--color-4);
    font-weight: 600;
}


/* .col-contact-us .app-contact a {} */

.col-contact-us .app-form-group {
    margin-bottom: 15px;
}

.col-contact-us .app-form-group.message textarea::-webkit-scrollbar-track {
    background: var(--color-5);
}

.col-contact-us .app-form-group.message textarea::-webkit-scrollbar {
    width: 4px;
}

.col-contact-us .app-form-group.message textarea::-webkit-scrollbar-thumb {
    background-color: var(--color-4);
    border-radius: 4px;
}

.col-contact-us .app-form-group.buttons {
    margin-bottom: 0;
    text-align: right;
}

.col-contact-us .app-form-control {
    width: 100%;
    padding: 10px 0;
    background: none;
    border: none;
    border-bottom: 1px solid var(--color-2);
    color: var(--color-2);
    font-size: 14px;
    outline: none;
    transition: border-color .2s;
}

.col-contact-us .app-form-control::placeholder {
    color: #666;
}

.app-form-control.error {
    border-color: red !important;
    animation: shake 0.2s ease-in-out 0s 2;
}

.col-contact-us .app-form-control.error::placeholder {
    color: red;
}

@keyframes shake {
    0% {
        margin-left: 0rem;
    }

    25% {
        margin-left: 0.5rem;
    }

    75% {
        margin-left: -0.5rem;
    }

    100% {
        margin-left: 0rem;
    }
}

.col-contact-us .app-form-control:focus {
    border-bottom-color: #ddd;
}

.col-contact-us .app-form-button {
    background: none;
    border: none;
    color: var(--denim-blue);
    font-size: 14px;
    cursor: pointer;
    outline: none;
    border-radius: 3px;
    border-radius: 3px;
    transition: 0.3s;
    font-weight: 500;
}

.app-form-button.cancel {
    color: var(--color-2) !important;
}

.app-form-button.cancel:hover {
    background-color: var(--color-2) !important;
    color: var(--color-3) !important;
}

.col-contact-us .app-form-button:hover {
    background-color: var(--denim-blue);
    color: var(--color-3);
}

.col-contact-us .credits {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #ffa4bd;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.col-contact-us .credits-link {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.col-contact-us .dribbble {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}


/* TOAST START */

#toast-container>div {
    box-shadow: unset;
    opacity: 1;
}


/* TOAST END */


/* THIRD PARTY BANNER START */

.t_p_banner_ad img {
    width: 100%;
    height: auto;
}


/* THIRD PARTY BANNER END */

.modal-app-ads {
    z-index: 99999;
}


/* ABOUT US START */

.container-about-us {
    color: var(--color-3);
    margin-top: 30px;
}

.container-about-us ul {
    list-style-type: none;
}

.about-title {}

.about-title h1 {
    color: var(--color-3);
    font-size: 45px;
}

.about-title span {
    color: var(--denim-blue);
    font-size: 45px;
}

.about-title h3 {
    color: var(--color-5);
    font-size: 23px;
    margin-bottom: 35px;
}

.about-title p {
    line-height: 1.8;
}

.about-img {
    padding-left: 57px;
}

.indent-50 {
    text-indent: 50px;
}

.about-content-container {
    margin: 35px 0 35px 0;
}

.about-desc-title {
    position: relative;
    margin-bottom: 20px;
}

.about-top-desc {
    display: flex;
}

.about-desc-title span {
    font-size: 18px;
    font-weight: 500;
}

.about-desc-title span .fa {
    font-size: 13px;
    vertical-align: super;
}

.about-desc-title span .fa:first-child {
    margin-right: 1px;
}

.about-desc-title span .fa:last-child {
    margin-left: 5px;
}

.about-purpose-list {
    padding-left: 20px;
}

.about-purpose-list .fa {
    font-size: 10px;
    padding-right: 7px;
}

.about-purpose-list li {
    display: flex;
    align-items: center;
}


/* Social Icons */

.about-icons {
    margin: 48px 0px 48px 0px;
}

.about-icons i {
    margin-right: 10px;
    padding: 0px;
    font-size: 35px;
    color: #323232;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.about-icons li {
    margin: 0px;
    padding: 0;
    display: inline-block;
}

#social-fb:hover {
    color: #3B5998;
    transition: all .001s;
}

#social-tw:hover {
    color: #4099FF;
    transition: all .001s;
}

#social-gp:hover {
    color: #d34836;
    transition: all .001s;
}

#social-em:hover {
    color: #f39c12;
    transition: all .001s;
}


/* ABOUT US END */


/* T&C START */

.container-privacy-policy,
.container-terms-condition {
    color: var(--color-3);
    margin-top: 25px;
}

.clr-orng {
    color: var(--denim-blue);
}


/* T&C END */


/* CUSTOM MEDIA */

@media screen and (max-width: 520px) {
    .col-contact-us .screen-body {
        flex-direction: column;
    }

    .col-contact-us .screen-body-item.left {
        margin-bottom: 30px;
    }

    .col-contact-us .app-title {
        flex-direction: row;
    }

    .col-contact-us .app-title span {
        margin-right: 12px;
    }

    .col-contact-us .app-title:after {
        display: none;
    }
}


/* CUSTOM MEDIA */

@media screen and (max-width: 600px) {
    .col-contact-us .screen-body {
        padding: 40px;
    }

    .col-contact-us .screen-body-item {
        padding: 0;
    }
}

/* CONTACT US FORM END */

/* COMMON MEDIA END */


/*  
    FULL PAGE AD 
*/

#overlay-ad {
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    min-height: 500px;
}

#overlay-ad .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
}

/*  
    FULL PAGE AD 
*/

/* Style the list */
ul.breadcrumb {
    width: 100%;
    padding: 10px 0;
    list-style: none;
    /* background-color: #1b1b1b; */
    margin: 0;
    /* margin: auto; */
    /* display: flex; */
    /* justify-content: end; */
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 13px;
    color: var(--denim-blue);
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: var(--denim-blue);
    /* content: "/\00a0"; */
    content: "›";
    font-size: 14px;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: var(--color--yellow);
    text-decoration: underline;
    cursor: pointer;
}

.game-title {
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: var(--denim-blue);
    width: 100%;
    font-size: 18px;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.game-header {
    margin-left: 15px;
}

.game-header p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
}

.game-header p a {
    color: var(--grey);
    font-weight: 800;
}

.fullscreenEnabled {
    background-color: #1e1e1e;
    border-radius: 5px;
}

.overview-title {
    /* border-bottom: 1px solid #cccccc26; */
    padding-bottom: 13px;
}

.overview-div p {
    color: var(--grey);
    font-size: 13px;
}

.tag-nest {
    color: #e0234e;
    background: #000;
}

.tag-lg {
    font-size: 1.2em;
    border-radius: 4px;
}

.tag {
    display: inline-block;
    border-radius: 3px;
    padding: 0.2em 0.5em 0.3em;
    border-radius: 5px;
    background: #0795fecc;
    color: #ffffff;
    font-weight: 400;
    margin: 0.25em 0.1em;
    font-size: 13px;
    letter-spacing: 2px;
}

/* #tag-div {
    padding-left: 12px;
} */

.tag:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, .2)
}


.overview-div {
    margin: 15px 0;
}

.title-img {
    height: 45px;
    width: 50px;
    border-radius: 5px;
}

.header-title-div {
    display: flex;
    align-items: center;
    width: 100%;
}

@media (max-width:670px) {
    .game-header {
        flex-flow: column;
    }

    .game-title {
        font-size: 16px;
    }
}

.thumbnail {
    border-radius: 10px;
    background-size: cover;
    height: 50px;
    display: block;
    min-width: 50px;
    background-position: 38% 22% !important;
    background-origin: border-box !important;
    border-top-left-radius: 2px;
    box-shadow: 1px 0px 6px -2px #000000;
}

#iframe-box {
    grid-column: span 7;
    grid-row: span 4;
    width: 100%;
    /* box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    border-radius: 10px;
    background: #f0f5fc; */
}

/* .iframe-div { */
/* height: 90%; */
/* box-shadow: 0px 4px 11px 2px #6060604f;
    border-radius: 10px; */
/* } */

@media (max-width:1297px) {
    #iframe-box {
        grid-column: span 7;
    }
}

@media (max-width:1153px) {
    #iframe-box {
        grid-column: span 6;
    }
}

@media (max-width:1025px) {
    #iframe-box {
        grid-column: span 5;
    }
}

@media (max-width:915px) {
    #iframe-box {
        grid-column: span 4;
    }
}

@media (max-width:775px) {
    #iframe-box {
        grid-column: span 4;
    }
}

@media (max-width:660px) {
    #iframe-box {
        grid-column: span 3;
    }
}

.iframe-div {
    height: 100%;
    position: relative;
}

.game-screen {
    height: 90%;
}

@media (max-width:522px) {
    #iframe-box {
        grid-column: span 3;
    }

    .game-screen {
        height: 75%;
    }

    .iframe-div {
        min-height: 450px;
    }
}

.floatingMenu {
    width: 40px;
    position: absolute;
    top: 20px;
    z-index: 1;
}

.floating-full-screen-container {
    position: relative;
    border-radius: 0 10px 10px 0;
    background-color: #ffffff;
    min-width: 80px !important;
    height: 50px;
    transition: 0.2s;
    cursor: pointer;
    box-shadow: 0 3px 2px rgb(0 0 0 / 60%);
}

.floating-full-screen-container i {
    font-size: 26px;
    color: var(--blue);
}

.floating-full-screen-container.fullScreenBtn1:hover {
    transform: scale(1.2);
}

.backToList {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.backToList img {
    width: 35px;
}

@media (min-width:1800px) {

    #game-area .ul {
        grid-template-areas:
            ". . igc igc igc igc igc igc igc igc igc igc ir0 ir0 a32 a32 a32"
            "a16 a16 igc igc igc igc igc igc igc igc igc igc ir0 ir0 a32 a32 a32"
            "a16 a16 igc igc igc igc igc igc igc igc igc igc ir1 ir1 a32 a32 a32"
            "a16 a16 igc igc igc igc igc igc igc igc igc igc ir1 ir1 . . ."
            "a16 a16 igc igc igc igc igc igc igc igc igc igc . . . . ."
            "a16 a16 igc igc igc igc igc igc igc igc igc igc . . . . ."
            "a16 a16 . . . a79 a79 a79 a79 a79 a79 a79 . . . . .";
        /* grid-template-columns: unset !important; */
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)) !important;
        gap: 16px !important;
    }

    #iframe-box {
        grid-area: igc / igc / igc / igc;
    }

    #game-area .area-label img {
        /* height: 94px !important;
        width: 94px !important; */
        min-height: 94px !important;
        min-width: 94px !important;
        max-width: 94px !important;
        max-height: 94px !important;
    }

    #game-area .large img {
        height: 100% !important;
        width: 100% !important;
        min-height: 210px !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }

}

.videoPlayer {
    margin: 15px 0;
}

.videoPlayer iframe {
    height: 90vh;
    width: 100%;
}

.category-div {
    padding: 10px;
    background: #272a3c70;
    border-radius: 10px;
}

.breadcrumb a {
    color: var(--denim-blues);
    font-size: 14px;
    font-weight: 800;
}


/* Mobile Css */
.game-play-mobile-box {
    width: 100%;
    height: 100%;
    overflow: unset !important;
    grid-column: span 3 !important;
    grid-row: span 3 !important;
    border-radius: 15px !important;
}

.game-play-mobile-box:hover {
    scale: 1 !important;
}

.play-button {
    position: absolute;
    z-index: 3;
    top: 30%;
    left: 50%;
    border-radius: 100px;
    background-color: rgb(255 255 255);
    height: 70px;
    width: 70px;
    /* padding: 22px; */
    box-shadow: rgb(0 0 0 / 24%) 0px 6px 12px 0px;
    transform: translate(-50%, -50%);
    animation: 4s ease-in-out 0s infinite normal both running scaleDelay;
}

.play-btn-icon {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-34%, -50%);
    color: var(--blue);
}

.not-mobile-ready-icon {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
    color: var(--blue);
}

.game-play-mobile-box label.area-label:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    /* background: linear-gradient(rgb(94 89 89 / 36%) 25%, rgb(0 0 0 / 39%) 100%) !important; */
    background: #000000bd;
    border-radius: 20px 20px 0 0;
}

.game-play-mobile-box .area-label {
    height: auto !important;
}

.game-play-mobile-box img {
    max-width: 500px !important;
    max-height: 500px !important;
    width: 100% !important;
    height: 100% !important;
}

#play-now-box img {
    border-radius: 20px 20px 0 0;
}

.play-now,
.play-else {
    font-size: 26px;
    color: rgb(255 255 255);
    position: absolute;
    font-weight: bold;
    left: 50%;
    top: 40%;
    margin-top: 20px;
    z-index: 2;
    text-shadow: rgb(0 0 0 / 24%) 0px 2px 6px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.play-else-desc {
    font-size: 14px;
    color: rgb(255 255 255);
    position: absolute;
    left: 50%;
    top: 51%;
    margin-top: 30px;
    z-index: 2;
    text-shadow: rgb(0 0 0 / 24%) 0px 2px 6px;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
}

.GameUnavailable {
    transform: translate(480%, 10px);
    z-index: 2;
    background-size: auto 100%;
    background-image: url(https://thegamermarket.com/assets/img/icon-down-sprite.png);
    width: 32px;
    height: 46px;
    animation: 1s steps(3) 0s infinite normal forwards running bDARfj;
    flex-shrink: 0;
    position: absolute;
    top: 80%;
    margin: auto;
    text-align: center;
    background-repeat: no-repeat;
}

@keyframes bDARfj {
    100% {
        background-position: -96px;
    }
}

#mobile-box .play-button {
    top: 50% !important;
}

#mobile-box .play-now {
    top: 60% !important;
}

/* Mobile Css */



/* SHARE */
.loader-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000de;
    z-index: 111111;
}

.popup {
    position: absolute;
    left: 50%;
}

.view-modal {
    top: 10%;
    left: 90%;
    color: #e8e4ee;
    font-size: 16px;
    padding: 10px 25px;
    background: rgb(49 164 232);
    width: 100%;
    border-radius: 3px;
    margin-bottom: 5px;
}

.popup {
    background: rgb(255, 254, 254);
    padding: 25px;
    border-radius: 15px;
    top: 50%;
    max-width: 350px;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%) scale(1.2);
    transition: center 0s 0.2s ease-in-out,
        opacity 0.2s 0s ease-in-out,
        transform 0.2s 0s ease-in-out;
}

.popup.show {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 350px;
    opacity: 1;
    z-index: 1111111;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: center 0s 0s ease-in-out,
        opacity 0.2s 0s ease-in-out,
        transform 0.2s 0s ease-in-out;

}

.popup :is(header, .popup .icons, .field) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.popup header {
    padding-bottom: 15px !important;
    border-bottom: 1px solid #ebedf9;
}

header span {
    font-size: 20px;
    font-weight: 600;
    color: var(--blue);
}

header .close,
.popup .icons a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

header .close i {
    margin-bottom: 3px;
}

header .close {
    color: #ffffff;
    font-size: 17px;
    background: var(--light-blue);
    height: 33px;
    width: 33px;
    cursor: pointer;
}

header .close:hover {
    background: var(--blue);
}

.popup .content {
    margin: 0;
}

.popup .icons {
    margin: 20px 0 20px 0;
}

.share-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share-header i {
    cursor: pointer;
    font-size: 22px;
    color: #0d6efd;
}

.content p {
    font-size: 16px;
    margin: 0;
    color: #393939;
}

.content .popup .icons a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
}

.popup .icons a i {
    transition: transform 0.3s ease-in-out;
}

.popup .icons a:nth-child(1) {
    color: #1877F2;
    border-color: #b7d4fb;
}

.popup .icons a:nth-child(1):hover {
    background: #1877F2;
    color: var(--white) !important;
}

.popup .icons a:nth-child(2) {
    color: #46C1F6;
    border-color: #b6e7fc;
}

.popup .icons a:nth-child(2):hover {
    background: #46C1F6;
    color: var(--white) !important;
}

/* 
.popup .icons a:nth-child(3) {
    color: #e1306c;
    border-color: #f5bccf;
}

.popup .icons a:nth-child(3):hover {
    background: #e1306c;
    color: var(--white) !important;
} */

.popup .icons a:nth-child(3) {
    color: #25D366;
    border-color: #bef4d2;
}

.popup .icons a:nth-child(3):hover {
    background: #25D366;
    color: var(--white) !important;
}

.popup .icons a:nth-child(4) {
    color: #0088cc;
    border-color: #b3e6ff;
}

.popup .icons a:nth-child(4):hover {
    background: #0088cc;
    color: var(--white) !important;
}

.popup .icons a:hover {
    color: #fff;
    border-color: transparent;
}

.popup .icons a:hover i {
    transform: scale(1.2);
}

.content .field {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #757171;
}

.field.active {
    border-color: #7d2ae8;
}

.field i {
    width: 50px;
    font-size: 18px;
    text-align: center;
    color: var(--denim-blue);
}

.field.active i {
    color: #7d2ae8;
}

.field input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
}

.field button {
    color: #fff;
    padding: 5px 18px;
    background: #0d6efd;
    border: #0d6efd;
}

.field button:hover {
    color: #fff;
    background: #0d6efd;
}

.wallpaper-view {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    background: #ffffff;
    padding: 15px;
    border-radius: 5px;
}

/* SHARE */