/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=Poppins:wght@300&display=swap');*/

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

/* Provide sufficient contrast against white background */
/*a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}

body {*/
/* Margin bottom by footer height */
/*margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
font
  line-height: 60px;*/ /* Vertically center the text there */
/*}*/


@import url("/theme/uw88india6/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-color: var(--home-bg-color) !important;
    background-size: cover;
    transition: 0.5s;
}

.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: 1999;
    width: 100%;
    position: fixed;
}

#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%;
}
/* 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: 18px 10px;
    color: #fff;
    border-radius: 5px;
    /*max-width: 118px;*/
}

input#customform_UserName, input#customform_Password {
    border: none;
    background: #fff;
    text-transform: unset;
    color: #000000;
    width: 100%;
}

input#customform_submit {
    border: none;
    background: #ff0000 !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: #ff0000;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #a32b72;
    }

/* header */
.loginTop {
    color: #fff !important;
    margin: 5px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
width: 155px
}

.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;
    align-items: center;
}

    .v2 ul {
        padding: 0;
        list-style: none;
        display: inline-block;
    }

        .v2 ul li {
            display: inline-block;
            margin: 0 2px;
        }


.regBtn a p {
    background: #34BA90;
    color: #fff !important;
    border: 1px solid #34BA90 !important;
    padding: 6px 27px;
    transition: 0.5s;
    font-size: 13px;
    font-weight: bold;
    border-radius: 4px;
    transition: 0.4s;
}

.regBtn a:hover p {
    color: #34BA90 !important;
    background: #fff !important;
}

.modal-content {
    background: #ff0000;
    padding: 10px 30px;
}

.bank-img img {
    width: 115px;
}

@media (max-width:1199px) {
    .bank-img img {
        width: 74px;
    }
}

@media (max-width:1024px) {
    .bank-img img {
        width: 68px;
    }
}

.modal-title {
    color: var(--font-change-color) !important;
    display: inline-block;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}
/*home*/
.proJackpot {
    color: #fff;
    font-family: Poppins-Regular;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

    .proJackpot img {
        width: 300px;
        height: 436px;
    }

.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(/theme/uw88india2/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-color: var(--home5-bg-color) !important;
    color: #fff;
    padding: 20px 0px 50px 0px;
    transition: 0.5s;
}


/*.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;
}


/*sport*/
.sportBg {
    width: 100%;
    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;
}
/*lottery*/
.lottoBg {
    width: 100%;
    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-position: top;
    background-size: 100%;
    padding-top: 30px;
    color: #fff;
}

    .slotBg .iframe-container {
        padding-top: 20px;
    }

/*promotion*/
.promoBg {
    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;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

    ol#faq_modal li {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
    background-color: var(--promo-bg-color);
    border-radius: 10px 10px 10px 10px;
    }


ol#faq_modal li:hover {
    box-shadow: 0 0 11px rgb(243 238 238);
    transition: 0.5s;
}

ol#faq_modal li a {
     text-decoration: none;
}

.promoImg img {
    border-radius: 10px 10px 0px 0px;
}

/*.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: var(--font-change-color);
    font-size: 17px;
}

.promoImg {
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #ff0000;
}

.learn {
    background: #000;
    margin: 20px 0px;
    width: fit-content;
    padding: 8px 15px;
    border-radius: 5px;
    color: white;
    font-size: 15px;
}

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: var(--promo2-bg-color);
    color: #fff;
    box-shadow: 0 0 20px -8px #FF0000;
    padding: 36px 15px;
    border: 1px solid grey;
}

div#faq_fbinner {
    border: none;
    padding: 0px 30px 10px 30px;
    width: 100% !important;
    height: 739px !important;
}

@media (max-width: 1440px) {
    div#faq_fbinner {
        height: 690px !important;
    }
}

@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;
        color: var(--font-change-color);
    }

@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;
    line-height: 38px;
}*/

.pop-msg-1 ul {
    padding: 0px 22px 90px 22px;
}

    .pop-msg-1 ul li {
        position: relative;
        list-style: none;
        color: white;
        font-family: AkzidenzGrotesk;
        font-size: 24px;
        letter-spacing: 2px;
        text-transform: uppercase;
        line-height: 55px;
    }

        .pop-msg-1 ul li:after {
            content: '';
            height: .4em;
            width: .4em;
            background: #dd7cdd;
            display: block;
            position: absolute;
            transform: rotate(45deg);
            top: 22px;
            left: -22px;
        }


.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 {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    color: white;
}

.fancybox-inner {
    /*    height: auto !important;*/
    /*width: 660px !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: var(--home-bg-color);
    background-position: top;
    background-size: 100%;
    padding: 30px 0 0 0;
    color: #fff;
    transition: 0.5s;
}

    .affiliateBg h3 {
    color: var(--font-change-color);
    margin-bottom: 25px;
    margin-top: 45px;
    font-weight: bold;
    font-size: 18px;
    }


.affiliateBg h3 span {
    color: #FE0000;
    margin-right: 7px;
}

.affi-new2 ol li {
    padding-bottom: 5px;
}

@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: 13px;
                font-size: 14px;
                color: var(--font-change-color);
        }

            .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;
}

/*.game-name {
    margin-top: -24px;
}*/


/*@media(max-width: 425px) {
    .game-name {
        position: absolute;
        top: 79%;
        left: -79px;
        transform: translate(50%, 50%);
        width: 100%;
    }
}*/

.game-name p {
    color: var(--font-change-color);
    text-decoration: unset !important;
    padding: 7px 10px;
    font-size: 17px;
}

@media(max-width: 1024px) {
     .game-name p {
          font-size: 15px;
}
}

.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: #000000;
}

    form#registerform input::placeholder {
        color: #969696;
    }

form#registerform dl {
    margin-bottom: 10px;
}

    form#registerform dl dt {
        color: var(--font-change-color);
        font-weight: unset !important;
        text-align:left;
    }

.btnCheckUser, #registerform_btnSubmit {
    background: #ff0000 !important;
    border: unset !important;
    font-weight: bold;
    color: white !important;
}

.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-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 {
    transition: 0.5s;
    position: relative;
    margin-left: 10px;;
}

    .footer-icon img {
        transition: 0.3s;
        width: 40px;
    }

.footer-icon-img {
    transition: 0.2s
}

.footer-icon-hover {
    width: 40px;
    transition: 0.4s;
}

.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-color: var(--footer2-bg-color) !important;
    transition: 0.5s
}

.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 #ff0000;
    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: var(--font-change-color) !important;
    }

.desc-title {
    font-size: 23px;
    text-align: center;
    color: var(--font-change-color) !important;
}

.desc-sub-title {
    font-size: 14px;
    color: #ff0000;
}

.desc-content {
    border-top: 3px solid #a92ea9;
    background: #000;
}

.desc-sub-title {
    color: #ff0000;
}

@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: var(--font-change-color);
}

    .vipTable2 tr td:first-child {
        text-align: left;
        font-family: Poppins-Regular;
    }


.vipTable2 tbody tr {
    background:var(--promo-bg-color);
}

