@import url("./font/font.css");

@viewport {
    width: device-width;
    zoom: 1;
}

ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins-Regular;
}

.clearboth {
    clear: both;
}

html {
    display: table;
}

body {
    display: table-row;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    overflow-x: hidden;
font-family: Poppins-Regular;
    scroll-behavior: smooth;
}

.img100 {
    max-width: 100%;
}

#theme {
    display: table-cell;
    background: #1A0C26;
    background-size: cover;
}

.themetbl {
    display: table;
}

.themetblrow {
    display: block;
}

.themetblcell {
    display: block;
}


.theme-container-box {
    width: 100%;
    height: 500px;
}

#theme-frame {
    margin: auto;
    width: 100%;
}

#theme-header {
    display: block;
    height: auto;
    background: linear-gradient(50deg, #23071d, #1A0C26 );
    z-index: 9999;
    width: 100%;
}

#theme-menu {
    height: auto;
    width: 100%;
    position: relative;
    background: #59075C;
}

::-webkit-input-placeholder {
    color:#523f5e !important;
}

::-moz-placeholder {
    color:#523f5e !important;
}

::-ms-placeholder {
    color:#523f5e important;
}

::placeholder {
    color:#523f5e !important;
}

    #theme-menu #cmsmenu {
        z-index: 999;
    }

#theme-container {
    clear: both;
    clear: both;
}

.logo-head .container {
    padding: 14px 0;
}

#theme-title {
    padding-left: 10px;
    display: none;
}

#theme-header-logo {
    float: left;
    /*    width: 300px;*/
    margin-top: 0px;
    display: flex;
}

@media (max-width:1440px) {
    #theme-header-logo {
        margin-left: 0;
        width: 22%
    }
}

@media(max-width:500px) {
    #theme-header-logo {
        width: 200px
    }
}

#theme-header-logo img {
    width: 165px;
}

#theme-header-link {
    float: right;
    margin: 15px 0;
    display: flex;
}

    #theme-header-link ul {
        padding: 0;
    }

#scroll_msg {
    display: block;
    width: 100%;
}


#bannerdirectionleft{
	height:auto !important;
	margin:40px auto;
	width:100% !important;
	overflow:hidden;
	}



/* login horizontal */
#customform {
    margin: 0px;
    padding: 0px;
    display: inline-block;
width: 100%;
}

    #customform input[type=button] {
        font-weight: bold;
        cursor: pointer;
        cursor: hand;
        height: 30px;
        width: 59px;
    }

    #customform form {
        width: 100%;
    }

    #customform dl {
        /*display: inline-block;*/
        margin: 0;
    }


    #customform dt {
        display: inline-block;
    }

    #customform dd {
        /*display: inline-block;*/
        margin-top: 6px;
    }

    #customform img {
        margin-right: 2px;
    }
/*********************************/
input#customform_UserName, input#customform_Password, input#customform_submit {
    margin: 5px 2px;
    padding: 10px 10px;
    color: #fff;
    border-radius: 5px;
    /*max-width: 118px;*/
}

input#customform_UserName, input#customform_Password {
    border: none;
    background: transparent;
    text-transform: unset;
    color: #fff;
    width: 100%;
border: 1px solid #604b6d;

}

input#customform_submit {
    border: none;
        background: linear-gradient(180deg, rgba(86,75,188,1) 0%, rgba(87,41,140,1) 35%, rgba(83,15,89,1) 100%) !important;
width: 100%;
transition: 0.4s;
}

input#customform_submit:hover {
    border-radius: 20px;
}

.flexslider {
    border: none;
    margin: 0;
}

img {
    max-width: 100%;
}

/*scrollbar*/
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #333;
}

::-webkit-scrollbar-thumb {
    background: #5745B6;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #a32b72;
    }

/* header */
.loginTop {
    color: #fff;
    margin: 5px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.date {
    float: left;
    margin: 6px 0;
}

.dropdown {
    float: right;
}

    .dropdown ul li {
        padding: 5px 5px;
    }

.dropdown-menu {
    min-width: 0;
    right: 0;
    left: unset;
}

#dropdownMenu1 {
    background: none;
    border: none;
}

.dropdown-menu > li > a {
    padding: 0;
}

.registerBtn:hover {
    text-decoration: none;
    color: #fff;
}

.registerBtn {
    color: #fff;
    border-radius: 5px;
}

.mobileDL {
    list-style: none;
    display: inline-block;
    float: left;
}

    .mobileDL li {
        display: inline-block;
        margin: 0 2px;
    }

@media(max-width:320px) {
    .mobileDL {
        display: flex
    }
}

/*.log {
display: inline-block;
}

.regBtn {
display: inline-block;
}*/


.v2 {
    display: flex;
}

    .v2 ul {
        padding: 0;
        list-style: none;
        display: inline-block;
    }

        .v2 ul li {
            display: inline-block;
            margin: 0 2px;
        }

.regBtn {
    background: #696969;
    width: fit-content;
    padding: 5px 25px;
    margin: 10px 2px;
    border-radius: 5px;
    transition: 0.5s;
    color: white;
    border: 1px solid #696969;
    font-size: 13px;
font-weight: bold;
}

    .regBtn:hover {
        border: 1px solid white;
    }

    .regBtn > button {
        background: none;
        border: 0;
        padding: 0;
        color: #fff;
        width: 100%;
    }

.modal-content {
    background: #17151A;
    padding: 10px 30px;
}

.bank-img img {
    width: 85px;
}
@media (max-width:1199px) {
.bank-img img {

width: 74px;
}
}

@media (max-width:1024px) {
.bank-img img {

width: 68px;
}
}

.modal-title {
    color: #fff;
    display: inline-block;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}
/*home*/

.jackpot-section img{

	margin:auto  auto 50px auto;
	}

.proJackpot {
    color: #fff;
    font-family: Poppins-Regular;
    position: absolute;
    left: 0;
    right: 0;
    top:60px;
}

.purpleLineTitle {
    width: max-content;
    margin: auto;
    margin-bottom: 15px;
    border-bottom: 3px solid #b2216e;
}

@media(max-width:500px) {
    .purpleLineTitle {
        font-size: 20px
    }
}

.proJackpot ul li {
    display: inline-block;
    margin: 0 20px;
    padding: 50px 0;
}

    .proJackpot ul li:nth-child(2) {
        background: url(imgs/icon_jackpot.png)no-repeat;
        background-position: center;
        background-size: contain;
    }

        .proJackpot ul li:nth-child(2) .prize {
            font-size: 37px;
        }

    .proJackpot ul li .prize {
        font-size: 20px;
    }

.threeSteps {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Poppins-Regular;
}

    .threeSteps h3 {
        margin-bottom: 10px;
    }

@media(max-width:500px) {
    .threeSteps h3 {
        font-size: 20px
    }
}

.threeSteps h3:before, .threeSteps h3:after {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin: 8px 20px;
    width: 30%;
    transition: 0.2s;
}

.threeSteps ul {
    list-style: none;
}

    .threeSteps ul li {
        display: inline-block;
        margin: 0 10px;
        transition: 0.2s;
    }

        .threeSteps ul li .number {
            font-size: 50px;
        }

        .threeSteps ul li .step {
            font-size: 25px;
            color: #c86dba;
        }

        .threeSteps ul li .smallText {
            font-size: 14px;
            color: #c5b0c2;
        }

@media (max-width: 425px) {
    .promoLeft {
        padding: 17px 10px;
    }

    .threeSteps ul li .number {
        font-size: 25px;
    }

    .threeSteps ul li .step {
        font-size: 10px;
    }

    .threeSteps ul li .smallText {
        font-size: 10px;
    }
}

.arrow {
    font-size: 70px;
    vertical-align: 16;
    transition: 0.2s;
}

.hotGames {
    padding-top: 30px;
}

    .hotGames ul {
        list-style: none;
        width: 30%;
        display: inline-block;
        margin: 0 10px;
    }

        .hotGames ul li {
            margin: 20px 0;
            overflow: hidden;
            position: relative;
            cursor: pointer;
        }

        .hotGames ul:first-child li:nth-child(1):before {
            display: none;
        }

        .hotGames ul li:before, .popularGames ul li:before {
            content: "";
            position: absolute;
            left: -150%;
            width: 40px;
            height: 100%;
            filter: blur(50px);
            transition: 0.5s;
            background: #fff;
        }

        .hotGames ul li:hover:before {
            left: 150%;
        }

.popularGames ul {
    list-style: none;
}

    .popularGames ul li {
        display: inline-block;
        width: 30%;
        margin: 6px 3px;
        position: relative;
        overflow: hidden;
    }

        .popularGames ul li:hover:before {
            left: 150%;
        }

