@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,400&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-y: scroll;
    font-size: 16px;
}


body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #121212;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.75;
}

p {
    margin-bottom: 1.25em;
}

a {
    color: #f36c21;
}

a:hover {
    color: #f36c21;
    text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    margin: 0 0 1rem;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
}

h1 {
    margin-top: 0;
    font-size: 3.052em;
}

h2 {
    font-size: 2.125rem;
}

h3 {
    font-size: 1.953em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.25em;
}

small, .text_small {
    font-size: 0.8em;
}

strong, b {
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

img {
    max-width: 100%;
}

/*form field css*/
.form-control {
    border-color: #ebebeb;
    padding: .675rem 0.85rem;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value {
    color: #9a9a9a !important;
    font-size: 14px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value {
    /* Firefox 18- */
    color: #9a9a9a;
    font-size: 14px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value {
    /* Firefox 19+ */
    color: #9a9a9a;
    font-size: 14px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value {
    color: #9a9a9a;
    font-size: 14px;
}


/* PRE DEFINE CLASS CSS
==========================================*/
.ptb-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt--120 {
    margin-top: -120px;
}

.gray-light-bg {
    background: #f4f7fa;
}

.primary-bg {
    background: #00438b;
}

.secondary-bg {
    background: #00438b;
}

.color-primary {
    color: #00438b;
}

.color-secondary {
    color: #00438b;
}

.white-bg {
    background: #ffffff;
}

.bg-color-1 {
    background: #399fb6;
}

.bg-color-2 {
    background: #0ba077;
}

.bg-color-3 {
    background: #6582ed;
}

.bg-color-4 {
    background: #399fb6;
}

.icon-color-1 {
    background: #efdff7;
    color: #b17cc6;
}

.icon-color-2 {
    background-color: #c6e6fd;
    color: #63b0e3;
}

.icon-color-3 {
    background-color: #efe3e3;
    color: #ed7265;
}

.icon-color-4 {
    background-color: #ddedea;
    color: #45d7ba;
}

.icon-color-5 {
    background-color: #ffe0e3;
    color: #bd2130;
}

.icon-color-6 {
    background-color: #e2e8ff;
    color: #6582ed;
}

.outline-btn, .solid-btn, .primary-solid-btn {
    padding: .75rem 1.85rem;
    font-family: 'Lato', sans-serif;
}

.primary-solid-btn {
    border-color: #00438b;
    background: #00438b;
    color: #ffffff;
}

.primary-solid-btn:hover {
    background: transparent;
    color: #081d43;
    border-color: #081d43;
}

.solid-btn {
    background: #4fa9e7;
    color: #ffffff;
    border-color: #4fa9e7;
}

.solid-btn:hover {
    background: #276ea2;
    border-color: #276ea2;
    color: #ffffff;
}

.outline-btn {
    border-color: #0062cc;
    color: #fff;
    background: rgba(0, 98, 204, 0.51);
}

.outline-btn:hover {
    background: #ffffff;
    color: #00438b;
    border-color: #ffffff;
}

.primary-bg h1, .primary-bg p {
    color: #fff;
}

.color-1 {
    color: #ff164e;
}

.color-1-bg {
    background: rgba(255, 22, 78, 0.15);
}

.color-2 {
    color: #9123ff;
}

.color-2-bg {
    background: rgba(145, 35, 255, 0.15);
}

.color-3 {
    color: #3413f7;
}

.color-3-bg {
    background: rgba(52, 19, 247, 0.15);
}

.color-4, .ratting-color {
    color: #ff7c3f;
}

.color-4-bg {
    background: rgba(255, 124, 63, 0.15);
}

.color-5, .success-color {
    color: #2ebf6d;
}

.color-5-bg {
    background: rgba(46, 191, 109, 0.15);
}

.color-6 {
    color: #f25c7f;
}

.color-6-bg {
    background: rgba(242, 92, 127, 0.15);
}




/*=========================================
            04. HEADER CSS
============================================*/
.main-menu {
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    width: auto;
    height: auto;
    transition: all .3s ease-in-out;
}

.main-menu ul {
    text-align: left;
    padding: 0;
    margin: 0;
}

.login-button {
    background-color: #f36c21 !important;
}

.join-button {
    background-color: #4caf50 !important;
}

/* .main-menu ul li{
    padding: 15px 0;
} */

.main-menu ul>li a {
    margin: 0 0 0 20px;
    color: hsla(0, 0%, 100%, .6);
    display: block;
    font-weight: 400;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-size: .75rem !important;
    letter-spacing: .0333333333em !important;
    line-height: 1.25rem;
}

.main-menu ul>li .submenu {
    width: 250px;
    background-color: #f4f7fa;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    position: absolute;
    top: 55px;
    left: -4.2em;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: rotateX(-90deg) rotateY(0);
    transform-origin: 0 0;
}

.main-menu ul>li .submenu.dropdown-menu {
    margin: 0;
    padding: 0;
}

.main-menu ul>li:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: rotateX(0) rotateY(0);
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.main-menu ul>li .submenu>a {
    padding: 0;
    display: block;
}

.main-menu ul>li .submenu>a {
    padding: 10px 15px;
    margin: 0;
    color: #363232;
}

.main-menu ul>li .submenu>a:hover {
    background: #ebebeb;
}

.main-menu ul>li .submenu>a:active {
    background: inherit;
}

.main-menu ul>li .submenu:before,
.main-menu ul>li .submenu:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 12px solid transparent;
    border-bottom: 12px solid #f4f7fa;
    top: -25px;
    left: calc(50% - 12px);
}

.main-menu ul li.dropdown .dropdown-toggle::after {
    position: relative;
    top: 2px;
}

.navbar-brand {
    font-size: inherit;
    height: auto;
    padding: 0;
    margin-bottom: -8px;
}

.navbar-toggler {
    background: transparent;
    padding: 0px;
    font-size: inherit;
    transition: all .3s ease-in-out;
}

.navbar-toggler span {

    opacity: 0.8;
    font-size: 21px;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
    opacity: 1;
}

.custom-nav ul li a {
    color: #fafafa;
}

.affix {
    background-color: #00438b;
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

.white-bg.affix, .custom-nav.affix {
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
}

.white-bg.custom-nav ul li a, .custom-nav ul li a {
    color: #081d43 !important;
}

.white-bg.custom-nav ul li a:hover, .custom-nav ul li a:hover {
    color: #00438b !important;
}

.bg-transparent ul li a {
    color: #ffffff;
    opacity: 0.8;
}

.bg-transparent ul li a:hover {
    opacity: 1;
}

.bg-transparent.affix {
    background: rgba(0, 67, 139, 0.95) !important;
}

.navbar {
    padding: 0.12rem 1rem;
    transition: all .3s ease-in-out;
}

#formBanner .form-control {
    width: 100%;
}

.navbar-nav .nav-link {
    line-height: 45px;
}

.btn-cta {
    background: #3bce03 !important;
    padding: .75rem 1.85rem !important;
    border-radius: 25px !important;
    opacity: 1 !important;
}

.banner-heading {
    margin-top: 0;
    font-size: 2.2em;
    color: #000;
}

.checklist li a {
    color: #000;
    position: relative;
    padding-left: 25px
}

.checklist li a:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: rgba(0, 67, 139, 0.85);
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: -3px;
    left: 0;
}

.checklist li a:hover {
    text-decoration: none;
}

.client-section-wrap ul li {
    padding-right: 25px;
}

.sub-heading {
    font-size: 2em;
    line-height: 40px;
}

.main-menu ul>li:last-child a {
    color: #fff
}

.navbar {
    /*box-shadow: 0px 0px 8px #767676;*/
    background: #212121 !important;
}

#contact {
    padding-top: 100px
}

.navbar-toggler-icon {
    position: relative;
}

/* .navbar-toggler-icon:before {
   content: '\f0c9';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: 0;

}*/

.notification {
    position: relative;
    height: 30px;
}

.notification .close-btn {
    position: absolute;
    right: 15px;
    top: 0px;
}

.notification marquee {
    margin: 0 auto;
    width: 96%;
}

.notification span {
    font-size: 0.9rem;
}

.provider-slider-wrap .owl-prev {
    position: absolute;
    top: 13%;
    font-size: 50px !important;
    left: -25px;
}

.provider-slider-wrap .owl-next {
    position: absolute;
    top: 13%;
    font-size: 50px !important;
    right: -25px;
}

.game-slider-wrap .owl-prev {
    position: absolute;
    top: 35%;
    font-size: 50px !important;
    left: -25px;
}

.game-slider-wrap .owl-next {
    position: absolute;
    top: 35%;
    font-size: 50px !important;
    right: -25px;
}


.provider-slider-wrap .owl-prev:focus, .provider-slider-wrap .owl-next {
    outline: none;
}

#about .owl-prev {
    font-size: 44px;
    position: absolute;
    top: 9%;
    left: -15px;
}

#about .owl-prev:focus {
    outline: none;
}

