@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Spline+Sans:wght@400;700&display=swap');
body{
	font-family: "Roboto", san-sarif;
	line-height: 1.8;
	background-color: #fff;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700!important;
}
a{
	text-decoration: none;
	transition:  all 0.4s ease;
	font-weight: 500;
	color: #15151B;
}
img{
	width: 100%;
}
#services img{
	border: 1px solid #000;  
	box-shadow: 2px 2px #888888;
	transition: 0.5s ease-in;
}
#services img:hover{
	border: 1px solid #000;  
	box-shadow: 5px 10px #888888;
}
section{
	padding-bottom: 20px;
	padding-top: 20px;
    z-index: 2;
	position: relative;
}
.overlay{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(7,25,30,0.7),rgba(17,80,50,0.7));
    z-index: -1;
}
.hero-section{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}
.bg-cover{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment:fixed;

}
.bg-cover-1{
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment:fixed;

}
.navbar{
	box-shadow: 0 12px 20px linear-gradient(to right,#00e0fe, #1107fe);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show .navba-link{
	background: -webkit-linear-gradient(#ff0000, #000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.btn{
	padding: 10px 22px;
	transition: all 0.4s ease;
}
.play-btn{
	width: 60px;
	height: 60px;
	background: linear-gradient(rgba(7,25,30,0.7),rgba(17,80,50,0.7));
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 100px;
}
.play-btn i{
	font-size: 42px;
}
.play-btn i:hover{
	color: #fff;
}
.btn:hover{
	color: #fff;
	transform: translateY(-5px);
}
.btn-main{
	padding: 10px 22px;
	background: linear-gradient(to right,#ff0000, #000);
	border-radius: 100px;
	border: none;
	font-weight: 600;
	color: #fff;
}
/*Feauters*/
.fear{
	margin-top: 80px;
	
}
.feature-list{
	padding: 0;
	list-style: none;
	
}
.icon-box.sm{
	width: 32px;
	height: 32px;
	font-size: 24px;
	border-radius: 100px;
}
/*//Feauters*/

/*Services*/
.section-intro{
	margin-bottom: 40px;
}
.section-intro .divider{
	width: 70px;
	height: 4px;
	background: linear-gradient(to right,#00e0fe, #1107fe);
	margin: 5px auto;
}
.service .service-img .icon{
	width: 60px;
	height: 60px;
	background: linear-gradient(to right,#ff0000, #000);
	color: #fff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -30px;
	z-index: 2;
	position: relative;
	
}
.service .service-img .icon i{
	font-size: 32px;
	
}
/*Feature*/
.featurey i{
	background: -webkit-linear-gradient(#ff0000, #000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 55px;
}
/*Counters*/
.icons-content i{
	font-size: 45px;
}	
/*Form*/
form input.form-control{
	height: 54px;
}
form .form-control{
	border-radius: 0;
	background: transparent;
	color: #fff;
	border-color: rgba(255,255,255, 0.7);
}
form .form-control:focus{
	color: #fff;
	background: transparent;
	border-color: #fff;
}
form .form-control::placeholder{
	color: #fff;
}
footer{
	background: linear-gradient(to right,#0000ff, #ff0000);
	color: #fff;
}
footer a{
	color: #fff;
}