body{
	font-family: arial, helvetica, sans-serif;
}

.hero{
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	background: url("https://storage.googleapis.com/img-model/banner-superdata-world.webp") center center/cover no-repeat;
}

.hero-img{
	max-width: 100%;
	height: auto;
}

.overlay{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .65);
}

.hero .container{
	position: relative;
	z-index: 2;
}

.card{
	border-radius: 18px;
	transition: .35s;
}

.card:hover{
	transform: translateY(-10px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
}

footer{
	font-size: 14px;
}

#wowslider-container1{
	width: 100%;
	max-width: 650px;
	margin: auto;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 45px rgba(0, 0, 0, .4);
}

section img{
	transition: .4s;
	border-radius: 15px;
}

section img:hover{
	transform: scale(1.05);
}

.navbar{
	background: rgba(0, 0, 0, .8);
	backdrop-filter: blur(10px);
}

.btn-warning{
	border-radius: 50px;
	padding: 12px 35px;
	font-weight: 600;
}