
.banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.data-full{
  height: 617px;
}

.stared-projects{
  height: 450px;
  padding: 1.5rem 1rem;
}
.stared-projects > div{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.project{
  height: 422px;
  display: flex;
  align-items: flex-end;
  padding: 2rem 1.5rem;
}
.project h3{
  font-family: "poppins-bold";
  text-transform: uppercase;
  font-size: 16px;
}

.carousel-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: #9E0101;
  background-blend-mode: multiply;
}
.carousel-index{
  font-family: "bauhaus";
  font-size: 24px;
  margin-bottom: 2rem;
}
.carousel-index > span{
  font-size: 36px;
}
.fancybox-button > div{
  background: rgba(255, 0, 0, 0.25);
}
.fancybox-bg{
  background: #10182b;
}

@media (min-width: 992px) {
  .stared-projects{
    height: 819px;
    padding: 1rem 164px;
  }
  .stared-projects h2{
    font-size: 144px;
    line-height: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  
  .stared-projects h2 {
    font-size: 93px;
    line-height: 98px;
  }

}