* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--herohead-font-family);
}

:root {
  --hero-color: #FFFAF2;
  --section-color: #E9E1D4;
  --footer-color: #000000;
  --btn-color: #375318;
  --btntxt-color: #FFFFFF;
  --headertxt-color: #000000;
  --name-color: #316500;
  --header-font-size: 20px;
  --header-font-weight: 400;
  --header-font-family: 'Aileron', sans-serif;
  --herohead-font-size: 30px;
  --herohead-font-weight: 400;
  --herohead-font-family: 'Avenir Next', sans-serif;
  --herohead2-font-size: 58px;
  --herohead2-font-weight: 400;
  --sectionhead-font-size: 28px;
  --sectionhead-font-weight: 400;
  --sectonsub-font-size: 16px;
  --lighthead-font-size: 20px;
  --lighthead-font-weight: 800;
  --lighthead-font-family: 'Avenir', sans-serif;
  --lighthead-color: #B6B6B6;
  --g-font-family: 'Georgia', sans-serif;
  ;
}


section {
  border-bottom: 1px solid #f9f4f4;
  place-content: center;
}


a {
  text-decoration: none;
}


/* Navbar start */
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 2px 5px rgba(107, 107, 107, 0.1);
  border-bottom: 1px solid #ebebeb;
}

.navbar {
  background-color: var(--hero-color);
  padding: 20px 50px;
}

.navbar-brand {
  font-size: 36px;
  font-weight: bold;
}

.navbar-nav .nav-link {
  color: var(--headertxt-color);
  margin-right: 50px;
  font-family: var(--header-font-family);
  font-size: var(--header-font-size);
  font-weight: var(--header-font-weight);
}

.search-input {
  border: 1px solid var(--lighthead-color);
  background-color: transparent;
  border-radius: 5px;
  padding: 10px 10px;
  width: 300px;
}

.contact-btn {
  background-color: var(--btn-color);
  color: var(--btntxt-color);
  border: none;
  border-radius: 5px;
  padding: 10px 40px;
  margin-left: 10px;
}

.contact-btn:hover {
  background-color: transparent;
  border: 1px solid #316500;
  color: #316500;
}

/* Navbar end */


/* Hero start */
.hero-section {
  background-color: var(--hero-color);
  overflow-x: hidden;
}

.logo {
  width: 100%;
  max-height: 60px;
}

.text-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.text-section h1 {
  font-size: var(--herohead2-font-size);
  font-weight: var(--herohead2-font-weight);
  font-family: var(--herohead-font-family);
  margin: 20px 0;
}

.text-section p {
  font-size: var(--herohead-font-size);
  font-weight: var(--herohead-font-weight);
  font-family: var(--herohead-font-family);
  margin: 0;
}

.text-section .btn {
  background-color: var(--btn-color);
  color: var(--btntxt-color);
  padding: 15px 120px;
  border: none;
  border-radius: 5px;
  margin-top: 20px;
}

.text-section .btn:hover {
  background-color: transparent;
  border: 1px solid #316500;
  color: #316500;
}

.image-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Hero end */


/* About section start */
.about-us-section {
  padding-top: 100px;
  padding-bottom: 100px;
      border: 0px solid #fff !important;
    background: #ebebeb;
}


.section-title {
  font-size: var(--sectionhead-font-size);
  font-weight: var(--sectionhead-font-weight);
  font-family: var(--header-font-family);
}

.section-subtitle {
  font-size: var(--sectonsub-font-size);
  font-weight: var(--sectionhead-font-weight);
  font-family: var(--herohead-font-family);
  margin-top: 1rem;
}

.section-content {
  font-size: 1rem;
  margin-top: 0.5rem;
  padding: 15px 22%;
}

.vision-mission {
  margin-top: 2rem;
  justify-content: space-between;
}

.vision-mission img {
  border-radius: 50%;
  max-width: 100%;
}

.about-us-section h2 {
  color: var(--lighthead-color);
  font-weight: var(--lighthead-font-weight);
  font-size: var(--lighthead-font-size);
  font-family: var(--lighthead-font-family);
}

/* About section end */


/* Team section start */
.founder-section {
  padding: 50px;
  background-color: var(--section-color);
}

.founder-title {
  text-transform: uppercase;
  font-family: var(--lighthead-font-family);
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 2px;
  color: #7d7d7d;
  margin-bottom: 20px;
}

.founder-name {
  font-size: 64px;
  color: #4a773c;
  margin-bottom: 10px;
}

.founder-role {
  font-size: 32px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}

