html {
  scroll-behavior: smooth;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: 0 !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet{
  width: .75rem !important;
  height: .75rem !important;
  opacity: 1;
  background-color: #cecece !important;

}

.swiper-pagination-bullet-active{
  background-color: #D3A514 !important;
}
