.w-100-height {
  height: 80vh;
  width: 100%;
  object-fit: cover;
}
.carousel-item {
  min-height: 300px;
}
.carousel-caption {
  text-align: left;
  margin-bottom: 200px;
  z-index: 3;
}
.carousel-caption h5 {
  text-transform: uppercase;
  font-size: 40px;
}
.carousel-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}
.img {
  width: 300px;
}