.ytb {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .ytb ul {
        list-style: none;
        width: 100%;
    }

        .ytb ul li {
            display: inline-block;
            margin: 5px 3px;
            margin-left: 15px;
            margin-right: 15px;
        }

    .ytb li {
        border-width: 4px;
        border-style: solid;
        border-color: #a32c70;
    }

.product, .services, .bank {
    display: inline-block;
    list-style: none;
    width: 30%;
    background: #26082a;
    padding: 10px 15px;
    min-height: 450px;
    text-align: left;
    margin: 0 10px;
    vertical-align: top;
}

@media(max-width:768px) {
    .product, .services, .bank {
        width: 28%
    }
}

.info > ul > li > ul > li {
    list-style: none;
    margin: 10px 0;
}

.top {
    font-size: 40px;
    border-bottom: 1px dotted #fc98f2;
    color: #fddcff;
}

@media(max-width:768px) {
    .top {
        font-size: 25px
    }

    .product .bigText, .services .bigText, .bank .bigText {
        font-size: 15px
    }
}

.product .bigText, .services .bigText, .bank .bigText {
    font-size: 20px;
    color: #fc98f2;
}

@media(max-width:768px) {
    .product .bigText, .services .bigText, .bank .bigText {
        font-size: 15px
    }
}

.product .smallText, .services .smallText, .bank .smallText {
    font-size: 12px;
    color: #d1c0d2;
    margin-bottom: 10px;
}

.mins {
    float: right;
}

.services ul li:nth-child(3) > div {
    margin: 10px 0;
}

    .services ul li:nth-child(3) > div:nth-child(3) {
        float: right;
        vertical-align: middle;
    }

        .services ul li:nth-child(3) > div:nth-child(3) .bigText {
            font-size: 40px;
        }

.services .progress {
    background: #fff;
    padding: 3px;
    border-radius: 50px;
}

.services .progress-bar {
    background: #a72875;
    border-radius: 50px;
}

.services .dpBar {
    width: 10%;
}

.services .wdBar {
    width: 30%;
}

.bank ul > li > ul > li {
    list-style-image: url(imgs/bullet.png);
    margin: 20px 25px;
}

.gameLogo ul {
    list-style: none;
}

    .gameLogo ul li {
        display: inline-block;
        width: 13%;
    }

.contactBg {
    background: #110F13;
    color: #fff;
    padding: 20px 0px 50px 0px;
}

/*.contactBg .container {
    width: 1px !important;
}

@media (max-width:425px) {
  .contactBg .container {
    width: unset !important;
} 
}*/

.contact ul {
    list-style: none;
}

    .contact ul li {
        display: inline-block;
        width: 30%;
        margin: 20px 0px;
        font-size: 16px;
    }

        .contact ul li i {
            font-size: 20px;
            width: 50px;
            height: 50px;
            border-radius: 50px;
            border: 1px solid;
            padding: 13px 0;
            margin-bottom: 10px;
        }

.Fter {
    padding: 20px 0;
    color: #e6cfe9;
}

@media (min-width:1024px) {
    .Fter {
        display: none;
    }
}

.Fter ul {
    list-style: none;
}

    .Fter ul li {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #40154a;
        color: #7d2c92;
        border-radius: 50px;
        font-size: 25px;
        margin: 0 2px 10px 2px;
        padding: 8px 0;
    }

.contactBg a, .Fter a {
    text-decoration: none;
    color: #e17ce2;
}

.registerBg {
    background: #180921;
}

/*sport*/
.sportBg {
    width: 100%;
    background:#180921;
    background-position: top;
    background-size: 100%;
    padding: 30px 0;
    color: #fff;
}

.sportBg .container .row .col-md-6 .iframe-container .responsive-iframe {
     height: 266px !important;
}

.ssport h3, .msport h3, .esport h3 {
    margin: 10px 0;
    color: #fff;
}

.ssport iframe, .msport iframe, .esport iframe {
    margin: 10px 0;
}
/*casino*/
.casinoBg {
    width: 100%;
    background-position: top;
    background-size: 100%;
    padding-top: 30px;
    color: #fff;
    background: #180921;
}
/*lottery*/
.lottoBg {
    width: 100%;
    background: #180921;
    background-position: top;
    background-size: 100%;
    padding-top: 30px;
    color: #fff;
}

    .lottoBg table.table {
        text-align: center;
        color: #fff;
        border-radius: 0px 0px 10px 10px;
    }

        .lottoBg table.table tr:nth-child(1) {
            background: linear-gradient(180deg, rgba(86,75,188,1) 0%, rgba(87,41,140,1) 35%, rgba(83,15,89,1) 100%);
            font-weight: bold;
            color: #fff;
        }

        .lottoBg table.table tr:nth-child(2) {
            background: #1F1422;
            font-weight: bold;
            color: #fff;
        }

    .lottoBg table.table {
        background: transparent;
        color: #a5a5a5;
    }

        .lottoBg table.table tr td {
            padding: 10px 0;
            white-space: normal;
            border: none !important;
        }

#drawresult ul > li {
    background: linear-gradient(180deg, rgba(86,75,188,1) 0%, rgba(87,41,140,1) 35%, rgba(83,15,89,1) 100%) !important;
    border: none !important;
    min-height: 200px;
}

    #drawresult ul > li table caption {
        background: none !important;
        color: #fff !important;
        padding: 0 !important;
        text-align: center !important;
    }

    #drawresult ul > li ol {
        color: #d3c5d6;
    }

/*slot*/
.slotBg {
    width: 100%;
    background: #180921;
    background-position: top;
    background-size: 100%;
    padding-top: 30px;
    color: #fff;
}

    .slotBg .iframe-container {
        padding-top: 20px;
        padding-
    }

/*promotion*/
.promoBg {
    background: #180921;
    background-position: top;
    background-size: 100%;
    padding: 30px 0;
    color: #fff;
}

    .promoBg h1 {
        padding-bottom: 25px;
    }

@media(max-width:500px) {
    .promoBg h1 {
        text-align: center;
        padding-bottom: 10px;
    }
}

ol#faq_modal {
    padding: 0;
    list-style: none;
}

    ol#faq_modal li {
        margin-bottom: 40px;
        display: inline-block;
        width: 33%;
        padding: 5px;
    }

.promoImg img:hover {
    box-shadow: 0 0 11px rgb(243 238 238);
    transition: 0.5s;
}

@media (max-width: 425px) {
    ol#faq_modal li {
        width: 100%;
        margin-bottom: 0px;
    }
}
/*.promoLeft{
  padding: 0 25px;
  color: #fff;
  width: 39%;
  display: inline-block;
  vertical-align: middle;
}*/
.promoLeft h2 {
    margin-bottom: 15px;
    color: #eb8ae8
}

.promoImg {
    width: 100%;
    display: inline-block;
    border: 1px solid #eb8ae8;
}

.learn {
    background: #a42c73;
    margin: 10px auto;
    width: fit-content;
    padding: 8px 15px;
    border-radius: 5px;
}

div#faq_fbwrap {
    width: 50% !important;
}

@media (max-width: 1024px) {
    div#faq_fbwrap {
        width: 60% !important;
        top: 50px !important;
    }
}

@media (max-width: 768px) {
    div#faq_fbwrap {
        width: 60% !important;
        top: 50px !important;
    }
}


@media (max-width: 425px) {
    div#faq_fbwrap {
        width: 90% !important;
        top: 50px !important;
    }
}

@media(min-width:376px) {
    div#faq_fbwrap {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }
}

div#faq_fbouter {
    background: #17151A;
    color: #fff;
    box-shadow: 0 0 20px -8px #dbaae4;
    padding: 36px 15px;
    border: 1px solid grey;
}

div#faq_fbinner {
    border: none;
    padding: 0px 30px 10px 30px;
    width: 100% !important;
    height: auto;
}

@media (max-width: 320px) {
div#faq_fbinner {
    padding: 0px 10px 10px 10px !important;
}
}

.promoAns {
    padding: 10px 0px;
    border: none;
}

.promoAns table {
    width: 100%;
}

    .promoAns p {
        font-size: 15px;
        margin-bottom: 5px;
    }

@media(max-width:500px) {
    .promoAns p {
        line-height: 13px;
    }
}

.pop-header {
    text-align: center;
    font-weight: bold;
    font-size: 44px;
    color: red
}

.smallpop-header {
    text-align: center;
    font-family: Poppins-Regular;
    font-weight: bold;
    font-size: 28px;
    color: #636362;
    text-shadow: #595652 1px 1px 0;
    font-style: italic;
}

.popfont-medium {
    font-weight: bold !important;
    color: #ff3f00;
    font-size: 20px;
}

.popmessage {
    color: black;
    font-style: italic;
    font-size: 22px;
    text-align: center;
}

.pop-msg-1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
}

.pop-msg-2 {
    font-size: 25px;
    font-weight: bold;
    background-color: #a32c70;
    color: white;
    margin: 0px 80px 0px 62px;
    padding: 18px 18px 18px 18px;
    line-height: 35px;
    text-align: center;
}

.pop-msg-3 {
    text-align: center;
    font-size: 25px;
}

.fancybox-inner {
    /*    height: auto !important;*/
}

@media (max-width:425px) {
    .pop-msg-1 {
        font-size: 16px !important;
        line-height: 28px !important;
    }

    .pop-msg-2 {
        font-size: 13px !important;
        margin: 0 !important;
    }

    .pop-msg-3 {
        font-size: 16px !important;
    }
}

.popfont-color {
    padding-left: 35px;
    line-padding: 32px;
    text-align: center;
    color: black;
    font-size: 15px;
}
/*affiliate*/
.affiliateBg {
    width: 100%;
    background: #180921;
    background-position: top;
    background-size: 100%;
    padding: 30px 0 0 0;
    color: #fff;
}

    .affiliateBg h3 {
        color: #5C4CA6;
        margin-bottom: 25px;
font-weight: bold;
    }

@media (max-width: 425px) {
    .affiliateBg h3 {
        text-align: center;
    }
}
/*.affiliateBg h3:before, .affiliateBg h3:after{
  content: "";
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin: 8px 20px;
  width: 25%;
  transition: 0.2s;
}*/
.affiliateContent {
    padding: 50px 0px;
}

    .affiliateContent > ol {
        margin: 0;
        padding-left: 10px;
    }

        .affiliateContent > ol > li {
            margin-bottom: 10px;
        }

            .affiliateContent > ol > li:last-child {
                margin-bottom: 0;
            }

            .affiliateContent > ol > li > ol > li {
                list-style: lower-roman;
            }

.affiliateContact {
    background: #a42c73;
    padding: 20px 0;
    font-size: 20px;
}

    .affiliateContact a {
        color: #fff;
        border: 1px solid #fff;
        padding: 5px 10px;
        display: block;
        width: fit-content;
        margin: 5px auto;
    }

/*product & mini slider*/
.flexslider {
    background: transparent;
}

.col-md-6, .col-md-12, .col-xs-6, .col-md-3 {
    padding: 0;
}

.prod {
    padding: 10px !important;
    transition: 0.2s;
    position: relative;
}

.game-name2 {
    margin-top: -29px;
}

@media(max-width: 1024px) {
.game-name {
margin-top: -24px;
}
}

.game-name {
    margin-top: -24px;
}

@media(max-width: 1024px) {
.game-name {
margin-top: -26px;
}
}

@media(max-width: 1024px) {
.game-name {
margin-top: -22px;
}
}

@media(max-width: 767px) {
.game-name {
margin-top: -22px;
}
}

@media(max-width: 424px) {
.game-name {
margin-top: -20px;
}
}

@media(max-width: 374px) {
.game-name {
margin-top: -17px;
}
}

    /*@media(max-width: 425px) {
    .game-name {
        position: absolute;
        top: 79%;
        left: -79px;
        transform: translate(50%, 50%);
        width: 100%;
    }
}*/

    .game-name p {
        color: white;
        text-decoration: unset !important;
text-align: left;
padding: 0px 10px;
    }

    .game-name2 p {
        color: white;
        font-weight: bold;
        text-decoration: unset !important;
    }

.prod:hover {
    transform: scale(1.1);
    z-index: 9;
}

    .prod:hover a {
        text-decoration: unset;
    }

.prod a img {
    border-radius: 10px;
}

    .prod a img:hover {
        box-shadow: 0 0 11px rgb(243, 238, 238);
    }

/*registration*/
.regBg {
    width: 100%;
    background: url(imgs/bg_reg.jpg)no-repeat;
    background-position: top;
    background-size: 100%;
    padding: 30px 0 0 0;
}

.reg {
    width: fit-content;
    margin: 0 auto;
}

    .reg h3 {
        color: #fff;
    }

form#registerform input, form#registerform select {
    width: 100%;
    padding: 5px 10px;
    margin: 2px 0;
    background: #a42c73;
    color: #fff;
}

    form#registerform input::placeholder {
        color: #969696;
    }

form#registerform dl {
    margin-bottom: 10px;
}

    form#registerform dl dt {
        color: #fff;
font-weight: unset !important;
    }

.btnCheckUser, #registerform_btnSubmit {
    background: linear-gradient(180deg, rgba(86,75,188,1) 0%, rgba(87,41,140,1) 35%, rgba(83,15,89,1) 100%) !important;
    border: unset !important;
font-weight: bold;
}

.small {
    color: red;
    font-weight: bolder;
    font-size: 12px;
}

.registerImg {
    width: 100%;
    padding-bottom: 10px;
}

.signup-rule {
 padding-top: 40px;
}

