.carousel-inner {
  position: relative;
}
.carousel-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.carousel-item {
  min-height: 300px;
}

.w-100-height {
  height: 90vh;
  min-height: 80vh;
  width: 100%;
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  bottom: 15%;
  left: 10%;
  text-align: left;
  z-index: 10;
}

.carousel-caption h5 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.carousel-caption p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.custom-margin {
  margin-top: -159px;
}

.card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

