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__logo__wrapper {
    max-width: 135px;
}

.header__navigation__wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #01212c;
    top: 0;
    right: 100%;
    transition: all 0.5s;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

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

.header__navigation__wrapper a:hover {
    text-decoration: underline;
}

.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 {
    background: #01212c;
}

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

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

.custom-btn {
    margin: 10px;background: linear-gradient(180deg, #60c382, #08301b);
}

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

button {
    background: transparent;
    border: none;
}

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

.game-category-wrapper {
    flex-wrap: nowrap;
    overflow-y: scroll;
}

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

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

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

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

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

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

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

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

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

}
.lottery-btn::before{
    background: url(../../img/P-02.png) no-repeat;

}
.lottery-btn.active::before{
    background: url(../../img/P-01.png) no-repeat;

}

.game-button span{
    margin-inline-start: 35px;
    font-weight: 700;
    text-shadow: 0 0 4px #fffc;
    letter-spacing: 0.8px;
    padding-bottom: 2px;
    color: white;
}

.game-button.active span{
    color: black;
}

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

.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%);
}

.home_img_wrapper{
    width: 50px;
}

.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;
}