/*---------- font ----------*/



form .error {
    border-color: red;
    color: red
}

.error {
    border-color: red;
    color: red;
    font-size: 16px
}

.loading {
    position: fixed;
    z-index: 9999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.loading:not(:required) {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 30px;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: .5em;
    -webkit-box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .5) -1.5em 0 0 0, rgba(0, 0, 0, .5) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .75) -1.5em 0 0 0, rgba(0, 0, 0, .75) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.hidden {
    display: none
}

.modal-header {
    color: #e3bb1c;
    text-shadow: 1px 1px 10px #000;

}

.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%
}

.bg-light-back {
    background: #0d0c11;
}

.jectpot {
    display: none;
}

.carousel-indicators {
    display: none;
}


html,
body {
    font-family: 'Prompt', sans-serif;
    margin: 0;
    background: #0d0c11;
}

.base-color {
    color: #ca1010;
}

.small,
small {
    font-size: 18px;
    font-weight: 400;
}

.navbar-nav {
    font-size: 16px;
}

#menu-primary.bg-dark {
    background: #38261c !important;
}

header .navbar-notice {
    /*    background-color: #444f71;*/
    color: #bababa;
    height: 90px;
    padding: 0;
}

.menu-main {
    background: url(../img/nav_top3860.png?v=1);
    border-bottom: solid 1px #611118;
    height: 70px;
    background-size: contain;

}

figure {
    display: block;
    margin-block-start: 3.5px !important;
    margin-block-end: 0 !important;
}

figure img {
    border: 5px solid transparent;
}

header .navbar-notice .remember-password {
    color: white;
    font-size: 22px;
    padding: 9px 15px 7px 15px;
}

header .navbar-notice .register-button {
    padding: 10px 20px;
    font-size: 28px;
}

header a.navbar-brand img {
    width: 40%;
}

footer .logo img {
    width: 160px;
}

header .nav-primary {
    padding: 0 15px;
}

header .navbar-brand {
    font-weight: bold;
    font-size: 22px;
}

header .text-info-gaming {
    border: #fff 1px solid;
    padding: 0 20px 0 20px;
    margin-top: 20px;
}

.btn-info-gaming {
    border: 0;
    color: #fff !important;
    border-radius: 0px;
    border: solid 1px #fcc710;
    margin: 0;
    background: #610515;
    font-size: 24px;
    background-repeat: no-repeat;

}

.menu-main .navbar-nav .nav-link {
    color: #fff;
    text-shadow: 2px 3px #35020691;
}

.menu-main .navbar-nav .nav-link:hover {
    color: #fff;
    text-shadow: 2px 3px #35020691;
}

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