/*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(2) {
    background: none;
}

table.vipTable2 tr:nth-child(2) td:last-child {
    border-radius: 0 0px 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%;
    padding-bottom: 30px;
}

.leaderboard-box ul {
    list-style: none;
    width: 100%;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

    .leaderboard-box ul li {
        display: inline-block;
        margin: 10px 15px;
        width: 45%;
    background: var(--promo-bg-color);
    border-radius: 25px;
    }

@media (max-width:1024px) {
    .leaderboard-box ul li {
        width: 100%;
        margin: 10px 0;
    }
}

.leaderboard-box-info {
    padding: 15px;
    text-align: left;
    border-top: 2px solid #ff0000;
}

    .leaderboard-box-info p {
        font-size: 11px;
        height: 40px;
        color: var(--font-change-color);
    }

    .leaderboard-box-info a {
        color: #fff;
        text-decoration: none;
    }

        .leaderboard-box-info a:hover {
            color: #000;
            text-decoration: none;
        }

.leaderboardBg h3 {
    color: var(--font-change-color);
    font-size: 22px;
}

.ranking-prize {
    color: #fff;
    padding: 10px 0;
    background-size: 100% 100%;
    margin: 15px 0;
    text-align: center;
}

.ranking-prize h2 span {
    margin: 0px 10px;
}

    .ranking-prize h2 {
        font-family: AkzidenzGrotesk;
        color: var(--font-change-color);
    }

.leaderboardTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 25px;
    font-size: 14px;
}

    .leaderboardTable tbody tr:first-child th {
        background: #202529;
        color: #fff !important;
    }


.leaderboardTable tbody tr:nth-child(3) td:first-child {
      border-radius: 10px 0px 0px 10px;
}

.leaderboardTable tbody tr:nth-child(3) td:last-child {
      border-radius: 0px 10px 10px 0px;
}

.leaderboardTable tbody tr:nth-child(4) td:first-child {
      border-radius: 10px 0px 0px 10px;
}

.leaderboardTable tbody tr:nth-child(4) td:last-child {
      border-radius: 0px 10px 10px 0px;
}

    .leaderboardTable tbody tr:first-child th:last-child {
        border-radius: 0px 0px 10px 0px;
    }

    .leaderboardTable tr th,
    .leaderboardTable tr td {
        text-align: center;
        color: var(--font-change-color);
        font-size: 20px;
    }

    .leaderboardTable tr th {
        padding: 15px 25px;
    }

    .leaderboardTable tr td {
        padding: 10px 0;
    }

    .leaderboardTable img {
    position: relative;
    margin: -9px 0px -8px 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: var(--font-change-color);
    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: #ff0000;
    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;
    align-self: center;
}

@media(max-width: 425px) {
    .step-in2 {
        text-align: center;
    }
}

.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('/data/1768/uploads/Mask Group 36.jpg')no-repeat;
    background-size: cover;
    padding: 70px 0px 70px 0px;
    position: relative;
}

@media (min-width: 1441px) {
    .joinBanner .container {
        width: 1365px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .joinBanner .container {
        width: 1200px;
        /*width: 1010px*/
    }

    .hot-game-category ul li {
        margin: 5px 5px 17px !important;
        width: 100% !important;
    }
}

@media (min-width: 1441px) {
    .new-desc .container {
        width: 1356px;
    }
}


@media (min-width: 1200px) and (max-width: 1440px) {
    .new-desc .container {
        width: 1385px;
    }
}

@media(max-width: 1439px) {
    .joinBanner {
        height: unset;
    }
}

#jackpotgrand {
    font-size: 35px;
    font-weight: bold;
}

.joinBanner-left {
    text-align: center;
}

@media (min-width:1441px) {
    .joinBanner-left img {
        width: 100%;
        height: 482px;
        border-radius: 15px;
    }
}

@media (max-width: 1440px) {
    .joinBanner-left img {
        width: 100%;
        height: 445px;
border-radius: 15px;
    }
}

@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: 14px;
    background: #271B29;
}

.nav-tabs li:first-child .hotBtn {
    padding: 12px 35px !important;
    letter-spacing: 1px;
}

@media(max-width: 320px) {
    .nav-tabs li:first-child .hotBtn {
        padding: 12px 20px !important;
    }
}

.nav-tabs {
    border-bottom: unset;
}

    .nav-tabs li:nth-child(2) {
        margin-left: 10px;
    }

.hr-between-game {
    margin-top: 1px;
    margin-bottom: 1px;
    border-top: 1px solid #8080805c;
}

.nav > li > a {
    transition: 0.5s;
    font-family: ViceCitySans;
    text-transform: uppercase;
    font-weight: bold;
}

    .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: 26px 0px 0px 0px;
    margin: 0;
    text-align: left;
    display: grid;
    gap: 0px 10px;
    grid-template-columns: repeat(5, 1fr);
}

    .hot-game-category ul li {
        width: 100%;
        margin: 0 2px 25px;
        border-radius: 10px 10px 10px 10px;
    }

        .hot-game-category ul li img {
            margin-top: 0px !important;
        }

@media (max-width: 1199px) {
    .hot-game-category ul li {
        width: 100%;
        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 img {
    width: 100%;
    border-radius: 10px 10px 0px 0px
}

.hot-game-category ul li p {
    color: #c3c3c3;
    font-family: 'Poppins-Medium';
    font-size: 12px;
    text-align: center;
    background: black;
    border-radius: 0px 0px 10px 10px;
    padding: 8px 0px;
}


@media (max-width: 1440px) {
    .hot-game-category ul li p {
        font-size: 12px;
        padding: 8px 0px;
    }
}

@media (max-width: 1199px) {
    .hot-game-category ul li p {
        font-size: 10px;
        padding: 9px 0px;
    }

    .joinBanner-left img {
        width: 100%;
        height: 346px;
    }
}

.gameLogo {
    padding: 20px 0px 20px 0px;
}

.slider {
    position: relative;
    width: 100%;
    place-items: 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-top: 10px;
    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('/data/1768/uploads/Mask Group 41.jpg')no-repeat;
    background-size: cover;
    background-position: center top;
}

@media (min-width: 1800px) {
    .contentHome-big .container {
        width: 1260px !important;
    }
}


@media (min-width: 1200px) and (max-width: 1799px) {
    .contentHome-big .container {
        width: 1160px !important;
    }

    .home-menu-select2 img {
        width: 617px !important;
    }

    .new-row {
        height: 425px !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 945px;
    }
}

@media (max-width: 425px) {
    .contentHome-big {
        padding-bottom: 10px;
    }
}

.contentHome {
    background-image: url('/data/1768/uploads/Mask Group 61.png');
    background-size: 100% 100%;
}

@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: 71%;
    left: 68%;
    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;
    top: 103%;
    left: 63%;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

    .descriptionsC img {
        width: 100%;
    }

@media (max-width: 1440px) {
    .descriptionsB {
        top: 60%;
        left: 74%;
    }

    .descriptionsC {
        top: 92%;
        left: 69%;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .descriptionsB {
        top: 52%;
        left: 74%;
    }

    .descriptionsC {
        top: 81%;
        left: 69%;
    }
}

@media (max-width: 1199px) {
    .descriptionsB {
        top: 54%;
        left: 76%
    }

    .descriptionsC {
        top: 81%;
        left: 72%;
    }
}

@media (max-width: 1024px) {
    .descriptionsB {
        top: 53%;
    }

    .descriptionsC {
        top: 80%;
    }
}

.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;
    }



.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 {
    background: url('/data/1768/uploads/Mask Group 326.png');
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: top right;
}

/*    .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-2inner1 {
    color: var(--font-change-color) !important;
    font-weight: bold;
    font-size: 75px;
   font-family: AkzidenzGrotesk;
   font-style: italic;
   line-height: 55px;
}

@media (max-width: 1440px ) {
    .desc-2inner2 {
        font-size: 35px !important;
    }
}

@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: #ff0000;
    font-size: 50px;
    font-weight: bold;
    font-family: AkzidenzGrotesk;
    font-style: italic;
}

.desc-2inner3 {
    width: 520px;
    color: var(--font-change-color) !important;
    font-size: 15px;
    text-align: justify;
    font-family: Poppins-Light;
}

@media(max-width: 1440px) {
    .desc-2inner3 {
        width: 365px;
    }
}

@media(max-width: 1199px) {
    .desc-2inner3 {
        width: 400px;
        margin: auto;
        text-align: center;
    }
}

@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;
    text-align: center;
}

/*.bankLogo .container {
    width: 1320px
}*/

.bankLogo {
    background-color: var(--footer-bg-color) !important;
    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;
}

.footer-ul {
    list-style: none;
}

    .footer-ul li {
        padding: 3px 0px 8px 0px;
        color: white !important;
        font-size: 15px;
    }

        .footer-ul li p {
            color: #6d6767;
            font-size: 14px;
            font-weight: 400;
            transition: 0.2s;
            padding-bottom: unset !important;
        }

.footer-col4 ul li a {
    padding: unset;
}

.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: #ff0000 !important;
    }

@media (max-width: 425px) {
    .footer-ul li {
        padding: 4px 0px;
    }
}



.footer-col1 {
    width: 33%;
    padding: 0px 10px;
}

.footer-col2 {
    width: 12%;
    padding: 0px 10px;
}

.footer-col3 {
    width: 23%;
    padding: 0px 10px;
}

.footer-col3 ul li {
    padding: 20px 0px;
}

.footer-col3 ul li img {
    padding: 5px;
    background: black;
    border-radius: 10px;
}

.footer-col4 {
    width: 13%;
    padding: 0px 10px;
}

.footer-col5 {
    width: 18%;
    padding: 0px 10px;
}

.footer-col6 {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
border-top:1px dotted var(--font-change-color);
}



@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;
    padding-bottom: 25px;
    color: var(--font-change-color) !important;
}

