@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Passion+One&display=swap');


  .navbar {
  opacity: 0.8;
  border-radius: 2px;
  width: 100%;
  position: fixed;
  z-index: 9998;
  display: flex !important;
  font-size: 30px !important;
  font-family: 'Passion One', sans-serif !important;
  background-color: #e0e9d5 !important;
  padding-bottom:0px;
}

.navbar a {
  display: inline-block;
  color: rgb(0, 0, 0);
  padding-top: 20px !important;
  padding-right: 50px !important;
  text-decoration: none;
  font-family: 'Passion One', sans-serif;
  
  position: relative;
  z-index: 9999;
  opacity: 1;
  background-color: #e0e9d5 !important;
}

.navbar a:hover {
  color: green;
  opacity: 1;
  background-color: #e0e9d5 !important;
}

.dropdown {
  position: relative;
  z-index: 9999;
  background-color: #e0e9d5 !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e0e9d5 !important;
  z-index: 9999;
}

.dropdown-content a {
  background-color: #e0e9d5 !important;
  padding: 0px;
  text-decoration: none;
  display: block;
  z-index: 9999;
}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 9999;
  background-color: #e0e9d5 !important;
  left:-20px !important;
}

.dropdown:hover > a {
  background-color: #e0e9d5 !important;
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  background-color: #e0e9d5 !important;
}
.navbar .dropdown::after {
  display: none !important;
  background-color: #e0e9d5 !important;
}

body {
  background-color: #E0E9D5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Passion One', sans-serif;
  letter-spacing: 0.05em;
}

.page-title-container {
  position: relative;
  overflow: hidden;
}

.page-title {
  text-align: center;
  font-size: 50px;
  margin-top: -50px;
}

#layout-template-container {
  padding-top: 125px;
}

#supporter-carousel-container {
  width: 800px;
  height:600px
}

#thank-you-paragraph {
  text-align: center;
}

/*#splash{*/
/*opacity: 0.75;*/
/*background-position: center;*/
/*background-repeat: no-repeat;*/
/*background-size: cover;*/
/*padding: 0px;*/
/*margin: 0px;*/
/*margin-top: 28px;*/
/*display: flex;*/
/*align-items: center;*/
/*justify-content: center;*/
/*}*/

/* option 1 #splash h1{
  font-size: 5em;
  text-align: center;
	font-size: 90px;
  color: black; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
   -webkit-text-stroke: .1px  #E2E3E2;

}*/

/* #splash h1{*/
/*font-size: 5em;*/
/*text-align: center;*/
/*font-size: 90px;*/
/*color: rgb(0, 0, 0); */
/*text-shadow: 0 0 10px rgba(60, 156, 67,1);*/
/*animation: glowingText 2s ease-in-out infinite; */
/*font-family: 'Audiowide', sans-serif;*/
/**/
/*}*/

/*#splash h1{
  font-size: 5em;
  text-align: center;
	font-size: 90px;
  z-index: 1;
  background-image: linear-gradient(to right,  rgb(36, 174, 168), blue);
  background-clip: text; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text
  animation: gradientMove 5s infinite linear;
  text-outline: 2px solid #000;
  
}*/

#content h2{
  text-align: center;
  font-size: 2em;
  padding: 0px;
  font-family: 'Josefin Sans', sans-serif;
}

#content {
  margin: 0 auto;
  padding:0px;
}

.navbar {
  opacity: 0.8;
  border-radius: 2px;
  width: 100%;
  position: fixed;
  z-index: 9998;
  display: flex;
  padding-left: 20px;
  font-size: 18px;
  font-family: 'Passion One', sans-serif;
   letter-spacing: 0.04em;
}

#navbarNavDropdown.collapse.navbar-collapse.justify-content-end{
  padding-right: 35px;
}

.navbar a {
  display: inline-block;
  color: rgb(0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  text-decoration: none;
  font-family: 'Passion One', sans-serif; 
  letter-spacing: 0.04em;
  position: relative;
  z-index: 9999;
}

.navbar a:hover {
  color: green;
}

.dropdown {
  position: relative;
  z-index: 9999;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0,0,0,0.7);
  z-index: 9999;
}

.dropdown-content a {
  color: rgb(197, 236, 188);
  padding: 10px;
  text-decoration: none;
  display: block;
  z-index: 9999;
}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 9999;
}

