@font-face {
  font-family: aeonik-bold;
  src: url(fonts/Aeonik-Bold.ttf);
  font-display: optional;
}
@font-face {
  font-family: aeonik-medium;
  src: url(fonts/AEONIK-MEDIUM.OTF);
}
@font-face {
  font-family: aeonik-regular;
  src: url(fonts/AEONIK-REGULAR.OTF);
}
@font-face {
  font-family: gotham-book;
  src: url(fonts/GothamBook.ttf);
  font-display: optional;
}
@font-face {
  font-family: gotham-light;
  src: url(fonts/GothamLight.ttf);
  font-display: optional;
}
@font-face {
  font-family: gotham-medium;
  src: url(fonts/GothamMedium.ttf);
  font-display: optional;
}
body{
  
  font-family: gotham-light;
  font-display: optional;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.navbar-inverse {
    background-color: #000;
    border-color: #000;
    margin-bottom:0px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 12px;
}
.slyds-logo{
  width: 74px;
    padding-top: 4px;
}
.button-type1{
  border:1px solid #fff;
  border-radius:25px;
  padding:3px 20px;
  line-height: 5px!important;
  margin-top:15px;
  margin-left:15px;
}

.text-wrapper{
  font-family: gotham-book;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
}
.box{
  background: #000;
    position: relative;
    z-index: 0;
}
.hero-section{
  padding-top:90px;
  padding-bottom:100px;
}
.your-vision-our{
  font-family: 'aeonik-bold';
  font-weight:500;
  color: #ffffff;
  font-size: 54px;
  padding-top:45px;
  line-height:1.2;
  letter-spacing: 2px;
}
.text-wrapper-2{
  padding-top:45px;
  font-family: gotham-book;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  padding-bottom:5px;
  letter-spacing: 0;
}
.p{
  font-family: gotham-book;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
}

.containerNew{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 89px;
    width: 100%;
}
/* Hero Section */

.hero {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      //padding: 9% 8%;
      z-index: 1;
    }
    .rectangle-wrapper{
      //max-width:1080px;
    }
    .rectangle{
      position: relative;
    z-index: 2;
    color: white;
    padding-top:80px;
    padding-bottom:120px;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      color: white;
    }

    

    .dark-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.90);
      pointer-events: none;
      z-index: 1;
      transition: mask-position 0.1s ease;
      -webkit-mask-image: radial-gradient(circle 250px at 50% 50%, rgba(0,0,0,0.5) 0%, black 100%);
      mask-image: radial-gradient(circle 250px at 50% 50%, rgba(0,0,0,0.5) 0%, black 100%);
    }

    .background {
      position: absolute;
      inset: 0;
      background: url('img/home-bg3.png') center/cover no-repeat;
      z-index: 0;
    }


/* Second Section */
.section2{
  padding:90px 0px;
}
.home-title{
  font-family: 'aeonik-bold';
  color: #000;
  font-size: 36px;
  letter-spacing: 1px;
  line-height:1.3;
  padding-left:25%;
}
.sub-title{
    font-family: gotham-book;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
  padding-top:10px;
  line-height:1.3;
  padding-left:25%;
}

.company{
  position:relative;
}
.company-img img{
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
}
.company-img{
  padding:4%;
}
.company-element img{
    width: 120px;
    position: absolute;
    top: -150px;
    left: 6.5%;
}
.company-data{
  padding:1% 4%;
  min-height:15vh;
}
.company-data2{
  padding:8% 4% 4% 4%;
  margin-top:20px;
  min-height:25vh;
}
.company-number{
  padding-left:10vh;
  padding-top:30px; 
}
.company-number h4{
  font-size:38px;
  font-family: gotham-medium;
  font-weight: 600; 
  color:#fff;
}
.company-number p{
  font-size:16px;
  font-family: gotham-book;
  font-weight: 400; 
  color:#fff;
}
/* Second Section */

/* Third Section */
.section3{
  padding:30px 0px 40px 0px;
}

/* Third Section */

/* Clients */
@keyframes slides {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-500%);
  }
}