.menu-main .nav-item:nth-child(1) .nav-link:before {
    -webkit-transform: translate(4.3rem)rotate(20deg);
    -moz-transform: translate(4.3rem)rotate(20deg);
    -ms-transform: translate(4.3rem)rotate(20deg);
    -o-transform: translate(4.3rem)rotate(20deg);
    transform: translate(4.3rem)rotate(20deg);
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    content: " ";
    height: 66px;
    width: 1px;
    position: absolute;
    top: 0;
    z-index: 2;
    /* background: url(../img/nav_right.png); */
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-left: 0px;
    border-image: linear-gradient(to bottom, #b3212f, rgba(0, 0, 0, 0)) 1 100%;
}

.menu-main .nav-item:nth-child(2) .nav-link:before {
    -webkit-transform: translate(6.3rem)rotate(20deg);
    -moz-transform: translate(6.3rem)rotate(20deg);
    -ms-transform: translate(6.3rem)rotate(20deg);
    -o-transform: translate(6.3rem)rotate(20deg);
    transform: translate(6.3rem)rotate(20deg);
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    content: " ";
    height: 66px;
    width: 1px;
    position: absolute;
    top: 0;
    z-index: 2;
    /* background: url(../img/nav_right.png); */
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-left: 0px;
    border-image: linear-gradient(to bottom, #b3212f, rgba(0, 0, 0, 0)) 1 100%;
}

.menu-main .nav-item:nth-child(3) .nav-link:before {
    -webkit-transform: translate(4.8rem)rotate(20deg);
    -moz-transform: translate(4.8rem)rotate(20deg);
    -ms-transform: translate(4.8rem)rotate(20deg);
    -o-transform: translate(4.8rem)rotate(20deg);
    transform: translate(4.8rem)rotate(20deg);
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    content: " ";
    height: 66px;
    width: 1px;
    position: absolute;
    top: 0;
    z-index: 2;
    /* background: url(../img/nav_right.png); */
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-left: 0px;
    border-image: linear-gradient(to bottom, #b3212f, rgba(0, 0, 0, 0)) 1 100%;
}

.menu-main .nav-item:nth-child(4) .nav-link:before {
    -webkit-transform: translate(5.7rem)rotate(20deg);
    -moz-transform: translate(5.7rem)rotate(20deg);
    -ms-transform: translate(5.7rem)rotate(20deg);
    -o-transform: translate(5.7rem)rotate(20deg);
    transform: translate(5.7rem)rotate(20deg);
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    content: " ";
    height: 66px;
    width: 1px;
    position: absolute;
    top: 0;
    z-index: 2;
    /* background: url(../img/nav_right.png); */
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-left: 0px;
    border-image: linear-gradient(to bottom, #b3212f, rgba(0, 0, 0, 0)) 1 100%;
}

.menu-main .nav-item:nth-child(5) .nav-link:before {
    -webkit-transform: translate(4.8rem)rotate(20deg);
    -moz-transform: translate(4.8rem)rotate(20deg);
    -ms-transform: translate(4.8rem)rotate(20deg);
    -o-transform: translate(4.8rem)rotate(20deg);
    transform: translate(4.8rem)rotate(20deg);
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    content: " ";
    height: 66px;
    width: 1px;
    position: absolute;
    top: 0;
    z-index: 2;
    /* background: url(../img/nav_right.png); */
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-left: 0px;
    border-image: linear-gradient(to bottom, #b3212f, rgba(0, 0, 0, 0)) 1 100%;
}

header .nav-primary .nav-item a {
    padding: 17px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: #464646 !important;
}

header .nav-primary .nav-item.active {
    border-top: 4px solid #2c3b67;
}

header .nav-primary .nav-item.active a {
    padding-top: 13px;
    font-weight: bold;
}

.slide {
    background: #17a2b8;
    background-image: url(../img/bg_slider3860.png?v=1);
}

header #homeSlider {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}

header #homeSlider canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
}

header #homeSlider .header-promotion {
    border-radius: 8px;
    box-shadow: 0 0 10px #00000063;
}

header #homeSlider .carousel-text {
    position: absolute;
    top: 0;
    padding: 50px 0;
    color: white;
}

header #homeSlider .carousel-text small {
    font-size: 22px;
}

header #homeSlider .carousel-text .btn {
    width: 150px;
}

header #homeSlider .carousel-text h1 {
    margin: 35px 0;
    font-size: 48px;
}

header #homeSlider .carousel-indicators {
    right: unset;
    margin-left: 0;
}

header #homeSlider .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.navbar ul {
    margin-block-start: -0.7em;
}

.site-content .news-slider {
    background: #000 url(../img/bg_login3860.png?v=1);
    padding: 15px 0 0 0;
    background-position-x: center;

}

.site-content .news-slider marquee {
    background: linear-gradient(45deg, black, transparent);
    border: #fff 1px solid;
    color: white;
    padding: 4px;
    font-size: 22px;
    border-radius: 8px;
}

.site-content .news-slider marquee span.new {
    background: #fff;
    color: black;
    padding: 10px 15px;
}

.site-content .news-slider #loginForm input {
    border-radius: 7px;
    width: 100%;
}

.gaming88-about {
    padding: 35px 0 15px 0;
}

.gaming88-text {
    padding: 0 0 15px 0;
}

.text-danger-w {
    color: #ffffff !important;
}

.bg-back-g {
    background: rgb(6, 4, 4);
    background: -webkit-linear-gradient(rgba(6, 4, 4, 1) 0%, rgba(34, 38, 39, 1) 80%);
    background: -o-linear-gradient(rgba(6, 4, 4, 1) 0%, rgba(34, 38, 39, 1) 80%);
    background: linear-gradient(rgba(6, 4, 4, 1) 0%, rgba(34, 38, 39, 1) 80%);
}

.gaming88-text #all-about {
    overflow: hidden;
    box-shadow: 0 1px 0 #000000;
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: #1f1f1f;
    margin: auto;
}

