@import url('fonts.css?v=3');
.menu-counter {
    background: url(cashback-widget.png?v=1) -25px top;
}
.header-body {
    border: none !important;
}
.game-card {
    border-radius: 10px;
    overflow: hidden;
}
a.btn.btn-warning {
    color: #fff !important;
}
#header .header-logo img {
    width: 150px;
}
body {
    font-family: 'Dexa Pro', serif;
    background: #010216 url(main.jpg) center top no-repeat;
}
.btn {
    font-family: 'Dexa Pro Expanded', sans-serif;
    font-size: 14px;
    padding: 10px 20px 8px 20px;
}
.btn-warning {
    text-transform: uppercase;
    font-weight: 400;
    border-color: #0046f8;
    background: #1a64fc !important;
    box-shadow: none;
    color: #ffffff !important;
    border-radius: 20px;
    text-decoration: none !important;
    border: none !important;
}
.btn {
    font-family: 'Dexa Pro', serif;
}
.btn-warning:hover {
    color: #ffffff !important;
    background-color: #0046f8 !important;
}
a.active.dropdown-item {
    color: #ff5823 !important;
}
.footer__providers img {
    display: inline-block;
    margin: 5px 10px 10px 10px;
}
.body,.loading-overlay {
    background:#171717;
}
.body a {
    color: #90afff !important;
    text-decoration: underline;
}
.body a:hover{
    color: #316dff !important;
}
.body {
    background: #010216 url(main.jpg) center top no-repeat;
}
.header-body,#footer .footer-copyright {
    background: #0d131c !important;
}
a.dropdown-item {
    color: #fff !important;
}
hr {
    background: #212e43 !important;
}
@media (max-width: 991px){
	#header .header-nav-main nav>ul>li>a {
		border-radius: 20px !important;
		padding-left: 20px;
	}
    #header .header-nav-main:before {
        background: #0d131c !important;
    }
    #header .header-nav-main nav>ul>li>a.active {
		border-radius: 20px !important;
        color: #ffffff !important;
        background: #0046f8;
    }
    #header .header-nav-main nav>ul li {
        border: none;
    }
    #header .header-nav.header-nav-links-side-header nav>ul>li.dropdown>.dropdown-item:before {
        opacity: 0 !important;
    }
}
#header .header-btn-collapse-nav {
    background: #0d131c;
}
.social-icons li a {
    color: #fff !important;
}

a.btn.font-weight-semibold.d-none.d-xl-block {
    color: #fff !important;
    padding: 0;
    text-decoration: none;
    margin-top: 15px;
}
a:hover {
    color: #0046f8 !important;
}
nav.collapse {
    margin-top: 20px;
}
a.dropdown-item.active {
    color: #FFFFFF !important;
}
#footer .footer-copyright {
    background: #202021;
}
.font-weight-extra-bold {
    font-family: 'Dexa Pro', serif;
}
h1{
    color: #ffffff;
    font-family: 'Dexa Pro', serif;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
    z-index: 2;
    font-size: 40px;
    font-weight: 200 !important;
}
.text-6 strong {
    color: #ffffff;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    font-size: 1em !important;
    text-shadow: 0 0 10px #000;
    font-weight: 200 !important;
    text-transform: uppercase;
    letter-spacing: normal;
}
.rev_slider li.slide-overlay .slotholder:after {
    opacity: 0;
}
.slider-container {
    background: none !important;
}
.slider_text_2 {
    color: #FFFFFF;
    font-size: 38px;
}
h2, h3, h4, h5, h6 {
    color: #FFFFFF;
}
.btn-slider {
    text-align: center !important;
    display: block !important;
    width: 350px;
}
.btn-slider .btn {
    z-index: 2;
    position: relative;
    zoom: 1.4;
}
.btn-primary {
    color: #000000 !important;
    border-color: #fce403 !important;
    background-color: #fce403 !important;
}
.btn-primary:hover {
    color: #fce403 !important;
    background-color: #171717 !important;;
}
.tp-bannertimer {
    background-color: #F8E521 !important;
}
.thumb-info .thumb-info-type {
    background-color: #0046f8;
    border-radius: 25px;
    width: 50px;
    color: #000;
    height: 50px;
    display: inline-block;
    float: left;
    font-size: 20px;
    padding: 3px 0 0 3px;
    text-transform: uppercase;
    z-index: 2;
    line-height: 2.3;
}

.btn-bgx {
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: -20px;
    z-index: 1;
}
.foot_text {
    font-size: 2.5em !important;
}

