@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
body {
    overflow-x: hidden;
}
/* .....start of menubar..... */
.menubar {
    background-color: black;
    color: white;
    width: 100%;
    display: flex;
    padding: 10px 15px;
}
.logo {
    width: 20%;
    margin-top:auto;
    margin-bottom: auto;
}
.logo p a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 700;
}
nav {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
}
nav ul {
    list-style: none;
}
nav ul li {
   float: left;
    padding: 10px;
}
nav ul li a {
    text-decoration: none;
    color: white;
}
#login {
    background-color: black;
    color: white;
    border: none;
    padding: 30px;
}
#getstarted {
   background-color: #ed661f; 
   color: white;
   border: none;
   padding: 15px;
}
.container1 {
    background-image: url(img/image1.png);
    width: 100%;
    height: 600px;
    background-size: 100% 100%;
    background-position: contain;
}
.buying {
    padding-top:100px ;
    padding-left: 50px;
}
.buying h1,p {
    padding-bottom: 30px;
}
.buying button {
  background-color: #ed661f;
  color: white;  
  border: none;
  font-size: 20px;
  font-weight: 600;
  padding: 20;
}
.farmproduce {
 width: 50%; 
 float: right; 
 margin-top: -400px; 
 margin-right: 50px;
}
.farmproduce img {
    width: 100%;
}
.vendors {
  display: flex;
  background-color: white;
  width: 50%;
  align-items: center;
  margin-left: 40%;
  margin-top: 100px;
  text-align: center;
  padding: 20px;
  box-shadow: 0px 2px 2px gray ;
  justify-content: space-between;
}
.container2 {
    width: 80%;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
}
.exist {
    width: 40%;
} 
.exist h2 {
  margin-bottom:30px ;  
}
.existimage {
  width: 60%; 
}
.existimage img {
    width: 100%;
}
.categories {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}
.categories h2 {
    margin-bottom: 20px;
}
.populartitle {
    width: 80%;
    margin-bottom: 20px;
    margin-left: 11%;
}
.mostpopular {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.popular {
    width: 25%;
    padding: 15px;
}
.popular img {
    width: 100%;
}
.popular h5 {
    margin-bottom: 10px;
}
.popular p {
    font-size: 10px;
    margin-bottom: -30px;
}
/*.... start of newest item container....*/
.newestitemtitle {
    width: 80%;
    margin-bottom: 20px;
    margin-left: 11%;  
}
.newestitem {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;  
}
.item {
    width: 25%;
    padding: 15px;  
}
.item img {
    width: 100%;   
}
.item h5 {
    margin-bottom: 10px;   
}
.item p {
    font-size: 10px;
    margin-bottom: -30px;  
}
/*... End of newest item container...*/
.seeall {
    width: 90%;
    margin-left: 72%;
}
.seeall h4 {
    font-weight:  500;
    text-decoration: underline #ed661f;
}
.seeall span {
    position: relative;
    top: -90px;
    left: 60px;
}
.customers {
  width: 80%;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;

}
.client {
    width: 24%;
    box-shadow: 0px 0px 5px lightgray;

}
.stars {
    width: 100%;
    margin-bottom: 30px;
}
.stars img {
    width: 18%;
}
.circleimage {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 30px;
    margin-bottom: auto;
}
.circleimage img {
    width: 20%;
}
.circleimage p {
    font-size: 12px;
    font-weight: 700;
}
.readmore {
    width: 90%;
    margin-left: 72%;
    margin-bottom: -50px;
} 
.readmore h4 {
    font-weight:  500;
    text-decoration: underline #ed661f ;
}
.readmore span {
    position: relative;
    top: -90px;
    left: 90px;
} 
/*.... start of footer...*/
.touch {
    width: 100%;
    height: 200px;
    background-color: black;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 50px;
}
.touch h3 {
    color: white;
    margin-bottom: 20px;
}
.touch p {
    color: white;
    font-weight: 100;
    font-size: 12px;
}
#email {
background-color: white;
border: none;
padding: 8px 24px;
}
#subscribe {
    background-color: #ed661f;
    color: white;
    border: none;
    padding: 8px 24px;
    margin-left: -4px;
}
.mainfooter {
    width: 100%;
    display: flex;
    background-color: black;
    /* padding: 50px; */
}
.section1 {
    width: 35%;
    color: white;
    
    
}
.section1 h1 {
    color: white;
    font-size: 30px;
}
.section1 p {
    color: white;
    font-size: 12px;
}
.icons {
    width: 50%;
    display: flex;

}
.icons img {
    width: 15%;
    border-radius: 30px;
    padding: 10px;
}
.downloads {
    width: 100%;
    display: flex;
    margin-top:10px ;
}
.downloads img {
    width: 30%;
    border-radius: 15px;
    padding: 10px;
}
.section2 {
    width: 20%;
    color: white;
}
.section2 p a {
    text-decoration: none;
    color: white;
}
.section3 {
    width: 20%;
    color: white;
} 
.section3 p a {
  text-decoration: none;  
  color: white;
}
.section4 {
    width: 20%;
    color: white;
    
}
.section3 h2, .section4 h2, .section2 h2 {
    margin-bottom: 20px;
}


.section4 p a {
    text-decoration: none;
    color: white;
}
.terms {
background-color: black;
color: white;
text-align: center;
margin: o auto;
}