#loginForm>.btn-danger {
    background-image: -webkit-linear-gradient(top left, #FEC163 10%, #DE4313 100%);
    background-image: -o-linear-gradient(top left, #FEC163 10%, #DE4313 100%);
    background-image: linear-gradient(to bottom right, #FEC163 10%, #DE4313 100%);
    color: white;
    border-radius: 0;
    padding: 4px 10px 4px 10px;
    font-size: 22px;
    border: #b3212f 1px solid;
    margin: 0;
    color: #fff;
    border-radius: 7px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}

.gaming88-about #all-about {
    overflow: hidden;
    box-shadow: 0;
    border-radius: 0;
    margin-bottom: 30px;
    background-color: #fff;
    margin: auto;
}

.gaming88-about .single-about {
    text-align: center;
    padding: 0;
    position: relative;
}

.gaming88-about .about-content h5 {
    color: #363f4d;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    font-size: 22px;
    line-height: 20px;
    display: block;
    text-align: left;
}

.gaming88-about .about-content p {
    font-size: 12px;
    margin: 0;
    text-align: left;
}

.gaming88-about #all-intro .intro {
    padding: 22px 0 0 0;
}

.gaming88-about #all-intro .intro p {
    font-size: 18px;
    margin-top: 15px;
    line-height: 35px;
}

.gaming88-about #all-intro .intro p a {
    color: black;
    font-weight: bold;
}

.block-wrapper,
.block-wrapper2,
.block-wrapper3,
.block-wrapper4 {
    display: inline-block;
    vertical-align: top;
    background: url('../img/1.html') left center no-repeat;
    padding-left: 56px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.not-border::after {
    display: none;
}

.block-wrapper2 {
    background: url('../img/2.html') left center no-repeat;
}

.block-wrapper3 {
    background: url('../img/3.html') left center no-repeat;
}

.block-wrapper4 {
    background: url('../img/4.html') left center no-repeat;

}

.gaming-about {
    min-height: 200px;
}

section#news-section {
    /* background-color:#252525; */
    background-size: cover;
    padding: 3px 0;
    background-color: #0d0c11;
}

section#news-section .head-section-title {
    width: 100%;
}

section#news-section .head-section-title h1 {
    float: left;
    color: white;
    font-size: 27px;
}

section#news-section .head-section-title a {
    float: right;
}

section#news-section .card {
    border: none;
}

section#news-section hr {
    display: block;
    width: 15%;
    float: left;
    margin-top: 1.5em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

section#news-section .card img {
    cursor: pointer;
    border: 3px solid #000;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 0px #000000;
    transition: 0.1s ease;
}

section#news-section .card img:hover {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both
}

.card {
    background-color: #1f1f1f;
}

.bounce-top {
    -webkit-animation: bounce-top .9s both;
    animation: bounce-top .9s both
}

/* ----------------------------------------------
 * Generated by Animista on 2019-8-24 21:24:32
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/* ----------------------------------------------
 * Generated by Animista on 2019-10-24 14:29:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1
    }

    24% {
        opacity: 1
    }

    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
}

@keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1
    }

    24% {
        opacity: 1
    }

    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
}

section#news-section .card .card-body {
    padding: 1rem;
}

section#news-section .card .card-body .card-title {
    margin-bottom: 0;
    font-size: 22px;
    color: #d6d6d6;
}

section#news-section .card .card-body .card-text {
    color: #464646;
    font-size: 16px;
}

section#all-detail {
    background-position: center center;
    background-size: cover;
    padding: 25px 0;
}

section#all-detail h1 {
    font-size: 25px;
    margin-bottom: 15px;
}

section#all-detail p {
    line-height: 30px;
}

section#all-detail p a,
section#all-detail p strong {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

section#games {
    padding: 0 0;
    background-color: #0d0c11;
}

section#games h1 {
    font-size: 25px;
    margin-bottom: 5px;
}

section#games hr {
    margin-bottom: 25px;
}

section#games .head-section-title h1 {
    float: left;
    color: #fff;
    font-size: 26px;
}

.download {
    background-image: url('../img/background_footer.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 15px;
}

section#games .head-section-title a {
    float: right;
}

section#games .download {
    background-color: black;
    color: white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 40px 50px;
}

section#games .download h3 {
    font-size: 25px;
}

section#games .download .btn {
    transition: all .4s ease-in-out;
    padding: 10px 20px;
    border-radius: 0;
    /* opacity: .6; */
}

section#games .download .btn:first-child {
    opacity: 1;
}

section#games .download .btn:hover {
    background: transparent;
    padding-left: 25px;
    opacity: 1;
}

footer nav {
    background: #000 url(../img/nav_login3860.html?v=1);
    padding: 15px 0 0 0;
    background-position-x: center;
}