.dropdown:hover > a {
  background-color: transparent;
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  left:-10px;
}
.navbar .dropdown::after {
  display: none !important;
}

#welcome-container {
  height: 800px;
  padding-top: 100px;
  width: 100%;
}

#welcome-video {
/*position: fixed;*/
  right: 0;
  bottom: 0;
  left: 0 ;
  width:100vw;
}

#video-overlay {
/*position: fixed;*/
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: inherit;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.logo-container {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 40px;
  font-family: 'Passion One', sans-serif; 
  letter-spacing: 0.04em;
  margin-right: 180px;
  height: 50px;
  margin-top: 10px;
}

.logo {
  margin-right: 10px;
}

img.logo{
  height: 100px;
  width: auto;
  padding-right: 10px;
}

.tmau {
  font-weight: bold;
  font-family: 'Passion One', sans-serif; 
  letter-spacing: 0.04em;
  align-items: right;
  padding-top: -50px;
}

/* the rest of this is the footer css
.footer {
  background-color: var(--dark) !important;
  color: var(--white);
  font-family: 'Oswald', sans-serif;
  padding-bottom: 50px;
  padding-top: 30px;
}
.footer p {
  font-size: 14px;
  line-height: 17px;
}

.footer .footer-details {
  position: relative;
}

.footer .footer-details .logo-footer {
  display: flex;
  flex-direction: row;
}

.footer .logo-footer {
  display: flex;
  justify-content: center;
  height: 50%;
}

.footer .logo-footer h4 {
  text-align: center;
}
.footer .footer-details .logo-footer p {
  padding-left: 40px;
  padding-bottom: 0;
  padding-top: 30px;
  margin:0px;
  font-size: 20px;
  text-align: center;
}

.footer .footer-details .sponsors > div {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .footer .footer-details .sponsors > div {
    position: absolute;
    right: 0;
    bottom: 30px;
  }
}

.footer .footer-details .sponsors > div a {
  display: inline-block;
  padding: 10px;
}

.footer .footer-details .sponsors > div a img {
  transition: all 250ms ease;
  height: 70px;
  align-items: right;
  position: relative;
}

.footer .footer-details .sponsors > div a img.neb {
  height: 40px;
}

.footer .creds {
  margin-top: 30px;
}

.footer .creds .copy .small {
  text-align: center !important;
  font-size: 12px;
}

@media (min-width: 992px) {
  .footer .creds .copy .small {
    text-align: left !important;
  }
}

.footer .creds .copy .small a {
  border-bottom: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.footer .creds .copy .small a:hover {
  color: var(--main-light);
  border-bottom: 1px solid var(--main-light);
}

.footer .creds .socials {
  position: relative;
}

.footer .creds .socials > div {
  text-align: center;
  margin-bottom: 20px;
  height: 20px;
}

.footer .creds .socials > div img{
  text-align: center;
  margin-bottom: 20px;
  max-height: 30px;
  max-width: 30px;
  align-items: center;
}
@media (min-width: 992px) {
  .footer .creds .socials > div {
    position: absolute;
    right: 10px;
    bottom: 0px;
  }
}

.footer .creds .socials > div a {
  display: inline-block;
}

.banner {
  text-align: center;
  background-color: pink;
  height: 70px;
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: -70px;
  margin-right: -70px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
  
.banner h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
} */

@keyframes fishSwim {
  0% {
    left: -200px;
  }
  100% {
    left: 100%;
  }
}

.card {
  width: 300px;
  height: 450px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.9s;
  perspective: 1000px;
  padding: 20px;
  cursor: pointer;
  margin: 50px;
  margin-left: 40px;
  background-color: transparent;
  border: none;
}

.card .front,
.card .back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: black;
}

.card .front {
  background-color: none;
  transform: rotateY(0deg);
  border: 2px solid #000;
  height: 450px;
  width: 300px;
  backface-visibility: hidden;
}

.image-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-image {
  width: 200px; /* Adjust the width as desired */
  height: 200px; /* Adjust the height as desired */
  border: 2px solid #000;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.card .back {
  background-color: pink;
  transform: rotateY(180deg);
  position: relative;
  width: 300px;
  height: 450px;
  margin-left: -37px;
  margin-bottom: -50px;
  backface-visibility: hidden;
}