#about .owl-next {
    font-size: 44px;
    position: absolute;
    top: 9%;
    right: -15px;
}

#about .owl-next:focus {
    outline: none;
}

.single-promo .p-4 {
    padding: 12px !important
}

.about-blk {
    display: flex;
    align-items: center;
}

.single-promo p {
    text-align: center;
    text-align-last: center;
}

.dl-button {
    display: inline-block;
    position: absolute;
    bottom: 20%;
    left: 34%;
}

.dl-button a {
    background: #f60;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    padding: 12px 20px;
    box-shadow: 3px 0 14px rgb(0 0 0 / 50%);
    display: block;
}

.dl-button a:hover {
    text-decoration: none;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

@media (min-width: 320px) and (max-width: 992px) {
    .navbar {
        /*background: #fff !important;*/
        padding: .95rem 1rem;
    }

    .white-bg.affix, .custom-nav.affix, .navbar.white-bg {
        background: #ffffff !important;
        border-bottom: 1px solid #ebebeb;
    }

    .white-bg.custom-nav ul li a, .custom-nav ul li a {
        color: #081d43 !important;
    }

    .white-bg.navbar .navbar-toggler span {
        color: #00438b;
    }

    .main-menu ul>li .submenu {
        left: 0;
        top: 10px;
        position: relative;
    }

    .main-menu ul li {
        padding: 15px 0 0;
    }

    .main-menu ul>li a {
        margin: 0;
    }

    .main-menu ul>li .submenu:before, .main-menu ul>li .submenu:after {
        left: 15px;
    }

    .ptb-100 {
        padding: 55px 0;
    }

    .pt-100 {
        padding-top: 55px;
    }

    .pb-100 {
        padding-bottom: 40px;
    }

}

@media (min-width: 992px) {
    .navbar {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        background: transparent;
        -o-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -moz-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-backface-visibility: hidden;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.2rem;
        padding-left: 0.2rem;
    }
}

.justify-center {
    justify-content: center !important;
}

header {
    z-index: 99999;
    position: relative;
}

.header-toolbar {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 0;
    justify-content: center;
    background: #212121 !important;
    margin: 0 0 8px;
}


.spacer {
    flex-grow: 1 !important;
}

.header-top {
    padding: 10px;
}

.header-top .navbar-toggler {
    color: #fff;
}

.v-btn {
    color: #fff;
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: .0892857143em;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: 0.0892857143em;
    text-transform: uppercase;
    transition-duration: .28s;
    transition-property: box-shadow, transform, opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.v-btn:hover {
    color: #fff;
    text-decoration: none;
}

.v-btn:not(.v-btn--round).v-size--large {
    height: 44px;
    min-width: 78px;
    padding: 0 19.5555555556px;
}

.v-btn.v-btn--has-bg {
    background-color: #272727;
}

.v-btn--rounded {
    border-radius: 28px;
}


/*----Top nav-----*/
#topnav {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    opacity: 0;
    z-index: -1;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    flex-direction: column;
}



#topnav.leftslide {
    width: 250px;
    background-color: #212121;
    position: fixed;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    top: 0;
    left: 0;
    transform: translate3d(-300px, 0px, 0px);
}


