﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&display=swap');

/* Mainbanner CSS */

.mainbanner-01 {
    background: url(../images/en/mainbanner-01.jpg) top center no-repeat;
    height: 483px;
}

.mainbanner-02 {
    background: url(../images/en/mainbanner-02.jpg) top center no-repeat;
    height: 483px;
}

@media (max-width: 1126px) {
    body {
        display: inline-block;
    }
}

/* Common CSS */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #fff;
    background: #dddcdc;
}

.container {
    width: 1126px;
}

.content-bg {
    background: #fff;
    padding: 13px 0;
}

.content-bg-2 {
    background: #fff;
}

.content-wrapper {
    background: #e4e4e4;
    padding: 30px;
    min-height: 500px;
}

.btn-first {
    background: #f1d495;
    color: #000;
    font-weight: bold;
    min-width: 120px;
}

    .btn-first:focus {
        outline: none;
        text-decoration: none;
    }

    .btn-first:hover {
        background: #b69959;
        text-decoration: none;
        color: #000;
    }

.table-primary {
    border-collapse: collapse;
    border: 1px solid #000;
}

    .table-primary > tbody > tr > th {
        border: 1px solid #000;
        padding: 5px;
        background: #d8cca2;
        color: #000;
        text-align: center;
    }

    .table-primary > tbody > tr > td {
        border: 1px solid #000;
        padding: 5px;
    }

    .table-primary > tbody > tr:nth-child(even) {
        background: #846d3c;
        color: #fff;
    }

    .table-primary > tbody > tr:nth-child(odd) {
        background: #bda46f;
        color: #000;
    }

/* Top CSS */

.topbar {
    background: #a78b4d;
    height: 48px;
}

.login-panel {
    float: right;
    padding-top: 10px;
}

.login-item {
    float: left;
    margin-left: 7px;
}

.top-txtbox,
.top-txtbox:focus {
    border-radius: 5px;
    width: 156px;
    height: 28px;
    outline: none;
    border: none;
    padding: 0 13px;
    color: #000;
    font-size: 13px;
}

.btn-login,
.btn-login:focus {
    border-radius: 5px;
    width: 86px;
    height: 28px;
    outline: none;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background: none;
}

    .btn-login:hover {
        color: #000;
        text-decoration: none;
    }

.btn-register,
.btn-register:focus {
    border-radius: 5px;
    width: 86px;
    height: 28px;
    outline: none;
    border: 1px solid #910105;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background: #910105;
}

    .btn-register:hover {
        background: #660003;
        text-decoration: none;
    }