.signup-rule ol {
    padding-left: 10px;
}

.signup-rule li {
    padding-bottom: 15px;
    font-size: 14px;
    color: white;
}

/*VIP*/
.vipBg {
    width: 100%;
    background: #180921;
    ;
    background-position: top;
    background-size: 100%;
    padding: 30px 0 0px 0;
    color: #fff;
}

.tableResponsive {
    overflow-x: auto;
}



.vipTable1 {
    color: #fff;
    /*background: #1a1a1a;*/
    border-radius: 20px;
    width: 100%;
}

    .vipTable1 tr th, .vipTable1 tr td {
        text-align: center;
        padding: 10px 5px 10px 5px;
        min-width: 100px;
    }

    .vipTable1 tr:first-child {
        font-size: 20px;
    }

    .vipTable1 tr {
        font-size: 12px;
    }

        .vipTable1 tr td:first-child {
            color: #d66fda;
        }

.tableTitle th {
    background: #c9740e;
    border-radius: 20px 20px 0 0;
}

.tableTiers { /*background: #000 !important;*/
}

    .tableTiers th:first-child {
        color: #f5e95f;
    }
    /*.tableTiers td{ vertical-align:bottom; }*/
    .tableTiers td img {
        width: 50px;
    }

    .tableTiers td:nth-child(2) img, .tableTiers td:nth-child(3) img, .tableTiers td:nth-child(4) img {
        margin: 15px 0;
    }

.vipTable1 tr:nth-child(even) {
    background: #333;
}
/*.vipTable1 tr:last-child td:first-child { border-radius: 0 0 0 20px; }*/
.vipTable1 tr:last-child td:last-child {
    border-radius: 0 0 20px 20px;
    padding-bottom: 26px;
}
/*****************************************responsive****************************************************************/
@media all and (max-width: 768px) {
    .threeSteps ul li {
        width: 100%;
        margin: 0;
    }

    .proJackpot ul li .prize {
        font-size: 18px;
    }

    .proJackpot ul li:nth-child(2) .prize {
        font-size: 30px;
    }

    .major, .grand, .minor {
        font-size: 18px;
    }



    .arrow {
        transform: rotate(90deg);
    }

    .promoLeft p {
        font-size: 10px;
    }

    .promoLeft h2 {
        margin-bottom: 5px !important;
        font-size: 20px;
    }

    .learn {
        margin-top: 10px;
    }

    .affiliateBg h3:before, .affiliateBg h3:after {
        width: 12%;
    }
}

@media(max-width:768px) {
    .hotGames ul {
        width: 28%;
    }
}

@media all and (max-width: 670px) {
    #theme-header-logo {
        float: none;
        margin: auto;
        justify-content: center;
    }

    #theme-header-link {
        float: none;
        margin: auto;
        margin-top: 10px;
        text-align: center;
        justify-content: center;
    }

    .v2 {
        flex-direction: unset;
    }

    .download {
        order: 3;
    }

    .regBtn {
        width: 72%;
        /*        margin: 0px auto 6px;*/
    }

    .threeSteps h3:before, .threeSteps h3:after {
        width: 7%;
    }

    .hotGames ul {
        width: 32%;
        margin: 0 1px;
    }

        .hotGames ul li {
            margin: 4px 0;
        }

    .popularGames ul li {
        width: 46%;
    }

    .gameLogo ul li {
        width: 30%;
    }

    .contact ul li {
        width: 32%;
        margin: 10px 0;
        font-size: 10px;
    }

    .lottoBg table.table {
        font-size: 10px;
    }

    #drawresult ul > li {
        width: 43% !important;
        margin: 5px !important;
    }

    .promoLeft {
        padding: 0px 10px;
    }

        .promoLeft p {
            display: none;
        }

        .promoLeft h2 {
            font-size: 13px;
        }

    .learn {
        margin-top: 5px;
        padding: 2px 5px;
        font-size: 14px
    }

    .affiliateBg h3:before, .affiliateBg h3:after {
        display: none;
    }

    .affiliateContent {
        padding: 10px;
    }

        .affiliateContent > ol {
            padding: 0 30px;
        }

    .tableResponsive {
        max-width: 92vw;
    }
}

@media all and (max-width: 375px) {
    .regBtn {
        width: 81%;
    }

    .contact ul li {
        font-size: 7px
    }
}

@media all and (max-width: 320px) {
    #drawresult ul > li {
        width: 100% !important;
        margin: 10px 0 !important;
    }

    .regBtn {
        width: 95%;
    }

    .learn {
        font-size: 12px
    }
}

/*footer icon*/
.footer-icon {
    margin-bottom: 15px;
transition:0.5s;
}

.footer-icon-img {
    width: 50px;
transition: 0.2s
}

.footer-icon-hover {
    width: 50px;
}

.footer-icon .footer-icon-hover {
    display: none;
}

.footer-icon .footer-icon-img {
    display: inline;
    transition: 0.5s
}

.footer-icon:hover .footer-icon-hover {
    display: inline;
}

.footer-icon:hover .footer-icon-img {
    display: none;
}

.fancybox-lock {
    width: 100% !important;
}

.description {
    background: #1F1422;
}

.iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*padding-top: 56.25%;*/ /* 16:9 Aspect Ratio */
    padding: 10px 5px;
}

.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 477px;
}

@media all and (max-width: 768px) {
    .responsive-iframe {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 200px;
    }
}

.iframe-border {
    border: 3px solid #5746AD;
    border-radius: 20px;
}

.ytb-top {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .ytb-top ul {
        list-style: none;
        width: 100%;
    }

        .ytb-top ul li {
            display: inline-block;
            margin: 5px 15px;
            width: 45%
        }

    .ytb-top li {
        border-width: 4px;
        border-style: solid;
        border-color: #a92ea9;
    }

@media(max-width:500px) {
    .ytb-top ul li {
        width: 93%;
    }
}

.desc-box {
    text-align: justify;
    color: #6d6767;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .desc-box a {
        color: #fff;
    }

.desc-title {
    font-size: 20px;
    color: #a92ea9;
    text-transform: uppercase;
}

.desc-sub-title {
    font-size: 14px;
    color: #b3b3b3;
}

.desc-content {
    border-top: 3px solid #a92ea9;
    background: #000;
}

.desc-title {
    font-size: 23px;
    text-align: left;
    color: #5645B5;
}

.desc-sub-title {
    color: #5C4CA6;
}

@media (max-width:425px) {
    .desc-title {
        font-size: 9px !important;
    }

    .desc-sub-title {
        font-size: 9px !important;
    }

    .desc-box {
        font-size: 8px !important;
    }

    .desc-body {
        line-height: 8pt !important;
    }
}

table.vipTable1:nth-child(2) tr:nth-child(2) {
    background: #ff0063;
}

table.vipTable1 tr:not(:first-child) {
    background: rgba(0,0,0,0.7);
}

.vipTable1 tr:not(:first-child) td:first-child {
    color: #fff;
    background: #a32c70;
}

table.vipTable1 tr:nth-child(2) td:nth-child(1) {
    color: yellow;
    border-radius: 20px 20px 0 0;
    font-size: 20px;
    padding: 26px 0 18px 0;
}

table.vipTable1 tr:first-child td:first-child img {
    width: 165px;
    margin-bottom: -50px;
}

.vipTable2 tr th, .vipTable2 tr td {
    text-align: center;
    padding: 10px;
    min-width: 100px;
    font-size: 14px;
    color: white;
}

    .vipTable2 tr td:first-child {
        text-align: left;
font-family: Poppins-Regular;
    }

table.vipTable2 tr:nth-child(2) {
    background: linear-gradient(90deg, rgba(86,75,188,1) 0%, rgba(87,41,140,1) 35%, rgba(83,15,89,1) 100%) !important;
}


/*table.vipTable2 tr:not(:first-child) {
    background: rgba(0,0,0,0.7);
}*/
table.vipTable2 tr:nth-child(3) {
    background: none;
}

table.vipTable2 tr:nth-child(2) td:last-child {
    border-radius: 0 0px 10px 0;
}

table.vipTable2 tr:nth-child(4) td:last-child {
    border-radius: 0 10px 10px 0;
}

table.vipTable2 tr th {
    border: none;
    padding-top: 6px;
}

.div-vipTable2 {
    /*margin-left: -15px;*/
    margin-top: 11px;
}

@media (max-width: 1024px) {
    .vipTable2 tr td {
        padding: 10px 5px 10px 5px !important;
    }
}

@media (max-width: 768px) {
    .vipTable1 tr td {
        min-width: 195px !important;
    }

    .vipTable2 tr td {
        min-width: 103px !important;
    }

    .vipTable2 tr th {
        padding-top: 6px !important;
    }

    .vipTable2 tr:nth-child(7) td {
        padding: 19px 0px 19px 0px !important;
    }

    .div-vipTable2 {
        margin-left: 0 !important;
    }
}

@media (max-width: 425px) {
    .vipTable1 tr td {
        padding: 10px 33px 10px 33px !important;
    }

    .vipTable2 tr th {
        padding: 0 !important;
    }

    .div-vipTable2 {
        margin-left: -15px !important;
        margin-top: 4px !important;
    }
}

@media (max-width:375px) {
    .div-vipTable2 {
        margin-top: 12px !important;
    }

    .vipTable2 tr th {
        padding: 9px !important;
    }

    .vipTable1 tr td {
        padding: 10px 30px 10px 30px !important;
    }
}

@media (max-width:320px) {
    .vipTable1 tr td {
        padding: 10px 10px 10px 10px !important;
    }

    .vipTable2 tr th {
        padding: 0 !important;
    }

    .div-vipTable2 {
        margin-top: 4px !important;
    }
}
/* Leaderboard */
.leaderboardBg {
    color: #fff;
    width: 100%;
    background: #180921;
}

.leaderboard-box ul {
    list-style: none;
    width: 100%;
    margin-top: 10px;
}

    .leaderboard-box ul li {
        display: inline-block;
        margin: 10px 15px;
        width: 45%;
    }

@media (max-width:1024px) {
    .leaderboard-box ul li {
        width: 100%;
        margin: 10px 0;
    }
}

.leaderboard-box > ul > li {
    box-shadow: 0 0 5px #fff;
}

.leaderboard-box-info {
    padding: 15px;
    text-align: left;
}

    .leaderboard-box-info p {
        font-size: 11px;
    }

    .leaderboard-box-info a {
        color: #fff;
text-decoration: none;
    }

        .leaderboard-box-info a:hover {
            color: #000;
text-decoration: none;
        }

.leaderboardBg h3 {
    color: #fc98f2;
font-size: 22px;

}

.ranking-prize {
    color: #fc98f2;
    padding: 10px 0;
    background-size: 100% 100%;
    margin: 15px 0;
    text-align: left;
}

    .ranking-prize h2 {
        font-family: AkzidenzGrotesk;
    }

.leaderboardTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 25px;
    font-size: 14px;
}

    .leaderboardTable tbody tr:first-child {
        background: linear-gradient(90deg, rgba(86,75,188,1) 0%, rgba(87,41,140,1) 35%, rgba(83,15,89,1) 100%);
    }

    .leaderboardTable tbody tr:not(:first-child) {
        background: #251436;
    }

    .leaderboardTable tbody tr:first-child th:last-child {
        border-radius: 0px 0px 10px 0px;
    }

    .leaderboardTable tr th,
    .leaderboardTable tr td {
        text-align: center;
        color: #fff;
    }

    .leaderboardTable tr th {
        padding: 15px 25px;
    }

    .leaderboardTable tr td {
        padding: 10px 0;
    }

    .leaderboardTable td:first-child {
        font-size: 26px;
        font-weight: 600;
    }

    .leaderboardTable td:last-child {
        border-radius: 0 0px 10px 0;
    }

    .leaderboardTable img {
        position: relative;
        margin: -42px 0px -20px 0px;
transition: 0.5s;
    }