.footer-col3 p {
    font-weight: bold;
    font-size: 15px;
    color: var(--font-change-color) !important;
}

.footer-col4 p {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 25px;
    color: var(--font-change-color) !important;
}

.footer-col5 p {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 25px;
    color: var(--font-change-color) !important;
}

.flw-us {
    display: flex;
}

.flw-social {
    color: var(--font-change-color) !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: none;
    border-radius: 10px;
    background-color: var(--promo-bg-color) !important;
    transition: 0.5s;
}

.affiliate-table2 {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    border-collapse: collapse;
}

    .affiliate-table2 tbody tr td {
        padding: 10px 0px;
        color: var(--font-change-color);
        font-size: 20px;
    }

@media (max-width: 425px) {
    .affiliate-table2 tbody tr td {
        font-size: 15px;
    }
}

.tcont-1 {
    width: 20%;
    color: #ff0000;
    text-align: center;
    font-size: 25px;
}

.tcont-2 {
    width: 20%;
    color: #ff0000;
    text-align: center;
    font-size: 25px;
}

.tcont-3 {
    width: 30%;
    color: #ff0000;
    text-align: center;
    font-size: 25px;
}

.tcont-4 {
    width: 30%;
    color: #ff0000;
    text-align: center;
    font-size: 25px;
}

@media (max-width: 1439px) {
    .tcont-1 {
        color: #ff0000;
        text-align: center;
        font-size: 21px
    }

    .tcont-2 {
        color: #ff0000;
        text-align: center;
        font-size: 21px
    }

    .tcont-3 {
        color: #ff0000;
        text-align: center;
        font-size: 21px
    }

    .tcont-4 {
        color: #ff0000;
        text-align: center;
        font-size: 21px
    }
}


@media (max-width: 768px) {
    .tcont-1 {
        color: #ff0000;
        text-align: center;
        font-size: 19px
    }

    .tcont-2 {
        color: #ff0000;
        text-align: center;
        font-size: 19px
    }

    .tcont-3 {
       color: #ff0000;
        text-align: center;
        font-size: 19px
    }

    .tcont-4 {
        color: #ff0000;
        text-align: center;
        font-size: 19px
    }
}

@media (max-width: 425px) {
    .tcont-1 {
        color: #ff0000;
        text-align: center;
        font-size: 12px
    }

    .tcont-2 {
        color: #ff0000;
        text-align: center;
        font-size: 12px
    }

    .tcont-3 {
        color: #ff0000;
        text-align: center;
        font-size: 12px
    }

    .tcont-4 {
        color: #ff0000;
        text-align: center;
        font-size: 12px
    }
}

.img-title2 {
    width: 30%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #000;
    border-radius: 10px;
    top: -20px
}

@media(max-width: 768px) {
       .img-title2 {
           width: 60%;
}
}

.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;
    border-bottom-left-radius: 30px;
    color: white !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: 15px;
    margin-bottom: 15px;
}


/*.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: 19%;
    padding: 5px;
    display: inline-block;
}

.slot-in-game2 li {
    width: 19%;
    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: transparent !important;
    color: white !important;
    margin-right: 10px;
    transition: 0.5s;
    /* margin: 10px 2px; */
    font-size: 13px;
    font-weight: bold;
    border: none !important;
}

.btn-default:hover {
    color: #34BA90 !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:1055px !important;
        margin: 30px auto;
    }
}

@media (min-width: 768px) {
    #langmodal .modal-dialog {
        width: 490px !important;
        margin: 30px auto;
    }
}

#langchange-modal .modal-content {
    box-shadow: rgb(255 255 255 / 12%) 0px 2px 4px 0px, rgb(255 255 255 / 32%) 0px 2px 16px 0px;
}

.modal-header {
    border-bottom: none !important;
    padding: 0px !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(https://uw88india.com/data/1768/uploads/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: 14px 95px 14px 10px !important;
}

#registerform_varifycode {
    padding: 14px 95px 14px 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: 15px;
}

.modal-title {
    color: #e88ee6;
    font-size: 30px;
    font-family: AkzidenzGrotesk;
}

button.close {
    position: absolute;
    right: 1%;
    top: 1%;
    color: var(--font-change-color) !important;
    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;
    display: flex;
    align-items: center;
position: relative;
}



@media (max-width: 1024px) {
    .logo-head .container {
        /*display: flex;*/
        justify-content: center;
        margin: unset !important;
        width: 100% !important;
    }
}

@media (min-width: 1800px) {
    .logo-head .container {
        width: 1750px !important;
        /*display: flex;*/
        justify-content: center;
    }
}

@media (min-width: 1301px) and (max-width: 1440px) {
    .logo-head .container {
        width: 1260px !important;
        /*display: flex;*/
        justify-content: center;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .logo-head .container {
        width: 1150px !important;
        /*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: var(--font-change-color);
    font-style: italic;
}

.small-title {
    color: var(--font-change-color);
    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 #ff0000;
    border-radius: 10px;
    width: 100%;
}

.modal-body {
    text-align: left;
    padding: 10px 0px 70px 0px;
}

.modal-body p {
    color: var(--font-change-color)
}

.signup-rule h4 {
    font-family: Poppins-Regular;
}

#more h4 {
    font-family: Poppins-Regular;
}

#modalLoginForm .modal-dialog .modal-content {
    background: var(--promo-bg-color) !important;
    padding: unset;
}

    #modalLoginForm .modal-dialog .modal-content .row .col-sm-7 {
        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) {
.contactBg .container {
    width: 1450px !important;
}
}

@media (min-width: 1200px) {
    .container {
        width: 1356px;
    }
}

@media (min-width: 1200px) {
    .mid-banner .container {
        width: 1365px;
    }
}

/*@media (min-width: 1200px) {
    .joinBanner .container {
        width: 1156px;
    }
}*/

#image {
    text-align: center;
}

@media (max-width: 1440px) {
    .page-title2 img {
        width: 85%;
    }
}

.promoLeft {
    display:block;
}


@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: unset;
    }

@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;
}

.flex-control-paging li a.flex-active {
    background: #ff0000 !important;
}

.flex-control-paging li a {
    background: #D3D3D3;
}

.desc-container {
    position: absolute;
    width: 700px;
    height: 192px;
    left: 51%;
    top: 188px;
    display: grid;
    grid-template-columns: 1fr 30px 1fr;
    color: white;
}

@media(max-width:1439px) {
    .desc-container {
        width: unset;
    }
}

.desc-container1 {
    position: absolute;
    left: 51%;
    top: 69px;
    color: white;
}

.download-title1 span {
    letter-spacing: 2px;
    font-size: 21px;
}

.download-title2 span {
    font-size: 53px;
    font-family: 'Poppins-Bold';
    letter-spacing: 1px;
}

.download-title3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-top: 15px;
    padding-bottom: 45px;
}

.download-1 a img {
    transition: 0.5s
}

.download-1 a:hover img {
    transform: scale(0.8);
}

.download-1:nth-child(3) a img {
    filter: grayscale(1);
}

.download-title4 a {
    color: white;
    font-size: 20px;
}



.device {
    display: flex;
    align-items: center;
    font-size: 18px;
}

    .device span {
        letter-spacing: 2px;
        margin-left: 10px;
    }

.qr-desc {
    display: flex;
    font-size: 13px;
}

.downl-desc {
    margin-left: 15px;
    font-size: 20px;
    align-self: center;
}

@media(min-width: 1200px) and (max-width: 1439px) {
    .downl-desc {
        font-size: 18px
    }
}

@media (max-width: 1024px) {
    .download-title2 span {
        font-size: 35px;
    }

    .downl-desc {
        font-size: 16px;
    }
}

.downl-desc div:nth-child(3) {
    margin-bottom: 14px;
}

.downl-desc a {
    text-decoration: none;
    color: white;
    background: #59075C;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 10px;
    border: 1px solid #59075C;
    transition: 0.3s;
}

    .downl-desc a:hover {
        border: 1px solid #fff
    }

.sliding-container {
    display: flex;
    height: 416px;
    max-width: 590px;
    position: absolute;
    top: 2px;
    left: 215px;
}

@media (max-width: 1919px) and (min-width: 1441px) {
    .sliding-container {
        left: 29px;
    }
}

@media (max-width: 1440px) {
    .sliding-container {
        left: 7px;
    }
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -33px;
    left: 42%;
    text-align: center;
}

.flexslider3 .flex-control-nav {
    width: 100%;
    position: absolute;
    left: -328px;
    text-align: center;
    bottom: 21px;
display: none !important;
}

