.top-con {
  position: relative;
  height: 90vh;
  width: 100%;
  background-image: url("../images/home-imgs/6.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-con::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.text-con {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
}

.text-con h1,
.text-con h5 {
  color: white;
}
