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

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

.hot-games .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 .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: enter 25s linear;
    animation: enter 25s 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 a {
    color: inherit
}

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

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

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

@-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)
    }
}

.desktop * {
    scrollbar-width: thin;
    scrollbar-color: #bfc2c4 #fff
}

.desktop ::-webkit-scrollbar {
    width: 12px;
    height: 10px
}

.desktop ::-webkit-scrollbar-track {
    background: #fff
}

.desktop ::-webkit-scrollbar-thumb {
    background-color: #bfc2c4;
    border-radius: 20px;
    border: 3px solid #fff
}

.desktop .app-wrapper[_home] .cols-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch
}

.desktop .app-wrapper[_home] .first-col {
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch
}

.desktop .app-wrapper[_home] .second-col {
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch
}

.desktop .ann-wrapper {
    background: transparent;
    color: #fff;
    padding-right: 3rem;
    width: 450px
}

.desktop .ann-wrapper i {
    color: #ffd600
}

.u-section-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #c4bfc1!important;
    background: linear-gradient(180deg,#fff,#c4bfc1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.u-section-box--bg {
    background: #171613;
    border-radius: 0;
    color: #fff
}

.u-muted-txt {
    color: #6b7586
}

.carousel-indicators {
    z-index: 3;
    bottom: -10px
}

.carousel-indicators li {
    background: rgba(0,0,0,.5);
    width: 12px;
    height: 12px;
    margin: 1px;
    border: 1px solid #43474f
}

