* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: poppins;
 width: 100%;
 height: 100vh;
 margin: auto;
}

main {
  max-width: 100%;
  margin: auto;
}

header {
  background-color: #ddd;
  padding: 5px;
  z-index: 999;
  opacity: 0.96;
  position: fixed;
  width: 100%;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 10px auto;
}

.logo img {
  width: 150px;
  margin-left: 10px;
}

.nav-links ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-right: 10px;
list-style: none;

}

.nav-links ul a {
  text-decoration: none;
  font-style: none;
  color: #363535;
  font-weight: 500;
}

.nav-btns {
  display: flex; 
  justify-content: space-between;
  margin-right: 10px;
  gap: 10px;
}


.nav-btns button {
  padding: 10px; 
  border-radius: 15px;
  border: none;
}

.login-btn {
  color: #075607;
  font-size: 1.1em;
}

.get-started-btn {
  background-color: #075607;
  width: 150px;
  color: #fff;
   font-size: 1.1em;
}

.hero-section {
  width: 100%;
  margin: auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  isolation: isolate;
  background-image: url(./images/hero-farm.jpg);
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: wrap;
}

.hero-section::after {
  content: "";
  background-color: #2b1f01;
  z-index: -1;
  opacity: 0.7;
  inset: 0;
  position: absolute;
}


.small-header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  background-color: #ffb700;
  padding: 5px 20px;
  border-radius: 40px;
   margin-bottom: 1.2rem;
    opacity: 0.7;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.small-header img {
  width: 50px;
}

h3 {
  color: #000000;
  font-size:24px;
  font-weight: 300;
  text-align: center;
 
}

h1 {
  font-size: 5rem;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}

span {
  color: #ffb700;
}

.small-text p {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 400;
  color: #ffff;
  max-width: 800px; 
}

.cta-btns {
  display: flex;
}

.cta-btns button {
  padding:15px;
  border: none;
  margin-top: 1.5rem;
 margin: 1.5rem;
 border-radius: 15px;
 font-size: 1.2rem;
 color: #fff;
 font-weight: 700;
}

.cta-btns .seller button { 
  background-color: #fff;
 color: #075607;
}

.cta-btns .buyer-btn button {
  background-color: #ffb700;
  color: #000
}

.section-head, h2, p {
  text-align: center;
margin: 20px auto;
padding: 10px;
}

.section-head h2 {
  font-size: 48px;
}

.section-head p {
  font-size: 24px;
}
.steps {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 20px;


}

.step-one, .step-two, .step-three {
  width: 300px;
  height: auto;
  padding: 20px auto;
  border-radius: 20px;
    margin-bottom: 20px;
}

.step-one, .step-two, .step-three {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.step-one h2, .step-two h2, .step-three h2 {
  font-weight: 700;
  color:#ffb700;
}

.step-one h3, .step-two h3, .step-three h3 {
  font-weight: 700;
}

.step-one img, .step-two img, .step-three img {
  width: 70px;
  background-color: #ddd;
  padding: 5px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.second-span {
  color: #075607;
}

.third-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
 margin: 20px auto;
}

.left-info {
width: 40%;
 margin: 20px 20px;
 padding: 20px;
}

.third-section h3 {
  text-align: left;
  font-weight: 600;
  font-size: 3rem;

  
}

.third-section p {
  width: 500px;
  text-align: left;
  font-size: 1.2rem;
  margin-left: 0px;
}

.quick-links {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  width: 500px;
  margin-bottom: 10px;
}

.quick-links a {
  text-decoration: none;
  padding: 15px;
  background-color: #dddd;
  border-radius: 20px;
  color: #000;
}

.browse-all {
  padding: 15px; 
  border: none;
  margin: 20px auto;
  border-radius: 20px;
  background-color: #075607;
  width: 250px;
  color: #fff;
  font-size: 1.2rem;
}

.right-image {
  width: 40%;
  height: 500px;
  background-image: url(./images/Investing-in-innovations-key-to-transforming-African-food-systems-2021-1.jpg);
  background-position: center;
  background-size:cover;
  margin: 20px;
}
