* {
  scroll-behavior: smooth;
}
.swiper-pagination {
  bottom: 0;
}

.home-slider .swiper-pagination {
  bottom: 77px;
}

.home-slider .swiper-pagination-bullet {
  background-color: white;
  border-radius: 0;
  width: 40px;
  height: 5px;
  opacity: 1;
}
.home-slider .swiper-pagination-bullet-active {
  background-color: #217bbf;
}

.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: rgb(102, 102, 102);
}

.blogs-slider .swiper-pagination-bullet {
  background-color: rgb(102, 102, 102);
  border-radius: 0;
  width: 40px;
  height: 5px;
  opacity: 1;
}
.blogs-slider .swiper-pagination-bullet-active {
  background-color: #00aeef;
}
