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

body {
    background-color: #18191A;
}

.body-content {
    height: 100%;
}

.header__logo__wrapper {
    max-width: 135px;
}

.header__navigation__wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    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: #000;
}

.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 {
    font-family: serif;
    color: #fff;
}

.custom-btn:hover {
    color: #e5c079;
}


.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/btn/live-btn.webp) no-repeat;

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.cardgame-btn.active::before {
    background: url(../../img/btn/cards-btn.-active.webp) 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: 15/5;
}

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

h1,
h2,
h3,
h4,
h5,
p {
    font-family: serif;
}

.custom-text {
    color: #e5c079;
    text-align: center;
}

.custom-text-2 {
    color: #fff;
    text-align: center;
    font-family: serif;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.custom-border-1 {
    border: #fff000 1px solid;
    background-color: #fff;
    animation: fadeInLeft 8s ease-in-out;
}

.custom-border-2 {
    border: #fff000 1px solid;
    background-color: #fff;
    animation: fadeInRight 8s ease-in-out;
}

.custom-btn-2 {
    background-color: #a6a6a6;
    border-radius: 90px;
    border: #a6a6a6;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
}

.custom-btn-2:hover {
    transition: all .2s ease-in-out;
    background-color: #e5c079;
    transform: scale(1.1);
}

.custom-btn-3 {
    background-color: #a6a6a6;
    border-radius: 10px;
    border: #a6a6a6;
    color: white;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: serif;
    font-size: 15px;
}

.custom-btn-3:hover {
    transition: all .2s ease-in-out;
    background-color: #d39d37;
    transform: scale(1.1);
}

.custom-btn-4 {
    background-color: #a6a6a6;
    border: #a6a6a6;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
}

.custom-btn-4:hover {
    transition: all .2s ease-in-out;
    background-color: #e5c079;
    transform: scale(1.1);
}

.custom-btn-5 {
    background-color: #a6a6a6;
    border: #a6a6a6;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
}


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

.custom-background {
    background: url(../../img/background.webp);
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
}

.custom-page {
    border-radius: 10px;
    border: #fff;
    background-color: #fff;
}

.custom-page-title {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #000;
    text-decoration: underline;
    text-align: center;
}

.custom-page-text {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #000;
}

.custom-card {
    border: #fff solid 1px;
    padding: 0.5%;
    width: 15%;
    margin: 2%;
    background-color: #000;
}

@media only screen and (max-width: 767px) {
    .custom-card {
        border: #fff solid 5px;
        padding: 0.5%;
        width: 100%;
        margin: 1%;
        background-color: #000;
    }
  }

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-popup {
    animation: slideInUp 2.0s ease forwards;
    opacity: 0; 
}

.custom-background-2 {
    background: url(../../img/background-2.webp) no-repeat;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center;
    border-radius: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
  }
