* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: white;
  color: black;
}

.dox {
  background-color: rgb(20, 22, 16);
  background: var(--white, rgba(255, 255, 255, 1));
  width: 1440px;
  height: 4291px;
  margin: 0 auto;
  overflow: hidden;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  box-shadow: 0px 4px 12px 0px rgba(207, 207, 207, 0.25);
  background: var(--white, rgba(255, 255, 255, 1));
  width: 1440px;
  height: 72px;
}

.logo {
  font-size: 22px;
  font-weight: bold;
  color: green;
  margin: 26px;
}

.navbar nav a {
  margin: 0 20px;
  text-decoration: none;
  color: #444;
  font-size: 14px;
}

.navbar .icons {
  display: flex;
  align-items: center;
}

.navbar .icons input {
  padding: 5px 12px;
  width: 285px;
  height: 48px;
  box-sizing: border-box;
  border: 1px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
  border-radius: 71px;
  padding-right: 200px;
}

.navbar nav a:not(:last-child)::after {
  content: " | ";
  color: black;
}

.icons img {
  width: 24px;
  height: 24px;
  border-radius: 10px;
  margin-right: 10px;
}

.icons span {
  padding: 10px;
}

.hero {
  border-radius: 24px;
  background: var(--light_geen, rgba(234, 241, 235, 1));
  margin: 0 auto;
  margin-top: 32px;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
  width: 1110px;
  height: 455px;
}

.hero-text {
  flex-direction: row;
  align-items: center;
  display: block;
}

.hero-text h1 {
  width: 650px;
  height: 108px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -5%;
  text-align: left;
  padding-left: 76px;
  gap: 10px;
  padding-top: 48px;
}

.hero-text p {
  width: 560px;
  height: 84px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 4%;
  text-align: left;
  padding-left: 76px;
  margin-top: 50px;
}

.hero-text h2 {
  padding-left: 76px;
  margin-top: 25px;
  gap: 5px;
  position: absolute;
  display: flex;
  align-items: center;
}

.hero-text h3 {
  width: 132px;
  height: 54px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 42px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: left;
  font-weight: bold;
  margin-top: 21px;
  padding-left: 150px;
  white-space: nowrap;
  display: block;
  gap: 10px;
}

.btn {
  padding: 10px 20px;
  border-radius: 8px;
  background: var(--green_brand, rgba(53, 151, 64, 1));
  border: none;
  cursor: pointer;
  margin-top: 25px;
  width: 153px;
  height: 51px;
  color: var(--white, rgba(255, 255, 255, 1));
  font-family: Lexend;
  font-size: 16px;
  font-weight: 500;
  line-height: 178.19%;
  letter-spacing: -3.5%;
}

.btn-outline {
  background: transparent;
  border-radius: 5px;
  cursor: pointer;
  width: 131px;
  height: 51px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10;
  padding: 11px 33px 11px 33px;
  border-radius: 8px;
  background: var(--white, rgba(255, 255, 255, 1));
  margin-top: 25px;
  color: var(--green_brand, rgba(53, 151, 64, 1));
  font-family: Lexend;
  font-size: 15px;
  font-weight: 500;
  line-height: 178.19%;
  letter-spacing: -3.5%;
  text-align: left;
}

.btn-box {
  display: flex;
  gap: 12px;
  margin-left: 76px;
  margin-top: 20px;
}

.hero-img {
  width: 349px;
  height: 349px;
  border-radius: 12px;
  margin-left: 800px;
  margin-bottom: 35px;
  border-radius: 12px;
  object-fit: contain;
  margin-top: -30px;
  transform: translateY(-300px);
}

.seeds {
  width: 1060px;
  height: 104px;
  border-radius: 12px;
  background: rgba(255, 230, 46, 0.09);
  margin: 0 auto;
}

.seeds h1 {
  width: 153px;
  height: 32px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.5px;
  letter-spacing: -2%;
  text-align: left;
  margin: 0 auto;
}

.seeds p {
  width: 459px;
  height: 29px;
  color: var(--text_secondary, rgba(112, 115, 124, 1));
  font-family: Lexend;
  font-size: 16px;
  font-weight: 500;
  line-height: 178.19%;
  letter-spacing: -3.5%;
  text-align: left;
  margin: 0 auto;
}