.clients{
  position:relative;
  padding-top:70px;
  padding-bottom:80px;
}
.logo-wrapper {
      height: 400px;
      position: relative;
      overflow: hidden;
    }

    .logo-wrapper::before,
    .logo-wrapper::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 60px;
      z-index: 2;
      pointer-events: none;
    }

    .logo-wrapper::before {
      top: 0;
      background: linear-gradient(to bottom, white 0%, transparent 100%);
    }

    .logo-wrapper::after {
      bottom: 0;
      background: linear-gradient(to top, white 0%, transparent 100%);
    }

    .logo-track {
      display: flex;
      flex-direction: column;
      animation: scrollUp 15s linear infinite;
    }

    .logo-row {
      display: flex;
      justify-content: space-around;
      align-items: center;
      gap: 30px;
      padding: 20px 0;
    }

    .logo-row img {
      max-height: 50px;
      object-fit: contain;
      filter: grayscale(0%);
      opacity: 0.8;
      transition: 0.3s ease;
    }

    .logo-row img:hover {
      filter: grayscale(0%);
      opacity: 1;
    }

    @keyframes scrollUp {
      0% { transform: translateY(0); }
      100% { transform: translateY(-50%); }
    }

/* Client Details */

.carousel-wrapper-client {
      width: 1060px;
      overflow: hidden;
      position: relative;
    }

    .carousel-client {
      display: flex;
      gap: 20px;
      transition: transform 0.5s ease-in-out;
    }

    .card-client {
      width: 32%;
      flex-shrink: 0;
      background: #fff;
      border-radius: 16px;
      box-shadow: none;
      border: 1px solid #e6e6e6;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .card-client img.bg-img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .circle-logo {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
      position: absolute;
      top: 140px;
      left: 50%;
      transform: translateX(-50%);
    }

    .card-content-client{
      padding: 60px 20px 20px;
    }

    .card-client p {
      font-size: 14px;
      color: #555;
      margin: 10px 0;
    }

    .amount {
      font-size: 22px;
      font-weight: bold;
      color: #000;
    }

    .dots {
      margin-top: 20px;
      text-align: center;
    }

    .dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      background-color: #ccc;
      border-radius: 50%;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .dot.active {
      background-color: #333;
    }

/* Client Details */

/* Clients */

.propositions{
  background:#000;
  padding:90px 0px 40px 0px;
  position: relative;
    z-index: 0;
}
.services{
 padding:0px;
 padding-top:30px;
 padding-bottom:0px;
}
.home-title2{
  font-family: 'aeonik-bold';
  color: #fff;
  font-size: 36px;
  letter-spacing: 1px;
  line-height:1.3;
  padding-left:0%;
}
.sub-title2{
  font-family: gotham-book;
    font-weight: 500;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  padding-top:10px;
  line-height:1.3;
  padding-left:0%;
}




.bod2 {
  min-height: 70px;
  //background: #212534;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-sizing: border-box;
}


.card2 {
  background: #c1c1c1;
  width: 800px;
  height: 478px;
  padding: 0px;
  position: relative;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  //z-index:2;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  font-weight:500;
}