.leaderboardTable img:hover {
   transform: scale(1.2)
}

@media (max-width: 500px) {
    .product, .services, .bank {
        width: 32%;
        margin: 5px 0;
    }

    .slide-frame {
        width: 150px !important;
        height: 400px !important;
        margin-left: -12px !important;
    }

    .top {
        font-size: 12px !important;
    }

    .info-padding {
        padding-top: 22px !important;
    }

    .product .bigText, .services .bigText, .bank .bigText {
        font-size: 8px !important;
    }

    .product .smallText, .services .smallText, .bank .smallText {
        font-size: 7px !important;
    }

    .live-services div img {
        width: 30% !important;
    }

    .online-user-icon {
        width: 30% !important;
    }

    .two-column {
        width: 250px !important;
    }

    .services ul li:nth-child(3) > div:nth-child(3) .bigText {
        font-size: 10px !important;
    }

    .live-services div img {
        width: 30%;
    }

    .minute-icon {
        width: 15px !important;
    }

    .progress {
        height: 12px !important;
    }

    .info .carousel {
        height: 360px !important;
    }

    .gameLogo ul {
        padding-top: 0 !important;
    }
}

@media (max-width: 375px) {
    .product, .services, .bank {
        width: 32%;
        margin: 5px 0;
        min-height: 400px !important;
    }

    .slide-frame {
        width: 150px !important;
        padding-bottom: 25px;
    }

    .product .smallText, .services .smallText, .bank .smallText {
        font-size: 6px !important;
    }

    .info .carousel {
        height: 335px !important;
    }
}

@media (max-width: 320px) {
    .slide-frame {
        padding-bottom: 25px;
        margin-left: -10px !important;
    }
}
/*Home Page casino column*/
.casino-column {
    overflow: hidden;
}

.secondcol {
    padding-bottom: 20px;
}

.casino-box {
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0;
}

.casino-img {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 0;
    animation-duration: 2s;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
        transform: scale(1.1);
    }

.casino-overlay {
    position: absolute;
    background: rgb(0,0,0,0.4);
    bottom: 0px;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 0px rgb(0 0 0);
}

    .casino-overlay p {
        padding: 5px;
        margin: 0px;
        font-family: Poppins-Regular;
        color: #ffffff;
        font-size: 25px;
    }

.casino-logo {
    width: 170px;
}

@media all and (max-width:500px) {
    .casino-logo {
        width: 95px;
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    ; 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.scndcasinohome {
    animation-duration: 2s;
}

.text-left {
    font-size: 24px;
}

.flex-direction-nav .flex-next {
    right: 10px;
height: 50px !important;
}

.flex-direction-nav .flex-prev {
height: 50px !important;
}

#menu-button {
  background: #a92ea9

} 

@media(max-width:768px) {
    #cssmenu #menu-button {
        padding: 10px 20px
    }

        #cssmenu #menu-button::after {
            top: 11px
        }

        #cssmenu #menu-button::before {
            top: 16px
        }
}

@media(max-width:500px) {

    .sportBg .flexslider img, .casinoBg .flexslider img, .lottoBg .flexslider img, .slotBg .flexslider img {
        height: auto
    }
}

.description .col-md-3 {
    padding: 0 2px
}

.desc-body.row {
    margin: 0
}

.d-flex {
    display: flex;
    align-items: center
}

.termscond {
    color: white;
    font-size: 13px;
padding-bottom: 15px;
}

@media(max-width : 425px) {
.termscond {
    color: white;
    font-size: 13px;
padding: 0px 13px
}
}


#more {
    display: none;
}

.readmore {
    background: transparent;
    color:#5645B5;
    border: none;
}

.button-vip {
    background: transparent;
    border: none;
    padding: 0px 16px;
    transition: all ease-in-out 300ms;
}

    .button-vip:hover {
        transform: scale(1.5);
        background: unset !important;
    }

.left-table {
    background: #251436;
}

.right-table {
    background: #000
}

.vip-table-title {
    color: white;
    font-size: 20px;
    padding: 10px 5px 10px 5px;
    background: #251436;
    width: 65%;
}

.vip-table-mobile tr td {
    padding: 10px 5px 10px 5px;
    border-top: 1px solid white;
    font-size: 12px;
    color: white;
}

.vipimg-mobile {
    width: 35px;
}

.w3-red {
    filter: none !important;
    transform: scale(1.2);
}

@media (max-width: 320px) {
    .vipimg-mobile {
        width: 33px;
    }
}

@media (max-width: 767px) {
    .vip-on-desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .vip-on-mobile {
        display: none;
    }
}



.steps-container {
    padding: 40px 10px;
}

.steps-inner {
    display: flex;
    list-style: none;
    justify-content: center;
align-items: center;
}

/*@media (max-width: 425px) {
    .steps-inner {
        display: block;
    }
}*/

.steps-inner li {
    text-align: center;
}

    .steps-inner li:nth-child(odd) {
        padding: 0px 20px;
    }

.step-big {
    text-align: center;
    display: flex;
    justify-content: center;
transition: 0.2s;
}

.step-big:hover {
  transform: scale(1.1);
cursor: pointer;
}

@media (max-width: 767px) {
.step-big {
display: block;
}
}

.step-in {
   align-self: center;
}

.step-in img {
    width: 55px;
    transition: 0.5s;
}

   /* .step-in img:hover {
        transform: scale(1.2);
    }*/

.step-in2 {
    text-align: left;
    padding: 0px 15px;
        text-align: center;
}

@media(max-width: 700px) {
    .step-in2 { padding: 0px 0px;}
    .step-in2 p:first-child {font-size:14px;}
     .steps-inner li:nth-child(odd) {padding: 0px 5px;}
}

.step-in2 p:first-child {
    font-size: 20px;
    color: #D29BDB;
font-family: Poppins-Bold;
}

.step-in2 p:nth-child(2) {
    font-size: 13px;
    color: #fff;
}

.steps-arrow .fa {
    font-size: 30px;
    padding: 15px 0px;
}

.joinBanner {
    background: url('imgs/Mask Group 36.jpg')no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    padding: 70px 0px 180px 0px;
    height: auto;
    position: relative;
}

@media (min-width: 1441px)  {
.joinBanner .container {
    width: 1200px;
}
}

@media (min-width: 1200px) and (max-width: 1440px) {
.joinBanner .container {
    width: 1010px;
}

.hot-game-category ul li {
    margin: 0 2px 17px !important; 
width: 23% !important;
}
}

@media (min-width: 1441px)  {
.new-desc .container {
    width: 1170px;
}
}

@media (min-width: 1200px) and (max-width: 1440px) {
   .new-desc .container {
       width: 1050px;
}
}

@media(max-width: 1439px) {
    .joinBanner {
        height: unset;
    }
}

#jackpotgrand {
    font-size: 35px;
    font-weight: bold;
}

.joinBanner-left {
    text-align: center;
}

@media (max-width: 425px) {
    .joinBanner-left {
        padding-bottom: 10px;
    }
}

.hotBtn {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border: 1px solid #271B29;
    color: #fff;
    padding: 12px 20px !important;
    font-size: 12px;
    font-weight: 700;
    background: #271B29;
}

.nav-tabs li:first-child .hotBtn {
    padding: 12px 50px !important;
}

@media(max-width: 320px) {
    .nav-tabs li:first-child .hotBtn {
        padding: 12px 20px !important;
    }
}

.nav-tabs {
    border-bottom: unset;
}




.hr-between-game {
    margin-top: 1px;
    margin-bottom: 1px;
    border-top: 1px solid #8080805c;
}

.nav > li > a {
    transition: 0.5s;
}

    .nav > li > a:focus, .nav > li > a:hover {
        background: linear-gradient(180deg, rgba(86,75,188,1) 0%, rgba(87,41,140,1) 35%, rgba(83,15,89,1) 100%);
        color: white;
        border: 1px solid #271B29;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: linear-gradient(180deg, rgba(86,75,188,1) 0%, rgba(87,41,140,1) 35%, rgba(83,15,89,1) 100%);
    color: white;
    border: 1px solid #271B29;
}



.hot-game-category ul {
    padding: 30px 0px 0px 0px;
    margin: 0;
    text-align: center;
height: auto;
}

    .hot-game-category ul li {
        display: inline-block;
        width: 24%;
        margin: 0 2px 25px;
        border-radius: 0px 0px 10px 10px;
    }

    .hot-game-category ul li img {
        margin-top: 0px !important;
    }

@media (max-width: 1199px) {
    .hot-game-category ul li {
        width: 23%;
        margin: 0px 2px 12px;
    }

    .hot-game-category ul {
      padding: 10px 0px 0px 0px;
} 
}

@media (max-width: 425px) {
    .hot-game-category ul li {
        width: 42%;
    }
}

@media (max-width: 375px) {
    .hot-game-category ul li {
        width: 41%;
    }
}

@media (max-width: 320px) {
    .hot-game-category ul li {
        width: 41%;
    }
}

.hot-game-category ul li:hover {
    box-shadow: 0px -1px 6px 2px #57298c;
    transform: translateY(-8px);
    transition: .5s ease;
    cursor: pointer;
}

.hot-game-category ul li img {
    width: 100%;
}

.hot-game-category ul li p {
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    background: black;
    border-radius: 0px 0px 10px 10px;
    padding: 10px 0px;
}

@media (max-width: 1199px) {
    .hot-game-category ul li p {
       font-size: 10px;

}
}

.gameLogo {
    padding: 20px 0px 20px 0px;
}

.slider {
    position: relative;
    width: 100%;
    margin:auto;
    text-align:center;
    overflow:hidden;
}

.slide-track {
    display: flex;
    width: calc(180px * 24);
    animation: scroll 40s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-180px * 12));
    }
}

.slide {
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
}

.slide img {
    width: 100%;
    transition: transform 1s
}

.slide img:hover {
    transform: translateZ(20px);
}

    .gameLogo img {
        transition: 0.4s
    }

    .gameLogo ul {
        list-style: none;
    }


    .gameLogo li {
        position: relative;
    }

        .gameLogo li .back {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

.contentHome-big {
    background: url('imgs/Mask Group 41.jpg')no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top:180px;
    min-height:550px;
    margin-top:-200px;
}

@media (max-width: 500px) {
.contentHome-big {padding-top:20px;margin-top:0px;}
}


.home-menu-select2 img {
     width: 100% !important;
}
.new-row {
     height: 425px !important;
}
}
@media (min-width: 992px) {
.container {
    width: 945px;

}
}

