
h1{
    font-family: 'Playfair Display', serif;
    text-align: center;
    margin-top: 50px;
    color: #9A191A;
    font-weight: bold;
}

.navbar{
background: #199A4E;

}
.navbar-nav{
    margin-left: 50%;
}
.nav-link {
    color: white;
}
 .nav-item .active {
    background: white;
    border-radius: 10px;
    
  }
.logo{
    border-radius: 15px;
    width: 120px ;
    height: auto;
}

.social {
    float: left;
    list-style: none;
    padding: 15px 0 10px;
    text-align: center;
    position: absolute; 
    line-height: 30px;
    width: 40px;
    z-index: 2; 
    
    
  }
  
  .social li a {
    display: block;
    color: #efefef;
    border-radius: 15px;
    text-decoration: none;
    font-size: 18px;
    transition: padding-left 0.3s ease, margin-left 0.3s ease; 
   
  }
  
  .social li .fb a {
    background: #316FF6;
  }
  
  .social li .ig a {
    background: #8A3AB9;
  }
  
  .social li .em a {
    background: #199A4E;
    
  }
  
  .social li a:hover {
    padding-left: 10px;
    cursor: pointer;
  }
  
  
  


.banner-header{
    padding-top: 0;
    text-align: center;
}
.product-header{
    color: #199A4E;
    font-size: 68px;
}
.btn{
    background: #199A4E;
    color: white;
   
}
.btn:hover {
    background-color:#9A191A;
    color: white;
}

.carousel-item { 
    transition-duration: 1s;
   object-fit: cover;
    
}

.brand-header{
    color: #9A191A;
}
.brand-subheader{
    color: #199A4E;
}
.about-brand{
    text-align: center;
    margin: 20px;
    padding-bottom: 20px;
    
}

.brand-logo{
    max-width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}



.why-header{
    
    padding-bottom: 20px;
    
}
.card-title{
    color: #199A4E;
}
.card-link{
    text-decoration: none;
    color: #199A4E;
}


.feedback-container{
    margin-top: 50px;
    padding-bottom: 50px;
}

.feedback{
    padding-top: 50px;
}


footer{
    background: #199A4E;
    padding: 30px;
}
.contact-details{
    list-style-type: none;
    padding: 0;
}
.menu-items {
    list-style-type: none;
    padding-left: 0;
}

.menu-items li a {
    text-decoration: none;
    color: inherit; 
}
.menu-items li a:hover {
    background: white; 
    padding: 5px;
    border-radius: 10px;
}

.footer-social {
    font-size: 18px;
}

.footer-social a {
    text-decoration: none;
    color: black;
}
.footer-social a:hover {
    background: white; 
    padding: 3px;
    border-radius: 10px;
}
.footer-social .fa-facebook {
    padding-right: 10px;
}

 @media only screen and (max-width: 600px) {
    
    .nav-item{
        padding-left: 50px;
    }
    h1{
        margin-top: 0;
    }
    .about-brand{
        text-align: left;
    }
    
    .feedback-container{
        margin-top: 20;
        
    }
}

