body {
    margin: 0;
    padding: 0;
    color: #000;
    background: rgb(255, 255, 255);
}

a:hover {
    opacity: 1 !important;
}

.main {
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.header {
    background-color: #fff;
    padding: 16px 0;
    box-shadow: rgba(27, 30, 36, 0.1) 0px 8px 16px 0px;
}

.headerInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    margin: 0;
}

.logo a img {
    width: 300px;
    height: auto;
}

nav.topNav {
    margin: 0;
}

.topNav ul {
    display: flex;
    align-items: center;
}

.search {
    padding: 16px !important;
    width: 270px;
    border-radius: 8px;
    margin-right: 0px;
    background: rgb(240, 240, 245) url(/images/search_black.svg) no-repeat center right 16px !important;

}

/* google ad */

.googleAd {
    margin: 20px auto;
    text-align: center;
}

.googleAd.adSmall {
    border: 1px solid #ddd;
    border-radius: 16px;
    min-height: 200px;
}

/* Banner */

.banner {
    margin: 40px auto;
}

.bannerInner {
    display: flex;
    justify-content: space-between;
    width: 64%;
    align-items: flex-start;
}

.fullWidth {
    width: 100%;
}

.outerGame {
    width: 100%;
}

.carousel {
    /* width: 64%; */
    width: 100%;
    background: #000;
    border-radius: 30px;
    min-height: 200px;
    position: relative;
    overflow: hidden;
}

.bannerAd {
    background: #fff;
    border-radius: 30px;
    margin-left: 30px;
    width: calc(36% - 30px);
    text-align: center;
    border: 1.5px solid rgba(2, 6, 12, 0.1);
    min-height: 304px;
}

.carousel .slick-dots {
    display: flex !important;
    justify-content: center;
    top: -10px;
    position: absolute;
    gap: 4px;
    top: initial;
    bottom: 10px;
    width: 100%;
}

.carousel .slick-dots li button {
    background: #fff;
    width: 20px;
    height: 8px;
    font-size: 0;
    cursor: pointer;
    border-radius: 4px;
}

.slick-prev {
    width: 50px;
    height: 50px;
    font-size: 0;
    background: #fff;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 2;
    border-radius: 50px;
    border: none;
    left: 24px;
    cursor: pointer;
    box-shadow: 0 2px 4px #0000003b;
}

.slick-prev::before {
    left: 20px;
    transform: rotate(135deg);
    top: 19px;
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}

.slick-prev:hover {
    background: #FFD742;
}


