﻿/* game listing page */
.white {
    background: #fff;
    padding: 0 0 20px;
}

.white2 {
    background: #f7f9ff;
    padding: 0 0 20px;
}

.owl-dots {
    margin-top: -33px;
    text-align: center;
    margin-bottom: 20px;
}

.owl-dot {
    display: inline-block;
}

.owl-carousel.owl-drag .owl-item {
    max-height: 420px;
}

@media (max-width: 640px) {
    .owl-dots {
        display: none;
    }

    .gameListing .g-right {
        width: 100%;
    }

    .gameListing .g-left {
        width: 100%;
        margin: 0 0 20px;
        height: 30px;
        text-align: center;
    }
}

.owl-dot span {
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    display: block;
    height: 4px;
    margin: 4px;
    opacity: 0.9;
    width: 36px;
}

.owl-dot.active span {
    background: none repeat scroll 0 0 #408eff;
}

.gameListing {
    width: 100%;
    height: auto;
    margin-top: 16px;
}

    .gameListing .g-left {
        width: 18%;
        float: left;
        background: rgba(238, 238, 238, 0.58);
        margin-right: 20px;
        height: 500px;
        border-radius: 6px;
    }

    .gameListing .g-right {
        width: 80%;
        float: left;
    }

    .gameListing ul {
        margin: 0;
        padding: 0;
        transition: all 0.3s ease-out;
    }

        .gameListing ul.active {
            transition: all 0.3s ease-out;
            margin: 0 auto 0;
        }

        .gameListing ul li {
            display: inline-flex;
            box-sizing: border-box;
            background: #f6f7f8;
            width: calc(20% - 9px);
            height: auto;
            border-radius: 4px;
            margin: 0 3px 9px 3px;
            overflow: hidden;
            position: relative;
            border: 0;
            min-width: 100px;
            vertical-align: top;
            padding: 0;
        }

            .gameListing ul li img {
                max-width: 100%;
                height: 100%;
                width: 100%;
                min-height: 100px;
                margin-bottom: -2px;
            }

.gameMore {
    text-decoration: none;
    border-radius: 10px
}

.gameMore {
    border-radius: 100px;
    background-color: rgb(0, 105, 253);
    color: #fff;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: block;
    transition: all 0.25s;
    font-family: Graphik-Semibold,HelveticaNeue-Light,sans-serif;
    max-width: 400px;
    margin: 20px auto;
    padding: 20px 50px;
}

    .gameMore img {
        width: 50px;
    }

    .gameMore:hover, .gameMore:focus {
        transition: all 0.25s;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
        color: #fff;
    }

.animated-background {
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #F0F0F1 0%, #F8F9FB 30%, #F0F0F1 60%) !important;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -668px 0;
    }

    100% {
        background-position: 668px 0;
    }
}

@media (max-width: 1220px) {
    .gameListing ul li {
        width: calc(25% - 13px);
    }

    .gameListing .g-right {
        width: 79%;
    }
}

@media (max-width: 900px) {
    .gameListing ul li {
        width: calc(33.33333% - 9px);
    }

    .gameListing ul li {
        margin: 0px 3px 8px 3px;
    }

    .gameListing .g-right {
        width: 75%;
    }
}

@media (max-width: 640px) {
    .gameListing ul li {
        width: calc(50% - 4px);
        margin: 0px 1px 5px 1px;
    }

    .owl-dots {
        display: none;
    }

    .gameListing .g-right {
        width: 100%;
    }

    .gameListing .g-left {
        width: 100%;
        margin: 0 0 20px;
        height: 30px;
        text-align: center;
    }

    .gameMore {
        max-width: 200px;
        margin: 20px auto;
        padding: 15px;
    }

    #gameCatSection #left-menu {
        padding: 24px 5px;
    }
}

