.showcase {
  background-image: url('/assets/img/backgrounds/white-wallpaper-hd_19122.jpg');
  background-repeat: no-repeat;
  background-size: cover;

  padding-top: 100px;
  padding-bottom: 30px;
}

.showcase .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 100%;
}

.showcase .carousel-indicators .active{
  background-color: #f00;
}

.showcase .carousel-item {
  width: 100%;
}

.showcase .carousel-item img {
  display: block;
}