/*
Developed by :
Ahmed Mohamed Araby
Radwa Mohamed Araby
Yossef Moahmed Araby
Noran Assam
*/
* {
	padding: 0;
	margin: 0;
}
body {
	background-image: linear-gradient(to left, #ffd980 , #fff , #ffd980);
}
div {
	display: inline-block;
}
#links {
	position: fixed;
	width: 100%;
	font-size: 22px;
	text-align: right;
	padding: 20px;
	background-color: rgb(235,235,235);
	z-index: 6;
}
#links a {
	padding: 10px;
	color: #b35900;
	position: relative;
	top: 20px;
	
}
#links a:hover {
	color: #804000;
}
#logo {
	height: 80px;
}
#active {
	text-decoration: underline;
}
.title {
	font-size: 30px;
	color: black;
	padding: 10px;
}
.products {
	height: 440px;
	width: 92%;
	padding: 30px;
	background-image: linear-gradient(to right, #1d55c2 , #a1bef7 , #1d55c2);
	margin-left: 80px;
}
.contect {
   	position: relative;
   	height: 380px;
  	width: 300px;
}
.img1 {
	display: block;
	height: 380px;
	width: 300px;
}
.div2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(255,255,255,.8);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
.contect:hover .div2 {
  height: 100%;
}
.div3 {
	white-space: nowrap; 
  	color: black;
  	font-size: 20px;
  	position: absolute;
  	overflow: hidden;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
}
.b1 {
	height: 50px;
	width: 150px;
	text-align: center;
	border-radius: 10%;
	background-color: #3b6bb8;
}
.div4 {
	height: 380px;
	width: 162px;
	display: inline-block;
	font-size: 15px;
	position: absolute;
	top: 279px;
	background-color: white;
	z-index: 5;
	left: 1700px;
}
.div4 p {
	padding: 0;
	font-size: 19px;
	text-align: center;
	position: relative;
	top: 45%;
}
.div4:hover p {
	color: red;
}
#div5 {
	position: absolute;
	top: 904px;
}
#div7 {
	position: absolute;
	top: 1532px;
}
footer {
	font-size: 40px;
	color: whitesmoke;
	background-color: rgb(217,217,217,.9);
}
/*
Developed by :
Ahmed Mohamed Araby
Radwa Mohamed Araby
Yossef Moahmed Araby
Noran Assam
*/