.slick-prev:hover:before {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.slick-next {
    width: 50px;
    height: 50px;
    font-size: 0;
    background: #fff;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 2;
    border-radius: 50px;
    border: none;
    right: 24px;
    cursor: pointer;
    transition: all .5s ease;
    box-shadow: 0 2px 4px #0000003b;
}


.slick-next:before {
    left: 18px;
    transform: rotate(-45deg);
    top: 19px;
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    border-right: 3px solid rgb(28, 28, 28);
    border-bottom: 3px solid rgb(28, 28, 28);
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}

.slick-next:hover {
    background: #FFD742;
}


.slick-next:hover:before {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.gameList {
    margin: 0 0 40px 0
}

.gameList ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.gameList ul li {
    width: calc(33.33% - 30px);
    background: #fff;
    border-radius: 16px;
    border: 1.5px solid rgba(2, 6, 12, 0.1);
    position: relative;
}

.new {
    background: #f7104e;
    border-radius: 8px 8px 0;
    padding: 2px 8px;
    color: #fff;
    position: absolute;
    right: -5px;
    font-size: 14px;
    text-shadow: 0 1px 0 #d30039;
    text-transform: uppercase;
    top: 0;
    z-index: 1;
}

.new.sm {
    font-size: 12px;
    top: 8px;
    right: 2px;
    padding: 0px 8px;
}


.new::after {
    content: "";
    display: flex;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -4px;
    right: 0;
    border-top: 5px solid #d30039;
    border-right: 6px solid transparent;
}

.hot {
    background: linear-gradient(90deg, #ff2f0f, #ff8b2d);
    border-radius: 8px 8px 0;
    padding: 2px 8px;
    color: #fff;
    position: absolute;
    right: -5px;
    font-size: 14px;
    text-shadow: 0 1px 0 #d30039;
    text-transform: uppercase;
    top: 0;
    z-index: 1;
}

.hot::after {
    content: "";
    display: flex;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -4px;
    right: 0;
    border-top: 5px solid #d30039;
    border-right: 6px solid transparent;
}

.gameList ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    height: 100%;
    border-radius: 16px;
    min-height: 234px;
    background: #000;
    background: linear-gradient(to right, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 10%, rgb(248, 248, 248) 40%, rgb(248, 248, 248) 100%) no-repeat rgb(248, 248, 248);
}

.gameList ul li a:hover {
    box-shadow: rgba(28, 28, 28, 0.12) 0px 0.4rem 1.8rem;
    border-radius: 16px;
}

.gameList ul li a img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    background: #000;
    background-image: url("https://staging.cricketgamesatme.com/images/cricketNo_image.png");
    background-position: center;
    background-repeat: no-repeat;
}

.gameList ul li a .gameTitle {
    padding: 16px;
    position: absolute;
    bottom: 0px;
    visibility: hidden;
    transition: transform .9s ease 0s;
}

.gameList ul li a:hover .gameTitle {
    padding: 16px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    background: linear-gradient(0deg, rgb(0 0 0) 0, #0000 100%);
    visibility: visible;
    border-radius: 0px 0px 16px 16px;
    width: calc(100% - 32px);
}

.gameList ul li a:hover .gameTitle h2,
.gameList ul li a:hover .gameTitle p {
    color: #fff;
    text-shadow: 0px 2px 30px #000000;
}

.gameList ul li a .gameTitle h2 {
    font-size: 20px;
    margin: 0;
}

.gameList ul li a .gameTitle p {
    color: rgb(105, 105, 105);
    margin: 0px 0px;
    line-height: 18px;
    font-size: 14px;
}

.slick-slide:nth-child(4n) ul li a {
    margin-right: 2px;
}

.gameList h1 {
    font-size: 24px;
    margin: 0 0 20px 0;
}

.tooltip {
    margin-left: 0px;
    margin-right: 8px;
    background: #eee;
    padding: 0px 14px;
    border-radius: 50px;
    border: 1px solid #ddd;
    font-weight: bold;
}

.blog {
    margin: 40px 0;
}

.blog h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
}

.blogItem {
    width: calc(100% - 16px);
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    border: 1.5px solid rgba(2, 6, 12, 0.1);
    min-height: 280px;
    margin-right: 16px;
    display: block;
    position: relative;
}

/* .slick-slide:nth-child(4n) .blogItem {
    margin-right: 4px;
    width: calc(100% - 4px);
} */

.blogItem img {
    width: calc(100% - 16px) !important;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
    margin: 8px;
    max-height: 150px;
    aspect-ratio: 4 / 3;
}

.blogItem .blogTitle {
    padding: 16px;
}

.blogItem .blogTitle h3 {
    font-size: 14px;
    margin: 0;
}

.description {
    margin: 0px 0 30px 0;
}

.descriptionInner {
    padding: 24px;
    border: 1.5px solid rgba(2, 6, 12, 0.1);
    width: calc(100% - 50px);
    border-radius: 16px;
}

.descriptionInner p {
    font-size: 16px;
    color: #000;
}

.descriptionInner h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
}

.gameDetails {
    margin: 0;
    background: #000;
    width: 64%;
    border-radius: 30px !important;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(27, 30, 36, 0.1) 0px 8px 16px 0px;
    margin-bottom: 0px !important;
}

.gameWrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.gameWrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 999;
    position: relative;
}

.gameWrapper img {
    opacity: 0.6;
    filter: blur(5px);
}