.founder-description {
  font-size: 16px;
  color: #333;
}

.founder-image {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.founder-hi {
  font-family: var(--g-font-family);
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}

/* Team section end */

/* Newsletter section start */
.newsletter-section {
  background-image: url('img/newsletter.jpeg');
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.newsletter-box {
  background: rgba(255, 255, 255, 0.95);
  padding: 2.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 650px;
  width: 100%;
  min-height: 480px;
}

.news-head {
  font-family: var(--lighthead-font-family);
  color: #0000006E;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0.12em;
  text-align: center;
}

.news-head-2 {
  font-family: var(--g-font-family);
  font-size: 64px;
  font-style: italic;
  font-weight: 400;
  line-height: 96px;
  text-align: center;
}



.newsletter-section .form-control {
  border: 1px solid #ddd;
  padding: 0.75rem;
  margin-bottom: 1rem;
}

.btn-subscribe {
  background-color: #2d4c1e;
  border: none;
  color: white;
  padding: 0.75rem;
  width: 100%;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-subscribe:hover {
  background-color: transparent;
  border: 1px solid #316500;
  color: #316500;
}

.form-label {
  color: #666;
  font-size: 15px;
}

.newsletter-section .container-new {
  border: 1px solid #ddd;
  padding: 80px;
}

/* Newsletter section end */

/* Products section start */
.products-section {
  background-color: var(--section-color);
}

.pro-title {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #7d7d7d;
}

.main-title {
  text-align: center;
  margin: 20px 0;
  padding-left: 160px;
  padding-right: 160px;
  font-size: 64px;
  font-family: var(--g-font-family);
  font-weight: 400;
}

.product-section {
  margin: 40px 0;
}

.product-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
  max-width: 500px;
}

.product-description p {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
  max-width: 500px;
}

.subscribe-btn {
  background-color: var(--btn-color);
  color: white;
  border: none;
  padding: 10px 60px;
  font-size: 14px;
  cursor: pointer;
}

.subscribe-btn:hover {
  background-color: transparent;
  border: 1px solid #316500;
  color: #316500;
}

.product-image {
  margin-bottom: 20px;
}

/* Products section end */

/* Footer start */
.footer {
  padding: 60px 0;
  background-color: #333;
  color: #fff;
}

.footer h2 {
  font-size: 52px;
  margin-bottom: 1rem;
}

.footer p,
.footer a {
  color: #ccc;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0.5rem;
}

.footer a:hover {
  color: #fff;
}

.footer h5 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.footer .col-md-2 {
  padding-left: 40px;
}

.footer .col-md-4 {
  padding-right: 40px;
}

.footer .text-center p {
  font-size: 0.75rem;
  color: #666;
  margin-top: 50px;
}

/* Footer end */


@media screen and (max-width: 768px) {
  .navbar {
    padding: 0;
  }

  .contact-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .search-input {
    width: 250px;
  }

  .hero-section {
    padding-top: 100px;
  }

  .text-section p {
    font-size: 18px;
    text-align: left;
  }

  .text-section h1 {
    font-size: 38px;
    text-align: left;
    padding-left: 22px;
  }

  .text-section .btn {
    padding: 15px 70px;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .section-content {
    padding: 0;
    text-align: left;
  }

  .section-title {
    padding: 0;
    text-align: left;
  }

  .about-us-section {
    padding: 20px;
  }

  .founder-title {
    font-size: 15px;
  }

  .founder-hi {
    font-size: 24px;
    margin-top: 10px;
  }

  .founder-name {
    font-size: 38px;
  }

  .founder-role {
    font-size: 24px;
  }

  .founder-section {
    padding: 20px;
  }

  .main-title {
    font-size: 28px;
    padding-left: 22px;
    padding-right: 0;
    text-align: left;
  }

  .product-section {
    padding: 20px;
  }

  .pro-title {
    font-size: 15px;
    text-align: left;
    padding-left: 22px;
  }

  .product-title {
    font-size: 22px;
  }

  .product-description p {
    font-size: 14px;
    text-align: left;
  }

  .subscribe-btn {
    padding: 10px 40px;
  }

  .newsletter-section .container-new {
    padding: 20px;
  }

  .news-head {
    font-size: 14px;
  }

  .news-head-2 {
    font-size: 38px;
  }

  .footer {
    padding: 20px;
  }

  .footer h2 {
    font-size: 32px;
  }

  .footer p {
    font-size: 14px;
  }

  .footer .col-md-2 {
    padding-left: 10px;
  }

}