.card.flipped {
  transform: rotateY(180deg);
  background-color: transparent;
}

#team {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  margin-left: 13px;
  margin-bottom: 40px;
}

.front,
.back {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
   width: 300px;
  height: 450px;
}

.back {
  display: none;
}

/* for vertical timeline*/
.timeline-icon {
  display: flex;
  justify-content: center; /* Horizontally center the image */
  align-items: center; /* Vertically center the image */
  width: 80px; /* Set the width of the container */
  height: 80px; /* Set the height of the container */
}

.year-image {
  max-width: 100%; /* Ensure the image fits within the container */
  max-height: 100%; /* Ensure the image fits within the container */
  transform-origin: center; /* Set the rotation point to the center */
}

/* Rotate individual images */
.year-image.rotate {
  transform: rotate(135deg); /* Rotate the image by 45 degrees */
}

.year-image.rotate- {
  transform: rotate(-45deg); /* Rotate the image by -45 degrees (opposite direction) */
}

.container {
  width: 100%;
  height: auto;

}
.main-timeline{
  height: auto;
  position: relative;
  overflow: visible;
}

.main-timeline .timeline{
  position: relative;
  margin-top: -81px;
  height: 266px;
  display: flex;
  align-items: center;
  overflow: visible;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: -50px; 
  margin-right: -50px; 
}

.main-timeline .timeline:first-child{ margin-top: 0; }

.main-timeline .timeline:before,
.main-timeline .timeline:after{
  content: "";
  display: block;
  width: 100%;
  height: auto;
  clear: both;
}

.main-timeline .timeline:before{
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  left: 50%; /* Position the bars in the center */
  transform: translateX(-50%);
}

.main-timeline .year:hover ~ .timeline-content,
.main-timeline .timeline:hover .timeline-content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: visibility 0s, opacity 0.3s, transform 0.3s;
}

.main-timeline .timeline-content {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s, transform 0.3s;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%; /* Center the content within the timeline */
  transform: translateX(-50%); /* Center the content horizontally */
}
.main-timeline .timeline:nth-child(odd) .timeline-content {
  left: -65%;
  right: 50%;
  transform: translateX(50%);
}

.main-timeline .timeline-icon{
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 25px solid transparent;
  border-top-color: rgb(96, 61, 15);
  border-right-color: rgb(96, 61, 15);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: rotate(45deg);
}

.main-timeline .year{
  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  margin: auto;
  font-size: 30px;
  font-weight: bold;
  color: #f44556;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: rotate(-45deg);
}

.main-timeline .timeline-content{
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s, transform 0.3s;
  width: 50%;
  float: right;
  background:green;
  margin: 20px 0;
  z-index: 1;
  position: relative;
  width: 700px;
  padding: 30px 20px;
}

.main-timeline .title{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 10px 0;
}