.flexslider5 .flex-control-nav {
     width: 100%;
    position: absolute;
    bottom: 131px;
    left: -43%;
    text-align: center;
}

@media (max-width: 1024px) {
    .flexslider3 .flex-control-nav {
        width: 100%;
        position: unset;
        left: 0% ;
        text-align: center;
        bottom: unset;
        margin-top: 26px;
    }
}

.flexslider3 .flex-direction-nav .flex-nav-prev .flex-prev {
    opacity: 1 !important;
    left: 710px !important;
    top: 67% !important;
}

.flexslider3 .flex-direction-nav .flex-nav-next .flex-next {
    opacity: 1 !important;
    color: transparent !important;
    right: 45px !important;
    top: 67% !important;
}

.flex-direction-nav a:before {
    color: var(--font-change-color) !important;
}

@media(max-width: 1440px) {
    .flexslider3 .flex-direction-nav .flex-nav-next .flex-next {
        right: 50px !important;
    }

.flexslider3 .flex-direction-nav .flex-nav-prev .flex-prev {
    opacity: 1 !important;
    left: 730px !important;
    top: 67% !important;
}
}

@media(max-width: 1199px) {
    .flexslider3 .flex-direction-nav .flex-nav-next .flex-next {
        right: 115px !important;
        top: 37% !important;
    }

    .flexslider3 .flex-direction-nav .flex-nav-prev .flex-prev {
    opacity: 1 !important;
    left: 115px !important;
    top: 37% !important;
    }
}

.matches2b {
    padding: 0px 10px;
    text-align: center;
    align-self: center;
}

    .matches2b p {
        color: white;
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-bottom: 5px;
    }

        .matches2b p:nth-child(2) {
            padding-bottom: 20px;
        }

    .matches2b a {
        background: linear-gradient(180deg, rgba(86,75,188,1) 0%, rgba(87,41,140,1) 35%, rgba(83,15,89,1) 100%) !important;
        padding: 10px 30px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.5s;
    }

        .matches2b a:hover {
            background: white !important;
            color: black;
        }

@media (max-width: 1024px) {
    .flex-control-nav {
        left: 0%;
    }
}

.flex-control-nav li {
    margin: 0 3px;
}

.top3winner {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 10px;
}

    .top3winner:nth-child(2) {
        margin: 0px 20px;
    }

.top3winner:nth-child(2) img {
     width: 110px;
}

    .top3winner:first-child img {
        width: 95px;
    }

.first3winner {
    padding-top: 20px;
}

.top3winner:nth-child(3) img {
    width: 95px;
}

.username {
    color: var(--font-change-color);
    font-family: Poppins-Regular;
    font-size: 10px;
    padding-top: 10px;
    margin: unset;
    font-weight: bold;
    font-size: 18px;
}

.money {
    color: #DCB63F;
    font-family: Poppins-Regular;
    font-weight: bold;
    margin: unset;
    font-size: 25px;
}

.point {
    color: var(--font-change-color);
    font-size: 12px;
}

.sportnew {
    display: none;
}

.sportnew iframe {
   border-radius: 10px;
}


    .sportnew.active {
        display: block;
    }

.home-menu-select.active {
    background: #59075C;
}

    .home-menu-select.active p {
        color: white;
    }


.new-row {
    position: relative;
    height: 500px;
}

@media (max-width: 1439px) {
    .new-row {
        margin-top: unset;
    }
}

.upnhigh2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    width: 520px;
}

@media (max-width: 1440px) {
    .upnhigh2 {
        right: 0px;
    }
}

@media (max-width: 1199px) {
    .upnhigh2 {
        width: 330px;
    }
}

.home-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: -42px
}

@media (max-width: 1440px) {
    .home-menu {
        left: unset;
    }
}

.home-menu2 {
    position: absolute;
    bottom: 0px;
    z-index: 1
}

@media (max-width: 1199px) {
    .home-menu2 {
        bottom: 60px;
        width: 580px;
    }
}

.try-see {
    position: relative;
}

.home-menu-select2 img {
    width: 740px;
}

.home-menu-select p {
    color: #5645B5;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    align-self: center;
    padding: 0px 5px;
}

.home-menu-select {
    background: #210E2E;
    padding: 4px 10px 4px 10px;
    margin: 18px 0px;
    border-radius: 5px;
    transition: 0.5s;
    position: relative;
    display: flex;
}

    .home-menu-select img {
        width: 75px;
        transition: 0.3s;
    }

    .home-menu-select.active img:first-child {
        display: none;
    }

    .home-menu-select.active img:nth-child(2) {
        /* opacity: 1; */
        display: block;
    }

    .home-menu-select img:nth-child(2) {
        display: none;
    }

    /*.home-menu-select.active img:nth-child(2) {

opacity:1;
}*/

    .home-menu-select:hover {
        background: #59075C;
        cursor: pointer;
    }

.real-sub-title {
    color: #e88ee6
}

.real-sub-title2 {
    color: white;
}

.footer-li-new {
    position: relative;
    width: 32%;
    display: inline-block;
}

    .footer-li-new:hover .back-foot {
        opacity: 1;
    }

.footer-icon:hover .back-foot {
    opacity: 1;
}

.footer-li-new img {
    transition: 0.4s
}

.footer-icon .back-foot {
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
}

.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;
padding: 3px 0px 20px 0px !important;
}

    .footer-logo-new img {
        transition: 0.4s;
        padding: 10px;
        background: black;
        border-radius: 10px;
        height: 92px;
    }

    .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;
        margin-bottom: 9px;
    }

        .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;
    border: 1px solid #eb8ae8;
}

@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;
    }
}

.change-lang-new .modal-header {
    background: #ff0000;
    padding: 15px !important;
}

    .change-lang-new .modal-header .close {
        top: 0%;
        right: 0%;
    }

.change-lang-new .modal-body {
    padding: 20px 23px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    background: var(--promo-bg-color);
}

.language-select {
    display: flex;
}

    .language-select img {
        width: 70px;
    }

    .language-select ul {
        display: flex;
        align-self: center;
    }

        .language-select ul li {
            list-style: none;
            padding: 0px 10px;
            border-right: 2px solid white;
            height: 30px;
            display: flex;
            cursor: pointer;
        }

            .language-select ul li:nth-child(2) {
                border-right: unset;
            }

    .language-select:nth-child(n+3) ul li {
        border-right: unset;
    }

    .language-select ul li:hover span {
        color: #dd7cdd
    }

    .language-select ul li span {
        align-self: center;
        font-size: 16px;
        transition: 0.3s;
        color: var(--font-change-color);
    }

.language-select-inner p {
    text-align: center;
    margin-top: 9px;
    font-weight: bold;
}

.change-langtitle {
    font-size: 17px;
    font-weight: bold;
}

.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: #ff0000;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid black;
    font-family: Poppins-Bold;
    letter-spacing: 1px;
}

.hot-game-category ul .content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 75%;
    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;
}

.hot-game-category ul .content:hover {
    transform: translateY(-8px);
    transition: .8s ease;
    cursor: pointer;
    box-shadow: 0px -1px 6px 2px #57298c;
}

    .hot-game-category ul .content:hover p {
        color: white;
    }

    .hot-game-category ul .content:hover .content-overlay {
        opacity: 1;
    }

    .hot-game-category ul .content:hover .content-details {
        top: 40%;
        left: 50%;
        opacity: 1;
    }

.hot-game-category ul .content .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;
}

.hot-game-category ul .content .fadeIn-bottom {
    top: 80%;
}

    .hot-game-category ul .content .fadeIn-bottom p {
        background: #2E1340;
        border-radius: 10px;
        padding: 0px 0px;
        border-radius: 5px;
    }


/*.hot-game-category ul li:hover {
    box-shadow: 0px -1px 6px 2px #57298c;
    transform: translateY(-8px);
    transition: .5s ease;
    cursor: pointer;
}*/

.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 5px;
}

    .pop-down a img:hover {
        transform: scale(0.8);
    }

.new-news {
position: relative;
    display: flex;
    background-color: var(--home2-bg-color) !important;
    border-radius: 20px;
    margin-bottom: 25px;
}

@media(max-width: 1199px) {
    .new-news {
        display: table;
    }
}

.news-left {
    width: 50%;
    align-self: stretch;
    text-align: center;
    padding: 42px;
    background-size: 100% 100%;
}


@media (max-width: 1200px) {
    .news-left {
        width: 100%;
display: table-footer-group;
    }
}

