@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");
/*
    font-family: "Poppins", sans-serif;
 */
body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #f8f9fa;
  scroll-behavior: smooth;
}

/* helpers */
.flex-end {
  justify-content: flex-end;
}

.text-right {
  text-align: right;
}

.header_section {
  background: transparent;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  padding: 20px 10px;
  transition: all 0.5s ease;
}
.header_section.scrolled {
  background: #000000;
  padding: 12px 10px;
}
.navbar-brand img {
  height: 48px;
  width: auto;
  transition: all 0.6s ease;
}
.header_section .navbar {
  padding: 0;
}
.navbar ul li a {
  font-weight: 300;
  font-size: 16px;
  position: relative;
  color: #ffffff !important;
}
.navbar ul li a.active {
  font-weight: 700;
}
.nav_btns {
  display: flex;
  gap: 20px;
  align-items: center;
}
.nav_btns a button {
  background: #ffffff;
  font-weight: 400;
  font-size: 14px;
  color: #1659b7;
  padding: 8px 20px;
  border-radius: 8px;
  border: none;
}
.hero_section {
  padding: 10px 0px;
}
.hero_main_div {
  background-image: url(../../assets/imgs/hero.svg);
  height: auto;
  min-height: calc(100vh - 20px);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_section#StartUp .hero_main_div {
  background-image: url(../../assets/imgs/hero2.svg);
}
.hero_section#Investors .hero_main_div {
  background-image: url(../../assets/imgs/hero3.png);
}
.hero_section#Partners .hero_main_div {
  background-image: url(../../assets/imgs/hero4.svg);
}
.hero_text_main {
  width: 100%;
  max-width: 1110px;
  margin: auto;
  text-align: center;
  padding: 15px 10px;
}
.hero_text_main h3 {
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 0;
}
.hero_text_main h1 {
  font-weight: 600;
  font-size: 57px;
  text-align: center;
  text-transform: capitalize;
  color: #ffce31;
  margin-bottom: 0;
  margin-top: 16px;
}
.hero_text_main h5 {
  margin-top: 24px;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 0;
}
.hero_text_main p {
  font-weight: 400;
  font-size: 26px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 32px;
}
.home_section_one {
  height: auto;
}
.home_section_one .container {
  overflow: hidden;
  max-width: 1550px;
}
.home_sec1_cards_main {
  display: inline-flex;
  gap: 30px;
  overflow: hidden;
  white-space: nowrap;
  animation: marquee 15s linear infinite;
  padding: 40px 0px;
}
.home_sec1_card_body {
  padding: 15px;
  border-radius: 2px;
  min-width: 220px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.4);
  background-color: #0f1b2b;
}
.home_sec1_card_body:hover {
  position: relative;
  background-color: rgba(0, 0, 0, 1);
}
.home_sec1_card_body img {
  height: 32px;
  width: auto;
}
.home_sec1_card_body h5 {
  margin-top: 18px;
  color: #2c3e50b2;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.home_sec1_cards_main:hover {
  animation-play-state: paused;
}
.home_section_two {
  padding: 60px 0px;
}
.home_sec2_left_main_div span {
  font-weight: 400;
  font-size: 16px;
  color: #805b34;
  background: #d9b171b2;
  border-radius: 30px;
  padding: 6px 16px;
}
.home_sec2_left_main_div h1 {
  font-weight: 600;
  font-size: 40px;
  color: #0f1b2b;
  margin-bottom: 0;
  margin-top: 30px;
  line-height: 54px;
}
.home_sec2_left_main_div p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 25px;
  color: #0f1b2ba8;
}
.home_sec2_right_main {
  position: relative;
}
.home_sec2_right_img {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}
.home_sec2_right_img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.home_sec2_right_small_card {
  background: #ffffff;
  box-shadow: -11px 25px 24px 0px #00000014;
  border-radius: 12px;
  position: absolute;
  bottom: 50px;
  left: 20px;
  padding: 15px;
  width: 100%;
  max-width: 220px;
  height: 100px;
}
.home_sec2_right_small_card h1 {
  font-weight: 600;
  font-size: 36px;
  color: #0a0915;
  display: flex;
  gap: 5px;
  padding: 4px 0px;
  margin-bottom: 0;
}
.home_sec2_right_small_card h1 span {
  font-weight: 400;
  font-size: 14px;
  color: #54535b;
  display: inline-block;
  width: 91px;
  height: 35px;
}
.home_section_three {
  background: #d9b171;
  padding: 60px 0px;
}
.home_sec3_left_text h1 {
  font-weight: 600;
  font-size: 34px;
  color: #0f1b2b;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 54px;
  margin-bottom: 0;
}
.home_sec3_left_text p {
  font-weight: 400;
  font-size: 17px;
  vertical-align: middle;
  color: #0f1b2ba8;
}
.home_sec3_text_counter_main {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
}
.home_sec3_text_counter_inner {
  width: 100%;
  max-width: 230px;
  border-right: 1px solid rgba(15, 27, 43, 0.3);
  text-align: center;
}
.home_sec3_text_counter_inner h1 {
  font-weight: 600;
  font-size: 56px;
  vertical-align: middle;
  color: #ffffff;
  margin-bottom: 0;
}
.home_sec3_text_counter_inner p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  vertical-align: middle;
  color: #0f1b2ba8;
}
.home_sec3_text_counter_main .home_sec3_text_counter_inner:nth-child(2) {
  text-align: center;
}
.home_sec3_text_counter_main .home_sec3_text_counter_inner:last-child {
  border-right: none;
}
/* .home_sec2_right_small_card h1::after{
    content: "Our Happy Users.";
    font-weight: 400;
    font-size: 16px;
    color: #54535B;
    display: inline-block;
} */
.home_section_four {
  padding: 60px 0px;
  height: auto;
  min-height: 600px;
  background-image: url(../../assets/imgs/s4_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.title_div {
  text-align: center;
}
.title_div span {
  background: #f1f1f11a;
  padding: 6px 15px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  vertical-align: middle;
  color: #ffffff;
}
.title_div h1 {
  font-weight: 600;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
  line-height: 54px;
  text-transform: capitalize;
}
.title_div p {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-top: 10px;
}
.home_sec4_card_body {
  margin-top: 20px;
  padding: 30px 15px;
  border-radius: 12px;
  /* background: #FFFFFF24;
    backdrop-filter: blur(40px); */
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0)
  );
  min-height: 520px;
}
.home_sec4_card_body img {
  height: 55px;
  width: auto;
}
.home_sec4_card_body h1 {
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  margin-top: 25px;
}
.home_sec4_card_body ul {
  padding-left: 20px;
  margin-top: 25px;
}
.home_sec4_card_body ul li {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  margin-top: 8px;
  font-style: normal;
}
.title2_div {
  text-align: center;
}
.title2_div h1 {
  font-weight: 600;
  font-size: 48px;
  color: #0f1b2b;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 54px;
  text-transform: capitalize;
}
.title2_div p {
  font-weight: 400;
  font-size: 18px;
  color: #0f1b2ba8;
  margin-top: 10px;
}
.home_section_five {
  padding: 60px 0px;
}
.home_sec5_card_body_div {
  padding: 30px 30px;
  border-radius: 10px;
  margin-top: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-image: url(../../assets/imgs/s5_c1.png);
}
.home_sec5_card_body_div h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
}
.home_sec5_card_body_div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 16px;
}
.home_sec5_card_body_div#s5_card2 {
  background-image: url(../../assets/imgs/s5_c2.png);
}
.home_section_six {
  padding: 60px 0px;
  height: auto;
  min-height: 600px;
  background-image: url(../../assets/imgs/s6_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home_sec6_card_body {
  position: relative;
  margin-top: 20px;
  padding: 15px 15px;
  border-radius: 12px;
  /* background: #FFFFFF24;
    backdrop-filter: blur(40px); */
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0)
  );
  min-height: 625px;
  border-radius: 6px;
}
.home_sec6_card_body img.sec6_img1 {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.home_sec6_card_body img.sec6_img2 {
  position: absolute;
  top: 25px;
  left: 25px;
}
.home_sec6_card_body h5 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 15px;
  text-transform: capitalize;
}
.home_sec6_card_body p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 15px;
}
.home_sec6_card_body ul {
  padding-left: 20px;
  margin-top: 15px;
}
.home_sec6_card_body ul li {
  font-weight: 300;
  font-size: 16px;
  color: #ffffffa8;
  margin-top: 8px;
  font-style: normal;
}
.home_sec6_card_body button {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  border: none;
  background: transparent;
}
.home_section_seven {
  background: #d9b171;
  padding: 80px 0px;
}
.news_swiper_main {
  padding-top: 20px;
  position: relative;
}
.news_swiper_main .swiper,
.news_swiper_main .swiper-wrapper {
  position: unset;
}
.news_swiper_card_body {
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
}
.news_swiper_card_body .s7_linkedin {
  display: block;
  position: absolute;
  top: 10px;
  right: -70px;
  background-color: #ffffff;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.news_swiper_card_img {
  overflow: hidden;
  border-radius: 16px;
  height: 450px;
  cursor: pointer;
}
.news_swiper_card_img img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  height: 100%;
  transition: all 0.5s ease;
  transform: scale(1.04);
}
.news_swiper_card_body:hover .news_swiper_card_img img {
  transform: scale(1.1);
}
.news_swiper_card_body:hover .s7_linkedin {
  right: 10px;
}
.news_swiper_card_text {
  padding: 15px;
  position: absolute;
  bottom: 0px;
  left: 0;
  left: 0;
  color: #ffffff;
  z-index: 9;
}
.news_swiper_card_text h5 {
  margin-top: 8px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 0;
}
.news_swiper_card_text p {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}
.news_swiper_arrows {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  gap: 15px;
}
.news_swiper_arrows .news_next,
.news_prev {
  position: unset;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0)
  );
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.news_swiper_arrows .news_next::after,
.news_prev::after {
  font-size: 16px;
}
.home_section_eight {
  padding: 60px 0px;
}