.playButton {
    background: #FFD742;
    color: #000;
    padding: 16px 0px;
    border-radius: 50px;
    position: absolute !important;
    z-index: 1002 !important;
    left: calc(50% - 100px);
    top: calc(50% - 50px);
    width: 200px;
    font-size: 24px;
    font-weight: bold;
    border: 2px solid #FFD742;
    cursor: pointer;
    box-shadow: 0 0px 50px #000;
    text-shadow: 1px 1px 2px #ffffff96;
    transition: padding-left .2s ease-in;
    animation: 1s ease-out 0s infinite normal none running pulsePopOut;
    transform-origin: center center;
    user-select: none;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, transform 0.1s;
}


.playButton:hover {
    background: #000;
    color: #FFD742;
    text-shadow: none;
    border: 2px solid #FFD742;
}

.bounceBtn {
    animation: pulse 1s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.overlay {
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #00000063;
    top: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 82%) 0, #0000 100%);
    position: absolute;
    left: 0;
    border-radius: 16px 16px 0px 0px;
    z-index: 990;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.gameFooter {
    background: #fff;
    position: relative;
    z-index: 2;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0px 16px;
    justify-content: space-between;
    border: 1.5px solid rgba(2, 6, 12, 0.1);
    border-radius: 0px 0px 16px 16px;
}

.gameFooter img.logoSm {
    width: 50px;
    height: 50px;
}

.gameHeading {
    position: absolute;
    left: 0;
    bottom: 164px;
    z-index: 3;
    color: #fff;
    font-weight: bold;
    z-index: 1001;
    width: 100%;
    font-size: 28px;
}

.gameDetails_100 {
    margin-bottom: 0 !important;
    border-radius: 16px 16px 0px 0px !important;
    min-height: 488px !important;
}

.icon-thumb_bk {
    display: flex;
}

.otherOptions {
    margin: 0;
}

.otherOptions ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.otherOptions ul li {
    margin-right: 16px;
    display: flex;
}

#error1 {
    width: 18px;
    height: auto;
}

#error2 img {
    width: 18px;
    height: auto;
}

.otherOptions ul li span.icon-thumb_bk {
    display: block;
    margin: 0px 20px 0px 10px;
    line-height: normal;
}

.otherOptions ul li:last-child {
    margin-right: 8px;
}

.otherOptions ul li img {
    width: 24px;
    height: auto;
    margin-left: 8px;
    cursor: pointer;
    opacity: 0.6;
}

.otherOptions ul li img:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease-in-out;
    opacity: 1;
}

.otherOptions ul li img.active,
.otherOptions ul li img.active:hover {
    opacity: 1;
}

.searchBox {
    display: none;
}

.backArrow {
    display: none;
}

.moreBlogs {
    position: relative !important;
    font-size: 16px;
    padding: 10px 30px;
    box-shadow: 0px 0px 3px #00000066;
    margin-top: 30px;
    display: inline-block;
    width: auto;
    z-index: 99;
}

/* Blog */
.blog {
    margin: 24px 0px;
}

.sectionInner {
    display: flex;
    justify-content: space-between;
}

.sectionLeft {
    margin: 0;
    width: 64%;
    position: relative;
    overflow: hidden;
}

.sectionLeft ul li a {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    border-bottom: 2px solid #fff;
}

.sectionLeft ul li a:hover {
    border-bottom: 2px solid #fed12a;
}

.bublishedBy {
    padding-bottom: 16px;
}

.sectionLeft ul li a:hover .blogListContent h3,
.sectionLeft ul li a:hover .blogListContent p {
    color: #000;
}

.sectionLeft ul li a img {
    object-fit: cover;
    width: 180px;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
}

.sectionLeft ul li a img.publisherIcon {
    width: 26px;
    height: 26px;
    border-radius: 50px;
    margin-right: 8px;
}

.blogListContent {
    margin-right: 30px;
}

