/*
:root {
  --header-bg: #0A1A2F;
--header-text: #FFFFFF;
--header-icons: #B0BEC5;
--footer-bg: #0A1A2F;
--footer-text: #B0B0B0;
--body-bg: #081526;
--body-text-color:#fff;
--btn-join-bg: #FF6600;
--btn-join-text: #FFFFFF;
--btn-login-bg: #0A1A2F;
--btn-login-text: #FFFFFF;
--btn-login-border: #FFFFFF;
--tab-active: #FF6600;
--text-primary: #FFFFFF;
--text-secondary: #B0B0B0;
--banner-gradient-start: #0A1A2F;
--banner-gradient-end: #112D4E;
--promo-accent: #29B6F6;
--color-table-border: #ffffff00; --color-table-text: #FFFFFF; --color-table-bg: #0b213d;
--banner_btn-bg: #FF6600; --banner_btn-text: #FFFFFF;
--games-nav-bg-color:#7c7c7c;
}*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    list-style: disc;
    text-decoration: none;
}

:root {
    --btn_bg: #1769FF70;
    --btn_hover: #25388f;
    --bg_color: #030515;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--body-text-color);
    z-index: 999;
    position: relative;
    display: inline-block;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
}

.breadcrumb li {
    font-size: 16px;
    position: inherit;
    list-style: none;
    display: inline;
}

.breadcrumb li+li {
    margin-left: 30px;
}

.breadcrumb li+li::before {
    content: "-";
    left: -18px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    color: var(--text-color);
    position: absolute;
}

.breadcrumb li span {
    opacity: 0.5;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.responsive-table-wrapper {
    overflow-x: auto;
    width: 100%;
}

.responsive-table-wrapper table {
    border-collapse: collapse;
    width: 100%;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

.responsive-table-wrapper table tr:first-child td {
    font-weight: bold;
}

.responsive-table-wrapper table td {
    border: 1px solid var(--color-table-border);
    padding: 12px 16px;
    vertical-align: top;
}

.responsive-table-wrapper table p {
    margin: 0;
}

#preloader {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: #35082B;
}

.wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 16px solid purple;
    border-top: 16px solid blue;
    border-right: 16px solid #0051ff;
    border-bottom: 16px solid #F74444;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.preloader.hidden {
    display: none;
}

.custom_main_screens {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

a {
    text-decoration: none;
    list-style: none;
}

ol {
    list-style: decimal;
}

ol li {
    list-style: decimal;
}

.manubar {
    background-color: #361039;
    position: absolute;
    width: 100%;
    padding: 15px 0;
    top: 0;
    left: 0;
    transition: top 1s ease-in-out;
    z-index: 999;
}

.banner_area .manubarbg {
    z-index: 9999;
}

.header_logo_mn {
    max-width: 200px;
    width: 130px;
}

.top_section_bgs {
    background-size: cover;
}

.navbar-expand-xl .navbar-nav {
    list-style: none !important;
}

.navbar-expand-xl .navbar-nav li {
    list-style: none !important;
}

.logo_icon .navbar-brand {
    display: flex;
    align-items: center;
}

.logo_text {
    font-size: 20px;
    line-height: 37.2px;
    font-weight: bold;
    color: var(--header-text);
    padding-left: 8px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 700;
    color: var(--header-text);
}

.tab_content {
    padding: 10px 0;
}

.tab_content ul li {
    padding-top: 7px;
}

.tab_content,
.tab_content ul li a {
    color: var(--body-text-color);
}

.tab_content ul li a:hover {
    color: var(--body-text-color);
    opacity: 0.8;
    text-decoration: underline;
}

.signin_btn {
    padding: 10px 16px;
    font-weight: 700;
    color: var(--header-text);
}

.signup_btn {
    padding: 10px 16px;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
}

.signin_btn:hover {
    background: linear-gradient(180deg, #ff6e04 -1.75%, #ffc876 100.23%);
    transition: all 0.5s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.signup_btn:hover {
    background: linear-gradient(180deg, #ff6e04 -1.75%, #ffc876 100.23%);
    transition: all 0.5s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.signup_btn__head {
    transition: 0.3sease-in-out;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(0.90);
        box-shadow: 0 0 0 0 var(--button-bg-color);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 4px 24px 0 var(--button-bg-hover);
    }
    100% {
        transform: scale(0.90);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.90);
        box-shadow: 0 0 0 0 var(--button-bg-color);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 4px 24px 0 var(--button-bg-hover);
    }
    100% {
        transform: scale(0.90);
        box-shadow: 0 0 0 0 transparent;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-nav {
        padding: 20px 0;
    }
}

.banner_area {
    background-color: #2A0622;
    padding-top: 90px;
    position: relative;
    z-index: 9;
}

.right_img img {
    position: absolute;
    right: 76px;
    bottom: 43px;
    max-width: 48%;
    z-index: 99;
    animation: left_animation 4s infinite alternate;
}

@keyframes left_animation {
    0% {
        transform: translateX(-40px);
    }
    100% {
        transform: translateX(0px);
    }
}

.left_img img {
    position: absolute;
    left: 0;
    top: 150px;
    z-index: 99;
    animation: left_animaiton_img;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    max-width: 9%;
}

@keyframes left_animaiton_img {
    0% {
        transform: translateX(40px);
    }
    100% {
        transform: translateX(0px);
    }
}

@media screen and (max-width: 568px) {
    .left_img img {
        display: none;
    }
}

.left_contain {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 999;
}

.left_contain p span {
    font-size: 32px;
    padding-top: 10px;
    display: block;
}

@media only screen and (max-width: 520px) {
    .left_contain p span {
        font-size: 22px;
    }
}

@media screen and (max-width: 1199px) {
    .left_contain {
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
        z-index: 999;
    }
}

.left_contain h4,
h1,
p {
    color: var(--body-text-color);
}

.left_contain h4 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
    font-weight: bold;
}

.left_contain h1 {
    font-size: 50px;
    line-height: 1;
    padding-bottom: 20px;
    font-weight: bold;
}

.left_contain p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 50px;
}

.left_contain .banner_btn {
    font-size: 18px;
    line-height: 19.2px;
    font-weight: 700;
    padding: 14px 30px;
    margin-top: 36px;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffc876 -1.75%, #ff6e04 100.23%);
    color: #350B2D;
    border-style: none !important;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    z-index: 99;
}

.left_contain .banner_btn:hover {
    background: linear-gradient(180deg, #ff6e04 -1.75%, #ffc876 100.23%);
    transition: all 0.5s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border: var(--btn_bg) solid 1px;
}

.left_contain .banner_btn:active,
.left_contain .banner_btn:focus,
.left_contain .banner_btn:focus-visible {
    border-style: none !important;
}

.right_contain {
    position: relative;
    z-index: 55;
}

.winner_contain_area {
    padding-left: 24px;
    padding-right: 24px;
    background-color: #280C2B;
    color: var(--header-text);
}

.swiper {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.topwinner_header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 32px;
}

.topwinner_header h2 {
    font-weight: bold;
}

.topwinner_header .overlay_btn_effect {
    position: relative;
}

.topwinner_header a.banner_btn {
    font-size: 18px;
    line-height: 19.2px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffc876 -1.75%, #ff6e04 100.23%);
    color: #350b2d;
    border-style: none !important;
    text-decoration: none;
    transition: all 0.0s ease-in-out;
}

.topwinner_header a.banner_btn:hover {
    background: linear-gradient(180deg, #ff6e04 -1.75%, #ffc876 100.23%);
    transition: all 0.5s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.box_contain {
    display: flex;
    gap: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 16px;
    margin-bottom: 24px;
    background-color: #1769FF50;
}

.box_contain img {
    border-radius: 16px;
}

.winner_name {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
}

.right_text_area p {
    font-size: 16px;
    line-height: 22px;
    color: #1D2766;
    text-shadow: none;
    margin-bottom: 8px;
    color: var(--header-text);
}

.right_text_area h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.favourate_player_first {
    background-color: #35082B;
    color: var(--header-text);
}

.favourate_player {
    background-color: #35082B;
    color: var(--header-text);
}

.favourate_player .active {
    z-index: 1;
}

.favourate_player .player_heading h2 {
    font-weight: bold;
}

.favourate_player .contain_area .inner_contain {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.favourate_player .contain_area .inner_contain img {
    width: 100%;
    border-radius: 8px;
}

.favourate_player .contain_area .inner_contain:hover .hover_effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .6s ease-in-out;
    border-radius: 8px;
}

.favourate_player .contain_area .inner_contain:hover .overlay {
    height: 100%;
    transition: all .6s ease-in-out;
    border-radius: 8px;
}

.favourate_player .contain_area .inner_contain .hover_effect {
    position: relative;
    top: 70px;
}

.favourate_player .contain_area .inner_contain .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #000000;
    opacity: 70%;
    transition: all .6s ease-in-out;
}

.favourate_player .contain_area .hover_contain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.favourate_player .contain_area .hover_contain .inner_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.favourate_player .contain_area .hover_contain img {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 14px;
    cursor: pointer;
}

.favourate_player .contain_area .hover_contain a {
    background: linear-gradient(180deg, #ffc876 -1.75%, #ff6e04 100.23%);
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 8px;
    color: #350b2d;
    text-decoration: none;
    list-style: none;
}

.promotion_section {
    background-color: #35082B;
    color: var(--header-text);
    padding-top: 60px;
    padding-bottom: 60px;
}

.promotion_section .promotion_contain h2 {
    font-weight: bold;
}

.promotion_section .promotion_contain .slider_card_main {
    background-color: #1f071b;
    border-radius: 8px;
    border: 1px solid #35082B;
    position: relative;
    overflow: hidden;
}

.promotion_section .promotion_contain .slider_card_main .circle {
    height: 118%;
    width: 65%;
    background-color: #361039;
    position: absolute;
    top: -17px;
    left: -100px;
    border-radius: 50%;
}

.promotion_section .promotion_contain .slider_card_main .promotion_card_area {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.promotion_section .promotion_contain .slider_card_area {
    padding: 40px 0;
    position: relative;
}

.promotion_section .promotion_contain .slider_card_area .gift {
    position: absolute;
    right: 30px;
    top: 30px;
}

.promotion_section .promotion_contain .slider_card_area .gift1 {
    position: absolute;
    right: 10px;
    bottom: 30px;
}

.promotion_section .promotion_contain .slider_card_area h6 {
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 500;
    color: var(--header-text);
    margin-bottom: 12px;
}

.promotion_section .promotion_contain .slider_card_area h3 {
    font-size: 31px;
    line-height: 37px;
    font-weight: 700;
    color: var(--header-text);
    margin-bottom: 25px;
}

.promotion_section .promotion_contain .slider_card_area .slider_btn {
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 500;
    padding: 16px 30px;
    border-style: none !important;
    color: #1769FF;
    border-radius: 8px;
}

.footer_mnu_lst {
    padding-top: 30px;
    text-align: center;
}

.footer_mnu_lst__item a {
    color: #00B4D8;
    margin-right: 20px;
    text-decoration: underline;
}

.footer_mnu_lst__item a:hover {
    text-decoration: none;
    transition: all .3s;
}

.footer_mnu_lst__item a:last-child {
    margin-right: 0;
}

.social_info_section {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
    position: relative;
    padding-top: 50px;
}

.social_info_section:after {
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff 51.04%, hsla(0, 0%, 100%, 0));
    content: "";
    height: 1px;
    left: 50%;
    opacity: .4;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 290px;
}

.social-container {
    padding: 20px;
    text-align: center;
}

.social-container h2 {
    margin-bottom: 20px;
    font-weight: 600;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.social-item {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: background-color 0.3s;
}

.social-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.social-item img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
}

.social-item span {
    font-size: 16px;
    font-weight: 500;
}

.partners-container {
    padding: 40px 20px;
    text-align: center;
}

.partners-container h2 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.partners-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.partners-logos a img {
    max-height: 54px;
    opacity: 0.8;
    transition: opacity 0.3s, transform 0.3s;
}

.partners-logos a img:hover {
    opacity: 1;
    transform: scale(1.05);
}

.providers-section {
    padding: 50px 20px;
    color: white;
}

.providers-section h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
}

.providers-section h2 img {
    width: 28px;
    height: 28px;
}

.providers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.providers-grid a {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: background-color 0.3s, transform 0.3s;
    text-decoration: none;
}

.providers-grid a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.providers-grid a img {
    max-width: 100%;
    max-height: 50px;
    object-fit: contain;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.marquee-content {
    animation: marquee 10s linear infinite;
    display: inline-block;
    width: max-content;
}

.footer_slider {
    padding: 5px 0;
    background-color: #1F071B;
    border-bottom: 1px solid #00000009;
}

.footer_slider img {
    padding: 20px;
}

.footer {
    background-color: #361039;
    padding: 20px 0;
    color: var(--header-text);
}

.footem_main_bottoms {
    padding-top: 40px;
}

.home_bottom_content {
    background-color: #35082B;
}

.home_bottom_content h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.home_bottom_content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer_contain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_contain_copyright {
    justify-content: center;
    padding-top: 30px;
}

.footer_contain span {
    font-weight: 600;
}

.footer_contain p {
    text-shadow: none;
    color: var(--header-text);
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
}

.footer_contain a {
    color: #ff6e04;
}

.footer_contain a:hover {
    color: #fff;
    text-decoration: underline;
    transition: all .3s;
}

.footer_btn {
    outline: none;
    display: flex;
    gap: 20px;
}

.footer_btn a {
    cursor: pointer;
}

.footer_lnk_cont {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}

.footer_lnk_cont .footer_lnk_sect {}

.footer_lnk_cont .footer_lnk_sect .footer_lnk_sect__item {}

.footer_lnk_cont .footer_lnk_sect .footer_lnk_sect__item a {
    display: block;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
    .footer_contain {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .footer_lnk_cont {
        padding-top: 20px;
        gap: 20px;
    }
    .footer_lnk_cont .footer_lnk_sect {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .footer_contain_copyright {
        padding-top: 0;
    }
    .footer_lnk_cont .footer_lnk_sect .footer_lnk_sect__item a {
        font-size: 14px;
    }
    .footer_contain p {
        text-shadow: none;
        color: #ffffff;
        font-size: 12px;
        line-height: 19px;
        font-weight: 400;
        text-align: center;
    }
}

.casino_items__wrapses {
    max-width: 100%;
    height: auto;
    width: 600px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 30px 20px;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: none;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: 1px solid #ffffff50;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.swiper .swiper-button-prev::after {
    display: none;
}

.swiper .swiper-button-next::after {
    display: none;
}

.swiper .swiper-button-next {
    height: 30px;
    background-color: var(--btn_bg);
    width: 30px;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}

.swiper .swiper-button-next:hover {
    background-color: var(--btn_hover);
    transition: all .5s ease-in-out;
}

.swiper .swiper-button-prev {
    height: 30px;
    background-color: var(--btn_bg);
    width: 30px;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}

.swiper .swiper-button-prev:hover {
    background-color: var(--btn_hover);
    transition: all .5s ease-in-out;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px) !important;
    left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0px) !important;
    right: auto;
}

.topwinner_header_soon {
    padding-top: 20px
}

.active {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    transition: top 1s ease-in-out;
    z-index: 1000;
}

.Coming {
    padding-bottom: 40px;
}

.navbar-toggler {
    background-color: #ffffff;
}

@media screen and (max-width: 575px) {
    .favourate_player_first {
        padding: 0px;
    }
}

@media screen and (max-width: 350px) {
    .swiper {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .right_text_area h5 {
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
    }
    .box_contain {
        padding: 8px;
    }
    .favourate_player_first {
        padding: 0px;
    }
    .topwinner_header_soon {
        padding-top: 20px;
    }
    .Coming {
        padding-bottom: 20px;
    }
}

.casino-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

.casino-table th,
.casino-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.casino-table th {
    background-color: #361039;
    font-weight: bold;
    color: #fff;
}

.casino-table td {
    background-color: #35082B;
    color: #fff;
}

.team {
    position: relative;
    width: 100%;
    height: 100vh;
    background: radial-gradient(#281c3e, #0f051d);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.team-content {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, auto));
    align-items: center;
    gap: 2rem;
    text-align: center;
    margin-top: 0rem;
}

.team-content img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    margin-bottom: 16px;
}

.center h1 {
    color: #fff;
    font-size: 4rem;
    text-align: center;
}

.box {
    padding: 16px;
    background: #150616;
    border-radius: 16px;
    transition: all .38s ease;
}

.box h3 {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: -8px;
    letter-spacing: 0px;
}

.icons i {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin: 0 8px;
    transition: all .38s ease;
}

.icons i:hover {
    transform: scale(1.2);
}

.box:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

.casino_padding_new {
    padding-top: 10px;
}

#Table_games {
    padding-bottom: 20px;
}

.home_bg {
    position: absolute;
    top: 0;
    z-index: -999;
}

.home_bg .home_bg_left {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.faq-section {
    margin: auto;
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.faq-question {
    padding: 15px 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    color: #000;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: transform 0.3s;
}

.faq-item.activefaq .faq-question::after {
    content: '-';
    transform: rotate(180deg);
}

.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
    padding: 0 20px;
    background: #f0f0f0;
}

.faq-answer-content {
    padding: 15px 0;
    color: #000;
}

@media (max-width: 600px) {
    .faq-question {
        font-size: 1rem;
        padding: 12px 16px;
    }
    .faq-answer-content {
        font-size: 0.95rem;
    }
}

.accordeon__main_cont_s h2 {
    color: white;
    margin-bottom: 20px;
    font-size: 24px;
}

.accordion-question {
    padding: 16px 20px;
    border-radius: 10px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.icon {
    width: 18px;
    height: 18px;
    position: relative;
    transition: transform 0.3s ease;
}

.icon::before,
.icon::after {
    content: "";
    position: absolute;
    background-color: white;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.icon::after {
    transform: translateY(-50%) rotate(90deg);
}

.accordion-question.active .icon::after {
    transform: translateY(-50%) rotate(0deg);
}

.accordion-answer {
    padding: 0 20px;
    overflow: hidden;
    max-height: 0;
    border-radius: 0 0 10px 10px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #ddd;
}

.accordion-answer.show {
    padding: 10px 20px 20px;
}

@media (max-width: 600px) {
    .accordion-question {
        padding: 14px 16px;
        font-size: 16px;
    }
    .accordion-answer {
        padding: 0 16px;
        font-size: 15px;
    }
    .accordion-answer.show {
        padding: 10px 16px 16px;
    }
    .accordeon__main_cont_s h2 {
        font-size: 20px;
    }
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: var(--body-bg);
}

::-webkit-scrollbar-thumb {
    background: var(--body-bg);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--body-bg);
}

@media(max-width: 1240px) {
    .team {
        width: 100%;
        height: auto;
        padding: 90px 2%;
    }
    .center h1 {
        font-size: 3.2rem;
    }
}

@media only screen and (max-width: 1199px) {
    .footer_contain {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }
    .footer_btn {
        flex-direction: column;
    }
    .footer_btn a {
        text-align: center;
    }
    .left_contain h1 {
        font-size: 60px;
        line-height: 70.8px;
        padding-bottom: 20px;
        font-weight: bold;
    }
    .home_bg .home_bg_left img {
        height: 500px;
        width: 400px;
    }
}

@media only screen and (max-width: 991px) {
    .home_bg .home_bg_left img {
        height: 300px;
        width: 200px;
    }
    .home_bg .home_bg_left {
        top: 200px;
    }
}

@media only screen and (max-width: 768px) {
    .left_contain h1 {
        font-size: 45px;
        line-height: 53.8px;
        padding-bottom: 20px;
        font-weight: bold;
    }
    .left_contain {
        padding-top: 70px;
        padding-bottom: 70px;
        position: relative;
        z-index: 999;
    }
    .home_bg .home_bg_left img {
        height: 200px;
        width: 200px;
    }
}

.manubar {
    padding: 5px 0;
}

.navbar-nav .nav-item .nav-link:hover {
    text-decoration: underline;
}

.banner_area {
    padding-top: 70px;
}

.left_contain {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 20px;
}

.section_bgs_txt_cont {
    text-align: center;
}

.maic_screen_bnr_igr {
    max-width: 1110px;
    height: auto;
    width: 100%;
}

.left_contain .banner_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    margin-top: 20px;
}

.left_contain h1 {
    font-size: 60px;
    font-weight: 700;
    padding-top: 30px;
}

.left_contain .maic_screen_descr p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 140%;
    color: var(--body-text-color);
    text-align: left;
}

.left_contain .responsive-table-wrapper table p {
    font-size: 16px;
    font-weight: 600;
}

.navbar-expand-xl .navbar-nav {
    column-gap: 20px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 14px;
}

#title_table_main_screen {
    color: #fff;
    text-shadow: none;
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.btn-search {
    border: none;
    background: transparent;
    color: #fff;
    padding: 4px;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
}

.btn-search:hover {
    color: #cecece;
}

.games_contain_area {
    padding-bottom: 50px;
}

.showMoreBtn {
    background: var(--btn-join-bg);
    color: var(--btn-join-text);
}

.tab {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.15s ease-in-out;
}

.tab.active {
    height: auto;
    overflow: visible;
    position: relative;
    opacity: 1;
    background-color: var(--body-bg);
}

.best-games {
    width: 100%;
}

.best-games h1,
.best-games h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
    .best-games h1,
    .best-games h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .best-games {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .best-games {
        margin-bottom: 60px;
    }
}

.best-games__nav {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    align-items: center;
    gap: 14px;
}

@media only screen and (max-width: 767px) {
    .best-games__nav {
        gap: 6px;
        overflow-x: auto;
        margin: 0 0 20px;
    }
}

.best-games__nav li {
    width: 100%;
    list-style: none;
    background: var(--games-nav-bg-color);
    border: 1px solid #fff;
    border-radius: 6px;
    color: var(--games-nav-text-color);
}

.best-games__nav li:hover {
    opacity: 0.7;
}

.best-games__nav li a {
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    gap: 7px;
    color: var(--games-nav-text-color);
    border: 1px solid var(--games-nav-border-color);
}

.best-games__nav li a svg {
    fill: var(--games-nav-text-color);
}

.best-games__nav li a.active {
    text-decoration: underline;
}

.best-games__item-img img {
    height: 169px;
    object-fit: scale-down;
}

@media only screen and (min-width: 1025px) {
    .best-games__nav li a:hover {
        background: var(--games-nav-border-color);
    }
}

@media only screen and (max-width: 767px) {
    .best-games__nav li a {
        font-size: 14px;
        height: 36px;
        padding: 0 10pxr;
    }
    .best-games__nav li a img {
        max-width: 16px;
    }
}

.best-games__list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
    .best-games__list {
        margin: 0 -5px;
    }
}

.best-games__item {
    max-width: calc(25% - 20px);
    width: 100%;
    flex-basis: calc(25% - 20px);
    margin: 0 10px 20px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.best-games__item span {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--body-text-color);
}

.best-games__item small {
    display: block;
    color: var(--body-text-color);
    opacity: 0.8;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .best-games__item {
        max-width: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin: 0 5px 10px;
    }
    .best-games__item span {
        font-size: 16px;
        margin-bottom: 2px;
    }
}

.best-games__item-img {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.best-games__item-img img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .best-games__item-img:hover img {
        transform: scale(1.1);
    }
}

.providers-games {
    width: 100%;
    padding: 25px 0;
}

.providers-games h1,
.providers-games h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
    .providers-games h1,
    .providers-games h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .providers-games {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .providers-games {
        margin-bottom: 60px;
    }
}

.providers-games__nav {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    align-items: center;
    gap: 14px;
}

@media only screen and (max-width: 767px) {
    .providers-games__nav {
        gap: 6px;
        overflow-x: auto;
        margin: 0 0 20px;
    }
}

.providers-games__nav li {
    width: 100%;
    list-style: none;
    background: var(--games-nav-bg-color);
    border: 1px solid #fff;
}

.providers-games__nav li a {
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    gap: 7px;
    color: var(--games-nav-text-color);
    border: 1px solid var(--games-nav-border-color);
}

.providers-games__nav li a svg {
    fill: var(--games-nav-text-color);
}

.providers-games__nav li a.active {
    background: var(--games-nav-border-color) !important;
    text-decoration: underline;
}

.providers-games__item-img img {
    height: 57px;
    object-fit: scale-down;
}

@media only screen and (min-width: 1025px) {
    .providers-games__nav li a:hover {
        background: var(--games-nav-border-color);
    }
}

@media only screen and (max-width: 767px) {
    .providers-games__nav li a {
        font-size: 14px;
        height: 36px;
        padding: 0 10pxr;
    }
    .providers-games__nav li a img {
        max-width: 16px;
    }
}

.providers-games__list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
    .providers-games__list {
        margin: 0 -5px;
    }
}

.providers-games__item {
    max-width: calc(16% - 10px);
    width: 100%;
    flex-basis: calc(16% - 10px);
    margin: 0px 5px 5px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.providers-games__item span {
    display: none;
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--title-color);
}

.providers-games__item small {
    display: block;
    color: var(--title-color);
    opacity: 0.8;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .providers-games__item {
        max-width: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin: 0 5px 10px;
    }
    .providers-games__item span {
        font-size: 16px;
        margin-bottom: 2px;
    }
}

.providers-games__item-img {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 15px 40px;
}

.providers-games__item-img img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .providers-games__item-img:hover img {
        transform: scale(1.1);
    }
}

.best-payment {
    width: 100%;
}

.payment-methods {
    padding-bottom: 25px;
}

.best-payment h1,
.best-payment h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
    .best-payment h1,
    .best-payment h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .best-payment {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .best-payment {
        margin-bottom: 60px;
    }
}

.best-payment__nav {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    align-items: center;
    gap: 14px;
}

@media only screen and (max-width: 767px) {
    .best-payment__nav {
        gap: 6px;
        overflow-x: auto;
        margin: 0 0 20px;
    }
}

.best-payment__nav li {
    width: 100%;
    list-style: none;
    background: var(--games-nav-bg-color);
    border: 1px solid #fff;
}

.best-payment__nav li a {
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    gap: 7px;
    color: var(--games-nav-text-color);
    border: 1px solid var(--games-nav-border-color);
}

.best-payment__nav li a svg {
    fill: var(--games-nav-text-color);
}

.best-payment__nav li a.active {
    background: var(--games-nav-border-color) !important;
    text-decoration: underline;
}

.best-payment__item-img img {
    height: 50px;
    object-fit: scale-down;
}

@media only screen and (min-width: 1025px) {
    .best-payment__nav li a:hover {
        background: var(--games-nav-border-color);
    }
}

@media only screen and (max-width: 767px) {
    .best-payment__nav li a {
        font-size: 14px;
        height: 36px;
        padding: 0 10pxr;
    }
    .best-payment__nav li a img {
        max-width: 16px;
    }
}

.best-payment__list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .best-payment__list {
        margin: 0 -5px;
    }
}

.best-payment__item {
    max-width: calc(16% - 10px);
    width: 100%;
    flex-basis: calc(16% - 10px);
    margin: 0 5px 5px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    padding: 5px 40px;
    border-radius: 10px;
}

.best-payment__item span {
    display: none;
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--title-color);
}

.best-payment__item small {
    display: block;
    color: var(--title-color);
    opacity: 0.8;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .best-payment__item {
        max-width: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin: 0 5px 10px;
    }
    .best-payment__item span {
        font-size: 16px;
        margin-bottom: 2px;
    }
}

.best-payment__item-img {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.best-payment__item-img img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.hidden-lg-up {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .best-payment__item-img:hover img {
        transform: scale(1.1);
    }
}

@media only screen and (max-width: 450px) {
    .left_contain h1 {
        font-size: 32px;
        line-height: 45.8px;
        padding-bottom: 20px;
        font-weight: bold;
    }
    .left_contain .maic_screen_descr p {
        font-size: 16px;
    }
    #title_table_main_screen {
        font-size: 24px;
        font-weight: 500;
    }
}

@media (max-width: 480px) {
    .providers-section h2 {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {
    .hidden-lg-up {
        display: block;
    }
    .partners-logos {
        gap: 30px;
    }
    .partners-logos a img {
        max-height: 45px;
    }
}

@media (max-width: 992px) {
    .social_info_section {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .header_logo_mn {
        max-width: min-content;
        width: 80px;
    }
    .providers-games__item-img img {
        height: 75px;
    }
    .partners-logos {
        gap: 25px;
    }
    .partners-logos a img {
        max-height: 40px;
    }
}

@media (max-width: 480px) {
    .partners-logos {
        gap: 20px;
    }
    .partners-logos a img {
        max-height: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .footer_mnu_lst__item {
        display: flex;
        flex-direction: column;
        row-gap: 5px;
    }
    .footer_mnu_lst__item a {
        margin-right: 0;
    }
}

body,
#preloader,
.favourate_player_first,
.promotion_section,
.promotion_section .promotion_contain .slider_card_main {
    background-color: var(--body-bg);
}

.manubar {
    background-color: var(--header-bg);
}

.breadcrumbs_col_mds_color {
    background-color: var(--header-bg);
}

.signup_btn__head {
    background: var(--btn-join-bg);
    color: var(--btn-join-text);
}

.signup_btn__head:hover {
    background: var(--btn-join-bg);
    color: var(--btn-join-text);
}

.signin_btn {
    border-color: var(--btn-login-border);
}

.signin_btn:hover {
    background: var(--btn-login-bg);
    color: var(--btn-login-text);
}

.left_contain .banner_btn {
    background: var(--banner_btn-bg);
    color: var(--banner_btn-text);
}

.left_contain .banner_btn:hover {
    background: var(--banner_btn-bg);
    color: var(--banner_btn-text);
    opacity: 0.8;
}

.topwinner_header a.banner_btn {
    background: var(--banner_btn-bg);
    color: var(--banner_btn-text);
}

.topwinner_header a.banner_btn:hover {
    background: var(--banner_btn-bg);
    color: var(--banner_btn-text);
}

.favourate_player .contain_area .hover_contain a {
    background: var(--btn-login-bg);
    color: var(--btn-login-text);
}

.banner_area {
    background-color: transparent;
}

.home_bottom_content {
    background-color: var(--body-bg);
}

.favourate_player {
    background-color: var(--body-bg);
}

.home_bottom_content p,
.home_bottom_content h2,
.home_bottom_content h3,
.home_bottom_content h4,
.home_bottom_content li,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--body-text-color);
    text-shadow: none;
}

table th {
    border: 1px solid var(--color-table-border);
    padding: 12px 16px;
    vertical-align: top;
}

table td {
    border: 1px solid var(--color-table-border);
}

table p {
    color: var(--color-table-text);
}

table {
    width: 100%;
    padding: 1.2rem 1.9rem;
    border-collapse: separate;
    border-radius: 1rem;
    font-size: var(--text-base-size);
    box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, .1019607843);
    background-color: var(--color-table-bg);
    display: block;
    overflow: hidden;
    color: var(--color-table-text);
    margin-bottom: 20px;
}

.accordion-question {
    background: #4b5772;
    color: #fff;
}

.accordion-answer {
    background: #3A4B52;
}

.faq-answer-content {
    color: #fff;
}

.footem_main_bottoms,
footer {
    background-color: var(--footer-bg);
}

.footer_lnk_cont .footer_lnk_sect .footer_lnk_sect__item a {
    color: var(--footer-text);
    text-decoration: underline;
}

.footer_lnk_cont .footer_lnk_sect .footer_lnk_sect__item a:hover {
    background-color: var(--footer-text-hover);
    text-decoration: none;
}