@import url("colors.css");

span.d-block.font-weight-black.mb-2.text-center,
.main .col-lg-12.text-center {
    display: none !important;
}

body{
    position: relative;
}

.body, #header, .main, #footer{
    position: relative;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce){
    body::before, body::after{
        animation: none !important;
    }
}

@keyframes az_fire_flicker{
    0%{
        filter: saturate(1.02) brightness(1.00);
        transform: translate3d(0,0,0);
    }
    30%{
        filter: saturate(1.08) brightness(1.02);
        transform: translate3d(0,-0.6px,0);
    }
    60%{
        filter: saturate(1.04) brightness(0.99);
        transform: translate3d(0,0.5px,0);
    }
    100%{
        filter: saturate(1.02) brightness(1.00);
        transform: translate3d(0,0,0);
    }
}

a, a:focus, a:hover {
    color: var(--link);
}
p {
    color: var(--muted);
}

h2.font-weight-normal.text-6.pb-2.mb-4 {
    margin: 0 !important;
}

.header-body {
    background: transparent !important;
}
header#header {
    background: transparent !important;
    max-width: 100% !important;
    box-shadow: 5px 0 0px rgba(0,0,0,.22);
}

.azino_menu:after,
.azino_menu:before {
    background: none !important;
}

.header-btn-collapse-nav:before,
.header-btn-collapse-nav:after{
    background:none;
}

@media (max-width: 991px){
    #header .header-btn-collapse-nav {
        outline: 0;
        width: 45px;
        display: block;
        z-index: 1;
    }
    #header .header-nav-main nav>ul>li>a.active {
        background: rgba(0,0,0,.35);
    }
    #header .header-nav-main:before {
        background: rgba(0,0,0,.92);
    }
}

#header .header-logo img {
    max-width: 250px;
}
.header-body {
    background: #000 !important;
}
.header-buttons {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.header-buttons .btn.azino-signup {
    margin: 0 auto !important;
    width: 200px;
}
.header-buttons .btn {
    border-radius: 50px !important;
}
@media (min-width: 960px){
    .header-logo img {
        max-width: 420px !important;
        margin: 0 !important;
    }
    html.side-header #header.side-header .header-logo {
        margin: 20px auto 10px;
    }
    .header-body {
        max-height: 700px;
        background: linear-gradient(180deg, rgba(18,18,18,.18), rgba(0,0,0,0)) !important;
    }
    .body {
        max-width: 980px;
        margin-left: calc(100vw) !important;
        left: calc(-50vw - 497px);
        position: absolute;
    }

    html.side-header #header.side-header .header-nav.header-nav-links nav>ul>li>a {
        height: auto;
        text-align: center !important;
        display: block;
    }
    #header .header-nav.header-nav-links-side-header nav>ul>li.dropdown>.dropdown-item:before {
        display:none !important;
    }
}

a.btn {
    min-height: 36px;
}

.azino-button {
    letter-spacing: 0.4px !important;
    transform: translateY(0);
    transition: transform .15s ease, filter .15s ease;
}
.azino-button:hover {
    transform: translateY(-1px);
}

.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: rgba(255,255,255,.92);
    transition: all 0.35s;
}
.breadcrumbs a::after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    z-index: 2;
    width: 36px;
    height: 36px;
    box-shadow: none;
    border-radius: 50px 0 0 0;
    transform: rotate(-45deg) scale(0.73);
    transition: all 0.35s;
}
.breadcrumbs a::before {
    content: counter(flag);
    counter-increment: flag;
    position: absolute;
    color: #171717;
    text-align: center;
    top: 8px;
    left: 30px;
    line-height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(0,0,0,.35);
}
.breadcrumbs a:first-child {
    padding-left: 46px;
}
.breadcrumbs a:first-child::before {
    left: 14px;
}

.providers-buttons a.selected {
    box-shadow: 0 0 0 3px var(--accent,.08) !important;
}

.footer__providers img {
    display: inline-block;
    margin: 5px 10px 10px 10px;
}

.main .container .row.pb-3,
.row.pt-5.mb-5 .col-12 {
    color: #fff;
}
.row.pt-5.mb-5 .col-12{
    padding-top: 20px;
    margin-left: 20px;
    max-width: calc(100% - 40px);
}

.container.index-title {
    background: url(week.jpg?v=2) center no-repeat;
    background-size: contain;
    height: 120px;
}

.azinomobile-header {
    display: flex;
    width: 100%;
    padding: 25px 35px;
    gap: 20px;
}
@media (max-width: 960px) {
    .azinomobile-header {
        padding: 5px 10px;
    }
}

