
/* header */

body {
    margin: 0;
    padding: 0;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px; 
    padding-top: 5px;
    padding-bottom: 5px;
}
#logo{
    width: 160px;
    height: 10%;
}
li{
    display: inline;
    margin: 0;
}

.NavText{
    text-decoration: none;
    font-style: none;
    color: black;
    font-size: 18px;
    font-family:Arial, Helvetica, sans-serif;
    padding: 14px;
}

.NavText:hover {
   color: #556842
}


.StarterText {
    text-align: center;
    color:white;
    background-color: #7FAB6E;
    text-align: center;
    padding:10px;
    margin: 0;
    font-family:'Times New Roman', Times, serif;       
}

/* header - ended */





/* hero */

.promo-section {
    background-image: url('../Images/HeroImage\ .png');
    background-size: cover;
    width: 100%;
    height: 30rem;
    padding: 0;
    display: flex;
    justify-content: end;
    align-items: center;
}

.promo-content{
    padding-right: 2rem;
    position: relative;
    z-index: 1; /* Keeps the text above the image */
    color: #687057; /* Slightly muted green */
    text-align: right; /* Align text to the right */
    padding: 100px 50px;}
    
    h2 span {
    color: #f5b431; /* Orange color for 'Vitamin C' */
    font-weight: 400;
    font-size: 25px;
    }
    

h1{
    font-size: 35px;
}

h2 {
    text-transform: uppercase; 
}


.promo-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #6a8254; /* Green button background */
    color: white;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    text-transform: uppercase;
}
        
.promo-button:hover {
    background-color: #556842; /* Darker green on hover */
 }
 
/* hero - ended */
      





/* products */

h4{
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    margin: 2rem 0;
    margin-left: 15px;

}

.best-sellers {
    display: flex;
    justify-content: center;
    padding-left: 15px;
}

.Product-Image {
    width: 95%;
    height: 90%;
}

.product {
    display: flex;
    flex-direction: column;
    
}

.product-description {
    text-align: left;
    margin-right: 40%;
    font-family:Arial, Helvetica, sans-serif;
}

.ButtonSize{
    width: 90%;
    margin: 0 10px;
}

.ButtonSize:hover{
color: white ;
background-color: #556842;
}

/* products - ended */






/* Shop by category */

.ShopByCategory{

    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    margin: 1.5rem 15px;
}

.shop-by-category {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-left: 22px;
    padding-bottom: 20px;
}

.category-image {
    width: 90%;  
}

.category-text {
    text-align: right;
    margin: 0 10%;
}
.category {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Shop by category - ended */


 

/* Footer Starting */

.Footer1 {
    display: flex;
    background-color: #8CAB6E;
    text-align: left;
    padding: 2%;
    justify-content: space-between;
}

/* Four Col*/
#firstcol{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#secondcol {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#thirdcol{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#forthcol {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.Text {
    margin-right: 2rem;
    color: white;
    font-size: 16px;
    font-family:Arial, Helvetica, sans-serif;

}

.BoldText{
    font-weight: bold;
    color: white;
    font-size: 20px;
    padding-top: 1rem;
    padding-right: 1rem;
    font-family:Arial, Helvetica, sans-serif;
}

.Smallicons{
    width: 15%;
}


.LearnMore{
    text-decoration: none;
    color: white;
}

.LearnMore:hover{
    color: #556842;
}



.Footer {
    display: flex;
    justify-content:space-around;
    margin-top: 2%;
    align-items: start;
    margin: 0 0;
    color: white;
    font-family:Arial, Helvetica, sans-serif;
    background-color: black;
}

#WhiteIcon{
    margin: 0 10px;
}

.disclaimer-text{   
    margin-top: 4%;
    margin-right: 25%;
}

.promo-message{
    
    margin-bottom: 4%;
    margin-right: 30%;
}

.Contact{
    text-decoration: none;
    color: white;
    border: 2px solid white;
    word-spacing: 2px;
    padding: 5px 15px;
    margin: 50px 5px;
}

.Contact:hover{
    color:#556842;
}

/* Footer Middle */

h3{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: start;
    font-size: 20px;
    margin-top: 2.5rem;
    margin-bottom: 10px;
}
.ExtraSpace{
    margin-top: 4rem;
}

.QuickHelp{
    display: flex;
    color: rgb(255, 255, 255);
    font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 10px 0px;
}

.QuickHelp:hover{
    color:#556842;
}

.Account{
    display: flex;
    color: rgb(255, 255, 255);
    font-family:Arial, Helvetica, sans-serif;  
    text-decoration: none; 
    padding: 10px 0px;
}

.Account:hover{
    color:#556842;
}

.Services{
    display: flex;
    color: rgb(255, 255, 255);
    font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 10px 0px;
}

.Services:hover{
    color:#556842;
}

.Discounts{
    display: flex;
    color: rgb(255, 255, 255);
    font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 10px 0px;
}

.Discounts:hover{
    color:#556842;
}


.AboutUS{
    display: flex;
    color: rgb(255, 255, 255);
    font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 10px 0px;
}

.AboutUS:hover{
    color:#556842;
}

.Partners{
    display: flex;
    color: rgb(255, 255, 255);
    font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 10px 0px;
}

.Partners:hover{
    color:#556842;
}

/* Footer ending */

.Line{

    background-color: black;
    
    display: flex;
}

.c1 {
    width: 33%;
    margin: 2%;
    padding-right: 10px;
    background-color: black;
    color: white;

}  

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    color: white;
    padding: 0 20px;    
}

/* Footer Ended */