.title-tab {
    /*    background: #000 url(../img/nbg_promotion.jpg);*/
    padding: 1px 0 0 0;
    background-position-x: center;
    height: 8px;
}

footer nav .navbar-nav li>a {
    color: #fff;
}

footer .logo {
    font-size: 18px;
    font-weight: bold;
}

footer nav .footer-menu .navbar-nav li>a {
    color: #a2a2a2;
}

footer #copyright {
    background-color: #1d1d1d;
    padding: 22px 0;
    font-size: 22px;
    color: white;
}

footer #copyright .to-top {
    color: #fff;
}

footer #copyright #toTop {
    cursor: pointer;
}

section#footer {}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
    border-top: solid #732020 1px;
    background: #1f1f1f !important;
}

#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
}

#footer a {
    font-family: tahoma;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #ffffff;
}

#footer ul.social li a:hover {
    color: #eeeeee;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

/*--------------- menu-main ---------------*/


#menu-mobile {
    border-top: solid 2px #b70002;
    /*    background-color: #b91000;
    padding: 15px;
    border-top: solid 1px #ffbf00;
    box-shadow: 1px 1px 28px 0px #ff0000;*/
    background: #000 url(../img/nav_top.png);
    padding: 1px 0 0 0;
    padding: 15px;
}

#menu-mobile a {
    color: #fff;
    text-shadow: 0 1px black;
    font-size: 22px;
}


[class*=" imghvr-"] figcaption,
[class^=imghvr-] figcaption {
    background-color: #1c0a0a6e;
}

.why-us {
    padding: 10px;
}

#main-content .container .why-us {
    margin: 15px -15px;
    padding: 30px;
    background: #f8f9fa;
}

.gaming-glow-img {
    display: block;
}

section.wrapper-main {
    /*    background:#0d0c11 url(../img/bg_promotion.jpg);*/
    background-position: center top;
    background-repeat-y: no-repeat;

}

.wrapper {
    /*   border: solid #333333 3px;*/
    background: #0d0c1154;
}

.wrapper-in {
    background: #000;

}

.wrapper-bg {
    min-height: 250px;
    background: #000000;

}

.img-oneborder {
    border: 3px solid #fff;
}

.head-section-title {
    padding: 5px 0 0 10px;
    display: block;
    position: relative;
    height: 42px;
    border-radius: 4px;



    background: rgb(0, 153, 204);
    background: -webkit-linear-gradient(rgba(0, 140, 153, 1) 0%, rgba(0, 140, 255, 1) 80%);
    background: -o-linear-gradient(rgba(0, 140, 153, 1) 0%, rgba(0, 140, 255, 1) 80%);
    background: linear-gradient(rgb(13 12 17) 0%, rgb(115 32 32) 80%);
    box-shadow: 5 5 5 5, #fff;

}

.bdf {
    border: solid 5px #000;
    -webkit-box-shadow: 0px 0px 0px 2px rgb(10, 153, 204);
    -moz-box-shadow: 0px 0px 0px 2px rgb(10, 153, 204);
    box-shadow: 0px 0px 0px 2px rgb(115 32 32);
}

.form-control {
    background-clip: inherit;
}

.slick-track .slick-slide {
    border: solid 5px #000;
}

.btn-danger {
    color: #000;
    background-color: #ffffff;
    border-radius: 0;
    margin: 5px;
    border-color: #000000;

}

.btn-danger:hover {
    background: #000000;
    border-color: #fff;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 100%;
    height: 10px;
    margin-right: 50%;
    margin-left: 50%;
    text-align: center;
    list-style: none;
    top: auto;
    padding: 0 0 15px 0;
    z-index: 5;
}

.carousel-indicators li {
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    border: 1px solid #92310a;
    box-shadow: 0 0 0 5px #4973ff;
    border-radius: 50%;
    overflow: hidden;

}

.carousel-indicators li {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
}

.carousel-indicators li:before,
.carousel-indicators li:after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
    background: #000;
}

.carousel-indicators li:before {
    border-radius: 45%;
    background: rgba(255, 255, 255, 1);
    animation: animate 5s linear infinite;
}

.carousel-indicators li:after {
    border-radius: 40%;
    background: rgba(255, 255, 255, .5);
    animation: animate 10s linear infinite;
}

.goto-top {
    font-size: 22px;
}

.jectpot {
    content: "";
    transform: translate(0, 330px);
    z-index: 9999;
    position: absolute;
    width: 1140px;
    height: 49.9px;
    /*    background: url(../img/jectpot.png) top center;*/
    background-repeat: no-repeat;
    padding: 5px;
    text-align: center;
    font-size: 30px;
    color: #ffe390;
    text-shadow: 2px 3px #35020691;
}

