*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'poppins', sans-serif;
}
.showcase{
	position: absolute;
	right: 0;
	width: 100%;
	min-height: 100vh;
	padding: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #111;
	color: #fff;
}
.showcase img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
}

.showcase video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
}

.overlay{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 /*background: #013200;*/
 mix-blend-mode: overlay;
}

.text{
	position: relative;
	z-index: 10;

}
/*.text h3{
	font-size: 3em;
	font-weight: 800;
	line-height: 1em;
	text-transform: uppercase;

}
h3{
font-size: 3em;
font-weight: 800;
line-height: 1em;
text-transform: uppercase;
-webkit-text-stroke: 0.3vw #013220;	
}
h3::before{
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width:0;
	height: 100%;
	border-right: 2px solid #FFF;
	-webkit-text-stroke: 0vw #383d52;
	overflow: hidden;
	animation: animate 6s linear infinite;
}
@keyframes animate{
	0%, 10%, 100%{
		width: 0;
	}
	70%, 90%{
		width: 100%;
	}
}
.text h2{
	font-size: 2em;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}


.wrapper{
	display: flex;
}*/
.text h2{
	list-style: none;
	font-size: 45px;
   font-weight: 800;
   line-height: 1em;
   text-transform: uppercase;
    color: #FFF;
    text-shadow: 3px 3px #013220;
    position: relative;
}
.wrapper .text h2{
	margin-left: 15px;
}
.span{
	 text-shadow: 3px 3px #013220;
}