/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap"); */

/* font-family: "Raleway", sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

/* @import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap"); */

/* Class Index

_______________________________________________

1. General Classes

2. Navbar

3. Footer

4. Homepage

5. About Page

_______________________________________________*/

/* General Classes */

html,
body {
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif !important;
  overflow-x: hidden;
}

section {
  margin-bottom: 50px;
}

.default-section {
  text-align: center;
  padding: 0px 100px;
}

section.hidden {
  opacity: 0;
  filter: blur(10);
  transform: translateZ(-500px);
  transition: all 2s;
}

section.show {
  filter: blur(0);
  transform: translateY(0);
  opacity: 1;
}

.button-light {
  text-align: center;
  text-decoration: none;
  color: #222;
  background: white;
  max-width: 300px;
  border: 2px solid #f8b9d6;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  padding: 15px 20px;
  white-space: nowrap;
}

.button-light:hover {
  border: 2px solid white;
  background: #f8b9d6;
  color: white;
}

.button-dark {
  text-align: center;
  text-decoration: none;
  max-width: 300px;
  border: 2px solid white;
  color: black;
  /* background  : #f8b9d6; */
  background: #f075ae;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  padding: 15px 20px;
  white-space: nowrap;
}

.button-dark:hover {
  background: white;
  border: 2px solid #f8b9d6;
  color: #f075ae;
}

.section-header {
  /* font-family: "Poppins", serif; */
  text-transform: capitalize;
  font-size: 3rem;
  font-weight: 600;
  color: #f075ae;
}

.section-header-dark {
  /* font-family: "Poppins", serif; */
  text-transform: capitalize;
  font-size: 3rem;
  font-weight: 600;
  color: #222;
}

.section-subheader {
  /* font-family: "Poppins", serif; */
  text-transform: capitalize;
  font-size: 1.5rem;
}

.section-headerdesc {
  padding: 0px 200px;
  margin-bottom: 30px;
  color: #555;
}

/* Navbar */

/* .navbar {

  height: 80px;

} */

.navbar-logo {
  width: 70px;
  height: 70px;
}

/* .navbar-elem {

  width: 100%;

  background: black;

} */

.navbar-item {
  display: inline-block;
  position: relative;
  padding: 5px;
  /* color : #000; */
  /* bottom: 10px;
  left     : 10px; */
}

/* .nav-link{
  color: #000;
} */

.navbar-item.active {
  font-weight: 600;
}

.navbar-item::after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}

.navbar-elem {
  padding: 0px 10px;
}

.navbar-elem:hover {
  color: black;
  font-weight: 500;
}

.navbar-elem:hover .navbar-item::after {
  width: 100%;
  background: #f075ae;
}

.navbar-item {
  padding: 0px;
}

.navbar-item.active {
  border-bottom: 5px solid #f075ae;
}

/* Footer  */

.footer-section {
  /* height: 150px; */
  background-color: #000;
  color: #fff !important;
  padding: 50px 100px;
  /* border-top   : 5px solid #f075ae; */
  box-shadow: 0px 0px 10px 0px #555;
}

.footer-subsection {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-right: 2px solid #f075ae;
}

.footer-subsection:nth-child(3) {
  border-right: none;
}

.footer-link {
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 300;
  border: none;
  background: none;
}

.footer-link:hover {
  color: #f075ae;
  font-weight: 700;
}

.footer-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}

.footer-icon {
  margin: 5px;
  color: white;
  font-size: 1.5rem;
  padding: 5px 10px;
  background: #222;
  border-radius: 100%;
  /* border    : 2px solid white; */
}

.footer-icon:hover {
  color: white;
  background: #f075ae;
  /* border : 2px solid #f075ae; */
}

.copyright {
  /* border-top: 2px solid #222; */
  padding-top: 20px;
  margin-top: 30px;
  color: #fff;
  /* font-weight: 600; */

  text-align: center;
}

/* Page Headers */

