.slider {
    background-image: url('../Images/slide/bg2.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .slider::before {
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 30%;
        z-index: 2;
    }

.swiper-wrapper {
    margin-top: auto;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide {
    width: 100%;
    margin-bottom: 8vmin;
}

.learn_btn {
    position: absolute;
    left: 50%;
    bottom: 44%;
    text-decoration: none;
    color: var(--color3_2);
    background: linear-gradient(rgb(20, 20, 20), black);
    padding: 1vmin 2vmin;
    border-radius: 5px;
    font-size: clamp(12px, 3vmin, 18px);
    cursor: pointer;
    z-index: 5;
}

    .learn_btn:hover {
        color: white;
    }

.swiper-pagination {
    bottom: 27% !important;
    width: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5vmin 1vmin;
    border-radius: 2vmin;
}

.swiper-pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.swiper-pagination-bullet {
    height: 2vmin !important;
    width: 2vmin !important;
    min-width: 15px;
    min-height: 15px;
    border-radius: 100% !important;
    cursor: pointer;
    transition: 0.2s !important;
    border: solid 2px var(--color1_1) !important;
    background: none !important;
    padding: 3px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
}

    .swiper-pagination-bullet::after {
        content: "";
        width: 0%;
        height: 0%;
        border-radius: 100%;
        background: var(--color1_1);
        transition: 0.2s;
    }

.dot:hover {
    transform: scale(1.1);
}

.swiper-pagination-bullet-active::after {
    width: 100% !important;
    height: 100% !important;
    content: "";
    border-radius: 100%;
    background: var(--color1_1);
    transition: 0.2s;
}

.tutorial {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(24, 24, 24, 0.8), rgb(24, 24, 24), black);
    height: 30%;
}

.mobile_shortcut_nav {
    display: none !important;
}

.tutorial_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    margin: 0 2vmin;
}

.tutorial_divider {
    margin: 0 3vmin;
    height: 50%;
    width: 2px;
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    background: linear-gradient(rgba(0, 0, 0, 0), var(--color3_1), var(--color3_2), var(--color3_1), var(--color3_2), var(--color3_1), var(--color3_2), rgba(0, 0, 0, 0));
}

.step_text {
    font-size: clamp(14px, 3vmin, 20px);
    font-weight: bold;
    white-space: nowrap;
}

.step_icon {
    margin-bottom: 2vmin;
    width: 12vmin;
    height: 12vmin;
    max-width: 80px;
    max-height: 80px;
    border-radius: 100%;
    padding: 3%;
    transition: 0.2s;
    background: linear-gradient(var(--color3_1), var(--color3_2), var(--color3_1), var(--color3_2), var(--color3_1), var(--color3_2));
}