.news-right-big {
    width: 50%;
}

@media (max-width: 1200px ) {
    .news-right-big {
        width: 100%;
       display: table-header-group;
    }
}

.news-right {
    padding: 30px 30px;
    width: 100%;
}

@media (max-width: 1199px) {
    .news-right {
        width: 100%;
    }
}

.news-right-inner1 {
    display: grid;
    grid-template-columns: 2fr 3fr;
}

.right-title {
    background-color: var(--home3-bg-color) !important;
    border-radius: 5px;
    width: 113%;
}

@media (max-width: 1440px) {
  .right-title {
     width: 100%;
}
}

.right-title p {
    color: white;
    font-size: 20px;
    padding: 5px 5px;
}

.news-right-inner2 {
    background-color: var(--home4-bg-color) !important;
    padding: 20px 0px 60px 0px;
}

.news-right p {
    color: var(--font-change-color) !important;
    font-family: AkzidenzGrotesk;
}

.right-content {
    padding: 10px;
    font-size: 16px;
    color: #8F9195;
}


.news-desc {
    align-self: center;
    width: 59%;
    padding: 0px 20px 0px 15px;
}

    .news-desc p:first-child {
        font-family: Poppins-Bold;
        font-size: 15px;
        padding: 0px 0px;
    }

    .news-desc p:nth-child(2) {
        font-family: Poppins-Medium;
        padding: 5px 0px;
    }

    .news-desc p:nth-child(3) {
        font-family: Poppins-Regular;
    }

.matches {
    display: flex;
    justify-content: center;
}

.matches1 {
    text-align: center;
    transition: 0.3s;
}

    .matches1:hover {
        transform: scale(0.9);
    }

    .matches1 p {
        color: white;
        font-size: 16px;
        margin-top: 10px;
        font-weight: bold;
    }

.matches3 {
    text-align: center;
    transition: 0.3s
}

    .matches3:hover {
        transform: scale(0.9);
    }

    .matches3 p {
        color: white;
        font-size: 16px;
        margin-top: 10px;
        font-weight: bold;
    }

.matches2 {
    align-self: center;
    padding: 0px 40px;
    text-align: center;
}

    .matches2 p {
        color: white;
        font-size: 22px;
        font-family: Poppins-Medium;
        padding-bottom: 5px;
    }

        .matches2 p:nth-child(2) {
            padding-bottom: 20px;
        }

    .matches2 a {
        background: black;
        padding: 10px 60px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.5s;
    }

        .matches2 a:hover {
            color: black;
            background: white !important;
        }


.news-left-title p {
    color: white;
    font-size: 25px;
    padding-bottom: 25px;
    font-family: Poppins-Bold;
}

.fancybox-skin {
    padding: unset !important;
}

#popmsg {
    padding: 30px;
    background-image: url('/data/1768/uploads/bgpop.jpg');
    border-radius: 15px;
}

.pop-up {
    font-size: 16px;
    line-height: 23px;
}

    .pop-up p:nth-child(2) {
        color: #D29BDB;
        font-family: Poppins-Bold;
    }

.news-display {
    padding: 30px 0px;
}

.newspage {
    background-image: url('/data/1768/uploads/match background.jpg');
    background-size: 100% 100%;
    padding: 60px 0px;
    position: relative;
}

.flexslider4 .flex-control-nav {
    position: unset !important;
    bottom: unset !important;
    left: unset !important;
}

.flexslider4 .flex-direction-nav .flex-nav-prev .flex-prev {
    opacity: 1 !important;
    left: 5px !important;
}


.flexslider4 .flex-direction-nav .flex-nav-next .flex-next {
    opacity: 1 !important;
    right: 5px !important
}

.flexslider2 .flex-direction-nav .flex-nav-prev .flex-prev {
    opacity: 1 !important;
    left: 5px !important;
}


.flexslider2 .flex-direction-nav .flex-nav-next .flex-next {
    opacity: 1 !important;
    right: 5px !important
}

.news-detail-date img {
    width: 100%;
}

.news-detail-date p {
    color: white;
}

    .news-detail-date p:first-child {
        font-family: AkzidenzGrotesk;
        color: #ff0000;
        font-size: 30px;
    }

    .news-detail-date p:nth-child(2) {
        font-size: 14px;
        padding: 10px 0px;
        opacity: 0.8;
    }

.newstitle {
    padding-bottom: 15px;
    padding-top: 10px;
}

    .newstitle p {
        font-family: Poppins-Bold;
        color: white;
        font-size: 19px;
    }

.news-promo img {
    padding: 15px 0px;
}

.news-content {
    padding-top: 40px;
}

.realted-news-cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.news-cont1 {
    cursor: pointer;
    transition: 0.3s;
}

.news-cont1:hover {
   transform: scale(1.1);
}

    .news-cont1 img {
        width: 100%;
    }


.news-content p {
    color: white;
    font-size: 15px;
    text-align: justify;
    padding-bottom: 10px;
    opacity: 0.8;
}

.related-news-title p {
    color: white;
    font-size: 17px;
    font-family: Poppins-Bold;
    display: flex;
    align-items: center;
}

    .related-news-title p::after {
        content: '';
        flex: 1;
        margin-left: 1rem;
        height: 1px;
        opacity: 0.5;
        background-color: #fff;
    }

.related-news-title {
    padding-top: 35px;
    padding-bottom: 20px;
}

.news-cont1 p:nth-child(1) {
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'poppins-bold';
}

.news-cont1 p:nth-child(2) {
    color: white;
    opacity: 0.8;
}

.news-cont-word {
    padding-top: 15px;
}

@media (min-width: 768px) {
    #myContest2 .modal-dialog {
        width: 850px !important;
        margin: 30px auto;
    }
}

@media (min-width: 768px) {
    #myContest3 .modal-dialog {
        width: 850px !important;
        margin: 30px auto;
    }
}

#myContest2 .modal-dialog .modal-content {
    border: 1px solid grey;
    box-shadow: 0 0 20px -8px #dbaae4;
    height: 700px;
    overflow-y: auto;
}

#myContest3 .modal-dialog .modal-content {
    border: 1px solid grey;
    box-shadow: 0 0 20px -8px #dbaae4;
    height: 700px;
    overflow-y: auto;
}

#myContest2 .modal-dialog .modal-content .modal-body {
    padding: 10px 40px 92px 40px;
    font-size: 15px
}

#myContest3 .modal-dialog .modal-content .modal-body {
    padding: 10px 40px 92px 40px;
    font-size: 15px
}

#myContest2 .modal-dialog .modal-content .modal-body div {
    padding-bottom: 25px
}

#myContest3 .modal-dialog .modal-content .modal-body div {
    padding-bottom: 25px
}

#myContest2 .modal-dialog .modal-content .modal-header .close {
    padding: 4px 19px;
    right: -1%;
    top: 0%;
    color: var(--font-change-color);
}

#myContest3 .modal-dialog .modal-content .modal-header .close {
    padding: 4px 19px;
    right: -1%;
    top: 0%;
    color: var(--font-change-color);
}

#theme-contain-home {
    position: relative;
}

.overlay-msg {
    position: absolute;
    top: -128px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 1999;
}

