*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Navbar Start */
/* .nav-item a {
    color: white;
}

.dropdown-menu li {
    background-color: white;
    color: rgb(137, 46, 34);
}

.navbar-nav li a:hover {
    background-color: rgb(137, 46, 34);
    color: white;
}

.dropdown-menu li a {
    color: rgb(137, 46, 34);
} */

/* Navbar Ends */
/* carousel Start */

/* Carousel End */
/* Social Engagement Start */


/* Social Engagement Ends */

/* Footer Start */
.footer-links {
    color: white;
    text-decoration: none;
}

.footer-links:hover {
    text-decoration: underline;
}


/* Footer Ends */







/* Swiper Js Start */
html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Swiper Js Ends */