.carousel-indicators li.active {
    background: linear-gradient(180deg,#ffdc11,#ffdc11);
    border: 1px solid linear-gradient(180deg,#ffdc11,#ffdc11);
    margin: 1px
}

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

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

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

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

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

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

.g-slider-wrapper .content-wrapper.round {
    height: 80px
}

.desktop .g-slider-wrapper .content-wrapper.round {
    height: 110px
}

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

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

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

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

.g-slider-wrapper .game-title {
    border-radius: 0 0 4px 4px;
    background: transparent;
    text-align: left;
    padding-left: 15px;
    line-height: 2;
    font-size: 12px;
    font-weight: 500;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    align-content: center;
    padding-right: 4px;
    color: #fff
}

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

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

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

.g-slider-wrapper.hot .hot-sec {
    height: 230px
}

.mobile .g-slider-wrapper.hot .hot-sec {
    height: 165px
}

.g-slider-wrapper .withdraw-card {
    display: -webkit-flex;
    display: flex;
    border: 1px solid transparent;
    padding: 10px;
    width: 185px;
    border-radius: 10px;
    background: linear-gradient(1turn,#ff7600,#ffc400);
    margin-right: 10px
}

.g-slider-wrapper .withdraw-card .img {
    padding-right: 10px
}

.g-slider-wrapper.recommend .game-title {
    background: #0d673c
}

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

.icon-wrp {
    width: 2em;
    height: 2em;
    font-size: 20px;
    display: inline-block;
    line-height: 2em;
    vertical-align: middle;
    background: linear-gradient(180deg,rgba(0,0,0,.5) 24.5%,rgba(16,18,28,.5));
    box-shadow: 0 -1px 1px 1px rgba(255,118,0,.36);
    border-radius: 50%;
    text-align: center
}

.icon-wrp>i {
    color: #fff
}

.text-email-wrap {
    font-weight: 600;
    line-height: 22px;
    font-family: Poppins,sans-serif
}

.home-info-grp .title-box {
    margin-bottom: 25px;
    margin-top: 30px
}

.svc-advantage .circle-wrp {
    font-size: 30px;
    float: left;
    line-height: 1em;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center
}

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

.svc-advantage .text-wrp {
    padding-top: 0;
    padding-left: 10px;
    line-height: 1.2
}

.svc-advantage .text-wrp .u-section-title {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Poppins,sans-serif
}

.svc-advantage .text-wrp .u-section-subtitle {
    font-size: 11.2px;
    margin-bottom: 5px
}

.svc-advantage .text_minutes {
    font-size: 11.2px!important;
    font-weight: 600
}

.svc-advantage .progress {
    background: #1f1f1f;
    border-radius: 10px;
    height: 6px;
    margin-bottom: 40px
}

.svc-advantage .progress-bar {
    background: linear-gradient(180deg,#a5a3a1,#fefefe 37.29%,#adaba9 70.1%,#fff);
    border-radius: 150px;
    line-height: 12px
}

.svc-advantage .card-header {
    margin-top: 30px
}

.svc-advantage .card-header>* {
    float: left
}

.svc-advantage .widget-wrapper-content {
    padding: 20px!important
}

.svc-advantage .content-box ul {
    list-style: none;
    margin-left: 0
}

.svc-advantage .content-box ul li {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-transform: capitalize;
    padding: 13px 0;
    border-bottom: 1px solid #191b1f;
    -webkit-flex: 1;
    flex: 1
}

.svc-advantage .contact-border {
    border-color: currentcolor;
    border-style: none solid;
    border-width: 1px
}

.member-svc #contacts-carousel {
    position: unset
}

.member-svc .content-box {
    padding: 20px 5px 0 20px;
    height: 275px;
    position: relative;
    border-color: #191b1f;
    border-style: none solid;
    border-width: 1px;
    border-radius: 0
}

.member-svc .contact-item {
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 25px
}

.member-svc .contact-item .icon-wrp {
    background: linear-gradient(180deg,rgba(0,0,0,.5) 24.5%,rgba(16,18,28,.5));
    box-shadow: 0 -1px 1px 1px rgba(255,118,0,.36)
}

.member-svc .carousel-indicators {
    bottom: 0;
    z-index: 3
}

.member-svc .text-wrp {
    padding-left: 20px;
    font-size: 12px
}

.info-centre .content-box {
    padding: 7px 0
}

.info-centre .content-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap
}

.info-centre .content-box li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    align-content: center;
    line-height: 1;
    padding: 25px 0 30px;
    border-bottom: 1px solid #323a46
}

.info-centre .content-box li .text {
    font-size: 11.2px;
    font-weight: 500;
    padding: 5.4px 0
}

.info-centre .content-box li .btn-link {
    background: linear-gradient(180deg,rgba(0,0,0,.5) 24.5%,rgba(16,18,28,.5));
    box-shadow: 0 -1px 1px 1px rgba(255,118,0,.36);
    font-size: 11.2px;
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px
}

.widget-wrapper {
    padding-top: 3px!important;
    display: inline-block;
    width: 100%
}

.widget-wrapper .widget-wrapper-title {
    border-radius: 4px;
    padding: 19px 27px;
    position: relative;
    margin-bottom: 5px;
    margin-top: 10px
}

.widget-wrapper .widget-wrapper-title:before {
    content: "";
    background: linear-gradient(1turn,#ff7600,#ffc400);
    border-radius: 4px 0 0 4px;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%
}

.widget-wrapper .widget-wrapper-title .u-section-title {
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    font-family: Poppins,sans-serif;
    background: -webkit-linear-gradient(#ffc400,#ff7600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.widget-wrapper .widget-wrapper-control {
    position: relative;
    top: 33px;
    z-index: 9;
    width: 100%
}

.widget-wrapper .widget-wrapper-control .widget-wrapper-controlleft {
    position: absolute;
    left: 20px;
    border: 0;
    font-size: 25px;
    color: #bbb9af
}

.widget-wrapper .widget-wrapper-control .widget-wrapper-controlright {
    position: absolute;
    right: 20px;
    border: 0;
    font-size: 25px;
    color: #bbb9af
}

.widget-wrapper .widget-wrapper-image-slider {
    height: 100px!important;
    padding: 0 30px;
    width: 100%;
    float: left
}

.widget-wrapper .widget-wrapper-image-slider .widget-wrapper-sliderimage {
    width: 75px!important;
    margin: 13px 0 12px
}

.widget-wrapper .widget-wrapper-content {
    padding: 30px 36px;
    width: 100%;
    float: left
}

.widget-wrapper .widget-wrapper-content .widget-wrapper-sliderimage {
    width: 152px!important;
    margin: 13px 0 12px
}

.widget-wrapper .widget-wrapper-content .widget-wrapper-sliderimage .widget-wrapper-sliderimage-img {
    height: 143px
}

.hot-slider,.Popular-slider {
    position: relative
}

.hot-slider .widget-wrapper-control,.Popular-slider .widget-wrapper-control {
    position: absolute;
    top: 45%;
    z-index: 9;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .5s
}

.hot-slider .widget-wrapper-control .widget-wrapper-controlleft,.Popular-slider .widget-wrapper-control .widget-wrapper-controlleft {
    position: absolute;
    left: 0;
    border: 0;
    font-size: 25px
}

.hot-slider .widget-wrapper-control .widget-wrapper-controlright,.Popular-slider .widget-wrapper-control .widget-wrapper-controlright {
    position: absolute;
    right: 0;
    border: 0;
    font-size: 25px
}

.hot-slider:hover .widget-wrapper-control,.Popular-slider:hover .widget-wrapper-control {
    visibility: visible;
    opacity: 1;
    transition: all .2s
}

.Popular-slider .content-wrapper {
    height: 230px
}

.mobile .Popular-slider .content-wrapper {
    height: 165px
}

.Popular-slider.js-cycling-gallery-royal .content-wrapper {
    height: 120px
}

.mobile .Popular-slider.js-cycling-gallery-royal .content-wrapper {
    height: 100px
}

.Popular-slider .widget-wrapper-control {
    top: 60%
}

.banner-bonus {
    padding: 20px 28px
}

.banner-bonus-img {
    padding: 10px 20px 20px
}

.jackpot .text-content {
    padding-top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: end;
    align-items: end;
    padding-bottom: 15px;
    -webkit-justify-content: center;
    justify-content: center
}

.jackpot .text-content span {
    font-size: 16px
}

.mobile .g-slider-wrapper .title-wrapper {
    -webkit-justify-content: center;
    justify-content: center
}

.mobile .app-wrapper[_home] .first-col,.mobile .app-wrapper[_home] .second-col {
    padding: 8px
}

.mobile .widget-wrapper .widget-wrapper-title {
    padding: 10px 27px;
    margin-top: 0
}

.mobile .widget-wrapper .widget-wrapper-title:before {
    width: 5px
}

.mobile .widget-wrapper .widget-wrapper-title .u-section-title {
    font-size: 20px;
    line-height: 1.5;
    text-align: center
}

.mobile .widget-wrapper .widget-wrapper-content {
    padding: 18px 16px 26px;
    border-radius: 4px
}

.mobile .widget-wrapper .widget-wrapper-content .widget-wrapper-image,.mobile .widget-wrapper .widget-wrapper-content .widget-wrapper-image .widget-wrapper-image-img {
    width: 100px;
    height: 100px
}

.mobile .member-svc {
    border: none
}

.mobile .member-svc .contacts-carousel {
    padding: 25px 0
}

.mobile .member-svc .content-box {
    padding: 0;
    height: 275px;
    border-style: solid none
}

.mobile .banner-bonus {
    border-radius: 4px
}

.mobile .svc-advantage .question-text {
    font-size: 14px!important
}

.mobile .svc-advantage .question-link {
    font-size: 11.2px!important
}

.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;
    padding: 0;
    overflow-y: hidden;
    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 {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 5px
}

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

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