@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;600&display=swap); @import url(https://fonts.googleapis.com/css2?family=Rammetto+One&display=swap); .hot-games.wrapper {
    height: 180px;
    overflow: hidden;
    position: relative
}

.hot-games .img-container {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: absolute
}

.hot-games .games-leave-active {
    -webkit-animation: leave 25s linear;
    animation: leave 25s linear
}

.hot-games .games-enter-active {
    -webkit-animation: enter 25s linear;
    animation: enter 25s linear
}

.hot-games a {
    color: inherit
}

.hot-games .game-item {
    background-color: #000;
    height: 143px;
    margin-right: 5px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    width: 120px
}

.hot-games .game-item img {
    border: 1px solid #5c5252;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden
}

.hot-games .game-item .game-title {
    background-color: #171613;
    color: #fff;
    height: 60px;
    padding: 0 15px;
    text-align: left;
    width: 120px
}

@-webkit-keyframes leave {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes leave {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes enter {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes enter {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.flex-space-btw {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.flex-space-btw,.flex-start {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex
}

.flex-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.center-text {
    -webkit-flex-direction: column;
    flex-direction: column;
    place-content: space-between
}

.mobile .center-position {
    text-align: center
}

.right-text {
    text-align: right
}

.mobile .right-text {
    text-align: center
}

.flex-display {
    display: -webkit-flex;
    display: flex
}

.mobile .deposit-section {
    background: linear-gradient(180deg,#181045,#05032c);
    border-radius: 8px;
    display: inline-block;
    padding: 15px;
    position: relative
}

.mobile .deposit-section:after {
    background: linear-gradient(180deg,#00a3ff,#000);
    border-radius: 14px;
    content: "";
    height: 5px;
    height: 100%;
    left: 12px;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: 0;
    top: -1px;
    width: calc(100% - 24px);
    width: calc(100% + 2px);
    z-index: -1
}

.deposit-withdraw-div {
    padding: 0 15px
}

.mobile .deposit-withdraw-div {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.deposit-withdraw-div .deposit-withdraw-section {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 0 0,linear-gradient(270deg,#0d0d4a,#1d0b81 51.07%,#0d0d4a);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid linear-gradient(180deg,#00a3ff,#000);
    border-radius: 14px;
    box-sizing: border-box;
    display: inline-block;
    margin: 1px 15px 1px 1px;
    padding: 35px 15px 30px;
    position: relative;
    width: 68%
}

.deposit-withdraw-div .deposit-withdraw-section:after {
    background: linear-gradient(180deg,#00a3ff,#000);
    border-radius: 14px;
    content: "";
    height: 5px;
    height: 100%;
    left: 12px;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: 0;
    top: -1px;
    width: calc(100% - 24px);
    width: calc(100% + 2px);
    z-index: -1
}

.mobile .deposit-withdraw-div .deposit-withdraw-section {
    background: transparent;
    border: 0 solid linear-gradient(180deg,#00a3ff,#000);
    margin-right: 0;
    padding: 0;
    width: 100%
}

.mobile .deposit-withdraw-div .deposit-withdraw-section:after {
    display: none
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box {
    margin-top: 0;
    width: 48%
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box {
    margin: 0 auto;
    text-align: center;
    width: 50%
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box:last-child {
    margin-top: 25px
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box:first-child {
    margin-top: 0
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top {
    display: -webkit-flex;
    display: flex;
    width: 100%
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top {
    display: inline-block;
    text-align: center;
    width: 100%
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-icon {
    display: -webkit-flex;
    display: flex;
    font-size: 35px;
    place-items: center;
    width: 70px
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-icon {
    width: 100%
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-icon .circular-progress-bar {
    position: relative
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-icon .circular-progress-bar {
    display: inline-block;
    width: 100%
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-icon .circular-progress-bar .footer-atn-icon {
    color: #fff;
    font-size: 25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    z-index: 9999
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content {
    color: #fff;
    display: inline-block;
    float: left;
    place-content: space-between;
    width: 100%
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div .deposit-withdraw-text1 {
    font-family: Rammetto One,cursive;
    font-size: 16px;
    text-transform: uppercase
}

@media (min-width: 461px) and (max-width:660px) {
    .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div .deposit-withdraw-text1 {
        font-size:16px
    }
}

@media (max-width: 460px) {
    .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div .deposit-withdraw-text1 {
        font-size:15px
    }
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div:first-child .deposit-withdraw-text1 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg,#a5a3a1,#fefefe 37.29%,#adaba9 70.1%,#fff);
    -webkit-background-clip: text
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div .deposit-withdraw-text2 {
    color: #fff;
    display: block;
    font-size: 12px
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div .deposit-withdraw-text2 {
    font-size: 11px
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div:last-child {
    display: -webkit-flex;
    display: flex;
    place-items: end
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-loader {
    background-color: #000;
    border-radius: 10px;
    height: 10px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-loader span {
    background: linear-gradient(180deg,#a5a3a1,#fefefe 37.29%,#adaba9 70.1%,#fff);
    border-radius: 10px;
    height: 100%;
    position: absolute;
    width: 30%
}

.deposit-withdraw-div .deposit-withdraw-section .support-div {
    margin-top: 50px;
    width: 100%
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .icon-wrp {
    background: linear-gradient(180deg,#a5a3a1,#fefefe 37.29%,#adaba9 70.1%,#fff);
    box-shadow: 0 -1px 1px 1px rgba(0,0,0,.15)
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .support-div {
    margin-top: 0
}

@media (max-width: 767px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .carousel-inner {
        border-bottom:1px solid #282828;
        border-top: 0 solid #282828;
        margin-top: 20px
    }

    .deposit-withdraw-div .deposit-withdraw-section .support-div .carousel-inner .item {
        padding: 30px 0
    }
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box {
    display: -webkit-flex;
    display: flex
}

@media (max-width: 767px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box {
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .contact-item {
    width: 50%
}

@media (max-width: 767px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .contact-item {
        margin-top:15px;
        width: 48%
    }

    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .contact-item:nth-child(-n+2) {
        margin-top: 0
    }
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card-width {
    width: 100%
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .skype-card-width {
    width: 43%
}

@media (min-width: 661px) and (max-width:768px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .skype-card-width {
        width:50%
    }
}

@media (min-width: 461px) and (max-width:660px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .skype-card-width {
        width:50%
    }
}

@media (max-width: 460px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .skype-card-width {
        width:50%
    }
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card {
    place-items: center
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .icon-circle-border {
    background: linear-gradient(180deg,#00a3ff 0,#000);
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    height: 2em;
    place-content: center;
    place-items: center;
    width: 2em
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .icon-circle-border {
    height: 45px;
    width: 45px
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .icon-circle-border .icon-div {
    background: linear-gradient(270deg,#0d0d4a,#1d0b81 51.07%,#0d0d4a);
    border-radius: 4px 4px 0 0;
    display: -webkit-flex;
    display: flex;
    height: 94%;
    place-content: center;
    place-items: center;
    width: 94%
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .icon-circle-border .icon-div i {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg,#a5a3a1,#fefefe 37.29%,#adaba9 70.1%,#fff);
    -webkit-background-clip: text
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    width: calc(100% - 2em)
}

@media (max-width: 460px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content {
        width:calc(100% - 45px)
    }
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .line-font {
    color: #d8d8d8;
    font-size: 15px;
    font-weight: 400
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .line-font {
    font-size: 13px
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .mail-color {
    -webkit-text-fill-color: transparent;
    word-wrap: break-word;
    background: linear-gradient(180deg,#a5a3a1,#fefefe 37.29%,#adaba9 70.1%,#fff);
    -webkit-background-clip: text;
    font-size: 12px;
    font-weight: 900
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .support-font {
    color: #d8d8d8;
    font-size: 15px;
    font-weight: 600
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .support-font {
    font-size: 13px
}

.info-section {
    background: linear-gradient(180deg,#181045,#05032c);
    border-radius: 16px;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    width: 32%
}

.info-section:after {
    content: "";
    height: 5px;
    left: 12px;
    position: absolute;
    top: 0;
    width: calc(100% - 24px)
}

.mobile .info-section {
    background: transparent;
    border-top: none;
    width: 100%
}

.mobile .info-section:after {
    display: none
}

.info-section .div-card {
    border-bottom: 1px solid #40328a;
    display: -webkit-flex;
    display: flex;
    padding: 15px 0;
    place-content: space-between
}

.info-section .div-card:last-child {
    border-bottom: none
}

.info-section .div-card .text {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    place-items: center
}

.info-section .div-card .a-href-div {
    background: linear-gradient(180deg,#00a3ff,#000);
    border-radius: 5px;
    display: -webkit-flex;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 35px;
    min-width: 75px;
    place-content: center;
    place-items: center;
    width: inherit
}

.info-section .div-card .a-href-div a {
    background: linear-gradient(180deg,#181045,#05032c);
    border-radius: 5px;
    color: #d4d3cd;
    display: -webkit-flex;
    display: flex;
    height: 90%;
    place-content: center;
    place-items: center;
    text-decoration: none!important;
    width: 95%
}

.mobile .info-section .div-card .a-href-div a {
    height: 94%;
    width: 97%
}

.circle_recommended_games {
    margin-top: 50px
}

.mobile .circle_recommended_games {
    margin-top: 0
}

.circle_recommended_games .popular-section {
    padding: 30px 0 0!important
}

.circle_recommended_games .popular-section .btn-link.btn-prev {
    background: #1e1d33;
    border-radius: 50%;
    height: 50px;
    left: 0!important;
    right: auto!important;
    top: 1rem!important;
    width: 50px
}

.circle_recommended_games .popular-section .btn-link.btn-prev:hover:before {
    background: #1e1d33
}

.circle_recommended_games .popular-section .btn-link.btn-prev:before {
    background: linear-gradient(90deg,#c89933,#000);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1
}

.mobile .circle_recommended_games .popular-section .btn-link.btn-prev {
    height: 35px;
    top: 2rem!important;
    width: 35px
}

.circle_recommended_games .popular-section .btn-link.btn-next {
    background: #1e1d33;
    border-radius: 50%;
    height: 50px;
    top: 1rem!important;
    width: 50px
}

.circle_recommended_games .popular-section .btn-link.btn-next:hover:before {
    background: #1e1d33
}

.circle_recommended_games .popular-section .btn-link.btn-next:before {
    background: linear-gradient(270deg,#c89933,#000);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1
}

.mobile .circle_recommended_games .popular-section .btn-link.btn-next {
    height: 35px;
    top: 2rem!important;
    width: 35px
}

.g-slider-wrapper .content-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden
}

.g-slider-wrapper .content-wrapper .round {
    margin: 0 auto
}

.g-slider-wrapper ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: none;
    flex: none;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 2px!important
}

.mobile .g-slider-wrapper ul {
    padding: 0!important
}

.g-slider-wrapper ul li {
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.g-slider-wrapper ul li:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.g-slider-wrapper ul .round_recommended_game {
    border-radius: 50px!important;
    height: 70px;
    margin: 6px 10px!important
}

.g-slider-wrapper ul .round_recommended_game:before {
    border-radius: 50px!important
}

.mobile .g-slider-wrapper ul .round_recommended_game {
    margin: 6px 10px!important
}

.g-slider-wrapper ul .round_recommended_game img {
    max-width: 100%;
    width: 70px
}

.g-slider-wrapper .lottery-title-center {
    margin-top: 90px;
    place-content: center!important
}

@media (max-width: 460px) {
    .g-slider-wrapper .lottery-title-center {
        margin-top:70px
    }
}

.g-slider-wrapper .title-center {
    margin-top: 60px;
    place-content: center!important
}

.mobile .g-slider-wrapper .title-center {
    margin-top: 70px
}

.g-slider-wrapper .title-wrapper {
    -webkit-align-content: center;
    align-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.g-slider-wrapper .pagi-wrp .btn {
    border: 1px solid;
    height: 40px;
    width: 40px
}

.mobile .g-slider-wrapper .pagi-wrp {
    display: none
}

.g-slider-wrapper a.game-box,.g-slider-wrapper div.game-box {
    border-radius: 4px 4px 0 0;
    height: 85px;
    width: 110px
}

.desktop .common-top-section .g-slider-wrapper a.game-box,.desktop .common-top-section .g-slider-wrapper div.game-box {
    margin-right: 0
}

.g-slider-wrapper a.game-box>img,.g-slider-wrapper div.game-box>img {
    background: #000;
    border-radius: 15px;
    height: 110px;
    width: 110px
}

.desktop .g-slider-wrapper a.game-box>img,.desktop .g-slider-wrapper div.game-box>img {
    height: 150px;
    width: 150px
}

.g-slider-wrapper a.game-box .game_brand,.g-slider-wrapper div.game-box .game_brand {
    margin-bottom: 15px;
    text-align: left
}

.mobile .g-slider-wrapper a.game-box .game_brand,.mobile .g-slider-wrapper div.game-box .game_brand {
    margin-bottom: 10px
}

.g-slider-wrapper a.game-box .game_brand_logo,.g-slider-wrapper div.game-box .game_brand_logo {
    display: inline-block;
    height: 50px;
    margin-right: 10px;
    width: 50px
}

.mobile .g-slider-wrapper a.game-box .game_brand_logo,.mobile .g-slider-wrapper div.game-box .game_brand_logo {
    height: 30px;
    margin-right: 5px;
    width: 30px
}

.g-slider-wrapper a.game-box .game_brand_name,.g-slider-wrapper div.game-box .game_brand_name {
    color: #fff;
    display: inline-block!important;
    font-family: Sora,sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

.mobile .g-slider-wrapper a.game-box .game_brand_name,.mobile .g-slider-wrapper div.game-box .game_brand_name {
    font-size: 10px
}

.g-slider-wrapper a.game-box.round,.g-slider-wrapper div.game-box.round {
    height: auto;
    width: auto
}

.g-slider-wrapper a.game-box.round>img,.g-slider-wrapper div.game-box.round>img {
    border-radius: 50%;
    height: auto;
    max-width: 70px;
    width: 70px
}

.desktop .g-slider-wrapper a.game-box.round>img,.desktop .g-slider-wrapper div.game-box.round>img {
    height: auto;
    max-width: 100%;
    width: auto
}

.desktop .g-slider-wrapper a.game-box.round,.desktop .g-slider-wrapper div.game-box.round {
    height: auto;
    max-width: 100%;
    width: 100px
}

.g-slider-wrapper .game-title {
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 4px;
    text-align: left
}

.mobile .g-slider-wrapper .game-title {
    font-size: 11.2px;
    padding-left: 7px
}

.g-slider-wrapper .game-title img.logo {
    height: 18px;
    width: 18px
}

.g-slider-wrapper.hot .game-title {
    background: transparent
}

.g-slider-wrapper.recommend {
    position: relative
}

.g-slider-wrapper.new .game-title {
    background: #2d1a62
}

.g-slider-wrapper .btn-link {
    border-radius: 4px;
    color: #d5d1d1;
    height: 40px;
    position: absolute;
    text-decoration: none;
    top: -1rem;
    width: 40px
}

.g-slider-wrapper .btn-link.btn-prev {
    background: #222;
    right: 45px
}

.g-slider-wrapper .btn-link.btn-next {
    background: #222;
    right: 0
}

.g-slider-wrapper .btn-link span {
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    place-content: center;
    place-items: center;
    position: relative;
    width: 100%
}

.jackpot .text-content {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.gradient-bg {
    background: linear-gradient(180deg,#181045,#05032c);
    border-radius: 16px
}

.common-section {
    margin-top: 35px;
    overflow: hidden
}

.popular-section {
    border-radius: 14px;
    padding: 50px 0 0!important
}

.mobile .popular-section {
    padding: 20px 0 0!important
}

.popular-section .btn-link {
    border-radius: 4px;
    color: #d5d1d1;
    height: 40px;
    position: absolute;
    text-decoration: none;
    top: -4rem;
    width: 40px
}

.mobile .popular-section .btn-link {
    height: 30px;
    width: 30px
}

.popular-section .btn-link.btn-prev {
    background: #222;
    right: 45px
}

.popular-section .btn-link.btn-prev:hover {
    box-shadow: 3px 4px 4px rgba(0,0,0,.33);
    opacity: .8
}

.popular-section .btn-link.btn-prev:hover i {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.popular-section .btn-link.btn-prev i {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.popular-section .btn-link.btn-next {
    background: #222;
    right: 0
}

.popular-section .btn-link.btn-next:hover {
    box-shadow: 3px 4px 4px rgba(0,0,0,.33);
    opacity: .8
}

.popular-section .btn-link.btn-next:hover i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.popular-section .btn-link.btn-next i {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.popular-section .btn-link span {
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    place-content: center;
    place-items: center;
    position: relative;
    width: 100%
}

.top-section {
    position: relative
}

.top-section .top-section-inner {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    z-index: 99
}

.Popular-slider {
    position: relative
}

.promotion-section .center-position {
    border-radius: 14px;
    overflow: hidden;
    padding: 1px;
    position: relative
}

.promotion-section .center-position:after {
    background: linear-gradient(180deg,#00a3ff,#000);
    border-radius: 14px;
    content: "";
    height: 5px;
    height: 100%;
    left: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 24px);
    width: calc(100% + 2px);
    z-index: -1
}

.common-group-section {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 0;
    padding: 0 0 50px
}

.common-group-section .common-section {
    margin-top: 35px
}

.mobile .common-group-section .mobile_promo {
    margin: 0
}

.info-section .div-card .text {
    font-size: 13px
}

.common-title {
    font-weight: 800;
    margin-bottom: 30px
}

.top-section .common-title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg,#b6924b 18.18%,#cdbc7e 69.12%);
    -webkit-background-clip: text;
    display: none;
    font-size: 38px
}

.common-top-section {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0 0
}

.mobile .common-top-section {
    background-position: 0 58%;
    background-size: 100% auto;
    padding: 0
}

.common-section-inner {
    padding: 0
}

.lates-deposit-section {
    margin-bottom: 50px
}

.circular-progress {
    border: 1px solid #323232;
    border-radius: 50%;
    height: 60px;
    position: relative;
    width: 60px
}

.circular-progress:after {
    background-clip: content-box,border-box;
    background-image: linear-gradient(#18212e,#18212e),linear-gradient(180deg,#fff,#a5a3a1);
    background-origin: border-box;
    border: 6px double transparent;
    border-radius: 50%;
    width: 66px
}

.circular-progress:after,.circular-progress:before {
    content: "";
    height: 66px;
    left: -3px;
    position: absolute;
    top: -3px
}

.circular-progress:before {
    background-color: #18212e;
    width: 33px;
    z-index: 8
}

.lgo-lw-wraper .width-40 {
    background: linear-gradient(0deg,#05052f,#05052f);
    border-radius: 16px;
    padding: 10px;
    width: 100%
}

.lgo-lw-wraper .width-40 .common-title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg,#fff 18.18%,#bfc2c4 69.12%);
    -webkit-background-clip: text;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 15px
}

.lgo-lw-wraper .width-40 .flex-xs-center {
    -webkit-justify-content: center;
    justify-content: center
}

.lgo-lw-wraper .theme-UL-style {
    padding: 0
}

.site-footer {
    margin-top: 0
}

.content {
    margin-bottom: 0
}

.svc-advantage .circle-wrp {
    background: #0b121b;
    border-radius: 50%;
    font-size: 30px;
    height: 2em;
    line-height: 2em;
    text-align: center;
    vertical-align: middle;
    width: 2em
}

.svc-advantage .circle-wrp>i {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg,#fbb24c,#fe7d38 95.87%);
    -webkit-background-clip: text;
    color: #0083ff
}

.promotion-section .img-fluid {
    border-radius: 14px;
    width: 100%
}

.promotion-section .promotion-single-inner~.promotion-single-inner {
    margin-top: 15px
}

.common-group-section {
    margin-top: 35px
}

.common-group-section .common-section,.mobile .common-group-section {
    margin-top: 15px
}

.mobile .common-group-section .common-section {
    margin-bottom: 20px
}

.common-group-section .last-winner {
    display: block;
    margin: 50px 0
}

.mobile .common-group-section .last-winner {
    margin: 20px 0
}

.mobile .common-group-section .last-winner .gradient-bg {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 0 0,linear-gradient(270deg,#0d0d4a,#1d0b81 51.07%,#0d0d4a);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid linear-gradient(180deg,#00a3ff,#000);
    display: block;
    padding: 5px 0
}

.mobile .common-group-section .last-winner .gradient-bg .lw-loop-content:before {
    background: linear-gradient(180deg,#00a3ff,#000);
    border-radius: 14px;
    content: "";
    height: 100%;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1
}

.mobile .common-group-section .last-winner .common-section .title-wrapper {
    margin-top: 0
}

.mobile .common-group-section .last-winner .common-section {
    margin: 0
}

.common-group-section .last-winner .content-wrapper {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 0 0,linear-gradient(270deg,#0d0d4a,#1d0b81 51.07%,#0d0d4a);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 14px;
    display: inline-block;
    overflow: initial!important;
    padding: 20px 64px;
    width: 100%
}

.common-group-section .last-winner .content-wrapper:before {
    background: linear-gradient(180deg,#00a3ff,#000);
    border-radius: 14px;
    content: "";
    height: 100%;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1
}

.mobile .common-group-section .last-winner .content-wrapper {
    padding: 20px 0
}

.common-group-section .last-winner li {
    margin: 5px 16px!important;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.common-group-section .last-winner li:before {
    background: linear-gradient(180deg,#00a3ff,#000);
    border-radius: 14px;
    content: "";
    height: 100%;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1
}

.common-group-section .last-winner li .flex-start {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 0 0,linear-gradient(270deg,#0d0d4a,#1d0b81 51.07%,#0d0d4a);
    background-position: 100% 0;
    background-size: 100%;
    border-radius: 14px;
    height: 70px;
    padding: 10px;
    width: 300px
}

.mobile .common-group-section .last-winner li .flex-start {
    padding: 20px 8px;
    width: 100%
}

.common-group-section .last-winner-img {
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    height: 50px;
    width: 50px
}

.common-group-section .last-winner-name span {
    color: #fff;
    font-family: Barlow,sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 10px;
    padding-left: 5px;
    text-transform: capitalize
}

.mobile .common-group-section .last-winner-name span {
    font-size: 18px;
    margin-left: 0;
    padding-left: 0
}

.common-group-section .last-winner-amount span {
    color: #fff;
    font-family: Barlow,sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-left: 5px;
    text-transform: uppercase
}

.common-title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg,#fff 18.18%,#bfc2c4 69.12%);
    -webkit-background-clip: text;
    display: inline-block;
    font-family: Sora,sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    vertical-align: middle
}

.popular-section .common-title {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 130px)
}

.a-disabledLink:after {
    background: linear-gradient(90deg,#29b4d5,#3cdca0)!important;
    transition: .5s ease
}

.mobile .top-bar a,.mobile .top-bar button {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg,#29b4d5,#3cdca0);
    -webkit-background-clip: text
}

.mobile .top-bar #btnToggleRSideNav {
    border: 1px solid #29b4d5;
    border-radius: 50px;
    float: left;
    height: 30px;
    line-height: 24px;
    margin: 0 10px;
    padding: 0;
    text-align: center;
    width: 30px
}

.mobile .top-bar #btnToggleRSideNav i.icon-user-o {
    font-size: 16px;
    line-height: 0px
}

.mobile .common-top-section .tab-content-inner {
    margin-bottom: 20px;
    padding: 0 20px 30px
}

.mobile .common-top-section .tab-content-inner .tab-content {
    min-height: 170px;
    padding-bottom: 0
}

.mobile .theme-UL-style {
    width: calc(100% - 30px)
}

.mobile .promotion-section {
    padding: 0
}

.mobile .promotion-section .promotion-single-inner~.promotion-single-inner {
    margin-top: 15px
}

.desktop .site-footer {
    background: linear-gradient(0deg,#05052f,#05052f)
}

.desktop .footer-content .footerlink ul li,.desktop .footer-content .footerlink ul li a,.footer-misc,.title {
    color: #fff
}

.button.is-outline {
    background-color: #000;
    border-color: #000
}

.social-icons i {
    color: #fff
}

.dotted_line {
    border-bottom: 5px solid #010417
}

.ann-wrapper,.ann-wrapper i {
    color: #fff
}

.desktop .carousel-indicators {
    bottom: 30px
}

.desktop .main.nav-wrapper {
    background: linear-gradient(270deg,#0d0d4a,#1d0b81 51.07%,#0d0d4a)
}

.hot-games .games-leave-active {
    -webkit-animation: leave 80s linear;
    animation: leave 80s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hot-games .games-leave-active:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.hot-games .games-leave-active.run {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hot-games .games-leave-active.pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.hot-games .games-enter-active {
    -webkit-animation: leave 80s linear;
    animation: leave 80s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hot-games .games-enter-active:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.hot-games .games-enter-active.run {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hot-games .games-enter-active.pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.hot-games.round .games-leave-active {
    -webkit-animation: leave 25s linear;
    animation: leave 25s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hot-games.round .games-leave-active:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.hot-games.round .games-leave-active.run {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hot-games.round .games-leave-active.pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.hot-games.round .games-enter-active {
    -webkit-animation: leave 25s linear;
    animation: leave 25s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hot-games.round .games-enter-active:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.hot-games.round .games-enter-active.run {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hot-games.round .games-enter-active.pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.promo-banner-title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg,#fff 18.18%,#bfc2c4 69.12%);
    -webkit-background-clip: text;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase
}

.promo-banner-description {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center
}

.circular-progress-bar {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 120px
}

.progress__meter,.progress__value {
    fill: none
}

.progress__meter {
    stroke: #3e3668;
    stroke-width: 5px
}

.progress__value {
    stroke-linecap: round
}

.progress__bar {
    margin: 0 auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.deposit-progress__meter,.deposit-progress__value {
    fill: none
}

.deposit-progress__meter {
    stroke: #3e3668;
    stroke-width: 5px
}

.deposit-progress__value {
    stroke-linecap: round
}

.auto-box:hover a,.auto-box:hover a:after,.main-nav a:hover,.nav-item:hover .navlink {
    background: linear-gradient(90deg,#29b4d5,#3cdca0)!important;
    transition: .5s ease
}

.online-users {
    margin-top: 50px
}

.mobile .online-users {
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-top: 1px solid rgba(0,0,0,.2);
    padding-top: 10px
}

.online-users .icon-outer {
    background: linear-gradient(180deg,#00a3ff 0,#000);
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    height: 2em;
    vertical-align: middle;
    width: 2em
}

.online-users .icon-outer .icon-wrp {
    background: linear-gradient(270deg,#0d0d4a,#1d0b81 51.07%,#0d0d4a);
    border-radius: 4px 4px 0 0;
    display: -webkit-flex;
    display: flex;
    height: 94%;
    place-content: center;
    place-items: center;
    width: 94%
}

.online-users .icon-outer .icon-wrp i,.online-users .mail-color {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg,#a5a3a1,#fefefe 37.29%,#adaba9 70.1%,#fff);
    -webkit-background-clip: text
}

.online-users .mail-color {
    word-wrap: break-word;
    font-size: 12px;
    font-weight: 900;
    margin: 2px 0
}

.online-users .support-font {
    color: #d8d8d8;
    font-size: 15px;
    font-weight: 600
}

.online-users .line-font {
    font-size: 13px
}

.online-users .icon-label {
    box-sizing: border-box;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    width: calc(100% - 40px)
}

.main.nav-wrapper .nav-item-content {
    background-color: #18191f;
    border-bottom: 15px solid #18191f
}

.width-60 {
    width: 60%
}

@media (max-width: 768px) {
    .width-60 {
        margin:auto;
        width: 98%
    }
}

.width-40 {
    width: 40%
}

@media (max-width: 768px) {
    .width-40 {
        margin:auto;
        width: 98%
    }
}

.plr-8 {
    padding-left: 8px;
    padding-right: 8px
}

.top-section .width-40 {
    width: 100%
}

@media (max-width: 768px) {
    .top-section .width-40 {
        margin:auto;
        width: 98%
    }
}

.fw-bold {
    font-weight: 700
}

.lw-loop-content {
    border-radius: 15px;
    height: 190px;
    overflow: hidden;
    position: relative
}

@media (max-width: 768px) {
    .lw-loop-content {
        height:300px
    }
}

.theme-UL-style {
    border-radius: 8px;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.theme-UL-style::-webkit-scrollbar {
    display: none;
    width: 5px
}

.theme-UL-style:hover::-webkit-scrollbar {
    display: block
}

.theme-UL-style:hover::-webkit-scrollbar-track {
    background: #f1f1f1
}

.theme-UL-style:hover::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 100px
}

.theme-UL-style:hover::-webkit-scrollbar-thumb:hover {
    background: #555
}

.theme-UL-style li {
    border-bottom: 1px solid #212c39;
    padding: 10px 0
}

.theme-UL-style li .LW-div .wd-item__avatar {
    margin-right: 8px;
    width: 35px
}

@media (max-width: 768px) {
    .theme-UL-style li .LW-div .wd-item__avatar {
        padding-right:5px
    }
}

.theme-UL-style li .LW-btn {
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    font-family: Sora,sans-serif;
    font-size: 14px;
    font-weight: 600;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70px
}

@media (max-width: 768px) {
    .theme-UL-style li .LW-btn {
        padding:3px 10px;
        width: 90px
    }
}

.LW-font {
    color: #03d2ff;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px
}

.LW-date-font {
    color: #fff;
    font-size: 9px;
    min-width: 125px
}

.LW-secondary-color {
    color: #fff
}

.ann-wrapper {
    background-color: transparent;
    background-image: none;
    margin-top: 0;
    position: relative;
    width: 30%;
    z-index: 9
}

.mobile .ann-wrapper {
    width: 100%
}

.ann-wrapper .ann-content {
    width: 85%
}

.main-nav,.main-nav .nav-item {
    overflow: initial!important
}

.main-nav .nav-item {
    transition: .2s
}

.main-nav .nav-item.is-active,.main-nav .nav-item:hover {
    background-color: transparent!important;
    transition: .2s ease
}

.main-nav .nav-item.is-active .navlink,.main-nav .nav-item:hover .navlink {
    background: linear-gradient(90deg,#29b4d5,#3cdca0)!important;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    transition: .5s ease
}

.main-nav .nav-item.is-active .navlink .nav-icon,.main-nav .nav-item:hover .navlink .nav-icon {
    left: -5px;
    position: relative;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    transition: .5s ease
}

.main-nav .nav-item.is-active .navlink .nav-title,.main-nav .nav-item:hover .navlink .nav-title {
    left: 5px;
    position: relative;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    transition: .5s ease
}

.desktop .carousel-indicators {
    left: 0;
    margin: 0 auto;
    right: 0
}

.desktop .carousel-indicators li {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    display: block;
    display: inline-block;
    height: 5px;
    margin: 0 5px;
    opacity: .5;
    width: 50px
}

.desktop .carousel-indicators li.active {
    background-color: #fff;
    height: 5px;
    margin-bottom: 0;
    opacity: 1;
    width: 50px
}

.mobile .carousel-indicators {
    left: 0;
    margin: 0 auto;
    right: 0
}

.mobile .carousel-indicators li {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    display: block;
    display: inline-block;
    height: 5px;
    margin: 0 5px;
    opacity: .5;
    width: 30px
}

.mobile .carousel-indicators li.active {
    background-color: #fff;
    height: 5px;
    margin-bottom: 0;
    opacity: 1;
    width: 30px
}

.jackpot {
    font-family: Sora,sans-serif;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 10px
}

.header-wrapper {
    background: #020316
}

.header-wrapper .fix.btn-accent {
    background: linear-gradient(90deg,#29b4d5,#3cdca0);
    border: 1px solid #29b4d5;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    margin-left: 0!important;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    transition: .5s ease
}

.header-wrapper .fix.btn-accent span {
    display: inline-block;
    -webkit-transform: skew(20deg);
    transform: skew(20deg)
}

.header-wrapper .fix.btn-accent:hover {
    border: 1px solid #3cdca0;
    box-shadow: inset 0 0 10px 0 #3cdca0,0 0 10px 0 #3cdca0;
    transition: .5s ease
}

.header-wrapper .fix.btn-tertiery {
    background: linear-gradient(90deg,#fbb24c,#fe7d38 98.37%);
    border: 1px solid #fbb24c;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    margin-right: 2px!important;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    transition: .5s ease
}

.header-wrapper .fix.btn-tertiery span {
    display: inline-block;
    -webkit-transform: skew(20deg);
    transform: skew(20deg)
}

.header-wrapper .fix.btn-tertiery:hover {
    border: 1px solid #fbb24c;
    box-shadow: inset 0 0 10px 0 #fbb24c,0 0 10px 0 #fbb24c;
    transition: .5s ease
}

.header-wrapper .flex-right .flex-row i {
    color: #fff;
    font-weight: 500;
    transition: .5s ease
}

.header-wrapper .flex-right .flex-row i:hover {
    color: #fff;
    text-shadow: 0 0 5px #fff;
    transition: .5s ease
}

.header-wrapper .flex-right .flex-row .button.icon.circle {
    background-color: transparent
}

.header-wrapper .flex-right .flex-row .compliant-btn {
    background: #6b7586;
    border-radius: 8px;
    color: #fff;
    margin-top: 5px;
    padding: 0 10px
}

.header-wrapper .flex-right .flex-row .compliant-btn i {
    color: #fff;
    font-size: 14px
}

.header-wrapper .line {
    background-color: #fff
}

.top-bar .inner-header {
    background: #020316
}

.jackpot-wraper {
    width: 100%
}

.jackpot-wraper #jackpot_amount {
    display: inline-block;
    font-size: 25px;
    margin-left: 30px;
    margin-top: 45px;
    text-align: center;
    width: 100%
}

.mobile .jackpot-wraper #jackpot_amount {
    font-size: 20px;
    margin-left: 0;
    margin-top: 0
}

.desktop .popular-section .g-slider-wrapper {
    margin: 1px;
    padding: 0
}

.desktop .popular-section .g-slider-wrapper.widget-wrapper .widget-wrapper-image {
    border-radius: 16px 16px 0 0;
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.desktop .popular-section .g-slider-wrapper.widget-wrapper .game-box {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 0 0,linear-gradient(270deg,#0d0d4a,#1d0b81 51.07%,#0d0d4a);
    background-position: 100% 0;
    background-size: 100%;
    border-radius: 14px;
    float: left;
    height: 100%;
    padding: 15px;
    width: 270px
}

.desktop .popular-section .g-slider-wrapper.widget-wrapper .game-box .widget-wrapper-image-img {
    border: 1px solid #fff;
    box-shadow: 3px 4px 4px rgba(0,0,0,.33);
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.desktop .popular-section .g-slider-wrapper.widget-wrapper .gamebox-large img {
    height: 160px;
    width: 100%
}

.desktop .popular-section .g-slider-wrapper.widget-wrapper .game-title {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    width: 100%
}

.desktop .popular-section .g-slider-wrapper.widget-wrapper .game-title span {
    display: block;
    font-family: Sora,sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.desktop .popular-section .g-slider-wrapper li {
    border-radius: 14px;
    box-shadow: 3px 4px 4px rgba(0,0,0,.33);
    display: inline-block;
    margin: 6px 5px;
    position: relative;
    text-align: center
}

.desktop .popular-section .g-slider-wrapper li,.desktop .popular-section .g-slider-wrapper li:hover {
    background: linear-gradient(270deg,#0d0d4a,#1d0b81 51.07%,#0d0d4a)
}

.desktop .popular-section .g-slider-wrapper li:before {
    background: linear-gradient(180deg,#00a3ff,#000);
    border-radius: 14px;
    content: "";
    height: 100%;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1
}

.moregame-link {
    color: #a48b79;
    font-weight: 700;
    margin-top: 10px
}

.mobile .top-section {
    background: transparent;
    border-top: none;
    padding: 0
}

.mobile .top-section .common-title {
    font-size: 12px;
    margin-top: 12px
}

.mobile .top-section .jackpot-wraper {
    margin-top: 15px
}

.mobile .top-section .jackpot-wraper .jackpot {
    border-radius: 8px
}

.mobile .top-section .jackpot-wraper .jackpot .text-content {
    font-size: 18px;
    margin-top: 0;
    padding-top: 0
}

@media (min-width: 768px) and (max-width:1024px) {
    .mobile .top-section .jackpot-wraper .jackpot .text-content {
        display:inline-block;
        font-size: 44px;
        margin-top: 20px
    }
}

.mobile .top-section .top-section-inner {
    background-image: none;
    padding: 0 20px
}

.mobile .top-section .col-width-full {
    width: 100%
}

.mobile .title-wrapper {
    background-color: transparent;
    border-radius: 8px;
    margin: 20px 0 5px;
    width: 100%
}

.mobile .common-title {
    font-size: 18px!important;
    margin: 0;
    text-align: center;
    width: 100%
}

.mobile .popular-section {
    background: transparent;
    border-top: none;
    padding: 0
}

.mobile .g-slider-wrapper.widget-wrapper {
    background: transparent;
    border-radius: 8px;
    padding: 15px 0;
    position: relative
}

.mobile .g-slider-wrapper .btn-link {
    top: 90%
}

.mobile .g-slider-wrapper .btn-link.btn-next {
    left: auto;
    right: 0;
    top: -20px
}

.mobile .g-slider-wrapper .btn-link.btn-prev {
    left: auto;
    right: 33px;
    top: -20px
}

.mobile .g-slider-wrapper li {
    border-radius: 14px;
    border-top: 1px solid linear-gradient(180deg,#00a3ff,#000);
    box-shadow: 3px 4px 4px rgba(0,0,0,.33);
    display: inline-block;
    margin: 6px;
    padding: 0;
    position: relative;
    text-align: center
}

.mobile .g-slider-wrapper li,.mobile .g-slider-wrapper li:hover,.mobile .g-slider-wrapper li:hover:before {
    background: linear-gradient(270deg,#0d0d4a,#1d0b81 51.07%,#0d0d4a)
}

.mobile .g-slider-wrapper li:before {
    background: linear-gradient(180deg,#00a3ff,#000);
    border-radius: 14px;
    content: "";
    height: 100%;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1
}

.mobile .g-slider-wrapper .widget-wrapper-image {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 0 0,linear-gradient(270deg,#0d0d4a,#1d0b81 51.07%,#0d0d4a);
    background-position: 100% 0;
    background-size: cover;
    float: left;
    height: 100%;
    padding: 5px;
    width: 150px
}

.mobile .g-slider-wrapper .game-box {
    border-radius: 14px;
    margin: 0;
    padding: 8px
}

.mobile .g-slider-wrapper .game-box .widget-wrapper-image-img {
    height: auto;
    margin: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.mobile .g-slider-wrapper .gamebox-large {
    display: inline-block
}

.mobile .g-slider-wrapper .gamebox-large img {
    height: 160px;
    width: 100%
}

.mobile .g-slider-wrapper .game-title {
    display: block;
    font-weight: 400;
    margin-top: 5px;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    width: 100%
}

.mobile .g-slider-wrapper .game-title span {
    display: block;
    font-family: Sora,sans-serif;
    line-height: 12px;
    overflow: hidden;
    padding: 5px 2px;
    text-overflow: ellipsis
}

.mobile .g-slider-wrapper .lw-loop-content {
    margin: 5px 0;
    overflow: hidden;
    padding: 15px;
    position: relative
}

.mobile .g-slider-wrapper .lw-loop-content ul {
    left: 0;
    width: 100%
}

.mobile .g-slider-wrapper .lw-loop-content ul li {
    background: linear-gradient(270deg,#0d0d4a,#1d0b81 51.07%,#0d0d4a);
    display: block;
    margin-bottom: 20px!important
}

.mobile .g-slider-wrapper .lw-loop-content ul li .LW-btn {
    color: #fff;
    font-weight: 700
}

.mobile .g-slider-wrapper .lw-loop-content ul li .LW-div .wd-item__avatar {
    margin-right: 10px;
    width: 45px
}

@media (max-width: 768px) {
    .mobile .g-slider-wrapper .lw-loop-content ul li .LW-div .wd-item__avatar {
        padding-right:5px
    }
}

.mobile .Popular-slider {
    background: linear-gradient(180deg,#181045,#05032c);
    border-radius: 8px;
    padding: 15px;
    position: relative
}

.mobile .btns-log .btn-accent {
    background: linear-gradient(90deg,#29b4d5,#3cdca0);
    border: 1px solid #29b4d5;
    border-radius: 0;
    color: #fff
}

.mobile .btns-log .btn-tertiery {
    background: linear-gradient(90deg,#fbb24c,#fe7d38 98.37%);
    border: 1px solid #fbb24c;
    border-radius: 0;
    color: #fff
}

.mobile .mob-row-rev {
    direction: rtl;
    display: -webkit-flex;
    display: flex
}

.mobile .moregame-link {
    margin-top: 5px
}

body {
    font-family: Sora,sans-serif
}

body,body.mobile {
    background: #010417
}

.lw-horizontal-slider .gradient-bg {
    background: #000
}

.desktop .deposit-withdraw-div .info-section {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 0 0,linear-gradient(270deg,#0d0d4a,#1d0b81 51.07%,#0d0d4a);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid linear-gradient(180deg,#00a3ff,#000);
    border-radius: 14px;
    margin: 1px
}

.deposit-withdraw-div .info-section:after {
    background: linear-gradient(180deg,#00a3ff,#000);
    border-radius: 14px;
    content: "";
    height: 100%;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1
}

.mobile .deposit-section {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 0 0,linear-gradient(270deg,#0d0d4a,#1d0b81 51.07%,#0d0d4a);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid linear-gradient(180deg,#00a3ff,#000);
    border-radius: 14px
}

.mobile .btns-log .btn-accent {
    border-left: 1px solid #727272
}

.mobile .scroll-wrapper[_home] .slider-content {
    background: #304fd0
}

.mobile .scroll-wrapper[_home] .next-btn,.mobile .scroll-wrapper[_home] .prev-btn {
    background: #0f1d86
}

.desktop .g-slider-wrapper {
    padding-top: 4px
}

.desktop .g-slider-wrapper .content-wrapper {
    overflow: hidden
}

.desktop .g-slider-wrapper ul {
    list-style-type: none;
    margin: 0;
    overflow-y: hidden;
    padding: 0;
    white-space: nowrap
}

.desktop .g-slider-wrapper ul::-webkit-scrollbar {
    display: none
}

.desktop .g-slider-wrapper ul {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.desktop .g-slider-wrapper li {
    display: inline-block;
    position: relative
}

.desktop .g-slider-wrapper img {
    border-radius: 5px;
    display: block;
    height: 100%;
    width: 100%
}

.desktop .g-slider-wrapper a.game-box,.desktop .g-slider-wrapper div.game-box {
    color: inherit;
    display: block;
    height: 150px;
    margin-right: 30px;
    position: relative;
    width: 150px
}

.desktop .g-slider-wrapper .game-title {
    font-size: 11.2px;
    overflow: hidden;
    text-transform: uppercase
}