#topnav.open {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    z-index: 5;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.side-nav-design {
    background-color: #424242;
    height: 100%;
    width: 100%
}

.menu-btn .line {
    width: 25px;
    height: 3px;
    background-color: #ecf0f1;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.menu-btn.is-active .line:nth-child(2) {
    opacity: 0;
}

.menu-btn.is-active .line:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    -o-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}

.menu-btn.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    -o-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
}

.menu-btn.is-active .line {}

.menu-btn {
    width: 30px;
    height: 30px;
    /*position: fixed;*/
    z-index: 10;
    top: 25px;
    left: 10px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.menu-btn.is-active {
    position: fixed;
}

.nav-inner {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;

    text-align: center;
    background: #424242;
}

.nav-inner img {
    max-width: 30px;
}

.nav-inner li {
    position: relative;
    margin-bottom: 0px;
    transition: transform .3s ease-in-out;
    padding: 15px;
}

.nav-inner li:hover {
    background-color: #f36c21;
}

.nav-inner li a {
    display: inline-block;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 0.875rem;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 4px 8px;
    transition: all .2s ease-in-out;
}

.nav-inner li a span {
    display: block;
}

.join-now {
    background-color: #f36c21;
    height: 44px;
    min-width: 78px;
    padding: 0 19.5555555556px;
    color: #fff;
}




p.strong-text {
    font-weight: 700;
    margin-bottom: 2px;
}

.content-ad {
    margin-bottom: 15px;
}

.bullet-list {
    list-style: disc;
    list-style-position: inside;
}

.bullet-list li {
    margin: 0 0 15px;
}

.hero-img-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 28%;
    font-size: 50px !important;
    left: 8px;
}