.jectpot-title {
    content: "";
    transform: translate(0, 330px);
    z-index: 9999;
    position: absolute;
    width: 1140px;
    height: 49.9px;
    /*    background: url(../img/jectpot.png) top center;*/
    background-repeat: no-repeat;
    padding: 5px;
    text-align: center;
    font-size: 30px;
    color: #ffd557;
    text-shadow: 2px 3px #35020691;
}

.btn-register-mobile {
    background: transparent;
    color: white;
    border-radius: 0;
    padding: 4px 10px 4px 10px;
    font-size: 22px;
    border: #fff 1px solid;
    margin: 0;
    color: #fff;
}

.gaming-promotion-event {
    position: relative;
    display: block;
    padding: 5px;
}

.gaming-promotion-event div:nth-child {
    margin-right: 0;
}

.gaming-promotion-event div:last-child {
    margin-left: 0;
}

.slider {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.scale-left {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.slick-slide {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slick-custom-arrow:hover {
    cursor: pointer;
    color: #fff;
}

.slick-custom-arrow-right {
    right: 15px;
    top: 50%;
}

.slick-custom-arrow-left {
    left: 15px;
    top: 50%;
}

.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.slick-dots .slick-active button {
    border: 0;
    height: 15px;
    width: 15px;
    background-color: #ffffff;
}

.slick-dots li {
    display: flex;
    align-items: center;
    margin: 0 4px;
    padding: 0;
    height: 20px;
    width: 20px;
}

.slick-dots li button {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
    display: block;
    height: 18px;
    width: 18px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
}

.gaming-promotion-about .slick-custom-arrow {
    opacity: 0.5;
    padding: 15px 15px;
}

.slick-custom-arrow {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    padding: 20px 15px;
    color: #fff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

/* style game */

figcaption.jackpot {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

figcaption.jackpot .jackpot-value-container {
    position: absolute;
    width: 100%;
    display: inline-block;
    left: 0;
    top: -20px;
    z-index: 4;
    color: white;
}

figcaption.jackpot .jackpot-background:before {
    content: "";
    top: -20px;
    left: 2px;
    position: absolute;
    width: 180px;
    height: 32px;
    background-image: url(../img/bkg_jackpot.png);
    z-index: 3;
}

figcaption.jackpot #jackpot-coin {
    width: 34px;
    height: 33px;
    background-image: url(../img/Coin.png);
    position: absolute;
    top: -30px;
    left: 25px;
    z-index: 4;
}

@media only screen and (max-width:350px) {
    figcaption.jackpot .jackpot-background:before {
        display: none;
    }

    figcaption.jackpot #jackpot-coin {
        display: none;
    }

    figcaption.jackpot .jackpot-value-container {
        top: 83px;
    }
}

@media only screen and (max-width:768px) {

    /* mobile */
    .nav-bg-mobile {
        padding: 10px 10px 0px 10px;
        text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
        /* background: #ff003a; */
        background: -moz-linear-gradient(top, #00bfff 0%, #0099cc 44%, #004d66 100%);
        /* background: -webkit-linear-gradient(top, #00bfff 0%, #0099cc 44%, #004d66 100%); */
        background: linear-gradient(to bottom, #251115 0%, #732020 44%, #0d0c11 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff003a', endColorstr='#6d0019', GradientType=0);
    }

    .fixed-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }

    .nav-mobile a {
        color: #fff;
    }

    .nav-mobile {
        padding-bottom: 0;
        padding-left: 0;
        text-align: center;
        display: flex;
    }

    .nav-mobile li {
        padding: 2px;
        font-size: 12px;
        display: inline-block;
        width: 20%;
    }

    .nav-mobile li i {
        font-size: 18px;
        display: block;
    }

    .nav-1>li {
        width: 20%;
        text-align: center;
    }

    .nav-bg-mobile {
        display: block;
    }

    .nav-bg {
        display: none;
    }

    .nav-bg-mobile {
        display: none;
    }

    .nav-bg {
        display: block;
    }

    .navbar-default {
        display: none;
    }

    .sub-menu .nav>li {
        margin: 0px 35px;

    }

    .menu-main {
        height: 80px;

    }

    header .nav-primary {
        padding: 10px 15px;
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 100%;
    }

    .head-section-title {
        border-radius: 0;
    }

    .title-text-007 h2 {
        white-space: nowrap;
        width: 83vw;
        overflow: hidden;
        text-overflow: ellipsis;
        border: 0;
        padding-left: 10px;
    }

    .menu-main {
        background-position: -817px 160px;
    }

    .mobile-none-p {
        padding: 0px !important;
    }

    #menu-primary {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
margin-top: -20px;
    }

    header a.navbar-brand img {
        width: 110px;
    }

    .gaming88-about .intro {
        text-align: center;
    }

    .gaming88-about .intro h2 {
        font-size: 24px;
    }

    .gaming88-about .intro img {
        width: 100%;
    }

    header #homeSlider .carousel-text {
        padding: 0;
    }

    header #homeSlider .carousel-text small {
        font-size: 14px;
    }

    header #homeSlider .carousel-text h1 {
        margin: 27px 0;
        font-size: 30px;
    }

    section#news-section .head-section-title h1 {
        font-size: 21px;
    }

    .site-content .news-slider #loginForm .form-group {
        width: 100%;
    }

    .site-content .news-slider #loginForm button {
        width: 100%;
    }

    .gaming88-about .single-about {
        border-bottom: 1px solid #2f2f2f;
    }

    .gaming88-about .single-about:after {
        display: none;
    }

    section#news-section .card {
        margin-bottom: 15px;
    }

    section#games .all-games figcaption {
        padding: 45px 55px;
        width: 100%;
        text-align: center;
    }

    header #homeSlider {
        margin-top: 65px;
    }

    header #homeSlider canvas.particles-js-canvas-el {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    .nav-bg-mobile {
        display: none;
    }
}

