.simple-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

#slide1-2 {
  background: url("../../assets/img/20211001_150316.jpg") center / contain no-repeat;
}

#slide1-3 {
  background: url("../../assets/img/20211001_151149.jpg") center / contain no-repeat;
}

#slide1-5 {
  background: url("../../assets/img/20211001_151559.jpg") center / contain no-repeat;
}

#slide1-4 {
  background: url("../../assets/img/20211001_151553.jpg") center / contain no-repeat;
}

#slide1-1 {
  background: url("../../assets/img/20211001_150340.jpg") center / contain no-repeat;
}

#slide3-1 {
  background: url("../../assets/img/20211001_145324.jpg") center / contain no-repeat;
}

#slide3-2 {
  background: url("../../assets/img/20211001_145347.jpg") center / contain no-repeat;
}

#slide3-3 {
  background: url("../../assets/img/20211001_145421.jpg") center / contain no-repeat;
}

#slide3-4 {
  background: url("../../assets/img/20211001_145459.jpg") center / contain no-repeat;
}

#slide2-1 {
  background: url("../../assets/img/20211001_153112.jpg") center / contain no-repeat;
}

#slide2-4 {
  background: url("../../assets/img/20211001_152840.jpg") center / contain no-repeat;
}

#slide2-5 {
  background: url("../../assets/img/20211001_153227.jpg") center / contain no-repeat;
}

#slide2-3 {
  background: url("../../assets/img/20211001_152759.jpg") center / contain no-repeat;
}

#slide2-6 {
  background: url("../../assets/img/20211001_153313.jpg") center / contain no-repeat;
}

#slide2-2 {
  background: url("../../assets/img/20211001_153220.jpg") center / contain no-repeat;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #EAC0BA;
}

.swiper-pagination-progress.swiper-pagination-progressbar {
  background: purple;
}

.swiper-button-next {
  background: url("../../assets/img/Vector13.png") center / contain no-repeat;
}

.swiper-button-prev {
  background: url("../../assets/img/Vector13.png") center / contain no-repeat;
  transform: rotate(180deg);
}