.step_icon_body {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: linear-gradient(315deg, black 0%, rgb(24, 24, 24) 74%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

    .step_icon_body img {
        width: 65%;
        transition: 0.5s;
    }

.step_icon:hover {
    -moz-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

/*-----------------------Live Casino-------------------------------------------*/
.casino {
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 11vmin !important;
    position: relative;
}

.lc_city {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.left_city {
    left: 0;
    bottom: -22vmin;
    width: 95vmin;
}

.right_city {
    right: 0vmin;
    bottom: -25vmin;
    width: 85vmin;
}

.lc_content {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: center;
}

.selected_lc {
    z-index: 4;
    display: none;
    margin-top: 10vmin;
    -webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

    .selected_lc img {
        width: 28vmin;
        margin-bottom: 10px;
    }

.play_btn img {
    width: 20vmin;
}

.play_btn:hover {
    transform: scale(1.1);
}

.model {
    width: 28vmin;
    margin-left: -15vmin;
    z-index: 3;
    pointer-events: none;
}

.lc_cards {
    margin-top: 10vmin;
    flex-direction: row-reverse;
    margin-left: -3vmin;
    z-index: 2;
}

.lc_card {
    width: 20vmin;
    margin-left: -8vmin;
    transition: transform 0.3s;
    cursor: pointer;
}

    .lc_card:hover {
        transform: translateY(-3vmin);
    }

.lc_active, .lc_active:hover {
    transform: translateY(-5vmin);
    filter: brightness(1.5) saturate(1.3);
}

.back_items {
    position: absolute;
    left: 25%;
    top: 0%;
    width: 50%;
    z-index: 1;
    animation: floating 2s infinite;
}

/*-----------------------Slot-------------------------------------------*/
.slot {
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('../Images/background/slot_bg.png');
    background-size: cover;
    background-position: center top;
    padding-top: 13vh;
}

.slot_items {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(140px,29vmin));
    width: 90%;
    max-width: 1500px;
    gap: 3vmin;
    justify-content: center;
}

.slot_item {
    transition: 0.2s;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .slot_item img {
        width: 100%;
    }

    .slot_item:hover {
        transform: scale(1.05);
    }


/*-----------------------Sportsbook-------------------------------------------*/
.sb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url('../Images/background/sb_bg.png');
    background-size: cover;
    background-position: center top;
}

.sb_items {
    perspective: 1000px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5vmin;
    width: 100%;
}

.sb_item {
    margin: 0 8vmin;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    display: flex;
    align-items: center;
    border-radius: 1vmin;
    width: 60vmin;
    margin-bottom: 5vmin;
}

    .sb_item::after {
        content: "";
        height: 200%;
        width: 80%;
        transform: rotate(20deg);
        position: absolute;
        top: -50%;
        left: -70%;
        background: rgba(255, 255, 255, .1);
        transition: .3s;
        z-index: 2;
    }

    .sb_item img {
        width: 100%;
    }

    .sb_item:hover {
        transform: rotateY(20deg);
    }

        .sb_item:hover::after {
            left: -60%;
        }

.epl {
    background: linear-gradient(to right, transparent,rgb(40,40,40),black,rgb(40,40,40),transparent);
    color: var(--color1_1);
    border-radius: 10px;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
}

.team {
    padding: 20px;
    width: 250px;
}

.team_name {
    font-size: clamp(15px,4vmin,30px);
}

.score {
    font-size: clamp(20px,5vmin,40px);
    color: white;
}

.epl_info {
    padding: 20px 0;
    font-size: 13px;
    white-space: nowrap;
}

    .epl_info img {
        max-height: 80px;
        height: 8vmin;
        margin: 20px 0;
    }

    .epl_info h1 {
        margin: 0;
        font-size: clamp(15px,4vmin,30px);
    }



/*----------------LOTTERY -----------------------------*/


.lottery {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 12vmin;
    padding-bottom: 5vmin;
}

.lottery_btn {
    margin: 0 1vmin;
    cursor: pointer;
    transition: 0.3s;
}

    .lottery_btn img {
        height: 16vmin;
        min-height: 80px;
    }

    .lottery_btn:hover {
        transform: translateY(-1vmin);
    }

.lottery_tables {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(170px,30vmin));
    grid-gap: 3vmin;
    justify-content: center;
    padding-top: 20px;
    width: 90%;
}

.lottery_table {
    background: #222222;
}

    .lottery_table table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }

    .lottery_table tbody th {
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        background: #151515;
        color: white;
        padding: 5px;
    }

    .lottery_table tbody td {
        text-align: center;
        font-size: 15px;
        padding: 5px 0;
        color: white;
        background: #222222;
    }

    .lottery_table th img {
        height: 35px;
    }


.lottery_panel {
    justify-content: flex-end;
}


.sandakan {
    border: solid 2px var(--sandakan_color);
}

    .sandakan thead {
        background: var(--sandakan_color);
    }

.magnum {
    border: solid 2px var(--magnum_color);
}

    .magnum thead {
        background: var(--magnum_color);
    }

.damacai {
    border: solid 2px var(--damacai_color);
}

    .damacai thead {
        background: var(--damacai_color);
        color: white;
    }

.toto {
    border: solid 2px var(--toto_color);
}

    .toto thead {
        background: var(--toto_color);
    }

.gd {
    border: solid 2px var(--gd_color);
}

    .gd thead {
        background: var(--gd_color);
    }

.singapore {
    border: solid 2px var(--singapore_color);
}

    .singapore thead {
        background: var(--singapore_color);
    }

.sabah {
    border: solid 2px var(--sabah_color);
}

    .sabah thead {
        background: var(--sabah_color);
        color: white;
    }

.sarawak {
    border: solid 2px var(--sarawak_color);
}

    .sarawak thead {
        background: var(--sarawak_color);
    }

/* Added into sln dd 13.06.2023 Begin */
.gdlotto {
    border: solid 2px var(--gdlotto_color);
}

    .gdlotto thead {
        background: var(--gdlotto_color);
        color: white;
    }

.ninelotto {
    border: solid 2px var(--nine_color);
}

    .ninelotto thead {
        background: var(--nine_color);
        color: rgb(0, 0, 0);
    }

/*End-13.06.2023*/

/*----------------LIVE SCORE -----------------------------*/

.livescore {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 10vmin;
}

.video_frame {
    width: 70vmin;
    height: 45vmin;
    margin: 0;
}

.score_frame {
    height: 40vmin;
    margin: 0;
}

.livescore a {
    font-size: clamp(15px,4vmin,22px);
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 3px;
    margin-top: 10px;
    color: white;
}

    .livescore a i {
        margin-left: 10px;
    }

    .livescore a:hover {
        border-bottom: solid 1px white;
    }

.marquee {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: clamp(15px,3vmin,20px);
    color: #CC9F53;
    color: white;
    z-index: 2;
    padding: 0 2vmin;
    background: #060707;
    margin-bottom: -3vmin;
    font-family: Prompt-Regular;
}

    .marquee img {
        height: 5vmin;
        margin-right: 2vmin;
    }

.whats_btn {
    position: fixed;
    bottom: -5px;
    right: 15%;
    padding: 8px 10px;
    border-radius: 20%;
    background: #29cd60;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 3;
}

    .whats_btn img {
        width: 30px;
        -webkit-transition: .5s;
        transition: .5s;
        z-index: 99;
    }

    .whats_btn:hover {
        bottom: 0;
        z-index: 99;
    }

        .whats_btn:hover img {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            z-index: 99;
        }

        .whats_btn:hover .con {
            opacity: 1;
            width: 140px;
            color: #0e662c;
            z-index: -1;
        }

            .whats_btn:hover .con span {
                opacity: 1;
            }

    .whats_btn .con {
        z-index: -1;
        color: white;
        font-weight: bold;
        width: 0;
        text-align: right;
        position: absolute;
        top: 50%;
        right: 98%;
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: white;
        padding: 5px 0;
        padding-right: 10px;
        border-radius: 999rem 0 0 999rem;
        border: 2px solid #29cd60;
        -webkit-transition: .9s;
        transition: .9s;
        white-space: nowrap;
        -webkit-transform-origin: right;
        transform-origin: right;
    }

        .whats_btn .con span {
            opacity: 0;
            -webkit-transition: .3s;
            transition: .3s;
            text-transform: capitalize;
            letter-spacing: .6px;
        }

/*Added 13.06.2023-Begin*/
.payout_nav_row {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    padding: 20px;
}

.payout_nav_border {
    width: 55px;
    height: 55px;
    background: linear-gradient(var(--color1_1),var(--color1_2));
    padding: 8px;
    border-radius: 999rem;
    animation: floating 2.5s infinite ease-in-out both;
}

.payout_nav {
    width: 100%;
    height: 100%;
    padding: 8px;
    background: #151515;
    border-radius: 999rem;
}

    .payout_nav img {
        width: 100%;
    }

.payout_nav_wrap {
    position: relative;
    cursor: pointer;
}

    .payout_nav_wrap .nav_name {
        position: absolute;
        top: -60%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        color: var(--color1_1);
        letter-spacing: .4px;
        border-radius: 5px;
        padding: 5px 18px;
        background: #444;
        box-shadow: 0px 0px 10px black;
        opacity: 0;
        transition: .4s;
        text-transform: uppercase;
        white-space: nowrap;
    }

        .payout_nav_wrap .nav_name::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #444;
        }

    .payout_nav_wrap:hover .nav_name {
        opacity: 1;
    }

.shadow {
    background: #444;
    z-index: -1;
    width: 57px;
    height: 17px;
    top: 100%;
    left: -2%;
    animation: expand 2.5s ease-in-out infinite;
    position: absolute;
    border-radius: 50%;
}

@keyframes expand {
    0%, 100% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }
}


@keyframes floating {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

/*End-13.06.2023*/