.home_section_eight .more {
  margin-top: 2.5rem;
}
.home_sec8_card_body {
  width: 100%;
  max-width: 520px;
  margin: auto;
  margin-top: 30px;
}
.home_sec8_card_body img {
  width: 100%;
  height: 500px !important;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.home_sec8_card_body p {
  margin-top: 15px;
  font-weight: 400;
  font-size: 18px;
  color: #0f1b2b;
  margin-bottom: 0;
}
.home_sec8_card_body p span {
  font-weight: 500;
}
.home_section_nine {
  background: #000000;
  padding: 15px 15px 0px 15px;
  margin-top: 60px;
}
.home_sect9_inner1 {
  background-image: url(../../assets/imgs/s9_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 388px;
  border-radius: 30px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
}
.home_sect9_inner1_txt {
  width: 100%;
  max-width: 450px;
}
.home_sect9_inner1_txt h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
}
.home_sect9_inner1_txt p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffffe5;
  margin-top: 15px;
  margin-bottom: 0;
}
.home_sect9_inner1_txt .btn {
  margin-top: 25px;
  background: #ffffff;
  box-shadow: 0px 4px 6px -4px #0000001a;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #1659b7;
}
.footer_main_div {
  margin-top: 50px;
}
.footer_text_one {
  margin-top: 20px;
}
.footer_text_one img {
  height: 50px;
  width: auto;
  margin-bottom: 15px;
}
.footer_text_one p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffffb2;
  margin-bottom: 0;
  margin-top: 10px;
}
.footer_text1_icons {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.footer_links_main {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer_links_main h5 {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}
.footer_links_main a {
  font-weight: 400;
  font-size: 16px;
  color: #c6c6c6;
  text-decoration: none;
}
.footer_bottom_bar {
  border-top: 1px solid #848484;
  margin-top: 40px;
  padding: 12px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_bottom_bar p {
  font-weight: 400;
  font-size: 14px;
  color: #c6c6c6;
  margin-bottom: 0;
}
.footer_bottom_links {
  display: flex;
  gap: 20px;
  justify-content: end;
}
.footer_bottom_links a {
  font-weight: 400;
  font-size: 14px;
  color: #c6c6c6;
  text-decoration: none;
}

/* Start Up Style Start =================================== */

.startup_section_one {
  padding: 80px 0px;
}
.stu_sec1_card_body_div {
  margin-top: 30px;
  padding: 6px;
  border-radius: 8px;
}
.stu_sec1_card_body_div img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}
.stu_sec1_card_body_txt {
  padding: 10px 5px;
}
.stu_sec1_card_body_txt h4 {
  font-weight: 600;
  font-size: 22px;
  color: #1659b7;
  margin-top: 15px;
  text-transform: capitalize;
}
.stu_sec1_card_body_txt p {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-top: 15px;
  margin-bottom: 0;
}
.startup_section_two {
  background-image: url(../../assets/imgs/stu5.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: auto;
  min-height: 100vh;
}
.startup_section_three {
  padding: 80px 0px;
  margin-top: 50px;
}
.stu_sec3_card_body_div {
  padding: 10px 6px;
  border-radius: 8px;
  width: 100%;
  max-width: 450px;
  margin: auto;
  margin-top: 30px;
}
.stu_sec3_card_body_div h2 {
  height: 85px;
  width: 85px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d9b171 0%, #c09a5c 100%);
  border-top: 1.93px solid #ffffff1a;
  box-shadow: 0px 5.79px 23.17px 0px #d9b1717a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 0;
}
.stu_sec3_card_body_div h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: 0px;
  margin-bottom: 0;
  color: #0f1b2b;
  margin-top: 25px;
}
.stu_sec3_card_body_div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #0f1b2ba8;
  margin-top: 15px;
  margin-bottom: 0;
}
.stu_sec3_cards_main {
  position: relative;
  margin-top: 30px;
}
.stu_sec3_cards_main::after {
  content: "";
  background: #d9b171;
  position: absolute;
  top: 82px;
  left: 10px;
  right: 0;
  width: 100%;
  max-width: 950px;
  height: 1px;
  z-index: -1;
  border-radius: 12px;
}
.title3_div {
  text-align: center;
}
.title3_div h1 {
  font-weight: 700;
  font-size: 48px;
  color: #1659b7;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 60px;
  text-transform: capitalize;
}
.title3_div p {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #1659b7;
  margin-bottom: 0;
  margin-top: 20px;
}
.startup_section_four {
  padding: 80px 0px;
}
.stu_sec4_card_body_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
  padding: 20px 20px;
}
.stu_sec4_card_body_inner1 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.stu_sec4_card_body_inner1_txt1 {
  min-width: 200px;
}
.stu_sec4_card_body_inner1_txt1 h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1659b7;
  margin-bottom: 0;
}
.stu_sec4_card_body_inner1_txt1 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #0f1b2ba8;
  margin-bottom: 0;
  margin-top: 6px;
}
.stu_sec4_card_body_inner1_txt2 h3 {
  font-weight: 600;
  font-size: 24px;
  color: #0f1b2b;
  margin-bottom: 0;
}
.stu_sec4_card_body_inner1_txt2 h3 span {
  color: #1659b7;
  margin-left: 20px;
  font-size: 12px;
}
.stu_sec4_card_body_inner1_txt2 p {
  margin-top: 10px;
  display: flex;
  gap: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #0f1b2ba8;
  margin-bottom: 0;
}
.stu_sec4_card_body_inner1_txt2 h6 {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  color: #1659b7;
  margin-bottom: 0;
}
.stu_sec4_card_body_inner1_txt2 h6 a {
  text-decoration: none;
}
.stu_sec4_card_body_inner2 button {
  background: #1659b7;
  padding: 8px 16px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  border: none;
}
.stu_sec4_card_body_inner2 {
  position: relative;
}
.stu_sec4_card_body_inner2::before {
  content: "";
  background: #1659b7;
  height: 6px;
  width: 60px;
  position: absolute;
  top: -20px;
  left: 0;
  border-radius: 6px;
}
.startup_section_five {
  background: #d9b171;
  padding: 80px 0px;
}
.stu_sec5_card_body_div {
  position: relative;
  margin-top: 35px;
  padding: 30px 15px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0)
  );
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.stu_sec5_card_body_div h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
.stu_sec5_card_body_div p {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
  text-transform: capitalize;
}
.startup_section_six {
  padding: 60px 0px;
}
.stu_sec6_card_body_div {
  padding: 30px 30px;
  border-radius: 10px;
  margin-top: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.stu_sec6_card_body_div h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
}
.stu_sec6_card_body_div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 16px;
}
.stu_sec6_card_body_div#st6_card1 {
  background-image: url(../../assets/imgs/stu6_1.png);
}
.stu_sec6_card_body_div#st6_card2 {
  background-image: url(../../assets/imgs/stu6_2.png);
}
.stu_sec6_card_body_div#st6_card3 {
  background-image: url(../../assets/imgs/stu6_3.png);
}
.stu_sec6_card_body_div#st6_card4 {
  background-image: url(../../assets/imgs/stu6_4.png);
}
.startup_section_seven {
  padding: 60px 0px;
}

