@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
  box-sizing: border-box;
}

body {
  color: #24520a;
  line-height: 1.6;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
}

.lato-thin {
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-thin-italic {
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-light-italic {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-regular-italic {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-bold-italic {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-black-italic {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-style: italic;
}

.w-100p {
  width: 100%;
}

.nav .links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav .links a {
  color: #24520a;
  text-decoration: none;
}

.nav .links .nav-item {
  font-size: 17px;
  font-weight: 400;
}

.nav .socials {
  margin-left: 20px;
}

.nav .socials a {
  margin-left: 10px;
  color: #0c5303;
}

.fs-20 {
  font-size: 20px;
}

.fw-700 {
  font-weight: 400;
}

.fw-800 {
  font-weight: 800;
}

.section {
  padding: 10px 20px;
}

.section {
  margin: 80px 0px;
}

.image-container {
  width: 90%;
  /* height: 150px; */
  /* border-radius: 50%; */
  margin: 0 auto;
}

.w-80-container {
  width: 90%;
  margin: 0 auto;
}

.member-image {
  width: 100%;
  /* height: 100%; */
  /* border-radius: 50%; */
  object-fit: cover;
}

.w-100p {
  width: 100%;
}

.w-80p {
  width: 90%;
  margin: 0 auto;
}

.user-name {
  font-size: 16px;
  margin-bottom: 0;
}

.user-name span {
  font-weight: 700;
}

.fs-15 {
  font-size: 15px;
}

.fw-light {
  font-weight: 100;
}

.user-social a {
  color: #24520a;
  margin-right: 5px;
}

.footer {
  background-color: #164729 !important;
  /* min-height: 300px; */
  padding: 0 0 0px 0 !important;
}

/* .user-social:first-child {
  margin-right: 10px;
} */

.main-text {
  width: 500px;
  margin: 10px auto 30px auto;
}

.item {
  padding: 25px;
  background-color: white;
  box-shadow: 1px -1px 14px 5px rgb(11 84 4 / 7%);
  margin-bottom: 20px;
  height: 170px;
  transition: all 0.3s;
}

.item h4 {
  font-size: 20px;
  padding-bottom: 8px;
}

.item:hover {
  background-color: #0c5305;
}

.item:hover h4,
.item:hover p {
  color: #fff;
}

.text-with-opacity {
  color: #ffffffdb;
}

.mr-10px {
  margin-right: 30px;
}

.top-text {
  padding: 30px 0;
}

.top-text {
  padding: 30px 0;
  margin-top: 80px !important;
}

@media (max-width: 600px) {
  .links .socials {
    display: none;
  }

  .message {
    width: 98% !important;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 30px 40px rgb(0 0 0 / 15%);
  }

  .btn-submit {
    margin-bottom: 40px;
  }
}

input.input.simple,
select.input.simple,
textarea {
  border: 1px solid #0c530373;
  border-width: 0.5px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  height: 45px;
  color: #0c5303 !important;
  border-radius: 2em;
  background-color: #ffffff;
  box-shadow: none;
  margin-top: 0 !important;
}

label {
  font-size: 15px;
}

.mr-5 {
  margin-right: 20px !important;
}

input[type='checkbox'] {
  accent-color: #24520a;
}

.bg-transparent-header {
  position: fixed;
  width: 100%;
  z-index: 2;
  z-index: 999;
}

.bg-transparent-header .links a {
  color: #fff;
  text-decoration: none;
}

.bg-transparent-header .reg-btn {
  background-color: #fff;
  color: #24520a !important;
  padding: 3px 20px;
  border-radius: 20px;
}

.bg-transparent-header.scrolled .reg-btn {
  background-color: #24520a;
  color: #fff !important;
}

.bg-transparent-header.scrolled .links a {
  color: #24520a;
}

.bg-transparent-header.scrolled {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
}

#header-logo {
  height: 45px;
}

.get-started-btn {
  background-color: #fff;
  color: #24520a !important;
  padding: 10px 30px;
  border-radius: 30px;
  width: fit-content;
  margin: 40px auto 0 auto;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s;
}

.get-started-btn:hover {
  transition: all 0.3s;
  box-shadow: 0 1px 15px #24520a4c;
  transform: scale(1.1);
  /* margin-top: -3px; */
}

/* Full-screen video section */
.video-section {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Full viewport height */
  overflow: hidden;
}

/* Full-screen video container */
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  /* Ensure the video stays in the background */
}

/* Video styling */
.bg-video__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the video fills the container without distortion */
  transform: translate(-50%, -50%);
  /* Center the video */
}

/* Semi-transparent overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e5205c7;
  /* Semi-transparent black */
  z-index: 0;
  /* Above the video but below the text */
}

/* Overlay Content */
.overlay-content {
  position: absolute;
  z-index: 1;
  /* Ensure content is above the overlay */
  color: white;
  text-align: center;
  /* padding-top: 20%; */
  /* Adjust this value to vertically center the text */
  width: 70%;
  margin-left: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.overlay-content h1 {
  font-size: 4rem;
  margin-bottom: 30px;
  line-height: 1.2;
  margin-top: 40px;
}

.overlay-content p {
  font-size: 1.5rem;
  width: 65%;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 300;
}

/* Other Content Section */
.other-content {
  padding: 50px 20px;
  background-color: #f4f4f4;
  /* Light background for contrast */
  text-align: center;
}

.other-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.other-content p {
  font-size: 1.5rem;
  color: #333;
}

.item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.item:hover {
  background-color: transparent !important;
  box-shadow: #0c530373;
}

.client-image {
  width: 100%;
  height: 120px;
  object-fit: contain;
}

.hero-bg {
  height: 100vh;
  width: 100% !important;
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: bottom;
  position: relative;
}

.hero-content {
  width: 40%;
  position: absolute;
  right: 20%;
  top: 30%;
  /* background: #000; */
}

.fw-100 {
  font-weight: 100;
}

.tertiary-title {
  font-size: 40px;
  font-weight: 100;
}

.secondary-title {
  font-size: 60px;
  font-weight: 100;
}

.primary-title {
  font-size: 80px;
  font-weight: 800;
}

.ml--auto {
  margin-left: auto !important;
}

.hero-content h1,
.hero-content h2,
.hero-content h3 {
  line-height: 1 !important;
}

.h-100vh {
  height: 100vh;
}

.footer.footer-customized {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.get-started-btn.bg-isaro {
  background-color: #24520a;
  color: #fff !important;
  margin-bottom: -50px;
}

.footer .lato-thin {
  font-size: 19px;
}

.testimonial-section {
  /* width: 90%; */
  margin: auto;
  padding: 50px 0;
  background-color: #9fc165;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* h2 {
  color: #2c541d;
  font-size: 24px;
  margin-bottom: 20px;
} */

/* Carousel Container with Gradient Edges */
.carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

/* Gradient overlays on the left and right edges */
.carousel-container::before,
.carousel-container::after {
  content: '';
  position: absolute;
  top: 0;
  width: 5%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.carousel-container::before {
  left: 0;
  /* background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.533)); */
}

.carousel-container::after {
  right: 0;
  background: linear-gradient(to left, #9fc16591, #9fc1655b);
}

/* Wrapper to Hide Overflow */
.testimonial-wrapper {
  overflow: hidden;
  width: 90%;
}

/* Carousel */
.testimonial-carousel {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}

/* Individual Testimonial Card */
.testimonial {
  min-width: 32%;
  background: #ffffff;
  border: 2px solid #2c541d;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.testimonial h4 {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.testi-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  margin: 0 auto 15px auto;
  /* position: absolute;
  top: -35px; */
}

.profile-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 3px solid #2c541d;
}

/* p {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

h4 {
  font-size: 14px;
  color: #2c541d;
  font-weight: bold;
} */

/* Navigation Buttons */
.prev-btn,
.next-btn {
  background-color: #2c541d;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: 4;
}

.prev-btn {
  left: 0;
}

.next-btn {
  right: 0;
}

.prev-btn:hover,
.next-btn:hover {
  background-color: #1f3e14;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial {
    min-width: 80%;
  }

  .testimonial-wrapper {
    width: 100%;
  }

  .prev-btn,
  .next-btn {
    padding: 8px 12px;
    font-size: 16px;
  }
}

/* Carousel Section */
.scroll-carousel-section {
  background: #fff;
  padding: 50px 0;
}

/* Container for scroll-driven effect */
.scroll-carousel-container {
  position: relative;
  /* Increase this height to adjust how long the scrolling action lasts.
     Here 200vh means the container is twice the viewport height. */
  height: 200vh;
  overflow: hidden;
}

/* The carousel itself is pinned while the user scrolls */
.scroll-carousel {
  position: sticky;
  top: 0;
  display: flex;
  transition: transform 0.2s ease-out;
  /* Ensure no wrapping */
  white-space: nowrap;
}

/* Renamed slide class to avoid conflicts */
.scroll-carousel-slide {
  flex: 0 0 25%; /* 4 items in view by default */
  box-sizing: border-box;
  padding: 10px;
  margin: 5px;
  background: #e8f5e9;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .scroll-carousel-slide {
    flex: 0 0 50%;
  }
}

@media (max-width: 480px) {
  .scroll-carousel-slide {
    flex: 0 0 100%;
  }
}

/* .sticky-carousel-scroll-container {
  height: 60vh;
} */

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

.sticky-carousel-container {
  height: 50vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  margin-left: 4%;
  /* background-color: red; */

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sticky-carousel {
  display: flex;
  transition: transform 0.3s ease-out; /* Smooth transition for scrolling */
  /* height: 100vh; */
  align-items: center;
  /* flex-direction: column; */
  text-align: center;
  overflow-x: scroll;
  scrollbar-width: none;
}

.sticky-carousel::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Edge: hides the scrollbar */
}

.sticky-carousel-item {
  flex: 0 0 auto;
  width: calc(
    100vw / 4 - 10px
  ); /* Each item takes up 1/4 of the viewport width minus gap */
  margin-right: 20px; /* Add a small gap between items */
  height: 36vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  /* color: white; */
  box-sizing: border-box;
  border-radius: 15px;
  padding: 25px;
}

.sticky-carousel-item p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 15px;
  /* font-family: 'Lato', sans-serif;
  font-weight: 300; */
  font-weight: 400;
  font-style: normal;
}

.sticky-carousel-item:nth-child(1) {
  background-color: #fdd186;
}
.sticky-carousel-item:nth-child(2) {
  background-color: #1e6367;
  color: rgba(255, 255, 255, 0.826);
}
.sticky-carousel-item:nth-child(3) {
  background-color: #faa88c;
}
.sticky-carousel-item:nth-child(4) {
  background-color: #145f4e;
  color: rgba(255, 255, 255, 0.826);
}
.sticky-carousel-item:nth-child(5) {
  background-color: #9b59b6;
  color: rgba(255, 255, 255, 0.826);
}
.sticky-carousel-item:nth-child(6) {
  background-color: #ecf0f1;
  margin-right: 30px;
}
.sticky-carousel-item:nth-child(7) {
  background-color: #1abc9c;
}
.sticky-carousel-item:nth-child(8) {
  background-color: #d35400;
}

.imgs-front {
  position: relative;
}

.im-1,
.im-2,
.im-3 {
  width: 70% !important;
  position: absolute;
  border-radius: 10px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  border: 8px solid #fff;
}

.h-100v {
  height: 100vh;
}

.im-1 {
  left: 55%;
  top: 150px;
  z-index: 3;
}

.im-2 {
  left: 0%;
  top: 200px;
  z-index: 2;
  /* border: 3px solid #fff; */
}

.im-3 {
  left: 15%;
  z-index: 3;
  /* top: 300px; */
}
/* .im */

.flex-direction-column {
  flex-direction: column;
}

.h-100p {
  height: 100%;
}

.page-title {
  background-color: #0e5205;
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-title h1 {
  font-size: 40px;
  color: #dcfae8;
  width: 65%;
  text-align: center;
}

.page-title p {
  color: #dcfae8;
  font-weight: 300;
}

.mr---10 {
  margin-right: -10%;
}

.d-center {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.mx-h-50 {
  min-height: 40vh;
}

.mr---1p {
  margin-right: -1%;
}

.ml---1p {
  margin-left: -1%;
}

.left-20 {
  right: 0%;
  left: 20% !important;
}

.hero-content-left {
  width: 60%;
  position: absolute;
  left: 10%;
  top: 30%;
  /* background: #000; */
}

.lottie-container {
  height: 100vh;
  width: 100%;
}

.mobile-cust {
  height: 500px;
  object-fit: contain;
}

/* INDEX */
.header--eco {
  border-bottom: 0.5px solid #fff;
}

.icon-container--eco {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  border-radius: 30px;
  z-index: 2;
}

.color-green-eco {
  color: #0b4703;
}

.container-eco a:hover {
  color: #fff;
  outline: none;
}

.scaly {
  transform: scale(1);
}

.ml-0.get-started-btn {
    margin-left: 0 !important;
    padding: 6px 18px;
  }

@media screen and (max-width: 600px) {
  .container-eco {
    left: 1%;
    bottom: 10px;
    width: 98%;
    border-radius: 10px;
  }
}

.size-fa-eco {
  font-size: 20px;
}

.icon-holder--eco {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border: 0.5px solid #0b470369;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-container--eco {
  height: 44px;
  background-color: white;
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* width: 10; */
}

.border-right--eco {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.border-left--eco {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.counter--medium--eco {
  color: #0b4703;
  font-family: sans-serif;
  /* text-align: right; */
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 0.8;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.w--50p-eco {
  width: 50%;
}

.w--100p-eco {
  width: 100%;
}

.ml---25 {
  margin-left: -20px;
  z-index: 1;
}

.mr---25 {
  margin-right: -20px;
  z-index: 1;
}

.ml---35 {
  margin-left: 20px;
}

.mr---35 {
  margin-right: 20px;
}

.counter-secondary--eco {
  border: 0.5px solid rgba(255, 255, 255, 0.764);
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 120px;
}

.counter-secondary--eco .text-white.block {
  font-size: larger;
  font-weight: 600;
  margin-top: 10px;
}

.w--25--eco {
  width: 31%;
}

.top--icon--holder-eco {
  position: absolute;
  top: -20px;
  width: 35px;
  height: 35px;
  border-radius: 17.5px;
  background-color: #fff;
  justify-content: center;
}

.main-text--eco {
  width: 70%;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 auto;
}

.border-t {
  border-top-width: 0.5px !important;
  border-color: rgba(255, 255, 255, 0.731);
}

.large-size--eco {
  font-size: 30px;
}

.container-handler {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.eco--widget {
  position: relative;
}

.ecco-wiget-loader {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 50px;
  background-color: #19750d;
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  cursor: pointer;
  transition: all 0.3s easy-in;
}

.ecco-wiget-loader:hover {
  background-color: #1f8b11;
}

.pt-8 {
  padding-top: 1.5rem;
}

.justify-between {
  justify-content: space-between;
}

.items-start {
  align-items: flex-start;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.ml-8 {
  margin-left: 2rem;
}

.p-8 {
  padding: 1.5rem 2em 1em 2em;
}

.text-center {
  text-align: center;
}

.mt-3 {
  margin-top: 0.75rem;
}

.uppercase {
  text-transform: uppercase;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.font-bold {
  font-weight: 700;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.border-t {
  border-top-width: 0.5px !important;
  border-color: rgba(255, 255, 255, 0.731);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.mt-12 {
  margin-top: 2.3rem;
}

.text-center {
  text-align: center;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-2 {
  margin-top: 0.5rem;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.justify-end {
  justify-content: flex-end;
}

.bg-white {
  background-color: #fff;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

[role='button'],
button {
  cursor: pointer;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

button {
  outline: none;
  border: 0;
}

.block {
  display: block;
}

.mt-6 {
  margin-top: 1.1rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.space-x-1 {
  margin-left: auto;
  margin-right: auto;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.justify-center {
  justify-content: center;
}

a {
  text-decoration: none;
}

.feature-holder {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.feature-holder img {
  border-radius: 5px;
  padding-top: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-holder h4 span {
  color: #24520a;
}

.source {
  line-height: 1.2;
  margin-top: 20px;
}

.source span,
.source small {
  font-style: italic;
  color: #24520a;
}

.feature-contents {
  padding: 20px;
}

.image-container {
  height: 250px;
}

@media (max-width: 450px) {
  .links {
    margin-top: 5px;
  }
}

 .feature-holder {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .15);
  }

  .feature-holder img {
    border-radius: 5px;
    padding-top: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .feature-holder h4 span {
    color: #24520a;
  }

  .source {
    line-height: 1.2;
    margin-top: 20px;
  }

  .source span,
  .source small {
    font-style: italic;
    color: #24520a;

  }

  .feature-contents {
    padding: 20px;
  }

  .image-container {
    height: 250px;
  }



  .card- {
    margin-bottom: 20px;
  }

  .com-header {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 22.5px;
    border: 2px dashed #24520a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
  }

  .letter {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #24520a;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cont {
    border: 1px solid #24520a;
    border-radius: 5px;
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .names {
    font-size: 16px;
    width: 60%;
    margin: 0 auto;
    line-height: 1.3;
  }

  @media(max-width: 450px) {
    .links {
      margin-top: 15px;
    }
  }

/*  */

@media (max-width: 1000px) {
  .main-text {
    width: 100%;
    margin: 30px auto;
  }

  .logo {
    height: 50px;
  }
  .item {
    height: auto;
  }

  .page-title h1 {
    font-size: 20px;
    width: 90%;
    line-height: 1.5;
  }

  .overlay-content h1 {
    font-size: 2rem;
    margin-top: 40px;
  }

  .overlay-content p {
    font-size: 1.3rem;
    width: 90%;
    margin: 0 auto;
  }

  .overlay-content {
    position: absolute;
    z-index: 1;
    color: white;
    text-align: center;
    /* padding-top: 20%; */
    width: 90%;
    margin-left: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .imgs-front {
    height: 50%;
    margin-top: -50px;
    height: 54vh;
  }

  .im-1 {
    left: 35%;
    top: 90px;
    z-index: 3;
  }

  .im-3 {
    left: 0%;
    z-index: 3;
    /* top: 300px; */
  }

  .im-2 {
    left: 0%;
    top: 180px;
    z-index: 2;
    /* border: 3px solid #fff; */
  }

  .sticky-carousel-item {
    flex: 0 0 auto;
    width: calc(100vw / 1.4 - 10px);
    height: 36vh;
  }

  .sticky-carousel-container {
    overflow-x: scroll;
  }

  .sticky-carousel-item p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
    font-weight: 400;
    font-style: normal;
  }

  .h3,
  h3 {
    font-size: calc(1.1rem + 0.6vw);
  }

  .section {
    margin: 80px 0px 40px 0 !important;
  }

  .testimonial-section {
    margin: auto;
    padding: 50px 0;
    background-color: #9fc165;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .w-80-container {
    width: 100% !important;
  }

  .testimonial {
    min-width: 100%;
  }

  .hero-bg {
    height: 50vh;
    width: 100% !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: left;
    position: relative;
  }

  .secondary-title {
    font-size: 23px;
    font-weight: 100;
  }

  .tertiary-title {
    font-size: 23px;
    font-weight: 100;
  }

  .hero-content {
    width: 68%;
    position: absolute;
    right: 10%;
    top: 30%;
    text-align: right;
  }

  .hero-content .lato-thin,
  .hero-content .lato-regular {
    font-weight: 400;
  }

  .primary-title {
    font-size: 40px;
    font-weight: 800;
  }

  .get-started-btn.d-flex.justify-content-end.hero-btn {
    background-color: #fff;
    color: #24520a !important;
    padding: 10px 30px;
    border-radius: 30px;
    width: fit-content;
    margin-top: 20px;
    margin-left: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
  }

  .footer.footer-customized {
    position: relative;
    bottom: 0;
    width: 100%;
  }
  .lottie-container {
    height: auto;
  }

  .get-started-btn.bg-isaro {
    background-color: #24520a;
    color: #fff !important;
    margin-bottom: 0px;
  }

  .mx-h-50 {
    height: auto;
    min-height: auto;
  }

  .mobile-cust {
    height: 300px;
    object-fit: contain;
  }

  .hero-content-left .primary-title {
    font-size: 25px;
  }

  .hero-content-left {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 20%;
    /* background: #000; */
  }

  .left-20 {
    right: 0%;
    left: 10% !important;
  }

  .bg-transparent-header .showMenuLabel {
    color: #fff !important;
  }

  .bg-transparent-header.scrolled .showMenuLabel {
    color: #24520a !important;
  }

  .sticky-carousel-container {
    height: 50vh;
    position: sticky;
    top: 0;
    overflow: hidden;
    margin-left: 2%;
    /* background-color: red; */

    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .b-0-mobile, section .b-0-mobile, .section.b-0-mobile {
    margin-bottom: 0 !important
  }

  .section.mt--0-mobile {
        margin: 0px 0px 40px 0 !important;
    }

  .bg-transparent-header.scrolled .links a {
    color: #ffffff;
  }
    
}
