*{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.7px;
}
header{
	background-color: #0c2326;
}
.menu{
	width: 100%;
	height: 30%;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.container ul li a{
	list-style: none;
	text-decoration: none;
	font-size: 17.8px;
	color: white;
	font-weight: 400;
}
ul{
	display: flex;
}
ul li {

	list-style: none;
}
.caroul{
	width: 100px;
	height: 100px;
	align-items: center;
}

.caroul .carousel-control-next-icon{
top: 48.5%;
left:46%;
position: absolute;
}
.caroul .carousel-control-prev-icon{
top: 48.5%;
left:45.5%;
transform: translate(-50%,-50%);
position: absolute;
}
.carousel-caption{
	top: 20%;
	left: 25%;
	width: 870px;
}
.carousel-caption h1{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 72px;
	letter-spacing: 0.5px;
	text-align: left;
}
.carousel-caption h3{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 35px;
	letter-spacing: 0.5px;
	text-align: left;
	margin-left: 15px;
	color: #4fcaff;
}
.carousel-caption p{
	text-align: left;
	margin-left: 15px;
	font-size: 23px;
	letter-spacing: 0.2px;
}
.carousel-caption a{
	text-decoration: none;
	color: white;
	background-color: #4fcaff;
	width: 255px;
	height: 50px;
	transition: 1s;
}
.carousel-caption a:hover{
	color: black;
	text-decoration: none;
	background-color: white;
	transition: 1s;
}
.carousel-caption .btn{
	border-radius: 0;
	text-align: left;
	float: left;
	margin-left: 15px;
}
.backg{
	background-color: rgba(5,3,0,0.63);
	padding:80px;
}

