:root{
    --swiper-theme-color: #F2785C;
    --swiper-pagination-bullet-inactive-color:#F2785C;
}
html,
body {
  position: relative;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-pagination .swiper-pagination-bullets{
background-color: var( --swiper-theme-color);
background: var(--swiper-pagination-bullet-inactive-color);
}