*{
    margin-right:35px;
    margin-left: 35px;
}
    body{
  margin: 20px;  
  position: relative;
  /* border: 1px solid black; */
    
}.header-content{
    border-bottom: 2px solid black;

}
.info-nav{
    width: 100%;
    color: #000;
    padding: 1%;
    display: flex;
    display: flex-end; 
    background: #a9c478; 
    justify-content:space-between;

}
.me-3{
    background: #709c3e;
    border: none;
    width: 300px;
    border-radius: 0%;
}
form .btn{
    border-radius: 0%;
    border:  1px solid black;
    color: black;
}
.nav-tabs{
    display: inline;
    border: none;
}
.nav-tabs .nav-link{
    color: #000;
    font-size: 2.5vmin;
    font-weight: 700;
}
.nav-tabs .nav-link:hover{
    color: #035303;
}
.nav-items{
    position: relative;
}
.nav-items a{
    display: inline-flex;
    margin-right: 20px;
    margin-left: 20px;
}.nav-link {
    border-right: 2px solid black;
    display: inline;
    font-size: 2vmin;
    color: rgb(0, 0, 0);
}
.logo a{
    color: #000;
    font-weight: 900;
    font-family: 'Times New Roman', Times, serif;
}
.logo .nav-link{
    padding-bottom: 0px;
}
.logo a span{
    color: #048804;
    font-weight: 1000;

}
a{
    font-size: 2.5vmin;
    color: black;
}
.nav-item{
    display: inline;
}
.home{
    padding: 3%;
}
.row{
    display: flex;
    margin: 0;
}
.profile-img img{
    width: 100%;
    height: 110%;
}
.section-heading{
    color: #46651a;
    font-size: 9vmin;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.home .btn{
    border: 1px solid black;
    width: 30%;
    border-radius: 0;
    margin-left: 50px;

}
.section-text{
    color: black;
    font-size: 2.5vmin;
}
.veggies{
    background-color: #a9c478;
    font-size: 10vmin;
    padding: 2%;
}
.veggies-img{
    width: 100%;
    display: grid;
    padding: 3%;
}
.veggies-img img{
    width: 80%;
}
.services{
    padding: 2%;
   

}
.services .section-heading{
    border-bottom: 2px solid green;
}
.service{
    display: block;
    width: 100%;
    text-align: center;
    padding: 1%;
    justify-content: space-between;

}
.service-name{
    font-size: 4vmin;
    font-weight: 600;
}
.service-img img{
    width: 250px;
    height: 250px;
}
.service .btn{
    border: 1px solid black;
    width: 30%;
    border-radius: 0;
    margin-left: 150px;
    margin-top: 3%;

}
.team{
   
}
.fa-brands:hover{
    color: rgb(19, 160, 6);
    cursor: pointer;

}
.person-img img{
    width: 200px;
    height: 200px;
    margin: 0;
}
.team-member{
    text-align: center;
    align-content: center;
    justify-content: center;
}

.person-name{
    width: 100%;
    color: #035303;
    font-weight: 600;
    text-align: center;
}
.person-position, .person-organization, .socials{
    width: 100%;
    text-align: center;   
}

.gallery{
    background: #a9c478
}

.gallery .scroll-container{

  overflow: auto;
  white-space: nowrap;
  padding: 15px;
}
.gallery .scroll-container img{
    width: 300px;
    height: 300px;
}

.contact{
    background: #a9c478;
    padding: 3%;
}
.contact img{
    width: 500px;
    height: 300px;
}
.testimonials{
    background-color: #a9c478;
    padding: 3%;
}
.testimonials .row .client-feedback{
    width: 300px;
    height: 300px;
    align-content: center;
    border: 1px solid black;
    border-top-right-radius:50% ;
    border-top-left-radius: 50%;
    padding: 3%;
    padding-top: 40%;
}
.testimonials .row .client-feedback span{
   font-size: 2vmin; 
   padding-top: 20%;
}
.socials{
    display: flex;
}
.contact h4{
    color: #46651a;
}


 .login, .signup{
    background-color: #709c3e;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
} 

.login-container,  .signup-container  {
    background-color: white;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

.login h1, .signup h1 {
    color: green;
    text-align: center;
    margin-bottom: 1rem;
}

.login label, .signup label {
    display: block;
    margin-bottom: 0.5rem;
}

.login input, .signup input {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid green;
    border-radius: 5px;
}

.login button, .signup button {
    background-color: green;
    color: white;
    padding: 0.5rem 1rem;
    width: 100%;
   
}

.login p , .signup p{
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    
}
      