@media (max-width: 800px) {

 .slider {
    position: relative;
    max-width: 600px;}   
    
}

@media (max-width: 500px) {
    .contentHome-big {
        padding-bottom: 10px;
    }
    
 .slider {
    position: relative;
    max-width: 350px;}   
    
}

.contentHome {
    background-image: url(imgs/Mask-Group-61.png);
    background-size: 100% 100%;
    position:relative;
    margin-top:-180px;
}

@media (max-width: 1023px) {
    .contentHome {
        display: none;
    }
}

.contentHome-in {
    position: relative;
    z-index: 1;
}

.descriptions {
    /*    position: absolute;*/
    z-index: 2;
}

/*@media (max-width: 1199px) {
   .descriptions {
      transform: translateY(60px);
}
}*/

.descriptionsB {
    position: absolute;
    z-index: 3;
    top: 0%;
    right: 22%;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.descriptionsB img {
   width: 100%
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

.descriptionsC {
    position: absolute;
    z-index: 3;
    bottom:0%;
    right: 18%;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.descriptionsC img {
    width: 100%;
}



.descriptions1 {
    color: white;
    padding: 0px 21px
}

    .descriptions1 p {
        font-size: 30px;
letter-spacing: 6px;
    }

@media (max-width: 1199px) {
   .descriptions1 p {
       font-size: 26px

}
}

.descriptions2 {
    padding: 27px 0px;
    transition: 0.3s
}

    .descriptions2:hover {
        transform: scale(1.1);
    }


.descriptions3 {
    padding: 0px 12px;
    font-size: 28px;
}

    .descriptions3 a {
        text-decoration: none;
        color: white;
        padding: 10px;
font-family: Poppins-LightItalic;
font-weight: unset;
letter-spacing: 2px;
    }

.slideybutton {
  color: #fff;
  border-left: solid 0px #000;
  padding: 8px 12px;
  font-weight: 700;
  text-decoration: none;
  background-image: linear-gradient(to left, transparent, transparent 50%, #564bbc 50%, #E0A0E9);
    background-position: 100% 0;
    background-size: 201% 100%;
    transition: all .25s ease-in;
    text-decoration:none;
  color: #000;
border-radius: 10px;
}

    .slideybutton:hover {
    background-position: 0 0;
    color: #fff;
    }

.content-down {
    margin-top: 90px;
}

@media (max-width: 768px) {
    .content-down {
        margin-top: 20px;
    }
}

@media (max-width: 425px) {
    .content-down {
        margin-top: 25px;
    }
}

.upc-matches {
    list-style: none;
}

    .upc-matches li {
        display: flex;
        padding-top: 20px;
        transition: margin 0.2s ease-in-out;
    }

      /*  .upc-matches li:hover {
            margin-top: -10px
        }*/

.left-title {
    border-left: 3px solid #E0A0E9;
    padding: 0px 10px;
}

    .left-title p {
        font-size: 25px;
        color: white;
font-family: AkzidenzGrotesk; 
margin-bottom:15px;
    }



.left-upc {
    width: 50%;
    background: #59075C;
    padding: 15px 15px;
}

.right-upc {
    width: 50%;
    background: #1F1422;
    padding: 15px;
}



@media (max-width: 320px) {
    .left-upc {
        width: 100%;
        background: #59075C;
        padding: 15px;
    }

    .right-upc {
        width: 100%;
        background: #1F1422;
        padding: 15px;
    }
}

.left-upc p {
    color: white;
    font-size: 20px;
    text-align: center;
}

.right-upc p {
    color: white;
    text-align: right;
    font-size: 19px;
}

@media (max-width: 425px) {
    .right-upc p {
        font-size: 13px;
    }
}

.vs-class {
    padding: 0px 17px;
}

.upnhigh {
    padding: 0px 10px;
}

@media (max-width: 425px) {
.upnhigh{
   padding-top: 20px;
}
} 

.upcoming-2 {
    padding-top: 20px;
}

.view-more {
    text-align: right;
}

    .view-more a {
        color: #E0A0E9;
    }

        .view-more a:hover {
            text-decoration: none;
            color: #fff
        }

.new-desc {
    padding-top: 10px;
}

/*    .new-desc .container {
        width: 1600px;
    }*/

@media (max-width: 425px) {
    .new-desc .container {
        width: unset;
    }
}

.new-desc-2 {
    position: relative;
}

    .new-desc-2 img {
        transform: translateX(-155px);
    }

@media(max-width: 1024px) {
    .new-desc-2 img {
        transform: translateX(-90px);
    }
}

@media(max-width: 768px) {
    .new-desc-2 img {
        transform: unset;
    }
}

.desc-in-new {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%,-50%)
}

.desc-1 {
    padding-bottom: 35px;
}

.desc-2inner1 {
    color: #5645B5;
    font-weight: bold;
    font-size: 35px;
    animation: color-change 3s infinite;
font-family: 'Poppins-ExtraBold';
}

@media (max-width: 1024px ){
.desc-2inner1 {
  font-size: 27px;
}

.desc-2inner2 {
    font-size: 25px !important;

}
}

@media (max-width: 425px ){
.desc-2inner1 {
  font-size: 30px;
}
}

@keyframes color-change {
    0% {
        color: white;
    }

    50% {
        color: #5645B5;
    }

    100% {
        color: white;
    }
}

.desc-2inner2 {
    color: white;
    font-size: 50px;
    font-weight: bold;
font-family: AkzidenzGrotesk;
}

.desc-2inner3 {
    width: 520px;
    color: white;
    font-size: 15px;
    text-align: justify;
font-family: Poppins-Light;
}

@media(max-width: 1024px) {
    .desc-2inner3 {
        width: 400px
    }
}

@media (max-width: 768px) {
    .desc-2inner3 {
        width: 100%;
        color: white;
        font-size: 14px;
        text-align: justify;
    }

    .desc-in-new {
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    .desc-2inner2 {
        font-size: 19px
    }

    .desc-1 {
        padding-bottom: 10px;
    }
}

.new-bank {
    list-style: none;
}

.bank-img {
    display: inline-block;
    margin-right: 14px;
}


.bankLogo-title p {
    color: white;
    font-size: 15px;
}

/*.bankLogo .container {
    width: 1320px
}*/

.bankLogo {
    background: #1F1422;
    padding: 20px 0px
}

@media(max-width:1024px) {
    .bank-img {
        display: inline-block;
        margin: 10px 10px;
    }
}

@media(max-width:768px) {
    .bank-img {
        display: inline-block;
        margin: 10px 10px;
    }
}

@media (max-width: 425px) {
    .bankLogo .container {
        width: unset;
    }

    .new-bank {
        text-align: center;
    }

    .bank-img {
        display: inline-block;
        margin: 10px 10px;
    }
}



@media(max-width:320px) {
    .bank-img {
        display: inline-block;
        margin: 10px 10px;
    }
}

.bankLogo-title {
    padding-bottom: 10px;
}

.row-footer {
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
}

.footer-ul {
    list-style: none;
}

    .footer-ul li {
        padding: 3px 0px;
        color: white !important;
        font-size: 15px;
    }

        .footer-ul li p {
            color: #6d6767;
            font-size: 14px;
            font-weight: 400;
            transition: 0.2s
        }

        .footer-ul li a {
            color: #6d6767 !important;
            font-size: 14px;
            font-weight: 400 !important;
            transition: 0.2s;
            padding: 17px 0px;
            margin-right: 5px;
        }

            .footer-ul li a:hover {
                color: #5645B5 !important;
            }


.Fter ul li{ padding:2px 0; }

@media (max-width: 425px) {
    .footer-ul li {
        padding: 4px 0px;
    }
}



.footer-col1 {
    width: 27%;
    padding: 0px 10px;
}

.footer-col2 {
    width: 12%;
    padding: 0px 10px;
}

.footer-col3 {
    width: 23%;
    padding: 0px 10px;
}

.footer-col4 {
    width: 16%;
    padding: 0px 10px;
}

.footer-col5 {
    width: 22%;
    padding: 0px 10px;
}

@media (max-width: 767px) {

    .footer-col1 {
        width: 100%;
        padding: 0px 10px;
    }

    .footer-col2 {
        width: 50%;
        padding: 0px 10px;
    }

    .footer-col3 {
        width: 50%;
        padding: 0px 10px;
    }

    .footer-col4 {
        width: 50%;
        padding: 0px 10px;
    }

    .footer-col5 {
        width: 50%;
        padding: 0px 10px;
    }
}

/*@media (max-width:767px) {
    .footer-col {
        flex: 50%;
        padding: 0px 10px;
    }
}*/

.footer-col1 p {
    font-weight: bold;
    font-size: 15px;
}

.footer-col2 p {
    font-weight: bold;
    font-size: 15px;
}

.footer-col3 p {
    font-weight: bold;
    font-size: 15px;
}

.footer-col4 p {
    font-weight: bold;
    font-size: 15px;
}

.footer-col5 p {
    font-weight: bold;
    font-size: 15px;
}

.flw-us {
    display: flex;
}

.flw-social {
    color: #fff !important;
font-weight: bold !important;
}

.copyright-wrds p {
    color: #6d6767; 
    margin-left: 10px;
}

@media (max-width: 768px) {
    .flw-social-big, .copyright-wrds {
        display: none;
    }
}

.page-title {
    position: absolute;
    right: 50%;
    top: 25%;
    transform: translate(50%, 50%);
    z-index: 1000;
}

@media (max-width: 767px) {
.page-title {

}
}

.page-title2 img {
    width: 100%
}

.page-title3 {
    text-align: right;
}

.game-select {
    padding-bottom: 20px;
}

.lottoBg .table-responsive {
    border-radius: 25px !important;
    border: 1px solid #5845AF;
    margin-bottom: 20px;
}

.affiliate-table {
    border: 1px solid #9D95BC;
    border-radius: 10px;
}

.affiliate-table2 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-collapse: collapse;
}

    .affiliate-table2 tbody tr td {
        padding: 10px 0px;
        color: white;
        font-size: 20px;
    }

@media (max-width: 425px) {
    .affiliate-table2 tbody tr td {
        font-size: 15px;
    }
}

.tcont-1 {
    width: 20%;
    color: #ff8eff;
    text-align: center;
    font-size: 25px;
}

.tcont-2 {
    width: 20%;
    color: #ff8eff;
    text-align: center;
    font-size: 25px;
}

.tcont-3 {
    width: 30%;
    color: #ff8eff;
    text-align: center;
    font-size: 25px;
}

.tcont-4 {
    width: 30%;
    color: #ff8eff;
    text-align: center;
    font-size: 25px;
}

@media (max-width: 1439px) {
    .tcont-1 {
        color: #ff8eff;
        text-align: center;
        font-size: 21px
    }

    .tcont-2 {
        color: #ff8eff;
        text-align: center;
        font-size: 21px
    }

    .tcont-3 {
        color: #ff8eff;
        text-align: center;
        font-size: 21px
    }

    .tcont-4 {
        color: #ff8eff;
        text-align: center;
        font-size: 21px
    }
}


@media (max-width: 768px) {
    .tcont-1 {
        color: #ff8eff;
        text-align: center;
        font-size: 19px
    }

    .tcont-2 {
        color: #ff8eff;
        text-align: center;
        font-size: 19px
    }

    .tcont-3 {
        color: #ff8eff;
        text-align: center;
        font-size: 19px
    }

    .tcont-4 {
        color: #ff8eff;
        text-align: center;
        font-size: 19px
    }
}

@media (max-width: 425px) {
    .tcont-1 {
        color: #ff8eff;
        text-align: center;
        font-size: 12px
    }

    .tcont-2 {
        color: #ff8eff;
        text-align: center;
        font-size: 12px
    }

    .tcont-3 {
        color: #ff8eff;
        text-align: center;
        font-size: 12px
    }

    .tcont-4 {
        color: #ff8eff;
        text-align: center;
        font-size: 12px
    }
}

.img-title1 {
    text-align: center;
}

    .img-title1 img {
        margin-top: -35px
    }

.img-title2 {
    position: absolute;
    top: -25%;
    width: 100%;
    text-align: center;
}

@media (max-width: 1024px) {
    .img-title2 {
        position: absolute;

        top: -25%;

    }
}

@media (max-width: 768px) {
    .img-title2 {
        position: absolute;

        top: -25%;

    }
}

@media (max-width: 425px) {
    .img-title2 {
        position: absolute;

        top: -25%;

    }
}

@media (max-width: 375px) {
    .img-title2 {
        position: absolute;

        top: -25%;

    }
}

@media (max-width: 375px) {
    .img-title2 {
        position: absolute;

        top: -25%;

    }
}

@media (max-width: 320px) {
    .img-title2 {
        position: absolute;

        top: -25%;

    }
}

.img-title2 p {
    font-size: 26px;
    font-weight: bold;
}

.img-title {
    position: relative;
}

.img-title-a {
    position: relative;
}

.page-title-vip {
    text-align: center;
}

.tableTiers td:first-child {
    font-size: 25px;
font-family: AkzidenzGrotesk !important;
}

.tab {
    border: 0px solid red;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.tablinks {
    width: 150px;
    margin: 8px;
    padding: 20px;
    background: transparent;
    border: none;
}

button.tablinks.active, button.tablinks:hover {
    border-bottom: 2px solid red;
    transition: .3s;
}

.vtabs1 .nav-link {
    position: relative;
    line-height: 45px;
    border-radius: 0;
}

    .vtabs1 .nav-link.active {
        background-color: var(--bs-dark);
    }

        .vtabs1 .nav-link.active:after {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-left-color: var(--bs-dark);
            border-width: 30px;
            margin-top: -30px;
            transition: all .15s;
        }

    .vtabs1 .nav-link:after {
        transition: all .15s;
        content: "";
    }

.image2 {
    display: none;
}

.tab-menu button {
    background: #210E2E;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
}


/*.tab-menu button:hover {
  background: #2E1340;
  transition: 0.5s;
}

.image1 {
  filter: grayscale(100%) brightness(70%) sepia(50%) hue-rotate(-100deg) saturate(500%) contrast(1) !important;
}

.image1:hover {
  filter: unset !important;
  background: #2E1340;
}*/

.tablink {
    transition: 0.5s;
}

    .tablink.active {
        color: white;
        background: #2E1340;
    }

    .tablink:hover {
        background: #2E1340;
    }

.image2 {
    display: none;
}

.tablink.active > .image1 {
    display: none;
}

.tablink.active > .image2 {
    display: block;
}

.tablink:hover > .image1 {
    display: none;
}

.tablink:hover > .image2 {
    display: block;
}

/*.signup-rule {
    border-top: 1px solid #3A2E41;
}*/

.slot-in-game, .slot-in-game2 {
    list-style: none;
}

@media (max-width: 425px) {
 .slot-in-game, .slot-in-game2 {
display: block;
}
    .slot-in-game li {
        width:49% !important;
        padding: 5px !important;
display: inline-block
    }
}

    .slot-in-game li {
        width: 23%;
        padding: 5px;
display: inline-block;
    }

    .slot-in-game2 li {
        width: 24%;
        padding: 5px;
display: inline-block;
    }

@media (max-width: 425px) {
    .slot-in-game2 li {
          width: 49%;

}
}

      /*  .slot-in-game li a img, .slot-in-game2 li a img {
            transition: 0.5s;
        }

            .slot-in-game li a img:hover, .slot-in-game2 li a img:hover {
                box-shadow: 0 0 11px rgb(243 238 238);
            }*/

.see-more-game {
    list-style: none;
    text-align: right;
    font-size: 15px;
padding: 0px 35px;
}

    .see-more-game li a {
        color: white;
    }

.btn-default {
    background: linear-gradient(180deg, rgba(86,75,188,1) 0%, rgba(87,41,140,1) 35%, rgba(83,15,89,1) 100%) !important;
    color: white !important;
    border: none !important;
    padding: 6px 32px;
    margin-right: 10px;
    transition: 0.5s;
margin: 10px 2px;
font-size: 13px;
font-weight: bold;
}

    .btn-default:hover {
        background: #D29BDB !important;
    }

.login-new {
    display: flex;
}

    .login-new li {
        width: 50%;
        position: relative;
    }

@media (max-width: 425px ) {
    .login-new li {
        width: 100%;
        height: 400px;
    }

        .login-new li:first-child {
            display: none;
        }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 670px !important;
        margin: 30px auto;
    }
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
text-align: center !important;
padding: 15px 0px 0px 0px;
}

.login-text {
    color: white;
    font-size: 20px;
    font-weight: unset;
}

.popbutton {
    width: 100%;
    padding: 10px 0px;
    font-size: 18px;
}

.chg-lang {
    text-align: center;
padding-bottom: 10px;
}

.pop-reg {
    font-size: 21px;
}

    /*.pop-reg {
    position: absolute;
    bottom: 0;
    background: transparent;
    padding: 10px 50px;
    font-size: 20px;
    right: 21px;
    transform: translate(-14px, 0px);
}

@media(max-width: 425px) {
    .pop-reg {
        transform: translate(-32px, 0px);
    }
}



@media(max-width: 375px) {
    .pop-reg {
        transform: translate(-8px, 0px);
    }
}

@media(max-width: 320px) {
    .pop-reg {
        font-size: 13px;
        transform: translate(-18px, 0px);
    }
}*/

    .pop-reg a {
        color: white;
        transition: 0.5s
    }

.pop-reg a p {
background: #000000;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0px;
}

        .pop-reg a:hover {
            color: grey;
            text-decoration: unset;
        }

/*this coppy from index*/

.promoLeft {
    padding: 45px 25px;
}

@media (max-width: 768px) {
    .promoLeft {
        padding: 17px 10px;
    }

    .arrow {
        font-size: 50px;
        width: 10% !important;
        transform: unset;
    }
}

.info .carousel {
    height: 430px;
}

.info .item > ul > li {
    margin-top: 20px;
}

.info .carousel-indicators .active {
    background-color: #fddcff;
    border: none;
}

.info .carousel-indicators li {
    background-color: #fff;
    margin-right: 8px;
}

.bank ul > li {
    list-style: none;
    margin-top: 20px;
}

.bank .listStyle li {
    list-style: url(imgs/bullet.png);
    margin: 0px 25px 20px 25px !important;
}

.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media (max-width:500px) {
    .bank .listStyle li {
        margin: 0px 0px 5px 25px !important;
        width: 50px;
    }

    .two-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}


.gameLogo img,
.bankLogo img {
    transition: 0.4s;
}

.gameLogo li,
.bankLogo li {
    position: relative;
}

    .gameLogo li .back,
    .bankLogo li .back {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .gameLogo li:hover .front,
    .bankLogo li:hover .front {
        opacity: 0;
    }

    .gameLogo li:hover .back,
    .bankLogo li:hover .back {
        opacity: 1;
    }

.modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
    height: fit-content;
}

#register-body {
    width: 100%;
}

    #register-body li:first-child {
        width: 44%;
        vertical-align: middle;
    }

    #register-body li:last-child {
        width: 55%;
        vertical-align: middle;
    }