.page-header-el {
  margin-top: 80px;
  background: url(../images/patternbackground.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 100px;
}
.page-header-el-finance {
  background: url(../images/finance-icons/bg-finance.png) !important;
}

/* .page-header-el.about-page {

} */
.text-container .content.collapsed {
  display: none;
}

.page-header {
  /* font-family: "Poppins", serif; */
  font-size: 3rem;
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
}

.breadcrumbs {
  font-weight: 500;
}

.breadcrumb-link {
  color: #222;
  text-decoration: none;
}

.breadcrumb-link:hover {
  color: black;
  font-weight: 700;
}

/* Homepage */

.carousel {
  /* margin-top: 50px; */
  margin-top: 0px;
}

.carousel-indicators {
  bottom: 0;
}

.carousel-control-next {
  background-color: #f075ae;
  top: 35%;
  /* left: 100px; */
  margin: 10px;
  height: 50px;
  width: 50px;
}

.carousel-control-prev {
  background-color: #f075ae;
  top: 35%;
  /* left: 30px; */
  margin: 10px;
  height: 50px;
  width: 50px;
}

.carousel-indicators button {
  background-color: #f075ae !important;
}

.carousel-item {
  height: 100vh !important;
  /* height : 90vh !important; */
  transition: transform 2s ease, opacity 0.5s ease-out;
}

.carousel-image {
  width: 100%;

  line-height: 0px;
}

.carousel-caption.bottom-top {
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  /* padding-top: 20px; */
  color: #222 !important;
  /* line-height: 0px; */
  /* background: linear-gradient(
    to top,
    rgb(255, 255, 255) 70%,
    rgba(0, 0, 0, 0) 100%
  ); */
  /* background: rgba(255, 255, 255, 0.8); */
}

.carousel-caption.left-right {
  bottom: 0;
  left: 0;
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 40%;
  height: 100%;
  /* padding-top: 20px; */
  color: #222 !important;
  /* line-height: 0px; */
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  /* background: rgba(255, 255, 255, 0.8); */
}

.carousel-caption h5 {
  /* font-family: "Poppins", serif; */
  font-size: 3rem;
  text-transform: capitalize;
  color: #f075ae;
  /* text-decoration: underline; */
  /* text-decoration-thickness: 5px; */
  /* text-underline-offset: 5px; */
}

.carousel-caption p {
  padding: 10px 400px 0px 400px;
}

/* .fact-section {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.fact-image {
  height: 70vh;

  margin-left: 100px;

  object-fit: cover;
}

.fact-desc {
  text-align: left;
  margin-top: 10vh;
  /* height: 50vh; */
  transform: translateX(-150px);
  padding: 50px;
  background: #fae4ed;
}

.fact-header {
  font-size: 2.5rem;
  font-weight: 600;
  color: #222;
}

.fact-text {
  font-size: 1.5rem;
}

.advantage-section {
  padding: 20px;
}

.advantage-item {
  margin-bottom: 0px;
}

.advantage-section i {
  font-size: 5rem;
}

/* .social-icons {
} */

.social-icon {
  margin: 10px;
  color: #f075ae;
  font-size: 2rem !important;
}

.social-icon:hover {
  color: #222;
}

.impact-section {
  text-align: center;
  /* padding: 50px 0px 50px 0px; */
}

.counter-header {
  font-size: 1.5rem;
  text-transform: capitalize;
}

.counter-section {
  padding: 10px 20vw;
}

/* .counter-section div {
  border-right: 2px solid #f075ae;
}

.counter-section div:nth-child(4) {
  border-right: none;
} */

.counter {
  font-size: 2.5rem;
  font-weight: 700;
  color: #555;
}

.countries {
  height: auto;
  margin-top: 30px;
  text-align: center;
  background: url(../images/patternbackground.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150%;
}

.countries-overlay {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
}

.testimony-section {
  background: #fae4ed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 100px;
  font-size: 2rem;
  color: black;
  text-align: center;
}

.testimony-section img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 100%;
}

.testimony-section p {
  margin-bottom: 20px;
}

.testimony-section span {
  /* color: #555; */
  /* font-style: italic; */
  font-size: 1.5rem;
}

