@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
button{
  cursor: pointer !important;
}
/* fontsize */
.fs-42 {
  font-size: clamp(1rem, 0.5357rem + 2.3214vw, 2.625rem);
}
/* Navigation */
nav {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  top: 0;
  gap: 200px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(1.5px);
  background-color: rgba(255, 255, 255, 0.722);
  background-blend-mode: overlay;
}
.leaf-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.leaf-nav button {
  display: none;
}
label.logo {
  font-size: 30px;
  color: #5c8246;
  line-height: 80px;
}

label.logo:hover {
  color: #5c8246dd;
}

nav ul {
  float: right;
  list-style-type: none;
}

nav ul li {
  display: inline-block;
  line-height: 80px;
  padding: 0px;
}

nav ul li a {
  text-decoration: none;
  color: #5c8246ad;
  font-size: 20px;
  font-weight: 600;
}
.nav-active {
  color: #5c8246;
  border: none;
  padding: 0px;
  border-radius: 0px;
  font-size: 20px;
}

ul li a:hover {
  color: #5c8246;
  cursor: pointer;
}

.nav-btn-container a {
  text-decoration: none;
  color: aliceblue;
  font-size: 20px;
  padding: 8px 20px;
  font-weight: 700;
}

#checkbtn {
  float: right;
  line-height: 80px;
  margin-right: 10px;
  font-size: 30px;
  color: aliceblue;
  display: none;
}

#check {
  display: none;
}

#check:checked ~ ul {
  left: 0;
}

input {
  display: none;
}

label {
  display: none;
  color: #085814;
  font-size: 24px;
}

.logo {
  font-size: 20px;
  color: #085814;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

input {
  display: none;
}

nav ul {
  top: 0px;
  right: 0px;
}

.nav-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  gap: 20px;
}

.nav-btn-container {
  display: block;
  background-color: #5c8246;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 8px;
  border: none;
  transition-duration: 300ms;
}

.nav-btn-container:hover {
  transform: translateY(-3px);
}

.nav-btn-container .btn-log {
  list-style-type: none;
  text-decoration: none;
}
.nav-btn-ul {
  display: none;
}

.nav-items li a {
  color: #000000;
  font-size: 20px;
  text-decoration: none;
}

/* Hero Page */

