@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kufam:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');

@font-face {
    font-family: 'MilkywayDemo';
    src: url('../fonts/Milkyway\ DEMO.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.pt-30{
    padding-top: 30%;
}

.navbar-nav  .navbar-brand {
  font-size: 50px;
  font-weight: bold;
  color: black;
  padding-bottom: 15px;
}
.navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-link {
  color: #5E7E65;
  font-size: 15px;
  padding: 0.5em 5em;
  font-family: "Krona One", sans-serif;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 0.5rem;
    outline: none;
}

.hamburger {
    width: 30px;
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hamburger span {
    height: 3px;
    width: 100%;
    background-color: #333; /* Customize color */
    border-radius: 2px;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),
                opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1),
                background-color 0.3s ease;
    display: block;
    position: relative;
}


/* Animation when toggled */
.custom-toggler.collapsed .hamburger span:nth-child(1) {
    transform: rotate(0deg) translateY(0);
}

.custom-toggler:not(.collapsed) .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.custom-toggler:not(.collapsed) .hamburger span:nth-child(2) {
    opacity: 0;
}

.custom-toggler:not(.collapsed) .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: auto;
    display: block;
}

.banner h1 {
    position: absolute;
    top: 40%;
    right: 20%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 75px;
    font-family: "Kufam", sans-serif;
    font-weight: bold;
    text-align: left;
    text-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);    
}

.morning{
    padding: 100px 0;
}

.morning h2{
    font-size: 65px;
    font-family: 'MilkywayDemo', sans-serif;
    color: #2F5C5C;
}

.morning p{
    font-family: "Kufam", sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #696666;
    width: 80%;
    margin-bottom: 35px;
}