.main-timeline .description{
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin: 0;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon{ transform: rotate(-135deg); }

.main-timeline .timeline:nth-child(2n) .year{ transform: rotate(135deg); }

.main-timeline .timeline:nth-child(2n) .timeline-content{ float: left; }

.main-timeline .timeline:nth-child(2n) .timeline-content:before{
  left: auto;
  right: -20%;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon{
  border-top-color: rgb(96, 61, 15);
  border-right-color: rgb(96, 61, 15);
}

.main-timeline .timeline:nth-child(2n) .year{ color: rgb(96, 61, 15); }

.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content:before{ background: green;}

.main-timeline .timeline:nth-child(3n) .year{ color: rgb(96, 61, 15);}

.main-timeline .timeline:nth-child(3n) .timeline-content,
.main-timeline .timeline:nth-child(3n) .timeline-content:before{ background: green;}

.main-timeline .timeline:nth-child(4n) .timeline-icon{
  border-top-color: rgb(96, 61, 15);
  border-right-color: rgb(96, 61, 15);
}
.main-timeline .timeline:nth-child(2n) .timeline-content-, .main-timeline .timeline:nth-child(2n) .timeline-content-:before{
  left:800px;
}
.main-timeline .timeline:nth-child(3n) .timeline-content-,.main-timeline .timeline:nth-child(3n) .timeline-content-:before{
  left:800px;
}
.main-timeline .timeline:nth-child(4n) .timeline-content-,.main-timeline .timeline:nth-child(4n) .timeline-content-:before{
  left:800px;
}
.main-timeline .timeline:nth-child(4n) .year{ color: rgb(96, 61, 15); }

.main-timeline .timeline:nth-child(4n) .timeline-content,
.main-timeline .timeline:nth-child(4n) .timeline-content:before{ background: green; }
.main-timeline .timeline:nth-child(even) {
  flex-direction: row-reverse; /* Reverse the order of elements */
}

/* Style odd timeline entries */
.main-timeline .timeline:nth-child(odd) {
  flex-direction: row; /* Keep the default order of elements */
}

/* Style for the left sidebar */
.sidebar-left {
  padding: 20px;
  padding-right:0px;
  z-index: -1;
  position: relative;
}

/* Style for the right sidebar */
.sidebar-right {
  padding: 20px;
  z-index: -1;
  padding-left:0px;
  position: relative;
}

/* Style for the main content and timeline */
.col-md-6 {
  /* Adjust the main content style */
  padding: 20px;
   z-index: 1;
}



/* Sidenav */
.relative {
  position: relative;
}
.col-10 {
  margin-left: auto;
}
.container-content {
  width: 83.33333333% !important;
  position: relative;
}

#sidenav-wrapper {
  height: 100%;
  position: fixed;
  top: -50px;
  padding-bottom: 10em;
}

#sidenav-wrapper ul {
  padding-left: 0;
}

#sidenav {
  text-align: left;
  position: sticky;
  top: 0;
  font-size: 1.25em;
  line-height: 1.6em;
  padding-top: 8em;
}
i {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
#sidenav a:hover {
  color: inherit;
}

#sidenav .nav-header {
  color: #27a020;
  font-weight: 900;
}

#sidenav .sidenav-link.nav-link {
  color: #1e1e1e;
  font-weight: 400;
  position: relative;
}

#sidenav .sidenav-link.nav-link::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  -o-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  -moz-transform: scaleY(0.6);
  transform: scaleY(0.6);
  left: 10px;
  top: 0;
  z-index: -100;
  background-color: #27a020;
  box-shadow: 0px 0px 10px 5px #27a020;
  transform-origin: left;
}

#sidenav .unactive.sidenav-link.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 10px;
  top: 0;
  background-color: #27a020;
  box-shadow: 0px 0px 10px 5px #27a020;
  transform-origin: left;
  animation-name: SidenavStretchLeft;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  z-index: -1;
}

#sidenav .active.sidenav-link.nav-link::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  left: 10px;
  top: 0;
  background-color: #27a020;
  box-shadow: 0px 0px 10px 5px #27a020;
  transform-origin: left;
  animation-name: SidenavStretchRight;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  z-index: -1;
}
#sidenav .nav-item.active {
  background-color: #27a020; /* Set the background color for the active item */
}
/* Style for the expanded section */
section.expanded {
  max-height: none;
  overflow: visible;
  transition: max-height 0.5s ease-in-out;
}

