
/* header */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
#logo{
    width: 160px;
    height: 10%;
}
li{
    display: inline;
    margin: 0;
}


.NavText{

text-decoration: none;
font-style: none;
color: black;
font-size: 20px;
font-family:Arial, Helvetica, sans-serif;
padding: 13px;
}

.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;
        
}


/* 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 */
          }
        



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

}



.best-sellers {
    display: flex;
    justify-content: center;
}

.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;
}





/* Shop by category */

.ShopByCategory{

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

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

.category-image {
    width: 90%;  
}

.category-image:hover {
background-color: #687057;
}


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




/* footer */

.Footer1 {
    display: flex;
    background-color: #8CAB6E;
    text-align: left;
    padding: 2%;
    justify-content: space-between;
}
#secondcol {
    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 15px;
}



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

.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 Description */

h3{
    font-family: 'Times New Roman', Times, serif;
text-align: start;
margin: 25px;
}


.QuickHelp{
display: flex;
color: rgb(255, 255, 255);
font-family:Arial, Helvetica, sans-serif;
}

.Account{

display: flex;
 color: rgb(255, 255, 255);
font-family:Arial, Helvetica, sans-serif;   
}

.Services{
display: flex;
color: rgb(255, 255, 255);
font-family:Arial, Helvetica, sans-serif;
}

.Discounts{
display: flex;
color: rgb(255, 255, 255);
font-family:Arial, Helvetica, sans-serif;
}

.AboutUS{
display: flex;
color: rgb(255, 255, 255);
font-family:Arial, Helvetica, sans-serif;
}

.Partners{
    display: flex;
color: rgb(255, 255, 255);
font-family:Arial, Helvetica, sans-serif;
}
/* Footer Description */




.c1 {
    width: 50%;
    margin: 2% 3%;
    background-color: black;

color: white;
}  

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    color: white;

}