.card2::before {
  content: "";
    width: 100%;
    height: 100%;
    border-radius: 35px;
    background-image: linear-gradient(var(--rotate), #4357fa, #ed5959 43%, #d75f07);
    position: absolute;
    z-index: -1;
    top: 0%;
    left: -2px;
    right: 2px;
    animation: spins 3.5s linear infinite;
}

.card2::after {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    transform: scale(1);
    filter: blur(15px);
    border-radius: 0px;
    background-image: linear-gradient(var(--rotate), #4357fa, #000000 33%, #d75f07 77%, #000000);
    //background-image: linear-gradient(var(--rotate), #4357fa, #ed5959 43%, #d75f07),
  url('img/grainy_noise_overlay.png');
  background-blend-mode: overlay;
    //filter: contrast(230%) brightness(200%);
  //background: linear-gradient(0deg, rgba(0,0,255,1), rgba(0,0,0,0)),
  url('img/grainy.svg');
    opacity: 1;
    transition: opacity .5s;
    animation: spins 16.5s linear infinite;
}

@keyframes spins {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}


.carousel {
      position: relative;
      width:100%;
      height: 700px;
      left: -89px;
      top: -40px;
      overflow: hidden;
      border-radius: 23px;
      box-shadow: 0 8px 16px rgba(0,0,0,0.5);
    }

    .carousel img {
      position: absolute;
      width: 100%;
      object-fit: cover;
      opacity: 0;
      animation: showImage 12s infinite steps(1, end);
    }

    .carousel img:nth-child(1) {
      animation-delay: 0s;
    }

    .carousel img:nth-child(2) {
      animation-delay: 4s;
    }

    .carousel img:nth-child(3) {
      animation-delay: 8s;
    }

    @keyframes showImage {
      0% { opacity: 1; }
      33.333% { opacity: 0; }
      100% { opacity: 0; }
    }

    .services-provided{
      padding-left:0%;
      padding-top:40px;
      padding-bottom:50px;
    }
    .services-provided .col-sm-6{
        padding-left:0px;
    }
    .services-provided img{
      width:40px;
      
    }
    .service-title{
      font-family: gotham-book;
      font-weight: 500;
      color: #fff;
      font-size: 22px;
      letter-spacing: 0;
      padding-top:10px;
      line-height:1.3;
    }
    .service-content{
      font-family: gotham-light;
      font-weight: 300;
      color: #fff;
      font-size: 16px;
      letter-spacing: 0;
      padding-top:5px;
      line-height:1.3;
    }

    /* testimonials */

    .testimonials{
  background:#000;
  padding:20px 0px 60px 0px;
  position: relative;
    z-index: 0;
}
.testimonial{
 padding:2% 0%;
}

    .testimonial-section {
      //max-width: 1280px;
      margin: auto;
      text-align: center;
      padding-top:50px;
    }

    

.images-row {
  display: flex;
  justify-content: left;
  gap: 25px;
  margin-bottom: 2rem;
  align-items: flex-end;
  overflow: hidden;
}

.images-row img {
  height: 320px;
  /*flex: 0 0 100px;  default narrow */
  width:140px;
  border-radius: 25px;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.4s ease;
  border: 0px solid transparent;
}

.images-row img.active {
  /* flex: 0 0 200px;  active wider */
  width:320px;
  border-color: #ed5959;
  box-shadow: none;
  z-index: 2;
}

    .images-row img.active {
      transform: scale(1);
      border-color: none;
      border:0px;
      box-shadow: none;
    }

    .testimonial-card {
      padding: 15px 0px;
      margin: auto;
      text-align:left;
      transition: all 0.3s ease;
    }


    .testimonial-card h3 {
      font-family: gotham-book;
      font-weight: 500;
      color: #fff;
      font-size: 24px;
      letter-spacing: 0;
      padding-top:0px;
      line-height:1.3;
    }

    .testimonial-card small {
      font-family: gotham-light;
      font-weight: 300;
      color: #fff;
      font-size: 16px;
      letter-spacing: 0;
      padding-top:10px;
      line-height:1.3;
    }

    .quote {
      color: #fff;
      margin-top: 50px;
      margin-left:100px;
      padding-right:100px;
      position: relative;
      font-size:18px;
      line-height:1.6;
    }

    .quote::before {
      content: "❝";
      font-size: 36px;
      color: #ed5959;
      position: absolute;
      top: -20px;
      left: -40px;
    }

    /* Testimonials end */

    /* Founders */
.founders{
  background:#000;
  padding-top:90px;
  padding-bottom:50px;
}
.founder-box{
  background:#0c0d11;
  border-radius:25px;
}
.founder-box img{
  width:100%;
  border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.founder-content{
  padding:7% 6% 5% 3%;
}
.founder-content h4{
    font-family: 'aeonik-medium';
      font-weight: 500;
      color: #fff;
      font-size: 32px;
      line-height:1.4;
      letter-spacing:1px;
      padding-bottom:30px;
}
.founder-content p{
    font-family: gotham-light;
      font-weight: 300;
      color: #fff;
      font-size: 16px;
      padding-bottom:20px;
      line-height:1.5;
}
    /* Founders */

    /* Second Section */
.unicorns{
  padding:60px 0px 10px 0px;
  background-color:#fff;
  position:relative;
}
.unicorn-images{
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      padding-top:40px;
      padding-bottom:40px;
    }

.home-title3{
  font-family: 'aeonik-bold';
  color: #fff;
  font-size: 36px;
  letter-spacing: 1px;
  line-height:1.3;
  padding-left:35%;
}
.sub-title3{
  font-family: gotham-book;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  padding-top:10px;
  line-height:1.3;
  padding-left:35%;
}

.unicorn{
  position:relative;
}

.unicorn-element img{
    width: 120px;
    position: absolute;
    top: -340px;
    left: 6.5%;
}
.unicorn-slides{
  padding-top:20px;
  padding-bottom:40px;
}
.unicorn-slides p{
  font-family: gotham-light;
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  padding-top:10px;
  line-height:1.6;
  padding-left:6%;
  padding-right:6%;
}



.blogs {
      margin: 0;
      background-size:cover;
      background-position:top;
      background-repeat:no-repeat;
      color: white;
      display: flex;
      padding:0px 0px 60px 0px;
      justify-content: center;
      align-items: center;
    }
    #blog_bg{
      background-size:cover;
      background-position:top;
      background-repeat:no-repeat;
    }

  .carousel-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 50px 0px 10px 40px;
      max-width: 100%;
      margin: auto;
    }

    .text-section {
      flex: 1.2;
      padding:6% 10% 8% 6%;
      transition: all 0.5s ease;
    }

    .text-section h1 {
      font-family: 'aeonik-bold';
  color: #000;
  font-size: 36px;
  letter-spacing: 1px;
  line-height:1.3;
    }

    .text-section p {
      font-family: gotham-light;
  font-weight: 300;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height:1.3;
  padding-bottom:30px;
    }

      .text-section button a{
          color:#fff;
          text-decoration:none;
      }
      .text-section button a:hover{
          color:#fff;
          text-decoration:none;
      }
    .text-section button {
      padding: 10px 20px;
      background-color: #ff002e;
      border: none;
      font-family: gotham-light;
      font-weight: 300;
      color: #fff;
      border-radius: 25px;
      cursor: pointer;
    }

    .image-section {
      flex: 2.1;
      overflow: hidden;
      height: 400px;
      display: flex;
      align-items: flex-end;
      position: relative;
    }

    .text-section.fade {
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
    }

    .image-slider {
      display: flex;
      transition: transform 0.8s ease-in-out;
      will-change: transform;
      align-items: flex-end;
    }

    .image-card {
      border-radius: 15px;
      overflow: hidden;
      opacity: 1;
      flex-shrink: 0;
      width: 200px;
      height: 300px;
      margin-right: 20px;
      transition: all 0.5s ease-in-out;
    }

    .image-card.active {
      width: 280px;
      height: 380px;
      opacity: 1;
      border: 2px solid red;
      transition: all 0.5s ease-in-out;
    }

    .image-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Bottom Unicorn */


    .bottom-section{
      padding:12% 0% 10% 0%;
      background:#000;
    }
    .card-unicorn {
      background: linear-gradient(135deg, #3b82f6, #1e3a8a);
      border-radius: 24px;
      padding: 40px 60px;
      display: flex;
      align-items: center;
      color: #fff;
      width: auto;
      max-width: 100%;
      position: relative;
    }

    .content {
      max-width: 50%;
    }

    .content h1 {
      font-family: gotham-medium;
      font-size: 28px;
      margin: 0 0 20px;
      line-height: 1.4;
    }

    .content p {
      font-family: gotham-book;
      font-size: 15px;
      line-height: 1.6;
      color: #e0e0e0;
      margin: 0 0 20px;
    }

    .content .highlight {
      font-weight: 700;
      color: white;
    }

    .btn {
      background: #ff002e;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 30px;
      font-size: 14px;
      cursor: pointer;
      font-weight: 500;
    }
    .btn a{
      color:#fff;
      text-decoration:none;
    }
    .btn a:hover{
      color:#fff;
      text-decoration:none;
    }

    .unicorn-image {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 130%;
      z-index:2;
    }

    /* Footer Styling */
    footer {
      background-color: #000;
      padding-bottom:30px;
    }

    .footer-container {
      
      justify-content: space-between;
      max-width: 1200px;
      margin: auto;
    }

    .footer-card1, .footer-card2 {
      position:relative;
    }
    .footer-left{
      width:30%;
      display:inline-block;
    }
    


    .footer-card1 img, .footer-card2 img {
      width: 100%;
    }

    .footer-content1, .footer-content2 {
      position: absolute;
  top: 10px;
  left: 25px;
    }
    .footer-content1 h3, .footer-content2 h3 {
      font-family: 'aeonik-bold';
      color: #fff;
      font-size: 24px;
      letter-spacing: 1px;
      line-height:1.3;
      padding-bottom:10px;
}
  .footer-content1 p, .footer-content2 p {
      font-family: gotham-book;
      font-weight: 400;
      color: #fff;
      width:50%;
      font-size: 12px;
      letter-spacing: 0;
      line-height:1.3;
      padding-bottom:30px;
}
    .footer-right {
      width:67%;
      display:inline-block;
      border-radius:20px;
      background:#161616;
      padding:30px;
      margin-left:2%;
      vertical-align: top;
    }

    

    .footer-links {
      padding:10px 10px;
    }

    .footer-links ul {
      list-style: none;
      padding: 0;
    }

    .footer-links h4 {
      font-family: gotham-book;
      color:#fff;
      margin-bottom: 18px;
      font-size: 18px;
    }

    .footer-links li {
      margin-bottom: 12px;
      font-size: 12px;
    }

    .footer-links a {
      text-decoration: none;
      color: #ccc;
      color: #c1c1c1;
    }

    .footer-location {
      flex: 1;
      min-width: 200px;
    }

    .footer-location h4 {
      font-family: gotham-book;
      font-weight: 500;
      color:#fff;
      margin-bottom: 18px;
      font-size: 18px;
    }

    .footer-location p {
      font-family: gotham-light;
      font-weight: 300;
      font-size: 12px;
      color: #c1c1c1;
      line-height:1.9;
      margin-bottom: 30px;

    }

    .footer-bottom {
      border-top: 1px solid #333;
      margin-top: 45px;
      padding-top: 16px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      font-size: 12px;
      color: #aaa;
    }

    .footer-bottom a {
      margin-right: 16px;
      text-decoration: none;
      color: #aaa;
    }

    


    /* Footer Styling */

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .nav-item{
      padding-left:40px;
      padding-top:4px;
    }
    .nav-item li{
        padding-right:20px;
    }
        .navbar-nav>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
        .navbar-right {
        float: right !important;
        margin-right: -15px;
        margin-top: -5px;
}
.navbar-right li{
    padding-right:00px;
}
    .navbar-brand {
      padding-top:10px;
    }
    .socials{
        width: 30px;
        padding-top: 2px;
    }
    .navbar-inverse .container{
        padding-left:0px;
        padding-right:0px;
    }

}
@media (max-width: 767px) {
    .navbar {
        border-radius: 0px;
    }
    .slyds-logo{
  width: 74px;
    padding-top: 0px;
}
    .images-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 0.75rem;
    padding-bottom: 1rem;
  }

  .images-row img {
    flex: 0 0 80px;
    height: 180px;
    scroll-snap-align: center;
  }

  .images-row img.active {
    flex: 0 0 160px;
  }
  .clients {
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
}
.carousel {
    position: relative;
    width: 100%;
    height: 250px;
    left: -30px;
    top: -30px;
    overflow: hidden;
    border-radius: 23px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}
  .testimonial-card {
    padding: 1rem;
    font-size: 0.9rem;
  }

  .testimonial-card h3 {
    font-size: 18px;
  }

  .quote::before {
    left: -12px;
    top: -8px;
  }
  .founder-box img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    padding-bottom:30px;
}
.founder-content {
    padding: 20px 15px 10px 15px;
}
.founder-content p {
    font-family: gotham-light;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
}
  .footer-container {
        flex-direction: column;
        align-items: center;
      }

      .footer-middle, .footer-location {
        width: 100%;
      }

      .footer-links {
        flex-direction: column;
      }

      .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 10px;
      }

      
}