@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.abt-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-image: url("/Images/About Image-02.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  text-align: center;
  position: relative;
}

.abt-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-image: fill 1 linear-gradient(#0001, #0001, #7da666);
}

/* Details section styling */
.abt-details {
  position: relative;
  padding: 20px;
}

#heading {
  width: 50%;
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #7da666;
}

#para {
  font-size: 1.2em;
  width: 50%;
  color: #7da666;
  margin: 0;
}

/* Our mission */
.ful-content {
  width: 100%;
  height: auto;
  background-color: #7da666;
  margin-bottom: -50px;
}
.mission {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.our-mission {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.our-mission .img1 {
  width: 40%;
  border-radius: 10px;
}
.zigzag-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.our-mission .img2,
.our-mission .img3 {
  width: 100%;
  height: 50vh;
}

.grid-img {
  width: 100%;
  flex: 1;
  margin-left: 100px;
  gap: 10px;
  display: flex;
}

.zigzag-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.Our-vision {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background-color: #7da666;
}
.vision-content {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
  background-color: #7da666;
  border-radius: 8px;
}
.grid-content {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
  background-color: #7da666;
  border-radius: 8px;
}

.grid-content h1,
.vision-content h1 {
  margin-bottom: 20px;
  font-size: 2em;
  color: #f4f4f4;
}

.grid-content p,
.vision-content p {
  font-size: 1em;
  color: #f4f4f4;
}
.our-story {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7da666;
  padding: 60px;
}
.story-content {
  width: 100%;
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #f4f4f4;
}
.story-content h2 {
  font-size: 2em;
  margin-bottom: 20px;
}
.story-content p {
  width: 95%;
  font-size: 16px;
  text-align: start;
}
.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: center;
}
.heading img {
  width: 30px;
  height: 30px;
}

/* Responsive styling */
@media screen and (min-width: 601px) and (max-width: 768px) {
  img#our-vision-img {
    width: 100%;
  }
  nav {
    gap: 50px;
  }
}
@media screen and (max-width: 600px) and (min-width: 424px) {
  /* Nav */
  .nav {
    width: 100%;
  }
  body {
    background-color: #7da666;
  }
  /* about */
  .abt-container {
    width: 100%;
    height: 50vh;
    margin-bottom: 150px;
    background-position: right;
  }
  .abt-details {
    position: absolute;
    top: 330px;
    padding: 20px 30px;
  }
  #heading {
    width: 100%;
    font-size: 32px;
    margin-bottom: 0px;
    color: #ffffff;
    text-align: start;
  }
  #para {
    font-size: 12px;
    width: 100%;
    text-align: start;
    color: #fdfdfd;
  }
  .grid-content {
    width: 100%;
    padding: 0px 20px;
  }
  .img1 {
    display: none;
  }
  .img2 {
    height: 400px;
  }
  .our-mission {
    width: 90%;
  }
  .mission {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .zigzag-item {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    width: 50%;
  }
  .grid-content {
    width: 100%;
  }
  .vision-content {
    width: 100%;
    gap: 0px;
    padding: 20px 40px;
  }
  .Our-vision {
    width: 100%;
    flex-direction: column;
  }
  .item1 img {
    width: 100%;
  }
  .vision-content {
    width: 100%;
    gap: 0px;
  }
  .grid-img {
    width: 60%;
    margin-left: 0px;
  }
  .grid-content h1,
  .vision-content h1 {
    font-size: clamp(24px, 4vw, 34px);
  }
  .our-story {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    background-color: #7da666;
    padding: 10px;
    border-radius: 0px;
    height: 100%;
  }
}

