/* Navbar  style */
.page-head{
    color: green;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.navbar-collapse{
    padding-left: 150px;
}
.nav-item{
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.search-input{
    width: 130px;
    margin-right: 25px;
}
.nav-icon{
    padding-right: 40px;
}

/* home styling */
.container-home{
    background-color: #b8d3be;
}
.home-image{
    border-top: 5px solid #034e2b;
    border-right: 5px solid #034e2b;
    width: 400px;
    height: 300px;
}
.home-texts{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #034e2b;
    padding: 30px;
}
.sub-para{
    background-color: #034e2b;
    color: white;
    border-radius: 50px;
    width: 65%;
    padding-left: 20px;
}

/* offers */
.banner-container{
    margin-top: 30px;
    color: rgb(248, 61, 4);
    width: 100%;
    height: 30vh;
    background-image: url(images/offer.jpg);
    
}
.offers-text{
    display: flex;
    justify-content: right;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 25px;
    color: white;    
}

/* categories */
.card-category{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border: rgb(7, 116, 53) 2px solid;
    height: 250px;   
}

.heading{
    display: flex;
    justify-content: center;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding: 20px;
}
/* blogs */
.blogs-text{
    font-family:'Times New Roman', Times, serif;
    color: #034e2b;
}
.blog-img{
    border: black 2px solid;
}
/* About Us */
.about-us{  
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: black;
    width: 100%;
    height: 65vh;
    background-color: yellowgreen;
}
.footer-menu{
    margin-top: 20px;
}

.contact{
    margin-top: 20px;
}