.new-slider-container {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    width: auto;
    overflow: hidden;
    position: relative;
}

.azino_menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    box-sizing: box-border;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    height: fit-content;
}

@media (max-width: 1000px){
    .new-slider-container {
        margin-top: 10px;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .banner-header {
        display: none;
    }
}

.swiper-container {
    max-width: 100%;
    border-radius: 20px;
    margin-left: 0;
}

.text_1, .text_2 {
    display: block;
    text-align: left;
}

.swiper-slide::after{
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 5 !important;
    pointer-events: none !important;
    background:
            radial-gradient(520px 260px at 20% 75%, rgba(0,0,0,0.72), rgba(0,0,0,0) 65%),
            linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.48) 100%) !important;
}

.swiper-slide .text_1{
    position: absolute !important;
    left: clamp(16px, 4vw, 44px) !important;
    bottom: clamp(70px, 8vw, 120px) !important;
    z-index: 6 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .7px !important;
    font-size: clamp(18px, 2.6vw, 34px) !important;
    line-height: 1.05 !important;
    color: rgba(255,255,255,.96) !important;
    text-shadow: 0 14px 30px rgba(0,0,0,.70) !important;
    max-width: min(520px, calc(100% - 32px)) !important;
}

.swiper-slide .text_2{
    position: absolute !important;
    left: clamp(16px, 4vw, 44px) !important;
    bottom: clamp(48px, 6.6vw, 90px) !important;
    z-index: 6 !important;
    font-weight: 650 !important;
    font-size: clamp(13px, 1.6vw, 18px) !important;
    letter-spacing: .25px !important;
    color: rgba(255,255,255,.84) !important;
    text-shadow: 0 14px 30px rgba(0,0,0,.70) !important;
    max-width: min(520px, calc(100% - 32px)) !important;
}

.swiper-slide .button--slider{
    position: absolute !important;
    left: clamp(16px, 4vw, 44px) !important;
    bottom: clamp(16px, 3.2vw, 34px) !important;
    z-index: 7 !important;
    background: rgba(12, 12, 12, 0.48) !important;
    backdrop-filter: blur(10px) saturate(1.2) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.2) !important;
    border-radius: 14px !important;
    padding: 10px 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    box-shadow: 0 18px 55px rgba(0,0,0,0.45) !important;
}

.swiper-slide .button--slider a,
.swiper-slide .button--slider button,
.swiper-slide .button--slider .btn{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    padding: 10px 16px !important;
    min-height: 42px !important;
    border: 0 !important;
    color: #171717 !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    box-shadow: 0 12px 26px rgba(0,0,0,0.35) !important;
}

@media (max-width: 991.98px){
    .swiper-slide .text_1,
    .swiper-slide .text_2{
        left: 14px !important;
        right: 14px !important;
        max-width: none !important;
    }
    .swiper-slide .text_1{ bottom: 92px !important; }
    .swiper-slide .text_2{ bottom: 64px !important; }
    .swiper-slide .button--slider{
        left: 14px !important;
        right: 14px !important;
        bottom: 14px !important;
        width: calc(100% - 28px) !important;
    }
    .swiper-slide .button--slider a,
    .swiper-slide .button--slider button,
    .swiper-slide .button--slider .btn{
        width: 100% !important;
    }
}

@media (max-width: 479.98px){
    .swiper-slide .text_1{ font-size: 18px !important; }
    .swiper-slide .text_2{ font-size: 13px !important; }
}

img.slide-content { float: inline-end; }

.swiper-slide {
    overflow: hidden;
}
.swiper-slide img{
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 480px;
}

.swiper-slide video {
    width: 100%;
    height: 100%;
    max-height: 480px;
    object-fit: cover;
    display: block;
}

.swiper-div {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    padding: 5px 10px;
    height: 100%;
}

.swiper-div .btn {
    border-radius: 8px !important;
    bottom: 30px !important;
    -webkit-box-shadow: 0 10px 0 0 rgba(0,0,0,.55) !important;
    box-shadow: 0 10px 0 0 rgba(0,0,0,.55) !important;
    color: #171717 !important;
    font-size: 25px !important;
    font-style: italic !important;
    font-weight: 900 !important;
    height: 70px !important;
    left: -7px !important;
    top: 190px !important;
    line-height: 44px !important;
    opacity: 1 !important;
    overflow: hidden !important;
    position: absolute !important;
    text-align: center !important;
    text-decoration: none;
    text-shadow: 1px 0 0 rgba(255,255,255,.25), -1px 0 0 rgba(0,0,0,.25) !important;
    width: 300px !important;
}