.hero-img-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 28%;
    font-size: 50px !important;
    right: 8px;
}

.more-games-links a {
    color: #fff;
}

.align-center {
    align-items: center !important;
}

.navbar-expand-lg .navbar-nav .nav-link img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.hero-section .hero-img {}

.about-section h2 {
    color: #fff;
    text-align: center;
    font-size: 2.125rem
}

.social-list {}

.social-list img {
    max-width: 30px;
    height: 30px;
}

.social-list a {
    display: inline-block;
    margin: 0 5px 0 0;
}

.provider-section {
    background-color: #212121;
    border-color: #212121;
}

.my-card {
    display: flex;
    align-items: center;
    padding: 0 10px;
    border: 2px solid #5f3225 !important;
    border-radius: 10px !important;
    background-color: transparent !important;
    min-height: 130px;
    justify-content: center;
}

.my-card img {
    max-width: 150px;
}

.payment-card {
    display: flex;
    align-items: center;
    padding: 0 10px;
    border: 2px solid #5f3225 !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    min-height: 90px;
    justify-content: center;
}

.payment-card img {
    max-width: 90px;
}

.payment-slider-wrap .owl-nav {
    display: none;
}

.btn-wrapper {
    margin-top: 60px;
    margin-bottom: 30px;
}

.about-game {
    background-color: #1e1e1e;
}


/*----loyalty----*/
.main-loyalty .gold-loyalty-card {
    background-image: url(../images/gold-loyalty.png);
}

.main-loyalty .platinum-loyalty-card {
    background-image: url(../images/platinum-loyalty.png);
}

.main-loyalty .silver-loyalty-card {
    background-image: url(../images/silver-loyalty.png);
}

.main-loyalty .blue-loyalty-card {
    background-image: url(../images/blue-loyalty.png);
}

.main-loyalty .card-content {
    height: 395px;
    background-size: 100% 100%;
    position: relative;
}