.popup-msg1 {
    position: relative;
    margin: 150px auto;
    padding: 45px 0;
    /*background: url(/data/1768/uploads/Winz_telegram.png);*/
    border-radius: 5px;
    width: 40%;
    height: 485px;
    z-index: 2000;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.popup-msg2 {
    position: relative;
    margin: 150px auto;
    padding: 45px 0px;
    background: url(https://uw88india.com/data/1768/uploads/popup2.png);
    border-radius: 5px;
    width: 40%;
    height: 13%;
    z-index: 2000;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.popup-msg3 {
    position: relative;
    margin: 150px auto;
    padding: 45px 0px;
    background: url(https://uw88india.com/data/1768/uploads/popup3.png);
    border-radius: 5px;
    width: 40%;
    height: 13%;
    z-index: 2000;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@media (max-width: 1439px) {
    .popup-msg1 {
        width: 50%;
    }

    .popup-msg2 {
        width: 50%;
    }

    .popup-msg3 {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .popup-msg1 {
        width: 60%;
    }

    .popup-msg2 {
        width: 60%;
    }

    .popup-msg3 {
        width: 60%;
    }
}

@media (max-width: 1024px) {
    .popup-msg1 {
        width: 69%;
    }

    .popup-msg2 {
        width: 69%;
    }

    .popup-msg3 {
        width: 69%;
    }
}

.popout-title {
    background: -webkit-linear-gradient(#c4a934, #c4a934);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px 0px;
    width: 100%;
    background-color: #ccc;
    position: relative;
}

.popup-msg1 .close {
    position: absolute;
    top: 48px;
    right: -5px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    opacity: 1 !important;
    z-index: 2001;
}

.popup-msg2 .close {
    position: absolute;
    top: 58px;
    right: -10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    opacity: 1 !important;
}

.popup-msg3 .close {
    position: absolute;
    top: 58px;
    right: -10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    opacity: 1 !important;
}

.popup-msg1 .content-msg {
    overflow: auto;
    padding: 15px;
    position: absolute;
    bottom: 20px;
    right: 0px;
}

.popup-msg2 .content-msg {
    max-height: 30%;
    overflow: auto;
    padding: 15px;
    position: absolute;
    bottom: 20px;
    right: 0px;
}

.popup-msg3 .content-msg {
    max-height: 30%;
    overflow: auto;
    padding: 15px;
    position: absolute;
    bottom: 20px;
    right: 0px;
}

.popup-msg1 .content-msg a {
    text-decoration: unset;
}

.popup-msg2 .content-msg a {
    text-decoration: unset;
}

.popup-msg3 .content-msg a {
    text-decoration: unset;
}


.popup-msg2 .content-msg a img {
    transition: 0.4s;
}

    .popup-msg2 .content-msg a img:hover {
        transform: scale(0.95);
    }

.popup-msg3 .content-msg a img {
    transition: 0.4s;
}

    .popup-msg3 .content-msg a img:hover {
        transform: scale(0.95);
    }

.popdisplay {
    display: none;
}

.lower-page-new {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 20px;
}

.lower-page-left {
   margin: auto;
}

.lower-page-right img{
    width: 100%
}

@media (max-width: 1199px) {
    .lower-page-new {
        height: unset;
    }
}

.desc-3 iframe {
    width: 100%;
    height: 298px;
background: black;
}

@media (max-width:1440px) {
.desc-3 iframe {
    width: 100%;
    height: 320px;
}
    .lower-page-left {
    left: 20px;
    width: 50%;
    }
}



@media (max-width:1199px) {
    .lower-page-left {
    position: unset;
    left: unset;
    transform: unset;
    width: 70%;
    text-align: center;
    margin: auto;
    }
}


@media(max-width: 1199px) {
    .lower-page-right {
    position: unset;
    top: unset;
    transform: unset;
    right: unset;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .lower-page-right img {
        width: 5%;
    }
}

.desc-4 {
    display: flex;
    padding-top: 10px;
}

@media(max-width: 1199px) {
    .desc-4 {
        justify-content: center;
    }
}

.desc-4 p {
    align-self: center;
    padding: 0px 10px;
    font-size: 15px;
    letter-spacing: 2px;
    color: white;
    text-decoration: none;
}

.lower-page-left a:hover .desc-4 p {
    text-decoration: none !important;
}


@media (max-width: 1024px) {
    #theme-header-logo img {
        width: 100% !important;
    }
}

.new-download-page {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 25px;
}

.download-page-inner {
    background: url('/data/1768/uploads/Mask Group 380.png')no-repeat;
    background-position: left bottom;
    background-size: 25%;
    padding: 85px 0px;
}

.download-page-inner2 {
    align-self: center;
}

.download1{
    padding-top: 20px;
    padding-bottom: 35px;
    margin-left: 230px;
}

.download-inner2 {
    padding-right: 20px;
}

.download-inner2 p {
    font-size: 16px;
    opacity: 0.6;
    color: var(--font-change-color);
    margin-bottom: 20px;
    text-align: justify;
}

.download-inner3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    padding-top: 15px;
}

.inner3-down1 {
    text-align: center;
}

.inner3-down1 img:first-child {
    margin-bottom: 15px;
}

.inner1-down1 p {
    color: var(--font-change-color);
    margin: 15px 0px;
    font-size: 23px;
}

.inner1-down2 p:first-child {
    font-size: 40px;
    color: #ff0000;
}

.inner1-down2 p:nth-child(2) {
    font-size: 40px;
    color: var(--font-change-color);
}

.inner1-down3 p {
    font-size: 20px;
    color: var(--font-change-color);
    margin: 20px 0px;
}

.download2-cont {
    background: url('/data/1768/uploads/Group 1068.png')no-repeat;
    background-position: top right;
    background-size: contain;
    padding: 85px 0px;
}

.download2-cont img {
    background: url('/data/1768/uploads/field.png')no-repeat;
    background-position: center;
    background-size: 100%;
}


.inner2-down1 {
   display: flex;
}

.inner2-down1 p {
    color: white;
    align-self: center;
    font-size: 14px;
    letter-spacing: 2px;
    margin-left: 10px;
}

.inner2-down2 {
    padding: 20px 0px;
}

.inner2-down3 a {
        text-align: center;
    color: white;
    background: linear-gradient(180deg, rgba(86,75,188,1) 0%, rgba(87,41,140,1) 35%, rgba(83,15,89,1) 100%);
    padding: 8px 39px;
text-decoration: unset;
transition: 0.2s;
border-radius: 5px;
}

.inner2-down3 a:hover {
      color: black;
      background: white
}

.download2 {
    padding: 35px 0px;
    margin-left: 230px;
}

.download2-inner1 p {
   color: var(--font-change-color);

}

.download-inner2 {
   padding-right: 20px;
}

.download-inner3 {
    padding-right: 20px;
}

.button-part-big {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    grid-gap: 0px 10px;
    padding: 15px 0px;
}

.button-part {
    color: white;
    border-radius: 10px;
    background: #59075C;
    transition: 0.2s;
}

.button-part:hover {
     cursor: pointer;
     transform: scale(0.9);
}

.button-part img {
   border: 1px solid white;
   border-radius: 10px;
}

.snowflake {
  color: #fff;
  font-size: 3em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}

.snowflake img {
  width: 45px;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}
@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}
@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}
@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}
.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:1,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:4s,2s;animation-timing-function:linear,ease-in-out;animation-iteration-count:1,infinite;animation-play-state:running,running}
.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}
.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}
.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:2s,.2s;animation-delay:2s,.2s}
.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:3s,3s;animation-delay:3s,3s}
.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:4.5s,2s;animation-delay:4.5s,2s}
.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}
.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:3s,2s;animation-delay:3s,2s}
.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}
.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}
.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:5.5s,0s;animation-delay:5.5s,0s}
.snowflake:nth-of-type(11){left:50%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}
.snowflake:nth-of-type(12){left:45%;-webkit-animation-delay:5s,2.5s;animation-delay:5s,2.5s}
.snowflake:nth-of-type(13){left:60%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}
.snowflake:nth-of-type(14){left:65%;-webkit-animation-delay:3.5s,2.5s;animation-delay:3.5s,2.5s}
.snowflake:nth-of-type(15){left:70%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}
.snowflake:nth-of-type(16){left:10%;-webkit-animation-delay:5s,2.5s;animation-delay:5s,2.5s}
.snowflake:nth-of-type(17){left:20%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}
.snowflake:nth-of-type(18){left:30%;-webkit-animation-delay:4.5s,2.5s;animation-delay:4.5s,2.5s}
.snowflake:nth-of-type(19){left:90%;-webkit-animation-delay:5s,2.5s;animation-delay:5s,2.5s}
.snowflake:nth-of-type(20){left:10%;-webkit-animation-delay:5s,2.5s;animation-delay:5s,2.5s}
.snowflake:nth-of-type(21){left:20%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}
.snowflake:nth-of-type(22){left:30%;-webkit-animation-delay:4.5s,2.5s;animation-delay:4.5s,2.5s}
.snowflake:nth-of-type(23){left:40%;-webkit-animation-delay:5s,2.5s;animation-delay:5s,2.5s}
.snowflake:nth-of-type(24){left:50%;-webkit-animation-delay:5s,2.5s;animation-delay:5s,2.5s}
.snowflake:nth-of-type(25){left:90%;-webkit-animation-delay:5s,2.5s;animation-delay:5s,2.5s}
.snowflake:nth-of-type(26){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}
.snowflake:nth-of-type(27){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}
.snowflake:nth-of-type(28){left:20%;-webkit-animation-delay:2s,.2s;animation-delay:2s,.2s}
.snowflake:nth-of-type(29){left:30%;-webkit-animation-delay:3s,3s;animation-delay:3s,3s}