h3.line-height-3.text-lg-10.font-weight-extra-bold {
    position: absolute;
    width: 30%;
    font-size: 42px !important;
    font-style: italic !important;
    font-weight: 900 !important;
    top: 20px;
    text-align: left;
    left: 0;
    text-shadow: 0 14px 30px rgba(0,0,0,.70), 0 0 16px var(--accent2,.14);
}
.swiper-div h4.text-lg-6 {
    position: absolute;
    line-height: normal;
    font-size: 38px !important;
    font-style: italic !important;
    font-weight: 900 !important;
    top: 20px;
    text-align: right;
    right: 20px;
    text-shadow: 0 14px 30px rgba(0,0,0,.70), 0 0 16px var(--accent,.12);
}

.swiper-text-block {
    position: relative;
    left: 10px;
}
.swiper-text-block h3, .swiper-text-block h4 {
    font-size: 2em !important;
}

@media (max-width: 991px){
    .swiper-div h3.line-height-3.text-lg-10.font-weight-extra-bold {
        font-size: 15px !important;
        top: 0 !important;
        line-height: 18px !important;
    }
    .swiper-div h4.text-lg-6 {
        font-size: 15px !important;
        top: 0 !important;
        line-height: 18px !important;
    }
    .swiper-div .btn {
        top: 74px !important;
        width: 145px !important;
        font-size: 14px !important;
        line-height: 24px !important;
        height: 36px !important;
        padding: 4px 2px !important;
        min-height: 24px !important;
        box-shadow: 0 6px 0 0 rgba(0,0,0,.55) !important;
    }
}

@media (min-width: 991px){
    .game_window {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }
    .game_window.full_opened {
        width: 100vw;
        height: 100%;
        position: fixed;
        left: calc(50vw - 270px);
        top: 0;
        margin: 0;
        overflow: visible;
    }
    .full_opened {
        transform: translateX(calc(-50vw + 270px));
        height: calc(100vh - 100px) !important;
    }
}

@media (min-width: 991px){
    .image-gallery .col-6.col-md-3.col-xl-2.p-1 {
        width: 150px !important;
        max-width: 100% !important;
        flex: auto !important;
    }
}

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

.btn i.fas.fa-bars {
    z-index: 3;
    position: relative;
}

.social-icons li a {
    color: var(--accent2) !important;
}

#footer, #footer .footer-copyright {
    background: transparent !important;
}

@media (min-width: 980px){
    header#header,.header-body{
        background: none !important;
    }
    .payout {
        scale: 0.8;
    }
}

.azino_menu::before,
.azino_menu::after,
.azino_menu .menu-item::before,
.azino_menu .menu-item::after {
    background-image: none !important;
    content: none !important;
}

.azino_menu {
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.86), rgba(6, 6, 6, 0.86)) !important;
    padding: 6px 8px;
    gap: 6px;
    backdrop-filter: blur(8px);
    max-width: 250px;
    border-radius: 20px;
    margin-top: 20px;
    width: 220px;
}
.azino_menu .menu-item {
    height: 40px;
    border-radius: 50px;
    justify-content: start;
}

.azino_menu .menu-item {
    background: transparent !important;
    font-weight: 700;
    font-size: 15px;
    border-radius: 10px;
    transition: all .2s ease;
    padding: 0 14px;
}

@media (max-width: 991px) {
    .azino_menu {
        border-radius: 12px;
        padding: 6px;
    }
    .azino_menu .menu-item {
        font-size: 14px;
        padding: 10px 12px;
    }
}

#footer.footer-top-border,
#footer .footer-copyright{
    background: transparent !important;
}

#footer hr{
    background: var(--border) !important;
    border: 0 !important;
    height: 1px !important;
    opacity: 1 !important;
}

#footer .buttons-end-page{
    display: inline-flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding: 6px 10px !important;
    background: rgba(12,12,12,.22) !important;
    border: 1px solid var(--border) !important;
    border-radius: 14px !important;
    backdrop-filter: blur(10px) saturate(1.2) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.2) !important;
}

.footer-game-categories-block,
.footer-game-categories-block-1{
    margin-top: 10px !important;
}

.footer-game-categories-block__categories,
.footer-game-categories-block__categories-1{
    background: rgba(12,12,12,.26) !important;
    border: 1px solid var(--border) !important;
    border-radius: 16px !important;
    padding: 10px 10px !important;
    backdrop-filter: blur(10px) saturate(1.2) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.2) !important;
    box-shadow: 0 18px 55px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.02) !important;
    width: auto;
}