.breadcrumbs {
    display: inline-block;
    counter-reset: flag;
    color: black;
}

.breadcrumbs a {
    position: relative;
    float: left;
    padding-left: 60px;
    padding-right: 10px;
    text-decoration: none;
    line-height: 36px;
    color: #fff;
    background: #171717;
    transition: all 0.5s;
}
.breadcrumbs a::after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    z-index: 1;
    width: 36px;
    height: 36px;
    background: #171717;
    box-shadow: none;
    border-radius: 50px 0 0 0;
    transform: rotate(-45deg) scale(0.73);
    transition: all 0.5s;
}

.breadcrumbs a:hover, .breadcrumbs a:hover::after, .breadcrumbs a.active, .breadcrumbs a.active::after {
    background: #1a64fc;
    color: #ffffff !important;
}

.breadcrumbs a::before {
    content: counter(flag);
    counter-increment: flag;
    position: absolute;
    color: #000;
    text-align: center;
    top: 8px;
    left: 30px;
    line-height: 20px;
    box-shadow: 0 0 2px #ccc;
    width: 20px;
    background-color: white;
    border-radius: 50%;
}

.breadcrumbs a:first-child {
    padding-left: 46px;
}

.breadcrumbs a:first-child::before {
    left: 14px;
}

.tp-mask-wrap {
    margin: 0;
    padding: 30px 0;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.25 !important;
    color: #0046f8;
    margin-top: 100px !important;
    text-shadow: none;
    font-weight: normal;
}

.swiper-container.swiper-container-initialized.swiper-container-horizontal {
    max-width: 1140px;
    margin-top: 50px;
    border-radius: 20px;
}
.swiper-div {
    position: absolute;
    top: 10px;
    max-width: 500px;
    text-align: left;
    left: 10px;
    padding: 20px 20px;
}
.swiper-text-block {
}
.swiper-text-block h3 {
    line-height: 1em;
}
.swiper-text-block h4 {
    margin-top: -5px;
}
a.btn.btn-warning.btn-rounded.font-weight-semibold.position-relative.text-3 {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    background: #1A64FC;
    box-shadow: 0 10px 20px rgb(0 108 180 / 15%);
    border-radius: 100px;
    font-size: 18px !important;
    line-height: 22px;
    color: #fff !important;
    transition: .3s;
    margin-top: 50px;
    border: none;
}
a.btn.btn-warning.ml-sm-0.ml-3.font-weight-semibold.btn-rounded.text-white.w-100 {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 12px;
    text-transform: uppercase;
    background: #1a64fc;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: background .2s ease-in-out;
    border: none;
}

a.btn.btn-warning.btn-rounded.font-weight-semibold.position-relative.text-3:hover ,a.btn.btn-warning.ml-sm-0.ml-3.font-weight-semibold.btn-rounded.text-white.w-100:hover {
    border: none;
    background: #4784ff !important;
}
h4.text-lg-6 {
    letter-spacing: normal;
    margin-top: 20px;
    text-transform: none;
    font-weight: 400;
    color: #889bbc !important;
    line-height: 20px;
    font-size: 18px !important;
    font-family: 'Dexa Pro', serif;
}
h3.line-height-3.text-lg-10.font-weight-extra-bold {
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
    font-family: Metal-Variable, serif;
    font-size: 44px;
}
.row.pb-3.my-5,.row.pt-5.mb-5, .col-md-12.games-content-page, .container.main.pb-2.contents, .col-12.sitemap {
    padding: 20px 30px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    color: #fff;
}
.row.pt-5.mb-5,.container.main.pb-2.contents {
    margin: 40px auto;
}
.col-md-12.games-content-page {
    margin-top: 40px;
}
p {
    color: #c1d0ff;
}
a.btn.btn-rounded.btn-warning.m-auto.text-3 {
    color: #fff !important;
}

nav a.dropdown-item {
    text-decoration: none;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    color: rgb(144 153 164) !important;
    font-family: 'Dexa Pro', serif;
    font-size: 15px !important;
    text-transform: inherit !important;
}
@media (max-width:1000px){
	h3.line-height-3.text-lg-10.font-weight-extra-bold {
		font-size: 18px;
		margin-top: -14px;
		max-width: 210px;
	}
	.swiper-div h4.text-lg-6 {
		margin-top: 0;
		font-size: 14px !important;
	}
	.swiper-container.swiper-container-initialized.swiper-container-horizontal {
		margin-top: 20px;
		width: calc(100% - 20px);
	}
}