.explore-wrapper{
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 0px;



}



.exploretitlecontainer{
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap:10px;
	margin-top:60px;

}



.explore-title{
	font-size:120px;
	margin: 0;
}

.explore-tagline{
	max-width:600px;
	text-align: center;


}

.videowrapper{
	width:100%;
	overflow: hidden;
	height:450px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom:100px;

}


.stripvideo{
	width:90%;
	position: relative;
	z-index: 0;
	max-width:1400px;
	left:50px;
	object-fit: cover;
	object-position: center;
	top:-90px;

}




.concept-wrapper{
	width:100%;
	padding:20px 0px;
	padding-bottom: 90px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}

.concept-title{
	padding-top:90px;
	font-size: 40px;
	font-weight: bolder;
	margin-bottom: 40px;
	max-width:1000px;

}

.concept-desc{
	font-size: 19px;
	color: var(--dark);
	font-size: 300;
	text-align: center;
	margin-bottom: 30px;
	max-width:800px;
	width:75%;


}


.img-mask {
	width:70%;
	box-shadow: 1px 1px 4px var(--shadow);
}

.img-mask:hover{
	box-shadow: 2px 2px 7px var(--shadow);

}

.glow-img{
	position: relative;
	margin-bottom: 30px;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;

}



.feature-desc-container{
	max-width:1000px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap:50px;
}

.feature-container{
	display: flex;
	flex-direction: column;
	max-width: 25%;
	padding:30px 0;
}

.feature-separator{
	margin: 4px 0px;
	height:2px;
	background-color: var(--white);
	width:100%;
	border-radius: 5px;
}

.violetbg{
	background: var(--full-grad);
}

.whitetitle{
	color: var(--white);
}



.ctabuttonstrip{
	border: 0.6px solid var(--white);
	margin-top:40px;
	background: none;
	transition: background 0.3s;
}

.ctabuttonstrip:hover{
	border: 0.6px solid var(--white);
	background: rgba(255, 255, 255, 0.15); /* translucent */
	box-shadow: 1px 1px 2px var(--shadow);
	
}

.ctatextstrip{

	font-size: 1.2rem;

}



/*airlink*/

.airlink-container{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 0px;
	position: relative;
	padding:40px 0px;
}

.airlink-img{
	width:70%;
	max-width:1100px;
	min-width:600px;
	max-height:400px;
}



.automation-container{
	padding:60px 0;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

}

.automation-img{
	max-width:1100px;
	position: relative;
	left: 45px;

}












