@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

*
{
    box-sizing: border-box;
    font-family: "Roboto Condensed", sans-serif;
    scroll-behavior: smooth
}

body, html
{
    margin: 0;
    background: #23201e
}

a
{
    text-decoration: none
}

.row
{
    display: flex;
    align-items: center
}

.col
{
    display: flex;
    flex-direction: column;
    align-items: center
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
/* For Chrome, Safari, Edge, and Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"]
{
    -moz-appearance: textfield;
}
.mobile_nav
{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #1e1f23;
    width: 100%;
    border-top: 3px solid #f0d8a7;
    box-shadow: 0 -10px 10px rgba(20,20,20,.5);
    display: none
}

    .mobile_nav a
    {
        color: #fff;
        font-size: 11px;
        flex: 1;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 6px
    }

        .mobile_nav a img
        {
            width: 30px
        }

    .mobile_nav .center
    {
        margin-top: -33px;
        padding: 10px
    }

        .mobile_nav .center img
        {
            border-radius: 999px;
            padding: 6px;
            width: 60px;
            background: #1e1f23;
            border: 3px solid #f0d8a7
        }
.nav_bar{
    text-transform: uppercase;
}
.custom_nav
{
    width: 100%;
    background: #171413;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow-x: auto
}

    .custom_nav .custom_nav_item
    {
        background: #171413;
        color: #b4b4b4;
        padding: 10px 20px;
        font-size: 13px;
        cursor: pointer;
        border-radius: 3px;
        white-space: nowrap
    }

        .custom_nav .custom_nav_item:hover
        {
            background: #000;
            color: #f0d8a7
        }

    .custom_nav .custom_nav_active
    {
        background: #000;
        color: #f0d8a7
    }

.landing
{
    height: 100vh;
    width: 100%;
    background: url("../Images/landing_bg.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center
}

    .landing .banner
    {
        width: 40%;
        margin-right: 5vmin
    }

    .landing .landing_col
    {
        width: 40%
    }

    .landing .logo
    {
        width: 60%;
        min-width: 230px;
        margin-bottom: 5vmin
    }

    .landing .country_selection .country
    {
        color: #fff;
        font-size: 17px;
        margin: 0 10px;
        cursor: pointer;
        transition: .3s
    }

        .landing .country_selection .country img
        {
            width: 10vmin
        }

        .landing .country_selection .country:hover
        {
            transform: scale(1.1)
        }

.container .sportsbook .icon_row
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vw;
}

    .container .sportsbook .icon_row .sport_icon
    {
        width: 35px !important;
        cursor: pointer;
    }

.section
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1
}

    .section .content
    {
        width: 90%;
        max-width: 1500px;
        padding: 0 5px
    }

    .section .section_h1
    {
        color: #f0d8a7;
        width: 90%;
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        position: relative;
        padding: 10px;
        margin-top: 20px;
    }

        .section .section_h1 span
        {
            background: #23201e;
            z-index: 2;
            position: relative;
            padding: 0 20px;
            text-transform: uppercase;
        }

        .section .section_h1::before
        {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 1px;
            width: 100%;
            background: #3c3c3c
        }

    .section .section_h2
    {
        color: gray;
        font-size: 15px;
        margin-bottom: 20px;
        width: 90%;
        text-align: center
    }

.predictSwiper
{
    width: 90%;
    margin: 0 auto;
    margin: 20px 0;
    position: relative;
    overflow-x: hidden;
    max-width: 900px;
}

    .predictSwiper .swiper-slide
    {
        width: 100%;
    }

        .predictSwiper .swiper-slide img
        {
            width: 100%;
        }

    .predictSwiper .predictSwiper_con
    {
        width: 100%;
        /* padding: 30px 10px; */
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        border: 2px solid #a69273;
    }

        .predictSwiper .predictSwiper_con .predictSwiper_bg
        {
            width: 100%;
            height: 100%;
            /* position: absolute; */
            top: 50%;
            left: 50%;
            /* transform: translate(-50%, -50%); */
            border-radius: 15px;
        }

            .predictSwiper .predictSwiper_con .predictSwiper_bg img
            {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .predictSwiper .predictSwiper_con .predictSwiper_wrap
        {
            z-index: 2;
            width: 100%;
            gap: 15px;
            justify-content: center;
            align-items: center;
        }

            .predictSwiper .predictSwiper_con .predictSwiper_wrap .left, .predictSwiper .predictSwiper_con .predictSwiper_wrap .right
            {
                justify-content: center;
                align-items: center;
                height: 100%;
            }

                .predictSwiper .predictSwiper_con .predictSwiper_wrap .left .team_img, .predictSwiper .predictSwiper_con .predictSwiper_wrap .right .team_img
                {
                    width: 70%;
                    max-width: 90px;
                    margin-bottom: 10px;
                }

                    .predictSwiper .predictSwiper_con .predictSwiper_wrap .left .team_img img, .predictSwiper .predictSwiper_con .predictSwiper_wrap .right .team_img img
                    {
                        width: 100%;
                    }

                .predictSwiper .predictSwiper_con .predictSwiper_wrap .left .team_name, .predictSwiper .predictSwiper_con .predictSwiper_wrap .right .team_name
                {
                    color: white;
                    font-size: 14px;
                    font-weight: bold;
                    letter-spacing: 0.6px;
                }

            .predictSwiper .predictSwiper_con .predictSwiper_wrap .center
            {
                gap: 25px;
                justify-content: center;
                align-items: center;
            }

                .predictSwiper .predictSwiper_con .predictSwiper_wrap .center .content_img
                {
                    width: 100%;
                    max-width: 120px;
                }

                    .predictSwiper .predictSwiper_con .predictSwiper_wrap .center .content_img img
                    {
                        width: 100%;
                    }

                .predictSwiper .predictSwiper_con .predictSwiper_wrap .center .date
                {
                    color: white;
                    font-size: 16px;
                    font-weight: bold;
                    letter-spacing: 0.6px;
                    white-space: nowrap;
                    text-align: center;
                }

                .predictSwiper .predictSwiper_con .predictSwiper_wrap .center .vs
                {
                    width: 100%;
                    max-width: 60px;
                }

                    .predictSwiper .predictSwiper_con .predictSwiper_wrap .center .vs img
                    {
                        width: 100%;
                    }

                .predictSwiper .predictSwiper_con .predictSwiper_wrap .center button
                {
                    width: 80%;
                    max-width: 140px;
                    padding: 8px 10px;
                    border: 0;
                    border-radius: 50px;
                    font-weight: 600;
                    color: black;
                    cursor: pointer;
                    background: linear-gradient(-45deg, #d3c4a9, #bfa36d, #ccb997);
                }

            .predictSwiper .predictSwiper_con .predictSwiper_wrap .team_row
            {
                width: 100%;
                justify-content: center;
                align-items: center;
                gap: 2vw;
            }
.dropdown-list {
    position: absolute;
    
}
.container
{
    padding-top: 100px;
    /*min-height: 100vh;*/
    display: flex;
    flex-direction: column
}

    .container .header
    {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 800;
    }

        .container .header .header_top
        {
            background: #1e1f23;
            width: 100%;
        }

            .container .header .header_top .logo
            {
                /*height: 55px;*/
                max-height: 9vmin;
            }

            .container .header .header_top .marquee
            {
                flex: 1;
                padding: 7px;
                margin: 0 20px;
                background: rgba(150,150,150,.1);
                font-size: 12px;
                border-radius: 3px;
                color: #fff
            }

                .container .header .header_top .marquee i
                {
                    margin-right: 10px
                }

            .container .header .header_top .language
            {
                margin: 0px 10px;
                position: relative;
                background: #5a5140;
                padding: 6px;
                border-radius: 999rem
            }

                .container .header .header_top .language img
                {
                    width: 20px;
                    margin-right: 2px;
                    border-radius: 999rem;
                    box-shadow: 0px 0px 6px rgba(0,0,0,.8)
                }

                .container .header .header_top .language .language_btn
                {
                    color: #fff;
                    font-size: 14px;
                    cursor: pointer;
                    gap: 5px
                }

                    .container .header .header_top .language .language_btn .lang_target
                    {
                        min-width: 20px
                    }

                    .container .header .header_top .language .language_btn *
                    {
                        pointer-events: none
                    }

                    .container .header .header_top .language .language_btn i
                    {
                        margin-left: 10px
                    }

                .container .header .header_top .language .language_list
                {
                    position: absolute;
                    width: 260px;
                    top: 105%;
                    right: 0;
                    background: #23201e;
                    box-shadow: 0px 0px 10px #000;
                    border-radius: 7px;
                    display: none;
                    z-index: 10
                }

                    .container .header .header_top .language .language_list .lang_title
                    {
                        width: 90%;
                        margin: 0 auto;
                        color: #f0d8a7;
                        font-size: 14px;
                        font-weight: 500;
                        padding: 10px;
                        border-bottom: 1px dashed gray
                    }

                    .container .header .header_top .language .language_list .language_item
                    {
                        width: 100%;
                        padding: 10px 15px;
                        color: #fff;
                        font-size: 12px;
                        gap: 5px
                    }

                        .container .header .header_top .language .language_list .language_item img
                        {
                            width: 30px
                        }

                        .container .header .header_top .language .language_list .language_item .lang_infor_col
                        {
                            flex: 1;
                            align-items: flex-start;
                            gap: 4px
                        }

                            .container .header .header_top .language .language_list .language_item .lang_infor_col .lang_cntry
                            {
                                font-size: 12px;
                                color: #fff;
                                font-style: italic
                            }

                            .container .header .header_top .language .language_list .language_item .lang_infor_col .lang_selection
                            {
                                width: 100%;
                                gap: 5px
                            }

                                .container .header .header_top .language .language_list .language_item .lang_infor_col .lang_selection .lang
                                {
                                    font-size: 12px;
                                    font-weight: 500;
                                    cursor: pointer;
                                    color: lightgray;
                                    transition: .4s;
                                    padding: 5px 8px;
                                    border-radius: 6px
                                }

                                    .container .header .header_top .language .language_list .language_item .lang_infor_col .lang_selection .lang:hover
                                    {
                                        color: #f0d8a7
                                    }

                                    .container .header .header_top .language .language_list .language_item .lang_infor_col .lang_selection .lang.active
                                    {
                                        background: #171413;
                                        color: #f0d8a7;
                                        box-shadow: 0px 0px 8px inset rgba(0,0,0,.5)
                                    }

                .container .header .header_top .language .language_active
                {
                    display: flex
                }
.header_btns{
    margin-left: auto;
}
.container .header .header_top .header_btns .header_btn
{
    background: #c8c8c8;
    padding: 5px;
    border-radius: 3px;
    margin-left: 10px;
    font-size: 13px;
    min-width: 80px;
    max-width: 120px;
    text-align: center;
    color: #000;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

                .container .header .header_top .header_btns .header_btn span
                {
                    flex: 1;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    pointer-events: none
                }

            .container .header .header_top .header_btns .login_btn, .container .header .header_top .header_btns .user_btn
            {
                background: #b4a280
            }

                .container .header .header_top .header_btns .login_btn i, .container .header .header_top .header_btns .user_btn i
                {
                    margin-left: 5px;
                    font-size: 15px;
                    pointer-events: none
                }

.container .header .header_top .logout
{
    min-width: auto;
    background: none;
    color: #b4a280;
}

            .container .header .header_top .header_btns .user_menu
            {
                position: absolute;
                top: 120%;
                left: 0;
                background: #171413;
                width: 100%;
                border-radius: 3px;
                padding: 3px;
                z-index: 99;
                display: none
            }

                .container .header .header_top .header_btns .user_menu a
                {
                    width: 100%;
                    text-align: left;
                    padding: 5px;
                    color: #fff
                }

                    .container .header .header_top .header_btns .user_menu a:hover
                    {
                        background: rgba(0,0,0,.2)
                    }

            .container .header .header_top .header_btns .user_active .user_menu
            {
                display: flex;
                min-width: 400px;
            }

        .container .header .nav
        {
            position: relative;
            border: none;
            background: linear-gradient(-45deg, #b4a280, #bfa36d, #b4a280);
        }

            .container .header .nav .openbtn
            {
                background: #110605;
                width: 38px;
                height: 38px;
                border-radius: 5px;
                cursor: pointer;
                position: relative;
                display: none
            }

                .container .header .nav .openbtn .openbtn-area
                {
                    transition: all .4s;
                    width: 38px;
                    height: 38px
                }

                .container .header .nav .openbtn span
                {
                    position: absolute;
                    background: #fff;
                    display: inline-block;
                    border-radius: 3px;
                    left: 9px;
                    height: 3px;
                    transition: all .4s;
                    width: 50%
                }

                    .container .header .nav .openbtn span:nth-of-type(1)
                    {
                        top: 11px
                    }

                    .container .header .nav .openbtn span:nth-of-type(2)
                    {
                        top: 18px
                    }

                    .container .header .nav .openbtn span:nth-of-type(3)
                    {
                        top: 25px
                    }

                .container .header .nav .openbtn.active .openbtn-area
                {
                    transform: rotate(360deg)
                }

                .container .header .nav .openbtn.active span:nth-of-type(1)
                {
                    width: 45%;
                    top: 11px;
                    left: 10px;
                    transform: translateY(6px) rotate(-45deg)
                }

                .container .header .nav .openbtn.active span:nth-of-type(2)
                {
                    opacity: 0
                }

                .container .header .nav .openbtn.active span:nth-of-type(3)
                {
                    width: 45%;
                    top: 23px;
                    left: 10px;
                    transform: translateY(-6px) rotate(45deg)
                }

            .container .header .nav a
            {
                padding: 10px 20px;
                color: #34434d;
                font-weight: bold;
                font-size: 13px;
                border-radius: 5px;
                position: relative
            }

                .container .header .nav a i
                {
                    margin-right: 5px
                }

                .container .header .nav .active_page, .container .header .nav a:hover
                {
                    background: #34434d;
                    color: #fff;
                    /*transform: scale(1.15)*/
                }

            .container .header .nav .timedate
            {
                margin-left: auto;
                font-size: 12px
            }

                .container .header .nav .timedate i
                {
                    margin-left: 15px;
                    margin-right: 5px
                }

    .container .banner
    {
        width: 100%
    }

        .container .banner .swiper-button-next, .container .banner .swiper-button-prev
        {
            color: #f0d8a7
        }

        .container .banner .swiper-slide
        {
            width: 100%
        }

            .container .banner .swiper-slide img
            {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center
            }

    .container .steps
    {
        width: 100%;
        margin-top: -80px;
        z-index: 3;
        position: relative;
        background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent)
    }

        .container .steps .content
        {
            flex-wrap: wrap;
            align-items: stretch;
            max-width: 1200px
        }

        .container .steps .step
        {
            flex: 1;
            margin: 10px;
            min-width: 200px;
            align-items: flex-end;
            background: #110605;
            border-radius: 5px;
            padding: 15px 30px 15px 10px;
            transform: skewX(-10deg);
            color: #fff;
            position: relative
        }

            .container .steps .step span
            {
                position: absolute;
                top: 0;
                left: 0;
                background: #f0d8a7;
                border-radius: 0 0 5px 0;
                padding: 3px 5px;
                font-size: 13px;
                font-weight: bold;
                color: #000;
                transform: scale(1.1)
            }

            .container .steps .step h1
            {
                margin: 0 0 5px;
                font-size: 25px
            }

            .container .steps .step p
            {
                margin: 0;
                font-size: 14px;
                text-align: right
            }

                .container .steps .step p b
                {
                    color: #f0d8a7
                }

            .container .steps .step .tutorial_btn
            {
                color: #f0d8a7;
                padding: 3px 8px;
                font-size: 13px;
                border: solid 1px #f0d8a7;
                border-radius: 999px;
                margin-top: 10px;
                cursor: pointer
            }

                .container .steps .step .tutorial_btn i
                {
                    margin-left: 3px
                }

                .container .steps .step .tutorial_btn:hover
                {
                    background: #f0d8a7;
                    color: #000;
                    font-weight: bold
                }

    .container .cards .content
    {
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .container .cards .card
    {
        margin: 10px;
        border-radius: 10px;
        overflow: hidden;
        color: white;
        position: relative;
        width: 45%;
        max-width: 440px;
        min-width: 300px;
    }

        .container .cards .card img
        {
            width: 100%;
        }

        .container .cards .card .col
        {
            position: absolute;
            bottom: 0%;
            align-items: flex-start;
            background: rgba(0, 0, 0, 0.8);
            width: 100%;
        }

            .container .cards .card .col .hide_wrap
            {
                width: 100%;
                display: flex;
                transform-origin: top;
                transition: 0.7s;
                flex-direction: column;
                border-top: solid 1px rgb(100, 100, 100);
                max-height: 0px;
                opacity: 0;
                padding: 0 20px;
                height: 100%;
            }

            .container .cards .card .col h1
            {
                margin: 0;
                color: #b4a280;
                font-size: 20px;
                padding: 10px 20px;
                width: 100%;
                text-transform: uppercase;
            }

            .container .cards .card .col h2
            {
                font-size: 15px;
                color: white;
                margin: 5px 0;
                margin-top: 20px;
            }

            .container .cards .card .col p
            {
                font-size: 13px;
                color: grey;
                margin: 0;
            }

            .container .cards .card .col .play_btn
            {
                color: #b4a280;
                padding: 5px 10px 5px 5px;
                border-radius: 999px;
                border: solid 1px #b4a280;
                margin-top: 10px;
                width: -moz-fit-content;
                width: fit-content;
                margin-bottom: 20px;
            }

                .container .cards .card .col .play_btn i
                {
                    margin-right: 5px;
                }

                .container .cards .card .col .play_btn:hover
                {
                    background: #b4a280;
                    color: black;
                    font-weight: bold;
                }

        .container .cards .card:hover .hide_wrap
        {
            max-height: 300px;
            opacity: 1;
        }
    .container .jackpot
    {
        margin: 40px 0;
        width: 100%
    }

        .container .jackpot .content
        {
            flex-wrap: wrap
        }

            .container .jackpot .content img
            {
                flex: 1;
                min-width: 300px;
                max-width: 500px;
                margin-right: 20px
            }

            .container .jackpot .content .col
            {
                flex: 1;
                color: gray;
                font-size: 13px;
                align-items: flex-start
            }

                .container .jackpot .content .col h2
                {
                    color: #f0d8a7;
                    font-size: 20px;
                    margin: 0
                }

    /* .container .jackpot .content .col p {
               
             
                }*/
.contact_item
{
    display: flex;
    align-items: center;
    padding: 8px 0;
    margin-right: 10px;
    font-size: 12px;
}
.contact_item img
{
    height: 18px;
    filter: invert(1) brightness(30%);
    margin-right: 5px;
}
.container .promo .promo_carousel
{
    width: 90%;
    padding: 20px 0px;
    max-width: 1355px;
}

    .container .promo .index_promo
    {
        border-radius: 5px;
        overflow: hidden
    }

        .container .promo .index_promo img
        {
            width: 100%
        }

    .container .footer
    {
        width: 100%;
        background: #171413;
        padding-top: 20px;
        margin-top: auto
    }

        .container .footer .content
        {
            max-width: 1000px
        }

        .container .footer nav
        {
            width: 100%
        }

            .container .footer nav a
            {
                margin-right: 20px;
                color: gray;
                font-size: 13px
            }

        .container .footer .footer_grid
        {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            color: #fff;
            width: 100%;
            margin: 20px 0
        }

            .container .footer .footer_grid .col
            {
                align-items: flex-start;
                padding: 10px
            }

                .container .footer .footer_grid .col h3
                {
                    color: #f0d8a7;
                    font-size: 17px
                }

                .container .footer .footer_grid .col a
                {
                    font-size: 14px;
                    color: gray
                }

            .container .footer .footer_grid .row
            {
                grid-column: 1/-1;
                flex-wrap: wrap;
                padding: 10px 0;
                margin-top: 20px;
                border-top: dashed 1px gray
            }

                .container .footer .footer_grid .row img
                {
                    width: 100px;
                    filter: saturate(0);
                    opacity: .8
                }

    .container footer
    {
        width: 100%;
        padding: 5px 0;
        text-align: center;
        color: gray;
        opacity: .5;
        font-size: 12px;
        margin-bottom: 20px
    }

.footer_provider
{
    width: 100%;
    justify-content: center;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid rgba(128,128,128,.4);
    gap: 10px;
    flex-wrap: wrap
}

    .footer_provider img
    {
        width: 100px;
        filter: saturate(0);
        opacity: .8;
        transition: .2s
    }

        .footer_provider img:hover
        {
            filter: none;
            opacity: .8
        }

.lc .lc_body
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    align-items: center;
    grid-gap: 20px;
    padding: 20px
}

    .lc .lc_body .lc_item
    {
        width: 100%;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        padding-bottom: 20px
    }

        .lc .lc_body .lc_item h1
        {
            margin: 0;
            font-size: 20px
        }

        .lc .lc_body .lc_item p
        {
            margin: 0;
            font-size: 12px;
            width: 80%
        }

        .lc .lc_body .lc_item img
        {
            width: 100%;
            margin-bottom: -25px
        }

        .lc .lc_body .lc_item:hover
        {
            background: rgba(255,255,255,.1)
        }

.sb
{
    background: url("../Images/sb/bg.jpg");
    background-size: cover;
    background-position: top center
}

    .sb .sb_body
    {
        margin-top: auto;
        margin-bottom: auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        align-items: center;
        grid-gap: 20px;
        overflow: hidden;
    }

        .sb .sb_body .sb_item
        {
            width: 100%;
            color: #fff;
            text-align: center;
            border-radius: 5px;
        }
            .sb .sb_body .sb_item:hover img{
                transform: scale(1.15);
                transition-duration: 0.5s;
            }
            .sb .sb_body .sb_item h1
            {
                margin: 0;
                font-size: 20px;
                margin-top: 20px
            }

            .sb .sb_body .sb_item p
            {
                margin: 0;
                font-size: 12px;
                width: 50%
            }

            .sb .sb_body .sb_item img
            {
                width: 50%;
                margin-bottom: -10px
            }

.slot .slot_carousel
{
    width: 95%
}

    .slot .slot_carousel .slot_item
    {
        color: gray;
        background: rgba(255,255,255,.05);
        border-radius: 5px;
        overflow: hidden
    }

        .slot .slot_carousel .slot_item b
        {
            color: #f0d8a7;
            font-size: 16px;
            text-align: left;
            width: 100%;
            padding: 5px 10px 0
        }

        .slot .slot_carousel .slot_item p
        {
            margin: 0;
            width: 100%;
            font-size: 13px;
            padding: 5px 10px
        }

.slot .slot_lobby
{
    padding: 20px 10px;
    width: 100%;
    margin: 20px 0
}

    .slot .slot_lobby .slot_games
    {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        grid-gap: 15px;
        width: 100%;
        background: rgba(255,255,255,.05);
        padding: 15px;
        border-radius: 3px
    }

        .slot .slot_lobby .slot_games .slot_game
        {
            width: 100%;
            background: #171413;
            border-radius: 3px;
            overflow: hidden;
            color: gray
        }

            .slot .slot_lobby .slot_games .slot_game img
            {
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center;
            }

            .slot .slot_lobby .slot_games .slot_game.transform img
            {
                transform: scaleX(1.2);
            }




            .slot .slot_lobby .slot_games .slot_game p
            {
                margin: 0;
                padding: 8px 0;
                font-size: 12px
            }

            .slot .slot_lobby .slot_games .slot_game:hover
            {
                color: #f0d8a7
            }

.promo .promo_list
{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 15px;
    width: 100%
}

    .promo .promo_list .promo_item
    {
        align-items: flex-start;
        background: rgba(255,255,255,.05);
        border-radius: 5px;
        overflow: hidden;
        color: gray
    }

        .promo .promo_list .promo_item img
        {
            width: 100%
        }

        .promo .promo_list .promo_item h1
        {
            margin: 0;
            font-size: 16px;
            padding: 5px 10px;
            color: #f0d8a7
        }

        .promo .promo_list .promo_item p
        {
            margin: 0;
            font-size: 14px;
            padding: 5px 10px
        }

.lottery .lottery_tables
{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 20px;
    width: 100%
}

    .lottery .lottery_tables table
    {
        margin: 10px auto;
        width: 90%;
        background: rgba(255,255,255,.05);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        text-align: center;
        border-collapse: collapse;
        table-layout: fixed
    }

        .lottery .lottery_tables table thead th
        {
            text-align: left;
            background: #171413;
            color: #fff;
            font-size: 12px;
            padding: 5px 10px
        }

            .lottery .lottery_tables table thead th:nth-child(2)
            {
                text-align: right
            }

            .lottery .lottery_tables table thead th img
            {
                width: 60px;
                filter: drop-shadow(1px 1px 0px black)
            }

        .lottery .lottery_tables table tbody
        {
            text-align: center;
            border-top: 0
        }

            .lottery .lottery_tables table tbody:before
            {
                content: "-";
                display: block;
                line-height: 1em;
                color: rgba(0,0,0,0)
            }

            .lottery .lottery_tables table tbody th
            {
                background: #171413;
                color: #f0d8a7;
                padding: 5px;
                font-size: 13px
            }

            .lottery .lottery_tables table tbody td
            {
                border: solid 1px gray;
                padding: 5px;
                font-size: 13px;
                color: #fff
            }

.vip
{
    width: 100%;
    justify-content: center;
    background: url("../Images/other/vip_bg.jpg");
    background-size: cover
}

.table_wrapper
{
    width: 95%;
    max-width: 1200px;
    background: #141414;
    padding: 0 30px 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 3px #1e1e1e;
    margin: 30px 0 50px;
    border-radius: 5px;
    overflow: auto
}

    .table_wrapper .benefit_table
    {
        width: 100%;
        text-align: center;
        border-collapse: collapse
    }

        .table_wrapper .benefit_table tbody th
        {
            padding: 10px;
            border-bottom: solid 1px #1e1e1e;
            text-align: center;
            background: #141414;
            vertical-align: bottom;
            color: #fff
        }

            .table_wrapper .benefit_table tbody th:first-child
            {
                color: #f0d8a7;
                text-align: left
            }

            .table_wrapper .benefit_table tbody th img
            {
                width: 80px
            }

            .table_wrapper .benefit_table tbody th:before
            {
                content: "-";
                display: block;
                line-height: 30px;
                color: rgba(0,0,0,0)
            }

        .table_wrapper .benefit_table tbody td
        {
            padding: 20px 15px;
            font-size: 12px;
            border: solid 1px #323232;
            color: #fff
        }

            .table_wrapper .benefit_table tbody td:first-child
            {
                text-align: left
            }

        .table_wrapper .benefit_table tbody tr:nth-child(odd)
        {
            background: #282828;
            color: #000
        }

.other
{
    width: 100%;
    padding: 30px 0;
    background: url("../Images/form_bg.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
    flex: 1;
    justify-content: center
}

    .other img
    {
        width: 600px
    }

    .other h1
    {
        margin: 20px 0;
        padding: 0 10px;
        border-bottom: 2px solid #fff
    }

    .other p
    {
        font-size: 14px
    }

    .other .other_btns
    {
        justify-content: center;
        margin-top: 20px
    }

        .other .other_btns a
        {
            color: #000;
            margin: 0 15px;
            padding: 10px 20px;
            text-align: center;
            min-width: 150px;
            font-weight: bold;
            border-radius: 999px;
            background: #f0d8a7
        }

.popup
{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    justify-content: center;
    display: none;
    z-index: 999
}

.popup_window
{
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 80%;
    max-width: 1000px;
    background: #23201e;
    position: relative;
    overflow: hidden
}

    .popup_window .popup_header
    {
        color: #171413;
        background: linear-gradient(-45deg, #b4a280, #bfa36d, #b4a280);
        padding: 10px;
        width: 100%;
        font-size: 15px;
        font-weight: bold
    }

        .popup_window .popup_header .popup_close
        {
            margin-left: auto
        }

.promotion .promo_info
{
    color: #fff;
    padding: 10px;
    font-size: 15px;
    width: 100%;
    text-align: left;
    min-height: 300px
}

.form
{
    background: url("../Images/form_bg.jpg");
    background-size: cover;
    background-position: center top
}

    .form .content
    {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        max-width: 800px;
        grid-gap: 20px;
        padding: 30px 20px
    }

        .form .content .input
        {
            color: gray;
            align-items: flex-start;
            font-size: 13px;
            position: relative
        }

            .form .content .input span
            {
                padding: 3px
            }

            .form .content .input input
            {
                width: 100%;
                background: #000;
                border-radius: 5px;
                padding: 10px;
                color: #fff;
                border: none
            }

            .form .content .input img
            {
                width: 20px;
                position: absolute;
                top: 70%;
                right: 10px;
                transform: translateY(-50%)
            }

            .form .content .input .mb
            {
                width: 100%;
                gap: 5px
            }

                .form .content .input .mb .mb_select_row
                {
                    background: #f0d8a7;
                    border-radius: 5px;
                    /* padding: 9px 10px; */
                    color: #fff;
                    border: none;
                    outline: 0
                }

                    .form .content .input .mb .mb_select_row select
                    {
                        width: 100%;
                        background: rgba(0,0,0,0);
                        font-weight: 600;
                        border: 0;
                        outline: 0;
                        padding: 9px 10px;
                    }

.form .content .input .mb .mb_select_row
{
    background: #f0d8a7;
    border-radius: 5px;
    /* padding: 9px 10px; */
    color: #fff;
    border: none;
    outline: 0;
}


.form .content .input .mb input
{
    flex: 1
}

.form .content .input .mb .otp_btn
{
    background: linear-gradient(0deg, #b29a6e, #fae2b0);
    background: rgb(220, 220, 220);
    padding: 8px 10px;
    border-radius: 5px;
    color: black;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.4s;
}

    .form .content .input .mb .otp_btn:hover
    {
        opacity: 0.5;
    }

.form .content .input .date_wrap
{
    width: 100%;
    background: black;
    border-radius: 5px;
    color: white;
    border: none;
    outline: 0;
    position: relative;
}

    .form .content .input .date_wrap input.date
    {
        padding: 0;
        outline: none;
        width: 100% !important;
        min-width: 100% !important;
        display: block;
        text-align: left !important;
    }

        .form .content .input .date_wrap input.date i
        {
            filter: brightness(0) invert(0);
            display: block;
            opacity: 0;
            position: absolute;
            width: 100%;
            height: 100%;
        }

    .form .content .input .date_wrap i
    {
        position: absolute;
        top: 50%;
        pointer-events: none;
        transform: translateY(-50%);
        right: 10px;
        font-size: 17px;
        background: linear-gradient(#f7f6a1, #734e2c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.form .content button
{
    width: 100%;
    padding: 5px;
    font-size: 15px;
    background: #f0d8a7;
    border: none;
    font-weight: bold;
    color: #000
}

.otp_wrap
{
    width: 100%;
}

    .otp_wrap img
    {
        width: 60%;
        margin: 0 auto;
    }

    .otp_wrap .title, .otp_wrap p
    {
        font-size: 12px;
        font-weight: 700;
        color: white;
    }

    .otp_wrap .otp_block_row
    {
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

        .otp_wrap .otp_block_row .otp_block
        {
            width: 30px;
            height: 30px;
            background: rgb(51, 56, 63);
            border-radius: 5px;
            border: 0;
            outline: none;
            color: white;
            text-align: center;
        }

    .otp_wrap button
    {
        width: 50%;
        padding: 8px;
        font-size: 13px;
        background: #b4a280;
        border: none;
        font-weight: bold;
        color: #000;
        margin: 0 auto 10px;
        border-radius: 5px;
        max-width: 300px;
    }

.popup_window
{
    max-width: 500px
}

    .popup_window form
    {
        padding: 20px;
        width: 80%;
        max-width: 300px;
        align-self: center
    }

        .popup_window form .logo
        {
            width: 100%;
            margin-bottom: 30px
        }

        .popup_window form .input
        {
            width: 100%;
            margin-bottom: 10px
        }

            .popup_window form .input input
            {
                background: #171413;
                border: none;
                padding: 10px;
                color: gray;
                width: 100%;
                font-size: 13px
            }

        .popup_window form a
        {
            margin-bottom: 20px;
            width: 100%;
            text-align: right;
            color: gray;
            text-decoration: underline
        }

        .popup_window form button
        {
            width: 100%;
            background: #f0d8a7;
            border: none;
            padding: 10px;
            color: #000;
            font-weight: bold
        }

.about_wrap
{
    width: 100%
}

    .about_wrap .about_header
    {
        width: 100%;
        height: 500px;
        position: relative;
        background: url(../Images/other/about_bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .about_wrap .about_header img
        {
            width: 100%;
            height: 100%;
        }



        .about_wrap .about_header .about_title
        {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 30px;
            font-weight: 600;
            gap: 5px;
            text-align: center
        }

            .about_wrap .about_header .about_title span
            {
                font-size: 16px;
                font-weight: 400;
                position: relative;
                background: #121211;
                padding: 0 5px
            }

                .about_wrap .about_header .about_title span::after
                {
                    content: "";
                    width: 140%;
                    height: 1px;
                    background: #d9ac58;
                    position: absolute;
                    top: 55%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    z-index: -1
                }

.about_main_wrap
{
    width: 100%;
    padding: 0 10px;
    max-width: 1200px;
    margin: 30px auto;
    gap: 15px;
    justify-content: center;
    align-items: flex-start
}

    .about_main_wrap .about_nav_col
    {
        width: 240px;
        background: #313131;
        box-shadow: 0px 0px 10px rgba(0,0,0,.6);
        padding: 15px;
        border-radius: 10px
    }

        .about_main_wrap .about_nav_col .about_nav
        {
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            color: #fff;
            padding: 14px;
            transition: .4s;
            cursor: pointer;
            position: relative;
            padding-left: 30px;
            text-align: left;
            width: 100%
        }

            .about_main_wrap .about_nav_col .about_nav::after
            {
                content: "";
                position: absolute;
                top: 50%;
                left: 10px;
                transform: translateY(-50%);
                width: 0;
                height: 0;
                border-top: 5px solid rgba(0,0,0,0);
                border-bottom: 5px solid rgba(0,0,0,0);
                border-left: 5px solid #b6b6b6
            }

            .about_main_wrap .about_nav_col .about_nav:hover
            {
                color: #f0d8a7
            }

                .about_main_wrap .about_nav_col .about_nav:hover::after
                {
                    border-left: 5px solid #f0d8a7
                }

        .about_main_wrap .about_nav_col .active
        {
            color: #f0d8a7
        }

            .about_main_wrap .about_nav_col .active::after
            {
                border-left: 5px solid #f0d8a7
            }

    .about_main_wrap .page_widget_wrap
    {
        display: none
    }

        .about_main_wrap .page_widget_wrap .cate_wrap_mb
        {
            display: flex
        }

    .about_main_wrap .about_wrap
    {
        flex: 1;
        padding: 20px;
        border-radius: 10px;
        gap: 18px;
        min-height: 60vh;
        align-items: flex-start;
        color: white;
    }

        .about_main_wrap .about_wrap .about_main_title
        {
            font-size: 18px;
            color: #f0d8a7;
            font-weight: 700
        }

        .about_main_wrap .about_wrap .sm_title
        {
            color: #b2b6c5;
            font-size: 14px;
            font-weight: 700;
            margin-top: 15px;
            text-transform: uppercase
        }

        .about_main_wrap .about_wrap p
        {
            font-size: 12px;
            font-weight: 500;
            letter-spacing: .4px;
            line-height: 1.4;
            margin: 0
        }

            .about_main_wrap .about_wrap p span
            {
                font-size: 12px;
                font-weight: 700
            }

        .about_main_wrap .about_wrap .table_wrap
        {
            width: 100%
        }

            .about_main_wrap .about_wrap .table_wrap table
            {
                width: 100%;
                border-collapse: collapse
            }

                .about_main_wrap .about_wrap .table_wrap table th
                {
                    background: #7ff800;
                    color: #000;
                    padding: 10px 0;
                    font-size: 11px;
                    text-align: center;
                    border: 1px solid #000
                }

                .about_main_wrap .about_wrap .table_wrap table td
                {
                    font-size: 11px;
                    padding: 10px 0;
                    color: #000;
                    background: #d7d7d7;
                    border: 1px solid #000;
                    text-align: center;
                    font-weight: 500
                }

                .about_main_wrap .about_wrap .table_wrap table .sp_td
                {
                    background: #5e5e5e;
                    color: #fff
                }

        .about_main_wrap .about_wrap ul
        {
            padding-left: 25px
        }

            .about_main_wrap .about_wrap ul li
            {
                font-size: 12px;
                color: #838799;
                font-weight: 500;
                margin-bottom: 5px
            }

        .about_main_wrap .about_wrap .tnc_wrap
        {
            width: 100%;
            gap: 10px
        }

            .about_main_wrap .about_wrap .tnc_wrap .tnc_block
            {
                width: 100%;
                gap: 10px
            }

                .about_main_wrap .about_wrap .tnc_wrap .tnc_block .tnc_row
                {
                    width: 100%;
                    padding: 12px;
                    color: #fff;
                    background: #5c5c5c;
                    border-radius: 10px;
                    font-weight: 600;
                    font-size: 12px;
                    cursor: pointer
                }

                    .about_main_wrap .about_wrap .tnc_wrap .tnc_block .tnc_row i
                    {
                        margin-left: auto
                    }

                .about_main_wrap .about_wrap .tnc_wrap .tnc_block .tnc_dropdown
                {
                    width: 100%;
                    padding: 15px;
                    background: #2c2e34;
                    border-radius: 10px;
                    box-shadow: 0px 0px 6px rgba(0,0,0,.6);
                    display: none
                }

                    .about_main_wrap .about_wrap .tnc_wrap .tnc_block .tnc_dropdown p
                    {
                        margin-bottom: 10px;
                        color: #d3d3d3;
                        letter-spacing: .4px;
                        font-size: 12px;
                        line-height: 1.6;
                        width: 100%;
                        text-align: left
                    }

                        .about_main_wrap .about_wrap .tnc_wrap .tnc_block .tnc_dropdown p:last-child
                        {
                            margin-bottom: 0
                        }

                    .about_main_wrap .about_wrap .tnc_wrap .tnc_block .tnc_dropdown .tnc_ul
                    {
                        width: 100%;
                        margin: 0;
                        list-style-type: decimal
                    }

                        .about_main_wrap .about_wrap .tnc_wrap .tnc_block .tnc_dropdown .tnc_ul li
                        {
                            color: #d3d3d3;
                            margin-bottom: 12px;
                            line-height: 1.4
                        }

        .about_main_wrap .about_wrap .contactus_wrap
        {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 30px
        }

            .about_main_wrap .about_wrap .contactus_wrap .contactus_block
            {
                width: 100%;
                position: relative
            }

                .about_main_wrap .about_wrap .contactus_wrap .contactus_block img
                {
                    width: 100%
                }

                .about_main_wrap .about_wrap .contactus_wrap .contactus_block .contact_infor_wrap
                {
                    position: absolute;
                    width: 100%;
                    height: 85%;
                    bottom: 0;
                    left: 0;
                    display: flex;
                    flex-direction: column;
                    gap: 3px;
                    justify-content: center;
                    align-items: center
                }

                    .about_main_wrap .about_wrap .contactus_wrap .contactus_block .contact_infor_wrap .title, .about_main_wrap .about_wrap .contactus_wrap .contactus_block .contact_infor_wrap .infor
                    {
                        font-size: 14px;
                        color: #fff;
                        font-weight: 700
                    }

        .about_main_wrap .about_wrap .contact_us_col
        {
            width: 100%;
            gap: 10px;
            padding-top: 50px;
            display: grid;
            grid-template-columns: repeat(4, 1fr)
        }

            .about_main_wrap .about_wrap .contact_us_col .contact_us_row
            {
                flex: 1;
                padding: 10px 15px;
                background: #121211;
                border-radius: 10px;
                gap: 10px;
                height: 120px
            }

                .about_main_wrap .about_wrap .contact_us_col .contact_us_row img
                {
                    width: 60px;
                    margin-top: -40px
                }

                .about_main_wrap .about_wrap .contact_us_col .contact_us_row .title
                {
                    font-size: 13px;
                    font-weight: 500;
                    color: #d9ac58
                }

                .about_main_wrap .about_wrap .contact_us_col .contact_us_row p
                {
                    font-size: 14px;
                    font-weight: 600;
                    text-align: center
                }

.page_widget_wrap
{
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
    background: #2d3139;
    align-items: center;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0,0,0,.5)
}

    .page_widget_wrap .cate_wrap
    {
        flex: 1;
        text-align: center;
        justify-content: flex-start;
        align-items: center;
        margin-left: 15px;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0
    }

        .page_widget_wrap .cate_wrap .cate
        {
            font-size: 13px;
            color: #909090;
            padding: 6px 14px;
            font-weight: 500;
            position: relative;
            cursor: pointer;
            transition: .4s;
            min-width: 65px;
            transition: .4s;
            white-space: nowrap;
            border-radius: 999rem;
            text-transform: uppercase
        }

            .page_widget_wrap .cate_wrap .cate:last-child
            {
                border-right: 0
            }

            .page_widget_wrap .cate_wrap .cate:hover
            {
                color: #f0d8a7
            }

            .page_widget_wrap .cate_wrap .cate.active
            {
                color: #000;
                background: #f0d8a7
            }

    .page_widget_wrap .cate_wrap_mb
    {
        display: none;
        width: 100%;
        position: relative;
        padding: 14px
    }

        .page_widget_wrap .cate_wrap_mb .cate_select_row
        {
            padding: 0 8px;
            width: 100%;
            justify-content: space-between;
            align-items: center
        }

            .page_widget_wrap .cate_wrap_mb .cate_select_row span
            {
                font-size: 14px;
                color: #f0d8a7
            }

            .page_widget_wrap .cate_wrap_mb .cate_select_row i
            {
                color: #7b7b7b
            }

    .page_widget_wrap .cate_dropdown
    {
        width: 100%;
        position: absolute;
        top: 100%;
        padding: 15px 20px;
        left: 0;
        background: #2d3139;
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
        z-index: 9;
        border-radius: 10px;
        display: none
    }

        .page_widget_wrap .cate_dropdown .cate_dropdown_row
        {
            width: 100%;
            padding: 8px 10px;
            color: #fff;
            font-size: 13px;
            gap: 12px;
            align-items: center
        }

            .page_widget_wrap .cate_dropdown .cate_dropdown_row .line
            {
                width: 6px;
                height: 6px;
                border-radius: 999rem;
                background: #f0d8a7
            }

.btnTotop
{
    position: fixed;
    bottom: 80px;
    right: 3%;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border: none;
    background: 0 0;
    gap: 10px;
    display: none
}

    .btnTotop .animArrow
    {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center
    }

        .btnTotop .animArrow i
        {
            font-size: 16px;
            color: #a5a5a5
        }

    .btnTotop .animText
    {
        border-radius: 15px;
        border: none;
        width: 50px;
        height: 50px;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        color: #f0d8a7;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #242424;
        box-shadow: 5px 5px 15px rgba(0,0,0,.08);
        box-shadow: 0px 0px 10px #000
    }

        .btnTotop .animText i
        {
            color: var(--target_color);
            font-size: 23px
        }

.section.mobile
{
    min-height: 60vh;
    z-index: 3;
    position: relative
}

.mobile_block_wrap
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px;
    gap: 20px;
    padding: 0 10px;
    align-items: flex-start
}

.mobile_download_block
{
    width: 100%;
    gap: 10px;
    background: #242729;
    padding: 20px 15px;
    border-radius: 14px;
    margin: 20px 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,.6);
    max-width: 500px;
    margin: auto;
}

    .mobile_download_block .mobile_top_row
    {
        width: 100%;
        gap: 10px
    }

        .mobile_download_block .mobile_top_row .mobile_cate_img_col
        {
            flex: 1;
            align-items: stretch;
            gap: 10px
        }

            .mobile_download_block .mobile_top_row .mobile_cate_img_col .logo
            {
                margin: 0 auto
            }

                .mobile_download_block .mobile_top_row .mobile_cate_img_col .logo img
                {
                    height: 63px;
                }

            .mobile_download_block .mobile_top_row .mobile_cate_img_col .mobile_down_btn_col
            {
                flex: 1;
                gap: 10px
            }

                .mobile_download_block .mobile_top_row .mobile_cate_img_col .mobile_down_btn_col .mobile_down_btn
                {
                    width: 100%;
                    cursor: pointer
                }

                    .mobile_download_block .mobile_top_row .mobile_cate_img_col .mobile_down_btn_col .mobile_down_btn .icon
                    {
                        width: 42px;
                        height: 42px;
                        border-radius: 999rem;
                        padding: 10px;
                        background: #141414;
                        transition: .4s;
                        z-index: 4
                    }

                        .mobile_download_block .mobile_top_row .mobile_cate_img_col .mobile_down_btn_col .mobile_down_btn .icon img
                        {
                            width: 100%
                        }

                    .mobile_download_block .mobile_top_row .mobile_cate_img_col .mobile_down_btn_col .mobile_down_btn .infor
                    {
                        flex: 1;
                        color: #fff;
                        font-size: 14px;
                        background: #141414;
                        padding: 7px 20px;
                        margin-left: -15px;
                        transition: .4s;
                        border-radius: 8px
                    }

                    .mobile_download_block .mobile_top_row .mobile_cate_img_col .mobile_down_btn_col .mobile_down_btn:hover .icon
                    {
                        background: #e2ca9a
                    }

                        .mobile_download_block .mobile_top_row .mobile_cate_img_col .mobile_down_btn_col .mobile_down_btn:hover .icon img
                        {
                            filter: brightness(0)
                        }

                    .mobile_download_block .mobile_top_row .mobile_cate_img_col .mobile_down_btn_col .mobile_down_btn:hover .infor
                    {
                        background: linear-gradient(-45deg, rgb(201, 176, 131), rgb(254, 230, 180), rgb(201, 176, 131));
                        color: #000
                    }

        .mobile_download_block .mobile_top_row .qr_wrap
        {
            width: 50%;
            gap: 10px
        }

            .mobile_download_block .mobile_top_row .qr_wrap .qr_item
            {
                width: 50%;
                display: flex;
                flex-direction: column;
                background: linear-gradient(45deg, rgb(10, 10, 10), rgb(20, 20, 20));
                padding: 10px;
                gap: 10px;
                border-radius: 10px
            }

                .mobile_download_block .mobile_top_row .qr_wrap .qr_item .qr_header
                {
                    text-align: center;
                    background: linear-gradient(-45deg, #c9b083, #fee6b4, #a18a5e, #fee6b4, #c9b083);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: rgba(0,0,0,0);
                    font-size: 12px;
                    font-weight: bold;
                    padding: 2px 0
                }

                .mobile_download_block .mobile_top_row .qr_wrap .qr_item .qr
                {
                    width: 100%;
                    border: 10px solid #fff;
                    border-radius: 10px;
                    justify-content: center;
                }

                    .mobile_download_block .mobile_top_row .qr_wrap .qr_item .qr img
                    {
                        width: 100%;
                        border-radius: 10px
                    }

    .mobile_download_block .mobile_bottom_col
    {
        width: 100%;
        padding: 10px 20px;
        background: #3c3e3f;
        border-radius: 10px;
        gap: 8px
    }

        .mobile_download_block .mobile_bottom_col .mobile_infor_row
        {
            width: 100%;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 10px
        }

            .mobile_download_block .mobile_bottom_col .mobile_infor_row .title
            {
                font-size: 14px;
                background: linear-gradient(-45deg, #c9b083, #fee6b4, #a18a5e, #fee6b4, #c9b083);
                -webkit-background-clip: text;
                -webkit-text-fill-color: rgba(0,0,0,0);
                font-weight: bold;
                white-space: nowrap
            }

            .mobile_download_block .mobile_bottom_col .mobile_infor_row .infor
            {
                color: #fff;
                font-size: 14px
            }

.mobile_banner
{
    width: 90%;
    max-width: 420px;
    margin: 30px auto
}

    .mobile_banner img
    {
        width: 100%;
        filter: drop-shadow(0px 0px 10px rgb(0, 0, 1));
        transform: scale(1.5);
    }

.bg_try
{
    position: absolute;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    z-index: -1;
    bottom: 0
}

    .bg_try img
    {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center bottom;
        object-position: center bottom
    }

@media only screen and (max-width: 1400px)
{
    .container .cards .content{
        display: flex;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 1220px){
    .header-phone-content{
        display: none;
    }
}
@media only screen and (max-width: 1000px)
{
    .mobile_nav
    {
        display: flex
    }

    .container .marquee
    {
        display: none
    }

    .container .header .nav
    {
        padding: 5px 0
    }

        .container .header .nav .menu_btn
        {
            display: flex
        }

        .container .header .nav nav
        {
            position: absolute;
            left: 0;
            flex-direction: column;
            top: 100%;
            background: #171413;
            border-radius: 10px;
            margin-left: 10px;
            align-items: flex-start;
            box-shadow: 2px 2px 0 #282523;
            display: none
        }

            .container .header .nav nav a
            {
                width: 100%;
                color: #fff;
                font-size: 12px;
                font-weight: normal
            }

        .container .header .nav .nav_active
        {
            display: flex
        }

    .container .swiper-slide
    {
        width: 100%;
    }

        .container .swiper-slide img
        {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }

    .container .steps
    {
        margin: 0;
        background: #171413
    }

        .container .steps .step
        {
            min-width: 40%;
            transform: none
        }

    .container .cards .content
    {
        grid-template-columns: repeat(auto-fit, minmax(40%, 1fr))
    }

    .container .jackpot .content
    {
        flex-direction: column
    }

        .container .jackpot .content img
        {
            width: 80% !important;
            margin: 0
        }

        .container .jackpot .content .col
        {
            align-items: center;
            text-align: center
        }

    .slot .slot_lobby .slot_games
    {
        grid-template-columns: repeat(4, 1fr)
    }

    .lc .lc_body
    {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        align-items: center;
        grid-gap: 20px;
        padding: 20px
    }

    .about_main_wrap
    {
        flex-direction: column
    }

        .about_main_wrap .about_nav_col
        {
            display: none
        }

        .about_main_wrap .page_widget_wrap
        {
            display: flex
        }

        .about_main_wrap .about_wrap
        {
            width: 100%
        }

            .about_main_wrap .about_wrap .contactus_wrap
            {
                width: 70%;
                margin: 0 auto
            }

            .about_main_wrap .about_wrap .contact_us_col
            {
                grid-template-columns: repeat(2, 1fr);
                row-gap: 50px
            }

    .mobile_block_wrap
    {
        flex-direction: column;
        max-width: 600px;
        width: 90%
    }

    .mobile_download_block
    {
        margin: 0
    }
}
    @media only screen and (max-width: 800px)
    {
        .mobile_banner img
        {
            transform: scale(1.2);
        }
    }
    @media only screen and (max-width: 800px)
    {
        .container .cards .content
        {
            flex-direction: column;
        }


        .header_widget_row
        {
            flex-direction: row-reverse;
        }

        .section .section_h1
        {
            margin: 20px 0 0;
        }
        .container .card p
        {
            display: none
        }
        .container .cards .card{
            /*width: 100%;*/
        }
    }

    @media only screen and (max-width: 500px)
    {


        .about_wrap .about_header
        {
            width: 100%;
            height: 170px;
            position: relative;
            background: url(../Images/other/about_bg.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
        }
        .container
        {
            padding-top: 70px;
        }
        .container .header .header_top .logo
        {
            /*height: 53px !important;*/

            width: 100px;
        }


        .container .banner .swiper-button-next, .container .banner .swiper-button-prev
        {
            display: none
        }

        .container .step
        {
            padding-top: 28px !important
        }

            .container .step h1
            {
                font-size: 20px !important
            }

        .container .card h1
        {
            font-size: 20px !important
        }

        .container .footer
        {
            padding-top: 0
        }

            .container .footer nav
            {
                display: none
            }

            .container .footer .footer_grid
            {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(45%, 1fr))
            }

        .slot .slot_lobby .slot_games
        {
            grid-template-columns: repeat(3, 1fr)
        }

        .mobile_download_block .mobile_top_row
        {
            flex-direction: column
        }

            .mobile_download_block .mobile_top_row .qr_wrap
            {
                width: 100%
            }
        .container .header .header_top .language
        {
            width: 70px;
        }
            .container .header .header_top .language .language_btn
            {
                font-size: 12px;
            }
            .container .header .header_top .language img
            {
                width: 15px;
            }
            .container .header .header_top .language .language_btn i{
                margin-left:auto;
            }
    }

    @media only screen and (orientation: portrait)
    {
        .landing
        {
            flex-direction: column
        }

            .landing .banner
            {
                width: 80%;
                margin-right: -5%
            }
    }

    .reset
    {
        width: 100%;
        height: 100%;
    }

        .reset .formR
        {
            background: url("../Images/form_bg.jpg");
            background-size: cover;
            background-position: center top;
        }

        .reset .content
        {
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            max-width: 500px;
            grid-gap: 20px;
            padding: 30px 20px;
        }

        .reset .input
        {
            color: grey;
            align-items: flex-start;
            font-size: 13px;
            position: relative;
        }

        .reset span
        {
            padding: 3px;
            margin-top: 12px;
        }

        .reset input
        {
            width: 100%;
            background: black;
            border-radius: 5px;
            padding: 10px;
            color: white;
            border: none;
        }

        .reset img
        {
            width: 20px;
            position: absolute;
            top: 70%;
            right: 10px;
            transform: translateY(-50%);
        }

        .reset button
        {
            width: 100%;
            padding: 5px;
            font-size: 15px;
            background: linear-gradient(-45deg, #b4a280, #bfa36d, #b4a280);
            border: none;
            font-weight: bold;
            color: black;
            margin-top: 12px;
        }

.header-dropdown
{
    position: relative;
    display: flex;
}

        @media only screen and (min-width: 1000px){

                .header-dropdown:hover .header-dropdown-list
                {
                    display: flex;
                }

                .header-dropdown .header-dropdown-list
                {
                    position: absolute;
                    top: 100%;
                    width: fit-content;
                    display: none;
                    background: #bfa36d;
                    border-radius: 5px;
                }

            .dropdown-a
            {
                width: 100%;
                text-align: center;
            }
        }
@media only screen and (max-width: 1000px)
{

    .header-dropdown .header-dropdown-list
    {
        display: none;
    }
}