.main-loyalty .heading-text {
    top: 5%;
    font-size: 2.5rem;
    position: absolute;
    left: 0;
    right: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.text-color-gold, .text-color-platinum, .text-color-silver {
    color: #000;
}

.main-loyalty .card-data {
    /*margin:56% 0;*/
    text-align: center;
    /*position: absolute;*/
    width: 100%;
}

.main-loyalty .card-data .sub {
    font-weight: 900;
    font-size: 14px;
    letter-spacing: .7px;
    transform: scaleX(1);
}

.main-loyalty .card-data .amount {
    font-size: 25px;
    color: #000;
}

sup {
    top: -.5em;
}

.main-loyalty .card-data .amount .price {
    position: relative;
    top: -2px;
    left: -3px;
}

.main-loyalty .deposit-bonus {
    font-size: 20px;
    position: absolute;
    bottom: 13%;
    left: 0;
    right: 0;
    white-space: nowrap;
}

.main-loyalty .benefits {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3%;
}

.turnover-data {
    top: 40%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.text-grey {
    color: #000;
}

.white--text {
    color: #fff;
}

.black--text {
    color: #000;
}

.primary {
    background-color: #f36c21;
}

.btn-orange {
    background-color: #f36c21;
}

/*----Footer----*/
footer {
    background-color: #272727;
    color: #fff;
    padding: 30px 0;
}

.caption {
    font-size: .75rem !important;
    letter-spacing: .0333333333em !important;
    line-height: 1.25rem;
}

.footer-logo {
    max-width: 120px;
}

.white--text {
    color: #fff !important;
    caret-color: #fff !important;
}

.social-media-footer {
    display: grid;
    grid-template-columns: 30% 30% 30%;
}

.social-media-footer img {
    max-width: 32px;
}

.v-divider {
    border-color: hsla(0, 0%, 100%, .12);
}

@media (max-width: 991px) {
    html {
        font-size: 13px;
    }

    .header-toolbar {
        justify-content: flex-start;
    }

}


.icon-content-wrapper ul {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 50px;
}

.icon-content-wrapper ul li {
    text-align: center;
}

.icon-content-wrapper .icon-title {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1;
}

.gray-color-btn {
    background-color: hsla(0, 0%, 50.2%, .38) !important;
    box-shadow: inset 0 11px 19px -7px rgb(229 213 213 / 85%);
    border: 1px solid #b9b6b6;
    padding: 0 !important;
}

.game-slider-wrap .game-card a {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    line-height: 2.5;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #fff;
}

.game-slider-wrap .game-card a:hover {
    text-decoration: none;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popupwindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 600px;
    width: 600px;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    background-color: #efefef;
    border: none;
    z-index: 9999999;
    padding: 0px;
    margin-top: -130px
}

.popup-bg {
    background: url(../images/popup-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.popup-content p {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
}

.popup-content {
    max-width: 700px;
}

.join-btn {
    text-align: center;
}

.join-btn a {
    background-color: #f8ff13;
    color: #000;
    border-radius: 5px;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
}

.join-btn a:hover {
    text-decoration: none;
}

.popup-content p span {
    display: inline-block;
    padding: 3px;
    background-color: #f8ff13;
    color: #000;
}

.popup-content img {
    vertical-align: top;
}

.span-orange span {
    color: #f36c21;
}

.width-80 {
    width: 80%;
}

.formbgOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    opacity: .85;
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    z-index: 101;
    display: none
}

#formClose {
    width: 100%;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #BCBCBC;
    position: absolute;
    right: 0;
}


@media screen and (max-width:767px) {
    .popupwindow {
        width: auto;
        max-width: 100%;
        width: 100%;
        top: 50%;
        left: 0;
        margin-left: 0;
    }
}
.fc-widget-small {
    left: 15px!important;
}

#breadcrumbs {
    text-transform: capitalize;
    color: #f36c21;    
}

/* screen padding issue #############################*/
@media only screen and (max-width:425px){
    .header-top{
      padding: 10px 0 !important;
    }
    .fp-logo{
      
        width: 100% !important;
        height: 36px !important;
    
    }
    .navbar-brand{
      margin:0 !important;
    }
  }
  @media screen and (max-width: 580px){
    .main .hero-img-slider .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
    .owl-next {
      right: -15px !important;
    }
    .owl-prev {
      left: -15px !important;
    }
  }
  /* responsive header bar css */
  @media only screen and (min-width: 1224px){
    .nav-horizontal-scroll ul{
      justify-content: space-evenly !important;
    }
  }
  @media only screen and (max-width: 319px){
    .top-btn{
      font-size: 11px !important;
      width: 60px !important;
      margin-right: 0 !important;
    }
  }
  /* responsive header bar css */
  @media only screen and (max-width: 556px) {
    .news-blog{
      display: none !important;
    }
  
    .top-btn {
      height: 30px !important;
      padding: 0px 14.555556px !important;
    }
    .img-cs{
      height: 20px;
    }
    .nav-horizontal-scroll ul li {
      padding: 0 0.5em !important;
    }
  }
  
  /* scrollable nav bar  */
  
  .nav-horizontal-scroll-onhover-items {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  
  .nav-horizontal-scroll ul {
    display: flex;
    background: rgb(33 33 33);
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    align-content: center;
    align-items: center;
    overflow-x: scroll;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: visible;
    box-shadow: 0px 4px 10px rgb(50 54 57);
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  .nav-horizontal-scroll ul::-webkit-scrollbar {
    display: none;
  }
  
  .nav-link{
      color: #a6a6a6;
  }
  
  @media only screen and (max-width: 940px) {
  .eq-siz{
  display: grid;
  place-items: center;
  color: #a6a6a6;
  
  }
  }
  
  
  .nav-horizontal-scroll ul li {
    padding: 0.5em;
    text-align: center;
    background: rgb(33 33 33);
    /* color: rgb(200, 204, 207); */
    /* border-right: 1px solid rgb(20, 24, 27); */
    /* box-shadow: inset 0px 0px 5px 5px rgb(40 44 47); */
    width: fit-content;
    word-break: keep-all;
    flex-shrink: 0;
    min-width: 100px;
  }
  
  nav.nav-horizontal-scroll {
    overflow: visible;
  }
  
  .nav-horizontal-scroll ul li.nav-active,
  .nav-horizontal-scroll ul li:hover,
  .nav-horizontal-scroll ul li:active {
    background: rgb(30, 34, 37);
    box-shadow: inset 0px 0px 5px 5px rgb(20 24 27);
    color: white;
    cursor: pointer;
  }
  
  
  
  .nav-horizontal-scroll-onhover-items {
    position: absolute;
  }

  @media only screen and (max-width: 426px){
    .hero-img-pc{
      display:none;
    }
    }
    @media only screen and (min-width: 426px){
    .hero-img-mob{
        display:none;
      }
    }

    @media screen and (max-width:426px) {
        .betting-btn {
          display: block !important;
        }
        .btn-wrapper{
          margin: 20px 0;
        }
      }
      .loyalty-btn{
        display: flex;
        justify-content: center;
      }