.swiper {
  width: 100%;
  height: 100%;
}
.about-slide{
  border-radius: 30px;
}
.about-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-swiper-container .swiper-horizontal > .swiper-pagination-bullets,  
.about-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {  
    bottom: -26px ;  
}
.project-swiper-container .swiper-horizontal > .swiper-pagination-bullets,  
.project-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {  
    bottom: 0 ;  
}
.about-swiper-container .swiper-pagination-bullet-active{
    background: var(--theme-color);
  }

.about-swiper-container > .swiper-button-next, .about-swiper-container > .swiper-button-prev{
  display: none;
}

/* === Project swiper === */
.projectSwiper > .swiper-button-next{
  right: -15px;
}
.projectSwiper > .swiper-button-prev{
  left: -15px;
}
.project-swiper-container .swiper-pagination-bullet-active{
  background: var(--gray-color);
}
.project-slide-img{
  width: 100%;
  height: 300px;
  border-radius: 30px;
}
.project-slide-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.project-slide h2 {
  color: var(--white-color);
  padding: 2rem 1rem;
}
.project-slide p{
  color: var(--white-color);
  padding: 0 1rem 2rem;
}

/* === Testimonial Swiper === */