.products {
  width: 1440px;
  height: 1357px;
}

.products h1 {
  width: 400px;
  height: 54px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -5%;
  text-align: left;
  padding-top: 48px;
  padding-left: 165px;
}

.products button {
  width: 155px;
  height: 51px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10;
  padding: 11px 33px 11px 33px;
  color: var(--green_brand, rgba(53, 151, 64, 1));
  font-family: Lexend;
  font-size: 16px;
  font-weight: 500;
  line-height: 178.19%;
  letter-spacing: -3.5%;
  text-align: left;
  margin-left: 1120px;
  margin-right: 165px;
}

.filters {
  margin-bottom: 20px;
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  margin-left: 165px;
}

.filters button {
  border: 2px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
  box-sizing: border-box;
  width: 16px;
  height: 72px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 14px;
  font-weight: 400;
  line-height: 178.19%;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  width: auto;
  margin: 0;
  align-items: center;
  border-top: 40px;
  margin: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  flex: 0 0 120px;
}

.product-grid {
  border: none;
  justify-items: center;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: repeat(3, 1fr);
  margin-left: 165px;
  width: 1100px;
  box-sizing: border-box;
  padding: 10px;
  gap: 30px;
  align-items: start;
  display: grid;
}
.card {
  border: 5px solid var(--light_grey_stroke, rgb(239, 239, 239));
  border-radius: 8px;
  width: 350px;
  height: 512px;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
}