.blogListContent h3 {
    font-size: 18px;
    line-height: 24px;
}

.sectionRight {
    background: #fff;
    margin-left: 50px;
    width: calc(36% - 50px);
    text-align: center;
}

ul.slick-dots li.slick-active button {
    background: #fed12a;
    border: 1px solid #fed12a;
}

.smcarousel {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
}

.smcarousel a img {
    border-radius: 16px;
    object-fit: cover;
    aspect-ratio: 4/3;
}

.subscribe {
    background: #fdc800;
    padding: 24px;
    margin-top: 24px;
    border-radius: 16px;
    position: relative;
}

.subscribe label {
    font-size: 18px;
}

.subscribe .emailBox {
    padding: 14px 30px;
    border-radius: 8px;
    width: 70%;
    border-radius: 50px;
    margin-top: 10px;
}

.emailBtn {
    position: absolute;
    background: #000;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    top: 14px;
    right: 22px;
    padding: 4px;
    border: none;
    cursor: pointer;
}

.emailBtn:hover {
    background: #fdc800;
}

.emailInner {
    position: relative;
}

.blogLargeImg {
    width: 100%;
    height: auto;
    border-radius: 16px;
    max-height: 420px;
    object-fit: cover;
    margin-bottom: 30px;
}

.footer {
    background: #fafafa;
    min-height: 180px;
    border-top: 0px solid #fdc800;
    border-top: 1.5px solid rgba(2, 6, 12, 0.1);
    text-align: center;
    margin: 0px auto;
    padding: 24px 0px;
}

.footer a .footerLogo {
    width: 300px;
    height: auto;
}

.footerLink {
    margin: 10px 0px;
}

.footerLink a {
    color: #000;
    padding: 0px 10px;
    border-right: 2px solid #ccc;
    margin-bottom: 16px;
}

.footerLink a:last-child {
    border-right: 0px solid #ccc;
}

.footerLink a:hover {
    color: #fdc800;
    text-decoration: underline;
}

.footerSocialLink {
    margin-top: 16px;
}

.footerSocialLink a {
    border: none;
    padding: 0px 4px;
}

.shareBox {
    position: absolute;
    right: -70px;
    bottom: -6px;
    width: 60px;
    z-index: 1003;
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: 106px;
    background: #fdc800;
    border: 1.5px solid rgba(2, 6, 12, 0.1);
    border-radius: 8px;
    padding: 10px 0px;
    display: none;
}

.shareBox::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fdc800;
    position: absolute;
    left: -10px;
    bottom: 28px;
    z-index: 1002;
}

.shareBox:hover {
    color: #ffd742;
}

.shareIcon {
    margin: 0;
}

.shareIcon img {
    width: 24px;
    height: 24px;
}

.shareWith {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.shareWith img {
    width: 24px;
    height: auto;
    margin-bottom: 18px;
    max-height: 24px;
    object-fit: contain;
    height: auto;
}

.shareWith {
    height: auto;
    overflow: hidden;
    transition: transform .4s ease 0s;
}

.toggleShare {
    height: 106px;
    display: block;
}

.gameDescription {
    margin: 0;
}

.gameDescriptionInner {
    background: #fff;
    border: 1.5px solid rgba(2, 6, 12, 0.1);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 30px;
}

.instruction {
    margin-bottom: 24px;
}


.topNav ul .searchWrapper .searchdisplay {
    width: calc(300px - 0px) !important;
    margin-top: 0 !important;
    border: none;
    border-radius: 8px !important;
    background: #ffffff !important;
    font-size: 12pt;
    font-weight: 600;
    z-index: 99999999;
    position: absolute;
    top: 70px !important;
    box-shadow: 0px 1px 8px #88888899 !important;
    padding: 8px 8px !important;
}

.searchdisplay ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

.searchdisplay ul li {
    background: #fff;
    width: 100%;
}

.searchdisplay ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: #000000b3;
    border-bottom: 1px solid #ddd !important;
    border-radius: 8px
}