/*game listing*/
#gameCatSection {
    margin-top: 0;
}

    #gameCatSection .favorites-line {
        width: 100%;
        height: auto;
        background: #27282e;
        position: relative;
        z-index: 2;
        padding: 0;
    }

        #gameCatSection .favorites-line .left, #gameCatSection .favorites-line .right {
            width: 100%;
            float: left;
            padding: 10px 0;
            box-sizing: border-box;
        }

        #gameCatSection .favorites-line .rows {
            display: block;
            margin-left: 10px;
        }

    #gameCatSection #flex-box .game-image {
        border: 1px solid #f2f9f8;
        background-color: #393940;
    }

    #gameCatSection #flex-box {
        display: inline-block;
        float: left;
        margin-right: 10px;
        width: 100px;
    }

        #gameCatSection #flex-box .game-image {
            padding-bottom: 64%;
        }

    #gameCatSection .favorites-line h2 {
        font-size: 12px;
        font-weight: 600;
        line-height: 1.17;
        letter-spacing: 0px;
        text-align: left;
        color: #cecfcf;
        float: left;
        margin: 0;
        box-sizing: border-box;
        padding: 6px 10px 8px;
        min-width: 100px;
        position: absolute;
        top: -24px;
        background: #27282e;
        border-radius: 4px;
    }

    #gameCatSection .favorites-line dd {
        opacity: 0.1;
        background-color: #d8d8d8;
    }

    #gameCatSection #left-menu {
        width: 100%;
        height: 60px;
        background-color: #ffffff;
        box-shadow: 0 2px 10px 0 rgba(74, 144, 226, 0.2);
        display: block;
        padding: 24px;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        top: 0;
    }

        #gameCatSection #left-menu nav {
            width: 100%;
            float: left;
        }

        #gameCatSection #left-menu .search span {
            width: 50px;
            float: right;
            color: #2c8aff;
            font-size: 20px;
            text-decoration: none;
            position: absolute;
            background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 50%);
            text-align: right;
            top: 2px;
            right: 5px;
            padding-right: 10px;
            padding-top: 2px;
        }

            #gameCatSection #left-menu .search span.active:before {
                content: "\e951" !important;
                font-family: 'baymavi' !important;
                font-size: 25px;
                position: absolute;
                top: -1px;
                left: 0;
                background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 50%);
                width: 54px;
                padding-top: 2px;
                padding-right: 10px
            }

    #gameCatSection .filter-box {
        display: none;
        position: relative;
    }

        #gameCatSection .filter-box.active {
            display: block;
            position: absolute;
            z-index: 5;
            width: 100%;
            margin: 15px 0;
            animation: anime2 0.3s;
            padding: 0 10px;
            box-sizing: border-box;
        }

@keyframes anime2 {
    0% {
        transform: translate3d(0, -15px, 0);
        animation-timing-function: ease-in-out;
        opacity: 0;
    }

    100% {
        transform: translate3d(0px, 0, 0px);
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#gameCatSection .filter-box input {
    width: calc(100% - 5px);
    border: none;
    border-bottom: 2px solid #dde5f3;
    padding: 5px 0;
    color: #1a8eff;
    background: transparent;
    font-size: 25px;
    font-family: Graphik-Regular,HelveticaNeue-Light,sans-serif;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    margin: 0 3px;
}

#gameCatSection #left-menu ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

    #gameCatSection #left-menu ul::after {
        content: "";
        width: 20px;
        background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 50%);
        position: absolute;
        height: 20px;
    }

    #gameCatSection #left-menu ul a {
        color: #2e303b;
        text-decoration: none;
        cursor: pointer;
        padding: 20px 0;
    }

    #gameCatSection #left-menu ul li {
        margin: 0;
        padding: 0 25px 0 0;
        display: inline-block;
        list-style: none;
        font-family: Graphik-Semibold,HelveticaNeue-Light,sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.5px;
        text-align: left;
        color: #2e303b;
    }

        #gameCatSection #left-menu ul li:last-child {
            padding-right: 100px;
        }

        #gameCatSection #left-menu ul li.active a {
            color: #1a8eff;
        }

        #gameCatSection #left-menu ul li:after {
            border-bottom: 4px solid transparent;
            content: "";
            display: block;
            margin: 20px 0 0 0;
        }

        #gameCatSection #left-menu ul li.active:after {
            border-bottom: 4px solid #1a8eff;
        }