@media screen and (max-width: 320px) {
  nav {
    gap: 140px;
  }
}
@media screen and (min-width: 375px) {
  nav {
    gap: 200px;
  }
}
@media screen and (min-width: 320px) and (max-width: 423px) {
  body {
    background-color: #7da666;
  }
  .abt-container {
    width: 100%;
    height: 50vh;
    padding: 0px;
    background-position: right;
    margin-bottom: 150px;
  }
  .abt-details {
    position: relative;
    padding: 10px;
    margin-top: 600px;
    margin-bottom: 100px;
    margin-left: 8px;
  }
  #heading {
    width: 100%;
    font-size: 34px;
    margin-bottom: 0px;
    color: #fdfdfd;
    text-align: start;
  }
  #para {
    font-size: 12px;
    width: 100%;
    color: #fdfdfd;
    text-align: start;
  }
  .ful-content {
    width: 100%;
    background-color: #7da666;
    padding: 20px 0px;
  }
  .mission {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
  }
  .our-mission {
    display: flex;
    flex-direction: column;
  }
  .our-mission .img1 {
    display: none;
  }
  .zigzag-item {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .grid-content {
    width: 100%;
    padding-left: 1%;
  }
  .Our-vision {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .item1 img {
    width: 80%;
  }
  .vision-content {
    width: 90%;
    padding-left: 3%;
  }
  .grid-img {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
  }
  .our-story {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -1px;
    background-color: #7da666;
    padding: 20px 0px;
    border-radius: 0px;
  }
}
@media screen and (min-width: 802px) and (max-width: 1024px) {
  nav {
    gap: 80px;
  }
  .mission {
    width: 100%;
  }
  .abt-container {
    width: 100%;
  }
  .ful-content {
    width: 100%;
  }
  .Our-vision {
    width: 100%;
  }
  .our-story {
    width: 100%;
  }
  .story-content p {
    width: 100%;
    font-size: 20px;
  }
  #para {
    font-size: 16px;
    width: 60%;
    color: #7da666;
    margin: 0;
    text-align: start;
  }
  .abt-details {
    position: relative;
    padding: 0px 0px 0px 20px;
  }
  #heading {
    width: 100%;
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #7da666;
    text-align: start;
  }
  .zigzag-item {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }
  .our-mission .img2,
  .our-mission .img3 {
    width: 50%;
    height: auto;
  }
  .grid-content {
    padding-left: 0%;
    margin-left: -70px;
  }
  .grid-img {
    margin-left: 0px;
  }
  .item1 img {
    width: 80%;
  }
  .our-story {
    padding: 30px;
  }
  footer .content {
    padding: 0px 50px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1023px) {
  * {
    margin: 0px;
    padding: 0px;
  }
  #checkbtn {
    display: block;
  }
  .nav-btn-container {
    display: none;
  }
  .nav-btn-ul {
    display: block;
  }
  label.logo {
    color: white;
    margin-left: 50%;
  }

  nav {
    width: 100%;
    gap: 50px;
    position: sticky;
    background-color: #7da666;
  }
  .nav-btn-ul {
    background-color: #bfd8af;
    font-size: 12px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    border-radius: 10px;
    border: none;
    transition-duration: 300ms;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .nav-bt-ul:hover {
    transform: translateY(-3px);
  }

  .nav-btn-ul .btn-log {
    list-style-type: none;
    text-decoration: none;
    color: white;
  }

  nav ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 5px solid rgba(255, 255, 255, 0.434);
    background-color: #7da666;
    left: -110%;
    width: 100%;
    top: 70px;
    transition: 0.5s;
    z-index: 1;
    padding: 20px 0px;
  }
  .leaf-nav button {
    display: block;
    background-color: #6e9657;
    margin-bottom: 20px;
  }
  nav button {
    display: none;
  }
  nav ul li {
    display: block;
    text-align: center;
    line-height: 60px;
    margin-top: 10px;
  }
  nav ul li a {
    color: white;
  }
  /*  */
  .abt-container {
    height: 50vh;
  }
  .abt-details {
    position: relative;
    padding: 0px 20px 90px;
  }
  #heading {
    width: 50%;
    font-size: 2.5em; /* margin-bottom: 10px; */
    color: #7da666;
    text-align: start;
  }
  #para {
    font-size: 12px;
    width: 50%;
    color: #7da666;
    margin: 0;
    text-align: start;
  }
  .mission {
    padding: 40px;
  }
  .zigzag-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-left: -65px;
  }
  .our-mission .img2,
  .our-mission .img3 {
    width: 50%;
    height: auto;
  }
  .grid-content {
    padding-left: 0%;
  }
  .grid-content p,
  .vision-content p {
    font-size: 16px;
    color: #f4f4f4;
  }
  .grid-content h1,
  .vision-content h1 {
    margin-bottom: 0px;
  }
  .grid-img {
    margin-left: 0px;
  }
  .our-story {
    padding: 20px;
  }
  /*  */
  footer {
    background-color: #7da666;
    color: #085814;
    width: 100%;
  }
  .services,
  .links,
  .social-media,
  .email {
    width: 30%;
    height: 50%;
    display: flex;
    flex-direction: column;
  }
  footer .content h4 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  footer .content a {
    margin-bottom: 10px;
  }
  footer .heading {
    margin-bottom: 20px;
  }
  footer .content {
    margin-bottom: 20px;
  }
  footer .content a {
    margin-bottom: 10px;
    width: 110%;
  }
}

