.hero-section:after {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  
}

.bg-transfer::before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to top ,rgba(255,255,255,1),rgba(0,0,0,0.3) 40%);
	opacity: 1; 
  }