*{
	margin: 0;
	padding: 0;
	font-family: sans-serif;

}

body{
	background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../back2.jpg);
	background-position: center;
	background-size: cover;
	overflow-x: hidden;
	position: relative;
}

.hero{
	height: 35vh;
}

.nav-bar{
	display: flex;
	padding: 30px 120px;
	padding-bottom: 20px;
}

.nav-logo img{
	width: 90px;
}

.nav-links{
	flex: 1;
}

.nav-links ul{
	float: left;
	padding-left: 50px;
	display: inline;
	padding-top: 20px;
}

.nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 8px 25px;
}

.nav-links ul a{
	color: #fff;
	text-decoration: none;
	font-size: 17px;
}

.nav-links ul li::after{
	content: '';
	width: 0;
	height: 2px;
	background: yellow;
	display: block;
	margin: auto;
	transition: .6s;
}

.nav-links ul li:hover::after{
	width: 100%;
}

.nav-links .btn{
	margin-top: 20px;
	float: right;

}


.btn{
	padding: 10px 20px;
	border: 0;
	background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
	font-size: 17px;
	transition: .2s;
}

.btn a{
	text-decoration: none;
	color: #fff;
}

.btn:hover,
.btn:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.2em);
}

.btn .fa{
	color: #fff;
	font-size: 20px;
}

.wlc p{
	color: #fff;
	font-size: 80px;
	font-family: DK Coal Brush;
	text-align: center;
}

.wlc h1{
	color: #fff;
	text-align: center;
	padding-top: 20px;
	font-size: 30px;
	font-family: DK Coal Brush;
}




.main{
 	height: 50vh;
 	box-shadow: 0 0 13px 7px #06ff02c2;
 	background-color: #00215d38;
 	margin-left: 50px;
 	margin-right: 50px;
 	border-radius: 20px;
}

.footer{
	height: 15vh;
}

.first{
	margin-top: 40px;
	height: 5vh;
	width: 500px;
	color: #06ff02c2;
	background-color: #00215d38;
	float: left;
	margin-left: 50px;
	box-shadow: 0 0 13px 7px #06ff02c2;
	border-radius: 10px;
}

.first p{
	padding: 15px 20px;
	text-align: center;
}

.second{	
	color: #06ff02c2;
	background-color: #00215d38;
	float: right;
	margin-top: 40px;
	height: 5vh;
	width: 500px;
	margin-right: 50px;
	box-shadow: 0 0 13px 7px #06ff02c2;
	border-radius: 10px;
}

.second p{
	padding: 15px 20px;
	text-align: center;
}
