* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
    background: url('asset/image/background.png');
    background-color: black;

}

::-webkit-scrollbar {
    display: none;
}

.main_container {
    width: 52%;
    margin: auto;

}

/* LOGO */
.logo_container {
    width: 30%;
    margin: 1% auto auto auto;
    padding: 1% auto;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 8px 4px #e0bf81;
}

.logo_container img {
    width: 100%;
}

/* END LOGO */


/* BANNER START */
.banner_gif {
    width: 100%;
    text-align: center;
    box-shadow: 0 0 8px 4px #e0bf81;
}

.banner_gif img {
    width: 100%;
}

/* BANNER END */





/* BUTTON START */
.logdaf_container {
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
}

.line_container {
    width: 100%;
}

.line1 {
    width: 0%;
    margin: auto;
    border: 1px solid white;
    height: 22px;
}

.line2 {
    width: 100%;
    margin: auto;
    border: 1px solid white;
}

.button_container {
    width: 50%;
    text-align: center;
}

button {
    background: #fff;
    border: none;
    padding: 13px 0px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    transform: skew(-21deg);
}

span {
    display: inline-block;
    transform: skew(21deg);
}

button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    background: rgb(20, 20, 20);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
}

button:hover {
    color: #fff;
}

button:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
}

/*BUTTON END*/

/* BACKLINK START */
.backlink_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #e0bf81;
    font-weight: bold;
    gap: 10px;
    padding: 10px;
}

.backlink {
    width: 24%;
    padding: 10px 0px;
    background-color: black;
    text-align: center;
    font-size: 12px;
    color: white;
    text-decoration: none;
}


/* INSIDE CONTAINER START */
.inside_container {
    width: 100;
    margin: auto;
    /* background: rgba(0, 0, 0, 0.5); */
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    min-height: 100vh;
    box-shadow: 0 0 8px 4px #e0bf81;
    color: white;
    padding: 10px;
}


.inside_container p {
    font-size: 15.5px;
    margin-bottom: 1%;
    text-align: justify;
}

h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1.5%;
    color: #fbf08e;
}


h1 {
    text-align: center;
    font-size: 22px;

}

hr {
    margin: 10px 0 10px 0;
    border: 1px solid #e0bf81;
}

/* Start of Table */

.table {
    width: 100%;
    border: 1px solid #ebca8b;
}

.table_title {
    width: 100%;
    background-color: #7e5115;
    border-bottom: 1px solid #ebca8b;
    text-align: center;
    color: white;
    padding: 10px 0px;
}

.table_desc {
    width: 100%;
    color: white;
}

.inside_table_desc {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ebca8b;
}

.category {
    width: 30%;
    border-right: 1px solid #ebca8b;
    text-align: left;
    padding: 10px 0px;
    margin-left: 1%;
}

.table_content {
    width: 70%;
    text-align: left;
    padding: 10px 0px;
    margin-left: 1%;
}

/* Start Jackpot */
.jackpot_container {
    width: 100%;
}

.jackpot_container img {
    width: 100%;
}

.chat_box {
    width: 100%;
    margin-bottom: 2.5%;
}

.inside_chatbox {
    width: 25%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0px;
    gap: 20px;
}

.chat_button {
    width: 17.5%;
    min-width: 40px;
}

.chat_button img {
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .backlink {
        width: 32%;

    }
}


@media screen and (max-width: 1020px) {

    .main_container {
        width: 100%;

    }

    /* LOGO */
    .logo_container {
        width: 60%;
        max-width: 200px;
        margin: 3% auto auto auto;
    }




    /* BUTTON START */
    .logdaf_container {
        width: 92%;
        margin: 4% auto;

        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .line_container {
        width: 0%;
    }

    .line1 {
        display: none;
    }

    .line2 {
        display: none;
    }

    .button_container {
        width: 60%;

        text-align: center;
    }

    button {
        padding: 10px 0px;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
    }




    /* BACKLINK START */

    .backlink {
        width: 32%;
        font-size: 14px;
    }


    /* INSIDE CONTAINER START */


    .inside_container p {
        font-size: 15.5px;
        margin-bottom: 4%;
    }

    h2 {
        margin: 3% auto 1.5% auto;
    }







}

@media screen and (max-width: 767px) {
    .backlink {
        width: 47%;

    }
}

@media screen and (max-width: 425px) {
    .backlink {
        width: 98%;

    }
}