@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root {
  --black: #232323;
  --white: #ffffff;
  --primary-green: #A5CE39;
  --secondary-blue: #eaf8ff;
  --border-green: #00763E;
	    
}
/* -------------------------------- 

Primary style

-------------------------------- */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: normal;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: var(--secondary);
}
a:hover {
  color: var(--black);
}
input {
  font-size: 0.875rem;
}
input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
ol, ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container {
  max-width: 80%;
}
@media (max-width: 1200px) {
  .container {
    max-width: inherit;
  }
}
.btn-primary {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--black);
  background: inherit;
  border: none;
  border: 1px solid var(--border-blue2);
  border-radius: 40px;
  padding: 10.5px 24px;
  text-align: left;
}
.btn-primary:hover {
  color: var(--white);
  background: var(--primary-blue);
  border-color: var(--primary-blue);
}
.btn-primary:focus {
  color: var(--white);
  background: var(--primary-blue) !important;
  border-color: var(--primary-blue) !important;
  box-shadow: inherit;
}
.btn-primary:active {
  color: var(--white);
  background: var(--primary-blue) !important;
  border-color: var(--primary-blue) !important;
}
.btn-secondary {
  background: var(--white);
  color: var(--black);
  border-color: var(--primary-blue) !important;
  padding: 12px 24px;
}
.btn-secondary:hover {
  background: var(--primary-yellow);
  color: var(--primary-blue);
  border-color: var(--primary-yellow) !important;
}
.btn-white {
  color: var(--white) !important;
  border-color: var(--white) !important;
}
.btn-white:hover {
  color: var(--black) !important;
  border-color: var(--primary-yellow) !important;
}
.btn-yellow {
  color: var(--primary-yellow) !important;
  border-color: var(--primary-yellow) !important;
}
.btn-yellow:hover {
  color: var(--black) !important;
  border-color: var(--primary-yellow) !important;
}
.btn-blue {
  color: var(--white) !important;
  background: var(--primary-blue) !important;
}
.btn-blue:hover {
  color: var(--primary-blue) !important;
  background: var(--primary-yellow) !important;
}
h1 {
  font-size: 3.75rem;
  line-height: normal;
  margin: 0px;
  font-weight: 200;
  padding: 0px 0px 15px 0px;
}
h2 {
  font-size: 4.375rem;
  line-height: 6rem;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 70px 0px;
}
h3 {
  font-size: 3.125rem;
  line-height: normal;
  margin: 0px;
  font-weight: 400;
  padding: 0px 0px 40px 0px;
}
h4 {
  font-size: 2.5rem;
  line-height: 2rem;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 25px 0px;
}
h5 {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
h6 {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
p {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-weight: 300;
}
.text-green {
  color: var(--primary-green) !important;
}
.green {
  color: var(--primary-green) !important;
  font-size: 5.625rem;
}
h3 span {
  color: var(--primary-green) !important;
}
.medium-text {
  font-size: 1.25rem;
}
b, strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
    line-height: normal;
    padding: 0px 0px 50px 0px;
  }
  .green {
    font-size: 3.5rem;
  }
  h3 {
    font-size: 2.3rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  h6 {
    font-size: 1.3rem;
  }
}
@media (max-width: 769px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.2rem;
    line-height: normal;
    padding: 0px 0px 30px 0px;
  }
  .green {
    font-size: 2.6rem;
  }
  h3 {
    font-size: 1.7rem;
    padding: 0px 0px 20px 0px;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1rem;
  }
  .medium-text {
    font-size: 1.1rem;
  }
}
.primary-green {
  background: var(--primary-green) !important;
}
.border-gray {
  border: 1px solid var(--border-gray);
}
.orange-text {
  color: var(--primary-orange);
}
ul.list-styled {
  padding: 0px 0px 20px 20px;
  margin: 0px;
}
ul.list-styled li {
  list-style: disc;
  padding: 6px 0px 6px 0px;
}
ol.list-styled {
  padding: 0px 0px 20px 20px;
  margin: 0px;
}
ol.list-styled li {
  list-style: decimal;
  padding: 6px 0px 6px 10px;
}
ol.list-styled ul {
  padding: 0px 0px 0px 20px;
  margin: 0px;
}
ol.list-styled ul li {
  list-style: disc;
  padding: 6px 0px 6px 0px;
}
ul.list-styled-icon {
  padding: 20px;
  margin: 0px;
  padding-right: 0px;
}
ul.list-styled-icon li {
  list-style: url("../images/bullet.svg");
  padding: 6px 0px 6px 6px;
}
.full-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.navbar {
  transition: ease 0.4s;
}
.header--scrolled {
  background: #ffffff !important;
  padding: 5px 0px !important;
  border-bottom: var(--border-blue2);
}
section {
  padding: 140px 0px;
}
.bg-black h5 {
  color: var(--primary-green);
}
footer {
  background: var(--black);
}
footer .media {
  border: 1px solid var(--white);
  color: var(--white);
  padding: 20px 23px;
}
footer .media:hover {
  border: 1px solid var(--primary-green);
  color: var(--primary-green);
}
footer a {
  text-decoration: none;
  color: var(--white);
}
footer a:hover {
  color: var(--primary-green);
  text-decoration: underline;
}
/* ------ heroBanner ------ */
.heroBanner {
  background: url("../images/hero-bg.png") center center repeat;
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 800px;
}
/* ------ importance ------ */
.importance h6 {
  color: #494949;
}
/* ------ card ------ */
.card {
  border: none;
  background: inherit;
  text-align: left;
  color: #fff;
}
/* ------ swiper ------ */
.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet {
  background: #D9D9D9;
  width: 11px;
  height: 11px;
}
.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 10px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .10;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 30px;
}
.swiper .card {}
.swiper .card-body {}
.swiper .card-body p {
  padding-bottom: 0px;
}
.impact {
  padding-left: 10%;
}
@media (min-width: 991px) {
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10%;
    left: auto;
  }
  .swiper-pagination {
    text-align: right;
    padding-right: 10%;
  }
}
/* ------ about-matters ------ */
.join-us .nav-tabs {
  border: none;
}
.join-us .nav-item {
  width: 100%;
}
.join-us .nav-tabs .nav-link {
  width: 100%;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid var(--border-green);
  text-align: left;
  padding: 20px 0px;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #000000;
}
.join-us .nav-tabs .active {
  color: var(--primary-green) !important;
  font-weight: 500;
}
.join-us .nav-tabs .nav-link::after {
  font-family: bootstrap-icons;
  width: 20px;
  height: 20px;
  content: '\F285';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  color: var(--black) !important;
}
.join-us .nav-tabs .active.nav-link::after {
  color: var(--primary-green) !important;
  font-weight: 500;
}
.join-us .nav-link:focus, .join-us .nav-link:hover {
  display: block;
  border: none;
  font-weight: 500;
}
.join-us .nav-tabs .nav-link:focus, .join-us .nav-tabs .nav-link:hover {
  isolation: isolate;
  border: none;
  color: var(--primary-green) !important;
  border-bottom: 1px solid var(--border-green);
}
.join-us .nav-tabs .nav-item.show .nav-link, .join-us .nav-tabs .nav-link.active {}
.join-us #myTab {
  width: 50%;
}
.join-us #myTabContent {
  width: 50%;
}
.join-us .accordion-button {
  font-size: 1.5rem;
}
@media (min-width: 991px) {
  .join-us .accordion-collapse {
    height: 100%;
  }
  .join-us .accordion-body {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 50px;
  }
  .join-us .tab-content .tab-pane {
    height: 100%;
    border: none;
  }
}
@media (max-width: 991px) {
  .join-us #myTabContent {
    width: 100%;
  }
  .join-us .accordion-header {
    padding: 0px;
    margin: 0px;
    border-bottom: var(--primary-green) !important;
  }
}
/* ------ founder ------ */
.founder {
  background: url("../images/founder-background.png") center right no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .founder {
    padding-bottom: 0px;
    background: #000000;
  }
}
/* ------ about-matters ------ */
.about-company {}
.about-matters {
  transform: translateY(-50%);
}
.about-text {
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 50px;
  padding: 6% 10%;
  background: rgb(0, 161, 78);
  background: -moz-linear-gradient(90deg, rgba(0, 161, 78, 0.9724264705882353) 0%, rgba(0, 115, 0, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 161, 78, 0.9724264705882353) 0%, rgba(0, 115, 0, 1) 100%);
  background: linear-gradient(90deg, rgba(0, 161, 78, 0.9724264705882353) 0%, rgba(0, 115, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a14e", endColorstr="#007300", GradientType=1);
}
.about-text h2, .about-text p {
  width: 50%;
}
@media (max-width: 1200px) {
  .about-matters {
    transform: translateY(-25%);
  }
}
@media (max-width: 991px) {
  .about-matters {
    transform: translateY(-15%);
  }
  .about-text {
    display: flex;
    flex-direction: column;
    padding: 6% 6%;
  }
  .about-text h2, .about-text p {
    width: 100%;
  }
  .about-matters .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .about-matters {
    transform: translateY(0%) !important;
  }
}
.spacer {
  display: block;
  width: 100%;
  height: 100px;
  margin: 0px;
}
.pt-30 {
  padding-top: 15%;
}
@media (max-width: 991px) {
  .tab-content > .tab-pane {
    display: block;
    opacity: 1;
    border: none;
  }
  .spacer {
    height: 50px;
  }
  section {
    padding: 75px 0px;
  }
}
@media (max-width: 991px) {
  .impact {
    padding-left: 0px;
  }
  footer .media {
    border: 1px solid var(--white);
    padding: 12px 16px;
  }
  .join-us .accordion-button {
    font-size: 1rem;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid var(--primary-green) !important;
  }
  .join-us .accordion-body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .accordion-button:not(.collapsed) {
    color: var(--primary-green) !important;
    background-color: #ffffff;
  }
}
@media (max-width: 767.98px) {
  section {
    padding: 30px 0px;
  }
  .accordion-item {
    font-size: 1rem;
  }
  footer .logo {
    width: 100px;
  }
}

.accordion-button:not(.collapsed){
	border: none!important;
}
.accordion-button:not(.collapsed)::after{
	    background-image: url('../images/arrow.svg')!important;
	
}
.accordion-button:not(.collapsed){
	    box-shadow:none!important;
}