form#registerform dl {
    margin: 0 5px 10px 5px;
    width: 46%;
    display: inline-block;
    vertical-align: top;
}

input#registerform_UserName {
    width: 58% !important;
}

input.btnCheckUser {
    width: 36% !important;
    margin-left: 10px !important;
    font-size: 10px !important;
    border-radius: 10px;
    border: none;
}

dl#groupSubmit {
    width: 50% !important;
    margin: auto !important;
    display: block !important;
}


dl#groupVerifyCode dd:nth-child(3) {
    width: 35% !important;
    display: inline-block;
    margin-left: 15px;
}

form#registerform input,
form#registerform select {
    padding: 10px 10px;
    font-size: 15px;
}

#registerform_UserName {
    padding: 6px 95px 6px 10px !important;
}

#registerform_varifycode {
     padding: 6px 95px 6px 10px !important;
}

    form#registerform input:first-child,
    form#registerform select {
        background: #1a1a1a;
        border: none;
        border-radius: 10px;
    }

        form#registerform select option {
            color: #000;
        }

/*input#registerform_btnSubmit {  border: 1px solid #e789e7 !important; }*/
.modal-content {
    /*    padding: 0;*/
    overflow: hidden;
    border-radius: 30px;
}

.modal-title {
    color: #e88ee6;
    font-size: 30px;
    font-family: AkzidenzGrotesk;
}

button.close {
    position: absolute;
    right: 1%;
    top: 1%;
    color: #fff;
    padding: 10px 19px;
    opacity: 1;
    font-size: 40px;
    z-index: 9;
background: none !important;
}

.close:focus,
.close:hover {
    color: #fff;
    opacity: 1;
}

.live-services div {
    display: inline-block;
    vertical-align: middle;
}

    .live-services div img {
        width: 80%;
    }


.small-notice {
    width: 88%;
    margin: 15px auto;
    color: #f00;
    font-size: 12px;
    font-weight: 600;
}

    .small-notice ol li {
        display: list-item;
    }

.ytb ul li {
    width: 47%;
}

.ytb iframe {
    width: 100%;
    height: 300px;
}

/* responsive */
@media all and (max-width: 1440px) {
    .modal-dialog {
        width: 68%;
    }
}

@media all and (max-width: 1200px) {
    #register-body li:last-child {
        width: 55%;
    }
}

@media all and (max-width: 1024px) {

    form#registerform input,
    form#registerform select {
        padding: 12px 10px;
        font-size: 12px;
    }

    .modal-dialog {
        width: 94%;
    }

    input.btnCheckUser {
        width: 35% !important;
    }

    dl#groupVerifyCode dd:nth-child(3) {
        width: 34% !important;
    }

    .ytb ul li {
        width: 65%;
    }
}

