body {
    margin: 0px;
    padding: 0px;

}

body p {
    font-family: 'Hanuman', serif;
}

body h1 {
    font-family: 'Moul', serif;
}



.header {
    width: 100%;
    overflow: hidden;
    /* background-color: aqua; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.header .header-logo {
    width: 45%;
    height: 100%;
    float: left;


    /* background-color: blue; */

}


.header-logo img {
    width: 300px;
    transform: translateX(25px);
    object-fit: contain;


}

.header .header-menu {
    width: 55%;
    height: 100%;
    float: left;
    overflow: hidden;


}

.header-menu ul {
    list-style-type: none;
    margin: auto;
    float: right;
    transform: translateX(-25px);
    padding: 0px;

}

.fa-bars {
    color: rgb(14, 13, 13);
    font-size: 1.8em;
    margin-top: 18px;
    margin-left: 25px;
    cursor: pointer;
}

.header-menu ul li {
    float: left;
}

.header-menu ul li a {
    display: block;
    text-decoration: none;
    color: rgb(40, 38, 38);
    padding: 10px 20px 0px 20px;
    /* font-family: "Moul", serif; */
    font-family: 'Hanuman', serif;
    margin-top: 9px;
    font-weight: bold;

    font-size: 1.2em;

    transition: all ease-in-out 0.4s;
}

.header-menu ul li a:hover {
    transform: scale(1.1);
    color: #cd9090;

}

/* ---------------------------------------------- */
.sub-menu {
    float: left;
    align-items: center;
    display: flex;
    justify-content: center;
}



.sub-menu1 {
    background-color: rgba(25, 25, 26, 0.789);
    float: right;
    display: none;
    border-radius: 0px 0px 10px 10px;
    z-index: 1;
}

.sub-menu1 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.sub-menu1 ul li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 10px 10px 10px 20px;
    font-family: "Hanuman", serif;
    font-size: 1.1em;
    font-weight: bold;
    opacity: 0.9;

}

.sub-menu1 ul li a:hover {
    transform: scale(1.1);
    transition: all ease-in-out 0.4s;
    color: #cd9090;
}
/* ================================================= */


.slide-bg {
    width: 100%;
    height: 500px;
    background-image: url("image/bgimages/5.webp");
    background-size: cover;
    background-position: center;
    position: relative;
}

.content {
    width: 80%;
    margin: auto;
    overflow: hidden;

}

.key-insights {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    background-color: #e7c0c049;
    border-radius: 10px;
}

.key-insights h1 {
    margin: 0px;
    font-size: 2em;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.key-insights p {
    font-size: 1.1em;
    line-height: 25px;
    color: #555;
}

.box-content {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    background-color: #e7c0c049;
    border-radius: 10px;
}

img {
    width: 80%;
    height: auto;
    object-fit: cover;
}



footer {
    background-color: #333;
    color: #fff;
    padding: 40px 0;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 20px;
}

.footer-column {
    flex: 1;
    min-width: 220px;
    margin: 20px 10px;
}

.footer-logo img {
    width: 200px;
    height: auto;
}

.footer-logo p {
    margin: 5px 0;
}

.footer-contact p {
    margin: 6px 0;
    font-size: 14px;
}

.footer-social a {
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    text-decoration: none;
}

.footer-column h3 {
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #555;
    padding-bottom: 5px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin: 8px 0;
}

.footer-column ul li a {
    color: #ddd;
    text-decoration: none;
    font-size: 14px;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    border-top: 1px solid #555;
    padding-top: 10px;
}

p {
    opacity: 0.8;
}



@media (max-width: 575.98px) {

  
    /* Header section */
    .header {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;



    }

    marquee {
        display: none;

    }

    .header .header-logo,
    .header .header-menu {
        width: 100%;
        float: none;
        text-align: center;
    }

    .header .header-menu a {
        font-size: 0.8em;
        padding: 0px;
    }

    .slide-bg .ds {
        width: 50px;
        left: 30px;
        bottom: 30px;

    }


    .slide-bg .ds h1 {
        font-size: 1.1em;
    }

    .slide-bg .ds p {
        font-size: 0.5em;
        list-style: 20px;
        opacity: 0.7;

    }

    .header-logo img {
        width: 200px;
        transform: translateX(0);
    }

    .header-menu ul {
        float: right;
        

    }
    .header-menu ul li a {
        margin: 25px 0px 0px 50px;
        

    }


    .sub-menu1 {
        width: 100%;
        text-align: center;
        position: absolute;

    }

    /* Slide section */
    .slide-bg {
        height: 300px;
    }

    .slide-bg .ds {
        width: 60%;
        transform: translate(0, 50px);
        text-align: center;
    }

    .slide-bg .ds h1 {
        font-size: 1.5em;
    }

    .slide-bg .ds p {
        font-size: 0.9em;
        line-height: 20px;
    }

    /* DS Image Section */
    .ds-image .box-image {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .ds-image .title {
        width: 100%;
        height: 70px;
        padding: 5px;
        font-size: 0.6em;

        box-sizing: border-box;
        color: rgb(27, 25, 25);
    }

    .content {
        width: 90%;
        margin: auto;
        overflow: hidden;

    }

    .content p {
        font-size: 0.9em;
        line-height: 20px;
    }

    .content h1 {
        font-size: 1.5em;
    }

    .content img {
        width: 100%;
    }




}