@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
body {
	position: relative;
	padding-bottom: 200px;
}
.sidebar header {
	background-color: #8A8EA8;
}
.sidebar {
	position: fixed;
	left: 0px;
	width: 250px;
	height: 100%;
	background: #063970;
	transition: all .5s ease;
	box-shadow: 1px 2px 10px black;
}
.sidebar ul a {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 65px;
	font-size: 20px;
	color: #B2B5C6; 
	padding-left: 40px;
	box-sizing: border-box;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	transition: .4s;
}
ul li:hover a{
	padding-left: 50px;
	background: #08D0E8;
	color: black;
}
.sidebar ul a i{
	margin-right: 16px;
}
.menu {
	list-style: none;
	padding: 0;
	background: #063970;
	max-width: 1282.1px;
	min-width: 1282.1px;
	margin-top: 50px;
	box-shadow: 1px 2px 10px black;
	position: inherit;
	margin-left: 175px;
}
.menu a {
	text-decoration: none;
	color: #B2B5C6;
	padding: 20px;
	display: inline-block;
	text-align: center;
	position: inherit;
}
.menu a:hover{
	background: #08D0E8;
	color: black;
}
.Harrier{
	background: #FFFFFF;
	max-width: 1282.5px;
	min-width: 1280px;
	height: 2250px;
	margin-top: 75px;
	margin-left: 175px;
	box-shadow: 1px 2px 10px black;
	position: inherit;
}
.title{
	margin-top: 60px;
	font-size: 60px;
}
.txt{
	margin-top: 70px;
	margin-right: 70px;
	margin-left: 70px;
	color: black;
	line-height: 25px;
	text-align: left;
	position: inherit;
}
.vid{
	margin-top: 50px;
	box-shadow: 1px 2px 10px black;
	width: 900px;
	height: 500px;
	position: inherit;
}
.buy {
	list-style: none;
	padding: 0;
	background: #063970;
	max-width: 200px;
	width: 90%;
	margin-top: 35px;
	box-shadow: 1px 2px 10px black;
}
.buy a {
	text-decoration: none;
	color: #B2B5C6;
	padding: 20px;
	display: inline-block;
	text-align: center;
}
.buy a:hover {
	background: #08D0E8;
	color: black;
}
footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #111111;
	height: 100px;
	min-width: 99.5vw;
	max-width: 1282px;
	padding-top: 40px;
	color: #FFFFFF;
}
.footer-content{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin-right: 40px;
}
.sidebar2 ul {
  margin:0;
  padding:0;
  display:flex;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
}
.sidebar2 ul{
  list-style: none;
  margin: 0 15px;
}
.sidebar2 ul a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #171515;
  border-radius: 50%;
  font-size: 30px;
  color: #666;
  transition: .1s;
  margin-right: 40px;
}
.sidebar2 ul a:before {
content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border-radius: 50%;
 background: #063970;
 transform: scale(.9);
 z-index: -1;
transition: .5s;
}
.sidebar2 ul a:hover::before {
  transform: scale(1.2);
  box-shadow: 0 0 15px #063970;
  filter: blur(3px);
}
.sidebar2 ul a:hover {
  color: #063970;
  box-shadow: 0 0 15px #98ded9;
  text-shadow: 0 0 15px #98ded9;
}
.mrg{
	margin-left: 20px;
	margin-bottom: 20px;
}
.slider{
	position: relative;
	background: #000116;
	margin: 150px;
	margin-left: 200px;
	overflow: hidden;
	border-radius: 10px;
	width: 900px;
	height: 500px;
	margin-bottom: 90px;
}
.slider .slide {
	position: absolute;
	width: 100%;
	height: 100%;
	clip-path: circle(0% at 0 50%);
}
.slider .slide.active {
	clip-path: circle(150% at 0 50%);
	transition: 2s;
}
.slider .slide img{
	position: inherit;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider .slide .info {
	position: absolute;
	color: #000000;
	background: rgba(255, 255, 255, 0.3);
	margin-top: 250px;
	margin-left: 50px;
	border-radius: 10px;
	margin-right: 50px;
}
.slider .slide .info h3{
	color: #FFFFFF;
}
.slider .slide .info2 h3{
	color: #000000;
}
.nav{


	height: 500px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.slider:hover .nav{
	opacity: 1;
}
.prev-btn, .next-btn{
	z-index: 999;
	font-size: 2em;
	color: #00000;
	padding: 20px;
	cursor: pointer;
	background: #08ABDC;
}
.prev-btn{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.next-btn {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.nav-v{
	z-index: 999;
	display: flex;
	justify-content: center;	
}
.nav-v .slide-icon{
	z-index: 999;
	background: rgba(255, 255, 255, 0.5);
	width: 20px;
	height: 10px;
	transform: translateY(-50px);
	margin: 0 6px;
	border-radius: 10px;
}
.slider .slide .info{
	position: relative;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	}
.nav-v .slide-icon.active{
	background: #08ABDC;
}
.sidebar2 ul a svg{
	margin-top: 15px;
}
.logo a img{
	margin-top: 30px;
	margin-left: 175px;
}