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 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;
}

.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;
}

.sub-menu1 {
    background-color: rgba(25, 25, 26, 0.789);
    position: absolute;
   
    display: none;
    right: 0px;
    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;
}

.ds-image {
    width: 95%;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
    position: relative;
    /* background-color: rgb(6, 42, 42); */

}

.ds-image .title {
    width: 100%;
    height: 70px;
    padding: 5px;

    box-sizing: border-box;
    color: rgb(27, 25, 25);
}

.ds-image .title h1 {
    margin: 0px;
    font-size: 1.8em;
    font-family: 'Hanuman', serif;
    font-weight: bold;
    opacity: 0.8;
}

.ds-image .box-image {
    width: 100%;
    height: 420px;
    padding: 5px;
    box-sizing: border-box;
}

.box-left {
    width: 65%;
    height: 100%;
    float: left;
    background-position: center;

    margin-right: 1%;
    border-radius: 10px;
}

.box-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.box-right {
    width: 34%;
    height: 100%;
    float: left;
}

.box-right .box {
    width: 48%;
    height: 48%;
    background-color: rgb(0, 0, 0);
    float: left;
    margin: 1%;
    border-radius: 10px;
}

.box-right .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.overview {
    width: 95%;
    margin: auto;
    height: 60px;
    margin-top: 50px;
    background-color: rgba(128, 128, 128, 0.449);
}


.dcs {
    width: 70%;
    overflow: hidden;
    margin-top: 50px;
    margin-left: 30px;
    margin: auto;

}

.dcs p {
    font-size: 1.1em;
    line-height: 30px;
    opacity: 0.6;

}

.dcs h1 {
    margin: 20px 0px 20px 0px;

    font-size: 1.6em;
    font-family: 'Hanuman', serif;
    font-weight: bold;
    opacity: 0.7;
}

.day-container {
    width: 100%;
    overflow: hidden;

    /* background-color: rgba(128, 128, 128, 0.449); */
}

.day-container .title {
    width: 100%;
    height: 60px;
    background-color: rgba(128, 128, 128, 0.485);
}

.day-container .title p {
    /* color: red; */
    margin-left: 20px;
    transform: translateY(20px);

}

.day-container .content {
    width: 100%;
    overflow: hidden;
    padding: 0px 40px 0px 40px;
    box-sizing: border-box;

}

.price {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;

    /* background-color: rgba(128, 128, 128, 0.449); */
}

.price .price-left {
    width: 46%;
    float: left;
    overflow: hidden;
    margin-right: 2%;
}

.price .price-right {
    width: 52%;
    float: left;
    overflow: hidden;

}

.price p {
    line-height: 45px;
}




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;
}




@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);
    }

    .box-left,
    .box-right {
        width: 100%;
        float: none;
        height: auto;
        margin: 0;
    }

    .box-right .box {
        width: 48%;
        height: 150px;
        margin: 1%;
    }

    /* Overview */
    .overview {
        height: auto;
        width: 90%;

        padding: 10px;
    }

    /* Description Section */
    .dcs {
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
    }

    .dcs p {
        font-size: 0.8em;
        line-height: 25px;
    }

    .dcs h1 {
        font-size: 1.5em;
    }

    /* Day Container */
    .day-container .content {
        padding: 0px 10px;
    }

    /* Price Section */
    .price .price-left,
    .price .price-right {
        width: 100%;
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }

    .price p {
        line-height: 30px;
        font-size: 1em;
    }

    /* Footer */
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        width: 100%;
        text-align: center;
    }


}