#gameCatSection .Combined-Shape {
    width: 38px;
    height: 38px;
    background-color: #1a8eff;
}

.scroll--simple::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.scroll--simple::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}

.scroll--simple::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

    .scroll--simple::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.4);
    }

    .scroll--simple::-webkit-scrollbar-thumb:active {
        background: rgba(0, 0, 0, 0.9);
    }

#promo {
    height: auto !important;
    line-height: 0;
}

    #promo div.fit {
        object-fit: none; /* Do not scale the image */
        object-position: center; /* Center the image within the element */
        height: 100%;
        width: 100%;
    }
    #promo .owl-carousel .owl-stage-outer {
        width: 100%;
    }

    @media (max-width: 500px) {
        #gameCatSection #flex-box {
        width: calc((100%/4) - 10px);
    }
}

@media (max-width: 980px) {
    #promo {
        margin-top: 0px;
    }

    #gameCatSection #left-menu .search span {
        padding-right: 0;
    }

        #gameCatSection #left-menu .search span.active:before {
            padding-right: 0;
        }
}

@media (max-width: 768px) {
    #promo {
        margin-top: 0;
    }

    .owl-prev, .owl-next {
        display: none;
    }

    #gameCatSection .rows #flex-box:nth-last-child(5) {
        display: none;
    }
}

@media (max-width: 400px) {
    #gameCatSection #flex-box {
        width: calc((100%/3) - 10px);
    }

    #gameCatSection .rows #flex-box:nth-last-child(4) {
        display: none;
    }

    #gameCatSection .favorites-line h2 {
        font-size: 10px;
        padding: 4px 10px 8px;
        top: -11px;
        left: -4px;
    }
}

@media (max-width: 780px) {
    .favorites-line .right {
        display: none;
    }
}

.gamez .desc h5 {
    color: #fff;
    text-align: left;
    padding: 20px 0 15px 15px;
    background-color: #000;
    background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.7));
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0,rgba(0, 0, 0, 0.74));
    width: 100%;
    margin: 0;
    font-size: 12px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.49);
}

.gamez .desc {
    opacity: 0;
    transition: all 0.25s ease;
}

a:hover .desc {
    opacity: 1;
    transition: all 0.25s ease;
}

.icon-like.active:before {
    content: "\e955" !important;
    font-family: 'baymavi' !important;
    animation: bigest 0.35s ease;
}

@keyframes bigest {
    from {
        opacity: 0;
        font-size: 24px;
    }

    to {
        opacity: 1;
    }
}

.provider-overlay {
    z-index: 2;
    position: absolute;
}

.gamez .desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.gamez .like span {
    position: absolute;
    bottom: 14px;
    right: 18px;
    text-decoration: none;
    color: #1a8eff;
    font-size: 20px;
    z-index: 2;
    cursor: pointer;
    text-shadow: 0px 0px 20px #1a8eff;
}

.gamez .game-hover .img-overlay:after {
    content: "";
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../../images/play.svg);
    background-size: 25%;
    opacity: 0;
    transition: all 0.25s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.gamez .game-hover:hover .img-overlay:after {
    background-color: rgba(0,0,0,.4);
    opacity: 1;
    z-index: 1;
    transition: all 0.25s ease;
}

.gamez .img-overlay .img-game {
    transition: transform .5s,-webkit-transform .5s;
}

.gamez .game-hover:hover .img-overlay .img-game {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.custom-dropdown select {
    outline: none;
    border: none;
}

@media (max-width: 980px) {
    header nav ul li:nth-child(2) {
        display: none;
    }

    #gameCatSection #left-menu .container {
        margin-left: -15px;
    }
}

