
.home-text{
      position:absolute;
      padding-left:30%;
    }
    .pic {
      text-align: center;
      position: relative;
      height: 100vh;
    }
    .blur {
      height: 100%;
    }
    .overlay {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
    }

    @property --rotate {
      syntax: "<angle>";
      initial-value: 132deg;
      inherits: false;
    }

    
    .bod {
      min-height: 70px;
      //background: #212534;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      padding-top: 2rem;
      padding-bottom: 2rem;
      box-sizing: border-box;
    }


    .card {
      background: #c1c1c1;
      width: 250px;
      height: 45px;
      padding: 2px;
      position: relative;
      border-radius: 30px;
      justify-content: center;
      align-items: center;
      text-align: center;
      display: flex;
      //z-index:2;
      font-size: 14px;
      color: #000;
      cursor: pointer;
      font-family:gotham-book;
    }

    .card a{
      color:#000;
    }
    .card a:hover{
      text-decoration:none;
    }

    .card::before {
      content: "";
      width: 101%;
      height: 106%;
      border-radius: 30px;
      background-image: linear-gradient(var(--rotate), #000000, #454243 43%, #d75f07);
      position: absolute;
      z-index: -1;
      top: -3%;
      left: -2px;
      right: 2px;
      animation: spin 3.5s linear infinite;
    }

    .card::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      z-index: -1;
      height: 103%;
      width: 104%;
      margin: 0 auto;
      transform: scale(0.9);
      filter: blur(15px);
      border-radius: 30px;
      background-image: linear-gradient(var(--rotate), #000000, #454243 43%, #d75f07);
      opacity: 1;
      transition: opacity .5s;
      animation: spin 3.5s linear infinite;
    }

    @keyframes spin {
      0% {
      --rotate: 0deg;
      }
      100% {
      --rotate: 360deg;
      }
    }
    .slider-wrappers {
      overflow: hidden;
      max-width: 100%;
      margin: 20px auto;
    }

    .slider-tracks {
      display: flex;
      animation: scroll 30s linear infinite;
    }

    .slider-wrappers:hover .slider-tracks {
      animation-play-state: paused;
    }

    .slide-fund {
      width: 420px;
      flex-shrink: 0;
      padding: 10px;
      box-sizing: border-box;
    }

    .slide-fund img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 12px;
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-1800px); } /* 6 slides × 300px */
    }

    /* Mobile: 1 image full width */
    @media (max-width: 767px) {
      .slide-fund {
        width: 70vw;
        padding: 5px;
      }

      .slider-tracks {
        width: calc(100vw * 12); /* 6 original + 6 clone */
        animation: scroll-mobile 20s linear infinite;
      }

      .slider-wrappers:hover .slider-tracks {
        /*animation-play-state: paused;*/
      }

      @keyframes scroll-mobile {
        0% { transform: translateX(0); }
        100% { transform: translateX(-600vw); } /* 6 slides × 100vw */
      }
    }
    @media (min-width: 768px) {
      .company-mob{
        display:none;
      }
      .company{
        display:block;
      }
      #logo-desktop{
        display:block;
      }
      #logo-mobile{
        display:none;
      }
    }
    @media (max-width: 767px) {

      #logo-desktop{
        display:none;
      }
      #logo-mobile{
        display:block;
      }
      .navbar-inverse .navbar-toggle {
    border-color: #000;
}

        .your-vision-our {
          font-family: 'aeonik-bold';
          font-weight:500;
          padding-top:30px;
          color: #ffffff;
          font-size: 32px;
  }
  .containerNew {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
.rectangle {
    position: relative;
    z-index: 2;
    color: white;
    padding-top: 60px;
    padding-bottom: 80px;
}
.text-wrapper-2 {
    padding-top: 30px;
    font-family: gotham-book;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
}
.text-wrapper {
    font-family: gotham-book;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
}
.bod {
    min-height: 60px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 7px;
    padding-bottom: 7px;
}
.card {
    background: #c1c1c1;
    width: 200px;
    height: 40px;
    padding: 2px;
    position: relative;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    font-weight: 500;
}
.section2 {
    padding: 20px 0px 0px 0px;
}
.company-mob{
        display:block;
      }
      .company{
        display:none;
      }
      .company-mob .col-xs-6{
        padding-left:5px;
        padding-right:5px;
      }
      .company-number1{
        background:url('img/num-bg1.png');
        background-size:cover;
        border-radius: 35px;
        background-position: center;
        margin-top:30px;
        margin-left: 0px;
        margin-right: 0px;
      }
      .cnum2{
        margin-left: -5px;
        margin-right: -5px;
      }
      .company-number2{
        background:url('img/num-bg2.png');
        background-size:cover;
        border-radius: 35px;
        background-position: center;
        margin-top:10px;
      }
      .company-number3{
        background:url('img/num-bg3.png');
        background-size:cover;
        border-radius: 35px;
        background-position: center;
        margin-top:10px;
      }
      .company-num{
          padding-top:30px;
          padding-left:20px;
          padding-bottom:15px;
      }
      .company-mob h3 {
      font-family: 'aeonik-bold';
      font-weight: 500;
      letter-spacing:1px;
      color:#fff;
      margin-bottom: 10px;
      font-size: 28px;
    }

    .company-mob p {
      font-family: gotham-book;
      font-weight: 300;
      font-size: 14px;
      color: #c1c1c1;
      line-height:1.9;
      margin-bottom: 30px;

    }
      .home-title {
    color: #000;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.3;
    padding-left: 0%;
}
.sub-title {
    font-size: 16px;
    letter-spacing: 0;
    padding-top: 10px;
    line-height: 1.3;
    padding-left: 0%;
}
.section3 {
    padding: 10px 0px 40px 0px;
}

.carousel-wrapper-client {
    width: 360px;
    overflow: hidden;
    position: relative;
}
.clients {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.card-client{
  width:100%;
}
.logo-row {
    gap: 10px;
    padding: 10px 0;
}
.logo-row img {
    max-height: 40px;
    }

    .propositions {
        background: #000;
        padding: 30px 0px;
        padding-bottom:0px;
    }
    .unicorns {
    padding: 40px 0px 10px 0px;
}
    .home-title2 {
    font-family: 'aeonik-bold';
    font-weight: 500;
    color: #fff;
    letter-spacing:1px;
    font-size: 24px;
  }
  
  .sub-title2 {
    font-size: 16px;
  }
  .services-provided {
    padding-left: 0%;
    padding-top: 0px;
    padding-bottom:0px;
}
  .services-provided .col-sm-6{
      padding-left:0px;
      padding-bottom:50px;
  }
  .mob-testimonial-bottom{
      padding-bottom:20px;
  }
  .service-title {
    font-size: 18px;
    padding-top:0px;
  }
  .services-provided img {
    width: 35px;
}
  .service-content {
    font-size: 14px;
  }
  .testimonials {
    background: #000;
    padding: 20px 0px 20px 0px;
    position: relative;
    z-index: 0;
}
.testimonial-section {
    padding-top: 30px;
}
    
    .quote::before {
        left: 0px;
        top: -8px;
    }
.quote {
    color: #fff;
    margin-top: 15px;
    margin-left: 0px;
    padding-left:30px;
    padding-right: 10px;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
}
.home-title3 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.3;
    padding-left: 0%;
}
.sub-title3 {
    font-family: gotham-book;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    padding-left: 0%;
    }
    .unicorn-slides {
    padding-top: 0px;
    padding-bottom: 10px;
}
    .unicorn-slides p {
    font-size: 12px;
    letter-spacing: 0;
    padding-top: 10px;
    line-height: 1.6;
    padding-left: 0%;
    padding-right: 0%;
}
.unicorn-images {
    padding-top: 0px;
    padding-bottom: 0px;
}



.founders{
  padding:55px 0px;
}
.founder-content h4 {
    font-family:gotham-book;
    font-size: 22px;
    line-height: 1.6;
    padding-bottom: 10px;
    padding-top:20px;
    }

    .blogs {
      padding:10px 10px;
    }

    .carousel-container {
    display: block;
    padding:0px 5px 40px 5px;

  }
  .text-section{
    padding:15px 0px;
  }
  .text-section h1 {
    
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.3;
}
    .text-section p {
    font-family: gotham-light;
    font-weight: 300;
    color: #000;
    font-size: 14px;
    padding-bottom:0px;
    }
    .text-section button {
      margin-top:20px;
    }
    .bottom-section {
    padding: 0px 0px 30px 0px;
    background: #000;
}
.image-section{
  height:340px;
}
.image-card.active {
    width: 200px;
    height: 300px;
    }
.image-card{
    width: 170px;
    height: 240px;
    }
.unicorn-image {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 70%;
    z-index: 2;
}

.services {
    padding: 20px 0px;
    padding-bottom:10px;
}
.images-row img {
  height:140px;
  width:60px;
  flex: 0 0 60px;
  border-radius:15px;
}
.images-row img.active {
  height:140px;
  width:140px!important;
  flex: 0 0 120px;
}

.card2 {
    background: #000;
    width: 335px;
    height: 200px;
    }
    .card2::before {
    border-radius: 20px;
    left:0px;
    right:0px;
  }
    .card2 .carousel {
      width: 335px;
    height: 200px;
    }

    .card2 img{
    width: 334px;
    height: 199px;
    }
.card-unicorn {
    background: linear-gradient(135deg, #3b82f6, #1e3a8a);
    border-radius: 24px;
    padding: 20px 30px;
    }
    .content{
      width:100%;
      max-width:100%;
    }
    .content h1 {
      width:100%;
    font-size: 20px;
    font-weight: 700;
  }
  .content p {
    width:40%;
    font-size: 12px;
}
    .footer-left {
        width: 102%;
        display: flex;
        margin-left: -5px;
}
.footer-card1, .footer-card2 {
    position: relative;
    width: 50%;
    padding: 5px;
    display: inline-flex;
}
.footer-content1, .footer-content2 {
    position: absolute;
    top: 10px;
    left: 20px;
}
.footer-content1 h3, .footer-content2 h3 {
    font-family: 'aeonik-bold';
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.3;
    padding-bottom: 0px;
    margin-top:0px;
}

.footer-right {
    width: 100%;
    margin-top:20px;
    margin-left:0px;
    padding:20px;
    }
    .footer-links .col-sm-4{
        padding-bottom:25px;
    }
    .footer-location{
        padding-bottom:0px;
    }
    .footer-location p {
      margin-bottom:0px;
    }
        .footer-bottom {
        margin-top:10px;
        align-items: start;
    }
    .navbar-collapse.in {
    border-top:0px;
    box-shadow: none;
  }
  .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #000000;
    border: 0px;
}
.nav>li>a>img {
    width: 40px!important;
    max-width: 40px!important;
}
.socials {
  width: 40px!important;
    max-width: 40px!important;
}
.button-type1 {
    border: 1px solid #fff;
    padding: 15px 20px !important;
        width: 130px;
  }
        
}
