#title{
    font-family: 'Montserrat', sans-serif;
    background-color: #9575CD  ;
    color: #fff;
}

.navbar{
    padding: 3% 2%;
}

.nav-item{
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.5em;
}

.navbar-brand{
    font-weight: 500;
    font-size: 2em;
}

.title-sec-1{
    padding: 5% 5% 5%;
    font-size: 1rem;
    line-height: 0.5;
    color: white;
    text-align: center;
    font-weight: bold;
}

.title-img{
    width: 35%;
    margin-left: 10%;
    padding-bottom: 1em;
    

}

#products{
   
    padding: 5% 10%;

}

.product-title{
    text-align: center;
    margin-bottom: 2rem;
}

#productghee-carousel{
    margin-bottom: 1em;
}

#productdalda-carousel{
    margin-bottom: 1em;
}


.add-btn-style{
   background-color: black;
   border-radius: 100%;
}

.product-item{
    margin-top: 1em;
    margin-bottom: 1em;
  
}
#features{
    padding: 5% 10%;
}


.feature-item{
    
    text-align: center;
    margin-bottom: 1rem;
 

}

.feature-icon{
    color: #ef8172;
    margin-bottom: 1rem;
}

.feature-icon:hover{
    color:#9575CD ;
}


#footer{
    padding: 2% 0% 2% 2%;
    background-color: #9575CD ;
    color: #fff;
   

}

hr{
   border: 1px solid white;
   width: 50%;
}

.upper-footer{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 2em;
}

.lower-footer{
    text-align: center;
  
}
.top-move-icon{
    color : white;
    background-color: aliceblue;
    background-color: grey;
    padding: 5px;
    font-size: 2.5em;
    border-radius: 100%;
}
.top-icon-container{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
}


li > a{
    text-decoration: none;
    color: white;
}

.social-icon{
    margin: 10px;
}

@media screen and (max-width: 1028px) {
    #title{
        text-align: center;
    }
    .title-img{
        margin-left: 0%;
        padding-bottom: 1em;
    }

   
    
}

@media screen and (max-width: 550px) {

    .top-move-icon{
        font-size: 2rem;
        
    }
    .top-icon-container{
        display: none;
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 99;
    }
    

    
}

