body,
html {
    color: #fff;
    width: 100%;
}

body {
    background: url(../../img/background.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.body-content {
    height: 100%;
}

header {
    background: var(--color--header);
}

.header__logo__wrapper {
    max-width: 135px;
}

.header__navigation__wrapper {
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    right: 100%;
    z-index: 999;
    display: flex;
    position: fixed;
    padding: 50px 20px 0 20px;
    transition: all 0.5s;
    flex-direction: column;
    background-color: #04212b;

}

.header__navigation__wrapper a {
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-decoration: none;
}

.header__navigation__wrapper a:hover {
    color: var(--color--primary);
}

.header__navigation__wrapper.active {
    left: 0;
    z-index: 999;
}

.header__mobile_nav {
    color: white;
    font-size: 1.5rem;
}

.header__mobile_nav--cross {
    position: absolute;
    top: 20px;
    right: 20px;
}

.header__menu__wrapper {
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.h-title {
    text-align: center;
}

.h-title h1 {
    color: var(--color--primary);
    font-size: 1.5rem;
    font-weight: 700;
}

.h-title h2 {
    color: var(--color--primary);
    font-size: 1.25rem;
    font-weight: 700;
}

@media(max-width: 768px) {
    .h-title h1 {
        font-size: 1.25rem;
    }

    .h-title h2 {
        font-size: 1rem;
    }
}


hr {
    height: 0;
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

.nav-btn {
    font-size: 15px;
    font-family: system-ui;
    margin: 8px;
    padding: 4px 22px;
    border-radius: 50px;
    border: 2px inset #868686;
    background: linear-gradient(180deg, #60c382, #08301b);
}

.nav-btn span {
    margin: auto;
    letter-spacing: 0.3px;
    text-shadow: 0 0 1px #fffa;
}

.game img,
.game-button img {
    border-radius: 10px;
}

button {
    background: transparent;
    border: none;
}

.footer_menu ul {
    list-style-type: none;
}

.game-button {
    height: 60px;
    position: relative;
}

.game-text {
    font-size: 10px;
}

@media(min-width: 768px) {
    .game-text {
        font-size: 14px;
    }
}

.all-btn img {
    filter: grayscale(100%);
}

.all-btn.active>img {
    filter: grayscale(0%);
}

.live-btn::before {
    width: 100%;
    height: 100%;
    background: url(../../img/live.webp) no-repeat;
}

.live-btn.active::before {
    background: url(../../img/live-active.webp) no-repeat;

}

.slot-btn::before {
    background: url(../../img/slot.webp) no-repeat;

}

.slot-btn.active::before {
    background: url(../../img/slot-active.webp) no-repeat;

}

.fish-btn::before {
    background: url(../../img/fish.webp) no-repeat;

}

.fish-btn.active::before {
    background: url(../../img/fish-active.webp) no-repeat;

}

.sport-btn::before {
    background: url(../../img/sport.webp) no-repeat;

}

.sport-btn.active::before {
    background: url(../../img/sport-active.webp) no-repeat;

}

.lottery-btn::before {
    background: url(../../img/lottery-btn.webp) no-repeat;

}

.lottery-btn.active::before {
    background: url(../../img/lottery-btn-active.webp) no-repeat;

}

.game-button::before {
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain !important;
}

.download-qr-wrapper {
    padding: 20px;
    background: var(--color--primary);
    border-radius: 20px;
}

.section-title {
    font-weight: 600;
    color: var(--color--primary);
    text-align: center;
}

.global-section {
    background: url("https://static.wixstatic.com/media/c7d83a_4ddc238038ac4c4388dc30d89344434c~mv2.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.single-item img {
    aspect-ratio: 16/6;
    object-fit: cover;
}

.text-justify {
    text-align: justify;
}

.site-nav-marquee {
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 30px;
    margin: 3px 0;
    margin-bottom: 15px;
}

.site-nav-marquee img {
    position: absolute;
    width: 50px;
    height: 50px;
    object-fit: contain;
    top: -5px;
    left: 2px;
    z-index: 1;
}

.smarquee-main {
    position: relative;
    display: flex;
    width: 100%;
    margin: auto;
    margin-left: 15px;
    margin-right: 10px;
}

.smarquee-main:before {
    background: linear-gradient(180deg, #222, #666);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    z-index: -1;
}

.smarquee-main:before,
.smarquee-main:after {
    content: '';
    position: absolute;
    border-radius: 50px;
}

.site-nav-marquee marquee {
    font-size: 14px;
    background: linear-gradient(180deg, #020202, #232323);
    border-radius: 50px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    margin: auto;
    padding-left: 40px;
}

.site-nav-marquee marquee span {
    color: #fff;
}

.smarquee-main:after {
    background: linear-gradient(0deg, #222, #666);
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    left: -6px;
    top: -6px;
    z-index: -2;
}

.site-promo-field h4 {
    color: #fff;
    font-size: 17px;
    padding: 0 15px;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    margin: -2px;
    box-shadow: 0 2px 6px #0007;
    text-shadow: 0 0 1px #fff;
    border: 1px groove #408e5d;
    background: linear-gradient(180deg, #60c382, #08301b);
}

.site-promo-field {
    border: 1px solid #408e5d;
    border-radius: 15px;
    background: linear-gradient(45deg, #0004, #0000 30%);
}

.promo-wrapper {
    border: 10px solid #333;
    padding: 10px;
    margin-bottom: 30px;
    background: #000;
    border-radius: 16px;
}

.promo-image img {
    border-radius: 10px 10px 0 0
}

.promo-content h4 {
    font-size: 20px;
    text-shadow: 0 0 4px #25ffc1;
    border-bottom: 1px solid #174e2a;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.content-card {
    padding: 40px;
    position: relative;
    border-radius: 10px;
    border: 2px solid var(--color--primary);
    box-shadow: var(--color--primary) 2px 2px 8px -4px;
    background: linear-gradient(135deg, #080509, #1a171c, #080509);
    background-clip: padding-box;
}

.card-title h3 {
    color: var(--color--primary);
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 8px;
    letter-spacing: -0.02em;
}

.c-btn {
    width: 100%;
    color: #FFFFFF;
    display: inline-block;
    border: solid transparent;
    border-radius: 40px;
    border-width: 0 0 4px;
    font-weight: 700;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateZ(0);
    background-color: var(--color--primary);
}

.c-btn:after {
    content: "";
    bottom: -4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border: solid transparent;
    border-radius: 40px;
    border-width: 0 0 4px;
    background-clip: padding-box;
    background-color: var(--color--primary-dark);
}

.c-btn:active {
    color: #000000;
}

#custom-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width: 768px) {
    #custom-table {
        border-collapse: collapse;
        width: 70%;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(min-width: 1024px) {
    #custom-table {
        border-collapse: collapse;
        width: 50%;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

#custom-table th {
    padding: 10px;
    border: 1px solid #000;
}

#custom-table td {
    border: 1px solid #000;
    background-color: #f7f7f7;
}

#custom-table th {
    color: white;
    text-align: center;
    background-color: var(--color--primary-dark);
}

.custom-iframe {
    border: 1px solid #ffffff;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

@media(min-width: 768px) {
    .custom-iframe {
        height: auto;
    }

}

.center {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

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

.dropdown-menu {
    overflow-y: auto;
    left: 8%;
    bottom: 80%;
    z-index: 9999;
    max-height: 400px;
    width: max-content;
    position: absolute !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "+";
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
}

.dropdown-item {
    color: #000 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--color--primary);
}

.menu-list-mb {
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}

@media(min-width: 1440px) {
    .menu-list-mb {
        margin-bottom: 20px;
    }

}