.sports-new {
    padding: 10px;
    background-color: var(--home4-bg-color) !important;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    margin-top: -50px;
    transition: 0.5s;
}

.sports-new-inner {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.casino-new {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    padding: 10px;
    background-color: var(--home4-bg-color) !important;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    margin-top: -50px;
transition: 0.5s;
}

.lottery-new {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 10px;
    background-color: var(--home4-bg-color) !important;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    margin-top: -50px;
    transition:0.5s;
}

.affiliate-table2 thead tr th {
    padding-top: 35px;
}

@media (max-width: 1024px) {
    .affilate-newcont {
        display: block
    }
}

.affi-new2 ol {
    font-size: 16px;
    padding-left: 20px;
}

@media (max-width: 1024px) {
     .affi-new1 img {
         width: 50%;
}
     .affi-new2 {
         padding: 10px 25px;

}
}

.how-it-work {
    background: url(/data/1768/uploads/arrow.png)no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    /* justify-content: space-evenly; */
    height: 300px;
}

.work-inner {
    text-align: center;
    width: 30%;
    margin-top: 45px;
    padding: 0px 20px;
}

.work-no p {
    width: 13%;
    margin: auto;
    padding: 10px;
    font-size: 18px;
    color: var(--home-bg-color);
    background: var(--font-change-color);
    border-radius: 50%;
}

.work-title p {
    font-size: 19px;
    padding: 5px 0px;
    color: var(--font-change-color);
}

.work-desc p {
    font-size: 16px;
    opacity: 0.7;
    color: var(--font-change-color);
}

@media(max-width: 1024px) {
    .work-desc p {
        font-size: 13px;
    }

    .work-no p {
        width: 19%;
    }
}

.tableTiers {
    background: #000 !important;
}

.tableTiers td:last-child {
    border: 1px solid transparent;
    border-top-right-radius: 30px;
}

.vipBg h3 span {
    margin-right: 10px;
}

.leader-img img {
    border-radius: 25px 25px 0px 0px;
}

.newstitle p span {
    margin-right: 10px;
}

.recent-title {
    padding-bottom: 25px;
    padding-top: 10px;
}

.recent-title p {
    color: white;
    font-size: 19px;
    font-family: Poppins-Bold;
}

.recent-title p span {
    margin-right: 10px;
}

.newscont {
    display: flex;
    padding-bottom: 15px;
}

.newscont-name {
    color: white;
    padding-left: 20px;
    align-self: center;
}

.newscont-name p:first-child {
    font-size: 25px;
}

.newscont-name p:nth-child(2) {
    font-size: 15px;
}

.affi-newcontin1 {
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-gap: 20px;
}

.affi-table-left table, .affi-table-left tr, .affi-table-left tr td {
     width: 100%;
}

.affi-table-right table, .affi-table-right tr,  .affi-table-right tr td {
     width: 100%;
}

.affi-table-left tr:first-child td:first-child {
     border-radius: 15px 0px 0px 0px
}

.affi-table-left tr:first-child td:nth-child(2) {
     border-radius: 0px 15px 0px 0px
}

.affi-table-left tr:nth-child(3) td:first-child {
     border-radius: 0px 0px 0px 15px
}

.affi-table-left tr:nth-child(3) td:nth-child(2) {
     border-radius: 0px 0px 15px 0px
}

.affi-table-right tr:first-child td:first-child {
     border-radius: 15px 0px 0px 0px
}

.affi-table-right tr:first-child td:nth-child(2) {
     border-radius: 0px 15px 0px 0px
}

.affi-table-right tr:nth-child(3) td:first-child {
     border-radius: 0px 0px 0px 15px
}

.affi-table-right tr:nth-child(3) td:nth-child(2) {
     border-radius: 0px 0px 15px 0px
}


.affi-table-left tr td:first-child, .affi-table-right tr td:first-child {
    width: 70%;
    background: black;
    padding: 10px 20px;
    font-size: 16px;
}

.affi-table-left tr td:nth-child(2), .affi-table-right tr td:nth-child(2) {
     width: 30%;
     background: var(--promo-bg-color);
     padding: 10px 20px;
    font-size: 16px;
     color: var(--font-change-color);
    transition: 0.5s;
}

@media(max-width: 1024px) {
     .affi-table-left tr td:first-child, .affi-table-right tr td:first-child {
             font-size: 13px;
}

.affi-table-left tr td:nth-child(2), .affi-table-right tr td:nth-child(2) {
             font-size: 12px;
}
}

.affi-newcontin2 table {
     border-collapse: collapse;
     width: 100%;
     margin-top: 20px;
 margin-bottom: 20px;
text-align: center;
}

.affi-newcontin2 tr td {
   font-size: 14px;
   padding: 10px 10px;
}


.affi-newcontin2 tr:first-child {
   background: black;
}

.affi-newcontin2 tr:nth-child(2) {
   background: var(--promo-bg-color);
   color: var(--font-change-color);
   transition: 0.5s;
}

.affi-newcontin2 tr:first-child td:first-child {
   border-radius: 15px 0px 0px 0px;
}

.affi-newcontin2 tr:first-child td:last-child {
   border-radius: 0px 15px 0px 0px;
}

.affi-newcontin2 tr:nth-child(2) td:first-child {
   border-radius: 0px 0px 0px 15px;
}

.affi-newcontin2 tr:nth-child(2) td:last-child {
   border-radius: 0px 0px 15px 0px;
}

.affiliate-newcont2 ol {
    padding-left: 16px;
}

.affiliate-newcont2 ol li {
   padding: 10px 0px;
   color: var(--font-change-color);
}

.affi-table-title p {
         font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
   color: var(--font-change-color);
}

.affi-table-title2 p {
         font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
   color: var(--font-change-color);
margin-top: 15px;
}

.aff-bonus-reward-inner p {
    margin-bottom: 15px;
    font-weight: bold;
    color: var(--font-change-color);
}

.aff-bonus-reward-inner2 p {
       color: var(--font-change-color);
}

.aff-bonus-reward {
    font-size: 13px;
}

.how-it-work-title p{
    color: var(--font-change-color);
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: 65px;
    margin-bottom: 30px;
}

.how-it-work-title p span {
    color: #ff0000;
     
}

.become-partner-button {
    text-align: center;
}

.become-partner-button a {
    color: white;
    background: #ff0000;
    padding: 10px 10px;
    border-radius: 30px;
    text-decoration: unset;
    font-size: 20px;
}

.become-partner-button a:hover {
    color: #ff0000;
    background: white;
    transition: 0.5s;
}


.newlogin-right {
        padding: 100px 50px 10px 50px !important;
}

.login-register {
   padding-bottom: 10px;
}

.login-reg1 p{
    color: #545759;
    font-size: 15px;
}

.login-reg2 a {
   color: #ff0000;
   font-size: 13px;
}

.news-big-display {
   padding-top: 15px;
   padding-bottom: 15px;
}

.big-newsslider-inner {
    display: grid !important;
    grid-template-columns: 3fr 4fr !important;
    background: var(--promo-bg-color);
}

.big-news-left {
    padding: 40px 40px;
}

.big-news-left img {
    height: 100%;
    width: 100%;
}

.big-news-right {
    padding: 45px 15px;
}

.big-news-title p {
    font-size: 25px;
    color: var(--font-change-color);
}

.big-title-desc {
    width: 75%;
    height: 250px;
}

.big-title-desc p {
    font-size: 14px;
    color: #54585B;
    padding: 15px 0px;
}

.big-title-date p {
    font-size: 15px;
    color: #B3B5B7;
    padding-bottom: 20px;
}

.big-title-readmore a {
    color: white;
    background: #ff0000;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 14px;
    transition: 0.5s;
    text-decoration: none;
}

.big-title-readmore a:hover {
    color: #ff0000;
    background: #fff;
}

.other-news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 15px;
    padding-top: 20px;
}

.other-news-title p {
    font-size: 20px;
    color: var(--font-change-color);
}

.other-news-desc p {
    font-size: 13px;
    padding: 15px 0px;
    color: #54585B;
    text-align: justify;
}

.other-news-inner {
    background: var(--promo-bg-color);
    border-radius: 10px;
    transition: 0.3s;
}

.other-news-inner:hover {
    cursor: pointer;
    box-shadow: -1px -2px 20px 3px rgba(255,255,255,0.75);
    
}

.other-news1 img {
    border-radius: 10px 10px 0px 0px;
}

.other-news-date p {
    font-size: 15px;
    color: #B3B5B7;
}

.other-news2 {
    padding: 20px;
}

