/*----------------------------------
  SECTION TITLE 
  -----------------------------------*/
.maha-client-wrap .section-title-wrap {
  position: relative;
  margin-bottom: 40px;
}

.maha-client-wrap .section-title-wrap .section-title {
  display: inline-block;
  position: relative;
  margin: 5px 0 40px;
  text-transform: capitalize;
  line-height: 1.4;
  font-size: 50px;
  text-transform: uppercase;
}



.maha-client-wrap .section-title-wrap .section-title::before,
.maha-client-wrap .section-title-wrap .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 20px;
  height: 8px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: var(--color-primary);
  -webkit-animation: animate 6s linear infinite;
  animation: animate 6s linear infinite;
}

.maha-client-wrap .section-title-wrap .section-title::before {
  right: 50%;
  margin-right: 4px;
}

.maha-client-wrap .section-title-wrap .section-title::after {
  left: 50%;
  margin-left: 4px;
}

.maha-client-wrap .section-title-wrap p {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  max-width: 1200px;
}

@-webkit-keyframes animate {
  0% {
    width: 20px;
  }

  25% {
    width: 50px;
  }

  50% {
    width: 50px;
  }

  75% {
    width: 100px;
  }

  100% {
    width: 100px;
  }
}

@keyframes animate {
  0% {
    width: 20px;
  }

  25% {
    width: 50px;
  }

  50% {
    width: 50px;
  }

  75% {
    width: 100px;
  }

  100% {
    width: 100px;
  }
}

/*-------------------------------
  Client
  --------------------------------*/
.maha-client-wrap {
  padding-top: 50px;
  padding-bottom: 120px;
  background-color: #fbfbfb;
}

@media (min-width: 1200px) {
  .maha-client-wrap {
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .maha-client-wrap {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .maha-client-wrap {
    padding-bottom: 50px;
    padding-top: 35px;
  }
}

.maha-client-wrap .client-slider {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 20px 30px;
}

.maha-client-wrap img {
  display: block;
  margin: 0 auto;
  aspect-ratio: 2 / 1;
}

@media only screen and (max-width: 767px) {
  .maha-client-wrap .client-slider {
    padding: 0 0 30px;
  }

  .maha-client-wrap .client-logo-wrap {
    padding: 0;
    text-align: center;
  }
  @-webkit-keyframes animate {
   0% {
    width: 5px;
  }

  25% {
    width: 10px;
  }

  50% {
    width: 15px;
  }

  75% {
    width: 20px;
  }

  100% {
    width: 25px;
  }
}

@keyframes animate {
  0% {
    width: 5px;
  }

  25% {
    width: 10px;
  }

  50% {
    width: 15px;
  }

  75% {
    width: 20px;
  }

  100% {
    width: 25px;
  }
}

.maha-client-wrap .section-title-wrap .section-title::before, .maha-client-wrap .section-title-wrap .section-title::after {
    height: 4px;
}
}



@media screen and (max-width: 1367px) {
  .maha-client-wrap .section-title-wrap .section-title {font-size: 40px;}
}
@media screen and (max-width: 1281px) {
  .maha-client-wrap .section-title-wrap .section-title {font-size: 36px;}
}
@media screen and (max-width: 1171px) {
  .maha-client-wrap .section-title-wrap .section-title {font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .maha-client-wrap .section-title-wrap .section-title {font-size: 26px;}
}
@media screen and (max-width: 768px) {
  .maha-client-wrap .section-title-wrap .section-title {font-size: 24px;}
}
@media screen and (max-width: 480px) {
  .maha-client-wrap .section-title-wrap .section-title {font-size: 22px;}
  .maha-client-wrap img {aspect-ratio: 2 / 1;width:100%}
}