/* Style for the collapsed section */
section:not(.expanded) {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

@keyframes SidenavStretchRight {
  0% {
    width: 10%;
  }
  100% {
    width: 100%;
  }
}

@keyframes SidenavStretchLeft {
  0% {
    width: 100%;
  }
  100% {
    width: 10%;
  }
}

/* entrepreneurship timeline */
.swiper-container-wrapper--timeline .swiper-slide {
  display: flex;
  background: #fff;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.swiper-container-wrapper--timeline .swiper-slide .container {
  padding: 0;
  width: 100%;
}

.swiper-container-wrapper--timeline .swiper-slide .title {
  font-size: 18px;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}

.swiper-container-wrapper--timeline .swiper-slide--active .title {
  opacity: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
  position: relative;
  margin-bottom: 70px;
  background-color: transparent;
  height: 4px;
  border-bottom: 1px solid secondary-color;
  width: 75%;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
  background-color: primary-color;
  height: 3px;
  top: 2px;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
  position: absolute;
  top: 2px;
  left: -100%;
  width: 100%;
  height: 3px;
  background-color: primary-color;
  content: "";
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
  position: absolute;
  top: 3px;
  right: -100%;
  width: 100%;
  height: 1px;
  background-color: secondary-color;
  content: "";
}

.swiper-container-wrapper--timeline .swiper-pagination-custom {
  position: relative;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: flex;
  line-height: 1.66;
  bottom: 0;
  z-index: 11;
  width: 75%;
  
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: block;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
  position: absolute;
  font-weight: 400;
  right: 0;
  transform: translateX(50%);
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  cursor: pointer;
  z-index: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
  font-weight: 400;
  transition-delay: 0.4s;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
  background: primary-color;
  width: 25px;
  height: 25px;
  transition-delay: 0.4s;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
  color: secondary-color;
  font-weight: 16px;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title:after {
  background: secondary-color;
}
.home-page h2 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50%; /* Adjust the height to cover half of the screen */
  margin: 0;
  font-weight: 400;
  font-size: 180px;
  text-transform: uppercase;
  background-color: #E0E9D5;
  mix-blend-mode: screen;
  z-index: 2; /* Ensure the title appears above other elements */
}

/* Add a container for additional content below the title */
.content-container {
  position: relative;
  width: 100%;
  height: 50%; /* Adjust the height to cover half of the screen */
  z-index: 1; /* Ensure the content appears below the title */
}
/* Style the buttons */
.sidenav-button {
  display: block;
  background-color: green;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.sidenav-button:hover {
  background-color: green;
}

/* Style the active button (optional) */
.sidenav-button.active {
  background-color: green;
}
:root {
  --accordion-color: #333;
  --accordion-bg: #E0E9D5;
  --accordion-transition: 0.3s ease-in-out;
  --accordion-border-color: rgba(106, 83, 7, 0.543);
  --accordion-border-width: 1px;
  --accordion-border-radius: 4px;
  --accordion-inner-border-radius: 0;
  --accordion-btn-padding-x: 20px;
  --accordion-btn-padding-y: 10px;
  --accordion-btn-color: #333;
  --accordion-btn-bg:  #dfe5db;
  --accordion-btn-icon: none; /* Provide an SVG icon or URL here */
  --accordion-btn-icon-width: 20px;
  --accordion-btn-icon-transform: translateY(-2px);
  --accordion-btn-icon-transition: transform 0.3s ease-in-out;
  --accordion-btn-active-icon: none; /* Provide an SVG icon or URL here */
  --accordion-btn-focus-border-color: green;
  --accordion-btn-focus-box-shadow: 0 0 4px rgba(106, 83, 7, 0.543);
  --accordion-body-padding-x: 20px;
  --accordion-body-padding-y: 10px;
  --accordion-active-color: #fff;
  --accordion-active-bg: green;
}

.accordion {
  background: var(--accordion-bg);
  border: var(--accordion-border-width) solid var(--accordion-border-color);
  border-radius: var(--accordion-border-radius);
  margin: 10px;
}

.accordion-button {
  background: var(--accordion-btn-bg);
  color: var(--accordion-btn-color);
  padding: var(--accordion-btn-padding-y) var(--accordion-btn-padding-x);
  border: var(--accordion-border-width) solid var(--accordion-border-color);
  border-radius: var(--accordion-border-radius);
  cursor: pointer;
  transition: background var(--accordion-transition);
  display: flex;
  align-items: center;
  font-family: 'Passion One', sans-serif; 
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 23px;
}

.accordion-button .icon {
  width: var(--accordion-btn-icon-width);
  margin-right: 8px;
  transform: var(--accordion-btn-icon-transform);
  transition: transform var(--accordion-btn-icon-transition);
}

.accordion-content {
  display: none;
  padding: var(--accordion-body-padding-y) var(--accordion-body-padding-x);
  background: var(--accordion-bg);
  color: var(--accordion-color);
  border: var(--accordion-border-width) solid var(--accordion-border-color);
  border-top: none;
  border-radius: var(--accordion-inner-border-radius);
}

/* Define styles for the active state of the accordion button */
.accordion-button.active {
  background: var(--accordion-active-bg);
  color: var(--accordion-active-color);
}

.accordion-button:focus {
  border-color: var(--accordion-btn-focus-border-color);
  box-shadow: var(--accordion-btn-focus-box-shadow);
}

/* Style for the button icon when active */
.accordion-button.active .icon {
  transform: translateY(-2px);
}

/* Add styles for hover effect */
.accordion-button:hover {
  background:#678a5b; 
}

.accordion-button:not(.collapsed) {
  color: black;
  background-color: #678a5b;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}



.swiper-container-wrapper--timeline .swiper-slide {
  display: flex;
  background: #fff;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.swiper-container-wrapper--timeline .swiper-slide .container {
  padding: 0;
  width: 100%;
}
.swiper-container-wrapper--timeline .swiper-slide .title {
  font-size: 18px;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-container-wrapper--timeline .swiper-slide-active .title {
  opacity: 1;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
  position: relative;
  margin-bottom: 70px;
  background-color: transparent;
  height: 4px;
  border-bottom: 1px solid #888;
  width: 75%;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
  background-color: #000;
  height: 3px;
  top: 2px;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
  position: absolute;
  top: 2px;
  left: -100%;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
  position: absolute;
  top: 3px;
  right: -100%;
  width: 100%;
  height: 1px;
  background-color: #888;
  content: "";
}
.swiper-container-wrapper--timeline .swiper-pagination-custom {
  position: relative;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: flex;
  line-height: 1.66;
  bottom: 0;
  z-index: 11;
  width: 75%;
  
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: block;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
  position: absolute;
  font-weight: 400;
  right: 0;
  transform: translateX(50%);
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  cursor: pointer;
  z-index: 1;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
  position: absolute;
  top: calc(100% + 19px);
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 2rem;
  content: "";
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  z-index: 1;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
  font-weight: 400;
  transition-delay: 0.4s;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
  background: #000;
  width: 25px;
  height: 25px;
  transition-delay: 0.4s;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
  color: #888;
  font-weight: 16px;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title:after {
  background: #888;
}

nav.navbar img {
  max-width: 75px;
  height: auto;     
  margin-right: 10px; 
}

img.stakeholder {
  vertical-align: middle;
  height: 800px;
  padding-left: 200px;
}
img.flow {
  height:400px;
  width:auto;
  padding:0;
}


@media (max-width:799px){
  .card7 {width:100%;margin-right:0}
}

.members {
    font-family: 'Passion One', sans-serif; 
    letter-spacing: 0.05em;
    color: #8d97ad;
    font-weight: 300;
    background-color: #E0E9D5 !important;
}

.members h1,
.members h2,
.members h3,
.members h4,
.members h5,
.members h6 {
    color: #3e4555;
}

.members .font-weight-medium {
    font-weight: 500;
}

.members .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.members .pro-pic {
    min-height: 200px;
}

.members .pro-pic .card-img-overlay ul {
    top: 50%;
}

.members .pro-pic .card-img-overlay ul li a {
    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

.members .pro-pic .card-img-overlay ul li a:hover {
    -webkit-transform: translate3d(0px, -5px, 0px);
    transform: translate3d(0px, -5px, 0px);
}

.members .pro-pic:hover .card-img-overlay {
    display: block;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 10px;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

/* Adjustments for displaying three team members per row */
.social-circle li {
    margin-right: 15px; /* Add some right margin for spacing */
}

.social-circle li:last-child {
    margin-right: 0; /* Remove margin for the last item in a row */
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 10px auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background-color: green; 
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #E0E9D5;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.alignment_left {
  justify-content: flex-start;
}

/* To evenly space the cards with alignment right */
.alignment_right {
  justify-content: flex-end;
}
.pro-pic img {
  width: 100px;
  height: 100px;
}

img.teampic{
  padding:50px;
  height:500px;
}
.container{
  background-color: #E0E9D5;
}
.container-fluid{
  background-color: #E0E9D5;
}
.bg-body-tertiary{
  background-color: #E0E9D5;
}

:root, [data-bs-theme=light] {

  --bs-tertiary-bg-rgb: #E0E9D5;
  --bs-heading-color: inherit;
}


h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

ul a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .item:not(.social) {
    padding-bottom: 20px;
  }
}

.item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .item.text {
    margin-bottom: 0;
  }
}

.item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}


@media (max-width: 991px) {
  .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.item.social > a:hover {
  opacity: 0.9;
}

.copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}
.thiscontainer{
  background-color: white;
}

.carousel-container {
  background-color: white;
  padding: 20px;
}

#supporters-carousel {
  width: 30%;
}

#promotion-video-div {
  padding: 50px;
}











