.ProjectListingWrapper {
  position: relative;
  /* background: url(../../../../public/images/aaa-bg.png) no-repeat center;
  background-size: 100% 100%; */

  &::after{
    content: "";
    position: absolute;
    background: url(/_next/static/media/aaa-bg.5937c46a.png) no-repeat center;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0.1;
  }
  .card-name {
    color: #25406C;
    text-transform: uppercase;
    font-family: 'IvyMode-Regular';
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 20px;
  }

  .card-location {
    font-family: "Gill-Sans";
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
  }

  .know-more{
    padding: 10px 15px;
  }
  
  @media(min-width:1200px) and (max-width:1400px){
    .card-name {
      font-size: 16px;
    }
  }
}

.aboutGroupWrapper {
  .section-title img {
    margin: inherit;
    margin-top: 10px;

    @media(max-width:640px){
      margin: 0 auto;
      margin-top: 10px;
    }
    @media(max-width:768px){
      margin: 0 auto;
      margin-top: 10px;
    }
  }

  .about-txt p {
    font-family: "Gill-Sans";
    letter-spacing: 0;
    color: #4D4D4D;

    @media(max-width:640px){
      font-size: 14px;
    }
  }
}

.partnerlogoWrapper .section-title {
  p {
    color: #000000;
  }

  h2 {
    color: #334069;
    /* font-size: 3rem; */

    /* @media(max-width:640px){
      font-size: 35px;
    } */

  }
}

.blogListingWrapper {
  background: url(../../../../public/images/aaa-bg.png) no-repeat center;
  background-size: 100% 100%;

  .cardcontentBox {
    display: block;

    h2 {
      color: #25406C;
      font-family: 'IvyMode-Regular';
      font-weight: 800;
      letter-spacing: 0;
      font-size: 20px;
      text-transform: capitalize;
    }

    p {
      color: #4D4D4D;
      font-family: 'Manrope';
      font-size: 13px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }

  .cardcontentDetail {
    width: 100%;
    margin-bottom: 10px;
  }

  .know-more {
    margin-left: 0;
  }

  .card-image {
    background: url(../../../../public/images/cardBorder.png) no-repeat center;
    background-size: 100% 100%;

    img{
      padding: 5px;
    }
  }

}

.testimonial-swiper {
  padding: 50px 0;
}

.testimonial-swiper .swiper-slide {
  transition: all 0.3s ease;
  opacity: 1;

  &-active {
    opacity: 1;
    transform: scale(1.1);
  }
}
.testimonial-swiper .swiper-slide-active img{
  opacity: 1;
  transform: scale(1.1);
}
.swiper-slide img{
  margin: 0 auto;
}
.testimonial-card {
  overflow: hidden;
}

.thumbnail-container {
  position: relative;
  overflow: hidden;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #000;
  text-decoration: none;
}

.swiper-button-prev,
.swiper-button-next {
  color: #000;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}