@media all and (max-width: 768px) {
    #register-body li:first-child {
        display: none;
    }

    #register-body li:last-child {
        width: 100%;
    }

    form#registerform {
        /*        width: 80%;*/
        margin: auto;
        padding-bottom: 10px;
    }

        form#registerform dl {
            width: 100%;
        }

    .modal-title {
        text-align: center;
        display: block;
    }

    .threeSteps ul li {
        width: 100%;
        vertical-align: middle;
    }

    button.close {
        right: 5%;
        /*        top: -10%;*/
        transform: translate(25%, 0);
        font-size: 35px;
        padding: 15px 19px;
    }

    .ytb ul li {
        width: 45%;
    }
}

@media(max-width:650px) {
    .ytb ul li {
        width: 93%
    }
}

@media all and (max-width: 425px) {
    .modal-dialog {
        width: 95%;
    }

    .modal-content {
        border-radius: 25px;
        text-align: left;
    }

    .proJackpot ul li:nth-child(2) .prize {
        font-size: 22px;
    }

    .proJackpot ul li .prize {
        font-size: 15px;
    }

    .ytb ul li {
        width: 93%;
    }
}

.form-control {
    background: transparent !important;
    color: white !important;
}


#cssmenu > ul > li > a {
    font-family: Poppins-Regular;
    font-size: 18px;
}



@media (max-width: 1024px) {
    .logo-head .container {
        /*display: flex;*/
        justify-content: center;
margin: unset !important;
width: 100% !important;
    }
}

@media (min-width: 1441px) {
    .logo-head .container {
        width: 1350px !important;
        /*display: flex;*/
        justify-content: center;
    }
}

@media (min-width: 1201px) {
    .logo-head .container {
        width: 1280px;
        /*display: flex;*/
        justify-content: center;
    }
}

@media (min-width:1025px) and (max-width: 1199px) {
    .logo-head .container {
        width: 1010px;
        /*display: flex;*/
        justify-content: center;
    }

    #cssmenu > ul > li > a  {
         font-size: 13px !important;
padding: 0px 5px !important;
    }

}




.navi-new {
    list-style: none;
}

    .navi-new li {
        display: inline-block;
font-family:Poppins-Regular;
        font-size: 20px;
    }

@media (min-width:1025px) and (max-width:1440px) {
    .navi-new li {
        font-size: 16px;
    }

    .navigation-new {
        padding: 29px 0px 23px 10px !important;
    }
}

.navi-new li a {
    color: white;
    padding: 10px 5px;
    text-decoration: unset;
    transition: 0.2s
}

    .navi-new li a:hover {
        color: #D29BDB;
        text-decoration: unset;
    }

.navigation-new {
    padding: 23px 102px;
}

/*@media (max-width: 1024px ) {
    #theme-menu {
        display: block
    }

    .navigation-new {
        display: none;
    }
}

@media (min-width: 1025px ) {
    #theme-menu {
        display: none;
    }

    .navigation-new {
        display: block;
    }
}*/


@media (max-width: 425px) {
    .footer-col p, .footer-ul li a {
        font-size: 13px;
    }
}


.register-title {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.big-title {
    font-size: 35px;
font-family: AkzidenzGrotesk;
    color: #e88ee6;
}

.small-title {
    color: white;
    font-size: 15px;
}


.menu-mobile {
    display: none;
}

.navigation-new > ul > li.active > a {
    color: #dd7cdd;
}

#theme-contain-ssport h1, #theme-contain-msport h1, #theme-contain-esport h1 {
    color: #e88ee6;
    text-align: center;
font-family:Poppins-Regular;
}

.row {
    margin-right: unset;
    margin-left: unset;
}

@media (min-width:1200px) and (max-width: 1439px) {
    .descriptionsB img {
        width: 190px;
    }

    .descriptionsC img {
        width: 225px;
    }

    .content-down {
        margin-top: 220px;
    }
}

@media(max-width: 1199px) {
       .descriptionsB img {
        width: 150px;
    }

    .descriptionsC img {
        width: 150px;
    }
}

.game {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fancybox-skin {
    border-radius: 30px;
}

.fancybox-outer {
    border-radius: 30px;
}

.fancybox-close {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.slot-in-game img, .slot-in-game2 img {
    border: 1px solid #5C4CA6;
border-radius: 10px;
width: 100%;
}

.modal-body {
    text-align: left;
    padding: 10px 16px 92px 16px;
}

.signup-rule h4 {
font-family:Poppins-Regular;
}

#more h4 {
font-family: Poppins-Regular;
}

#modalLoginForm .modal-dialog .modal-content {
    background: #1A0C26 !important;
    padding: unset;
}

#modalLoginForm .modal-dialog .modal-content .row .col-sm-6 {
     padding: unset;
}

/*#myContest2 {
padding-top: 400px
}*/

.login-new li .modal-body div {
    padding: 10px 0px;
}

.login-new li .modal-footer {
    text-align: center !important;
    background: #331C46
}

.prize-box img {
    transition: 0.5s;
}

    .prize-box img:hover {
        transform: scale(1.2);
    }

#container {
    position: relative;
}


@media (min-width: 1200px) {
    .container {
        width: 1120px;
    }
}

@media (min-width: 1200px) {
    .mid-banner .container {
        width: 1125px;
    }
}

/*@media (min-width: 1200px) {
    .joinBanner .container {
        width: 1156px;
    }
}*/

#image {
    text-align: center;
}

@media (max-width: 1440px) {
    .page-title2 img {
        width: 85%;
    }
}

.promoLeft {
     display: none;
}

@media (max-width: 767px){
.modal-content .row .col-xs-12:first-child {
    display: none;
    

}
}

.tab-menu {
    display: block;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 20px
}

.tab-menu-inner {
    list-style: none;
}

.tab-menu-inner li button {
    padding: 0px 19px;
}

@media(max-width: 1023px) {

.tab-menu-inner {
    list-style: none;
       overflow-x:auto;
white-space: nowrap;
}

.tab-menu-inner li {
display: inline;
padding: 0px 10px;
}

}


@media (max-width: 768px) {
button.close {
    right: 4% !important;
    top: 3% !important;
    transform: translate(25%, 0) !important;
    font-size: 18px;
    padding: 15px 19px;
}
}

@media (max-width: 425px) {
button.close {
    right: 1% !important;
    top: 0% !important;
    transform: translate(25%, 0) !important;
    font-size: 18px;
    padding: 15px 19px;
}
}
@media (max-width: 1023px) {
.tablink img  {
vertical-align: unset;
}
}

@media (min-width: 1200px) {
.contentHome .container {
    width: 1100px;
}
}

.promoin-table tbody tr td {
   border: 1px solid white !important;
}

.banner-downl img {
   width: 100%;
}

.top3winner {
     display: inline-block;
}

.top3winner:nth-child(2) {
   margin: 0px 20px;

} 

.top3winner:first-child img {
   width: 75px;

} 

.first3winner {
   padding-top: 20px;
}

.top3winner:nth-child(3) img {
   width: 75px;

} 

.username {
  color: white;
   font-family: Poppins-Regular;
   font-size: 10px;
padding-top: 10px;
margin: unset;
}

.money {
    color: white;
   font-family: Poppins-Regular;
font-weight: bold;
margin: unset;
}

.point {
  color: white;
  font-size: 12px;
}

.sportnew {
    display: none;

}


.sportnew.active  {
    display: block;

}

.home-menu-select.active {
   background: #59075C;
}

.home-menu-select p,  {
   color: white;

}


.new-row {
position: relative;
    height: 500px;
    margin-top: 250px;

}

@media (max-width: 1439px) {
    .new-row {
         margin-top: unset;
}
}

.upnhigh2 {
   position: absolute;
   top: 50%; 
   transform: translateY(-50%);
right: -15px;
width: 520px;
}

@media (max-width: 1440px) {
   .upnhigh2 {
     right: 0px;

}
}

@media (max-width: 1199px) {
   .upnhigh2 {
     width: 330px;

}}

@media (max-width: 1199px) {
.upnhigh2 {
   position: relative;
  display:block
width: 100%;
}
}

.home-menu {
   position: absolute;
top: 45%;
transform: translateY(-50%);
z-index: 2;
left: -7%
}

@media (max-width: 1440px) {
     .home-menu {
    left: unset;
}
}

.home-menu2 {
   position: relative;
bottom: 0px;
z-index:1
}

@media (max-width: 1199px) {
  .home-menu2 {
      bottom: 60px;
      width: 100%;

}
}

.try-see {
 position: relative;

}


.home-menu-select p {
    color: white;
     font-size: 15px;
font-weight: bold;
letter-spacing: 2px;
}

.home-menu-select  {
      background :#210E2E;
    padding: 10px 20px 10px 90px;
margin: 25px 0px;
border-radius: 5px;
transition: 0.5s;
position: relative;
}

.home-menu-select img {
    width: 55px;
    position: absolute;
    top: -8px;
    /*transform: translateY(-50%);*/
    margin-left: -75px;
opacity:0;
transform: scale(0);
transition: 0.5s
}

.home-menu-select.active img {

opacity:1;
transform: scale(1);
}

.home-menu-select:hover {
      background: #59075C;
cursor: pointer;

}



@media (max-width: 500px) {
	.home-menu-select {
    padding: 10px 10px 10px 60px;
    margin: 10px 10px 10px 10px;
   float: left;}
  
.home-menu {
    position: absolute;
    top: -50%;
}	
}








.real-sub-title {
    color: #e88ee6

}

.real-sub-title2 {
    color: white;

}

.footer-li-new {
    position: relative;
    width: 49%;
    display: inline-block;

}

.footer-li-new:hover .back-foot {
    opacity: 1;
}

.footer-li-new img {
    transition: 0.4s
}

.back-foot {
      position: absolute;
    top: 3px;
    left: 0;
    opacity: 0;
}

.caret {
  display: none !important;

}

.login-img {
   margin-top: unset !important;

}

.pop-reg2 {
   background: #331C46;
padding: 15px 25px 15px 25px;

}

.try-new-banner {
   display: flex;

}

.new-banner-right {
    align-self: center;
}

.footer-logo-new {
   position: relative;
   width:180px;
}

.footer-logo-new img{
   transition: 0.4s;

}

.footer-logo-new:hover .back-foot {
    opacity: 1;

}

.contact-new a p {
    color: #ff8eff;

}

.grand {
    font-size: 15px;
letter-spacing: 2px;

}

.animation-element {
    opacity: 0;
    position: relative;
transition: transform .2s
}

.animation-element img{
   transition: 0.2s;
}

.animation-element img:hover {
   transform: scale(1.1);
}
   .slide-left{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    -moz-transform: translate3d(-500px, 0px, 0px);
    -webkit-transform: translate3d(-500px, 0px, 0px);
    -o-transform: translate(-500px, 0px);
    -ms-transform: translate(-500px, 0px);
    transform: translate3d(-500px, 0px, 0px);
}



.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.leaderboardContent .fade img {
  margin: unset;
}

@media screen and (max-width: 1920px) and (min-width: 1800px) {
.cmsmenu ul li:nth-child(6) {
    margin: 0px 5px !important;
}
}


@media screen and (max-width: 1920px) and (min-width: 1800px) {
    #cssmenu>ul>li {
   margin: 0 12px !important;
}
}