.startup_section_seven .title3_div {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .startup_section_seven .row {
    gap: 2rem;
  }
}

.stu_sec7_card_body_div {
  box-shadow: 0px 4px 24px 0px #00000014;
  background: #ffffff;
  padding: 30px 20px;
  height: 100%;
  border-radius: 16px;
  text-align: center;
}
.stu_sec7_card_body_div span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #d9b171 0%, #c09a5c 100%);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  box-shadow: 0px 4px 16px 0px #d9b17166;
  border-top: 2.67px solid #ffffff;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  margin: auto;
}
.stu_sec7_card_body_div h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  color: #1659b7;
  margin-bottom: 0;
  margin-top: 20px;
}
.stu_sec7_card_body_div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0px;
  text-align: center;
  color: #4a5568;
  margin-bottom: 0;
  margin-top: 15px;
}
.invest_section_one {
  padding: 60px 0px;
}
.invest_sec1_tabs_main {
  margin-top: 50px;
}
.invest_sec1_tabs_main .nav-pills {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.invest_sec1_tabs_main .nav-pills .nav-link {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 0px;
  font-size: 18px;
  text-transform: capitalize;
  border-radius: 30px;
  background: transparent;
  color: #3762e9;
  padding: 10px 40px;
  font-weight: 500;
}
.invest_sec1_tabs_main .nav-pills .nav-link.active {
  color: #fff;
}
.invest_sec1_tabs_main .nav-pills .nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #3762e9;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}
.invest_sec1_tabs_main .nav-pills .nav-link.active::before {
  transform: scaleX(1);
}
.invest_sec1_tabs_title {
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin: auto;
  margin-top: 60px;
}
.invest_sec1_tabs_title h3 {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0px;
  color: #0f1b2b;
  margin-bottom: 0;
}
.invest_sec1_tabs_title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 25.6px;
  letter-spacing: 0px;
  text-align: center;
  color: #0f1b2ba8;
  margin-bottom: 0;
  margin-top: 10px;
}
.invest_tabs_card_body_div {
  margin-top: 50px;
  border-radius: 12px;
}
.invest_tabs_card_body_div img {
  height: 300px;
  border-radius: 12px 12px 0px 0px;
  width: 100%;
  object-fit: cover;
}
.invest_tabs_card_body_txt {
  padding: 20px;
  width: 100%;
  max-width: 500px;
  margin-top: 15px;
}
.invest_tabs_card_body_txt h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36.4px;
  letter-spacing: 0px;
  color: #1659b7;
  margin-bottom: 0;
}
.invest_tabs_card_body_txt p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: 0px;
  color: #4a5568;
  margin-bottom: 0;
  margin-top: 12px;
}
.invest_section_two {
  padding: 80px 0px;
  margin-top: 50px;
  background-image: url(../../assets/imgs/inv_5.png);
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.invest_sec2_card_body_div {
  position: relative;
  margin-top: 35px;
  padding: 20px 25px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0)
  );
  border-radius: 6px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 550px;
}
.invest_sec2_card_body_div h5 {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #d9b171;
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: capitalize;
}
.invest_sec2_card_body_div h4 {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 10px;
}
.invest_sec2_card_body_div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffffcc;
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: capitalize;
}
.invest_section_three {
  background: #d9b171;
  padding: 80px 0px;
}
.invest_sec3_card_body {
  position: relative;
  margin-top: 35px;
  padding: 20px 25px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  background: linear-gradient(
      0deg,
      rgba(221, 186, 129, 0.3),
      rgba(221, 186, 129, 0.3)
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16));
  border-radius: 6px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 550px;
  min-height: 270px;
}
.invest_sec3_card_body span {
  background: #ffffff;
  border-top: 2.67px solid #ffffff1c;
  border-top: 2.67px solid #ffffff1c;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #d9b171;
}
.invest_sec3_card_body h5 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  color: #0f1b2b;
  margin-bottom: 0;
  margin-top: 20px;
}
.invest_sec3_card_body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 10px;
}
.parnters_section_one {
  padding: 60px 0px;
}
.partner_sec1_card_body_div {
  padding: 30px 30px;
  border-radius: 10px;
  margin-top: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.partner_sec1_card_body_div h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
}
.partner_sec1_card_body_div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 16px;
}
.partner_sec1_card_body_div#prt1_card1 {
  background-image: url(../../assets/imgs/prt_b1.png);
}
.partner_sec1_card_body_div#prt1_card2 {
  background-image: url(../../assets/imgs/prt_b2.png);
}
.partner_sec1_card_body_div#prt1_card3 {
  background-image: url(../../assets/imgs/prt_b3.png);
}
.partner_sec1_card_body_div#prt1_card4 {
  background-image: url(../../assets/imgs/prt_b4.png);
}
.parnters_section_two {
  background: #d9b171;
  padding: 50px 0px 70px 0px;
}
.partner_sec2_cards_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.partner_sec2_card_body {
  position: relative;
  margin-top: 35px;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  background: linear-gradient(
      0deg,
      rgba(221, 186, 129, 0.3),
      rgba(221, 186, 129, 0.3)
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16));
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 230px;
  min-width: 230px;
  min-height: 250px;
}
.partner_sec2_card_body img {
  height: 55px;
  width: 55px;
}
.partner_sec2_card_body h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #0f1b2b;
  margin-top: 15px;
}
.partner_sec2_card_body p {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
}
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}
@media (min-width: 1370px) {
  .container {
    max-width: 1420px;
  }
}
@media (min-width: 1250px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 1366px) {
  .startup_section_two {
    min-height: 1200px;
  }
}
@media (max-width: 1250px) {
  .stu_sec3_cards_main::after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .stu_sec4_card_body_div {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .stu_sec4_card_body_inner1 {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .startup_section_two {
    min-height: 650px;
  }
  .navbar-collapse {
    background: #000000;
    padding: 20px;
    border-radius: 8px;
    margin-top: 8px;
  }
  .home_sec3_text_counter_main {
    justify-content: center;
    gap: 40px;
  }
  .home_sec3_text_counter_inner {
    border: none;
  }
  .navbar-nav {
    margin-top: 0px;
    gap: 20px !important;
  }
  .nav_btns {
    margin-top: 30px;
  }
  .footer_bottom_bar {
    flex-wrap: wrap-reverse;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
  .footer_bottom_links {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .hero_text_main h3 {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 0;
  }
  .hero_text_main p {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 16px;
  }
  .hero_text_main h1 {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #ffce31;
    margin-bottom: 0;
    margin-top: 16px;
  }
  .title3_div h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
  }
  .title_div h1 {
    font-weight: 600;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 46px;
    text-transform: capitalize;
  }
  .title2_div h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
  }
  .home_sect9_inner1_txt h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .home_sec2_left_main_div h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .home_sec3_left_text h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .home_sec8_card_body img {
    height: auto !important;
  }
  .startup_section_two {
    min-height: 600px;
  }
}
@media (max-width: 576px) {
  .stu_sec3_card_body_div h2 {
    height: 65px;
    width: 65px;
    font-size: 24px;
  }
  .stu_sec5_card_body_div h1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 52px;
  }
  .startup_section_one {
    padding-bottom: 0;
  }
  .startup_section_three {
    padding-top: 0;
  }
  .invest_sec2_card_body_div h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
  }
  .startup_section_two {
    min-height: 400px;
  }
  .invest_sec2_card_body_div h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
  }
  .footer_bottom_bar {
    border-top: none;
  }
  .footer_bottom_bar p {
    border-top: 1px solid #848484;
    padding-top: 15px;
  }
  .invest_section_two {
    padding: 40px 0px;
  }
  .invest_sec1_tabs_main .nav-pills .nav-item {
    width: 100%;
  }
  .invest_sec1_tabs_main .nav-pills .nav-link {
    width: 100%;
    border: 1px solid #3762e9;
  }
  .hero_text_main h1 {
    font-weight: 600;
    font-size: 32px;
    margin-top: 16px;
  }
  .hero_text_main h3 {
    font-weight: 600;
    font-size: 32px;
  }
  .hero_text_main p {
    font-weight: 400;
    font-size: 18px;
    margin-top: 16px;
  }
  .hero_main_div {
    min-height: 700px;
  }
  .title3_div h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .title_div h1 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 42px;
    text-transform: capitalize;
  }
  .title2_div h1 {
    font-size: 32px;
    color: #0f1b2b;
    line-height: 42px;
  }
  .partner_sec2_card_body {
    margin: auto;
    margin-top: 20px;
    max-width: 260px;
  }
  .home_sect9_inner1 {
    padding: 20px;
  }
  .home_sect9_inner1_txt h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
  }
  .invest_sec1_tabs_title h3 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0px;
    color: #0f1b2b;
    margin-bottom: 0;
  }
}