.flexslidernews .flex-direction-nav li a{
    opacity: 1 !important;
} 

.flexslidernews .flex-control-nav {
     left: unset !important;
     bottom: 6px !important;

}

.flexslidernews .flex-direction-nav .flex-prev {
     left: 10px;
}

.low-footer {
    display: flex;
}

.flw-social-big {
    align-self: center;
}

.copyright-wrds {
    align-self: center;
}

.mid-banner {
	background-color: #000000;
}

.announce {
    display: flex;
    margin-top: 10px;
}

.trumpet {
    align-self: center;
    margin-right: 20px;
}

.announce marquee {
    font-size: 17px;
}

.affi-content {
    color: #fff;
}

.game-logo {
    padding: 30px 0px;
}

.game-logo-title p {
    color: white;
    font-size: 17px;
}

.new-rec-games {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 30px 15px;
    padding-top: 20px;
}

.home-game-new a img {
    border-radius: 15px;
}

.home-game-inner {
    padding-top: 15px;
    text-align: center;
}

.home-game-inner p {
    font-size: 17px;
    color: var(--font-change-color) !important;
    text-decoration: none;
}

.new-rec-title p {
    font-size: 17px;
    color: var(--font-change-color) !important;
}

.new-rec-title p span {
    margin-right: 10px;
}

.home-game-new a:hover {
    text-decoration: none;
}

.home-game-new {
    transition: 0.3s;
}

.home-game-new:hover {
     transform: scale(1.05);
}

.home-game-new:hover img {
     box-shadow: 0 0 11px rgb(243, 238, 238);
}

.carousel li img {
    width: 100%;
}

@media (min-width: 1441px) {
.banner-downl .container {
    width: 1356px !important;
}
}

@media (min-width: 1441px) {
.latest-promo .container {
    width: 1356px !important;
}
}

.title-inner1 p {
    color: var(--font-change-color) !important;
    font-size: 20px;
}

.title-inner1 p span {
    margin-right: 10px;
}

.sport-newstitle-part, .promo-title {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 20px 0px;
}

.view-more-inner {
    align-self: center;
}

.view-more-inner a {
    color: var(--font-change-color);
    font-size: 15px;
    text-decoration: none;
    transition: 0.5s
}

.view-more-inner a:hover {
    color: #ff0000
}

.view-more-inner a span {
     vertical-align: middle;
     margin-left: 10px;
}

.flexslider2 .flex-control-nav, .flexslider4 .flex-control-nav {
    display: none;
}

.latest-promo {
    padding-bottom: 20px;
}

.desc-title strong span {
    color: #ff0000;
}

.new-bank {
   text-align: center;
}

@media (min-width: 768px) {
.leaderboardContent div .modal-dialog {
    width: 680px !important;
    margin: 30px auto;
}
}

.modeandeverything {
    display: flex;
}

.lightndark {
    padding-right: 30px;
    align-self: center;
}

.btn-language {
    color: white;
    text-decoration: none;
    background: #35424B;
    border-radius: 10px;
    padding: 5px;
}

.btn-language span .fa {
    color: #fff !important;
}

#cssmenu {
    margin: unset;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 33%;
}

.banner-vid-title p {
    color: white;
    font-size: 35px;
}

.banner-vid-title p span {
    color: #ff0000;
}

.banner-vid-desc {
    border-left: 3px solid white;
    padding-left: 20px;
    height: 79px;
}

.banner-vid-desc p {
    color: white;
    font-size: 17px;
}

.banner-vid-cont {
    border-left: 1px solid white;
    margin-left: 1px;
    padding-left: 20px;
    margin-top: -30px;
}

.sidebar-burger {
    align-self: center;
padding-right: 55px;
}

#sidebar-wrapper {
    z-index: -1;
    position: fixed;
    left: -250px;
    width: 250px;
    top: 80px;
    height: 100%;
    transform: translateX(0px);
    overflow-y: auto;
    background: #000000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


#sidebar-wrapper.active {
    left: 0px;
    width: 300px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 50px;
    width: 300px;
    margin: 0;
    padding: 0px 20px;
    list-style: none;
}

.sidebar-nav li {
    line-height: 40px;
    border-bottom: 2px solid #8F9195;
    transition: 0.4s;
}

.sidebar-nav li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    transition: 0.4s;
}

.sidebar-nav li a:hover  {
   color: #ff0000
}

.sidebar-nav li a .fa-solid {
    color: #ff0000;
}

.sidebar-nav li a .fa {
    align-self: center;
    color: #ff0000;
}

@media (min-width: 1439px) {
.viewonmobile {
    display: none;
}
}

.sidebar-burger .fa-bars {
    font-size: 30px;
    color: white;
}

.sidebar-burger .fa-times {
    font-size: 33px;
    color: white;
}

.sidebar-burger {
    align-self: center;
}

#theme-content {
    padding-top: 100px;
}

#cssmenu>ul>li a::before {
                            content: '';
                            display: block;
                            background-size: 100% !important;
                            width: 30px;
                            height: 30px;
                            margin: 0px 11px 0px 0px;
                        }

#cssmenu > ul > li:first-child > a::after {
     background: url('/data/1768/uploads/hot.png')
}

#cssmenu > ul > li:first-child > a::after {
    content: '';
    display: block;
    background-size: 100% !important;
    width: 30px;
    height: 30px;
    top: -12px;
    position: absolute;
    right: -21px;
}

#cssmenu > ul > li:nth-child(3) > a::after {
     background: url('/data/1768/uploads/hot.png')
}

#cssmenu > ul > li:nth-child(3) > a::after {
    content: '';
    display: block;
    background-size: 100% !important;
    width: 30px;
    height: 30px;
    top: -12px;
    position: absolute;
    right: -21px;
}


#cssmenu>ul>li:hover>a, #cssmenu>ul>li.active>a {
    color: #ff0000;
}
.contact-content-new {
    padding-top: 25px; 
    padding-bottom: 25px;
}

.contact-new-category p {
    color: white;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.contact-new-content1 {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 25px;
    text-align: center;
}

.contact-new-content2 {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 25px; 
    text-align: center
}

.contact-new-content3 {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 25px;
    text-align: center;
}

.contact-inner {
    padding: 25px 10px;
    border-radius: 15px;
    background: var(--promo-bg-color);
}

.contact-inner1 img {
    width: 35%;
}

.contact2-text1 p {
    color: var(--font-change-color);
    font-size: 17px;
    letter-spacing: 2px;
    padding-bottom: 8px;
}

.contact2-text2 p {
    color: var(--yellow-text);
    font-size: 12px;
    letter-spacing: 1px;
}

.contact-inner2 {
    padding-top: 25px;
    padding-bottom: 18px;
}

.contact-inner3 a {
color: white;
    background: #ff0000;
    width: 100%;
    font-size: 19px;
    border-radius: 5px;
    display: block;
    padding: 8px 0px;
    text-decoration: none;
transition: 0.4s;
}

.contact-inner3 a:hover {
    transform:scale(0.8);
}

@media (max-width: 1024px) {
   .contact-new-content1 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 25px;
    text-align: center;
}

.contact-new-content2 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 25px; 
    text-align: center
}

.contact-new-content3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 25px;
    text-align: center;
}
}

.slots-new {
    padding: 10px;
    background-color: var(--home4-bg-color) !important;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    margin-top: -50px;
    margin-bottom: 10px;
    transition: 0.5s;
}

.login-reset {
   text-align: center;
   font-size: 14px;
}

.login-reset a {
    color: #ff0000;
} 

.promoAns th {
    color: var(--font-change-color) !important;
}

.table-new-view {
    border: 2px solid #ff0000;
    border-radius: 10px;
}

#countdown {
    text-align: center;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

#countdown div {
    display: inline-block;
    color: var(--font-change-color);
    padding: 6px 6px;
    border-radius: 5px;
    font-size: 70px;
    vertical-align: middle;
    font-weight: bold;
}

#countdown div p {
    font-size: 20px;
    letter-spacing: 1px;
    color: var(--font-change-color);
}

.barrier {
    color: #ff0000 !important;
}

.tournament-title p {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 17px;
}

.tournament-title p span {
    margin-right: 10px;
}

.tournament-tnc ol{
    padding-left: 16px;
    font-size: 15px;
}

.tournament-tnc ol li p{
    padding-left: 10px;
    padding-bottom: 10px;
}

.flexslider5:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px;
}

.flexslider5:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px;
}

.lower-page-right {
    margin-left: -170px;
}