@media (min-width: 1441px) {
#cssmenu>ul>li {
   margin: 0 10px !important;
}
}

@media (max-width: 1440px) {
#cssmenu>ul>li {
   margin: 0 7px !important;
}
}

.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
}

.content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
border-radius: 10px;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.fadeIn-bottom {
    top: 80%;
}

.content-text {
       color: white;
    background: #2E1340;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid black;
   font-family: Poppins-Bold;
letter-spacing: 1px;
}

.chg-lang a img {
   transition: 0.5s;
}

.chg-lang a:hover img {
   transform: scale(1.2)
}

.pop-down a img {
    transition: 0.3s;
padding: 0px 10px;
}

.pop-down a img:hover {
    transform: scale(0.8);
}




@media all 
and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) 
and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) 
and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) 
and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) 
and (max-width: 1024px), only screen and (min-resolution: 192dpi) 
and (max-width: 1024px), only screen and (min-resolution: 2dppx) 
and (max-width: 1024px) {
.gameBtn .nav-tabs>li {
    width: 50% !important;
}
}



#cssmenu>ul>li .home::before,
#cssmenu>ul>li .sport::before,
#cssmenu>ul>li .casino::before,
#cssmenu>ul>li .lottery::before,
#cssmenu>ul>li .slots::before,
#cssmenu>ul>li .promo::before,
#cssmenu>ul>li .affiliate::before,
#cssmenu>ul>li .vip::before,
#cssmenu>ul>li .leaderboard::before{
    content: '';
    display: block;
    background-size: 100% !important;
    width: 25px;
    height: 25px;
    margin: 5px auto;
}

#cssmenu>ul>li .home::before{
    background: url(imgs/home1.png)center center no-repeat;
}

#cssmenu>ul>li:hover .home::before, #cssmenu>ul>li.active .home::before{
    background: url(imgs/home2.png)center center no-repeat;
}

#cssmenu>ul>li .sport::before{
    background: url(imgs/sport1.png)center center no-repeat;
}

#cssmenu>ul>li:hover .sport::before, #cssmenu>ul>li.active .sport::before{
    background: url(imgs/sport2.png)center center no-repeat;
}

#cssmenu>ul>li .casino::before{
    background: url(imgs/live1.png)center center no-repeat;
}

#cssmenu>ul>li:hover .casino::before, #cssmenu>ul>li.active .casino::before{
    background: url(imgs/live2.png)center center no-repeat;
}

#cssmenu>ul>li .lottery::before{
    background: url(imgs/lottery1.png)center center no-repeat;
}

#cssmenu>ul>li:hover .lottery::before, #cssmenu>ul>li.active .lottery::before{
    background: url(imgs/lottery2.png)center center no-repeat;
}

#cssmenu>ul>li .slots::before{
    background: url(imgs/slot1.png)center center no-repeat;
}

#cssmenu>ul>li:hover .slots::before, #cssmenu>ul>li.active .slots::before{
    background: url(imgs/slot2.png)center center no-repeat;
}

#cssmenu>ul>li .promo::before{
    background: url(imgs/pro1.png)center center no-repeat;
}

#cssmenu>ul>li:hover .promo::before, #cssmenu>ul>li.active .promo::before{
    background: url(imgs/pro2.png)center center no-repeat;
}

#cssmenu>ul>li .affiliate::before{
    background: url(imgs/affi1.png)center center no-repeat;
}

#cssmenu>ul>li:hover .affiliate::before, #cssmenu>ul>li.active .affiliate::before{
    background: url(imgs/affi2.png)center center no-repeat;
}

#cssmenu>ul>li .vip::before{
    background: url(imgs/vip1.png)center center no-repeat;
}

#cssmenu>ul>li:hover .vip::before, #cssmenu>ul>li.active .vip::before{
    background: url(imgs/vip2.png)center center no-repeat;
}

#cssmenu>ul>li .leaderboard::before{
    background: url(imgs/lb1.png)center center no-repeat;
}

#cssmenu>ul>li:hover .leaderboard::before, #cssmenu>ul>li.active .leaderboard::before{
    background: url(imgs/lb2.png)center center no-repeat;
}







.promoLeft{ padding: 45px 25px; }
@media (max-width: 768px){
  .promoLeft { padding: 17px 10px;  }
  .arrow{
    font-size: 50px;
    width: 10% !important;
    transform: unset;
  }
}
.info .carousel{  height: 430px; }
.info .item > ul > li{ margin-top: 20px; }
.info .carousel-indicators .active{
  background-color: #fddcff;
  border: none;
}
.info .carousel-indicators li{ 
  background-color: #fff; 
  margin-right: 8px;
}

.bank ul > li { 
list-style: none; margin-top: 20px; 
}
.bank .listStyle li {
    list-style: url(imgs/bullet.png);
    margin: 0px 25px 20px 25px !important;
}

.two-column
{
-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
@media (max-width:500px){
  .bank .listStyle li{
    margin: 0px 0px 5px 25px !important;
    width: 50px;
  }
  .two-column{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
    

.gameLogo img, .bankLogo img{ transition: 0.4s; }
.gameLogo li, .bankLogo li{ position: relative; }
.gameLogo li .back, .bankLogo li .back{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.gameLogo li:hover .front, .bankLogo li:hover .front{ opacity: 0;}
.gameLogo li:hover .back, .bankLogo li:hover .back{ opacity: 1;}

.modal-dialog{
  top: 50%;
  transform: translateY(-50%) !important;
  height: fit-content; 
}
#register-body{  width:100%;  }
#register-body li:first-child{ width: 44%; vertical-align: middle; }
#register-body li:last-child{ width: 55%; vertical-align: middle; }
form#registerform dl {
  margin: 0 5px 10px 5px;
  width: 46%;
  display: inline-block;
  vertical-align: top;
}
input#registerform_UserName {
  width: 100% !important;
}
input.btnCheckUser {
position: absolute;
top: 46%;
transform: translate(-50%,-50%);
    width: 75px !important;
    margin-left: 10px !important;
    font-size: 10px !important;
    border-radius: 5px;
    border: none;
left: 81%;
}

dl#groupSubmit {
    width: 50% !important;
    margin: auto !important;
    display: block !important;
}

dl#groupVerifyCode {
    position: relative;

}
dl#groupVerifyCode dd:nth-child(2) {
    width: 100% !important;
    display: inline-block;
}
dl#groupVerifyCode dd:nth-child(3) {
    width: 35% !important;
    display: inline-block;
    margin-left: 15px;
    position: absolute;
    top: 65%;
    left: 76%;
transform: translate(-50%,-50%);
}
form#registerform input, form#registerform select{
  padding: 6px 10px;
  font-size: 15px;
}

form#registerform dl dd {
    position: relative;
}

form#registerform input:first-child, form#registerform select{
   background:transparent;
  border: 1px solid #3A2E42;
  border-radius: 4px;
}
form#registerform select option {    color: #000;  }
/*input#registerform_btnSubmit {  border: 1px solid #e789e7 !important; }*/
.modal-content{
  padding: 0;
  overflow: hidden;
}

.modal-title{
  color: #e88ee6;
  font-size: 30px;
}
button.close{
  position: absolute;
  right: 1%;
  top: 1%;
  color: #fff;
  border-radius: 100px;
  background: #e51f1f;
  padding: 10px 19px;
  opacity: 1;
  font-size: 40px;
  z-index: 9;
}
.close:focus, .close:hover{
  color: #fff;
  opacity: 1;
}
.live-services div{
  display: inline-block;
  vertical-align: middle;
}
.live-services div img{ 
  width: 80%;
}

.ytb ul li {
  width: 47%;
}
.ytb iframe {
  width: 100%;
  height: 300px;
}
/* responsive */
@media all and (max-width: 1440px){
  .modal-dialog { width: 68%; }
}
@media all and (max-width: 1200px){
  #register-body li:last-child{ width: 55%;} 
}

@media (max-width: 1199px) {
      dl#groupVerifyCode dd:nth-child(3){ 
width: 34% !important; 
left: 73%;
}

}

@media(max-width: 1199px) {
  input.btnCheckUser{ width: 35% !important; left: 76%;}
}
@media all and (max-width: 1024px){
  form#registerform input, form#registerform select {
    /*padding: 12px 10px ;*/
    font-size: 12px ;
  }
  .modal-dialog{ width: 94%; }

  .proJackpot ul li:nth-child(2) { width: 30%; }
  .ytb ul li { width: 65%; }
}

@media all and (max-width: 768px){
  #register-body li:first-child{  display: none; }
  #register-body li:last-child{ width: 100%; }
  form#registerform { 
    width: 80%;
    margin: auto;
  }
  form#registerform dl{ width: 100%; } 
  .modal-title {
    text-align: center;
    display: block;
  }
.threeSteps ul li{
    width: 25%;
    vertical-align: middle;
  }

  .proJackpot ul li:nth-child(2) { width: 32%; }
  button.close{
    right: 50%;
    top: -10%;
    transform: translate(25%, 0);
    font-size: 18px;
    padding: 15px 19px;
  }
  .ytb ul li { width: 45%; }
}

@media(max-width:650px){
.ytb ul li{width:93%}
}

@media all and (max-width: 425px){
  .modal-dialog{ width: 95%; }
  .modal-content{
    border-radius: 25px;
    text-align: left;
  }

  .proJackpot ul li:nth-child(2) { width: 40%; }
  .proJackpot ul li:nth-child(2) .prize {  font-size: 22px;  }
  .proJackpot ul li .prize { font-size: 15px; }
  .ytb ul li { width: 93%; }
}



#mobile-theme-header-link {
    display:flex;
    order:1;
    margin:15px 0;
}
#theme-header-link {
    display:none;
}
#cssmenu>ul>li {
    float: left;
    transition: .2s;
    margin: 0 3px;
    border-radius: 10px;
}
#cssmenu > ul > li > a {
    font-size: 16px;
    padding: 0 7px;
font-family: AkzidenzGrotesk;
}
.logo-head {
    background: linear-gradient(0deg, #170031, #1f0034);
    padding: 12px 0px;
}

@media (max-width: 1024px) {
.logo-head {
    padding: 12px 0px 0px 0px;

}
}
.logo-head .container {
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    padding: 0;
}

#theme-header-logo {
    float: unset;
    margin-top: 0;
    display: flex;
    width: 20%;
}

#theme-header-logo img {
    width: 100%;
}
#theme-menu {
    height:unset;
    background: unset;
    display: flex;
}

.loginTop {
    width: 53px;
}





@media screen and (max-width: 1920px) and (min-width: 1800px)  {

#theme-header-logo {
    width: 22%;
}
#cssmenu>ul>li {
    margin: 0 16px;
}

}

@media all and (max-width: 768px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

.logo-head .container{
    flex-flow:column;
}
#theme-header-logo {
    width: 30%;
    padding: 10px 0;
}
#mobile-theme-header-link {
    display: flex;
    justify-content: center;
    order: 0;
}

#cssmenu>ul>li, #cssmenu.align-center>ul>li, #cssmenu.align-right>ul>li {
    float: none;
    display: block;
    margin: 7px 0;
}

}