.searchdisplay ul li a:hover {
    background: #f0f0f5;
    text-decoration: none;
    color: #000;
}

.searchdisplay ul li:last-child a {
    border-bottom: 0px solid #ddd !important;
}

.searchdisplay ul li a .searchthumb {
    width: 50px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    margin: 8px;
}


ul.breadcrumb {
    padding: 0px 15px;
    list-style: none;
    color: #004b66;
    font-size: 10px;
    background: #fff !important;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: calc(100% - 30px);
    margin-bottom: 8px;
}

ul.breadcrumb li {
    display: inline;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #004b66;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #0275d8;
    text-decoration: underline;
}

#imgbutton {
    padding: 0 !important;
    background: #000;
}

#settingImg {
    /*position: fixed !important;
    top: 8px !important;
    left: -6px !important;*/

    position: relative;
    /* or remove positioning entirely */
    display: inline-block;
    z-index: 9999;
    margin: 10px 10px 10px -6px;
}

#maximizeimg {
    background: #fff !important;
    top: 8px !important;
    border-radius: 8px !important;
}

#report-game-popup-reason.reportPopup,
.reportPopup {
    top: 34px;
    left: initial;
    right: -30px;
    z-index: 1005;
    border-radius: 16px;
    padding: 8px;
    z-index: 1004;
    box-shadow: 0px 0px 30px #888888d4;
    min-width: 200px;
}

#report-game-popup-reason.reportPopup .box-title {
    margin-bottom: 0;
    font-size: 18px;
}

.atmegame_report_game .report_game__popup-select form label {
    font-size: 14px !important;
}

.atmegame_report_game .report_game__popup-thankyou {
    border-radius: 8px !important;
    box-shadow: none !important;
}


.atmegame_report_game .report_game__popup-thankyou p {
    margin: 0 !important;
}

#report-game-popup-reason.reportPopup .report_game__popup-item {
    margin: 0px 0 0px;
}

#report-game-popup-reason.reportPopup .report_game__popup-item textarea {
    margin: 5px 0 8px 0;
    width: 92% !important;
}

#report-game-popup-reason.reportPopup .popup-box,
#report-game-popup-reason .report_game__popup-select {
    background: #fff;
    box-shadow: none;
    min-width: auto;
}

#report-game-popup-reason.reportPopup .report_game__popup-triangle {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    top: -13px;
    bottom: initial;
    right: 14px;
    box-shadow: none;
    opacity: 1;
}

#report-game-popup-reason.reportPopup .report_game__popup-close span {
    font-size: 14px;
    position: relative;
    left: 5px;
    top: 5px;
    cursor: pointer;
}

#report-game-popup-reason.reportPopup .report_game__popup-close {
    top: 8px;
    right: 8px;
    border: 1px solid #ddd;
    width: 22px;
    height: 22px;
}

#report-game-popup-reason.reportPopup p {
    line-height: normal;
    margin-bottom: 4px;
}

#report-game-popup-reason .report_game__popup-footer button {
    background: #ffd742 !important;
    color: #000;
    border-radius: 50px;
    margin: 0px;
    box-shadow: 0 0px 4px #00000066;
    font-weight: bold;
}

.loader {
    width: 100%;
    height: 488px;
    z-index: +10000000;
    background: #000;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.boxes {
    height: 32px;
    width: 32px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin-top: 0px;
    -webkit-transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
    transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}

