*{
font-family: 'Montserrat', sans-serif;
}
html {
  scroll-behavior: smooth;
}
.icons {
  width: 24px;
  height: 24px;
  object-fit: contain;
}



/* NAVBAR CSS */
.navbar-nav .nav-link {
  position: relative;
  color: black; 
  transition: all 0.3s ease;
  text-decoration: none;
}

.navbar-nav .nav-link:hover {
  color: #6F3ECC; 
  text-decoration: underline; 
}

.register-btn{
  border-radius: 6px;
  background: linear-gradient(105.12deg, #6F3ECC 10.35%, #52A4E2 94.82%);
 color: white;
  font-size: 16px;
  font-weight: 500px;

}
.register-btn:hover{
  color: white;
}
.login-btn{
  font-weight: 300;
  color: transparent;
  background-image: linear-gradient(105.12deg, #6F3ECC 10.35%, #52A4E2 94.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}

 /* BANNER SECTION CSS */
.hero-section {
  background-image: url('./assets/vc_banner_img.webp');
  background-size: cover;
  background-position:  40% 60%;
  background-repeat: no-repeat;
  width:100%;
  height: 400px;
}

.bg-gradient-overlay {
  background: linear-gradient(to right, #111731 3%, #34479700 200%);
       
}
.banner_content_container {
  width: 60%;
}
.banner-heading{
  line-height: 1.35;
  letter-spacing: 0;
}
.get-fund-btn {
  width: 175px;
  height: 50px;
  border-radius: 6px;
  background: linear-gradient(105.12deg, #6F3ECC 10.35%, #52A4E2 94.82%);
 
  font-size: 16px;
  font-weight: 500px;
  color:white;
}

.btn-hover-grow {
  transition: all 0.3s ease-in-out;
}

.btn-hover-grow:hover {
  transform: scale(1.05);

}

.accelerate-btn{
  width: 249px;
  height: 50px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.accelerate-btn:hover{
  border: 1px solid #FFFFFF;
}
@media (min-width: 1920px) {
  .hero-align-4k {
    align-items: center !important;
  }
}
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-animate {
  opacity: 0;
  animation: fadeSlideUp 0.8s forwards;
}
.hero-animate.delay-1 {
  animation-delay: 0.3s;
}
.hero-animate.delay-2 {
  animation-delay: 0.6s;
}
.hero-animate.delay-3 {
  animation-delay: 0.9s;
}

  /* INTRO TO OUR PLATFORM*/

.intro-img{
  width: 1045px;
  height: 500px;
  opacity: 1;
  border-radius: 20px;
  border: 1px solid #E5E7EB;
  box-shadow:0px 25.58px 31.97px 0px #0000001A,0px 10.23px 12.79px 0px #0000001A;   
}
@media (max-width:425px){
  .intro-img{
    max-height: 200px;
  }
}
/* .intro-video{
  width: 1045px;
  height: autopx;
  opacity: 1;
  border-radius: 20px;
  border: 1px solid #E5E7EB;
} */
.intro_heading{
  font-size: 35.48px;
  line-height: 42.58px;
  letter-spacing: 0;
  text-align: center;
  color: #0F172A;
}
.intro_desc{
  font-size: 21.29px;
  line-height: 33.11px;
  letter-spacing: 0;
  color: #4B5563;
}


 /* 66 STEP MODEL CSS */

.step-model-wrapper {
  width: 100%;
  background-color: #EEF5FB;
  border: 1px solid #E5E7EB;
}


.step-model-heading{
line-height: 36.71px;
color: #1E293B;
}
.step-model-desc{
    color: #4B5563;
    line-height: 28px;

}
.step-model-btn {
  background: linear-gradient(105.12deg, #6F3ECC 10.35%, #52A4E2 94.82%);
  width: 169px;
  height: 44px;
  border-radius: 8.16px;
  opacity: 1;
  color: white;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.step-model-btn:hover {
  color: white;
}
.icon-bg {
  height: 55px;
  width: 55px;
  background-color: #E5E7EB;
  border-radius: 50%; 
  flex-shrink: 0; 
}





.step-model-container {
  /* width: 100%; */
  max-height: 500px;
  height: auto;
}
.step_model_image {
  /* width: 100%; */
  /* max-width: 613px; */
  height: auto;
  max-height: 500px; 
  object-fit: cover;

}

 @media (max-width:768px){
  
   .step_model_image{
    width:100%;
    max-height: 700px;
   }
   
}
@media (max-width: 1024px) {
  .step-model-container {
    height: 100%;
    max-height: none;
  }

  .step_model_image{
    height: 100%;
    max-height: none;
    object-fit: cover;
  }
} 


 /* FIND CO-FOUNDER CSS */

.cofounder-icon-bg{
     width:55px;
    height: 55px;
    background-color:#332D56;
  
  border-radius: 50%;
  flex-shrink: 0; 
}

.find-cofounder-btn{
    background: linear-gradient(105.12deg, #6F3ECC 10.35%, #52A4E2 94.82%);
    top: 566.69px;
    left: 204px;
    border-radius: 6.86px;
    opacity: 1;
    color: white;
    padding: 10px 20px;
    height: 50px;
    width:auto;
}
.find-cofounder-btn:hover{
  color: white;
}

.cofounder-img {
  width: 100%;
  max-height: 500px; 
  object-fit: cover;
  border-radius: 0.75rem;
}

.card-box {
  width: 100%; 
  height: auto;
}
@media (min-width:1440px){
   .card-box{
    max-height: 500px;
   }
}
@media (max-width: 1024px) {
  .cofounder-img {
    height: 100%;
    max-height: none;
    object-fit: cover;
  }
}



                                                         /* INVESTORS SECTION CSS */
.investors-container{
  background-color: #EEF5FB
}
.investors-icon-bg{
   width:55px;
   height: 55px;
  background-color:#E5E7EB;
  border-radius: 50%; 
  flex-shrink: 0; 
}

.investors-card{
  height: 100%;
}

.startup-invest-btn{
background: linear-gradient(105.12deg, #6F3ECC 10.35%, #52A4E2 94.82%);
width:auto;
height:60px;
border-radius: 8.14px;
border: 1px solid #E5E7EB;
opacity: 1;
color:white;

}
.raise-funding-btn {
width:auto;
height: 60px;
  background: transparent;
  border: 1px solid transparent; 
 border:1px solid #6F3ECC;
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 8.14px;
  color: transparent;
  background-image: linear-gradient(105.12deg, #6F3ECC 10.35%, #52A4E2 94.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   cursor: pointer;
}
.investors-right-container{
  /* width:100%; */
height: auto;

}
.investors-image-container{
  max-height: 500px; 
  object-fit: cover;
}
@media (max-width:768px){
  .investors-right-container{
    max-height: 700px;
  }
  .investors-image-container{
    
    object-fit: cover; 
    border-radius: 10px; 
  }
  .investors-image{
    border-radius: 10px;
  }
}
@media (max-width:1024px){
  .investors-right-container{
    max-height: 750px;
  }
  .investors-image-container{
    max-height: 750px;
  }
}
.investors-image{
  object-fit: cover; 
  height: 100%;
   border-top-left-radius: 10px; 
   border-bottom-left-radius: 10px;
}


 /* SERVICES SUPPORT CSS */
.services_container{
  background-color: #EEF5FB;
  width:100%;
  border: 1px solid #E5E7EB;
}
.request-services-btn{
  background: linear-gradient(105.12deg, #6F3ECC 10.35%, #52A4E2 94.82%);
width: auto;
height: 50px;
top: 691px;
left: 626.67px;
opacity: 1;
border-radius: 6px;
border: 1px solid #E5E7EB;
color:white;
}
.request-services-btn:hover{
  color: white;
}
.services-icon-bg{
   width:55px;
    height: 55px;
    background-color:#E0E7FF;
  border-radius: 50%; 
  flex-shrink: 0;

}
.services-desc{
  color: #4B5563;
}
.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  height: 100%;
}
.card:hover {
  transform: scale(1.05);
   background: linear-gradient(105.12deg, #6F3ECC 10.35%, #52A4E2 94.82%);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
  color:#FFFFFF;

}
.card:hover .services-desc {
  color: #FFFFFF;
}


 /* SUCCESS STORIES CSS */
.success-icon-bg {
  width: 55px;
  height: 55px;
  background-color:#E0E7FF ; 
  border-radius: 50%; 
  flex-shrink: 0;
}

.view-all-stories-btn{
  background: linear-gradient(105.12deg, #6F3ECC 10.35%, #52A4E2 94.82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500px;
  background-color: transparent;
  border:0px;
  
}
.success-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
 
}
.success-card:hover {
  transform: scale(1.05);
}

 /* JOURNEY CSS */
.journey_container{
  background-color: #EEF5FB;
  width:100%;
}

.join-vc-btn{
background: linear-gradient(105.12deg, #6F3ECC 10.35%, #52A4E2 94.82%);
border: 1px solid #E5E7EB;
width: 241px;
height: 50px;
left: 240.61px;
opacity: 1;
border-radius: 6px;
color: white;
font-size: 16px;
font-weight: 700px;
}
.submit-btn{
  background: linear-gradient(105.12deg, #6F3ECC 10.35%, #52A4E2 94.82%);
border: 1px solid #E5E7EB;
width:140px;
height: 50px;
left: 240.61px;
opacity: 1;
border-radius: 6px;
color: white;
font-size: 16px;
font-weight: 700px;

}
.submit-btn:hover{
  color: white;
}

.contact-us-btn{
   background: transparent;
  width: 241px;
height: 50px;
  border-radius: 10px; 
 border:1px solid #6F3ECC;
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 8.14px;
  color: transparent;
  background-image: linear-gradient(105.12deg, #6F3ECC 10.35%, #52A4E2 94.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   cursor: pointer;

}
.contact-us-btn:hover{
  border:1px solid #6F3ECC;
}
.journey-desc{
  font-size: 20px;
}
@media (max-width:768px){
  .journey-desc{
    font-size: 15px;
  }
}
/* Footer CSS */
.footer {
  background-color: #111827;
  padding: 50px;
}

.footer a {
  color: #9CA3AF;
  text-decoration: none;
}
.footer a:hover {
  color: #6F3ECC;
}
.footer .social-icons i {
  font-size: 25px;
  margin-right: 15px;
  color: white;
  
}
.footer .social-icons i:hover {
  color: #6F3ECC;
}
.footer hr {
  border-color: #2c2f3f;
  border-width: 2px;
}
.footer .copyright {
  color: #6B7280;
  font-size: 14px;
}