@media screen and (max-width: 800px) and (min-width: 424px) {
  nav {
    width: 100%;
  }
  /* Footer */
  footer {
    width: 100%;
    height: auto;
  }
  footer .content {
    gap: 15px;
    height: auto;
    margin-top: -30px;
    margin-bottom: 0px;
  }
  footer .content {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: start;
    justify-content: center;
    row-gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
    padding: 20px 0px;
    margin: 0px;
  }
  .links {
    width: 25%;
  }
  .services,
  .social-media {
    width: 36%;
    height: 20%;
    display: flex;
    flex-direction: column;
  }
  .email {
    width: 60%;
    height: 30%;
    display: flex;
    flex-direction: column;
  }
  .details {
    width: 36%;
    height: 30%;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
  }

  footer {
    width: 100%;
    height: auto;
  }
  footer .content a {
    color: white;
    /* margin-bottom: 8px; */
    font-size: 14px;
    height: auto;
    line-height: 15px;
  }
  footer .content h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  p.details {
    width: 30%;
    height: 30%;
    margin-left: -10px;
    padding: 10px;
    align-items: start;
  }
  footer .heading {
    padding: 10px 0px;
    color: #fefefe;
    background-color: #6e9657;
    text-align: center;
    margin: 0px;
    margin-bottom: 3rem;
  }
  footer .content {
    gap: 25px;
    height: auto;
    padding: 0px 20px;
    margin-top: -20px;
    margin-bottom: 10px;
    align-items: start;
    justify-content: start;
    column-gap: 5px;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    background-color: #7da666;
    color: #085814;
    width: 100%;
  }
  .services,
  .links,
  .social-media,
  .email {
    width: 30%;
    height: 50%;
    display: flex;
    flex-direction: column;
  }
  footer .content h4 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  footer .content a {
    margin-bottom: 10px;
  }
  footer .heading {
    margin-bottom: 20px;
  }
  footer .content {
    margin-bottom: 20px;
    padding: 0px 40px;
  }
  footer .content a {
    margin-bottom: 10px;
    width: 110%;
  }
  nav {
    gap: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .abt-container {
    width: 100%;
  }
  footer .content {
    gap: 0px;
    padding: 0px 80px;
  }
  #para {
    font-size: 1.2em;
    /* width: 100%; */
    /* margin-left: 20px; */
    width: 50%;
    color: #7da666;
    margin: 0;
    text-align: start;
  }
  #heading {
    text-align: start;
    /* width: 100%; */
    /* margin-left: 20px; */
  }
  .services p,
  .links p,
  .social-media p,
  .email {
    padding: 10px 0px;
  }
}
@media screen and (min-width: 2000px) {
  footer .content {
    gap: 0px;
    padding: 0px 300px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
  #para {
    font-size: 13px;
    width: 100%;
    text-align: start;
    color: #fdfdfd;
  }
}