.boxes .box {
    width: 32px;
    height: 32px;
    top: 0px;
    left: 0;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.boxes .box:nth-child(1) {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-animation: box1 1s linear infinite;
    animation: box1 1s linear infinite;
}

.boxes .box:nth-child(2) {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-animation: box2 1s linear infinite;
    animation: box2 1s linear infinite;
}

.boxes .box:nth-child(3) {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
    -webkit-animation: box3 1s linear infinite;
    animation: box3 1s linear infinite;
}

.boxes .box:nth-child(4) {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-animation: box4 1s linear infinite;
    animation: box4 1s linear infinite;
}

.boxes .box>div {
    background: #5C8DF6;
    --translateZ: 15.5px;
    --rotateY: 0deg;
    --rotateX: 0deg;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5C8DF6;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
    transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
}

.boxes .box>div:nth-child(1) {
    top: 0;
    left: 0;
    background: #5C8DF6;
}

.boxes .box>div:nth-child(2) {
    background: #145AF2;
    right: 0;
    --rotateY: 90deg;
}

.boxes .box>div:nth-child(3) {
    background: #447CF5;
    --rotateX: -90deg;
    background: #447CF5 url(https://images.gamereo.com/cat/hot.png);
    width: 33px;
    background-size: contain;
    background-repeat: no-repeat;
}

.boxes .box>div:nth-child(4) {
    background: #DBE3F4;
    top: 0;
    left: 0;
    --translateZ: -90px;
    background: #DBE3F4 url(https://images.gamereo.com/cat/hot.png);
    background-size: cover;
    opacity: 0.5;
}

@keyframes box1 {

    0%,
    50% {
        transform: translate(100%, 0);
    }

    100% {
        transform: translate(200%, 0);
    }
}

@keyframes box2 {
    0% {
        transform: translate(0, 100%);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100%, 0);
    }
}

@keyframes box3 {

    0%,
    50% {
        transform: translate(100%, 100%);
    }

    100% {
        transform: translate(0, 100%);
    }
}

@keyframes box4 {
    0% {
        transform: translate(200%, 0);
    }

    50% {
        transform: translate(200%, 100%);
    }

    100% {
        transform: translate(100%, 100%);
    }
}

#loadingmsg {
    top: 6.5em;
    display: block;
    position: relative;
    color: #ffffff;
    left: -2em;
    font-size: 24px;
}