.morning a{
    font-family: "Krona One", sans-serif;
    font-size: 15px;
    color: #fff;
    background: #5E7E65;
    border-radius: 25px;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.morning a svg {
    transition: transform 0.3s ease;
}

.morning a:hover svg {
    transform: translateX(5px);
}

.right-side .accordion h3 .accordion-button{
    font-size: 20px;
    font-weight: bold;
    font-family: "Kufam", sans-serif;
    color: #2F5C5C;
    padding: 20px 10px 0px 20px;
}

.right-side .accordion h3 .accordion-button:not(.collapsed){
    background-color: #fff;
}

.morning .right-side .accordion p{
    font-size: 15px;
    font-family: "Kufam", sans-serif;
    color: #0B0B0B;
    margin-bottom: 0px;
}

/* .right-side .accordion .accordion-item{
    border-bottom: 1px solid #696666;
} */

.right-side .accordion .accordion-item:last-child {
  border-bottom: none;
}

.right-side .accordion-button::after {
  content: '+';
  font-size: 1.2rem;
  margin-left: auto;
  background-image: none !important;
  transform: none !important;
}

.right-side .accordion-button[aria-expanded="true"]::after {
  content: '-';
}

.team{
    padding: 100px 0px;
}

.team h2{
    font-size: 65px;
    color: #0B0B0B;
    font-family: 'MilkywayDemo', sans-serif;
    line-height: 35px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
}

.team h3{
    font-size: 35px;
    color: #0B0B0B;
    font-family: 'Kufam', sans-serif;
    font-weight: bold;
}

.team p{
    font-size: 20px;
    color: #0B0B0B;
    font-family: 'Kufam', sans-serif;
}

.team .swiper {
  padding-bottom: 60px;
}

.team .swiper-slide {
  width: auto;
}

.team .slide-content {
  position: relative;
  /* text-align: center; */
}

.team .slide-img {
  width: 100%;
  /* max-width: 300px; */
  border-radius: 15px;
}

.team .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.team .slide-text {
	margin-top: 15px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.team .slide-text .name {
  color: #0B0B0B;
  font-size: 20px;
  font-family: "Kufam", sans-serif;
  font-weight: bold;
}

.team .slide-text .designation {
  color: #0B0B0B;
  font-size: 15px;
  font-family: "Kufam", sans-serif;
}

/* Spacing between slides */
.team .swiper-wrapper {
  display: flex;
}

/* Custom navigation buttons */
.team .custom-nav {
  width: 40px;
  height: 40px;
  background-color: #2F5C5C;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
  z-index: 10;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAABtklEQVR4nO3dv2oUURhA8c2fNxGMXUCR9ZltUgRJGV9GSGOyWJgEiyML00mSibB7T3bO7wk+9nC/YYu5s1olSZL8L+CoX08AOAeugHvgEbgEPoyea8kxfvGvO2A9er7FmU7GUzZF2SPgeFpTz9kUZb9Rfr8QZKsoewxywTybTsp+grybHuBFsQA+Aj9fEeXL6JkPXlGEiiJUFKGiCBVFqChCRRGi/yk+FMWHovhQFB+K4kNRfCiKD0XxoSg+FMWHovhQFB+K4kNRfCiKD0XxoSg+FMWHovhQFB+K4kNRfCiKD0XxoSg+FMUHWE9vaM2xfQ3v/eiZDx6vi/J19LyLwPz1dTN61kUAPgG3M4L8GD3rwaOV5UEP9Te5pra6VWKXiiFCJ8ODYnhQDA+K4UExPCiGB8XwoBgeFMODYnhQDA+K4UExPCiGB8XwoBgeFMODYnhQDA+K4UExPCiGB8XwoBgexRAphkgxRIohUgyRYogUQ6QYIsBZn14VAb4xz6aPE+8+xgnwWAwJ4BT408kQAb63pkSAz8D9E5e7rEfPt+Qo19P6egAuu2nH85A/Hj1HkiTJalf+AuyNisciNGJHAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}

.team .swiper-button-prev.custom-nav {
  right: 7%;
  transform: rotate(180deg);
}

.team .swiper-button-next::after,
.team .swiper-button-prev::after {
  content: none; /* remove default Swiper arrows */
}

.biodiversity{
    background: url('../images/biodiversity-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0px;
}

.biodiversity h2{
    font-size: 65px;
    color: #0B0B0B;
    font-family: 'MilkywayDemo', sans-serif;
    line-height: 60px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.biodiversity p{
    font-size: 20px;
    color: #0B0B0B;
    font-family: 'Kufam', sans-serif;
    line-height: 25px;
    font-weight: 600;
}

.faqs{
    padding-top: 50px;
    padding-bottom: 50px;;
}

.faqs h2, .home-blog h2{
    font-size: 65px;
    font-family: 'MilkywayDemo', sans-serif;
    color: #2F5C5C;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.faqs .left-side{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.faqs .left-side h3{
    font-size: 40px;
    font-family: 'MilkywayDemo', sans-serif;
    color: #0B0B0B;
}

.faqs .left-side p{
    font-size: 15px;
    font-family: "Krona One", sans-serif;
    color: #0B0B0B;
}

.faqs .left-side a{
    font-size: 15px;
    font-family: "Krona One", sans-serif;
    color: #0B0B0B;
    border: 2px solid #0B0B0B;
    border-radius: 25px;
    padding: 10px 20px;
    width: fit-content;
    text-decoration: none;
}

.faqs .right-side .accordion h3 .accordion-button{
    font-size: 20px;
    font-family: "Krona One", sans-serif;
    color: #0B0B0B;
    padding: 20px 10px;
}

.faqs .right-side .accordion h3 .accordion-button:not(.collapsed){
    background-color: #fff;
}

.faqs .right-side .accordion p{
    font-size: 15px;
    font-family: "Krona One", sans-serif;
    color: #0B0B0B;
}

.faqs .right-side .accordion .accordion-item{
    border-bottom: 1px solid #696666;
}

.faqs .right-side .accordion .accordion-item:last-child {
  border-bottom: none;
}

.faqs .right-side .accordion-button::after {
  content: '+';
  font-size: 1.2rem;
  margin-left: auto;
  background-image: none !important;
  transform: none !important;
}

.faqs .right-side .accordion-button[aria-expanded="true"]::after {
  content: '-';
}

footer{
    background-color: #2F5C5C;
    color: #fff;
}

footer .one{
    padding: 70px 0px 35px 0px;
}

footer .one p, footer .one ul li a, footer .two p{
    font-family: "Krona One", sans-serif;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

footer .one ul li a:hover{
    color: #ffc34d;
}

footer .one h3{
    font-family: "Krona One", sans-serif;
    font-size: 20px;
    color: #fff;
}

footer .one ul{
    list-style: none;
    padding-left: 0px;
}

footer .one p{
    line-height: 22px;
}

footer .one ul{
    line-height: 28px;
}

footer .the-company{
    padding-left: 6rem;
}

footer .two{
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #fff;
}