.card img {
  width: 294px;
  height: 294px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.card h3 {
  width: 291px;
  height: 50px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -4%;
  text-align: left;
  margin-left: 28px;
  font-weight: bold;
  margin-top: 40px;
}

.card p {
  margin-left: 28px;
  width: 350px;
  height: 512px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 28px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 20px;
}
.blog{
  width: 1440px;
  height: 793px;
}
.frame h1{
  width: 1000px;
  height: 54px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -5%;
  text-align: left;
}
.main{
  width: 730px;
  height: 300px;
  border-radius: 12px;
  background: var(--light_geen, rgba(234, 241, 235, 1));
  margin-top: 60px;
  margin-left: 165px;
  flex: 1 1 48%;           
  min-width: 220px;
}
.main h6{
  width: 69px;
  height: 25px;
  color: var(--text_secondary, rgba(112, 115, 124, 1));
  font-family: Lexend;
  font-size: 14px;
  font-weight: 400;
  line-height: 178.19%;
  letter-spacing: 0%;
  text-align: left;
  padding-left: 30px;
  padding-top: 25px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
}
.main h1{
  font-family: Lexend;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.5px;
  letter-spacing: -2%;
  text-align: left;
  width: 372px;
  height: 63px;
  padding-left: 30px;
  padding-top: 25px;
}
.main p{
  width: 401px;
  height: 75px;
  color: var(--text_secondary, rgba(112, 115, 124, 1));
  font-family: Lexend;
  font-size: 14px;
  font-weight: 400;
  line-height: 178.19%;
  letter-spacing: 0%;
  text-align: left;
  padding-top: 30px;
  padding-left: 30px;
  position: relative;
}
.main button{
  width: 106px;
  height: 51px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10;
  padding: 11px 33px 11px 33px;
  margin-left: 30px;
  margin-top: 14px;
}
.box{
  width: 350px;
  height: 300px;
  border-radius: 12px;
  background: var(--light_geen, rgba(234, 241, 235, 1));
}
.row{
  display: flex;
  gap: 30px; 
  margin-top: 60px;
  margin-left: 165px;
}
.menu{
  margin-top: 20px;
  margin-left: 20px;
}
.menu h6{
  width: 69px;
  height: 25px;
  color: var(--text_secondary, rgba(112, 115, 124, 1));
  font-family: Lexend;
  font-size: 14px;
  font-weight: 400;
  line-height: 178.19%;
  letter-spacing: 0%;
  text-align: left;
}
.menu h1{
  color: var(--text_primary, rgba(31, 37, 51, 1));
  width: 286px;
  height: 63px;
  font-family: Lexend;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.5px;
  letter-spacing: -2%;
  text-align: left;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 34px;
}
.menu button{
  width: 106px;
  height: 51px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10;
  padding: 11px 33px 11px 33px;
  box-sizing: border-box;
  border: 1px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
  border-radius: 8px;
  background: var(--white, rgba(255, 255, 255, 1));
  margin-left: 30px;
  margin-top: 50px;
}
.box2{
  width: 350px;
  height: 300px;
  border-radius: 12px;
  background: var(--light_green, rgba(234, 241, 235, 1));
  overflow: hidden;
  margin-left: 0;
}
.menu1{
  margin-top: 20px;
  margin-left: 20px;
  gap: 15px;
}
.menu1 h6{
  width: 69px;
  height: 25px;
  color: var(--text_secondary, rgba(112, 115, 124, 1));
  font-family: Lexend;
  font-size: 14px;
  font-weight: 400;
  line-height: 178.19%;
  letter-spacing: 0%;
  text-align: left;
  border-top: 2200px;
}
.menu1 h1{
  color: var(--text_primary, rgba(31, 37, 51, 1));
  width: 286px;
  height: 63px;
  font-family: Lexend;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.5px;
  letter-spacing: -2%;
  text-align: left;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 34px;
}
.menu1 button{
  width: 106px;
  height: 51px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10;
  padding: 11px 33px 11px 33px;
  box-sizing: border-box;
  border: 1px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
  border-radius: 8px;
  background: var(--white, rgba(255, 255, 255, 1));
  margin-left: 30px;
  margin-top: 50px;
}
.ours{
  display: flex;
  justify-content: end;
  padding-top: 10px;
  position: relative;
  top: -365px;
  margin-right: -100px;
  border-radius: 12px;
background: var(--light blue, rgba(239, 242, 248, 1));
}
.our{
  width: 350px;
  height: 650px;
  border-radius: 12px;
  background: lightgray;
  margin-right: 190px;
}
.text{
  margin-left: 20px;
  margin-top: 20px;
}
.p2{
  width: 69px;
  height: 25px;
  color: var(--text_secondary, rgba(112, 115, 124, 1));
  font-family: Lexend;
  font-size: 14px;
  font-weight: 400;
  line-height: 178.19%;
  letter-spacing: 0%;
  text-align: left;
  border-top: 2200px;
}
.text h3{
  width: 306px;
  height: 63px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.5px;
  letter-spacing: -2%;
  text-align: left;
  margin-top: 2px;
}
.p3{
  width: 306px;
  height: 75px;
  color: var(--text_secondary, rgba(112, 115, 124, 1));
  font-family: Lexend;
  font-size: 14px;
  font-weight: 400;
  line-height: 178.19%;
  letter-spacing: 0%;
  text-align: left;
}
.text button{
  display: flex;
  flex-direction:row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10;
  padding: 11px 33px 11px 33px;
  box-sizing: border-box;
  border: 1px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
  border-radius: 8px;
  background: var(--white, rgba(255, 255, 255, 1));
  color: var(--green_brand, rgba(53, 151, 64, 1));
  font-family: Lexend;
  font-size: 16px;
  font-weight: 500;
  line-height: 178.19%;
  letter-spacing: -3.5%;
  text-align: left;
  text-align: center;
  width: 106px;
  height: 51px;
  margin-left: 1px;
  margin-top: 14px;
}
.cards  {
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  margin-top: 184px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: nowrap;
}
.text_1 h3{
  width: 900px;
  height: 54px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -5%;
  text-align: left;
  padding-left: 553px;
  padding-top: 51px;
}
.mainbox{
  width: 540px;
  height: 347px;
  box-sizing: border-box;
  border: 1px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
  border-radius: 12px;
  box-shadow: 0px 4px 21px 0px rgba(209, 209, 209, 0.25);
  background: var(--white, rgba(255, 255, 255, 1));
  opacity: 0.5;
  margin-top: 79px;
  position: relative;
  transform: translateX(-134px);
  z-index: 5;
}
.main-text h6{
  width: 198px;
  height: 25px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -4%;
  text-align: left;
  margin-right: 22px;
  margin-top: 42px;
}
.main-text{
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
  width: 467px;
  height: 140px;
  padding: 0 25px 0 25px;
}
.main-box{
  width: 540px;
  height: 347px;
  box-sizing: border-box;
  border: 1px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
  border-radius: 12px;
  box-shadow: 0px 4px 21px 0px rgba(209, 209, 209, 0.25);
  background: var(--white, rgba(255, 255, 255, 1));
  margin-top: 44px;
  transform: translateX(-40px);
  transition: all 0.3s ease;
}
.main-box h6{
  width: 198px;
  height: 25px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -4%;
  text-align: left;
  margin-left: 122px;
  margin-top: 45px;
}
.main-box h5{
  width: 69px;
  height: 25px;
  color: var(--text_secondary, rgba(112, 115, 124, 1));
  font-family: Lexend;
  font-size: 14px;
  font-weight: 400;
  line-height: 178.19%;
  letter-spacing: 0%;
  text-align: left;
  margin-left: 122px;
}
.main-box h4{
  margin-left: 34px;
  margin-top: 35px;
}
.px4{
  width: 467px;
  height: 140px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;letter-spacing: 0%;text-align: left;
  margin-left: 34px;
  margin-top: 8px;
  border-left: 18px;
}
.card2{
  width: 540px;
  height: 347px;
  box-sizing: border-box;
  border: 1px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
  border-radius: 12px;
  box-shadow: 0px 4px 21px 0px rgba(209, 209, 209, 0.25);
  background: var(--white, rgba(255, 255, 255, 1));
  opacity: 0.5;
  margin-top: 79px;
  transform: translateX(40px);
  transition: all 0.5s ease;
}
.container{
  display: flex;
  margin-top: 3px;
  margin-left: 34px;
}
.element{
  width: 198px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  margin-top: 20px;
}
.element h1{
  width: 300px;
  height: 25px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -4%;
  text-align: center;
  padding-left: 50px;
  padding-top: 42px;
}
.hp6{
  width: 69px;
  height: 25px;
  color: var(--text_secondary,rgba(112,115,124,1));
  font-family: Lexend;
  font-size: 14px;
  font-weight: 400;
  line-height: 178.19%;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 20px;
  margin-left: 97px;
}
.element h5{
  margin-top: 30px;
}
.element p{
  width: 467px;
  height: 140px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 15px;
}
.dots{
  width: 1200px;
  height: 40px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 50px;
}
.dots_active{
  width: 60px;
  height: 8px;
  background-color: rgb(31, 120, 28);
}
.dot{
  width: 60px;
  height: 8px;
  background-color: rgba(77, 181, 81, 0.4);
  border-radius: 10px;
}
.and_text h3{
  width: 500px;
  height: 108px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -5%;
  text-align: left;
  margin-top: 111px;
}
.and_text p{
  width: 521px;
  height: 364px;
  color: var(--text_primary, rgba(31, 37, 51, 1));
  font-family: Lexend;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 30px;
}
.and_text img{
  margin-top: -800px;
  width: 600px;
  height: 500px;
  margin-left: 770px;
}.end{
  width: 1440px;
  height: 172px;
  box-shadow: 0px -7px 80px 0px rgba(189, 189, 189, 0.25);
  background: var(--white, rgba(255, 255, 255, 1));
}
.end-text{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}
.t2{
  color: var(--green_brand, rgba(53, 151, 64, 1));
  text-decoration: none;
  font-family: Lexend;
  font-size: 14px;
  font-weight: 500;
  line-height: 178.19%;
  letter-spacing: -3.5%;
  text-align: left;
  margin-top: 75px;
}
.t1{
  color: var(--text_secondary, rgba(112, 115, 124, 1));
  text-decoration: none;
  font-family: Lexend;
  font-size: 14px;
  font-weight: 400;
  line-height: 178.19%;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 75px;
}
.text-left{
  width: 124px;
  height: 25px;
  color: var(--text_secondary, rgba(112, 115, 124, 1));
  font-family: Lexend;
  font-size: 14px;
  font-weight: 400;
  line-height: 178.19%;
  letter-spacing: 0%;
  text-align: left;
  margin-left: 1147px;
  margin-top: 5px;
}
hr{
  width: 1107px;
  height: 0;
  border: 1px solid var(--green_brand, rgba(53, 151, 64, 1));
  opacity: 0.3;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 20px;
}
.left-img{
  display: flex;
  align-items: center;
  justify-content: center;
}
.insta.png{
  margin-right: 900px;
  margin-top: 20px;
}