/* Google fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Bootsrap icon link */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}
* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}
.nav-container {
  max-width: 1235px;
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.custom-container {
  max-width: 1235px;
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.bi-list {
  display: none;
}

@media screen and (max-width: 992px) {
  .bi-list {
    display: block;
  }
}

/* Header start */
.navbar {
  padding: 10px 0 !important;
}

.navbar .dropdown-link {
  font-size: 16px;
  font-weight: 600;
}
.dropdown-container {
  position: relative;
}

.dropdown-content {
  opacity: 0;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  min-width: 640px;
  padding: 24px;
  z-index: 11;
  transform: translateY(20%);
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
  display: none;
}

.dropdown-container.dropdownActive .dropdown-content {
  opacity: 1;
  transform: translateY(10px);
  display: block;
}

.dropdown-link {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  padding: 10px;
  display: inline-block;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.dropdown-link:hover {
  background-color: #f9f9f9;
}
.component {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component .image-cont {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #009083;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.component h5 {
  font-size: 14px;
  font-weight: 600;
  color: #131313;
  margin-bottom: 0;
}
.component p {
  font-weight: 400;
  font-size: 12px;
  color: #454545;
  margin-bottom: 0;
}
.dropdown-content a {
  display: block;
  font-weight: 600;
  color: #131313;
  margin-bottom: 24px;
  font-size: 14px;
  text-decoration: none;
}
form .btn-green {
  background-color: #009083;
  color: white;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 600;
  padding: 0.55rem 1rem;
  border-radius: 0;
}
/* Header end */
/* modal start */

.modal-content {
  border-radius: 0.125rem !important;
  border: none;
}
.cross-x {
  position: absolute;
  right: 15px;
}
.modal-title {
  font-size: 16px;
  font-weight: 600;
  color: #131313;
}
.modal-body {
  padding-left: 2rem !important;
  margin-bottom: 1rem !important;
}
.form-check {
  padding: 0.75rem 0;
  cursor: pointer;
  font-size: 1rem;
}

.hero-section .pane-1 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.hero-section .pane-1 h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #131313;
}
.hero-section .pane-1 p {
  color: #131313;
}
.hero-section .pane-1 p a {
  color: #009083;
  font-weight: 600;
  text-decoration: none;
}
.hero-section .input-group {
  border: 1px solid #ebebeb;
  height: 45px;
}
.hero-section .input-group input {
  border: none !important;
}
.hero-section .input-group input:focus {
  box-shadow: none !important;
}
.hero-section .input-group-text {
  border: none !important;
  background-color: #ffff !important;
}
.hero-section .three-dots {
  width: 45px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
}
.hero-section .three-dots:hover {
  background-color: #f8f8f8;
}
.hero-section .three-dots i {
  font-size: 23px;
}
/* navs */
.hero-section .nav-link {
  color: #131313 !important;
  padding: 1rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.25rem !important;
  cursor: pointer;
}
.hero-section .nav-link.active {
  background-color: white !important;
  color: #2d61f0 !important;
  border-bottom: 2px solid #2d61f0;
  border-radius: 0 !important;
}
.hero-section .swiper .card-body .image-cont {
  width: 60px;
  height: 60px;
}
.hero-section .swiper .card-body .image-cont img {
  width: 100%;
  height: 100%;
}
.hero-section .card {
  border-radius: 0.25rem;
  overflow: hidden;
  border: 1px solid #f1f1f1 !important;
}
.hero-section .card-body .Fundraising-btn {
  background: #e6f4f3;
  color: #454545;
  height: 1.75rem;
  border-radius: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .card-body .card-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #131313;
}
.hero-section .card-body .card-text {
  color: #454545;
  min-height: 3rem;
}


.hero-section .footer-btn {
  background-color: #f1f1f1 !important;
  color: #454545 !important;
  height: 1.75rem !important;
  border-radius: 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.75rem !important;
  font-weight: 600 !important;

  display: flex !important;
  justify-content: center;
  align-items: center;
}
.map-section {
  width: 100%;
  height: 20rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.funding-section h1 {
  color: #172b4d;
  font-size: 1.725rem;
  line-height: 2.75rem;
}

.funding-section .image-cont {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  overflow: hidden;
  margin-right: 20px;
}
.funding-section .funding-cont {
  margin: 20px 0;
}
.funding-section .funding-cont h3 {
  font-size: 16px;
}
.funding-section .funding-cont p {
  font-size: 14px;
  margin-bottom: 0 !important;
  letter-spacing: 2px;
}

.custom-container .head {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #f1f1f1;
}
.vertical-card {
  padding: 1.5rem;
  background-color: #ffff;
}
.vertical-card .image-cont {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #e2f4f3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vertical-card:hover .image-cont {
  background-color: #97a4af;
}

.vertical-card .image-cont .venture-1 {
  display: none;
}
.vertical-card:hover .image-cont .venture-1 {
  display: block;
  position: relative;
  z-index: 11;
}
.vertical-card:hover .image-cont .venture-2 {
  display: none;
}
.vertical-card h6 {
  font-size: 1rem !important;
  line-height: 1.25rem !important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem;
  color: #131313;
}

.vertical-card p {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  color: #838383;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-lock {
  display: block !important;
}
@media screen and (max-width: 597px) {
  .nav {
    overflow: auto;
    overflow-y: hidden;
    flex-wrap: nowrap !important;
  }
}

/* Muske hero section start */
.Muske-hero-section {
  position: relative;
}
.Muske-hero-section .head {
  max-width: 50rem;
  width: 100%;
  margin: 40px auto 15px;
}
.Muske-hero-section .head .image-main .image-cont {
  width: 100px;
  height: 100px;
}
.Muske-hero-section .head .image-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Muske-hero-section .head .image-main span {
  display: inline;
  padding: 0.25em 0.6em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.15rem;
  background-color: #009083;
}
.Muske-hero-section .head h1 {
  font-size: 1.7rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  letter-spacing: -0.02rem;
}
.Muske-hero-section .head p {
  display: block;
  color: #707070;
  margin: 5px 0 10px;
  text-transform: none;
  font-size: 1.1rem;
}
.Muske-hero-section .nav-tabs {
  border: none !important;
  margin: 0 auto;
  max-width: 50rem;
  width: 100%;
}
.Muske-hero-section .nav-tabs .nav-link {
  border: none !important;
  color: #000;
  font-size: 16px;
  padding: 10px 12px;
}
.Muske-hero-section .nav-tabs .nav-link.active {
  border-bottom: 2px solid #009083 !important;
  font-weight: 700;
}
.Muske-hero-section hr {
  background-color: #e0e0e0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 163px;
}
.Muske-hero-section .tab-content {
  max-width: 50rem;
  margin: 0 auto;
}
.table > :not(caption) > * > * {
  border-bottom: none !important;
  border-top: 1px solid #e0e0e0;
  margin: 40px 0 0;
}
.table > tbody > tr:nth-child(odd) > td {
  background-color: rgba(0, 0, 0, 0.04);
}
tr > td:first-child {
  color: #707070;
  width: 9em !important;
}
tr > td a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
tr > td i {
  margin: 0 10px;
}
.itlaic-text {
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .Muske-hero-section hr {
    top: 264px;
  }
}
@media screen and (max-width: 589px) {
  .Muske-hero-section hr {
    top: 289px;
  }
}
@media screen and (max-width: 325px) {
  .Muske-hero-section hr {
    top: 316px;
  }
}
@media screen and (max-width: 289px) {
  .Muske-hero-section hr {
    top: 342px;
  }
}
/* Muske hero section end */