@media (max-width: 768px) {
    .loader {
        height: 100%;

    }

    .gameDetails_100 {
        min-height: 230px !important;
    }

    .container {
        max-width: calc(100% - 24px);
        padding: 0 12px;
    }

    .header {
        padding: 12px 4px;
    }

    .logo {
        margin: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    nav.topNav {
        display: none;
    }

    .logo a img {
        width: 240px;
        height: auto;
    }

    .logo a img.userIcon {
        width: 30px;
        height: 30px;
        margin-left: 16px;
    }

    .searchBox {
        display: flex;
        align-items: center;
    }

    .search {
        margin-right: 0;
        width: calc(100% - 50px);
        margin: 8px;
        background-color: #fff;
    }

    .dextopUserIcon {
        display: none;
    }

    nav.topNav.active ul li.searchWrapper {
        width: calc(100% - 45px);
    }

    nav.topNav.active {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #000000d6;
        z-index: 1002;
    }

    .backArrow {
        width: 30px;
        margin-left: 8px;
        margin-right: 8px;
        display: block;
    }

    .banner {
        margin: 24px auto;
    }

    .bannerInner {
        flex-direction: column;
        width: 100% !important;
    }

    .carousel {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 16px;
        min-height: 130px;
    }

    .bannerAd {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
        min-height: 200px;
    }

    .gameList ul {
        gap: 0px;
        flex-direction: column;
    }

    .gameList ul li a {
        min-height: 190px;
    }

    .gameList ul li a img {
        height: auto;
        width: 100%;
    }


    .container.inner {
        margin: 0 !important;
        padding: 0 !important;
    }

    .gameList ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .gameDetails {
        width: 100%;
        min-height: 240px;
        border-radius: 16px;
        margin-bottom: 24px;
    }

    #game_img_btn {
        width: 100%;
        height: auto;
        object-fit: cover;
        opacity: 0.6;
        min-height: 230px;
    }

    #imgbutton {
        display: block;
        background: #000 !important;
    }

    .playButton {
        width: 162px;
        padding: 12px 0px;
        font-size: 20px;
        left: calc(50% - 80px);
        top: calc(50% - 20px);
        box-shadow: 0 0px 12px #0000008c;
    }

    .gameHeading {
        left: 0;
        bottom: 30px !important;
        font-size: 20px;
    }

    .otherOptions ul li img {
        width: 22px;
        margin-left: 4px;
    }

    .otherOptions ul li {
        margin-right: 0px;
        margin-left: 14px;
        position: relative;
        flex-direction: column;
    }

    .otherOptions ul li span.icon-thumb_bk {
        font-size: 12px;
        margin-top: 5px;
        position: absolute !important;
        z-index: 999;
        margin-left: 0px;
        display: block;
        top: 10px;
        left: -4px;
    }

    .otherOptions ul li span.icon-thumb_bk.dislikeTxt {
        left: 2px;
    }

    .gameFooter {
        height: 60px;
        padding: 0;
        width: 100%;
    }

    .gameFooter img.logoSm {
        width: 40px;
        height: 40px;
    }

    .gameList h1 {
        font-size: 20px;
        margin: 0 0 16px 0;
    }

    h2 {
        font-size: 20px !important;
    }

    .slick-next:before {
        width: 8px;
        height: 8px;
        top: 10px;
        left: 8px;
    }

    .slick-next {
        width: 30px;
        height: 30px;
        right: 8px;
        top: calc(50% - 15px);
    }

    .slick-prev {
        width: 30px;
        height: 30px;
        left: 8px;
        top: calc(50% - 15px);
    }

    .slick-prev::before {
        width: 8px;
        height: 8px;
        top: 10px;
        left: 11px;
    }

    .carousel .slick-dots {
        bottom: 0px;
    }

    .slick-slide img {
        min-height: 170px;
        object-fit: cover;
    }

    .moreBlogs {
        font-size: 16px;
        text-align: center;
        box-shadow: 0 0px 6px #00000070;
        padding: 6px 0px;
        position: relative !important;
        z-index: 99 !important;
    }

    .sectionInner {
        flex-direction: column;
    }

    .sectionLeft {
        width: 100%;
    }

    .sectionRight {
        margin-left: 0;
        width: 100%;
    }

    .blogListContent {
        margin-right: 16px;
        margin-bottom: 8px;
    }

    .blogListContent p {
        display: none;
    }

    .blogListContent.blogDetailsContent p {
        display: block;
    }

    .blogLargeImg {
        margin-bottom: 8px;
        aspect-ratio: 4 / 3;
    }

    .sectionLeft ul li a img {
        object-fit: cover;
        width: 80px;
        border-radius: 10px;
    }

    .blogListContent h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .bublishedBy {
        padding-bottom: 8px;
        margin-top: 4px;
        font-size: 12px;
    }

    .sectionLeft ul li a {
        margin-bottom: 16px;
        border-bottom: 1px solid #ddd;
        padding: 0px 4px;
    }

    .otherOptions ul li:last-child {
        margin-right: 0px;
    }

    .shareBox {
        bottom: -38px;
        width: 100px;
        right: 4px;
        height: 26px;
        padding: 10px 16px;
    }

    .shareWith {
        flex-direction: row;
        justify-content: space-between;
    }

    .footerLink {
        margin: 8px 0px;
        line-height: 20px;
    }

    .footerLink a {
        padding: 0px 4px;
        font-size: 12px;
    }

    .gameSeclogo {
        display: none;
    }

    .tooltip {
        padding: 0px !important;
        background: transparent !important;
        border: none;
        margin-left: 0px;
    }

    .reportLink {
        margin-left: 0px !important;
        position: relative;
    }

    .otherOptions {
        width: calc(100% - 8px);
    }

    .otherOptions ul {
        width: 100%;
        justify-content: space-between;
    }

    .shareBox::before {
        width: 0px;
        height: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fdc800;
        right: 8px;
        bottom: 47px;
        left: initial;
    }

    .overlay {
        top: 0 !important;
    }

}