@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Faster+One&family=Orbitron:wght@400..900&display=swap');
header{
	background-image: url("../finalimages/banner.gif");
	background-size: cover;
	background-position: center;
	width: 100%;
	color: #ffffff;
	height: 700px;
	position: relative;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border: solid #000000 5px;
	margin: auto;
}
.slogan{
	position: absolute;
	top: 70%;
	left: 25%;
	font-family: "Faster One", system-ui;
  	font-weight: 400;
  	font-style: normal;
	font-size: 40px;
}
.a{
	color: #6DA6E1; 
	text-decoration: none; 
	margin: 30px; 
	width: 500px; 
	border: solid #000000 2px; 
	border-radius: 50px; 
	box-shadow: 6px 6px #000000;
	text-align: center;
	height: 300px;
	font-size: 60px;
	transition: .5s;
	background-color: #000000;
}

.indexh1{
	position: absolute;
	top: 2%;
	left: 20%;
	background-color: rgba(25, 31, 52, 0.8);
	width: 1440px;
	font-size: 180px;
	border-radius: 40px;
	border-radius: solid 50px;
	height: 70%;
}
header img{
	position: absolute;
	width: 400px;
	left: 1523px;
}

section{
	background-color: #ffffff;
	width: 60%;
	margin: auto;
}
.linksindex{
	color: #000000; 
	text-decoration: none; 
	background-color: #666161; 
	display: inline-block; 
	margin: 10px; 
	width: 500px; 
	border: solid #000000 2px; 
	border-radius: 70px; 
	box-shadow: 6px 6px #000000;
	text-align: center;
	height: 300px;
	line-height: 300px;
	font-size: 80px;
	transition: .5s;
}

a{
	font-family: "Orbitron", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: <weight>;
  	font-style: normal;
}

a:hover{
	position: relative; 
	top: 6px; 
	left: 6px; 
	box-shadow: 0 0 #000000;
	background-color: #bec2cb;
	transition: .2s;
}

.navindex{
	height: 200px;
	width: 1600px;
	margin: auto;
}

.aboutus{
	font-size: 60px;
}

footer{
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 30px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-family: "Orbitron", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: <weight>;
  	font-style: normal;
}

div{
	height: 100px;
}

.headeraboutus{
	heihgt: 300px;
	background-image: none;
	background-color: #666161;
	border-radius: 0px;
	margin: auto;
	text-align: center;
	
}
.headeraboutus h1{
	position: relative;
	top: 30%;
	font-size: 100px;

}

.navpages{
	background-color: #000000;
	width: 100%;
	margin: 10px;
	text-align: center;
	height: 100px;
	position: sticky;
	top: 0;
}
.founder{
	float:right;
	width: 400px;
}
p{
	font-size: 20px;
}

h1{
	font-family: "Faster One", system-ui;
  	font-weight: 400;
  	font-style: normal;
}

h2{
	font-size: 60px;
}
.moreproducts{
	background-color: #666161;
	font-size: 20px;
}
#image{
	
	filter: grayscale(100%) opacity(40%); 
	transition: all 1.5s ease-in-out;
	width: 350px;
	float: left;
	border: solid #000000 4px;
	border-radius: 10px;
}

#image:hover{
	filter: grayscale(0%); 
	transition: all 1s ease-in-out;
	border: solid #000000 4px;
}
.productsection{
	width: 90%;
	margin: auto;
}
#sectionproduct{
	
	width: 57%;
	padding: 10px;
	margin: auto;
}

table{
	width: 800px;
	margin-left: 270px;
}

th{
	background-color: #666161;
	color: #bec2cb;;
}

article{
	width: 70%;
	margin: auto;
	 font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

label {display: block;}

input[type=text], select {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #6DA6E1;
  color: white;
  padding: 14px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #5F99D4;
}
img{
	width: 800px;
}