@media only screen and (min-width: 1921px) {
    header #homeSlider {
        padding: 0;
        position: relative;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }
}

@media only screen and (max-width: 1440px) {

    .wrapper-in:before,
    .wrapper-in:after {
        display: none;

    }
}

@media only screen and (max-width: 1500px) {
    .jectpot {
        display: none;
    }
}


@media only screen and (max-width: 768px) {
    #gaming-intro #news-list .imagebox .box-header .box-title {
        font-size: 0.9rem;
    }

    figcaption.jackpot .jackpot-background:before {
        background-size: 100%;
        height: 20px;
        width: 112px;
    }

    figcaption.jackpot #jackpot-coin {
        left: 0;
    }

    figcaption.jackpot .jackpot-value-container {
        top: -21px;
    }

    .jackpot-value {
        font-size: 13px;
    }

    .a-mobile {
        margin-bottom: 20px;
        color: #000;
    }

    .all-games {
        margin-top: 25px;
    }

    section#footer {
        display: none;
    }

    figcaption.jackpot .jackpot-background:before {
        background-size: 100%;
        height: 20px;
        width: 112px;
    }

    figcaption.jackpot #jackpot-coin {
        left: 0;
    }

    figcaption.jackpot .jackpot-value-container {
        top: 83px;
    }

    .jackpot-value {
        font-size: 13px;
    }

    header #homeSlider {
        margin-top: 60px !important;
        background-size: cover;
    }

    .site-content .news-slider {
        background: #000 url(../img/bg_login3860.jpg?v=1);
        padding: 15px 0 7px 0;
        background-position-x: center;
        background-repeat: no-repeat;
    }

    header #homeSlider .carousel-indicators li {
        display: none;
    }
}

@media only screen and (max-width: 576px) {

    .navbar-brand,
    .navbar-toggler {
        margin: 10px;
    }

    .imagebox {
        margin-bottom: 50px;
    }

    #introduction {
        text-align: center;
        padding: 46px 0 130px 0;
    }

    #introduction .col-md-6:first-child {
        margin-bottom: 15px;
    }

    #gaming-intro #news-list {
        top: -100px;
        background: black;
    }

    #gaming-intro .more-news {
        padding: 15px 0 0 0;
    }

    [class*=" imghvr-push-"]:hover figcaption,
    [class^=imghvr-push-]:hover figcaption {
        padding: 50px;
        text-align: center;
    }

    /* .download h3 {
        border-left: 3px solid orange;
        padding-left: 15px;
        margin-bottom: 15px;
    } */
    figcaption.jackpot .jackpot-background:before {
        background-size: 100%;
        height: 20px;
        width: 112px;
    }

    figcaption.jackpot #jackpot-coin {
        left: 0;
    }

    figcaption.jackpot .jackpot-value-container {
        top: -21px;
    }

    .jackpot-value {
        font-size: 13px;
    }

}
