.swiper-custom-9 {
  width: 791px;
  height: 338px;
  margin-top: 10%;
  margin-right: -20px !important;
}

.swiper-slide-prev {
  overflow: hidden !important;
}

.swiper-custom-9 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -5%;
}

.swiper-custom-9 .swiper-slide img {
  display: block;
  width: 707px;
  height: 328px;
  object-fit: cover;
  border-radius: 15px;
}

.swiper-custom-9 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  width: 20px !important;
  height: 20px !important;
  background: linear-gradient(180deg,
      rgb(254, 96, 107) 0%,
      rgb(255, 135, 115) 43.27%,
      rgb(255, 161, 78) 100%) !important;
}
.swiper-custom-9 .swiper-pagination-bullet{
  width: 20px !important;
  height: 20px !important;
}
/* swiper - 10 */

.swiper-custom10 {
  width: 791px;
  height: 235px;
  margin-top: -17%;
  margin-right: -20px !important;
}

.swiper-slide-prev {
  overflow: hidden !important;
}

.swiper-custom10 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -3%;
}

.swiper-custom10 .swiper-slide img {
  display: block;
  width: 278px;
  height: 144px;
  object-fit: cover;
  border-radius: 15px;
}

.swiper-custom10 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  width: 8px !important;
  height: 8px !important;
  background: linear-gradient(180deg,
      rgb(254, 96, 107) 0%,
      rgb(255, 135, 115) 43.27%,
      rgb(255, 161, 78) 100%) !important;
}

.swiper-pagination-bullet{
  background: gray !important;
}