/* .founder-section {
   display: flex;
  justify-content: center;
  align-items: center; 
} */

.founder-image {
  height: 70vh;
  margin-right: 100px;
  /* object-fit: cover; */
}

.founder-desc {
  text-align: left;
  margin-top: 5vh;
  /* height: 50vh; */
  transform: translateX(100px);
  padding: 50px;
  background: #fae4ed;
}

.founder-header {
  /* font-family: "Poppins", serif; */
  font-size: 2.5rem;
  font-weight: 600;
  color: #222;
}

.founder-subheader {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
}

.founder-text {
  font-size: 1.5rem;
  margin-bottom: 50px;
}

.partners-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.partner-logos {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-img img {
  height: 100px;
  width: 100px;
}

.partner-img-wide img {
  width: 200px;
  height: 100px;
  /* margin-top: 30px; */
}

/* About Page  */

.about-section {
  text-align: center;
  padding: 0px 20px;
}

.about-subsection1 {
  background: url(../images/about/image3.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
  height: 90vh;
  border-radius: 10px;
}

.about-subsection-m1 {
  display: none;
}

.about-subsection2 {
  background: url(../images/about/image2.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  margin-top: 30px;
  border-radius: 10px;
}

.about-subsection-m2 {
  display: none;
}

.about-desc1 {
  color: white;
  padding: 20px 50px;
  text-align: left;
  font-size: 1.2rem;
  background: linear-gradient(to right, #222 40%, rgba(0, 0, 0, 0) 100%);
  /* align-items: center; */
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.about-desc-m1 {
  margin-top: 30px;
}

.about-desc2 {
  color: white;
  padding: 20px 50px;
  text-align: right;
  /* display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end; */
  font-size: 1.2rem;
  background: linear-gradient(to left, #222 40%, rgba(0, 0, 0, 0) 100%);
  /* align-items: center; */
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.about-desc-m2 {
  margin-top: 30px;
}

.mission-section {
  margin-top: 50px;
}

.mission-section i {
  font-size: 3rem;
}

.mission-section .section-subheader {
  border-bottom: 5px solid #f8b9d6;
}

.sdg-row {
  margin-top: 50px;
  justify-content: center;
  align-items: flex-start;
}

.sdg-item i {
  font-size: 5rem;
  color: #f075ae;
}

.sdg-subheader {
  /* font-family: "Poppins", serif; */
  font-size: 1.5rem;
  text-transform: capitalize;
  font-weight: 600;
}

/* Her way page  */

.herway-subsection {
  display: flex;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  /* box-shadow: 0px 0px 10px #f8b9d6; */
  padding: 10px;
}

.herway-subsection div {
  font-size: 1rem;
  padding: 30px;
}

.herway-subsection i {
  font-size: 10rem;
  color: #f8b9d6;
}

.herway-subsection-wide {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.herway-subsection-wide div {
  font-size: 1.2rem;
  padding: 0px 100px;
}

.herway-subsection-wide i {
  font-size: 10rem;
  color: #f8b9d6;
}

/* Community Page  */

.hidden-text {
  display: none;
  /* margin-bottom: 100px !important; */
}

.community-image {
  height: 10vh;
  width: 4vw;
  border-radius: 100px;
}

.community-title-right {
  display: flex;
  /* flex-direction: row; */
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.community-right-desc {
  text-align: left;
  /* margin-top: 10vh; */
  min-height: 50vh;
  /* transform: translateX(-100px); */
  padding: 50px;
  background: #fae4ed;
}

.community-right-header {
  font-size: 2.5rem;
  font-weight: 600;
  color: #222;
  margin-left: 20px;
}

.community-right-text {
  font-size: 1.5rem;
}

.community-left-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.community-title-left {
  display: flex;
  /* flex-direction: row; */
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}

.community-left-desc {
  text-align: right;
  /* width: 100%; */
  /* margin-top: 5vh; */
  min-height: 50vh;
  /* transform: translateX(200px); */
  padding: 50px;
  background: #fae4ed;
}

.community-left-header {
  margin-right: 20px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #222;
}

.community-left-subheader {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
}

.community-left-text {
  font-size: 1.5rem;
}

.bg-img-card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  border-radius: 0px 0px 0px 0px;
  min-height: 300px;
}

/* Team Page  */

.team-member-main {
  margin-top: 50px;
  display: flex;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  /* border: 5px solid #f8b9d6; */
  border-radius: 40px;
  /* transition: 0.5s; */
  /* box-shadow: 0px 0px 20px #f8b9d6; */
}

/* .team-member-main:hover {
  transition: 0.5s;
  box-shadow: 0px 0px 20px #f8b9d6;
} */

.team-member-main img {
  border-radius: 50px;
  padding: 20px;
  width: 50%;
  /* border: 3px solid #f075ae; */
}

.member-row {
  margin-top: 50px;
}

.team-member {
  display: flex;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  border-radius: 40px;
  /* transition: 0.5s; */
  /* box-shadow: 0px 0px 10px #f8b9d6; */
}

/* .team-member:hover {
  transition: 0.5s;
  box-shadow: 0px 0px 20px #f8b9d6;
} */

.team-member img {
  object-fit: cover;
  border-radius: 50px;
  width: 40%;
  height: 40%;
  border: 2px solid #f075ae;
  border-radius: 40px;
  border-right: none;
  border-left: none;
}

.member-description {
  display: block;
  padding: 10px;
}

/* Partners Page  */

.partners-header {
  font-size: 1.2rem;
  margin-bottom: 50px;
}

.partners-elem img {
  width: 200px;
  height: 200px;
}

.partners-elem img.wide {
  width: 300px;
  height: 200px;
}

.logo-img-container > div {
  width: 14.28%;
  padding: 10px;
}

.partners-elem p:nth-child(2) {
  margin-top: 30px;
  /* font-family: "Poppins", serif; */
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: 600;
}

.partners-elem p:nth-child(3) {
  margin-bottom: 50px;
}
.ptner-header {
  margin-top: 30px;
  /* font-family: "Poppins", serif; */
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 600;
}
.ptner-body {
  /* font-size: 1.2rem; */
  margin-bottom: 50px;
}

.see-more,
.see-less {
  cursor: pointer;
}

.expert-row {
  margin-bottom: 30px;
}

.expert-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px;
  margin: 5px;
}

.expert-image {
  height: 35vh;
  width: 100%;
  object-fit: cover;
}

.expert-image.large {
  height: 50vh;
}

.expert-desc {
  height: auto;
  margin-top: 10px;
  text-align: left;
  border-left: 5px solid #f075ae;
  padding-left: 10px;
  word-wrap: normal;
}

.expert-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #622;
}

.expert-blob {
  text-align: left;
}

.contact-section {
  margin-top: 100px;
  text-align: center;
  min-height: 100vh;
}

.form-class {
  padding: 50px;
  text-align: left;
}

.message-area {
  display: flex;

  flex-direction: column;
}

.text-area {
  min-height: 30vh;
}

.form-button {
  padding: 10px 20px;
  font-weight: 600;
  color: #222;
  background: #f8b9d6;
  border-radius: 50px;
  border: 2px solid #f8b9d6;
}

.form-button:hover {
  color: black;
  border: 2px solid black;
}

.map-section {
  height: 90vh;
  width: 100%;
}

.youtube-row {
  margin-bottom: 30px;
}

.youtube-item {
  height: 50vh;

  padding: 10px;
}

.carousel-inner > .carousel-item:nth-child(1) > .carousel-caption,
.carousel-inner > .carousel-item:nth-child(2) > .carousel-caption,
.carousel-inner > .carousel-item:nth-child(3) > .carousel-caption {
  background: linear-gradient(
    to top,
    rgb(255, 255, 255) 80%,
    rgba(0, 0, 0, 0) 100%
  );
}

.navbar-toggler-custom {
  background-color: #fff;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.3)); */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 50%
  );
}

/* Start of Timeline */
.container {
  display: flex;
  flex-direction: column;
}

.vertical-line-container {
  display: flex;
  align-items: center;
  width: 100%;
}

.vertical-line {
  position: relative;
  width: 2px;
  /* Adjust the width as needed */
  height: 250px;
  /* Adjust the height as needed */
  background-color: #f075ae;
  /* Adjust the color as needed */
  /* margin-bottom: 20px; Adjust the spacing as needed */
}

.vertical-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  /* Adjust the size of the bead */
  height: 10px;
  /* Adjust the size of the bead */
  background-color: #f075ae;
  /* Adjust the color of the bead */
  border-radius: 50%;
}

.left-content,
.right-content {
  padding: 10px;
  width: 50%;
}
.row.member-row.flex-wrap > div {
  margin-top: 2rem;
}
.dropdown-item:hover {
  background-color: #f075ae;
  color: white;
}
/* End of timeline */
.text-left {
  text-align: left !important;
}
.green-gradient {
  background: linear-gradient(to right, #18ac75, #00514e) !important;
}
.bg-green-dark {
  background-color: #00514e !important;
}
.bg-green-light {
  background-color: #18ac75 !important;
}
.border-right-green-light {
  border-right: 2px solid #18ac75 !important;
}

/* Start Logo Carousel */
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logos:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 200px;
}
/* End Logo Carousel */

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2px;
    padding-left: 2px;
  }

  .navbar-toggler-custom {
    background-color: #fff;
  }

  .nav-item {
    padding: 13px 10px !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .border-right-green-light {
    border-right: 0px !important;
  }
  .navbar-custom {
    background-color: #000 !important;
    height: 80px;
  }

  .navbar-custom > .container-fluid {
    background-color: #000 !important;
    padding: 0px 0px 20px 0px;
  }

  .navbar-custom > .container-fluid > .navbar-brand {
    margin: 0px 0px 0px 10px;
  }

  .navbar-custom > .container-fluid > .navbar-toggler {
    margin: 0px 10px 0px 0px;
  }

  .nav-item {
    padding: 13px 10px !important;
  }
  .logo-img-container > div {
    width: 25%;
    padding: 5px;
  }
}

@media only screen and (max-width: 600px) {
  .border-right-green-light {
    border-right: 0px !important;
  }
  .section-header {
    font-size: 2rem;
  }

  .section-header-dark {
    font-size: 2rem;
  }

  .section-subheader {
    font-size: 1.5rem;
  }

  .navbar-logo {
    width: 12vw;
    height: auto;
  }

  .footer-section {
    padding: 10px 50px;
  }

  .footer-subsection {
    border: none;

    margin-top: 30px;
  }

  .footer-icon {
    padding: 10px 10px;
  }

  .default-section {
    padding: 0px 20px;
  }

  .page-header-el {
    padding: 20px 50px;
  }

  .page-header {
    font-size: 2rem;
  }

  .carousel {
    margin-top: 55px;
    /* margin-top: 0px; */
  }

  .carousel-item {
    height: 85vh !important;
  }

  .carousel-image {
    height: 100%;

    object-fit: cover;
  }

  .carousel-caption {
    height: 25vh;
  }

  .carousel-caption h5 {
    font-size: 2rem;
  }

  .carousel-caption p {
    padding: 10px 20px 0px 20px;
  }

  .carousel-caption.left-right {
    text-align: center;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20vh;
    /* padding-top: 20px; */
    color: #222 !important;
    /* line-height: 0px; */
    /* carousel-item background: linear-gradient(
      to top,
      rgb(255, 255, 255) 70%,
      rgba(0, 0, 0, 0) 100%
    ); */
    /* background: rgba(255, 255, 255, 0.8); */
  }

  .carousel-control-next {
    display: none;
  }

  .carousel-control-prev {
    display: none;
  }

  .fact-section {
    height: auto;
  }

  .fact-image {
    height: auto;
    width: 100%;
    margin-left: 0px;
    /* object-fit: cover; */
  }

  .fact-desc {
    transform: translate(0px, -10vh);
    padding: 20px;
    text-align: center;
  }

  .fact-header {
    font-size: 1.5rem;
  }

  .fact-text {
    font-size: 1rem;
  }

  .section-headerdesc {
    padding: 0px 0px;
  }

  .advantage-item {
    margin-bottom: 30px;
  }

  .impact-section {
    padding: 0px 20px;
  }

  .counter-section {
    padding: 10px 20px;
  }

  .counter-header {
    font-size: 1rem;
    /* text-transform: capitalize; */
  }

  .countries {
    height: auto;
    background-position: center;
    background-repeat: repeat;
    background-size: 150%;
  }

  .testimony-section {
    padding: 20px 50px;
    font-size: 1.5rem;
  }

  .testimony-section span {
    font-size: 1rem;
  }

  /* .founder-section {
  display: flex;
  justify-content: center;
  align-items: center;
} */

  .founder-image {
    height: auto;
    width: 100%;
    margin-right: 0px;
    /* object-fit: cover; */
  }

  .founder-desc {
    text-align: center;
    transform: translateX(0px);
    padding: 20px;
  }

  .founder-header {
    font-size: 2rem;
  }

  .founder-subheader {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
  }

  .founder-text {
    font-size: 1rem;
    margin-bottom: 50px;
  }

  .founder-section .row div:nth-child(2) {
    align-items: center;
    justify-content: center;
  }

  .partners-section {
    padding: 0px 20px;
  }

  .partner-img img {
    margin-top: 30px;
  }

  .partner-img-wide img {
    margin-top: 30px;

    /* margin-top: 30px; */
  }

  .about-section {
    padding: 15px;
  }

  .about-subsection1 {
    display: none;
  }

  .about-subsection-m1 {
    display: block;
  }

  .about-subsection2 {
    display: none;
  }

  .about-subsection-m2 {
    display: block;
  }

  .about-desc1 {
    height: 100%;
    padding: 10px 20px;
    font-size: 1rem;
  }

  .about-desc2 {
    height: 100%;
    padding: 10px 20px;
    font-size: 1rem;
  }

  .herway-subsection {
    align-items: flex-start;
  }

  .herway-subsection i {
    font-size: 5rem;
    margin-right: 20px;
  }

  .herway-subsection div {
    font-size: 1rem;

    padding: 10px;
  }

  .herway-subsection-wide div {
    font-size: 1rem;
    padding: 0px 50px;
  }

  .herway-subsection-wide i {
    font-size: 5rem;
  }

  .team-member-main {
    text-align: center;
    flex-direction: column;
    border-bottom: 1px solid #222;
  }

  .team-member-main img {
    width: 100%;
  }

  .team-member {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
  }

  .team-member img {
    width: 80%;
    height: 80%;
  }

  .partners-header {
    font-size: 1rem;
  }

  .partners-elem {
    margin-top: 50px;
  }

  .partners-elem img.wide {
    width: 200px;

    height: 100px;
  }

  .partners-elem p:nth-child(2) {
    font-size: 1.5rem;
  }

  .partners-elem p:nth-child(3) {
    margin-bottom: 50px;
  }

  .community-image {
    height: 10vh;

    width: 20vw;
  }

  .community-right-desc {
    padding: 20px;
  }

  .community-right-header {
    font-size: 2rem;
  }

  .community-right-text {
    font-size: 1rem;
  }

  .community-left-desc {
    padding: 20px;
  }

  .community-left-header {
    font-size: 2rem;
  }

  .community-left-text {
    font-size: 1rem;
  }

  .expert-image {
    height: 70vh;

    width: 90vw;
  }

  .navbar-custom {
    background-color: #000 !important;
  }

  .navbar-toggler-custom {
    background-color: #fff;
  }

  .nav-link {
    color: #fff !important;
  }

  .nav-item {
    padding: 13px 10px !important;
  }
  .logo-img-container > div {
    width: 33.33%;
    padding: 5px;
  }
}
