*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    margin: 0;
    background-color: black;
}

.container {
    max-width: 100%;
    padding: 20px;
    /* Adjust as needed */
    width: 100%;
}

.firstcontainer {
    max-width: 100%;
    border: 3px solid #efda9c;
    /* Add your desired border styles here */
    padding: 0.50px;
    /* Adjust as needed */
    width: 100%;
}

.logo-container {
    text-align: center;
}

.logo {
    max-width: 80%;
    height: 100px;
}

.playh1 {
    font-size: 24px;
    font-style: italic;
    color: #f2c256;
}

.btn {
    background-image: linear-gradient(to right, #F09819 0%, #EDDE5D 51%, #F09819 100%);
    /* Blue background */
    border: 1px solid #f2c256;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 15px 15px;
    /* Some padding */
    font-size: 16px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    width: 12%;
    font-size: 20px;
}

.highlightimg {
    max-width: 80px;
}

.marque-text {
    padding: 1%;
    font-weight: 600;
    /* font-style: italic; */
    font-size: 1.4rem;
    color: rgb(255, 255, 255);
    width: 100%;
}
/* CSS for mobile responsiveness */
@media only screen and (max-width: 767px) {
    /* Adjust column layout */
    .col-md-1,
    .col-md-11 {
        width: 100%;
        text-align: center; /* Center align content */
    }

    /* Adjust image size */
    .highlightimg {
        max-width: 100%; /* Make the image responsive */
        height: auto;
    }

    /* Adjust marquee style */
    .highlight1 marquee {
        white-space: nowrap; /* Prevent text wrapping */
        overflow: hidden; /* Hide overflow text */
        box-sizing: border-box; /* Include padding and border in element's total width and height */
        padding: 10px; /* Add padding to the marquee */
    }
}
--------------------------------

.seccontainer {
    margin-top: 20px;
    max-width: 100%;
    border: 3px solid #efda9c;
    /* Add your desired border styles here */
    padding: 0.50px;
    /* Adjust as needed */
    width: 100%;
}

.sech1 {
    text-align: center;
    color: rgb(238, 241, 8);
    font-size: 30px;
}

.secp {
    text-align: center;
    color: #efda9c;
    font-size: 20px;
}

.thirdcontainer {
    margin-top: 20px;
    max-width: 100%;
    border: 3px solid #efda9c;
    /* Add your desired border styles here */
    padding: 0.50px;
    /* Adjust as needed */
    width: 100%;
}

.sec3h1 {
    color: rgb(0, 0, 0);
    background: rgb(127, 83, 12);
    background: linear-gradient(180deg, rgba(127, 83, 12, 1) 0%, rgba(240, 191, 70, 1) 45%, rgba(197, 140, 53, 1) 100%);
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table1 {
    width: 100%;


}

.fourcontainer {
    margin-top: 20px;
    max-width: 100%;
    border: 3px solid #efda9c;
    /* Add your desired border styles here */
    padding: 0.50px;
    /* Adjust as needed */
    width: 100%;
}

.sec4h1 {
    color: rgb(0, 0, 0);
    background: rgb(127, 83, 12);
    background: linear-gradient(180deg, rgba(127, 83, 12, 1) 0%, rgba(240, 191, 70, 1) 45%, rgba(197, 140, 53, 1) 100%);
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sec4h2 {
    color: rgb(0, 0, 0);
    background: rgb(127, 83, 12);
    background: linear-gradient(180deg, rgba(127, 83, 12, 1) 0%, rgba(240, 191, 70, 1) 45%, rgba(197, 140, 53, 1) 100%);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn2 {
    background-color: yellow;
    /* Blue background */
    border: 1px solid #f2c256;
    /* Remove borders */
    border-radius: 10px;
    color: rgb(0, 0, 0);
    /* White text */
    padding: 10px 10px;
    /* Some padding */
    font-size: 16px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    width: 12%;
    font-size: 20px;
}

.sec5h1 {
    color: rgb(247, 231, 20);

}

/*Last jodi panel css */
.reshe1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
    /* margin-top: 35px;
    margin-bottom: 20px; */
    padding: 30px 20px;
    border: 2px;
    border-color: #efda9c;
}

button {
    padding: 10px;
    font-size: 16px;
}

.resbtn1 {
    order: 1;
    /* Specify the order, in this case, 1 for the left button */
    background: #9b0707;
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
    padding: 5px 18px;
}

.resbtn2 {
    order: 3;
    /* Specify the order, in this case, 3 for the right button */
    background: #9b0707;
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 18px;
}

.center-content {
    order: 2;
    /* Specify the order, in this case, 2 for the center content */
    text-align: center;
}

h1 {
    margin-bottom: 10px;
    color: #f2c256;
    /* font-style: italic; */
}

.resnum,
.restim {
    font-size: 20px;
    color: #e7ca25;
}

/*
=====================================================
custom scrollbar
=====================================================
*/

::-webkit-scrollbar {
    width: 0.625rem;
}

::-webkit-scrollbar-track {
    background: var(--white-color);
}

/*
=======================================================
custom css design jodi css
=======================================================
*/

.logo-container1 {
    text-align: center;
    border: 1px solid #f2c256;
}

.reshejodi1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3vh;
    margin-top: 15px;
    margin-bottom: 10px;
    border: 2px;
    border-color: #efda9c;
}

.thirdcontainer1 {
    margin-top: 20px;
    max-width: 100%;
    padding: 0.50px;
    /* Adjust as needed */
    width: 100%;
}

.jodidesc {
    color: white;
    text-align: center;
    font-size: 20px;
}