
/* new banner */
.banner-part {
    background-color: #000000;
    overflow: hidden;
    padding: 30px 0;
}
.banner-right {
  position: relative;
}
.banner-left {
  padding: 0;
  position: relative;
}
.banner-right img {
  position: relative;
  bottom: 4px;
  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: 1000px;
    margin: 0 auto;
}
  .tech-section .head-text{
    max-width: 700px;
  }

  /* 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: 220px;
    }

    .benefit-card h3 {
      font-size: 24px !important;
      font-weight: 500;
      margin:0 0 10px !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 ;
    }