* {
  scroll-behavior: smooth;
}
.swiper-pagination{
    bottom: 0;
}

.home-slider .swiper-pagination{
  bottom: 100px;
}

.home-slider .swiper-pagination-bullet,
.project-slider .swiper-pagination-bullet {
  background-color: white;
  border-radius: 0;
  width: 40px;
  height: 5px;
}

.properties-slider .swiper-pagination-bullet,
.awards-slider .swiper-pagination-bullet,
.video-slider .swiper-pagination-bullet {
  background-color: black;
  border-radius: 0;
  width: 40px;
  height: 5px;
}

.properties-slider .swiper-pagination-progressbar-fill {
  background-color: white;
}