.margin-space {
  margin: 25px;
}
.Hero {
  background-image: url("./Images/bannerimg-01.jpg");
  border-image: fill 2 linear-gradient(#0001, #0001, #7da666);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0px 100px;
}
.Hero a {
  font-weight: 500;
}
.hero-image {
  width: 100%;
}

.hero-image img {
  height: 80%;
}
.hero-container {
  margin-top: 0px;
  width: 70%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.hero-container p {
  font-size: 24px;
  line-height: 46px;
  color: #195e2d;
  text-align: start;
  margin-bottom: 20px;
  text-align: center;
}

.hero-container h1 {
  font-size: 32px;
  display: flex;
  flex-direction: column;
  color: #085814;
  text-align: start;
  margin-bottom: 20px;
}

.hero-container a {
  color: #f4f4f4;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 10px;
  background: #7da666;
  border-radius: 8px;
  padding: 10px 20px;
  display: inline-block;
  transition-duration: 300ms;
}

.hero-container a:hover {
  transform: translateY(-10px);
}

/* Next-Page */

.next-page {
  width: 100%;
  margin-top: 20px;
  padding: 20px;
}

.next-page h2 {
  width: 100%;
  font-size: 32px;
  text-align: center;
}

.heading {
  color: #085814;
}

.Plantss {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.Plantss img {
  width: 90%;
}
.inoculate {
  width: 30%;
  text-align: center;
  padding: 20px 5px 20px;
}

.inoculate h3 {
  padding: 0px 0px 0px 0px;
  color: #085814;
  text-align: center;
  font-size: 24px;
}

.inoculate p {
  text-align: center;
}
.sow-seed {
  width: 30%;
  text-align: center;
  padding: 20px 5px 20px;
}

.sow-seed h3 {
  color: #085814;
  text-align: center;
  font-size: 24px;
}

.sow-seed p {
  text-align: center;
}
.pots {
  width: 30%;
  text-align: center;
  padding: 20px 5px 20px;
}

.pots h3 {
  color: #085814;
  text-align: center;
  font-size: 24px;
}

.pots p {
  text-align: center;
}

.Smoothy {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
}

.Smoothy-image {
  width: 100%;
}

.Smoothy-image img {
  width: 100%;
  gap: 30px;
}

.Smoothy-image h2 {
  color: #085814;
  font-size: 24px;
}

.Smoothy-image p {
  margin-top: 10px;
}

.Smoothy-details {
  width: 100%;
  padding: 25px;
}

.Smoothy-details h2 {
  color: #085814;
  margin-bottom: 20px;
  font-size: 24px;
}

.Smoothy-details p {
  line-height: 25px;
}

.Smoothy-details .See a {
  color: #99bc85;
  margin-top: 20px;
  display: flex;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
.Smoothy-details .See a:hover {
  text-decoration: underline;
}

.left-arrow img {
  width: 50px;
  height: 20px;
}
.grow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 200px;
}
.grow-cont {
  width: 50%;
}
.grow-cont h2 {
  width: 50%;
  color: #085814;
}
.grow img {
  width: 40%;
}

.box-image img {
  top: 7px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: baseline;
  align-items: center;
}

.draken-details {
  position: absolute;
  width: 50%;
  padding: 0px;
  margin-left: 50px;
  left: 650px;
  order: 2;
}

.draken-details h2 {
  font-size: 18px;
  color: #085814;
}
.draken-details p {
  font-size: 15px;
}

.draken-image h2 {
  font-size: 20px;
  margin-left: 20px;
}

.draken-image p {
  font-size: 15px;
  margin-left: 20px;
  text-align: start;
}

/* RectabgleBox-Section */

.info-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #99bc85;
  width: 100%;
  height: 350px;
  padding: 20px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 40px;
}
.box-details {
  font-size: 24px;
  width: 100%;
  color: rgb(231, 227, 227);
}

.box-details h2 {
  margin-left: 0px;
  margin-top: 0px;
  font-size: 32px;
}
.box-details p {
  font-size: 24px;
  line-height: inherit;
}
/* Footer */
footer {
  background-color: #7da666;
  color: #085814;
  width: 100%;
  height: auto;
}

footer .heading {
  padding: 20px 0px;
  color: #fefefe;
  background-color: #6e9657;
  text-align: center;
  margin: 0px;
  margin-bottom: 3rem;
}
.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: center;
}
.heading img {
  width: 30px;
  height: 30px;
}

footer .content {
  display: flex;
  justify-content: space-around;
}

/* footer .content p {
  color: white;
  margin-bottom: 1.3rem;
  font-size: 14px;
} */

footer .content a {
  color: white;
  margin-bottom: 1.3rem;
  font-size: 14px;
  text-decoration: none;
  color: rgb(249, 249, 249);
}

footer .content a:hover {
  border-bottom: 1px solid #ffffff;
  width: fit-content;
}

footer .content h4 {
  margin-bottom: 1.3rem;
  font-size: 16px;
}
footer .content {
  padding: 0px 50px;
  gap: 140px;
}
.services,
.links,
.social-media {
  width: 30%;
  height: 50%;
}
.details {
  width: 30%;
  height: 30%;
}
.email {
  width: 60%;
  height: 30%;
}
.footer {
  width: 100%;
  padding: 10px;
  text-align: center;
  border-top: 5px solid #f4f4f4;
}
footer .content {
  width: 100%;
  height: auto;
  display: flex;
  font-size: 12px;
  padding: 0px 80px;
  margin: 0px;
}

.services,
.links,
.social-media,
.email {
  width: 30%;
  height: 50%;
}
.details {
  width: 30%;
  height: 30%;
}
.footer {
  padding: 20px;
}
footer .content {
  gap: 0px;
}
/* RESPONSIVE */