.footer-game-categories-block__categories .category,
.footer-game-categories-block__categories-1 .category-1{
    background: rgba(18,18,18,.62) !important;
    border: 1px solid var(--border) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.25) !important;
    transition: transform .15s ease, filter .15s ease, box-shadow .15s ease, border-color .15s ease !important;
}

.footer-game-categories-block__categories .category::before,
.footer-game-categories-block__categories .category::after,
.footer-game-categories-block__categories-1 .category-1::before,
.footer-game-categories-block__categories-1 .category-1::after{
    content: none !important;
    background: none !important;
    background-image: none !important;
}

.footer-game-categories-block__categories .category:hover,
.footer-game-categories-block__categories-1 .category-1:hover{
    transform: translateY(-1px) !important;
    box-shadow: 0 16px 32px rgba(0,0,0,.30), 0 0 0 3px var(--accent,.10) !important;
    filter: brightness(1.03) saturate(1.02) !important;
}

.footer-game-categories-block__categories .category img,
.footer-game-categories-block__categories-1 .category-1 img{
    opacity: .92 !important;
    filter: drop-shadow(0 6px 12px rgba(0,0,0,.35)) !important;
    transition: opacity .15s ease, filter .15s ease !important;
}
.footer-game-categories-block__categories .category:hover img,
.footer-game-categories-block__categories-1 .category-1:hover img{
    opacity: 1 !important;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,.45)) !important;
}

.category-block__slider-button,
.category-block__slider-button-1{
    background: rgba(12,12,12,.45) !important;
    border: 1px solid var(--border) !important;
    border-radius: 12px !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.28) !important;
}
.category-block__slider-button:hover,
.category-block__slider-button-1:hover{
    border-color: var(--accent2,.20) !important;
    box-shadow: 0 14px 28px rgba(0,0,0,.32), 0 0 0 3px var(--accent2,.08) !important;
}

.footer__providers{
    padding: 14px 12px !important;
    background: rgba(12,12,12,.26) !important;
    border: 1px solid var(--border) !important;
    border-radius: 16px !important;
    backdrop-filter: blur(10px) saturate(1.15) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.15) !important;
    box-shadow: 0 18px 55px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.02) !important;
}

.footer__providers .attention18{
    color: rgba(235,235,235,.78) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

ul.header-social-icons.social-icons.social-icons-clean{
    margin-top: 12px !important;
    display: inline-flex !important;
    gap: 10px !important;
    justify-content: center !important;
}

ul.header-social-icons.social-icons.social-icons-clean li a{
    width: 42px !important;
    height: 42px !important;
    border-radius: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform .15s ease, filter .15s ease, box-shadow .15s ease, border-color .15s ease !important;
}

ul.header-social-icons.social-icons.social-icons-clean li a:hover{
    transform: translateY(-1px) !important;
    box-shadow: 0 16px 32px rgba(0,0,0,.30), 0 0 0 3px var(--accent,.08) !important;
    filter: brightness(1.05) !important;
}

#sub-menu ul{
    padding-left: 0 !important;
    margin: 14px 0 0 0 !important;
}

#sub-menu a.text-color-primary{
    color: rgba(235,235,235,.70) !important;
    text-decoration: none !important;
    transition: color .15s ease, text-shadow .15s ease !important;
}
#sub-menu a.text-color-primary{
    color: rgba(245,235,228,.75) !important;
}

#footer p, #footer strong{
    color: rgba(245,235,228,.75) !important;
}
#footer strong{
    color: rgba(255,255,255,.92) !important;
}
#footer .social-icons li a {
    color: #d4b38c !important;
}

.footer-game-categories-block .category-block__slider-button,
.footer-game-categories-block-1 .category-block__slider-button-1 {
    padding: 5px;
    width: 36px;
}
.footer-game-categories-block .category-block__slider-button .category-block__slider-icon,
.footer-game-categories-block-1 .category-block__slider-button-1 .category-block__slider-icon-1 {
    background-image: url(/azino/category-slider-left-hover.85a833d5.svg?v=1);
    opacity: 0.6;
}
#header {
    z-index: 2;
}
.modal-backdrop {
    z-index: 0;
}
.azino-button:after {
    display: none !important;
}
.azino-button {
    padding-right: 10px !important;
}
.btn.btn-warning {
    box-shadow: none !important;
    padding: 5px 10px !important;
    border-radius: 50px !important;
}
.game-card {
    border-radius: 20px !important;
    overflow: hidden;
}
.container .col-12 ol li::before {
    color: #ffffff;
    text-shadow: 0px 5px 6px #ff0000;
}