@media only screen and (min-width: 319px) and (max-width: 600px) {
  * {
    margin: 0px;
    padding: 0px;
    /* width: 150vw; */
    /* height: 200vh; */
  }
  body {
    overflow-x: hidden;
    width: 100%;
    height: auto;
  }
  /* Navigation Bar */
  #checkbtn {
    display: block;
    font-size: 18px;
  }
  .nav-btn-container {
    display: none;
  }
  .nav-btn-ul {
    display: block;
  }
  .logo {
    /* width: 0px; */
    margin-left: 0%;
  }
  .logo img {
    width: 20px;
  }
  .leaf-nav button {
    display: block;
    margin-bottom: 20px;
  }
  nav button {
    display: none;
  }
  nav li button {
    display: none;
  }
  nav {
    position: sticky;
    width: 100%;
    gap: 150px;
    height: 50px;
    background-color: #7da666;
  }
  label.logo {
    color: white;
    font-size: 18px;
    line-height: 80px;
    gap: 10px;
  }
  .leaf-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
  }
  .nav-btn-ul {
    background-color: #bfd8af;
    font-size: 12px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    border-radius: 10px;
    border: none;
    transition-duration: 300ms;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .nav-bt-ul:hover {
    transform: translateY(-3px);
  }

  .nav-btn-ul .btn-log {
    list-style-type: none;
    text-decoration: none;
    color: white;
  }

  nav ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7da666;
    left: -110%;
    width: 100%;
    top: 70px;
    transition: 0.5s;
    z-index: 1;
    border-top: 5px solid rgba(255, 255, 255, 0.434);
    /* padding: 20px 0px; */
  }
  nav ul li {
    display: inline-block;
    line-height: 50px;
    padding: 0px 20px;
  }
  nav ul li a {
    color: white;
    font-size: 16px;
  }
  .leaf-nav button {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .nav-btn-container a {
    text-decoration: none;
    color: aliceblue;
    font-size: 16px;
    padding: 3px 20px;
    font-weight: 700;
  }

  .nav-active {
    color: white;
    font-size: 18px;
  }
  .leaf-nav {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: -20px;
    width: 50%;
    height: 1200%;
    box-shadow: 0px 60px 120px #161615b0;
    transition: all 1s ease-in-out;
  }
  ul li a:hover {
    color: white;
    cursor: pointer;
  }
  nav ul li a {
    color: #ffffffa8;
    font-size: 18px;
    text-align: start;
  }
  .leaf-nav button {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: clamp(0.9375rem, -3.6151rem + 22.1402vw, 4.6875rem);
  }
  nav ul li {
    display: inline-block;
    line-height: 50px;
    padding: 0px;
    text-align: start;
    width: 100%;
    margin-left: clamp(0.9375rem, -3.6151rem + 22.1402vw, 4.6875rem);
  }
  /*  */
  /* Contents */
  .our-mission .img2,
  .our-mission .img3 {
    width: 100%;
    height: auto;
  }
  .grid-content h1,
  .vision-content h1 {
    margin-bottom: 10px;
    font-size: 32px;
    color: #f4f4f4;
  }
  .mission {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .grid-content h1,
  .vision-content h1 {
    margin-bottom: 0px;
    font-size: 32px;
    color: #f4f4f4;
    margin-left: -10px;
  }
  .grid-content p,
  .vision-content p {
    font-size: 13px;
    color: #f4f4f4;
    margin-left: -10px;
    text-align: start;
  }
  .grow img {
    width: 100%;
  }
  .grow-cont {
    width: 100%;
  }
  .grow-count p {
    font-size: 12px;
  }
  .story-content p {
    width: 95%;
    font-size: 13px;
    text-align: start;
  }
  .story-content {
    margin-left: 15px;
  }
  Footer footer {
    width: 100%;
    height: auto;
  }
  footer .content {
    gap: 15px;
    height: auto;
    margin-top: -30px;
    margin-bottom: 0px;
  }
  footer .content {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: start;
    justify-content: center;
    row-gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
    padding: 0px 20px;
    margin: 0px;
  }
  .services {
    width: 50%;
    height: 20%;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .links {
    width: 50%;
    height: 20%;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .social-media {
    width: 45%;
    height: 20%;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .email {
    width: 98%;
    height: 20%;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .details {
    width: 45%;
    height: 20%;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  footer {
    width: 100%;
    height: auto;
  }
  footer .content a {
    color: white;
    margin-bottom: 10px;
    font-size: 14px;
  }
  footer .content h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  p.details {
    width: 30%;
    height: 30%;
    margin-left: -10px;
    padding: 10px;
    align-items: start;
  }
  footer .heading {
    padding: 10px 0px;
    color: #fefefe;
    background-color: #6e9657;
    text-align: center;
    margin: 0px;
    margin-bottom: 20px;
  }
  footer .content {
    gap: 10px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