.login-error {
    padding-top: 4px;
    color: #FF0004;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

.login-member {
    padding-top: 4px;
}

    .login-member span {
        color: #ffe400;
        font-size: 15px;
        font-weight: bold;
    }


/* Menu CSS */

.menu-bg {
    background: #fff;
    padding: 8px 0;
    border-bottom: 4px solid #a78b4d;
}

.logo {
    float: left;
}

.menu {
    float: right;
}

    .menu > ul {
        margin: 8px 0 0 0;
        padding: 0;
        list-style-type: none;
    }

        .menu > ul > li {
            display: inline-block;
            position: relative;
        }

            .menu > ul > li > .menu-line {
                padding: 0 15px;
            }

            .menu > ul > li > a {
                font-size: 14px;
                font-weight: bold;
                color: #1c1c1c;
                padding-left: 2px;
                padding-right: 2px;
                border-bottom: 2px solid transparent;
                display: inline-block;
                padding-top: 3px;
            }

                .menu > ul > li > a:hover {
                    color: #a78b4d;
                    border-bottom: 2px solid #a78b4d;
                    text-decoration: none;
                }

            .menu > ul > li:hover > a {
                color: #a78b4d;
                border-bottom: 2px solid #a78b4d;
                text-decoration: none;
            }

            .menu > ul > li > ul {
                left: -20px;
                right: -20px;
                position: absolute;
                top: 100%;
                color: #fff;
                z-index: 98;
                margin: 0px;
                margin: 0;
                padding: 0;
                visibility: hidden;
                opacity: 0;
                -o-transform-origin: 0% 0%;
                -ms-transform-origin: 0% 0%;
                -moz-transform-origin: 0% 0%;
                -webkit-transform-origin: 0% 0%;
                -o-transition: -o-transform 0.3s, opacity 0.3s;
                -ms-transition: -ms-transform 0.3s, opacity 0.3s;
                -moz-transition: -moz-transform 0.3s, opacity 0.3s;
                -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
            }

            .menu > ul > li:hover > ul {
                opacity: 1;
                visibility: visible;
            }

            .menu > ul > li > ul > li {
                display: block;
            }

                .menu > ul > li > ul > li > a {
                    background: rgba(70, 55, 23, 0.84);
                    text-align: center;
                    font-size: 14px;
                    padding: 9px 5px;
                    color: #fff;
                    display: block;
                }

                    .menu > ul > li > ul > li > a:hover {
                        background: rgba(167, 139, 77, 1.0);
                        text-decoration: none;
                    }

/* Footer CSS */

.footerLink {
    background: #aa9567;
    padding: 12px 0;
    text-align: center;
    font-size: 12px;
}

    .footerLink a {
        display: inline-block;
        margin: 0 15px;
        color: #fff;
    }

        .footerLink a:focus {
            color: #fff;
            text-decoration: none;
        }

        .footerLink a:hover {
            color: #121212;
            text-decoration: none;
        }

.footer-bg {
    background: #3d3d3d;
    padding: 15px 0;
    text-align: center;
}

.seo-column {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.seo-box {
    font-size: 10px;
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
}

    .seo-box h5 {
        font-weight: 700;
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 2px;
    }

.seo-dis p {
    margin-bottom: 2px;
    margin-top: 10px;
}

.footer-logo {
    margin-top: 10px;
    float: right;
}

.footer-copyright {
    margin-top: 15px;
    font-size: 15px;
    color: #fff;
    float: right;
}

/* Home CSS */

.announce-bg {
    background: #3d3d3d;
    padding: 6px 0;
    height: 40px;
}

.announce-time {
    float: left;
    padding: 12px;
    font-size: 13px;
    color: #fff;
    width: 50%;
    padding-left: 0;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}

    .announce-time > img {
        float: left;
        padding-right: 10px;
    }

.runtext {
    float: left;
    width: 80%;
    color: #f1d495;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    margin-left: 100px;
}

    .runtext img {
        margin-bottom: 10px;
    }

    .runtext marquee {
        width: 94%;
    }

.homepro {
    padding: 10px;
    list-style-type: none;
    text-align: center;
}

.homepro-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #c09d43;
    font-weight: 700;
    padding-bottom: 15px;
}

.homepro-item {
    padding-left: 5px;
    padding-right: 5px;
}

.homepro > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

    .homepro > li:first-child {
        margin-left: 0;
    }

    .homepro > li > a {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

        .homepro > li > a:hover {
            -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
            text-decoration: none;
        }

.homepro-img img {
    width: 100%;
}

.homepro-text {
    position: inherit;
    width: 100%;
    color: #121212;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.home-contact {
    float: right;
    margin-top: 25px;
    margin-bottom: 20px;
}

.home-cont-item {
    float: left;
    margin-left: 20px;
    font-size: 16px;
    color: #453614;
    padding-left: 50px;
    position: relative;
    padding-top: 8px;
}

    .home-cont-item > span {
        position: absolute;
        left: 0;
        top: 0;
    }

    .home-cont-item > a,
    .home-cont-item > a:focus {
        color: #453614;
        text-decoration: none;
    }

        .home-cont-item > a:hover {
            text-decoration: none;
            color: #8a7442;
        }

.promo-builder-wrapper {
    padding-top: 40px;
}

.promo-builder {
    padding: 15px 10px;
    color: #000;
    position: relative;
    margin: 0;
    border: 3px solid #c09d43;
    border-radius: 8px;
}

    .promo-builder img {
        position: absolute;
        top: -28px;
        left: 90px;
        width: 50px;
    }

    .promo-builder h4 {
        color: #c09d43;
        font-weight: 600;
        font-size: 45px;
    }

    .promo-builder p {
        font-size: 18px;
        font-weight: 300;
    }

.btn-create {
    top: 8px;
    right: 9px;
    background: #c09d43;
    padding: 33px;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    width: 150px;
    height: 120px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 4px 5px #b2b2b2;
}

a.btn-create:hover {
    text-decoration: none;
    color: #000;
    background: #8d7331;
}
/* Live Casino CSS */

.casino-wrap {
    text-align: center;
}

    .casino-wrap > a {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

        .casino-wrap > a:hover {
            -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
        }

        .casino-wrap > a + a {
            margin-left: 20px;
        }

/* sport CSS */

.Sport-wrap {
    margin: 0 auto;
    width: 1355px;
}

    .Sport-wrap > div > a {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

        .Sport-wrap > div > a:hover {
            -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
        }

/* Slot Games CSS */

.slot-bg {
    background: #fff;
    padding-top: 3px;
}

.slot-wrap {
    background: #dddddd;
}

.slot-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .slot-menu > li {
        display: inline-block;
        margin-left: 1px;
    }

        .slot-menu > li:first-child {
            margin-left: 0;
        }

        .slot-menu > li > a {
            width: 270px;
            height: 54px;
            display: inline-block;
            background-position: 0 0;
        }

            .slot-menu > li > a:hover {
                background-position: 270px 0;
            }

        .slot-menu > li.active > a {
            background-position: 270px 0;
        }

        .slot-menu > li > a.ones {
            background-image: url(../images/en/btn-slot-gss.jpg);
        }

        .slot-menu > li > a.pragmatic {
            background-image: url(../images/en/btn-slot-pp.jpg);
        }

        .slot-menu > li > a.betsoft {
            background-image: url(../images/en/btn-slot-xpro.jpg);
        }

        .slot-menu > li > a.kiss918 {
            background-image: url(../images/en/btn-slot-kiss918.jpg);
        }

.slot-search-wrap {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.slot-search {
    width: 313px;
    height: 30px;
    border: 1px solid #727272;
    background: #fff;
}

.slot-search-left {
    width: calc(100% - 20px);
    float: left;
}

.slot-search-right {
    width: 20px;
    float: left;
}

    .slot-search-right a {
        color: #656565;
        font-size: 18px;
    }

.slot-search-txtbox {
    background: transparent;
    border: none;
    height: 28px;
    width: 100%;
    color: #000;
    padding: 0 5px;
}

    .slot-search-txtbox:focus {
        outline: none;
    }

.slot-item {
    float: left;
    border: 2px solid transparent;
}

.slot-name {
    background: #000;
    height: 24px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-top: 3px;
}

.slot-butt {
    background: #a78b4d;
    height: 28px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
}

    .slot-butt a {
        color: #fff;
        text-decoration: none;
    }

        .slot-butt a:focus,
        .slot-butt a:hover {
            color: #fff;
            text-decoration: none;
        }

.slot-item:hover {
    border: 2px solid #bb0101;
}

    .slot-item:hover .slot-butt {
        background: #bb0101;
    }

.slot-ones {
    padding-top: 15px;
    padding-left: 5px;
}

    .slot-ones .slot-item {
        margin-left: 16px;
        margin-bottom: 15px;
    }

.slot-pragmatic {
    padding-top: 15px
}

    .slot-pragmatic .slot-item {
        margin-left: 29px;
        margin-bottom: 15px;
    }

.slot-betsoft {
    padding-top: 15px;
    padding-left: 2px;
}

    .slot-betsoft .slot-item {
        margin-left: 24px;
        margin-bottom: 15px;
    }


/* Promotions CSS */

.promotionFilter {
    border: 1px solid #CCCCCC;
    width: 995px;
    margin-top: 10px;
    margin-left: 28px;
    background-color: #a78b4d
}

.nav-tabs > li > a {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}

    .nav-tabs > li > a:hover {
        font-size: 14px;
        font-size: 14px;
        font-weight: bold;
        color: #1c1c1c;
        cursor: default;
        background-color: #a78b4d;
        border: none;
        text-shadow: -1px -1px 0 #f6da9c, 1px -1px 0 #f6da9c, -1px 1px 0 #f6da9c, 1px 1px 0 #f6da9c;
        cursor: pointer;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-size: 14px;
    font-weight: bold;
    color: #1c1c1c;
    cursor: default;
    background-color: #9d8248;
    border: none;
    text-shadow: -1px -1px 0 #f6da9c, 1px -1px 0 #f6da9c, -1px 1px 0 #f6da9c, 1px 1px 0 #f6da9c;
}

.promo-wrap {
    margin-left: -28px;
    margin-top: -13px;
}

.promo-item {
    float: left;
    position: relative;
    margin-left: 28px;
    margin-top: 13px;
}

    .promo-item a {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

        /*.promo-item a:hover {
            -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
        }*/

        .promo-item a:focus {
            outline: none;
        }

.promo-butt {
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    text-shadow: -1px -1px 0 #f6da9c, 1px -1px 0 #f6da9c, -1px 1px 0 #f6da9c, 1px 1px 0 #f6da9c;
    color: #121212;
    font-weight: bold;
}

.modal-dialog {
    width: 978px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 10px 15px;
    background: #a78b4d;
    text-transform: uppercase;
}

    .modal-header h4 {
        font-size: 23px;
        font-weight: bold;
    }

        .modal-header h4 strong {
            color: #fdff46;
        }

.close {
    color: #fff;
    font-size: 30px;
    filter: alpha(opacity=80);
    opacity: .8;
}

.modal-body {
    padding: 30px;
    font-size: 14px;
    color: #000;
}

.promo-red {
    color: #f11616;
}

/* After Login CSS */

.tabs-member > .nav-tabs {
    border-bottom: 0;
    float: left;
}

    .tabs-member > .nav-tabs > li {
        float: none;
    }

        .tabs-member > .nav-tabs > li > a {
            min-width: 150px;
            background: #d4d4d4;
            border: 1px solid #a78b4d;
            text-align: center;
            margin-right: -1px;
            border-radius: 0;
            color: #8f7437;
            font-weight: bold;
            font-size: 16px;
            padding: 7px 10px;
        }

            .tabs-member > .nav-tabs > li > a:hover,
            .tabs-member > .nav-tabs > li > a:focus {
                border-color: #a78b4d;
                background: #aeacac;
                color: #8f7437;
            }

    .tabs-member > .nav-tabs .active > a,
    .tabs-member > .nav-tabs .active > a:hover,
    .tabs-member > .nav-tabs .active > a:focus {
        border-color: #a78b4d;
        border-right: transparent;
        background: #fff;
        color: #8f7437;
    }

.tabs-member > .tab-content {
    overflow-y: auto;
    border: 1px solid #a78b4d;
    background: #fff;
    min-height: 350px;
    color: #000;
    padding: 15px;
    font-size: 15px;
}

.table-memberform > tbody > tr > td {
    padding: 3px;
}

.member-left {
    float: left;
    width: 77%;
}

.member-right {
    float: left;
    width: 23%;
    padding-left: 15px;
}

.table-balance {
    border-collapse: collapse;
    border: 1px solid #e3d08c;
    background: #2f2c22;
}

    .table-balance > tbody > tr > th {
        border: 1px solid #e3d08c;
        padding: 6px;
        background: #e3d08c;
        color: #000;
        text-align: center;
    }

    .table-balance > tbody > tr > td {
        border: 1px solid #e3d08c;
        padding: 5px;
        text-align: center;
    }

.nav-history {
    border-bottom: 1px solid #d8cca2;
}

    .nav-history > li > a {
        font-weight: bold;
        color: #000;
    }

        .nav-history > li > a:hover {
            border-color: #f1d495;
            background: #d8cca2;
            color: #000000;
        }

    .nav-history > li.active > a,
    .nav-history > li.active > a:hover,
    .nav-history > li.active > a:focus {
        color: #000000;
        background-color: #d8cca2;
        border: 1px solid #d8cca2;
        border-bottom-color: transparent;
    }

.subtitle-member {
    font-size: 17px;
    font-weight: bold;
    color: #8f7437;
}


/* Registration CSS */

.reg-wrap {
    background: #fff;
    padding: 30px;
}

.table-reg {
    color: #000;
    font-size: 15px;
}

    .table-reg > tbody > tr > td {
        padding: 3px;
    }

    .table-reg > tbody > tr > th {
        padding: 3px;
        color: #8f7437;
        font-weight: bold;
    }

    .table-reg > tbody > tr > td.desp {
        font-size: 12px;
    }

/* Terms and Conditions CSS */

.panel-default {
    border: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    color: #8f7437;
    background-color: #fff;
    border: none;
}

.panel-title {
    font-weight: bold;
}

    .panel-title a:focus {
        text-decoration: none;
    }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    color: #000;
    font-size: 15px;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tnc-title {
    color: #8f7437;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

/* Contact Us CSS */

.contact-wrapper {
    background: #e4e4e4 url(../images/common/contact-bg.jpg) bottom left no-repeat;
    padding: 30px;
    height: 560px;
}

.contact-right {
    float: right;
    width: 35%;
    background: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    color: #000;
    padding: 30px;
    margin-top: 70px;
}

.contact-table > tbody > tr > td {
    padding: 7px;
    font-size: 18px;
}


/* new slot and casino css */
.img-fluid {
    width: 100%;
}

.no-pad {
    padding: 0;
}

.mainwrap {
    background: url(../images/common/casino__bg.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 6.6rem 0;
    width: 100%;
    height: 100%;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: transparent;
}

.mainwrap {
    margin: 0 auto;
    text-align: center;
}

.casino .tab-pane {
    height: 640px;
}

.casino-game-tabs.nav > li > a {
    padding: 0;
}

.casino-game-tabs {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    padding: 0 7rem;
    margin-top: -200px;
}

.cas--img {
    width: 85%
}

.sa__hover {
    background: url(../images/new_add_2022/Casino/sa-thumbnail.png?v1);
}

    .sa__hover:hover {
        background: url(../images/new_add_2022/Casino/sa-thumbnail-hover.png?v1);
    }

.ho__hover {
    background: url(../images/common/ho-gaming-thumbnail.png);
}

    .ho__hover:hover {
        background: url(../images/common/ho-hover.png);
    }

.ez__hover {
    background: url(../images/common/ezugi-thumbnail.png);
}

    .ez__hover:hover {
        background: url(../images/common/ezugi-hover.png);
    }

.ev__hover {
    background: url(../images/new_add_2023/EVO-GAMING-HOT-web.png?v1);
}

    .ev__hover:hover {
        background: url(../images/new_add_2023/inEVO-GAMING-HOT.png?v1);
    }

.al__hover {
    background: url(../images/new_add_2022/Casino/allbet-thumbnail.png?v1);
}

    .al__hover:hover {
        background: url(../images/new_add_2022/Casino/allbet-thumbnail-hover.png?v1);
    }

/*.sb__hover {
    background: url(../images/common/sexy-baccarat-thumbnail.png);
}

    .sb__hover:hover {
        background: url(../images/common/sexy-baccarat-hover.png);
    }*/

.dg__hover {
    background: url(../images/new_add_2022/Casino/dg-thumbnail.png?1);
}

    .dg__hover:hover {
        background: url(../images/new_add_2022/Casino/dg-thumbnail-hover.png?1);
    }

.s2__hover {
    background: url(../images/new_add_2022/Casino/sexy-thumbnail.png?v2);
}

    .s2__hover:hover {
        background: url(../images/new_add_2022/Casino/sexy-thumbnail-hover.png?v1);
    }

.bi__hover {
    background: url(../images/new_add_2022/Casino/bg-thumbnail.png?v1);
}

    .bi__hover:hover {
        background: url(../images/new_add_2022/Casino/bg-thumbnail-hover.png?v2);
    }

.wc__hover {
    background: url(../images/new_add_2023/wm-activeHOT.png?v1);
}

    .wc__hover:hover {
        background: url(../images/new_add_2023/wm-inactiveHOT.png?v2);
    }

.ctabs--img {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .ctabs--img:hover {
        width: 150px;
        height: 150px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }

.stabs--img {
    width: 254px;
    height: 82px;
    background: url(../images/common/slots/spritesheet.png?x=1);
}

    .stabs--img:hover {
        width: 254px;
        height: 82px;
        background: url(../images/common/slots/spritesheet.png?x=1);
    }

/* Slots Page */
.mainwrap--slots {
    background: url(../images/common/slots/slots__bg.png) center center no-repeat;
    background-size: cover;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.show {
    /* opacity: 0;*/
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.slots {
    background: rgba(0, 0, 0, 0.6);
    padding: 5rem 1rem;
}

.slots-row {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.slots-row__left {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    width: 15%;
}

.slots-row__right {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 76%;
}

.slots-tab-content-wrap {
    min-height: 740px;
    position: relative;
}

.tab-content-bg--img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 760px;
}

.spp__hover {
    background-position: 0 -650px;
}

    .spp__hover:hover,
    .fil-cat.active .spp__hover {
        background-position: 0 -558px;
    }

.sgs__hover {
    background-position: 0 638px;
}

    .sgs__hover:hover,
    .fil-cat.active .sgs__hover {
        background-position: 0 731px;
    }

.ssa__hover {
    background-position: 0 271px;
}

    .ssa__hover:hover,
    .fil-cat.active .ssa__hover {
        background-position: 0 363px;
    }

.sbs__hover {
    background-position: 0 -280px;
}

    .sbs__hover:hover,
    .fil-cat.active .sbs__hover {
        background-position: 0 -188px;
    }

.ssg__hover {
    background-position: 0 87px;
}

    .ssg__hover:hover,
    .fil-cat.active .ssg__hover {
        background-position: 0 179px;
    }

.sk__hover {
    background-position: 0 -97px;
}

    .sk__hover:hover,
    .fil-cat.active .sk__hover {
        background-position: 0 -5px;
    }

.slots-tab-content {
    max-height: 620px;
    width: 740px;
    overflow: auto;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 1.5rem 0;
    z-index: 1;
}

.img-filter {
    width: 135px;
    height: 135px;
}

.game-contain {
    width: 135px;
    height: 135px;
    position: relative;
    margin: 0px 5px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(255, 0, 0, 0.5);
}

.game-contain:hover .overlay {
    opacity: 1;
    cursor: pointer;
}

.text {
    color: white;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
    background: #000;
    padding: .5rem;
}

.pp-row {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: end;
    /* padding: 0 1.5rem; */
    padding: 0 1rem 0 0;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .nav-justified > li {
        max-width: 1%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .nav-justified > li:not(last-child) {
            margin-right: 6rem;
        }
}



.img-fluid {
    width: 100%;
}

.no-pad {
    padding: 0;
}

.mainwrap {
    background: url( "../images/common/casino-bg.jpg) center center no-repeat; background-size: cover;
    height: 100vh;
    padding: 6.6rem 0;
    width: 100%;
    height: 100%;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: transparent;
}

.mainwrap {
    margin: 0 auto;
    text-align: center;
}

.casino .tab-pane {
    height: 640px;
}

.casino-game-tabs.nav > li > a {
    padding: 0;
}

.casino-game-tabs {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    padding: 0 7rem;
    margin-top: -200px;
}

.cas--img {
    width: 85%
}

.sa__hover {
    background: url(../images/common/sa-gaming-thumbnail.png);
}

    .sa__hover:hover {
        background: url(../images/common/sa-hover.png);
    }

.ho__hover {
    background: url(../images/common/ho-gaming-thumbnail.png);
}

    .ho__hover:hover {
        background: url(../images/common/ho-hover.png);
    }

.ez__hover {
    background: url(../images/common/ezugi-thumbnail.png);
}

    .ez__hover:hover {
        background: url(../images/common/ezugi-hover.png);
    }

.ev__hover {
    background: url(../images/common/evo-thumbnail.png);
}

    .ev__hover:hover {
        background: url(../images/common/evo-hover.png);
    }

.al__hover {
    background: url(../images/common/allbet-thumbnail.png);
}

    .al__hover:hover {
        background: url(../images/common/allbet-hover.png);
    }

.sb__hover {
    background: url(../images/common/sexy-baccarat-thumbnail.png);
}

    .sb__hover:hover {
        background: url(../images/common/sexy-baccarat-hover.png);
    }

.ctabs--img {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .ctabs--img:hover {
        width: 150px;
        height: 150px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }

.stabs--img {
    width: 254px;
    height: 82px;
    background: url(../images/common/slots/spritesheet.png);
}

    .stabs--img:hover {
        width: 254px;
        height: 82px;
        background: url(../images/common/slots/spritesheet.png);
    }
/* Slots Page */
.mainwrap--slots {
    background: url(../images/common/slots/slots__bg.png) center center no-repeat;
    background-size: cover;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.show {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.slots {
    background: rgba(0, 0, 0, 0.6);
    padding: 5rem 1rem;
}

.slots-row {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.slots-row__left {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    width: 15%;
}

.slots-row__right {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 76%;
}

.slots-tab-content-wrap {
    min-height: 740px;
    position: relative;
}

.tab-content-bg--img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 760px;
}

.spp__hover {
    background-position: 0 -650px;
}

    .spp__hover:hover,
    .fil-cat.active .spp__hover {
        background-position: 0 -558px;
    }

.sgs__hover {
    background-position: 0 638px;
}

    .sgs__hover:hover,
    .fil-cat.active .sgs__hover {
        background-position: 0 731px;
    }

.ssa__hover {
    background-position: 0 271px;
}

    .ssa__hover:hover,
    .fil-cat.active .ssa__hover {
        background-position: 0 363px;
    }

.sbs__hover {
    background-position: 0 -280px;
}

    .sbs__hover:hover,
    .fil-cat.active .sbs__hover {
        background-position: 0 -188px;
    }

.ssg__hover {
    background-position: 0 87px;
}

    .ssg__hover:hover,
    .fil-cat.active .ssg__hover {
        background-position: 0 179px;
    }

.sk__hover {
    background-position: 0 -97px;
}

    .sk__hover:hover,
    .fil-cat.active .sk__hover {
        background-position: 0 -5px;
    }

.slots-tab-content {
    max-height: 620px;
    width: 760px;
    overflow: scroll;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 1.5rem 0;
    z-index: 1;
}

.img-filter {
    width: 135px;
    height: 135px;
}

.game-contain {
    width: 135px;
    height: 135px;
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(255, 0, 0, 0.5);
}

.game-contain:hover .overlay {
    opacity: 1;
    cursor: pointer;
}

.text {
    color: white;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
    background: #000;
    padding: .5rem;
}

.pp-row {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    /* padding: 0 1.5rem; */
    padding: 0 1rem 0 0;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .nav-justified > li {
        max-width: 1%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .nav-justified > li:not(last-child) {
            margin-right: 6rem;
        }
}

/********30062022**********/
.slot-bg-all {
    background: url("../images/common/slot-bg.jpg") no-repeat center top;
}

.slot-bg-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.slot1 {
    grid-area: 1 / 1 / 3 / 2;
}

.slot2 {
    grid-area: 1 / 2 / 2 / 3;
}

.slot3 {
    grid-area: 1 / 3 / 2 / 4;
}

.slot4 {
    grid-area: 1 / 4 / 2 / 5;
}

.slot5 {
    grid-area: 1 / 5 / 2 / 6;
}

.slot6 {
    grid-area: 2 / 2 / 3 / 3;
}

.slot7 {
    grid-area: 2 / 3 / 3 / 4;
}

.slot8 {
    grid-area: 2 / 4 / 3 / 5;
}

.slot9 {
    grid-area: 2 / 5 / 3 / 6;
}

