
  
  
.swiper{ 

padding-bottom: 60px;
}


.swiper-slide-shadow {
background-color: rgba(0,0,0,0) !important;
}

/* Set the width and height of the dots */
.swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 100px;
}

/* Set the background color of the active dot */
.swiper-pagination-bullet-active {
  background-color: #11181c;
}

  
  