
/* new banner */
.banner-part {
    background-color: #000;
    overflow: hidden;
    padding:20px 0px;
}
.banner-right {
  position: relative;
}
.banner-left {
  padding: 0;
  position: relative;
}
.banner-right img {
  position: relative;
  width: 100%;
  z-index: -1;
}
section.blockchain-network h2 {
    max-width: 400px;
}
.banner-part>.contain-width {
  height: 100%;
}
.banner-part>.contain-width >.row{
  height: 100%;
  align-items: center;
}
.web3-services .section-head p{
      max-width: 808px;
    margin: 0 auto;
}
  .tech-section .head-text{
    max-width: 700px;
  }
.sevices-card h3 {
  min-height: 55px;
}
section.section-pt.development-process h2 {
    max-width: 650px;
}
  /* techstack */
   .logo-slider {
      display: flex;
      gap: 25px;
      animation: scroll 30s linear infinite;
    
    }

    @keyframes scroll {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    .logo-track {
      display: flex;
      width: max-content;
      gap: 30px;
  
    }
    .logo-slider-animation{
      overflow: hidden;
      margin-top: 40px;
            position: relative;
    }
           .logo-slider-animation::after {
        content: "";
        width: 300px;
        height: 300px;
        right: 0;
        top: 0;
        position: absolute;
    background: linear-gradient(269.62deg, #090400 30.81%, rgba(9, 4, 0, 0) 99.75%);
         }
    .benefit-card {
      background: #F9F9F9;
      border-radius: 20px;
      padding: 20px;
      min-height: 230px;
    }

    .benefit-card h3 {
      font-size: 24px !important;
      font-weight: 500;
      margin: 10px 0 !important;
    }
    .benefit-card p {
      color: #6E6E6E;
    }
 .benefits-section .swiper-button-next:after, .benefits-section .swiper-button-prev:after {
   
    font-size: 20px;
    font-weight: 600;
}
   .benefits-section .swiper-button-prev{
    left: unset;
    right: 80px;
   }
   .benefits-section .swiper-button-prev,
   .benefits-section .swiper-button-next {
      background: #ECECEC;
      color: #000;
      padding: 20px;
      border-radius: 50%;
      transition: 0.3s;
      position: absolute;
          top: -60px;
    }
    .benefits-section .swiper{
      overflow: unset;
      margin-bottom: 60px;
    }
     .benefits-section  .contain-width{
      overflow: hidden;
     }
   .benefits-section .swiper-button-prev:hover,
   .benefits-section .swiper-button-next:hover {
      background: #E2462D;
      color: #fff;
    }
 .benefits-section .head-text{
  max-width: 700px !important;
 }

  .stepter-section .section-head p{
max-width: 800px;
margin: 0 auto;
}
    .step-card {
      background: #F6F6F6;
      border-radius: 10px;
      padding: 25px;
      text-align: left;
      height: 93%;
      transition: all 0.3s ease;
      border:none;
      margin-bottom: 10px;
    }
    .step-card .step-label {
      font-size: 20px;
      color: #00000080;
    }
    .step-card h3 {
      font-size: 24px !important;
      margin-top: 15px !important;
      margin-bottom: 10px !important;
    }
    .step-card p {
      color: #00000099 ;
    }
    section.slon-industries h2{
      max-width:750px
    }
    section.slon-industries p {
    max-width: 900px;
}

    .industry-card {
      background: #F4F4F4;
      border-radius: 10px;
      padding: 30px 20px;
      text-align: center;
      transition: all 0.3s ease;
      height: 100%;
    }
    .industry-card img {
      width: 60px;
      height: 60px;
      margin-bottom: 15px;
    }
    .industry-card:hover {
      background: #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transform: translateY(-5px);
    }