.kv {
  background-image: url("http://31286633.s61i.faiusr.com/2/AD0I6cr1DhACGAAg7L7JpAYojOGO4wEwgA84qAQ.jpg");
}

.body-background{
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -2;
  position: relative;
}
.body-background img{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  opacity: 0.5;
}

.slick-dots {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 10px;
}
.slick-dots li button {
  width: 38px;
  height: 4px;
  content: "";
  border: none;
  outline: none;
  background-color: #ECF0FB;
  color: transparent;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.slick-dots li button:hover {
  background-color: #a6aec1;
}
.slick-dots .slick-active button {
  background-color: #a1a7b3;
}