#gameCatSection #left-menu .container {
    overflow: hidden;
    padding-top: 10px;
    margin-top: -10px;
}

.owl-prev {
    z-index: 9;
    font-size: 50px;
    position: absolute;
    left: 10px;
    color: #fff;
    top: 50%;
    cursor: pointer;
    transform: rotate(180deg);
    text-shadow: -2px 0px 0px rgba(0, 0, 0, 0.5);
}

    .owl-prev:before {
        content: "\e91f";
        font-family: 'baymavi' !important;
        text-indent: 0;
    }

.owl-next {
    z-index: 9;
    font-size: 50px;
    position: absolute;
    right: 10px;
    color: #fff;
    top: 50%;
    cursor: pointer;
    text-shadow: 2px 0px 0px rgba(0, 0, 0, 0.5);
}

    .owl-next:before {
        content: "\e91f";
        font-family: 'baymavi' !important;
        text-indent: 0;
    }

/*
* JackPot List
*/

.jackpot-section-container {
    position: relative;
    height: 189px;
    margin-bottom: 30px;
}

.jackpot-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #020228;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 23.92px;
}

.jackpot-title > .section-title {
    flex: 1;
    margin-left: 5px;
}

.scroll-buttons {
    display: flex;
    gap: 10px;
}

.scroll-button {
    background-color: #FFFFFF;
    color: white;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px
}

.jackpot-section {
    height: 151px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

    .jackpot-section::-webkit-scrollbar {
        height: 0px;
    }

    .jackpot-section::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .jackpot-section::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

    .jackpot-section::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.game-cover {
    display: inline-block;
    margin-right: 10px;
    height: 151px;
    width: 263.8px;
    border-radius: 4px;
    position: relative;
    background-size: cover;
}

    .game-cover::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 4px;
        opacity: 0.4;
    }

.flex-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.game-title {
    text-transform: uppercase;
    /*font-family: Graphik;*/
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    /*text-shadow: 0 0 2px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;*/
}

.game-price-tag {
    padding: 10px 18px;
    border-radius: 12px;
    background: linear-gradient(to bottom, #000000, #3A3A3A);
    color: #FFFFFF;
    /*font-family: Graphik;*/
    font-size: 20px;
    font-weight: 600;
    line-height: 12.93px;
    letter-spacing: 0.26938775181770325px;
    text-align: left;
}

.game-cover-gradient-1::before {
    background: linear-gradient(180deg, rgba(130, 53, 18, 0) 0%, rgba(78, 18, 130, 0.635) 67.45%, #721DCD 96.36%);
}

.game-cover-gradient-2::before {
    background: linear-gradient(180deg, rgba(36, 30, 38, 0) 14.64%, #EA1818 73.18%);
}

.game-cover-gradient-3::before {
    background: linear-gradient(180deg, rgba(36, 30, 38, 0) 15.7%, #C5004F 78.52%);
}

.game-cover-gradient-4::before {
    background: linear-gradient(180deg, rgba(36, 30, 38, 0) 15.7%, #B8148A 78.52%);
}

.game-cover-gradient-5::before {
    background: linear-gradient(180deg, rgba(130, 53, 18, 0) 0%, rgba(18, 65, 130, 0.635) 67.45%, #1D1DCD 96.36%);
}

@media (max-width: 768px) {
    .game-cover {
        width: 176px;
        height: 151px;
    }

    .game-title {
        font-family: Graphik;
        font-size: 14px;
        font-weight: 600;
        line-height: 15px;
        text-align: left;
        margin-bottom: 10px;
    }

    .game-price-tag {
        width: auto;
        height: 26px;
        padding: 8px 12px;
        gap: 10px;
        border-radius: 12px;
        font-family: Graphik;
        font-size: 14px;
        font-weight: 700;
        line-height: 12.93px;
        letter-spacing: 0.26938775181770325px;
        text-align: left;
    }

    .jackpot-section-container {
        height: auto;
    }
}
