@charset "utf-8";
/* CSS Document */

*{margin: 0;
padding: 0;}

body{

}

.container{
	margin: 10px  auto 0 auto;
	width: 1100px;
}

.header{
	width: 1100px;
	height: 200px;
	text-align: center;
}

.nav{
	padding: 24px;
	text-align: center;
	background: black;
}

.link{
	
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	padding: 0 10px;
	margin: 0 20px;
}

.link:hover{
	transition: 0.4s;
	background-color: dimgrey;
	color: #52058C;
	padding: 5px 10px;
}


.content{
	width: 1060px;
	padding: 20px;
	background-color: #3465a7;
	color:white;
}
.footer{
	width: 1100px;
	height: 70px;
	background-color: black;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
.footer p{
	line-height: 70px;
}
.heading{
	color: white;
}

.logo{
	position: relative;
	top: 30px;
	left: 50px;
}

.slider p{
	color: #FFFFFF; 
	font-size: 35px; 
	position: relative; 
	top: 240px; 
	float: right; 
	margin-right: 30px;
}

.cloud{
	width: 250px;
	height: 200px;
	position: absolute;
	background-image: url(../images/cloud.jpg);
	background-size: 250px;
}

.fcloud01{
	top: 100px;
	background-image: url(../images/fcloud.jpg);
	z-index: -1;
	-webkit-animation: dift 15s linear 0s infinite backwards;
	-noz-animation: dift 15s linear 0s infinite backwards;
	-o-animation: dift 15s linear 0s infinite backwards;
	animation: dift 15s linear 0s infinite backwards;

}
	
@-webkit-keyframes dift{
	from {-webkit-transform:translateX(-255px);}
	to {-webkit-transform:translateX(1600px);}
}

@-noz-keyframes dift{
	from {-webkit-transform:translateX(-255px);}
	to {-webkit-transform:translateX(1600px);}
}

@-o-keyframes dift{
	from {-webkit-transform:translateX(-255px);}
	to {-webkit-transform:translateX(1600px);}
}

@-keyframes dift{
	from {-webkit-transform:translateX(-255px);}
	to {-webkit-transform:translateX(1600px);}
}





/* About Us Page **************************************************/

.content1{
	position: relative;
	height: 500px;
	font-size: 28px;
	background-image: url(../images/about.png)
	
}

.font{
	font-size: 20px;
	
}

/* Contact Us Page **************************************************/

.form{
	font-size: 30px;
	max-width: 300px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;

}

h1{
	color: #333;

}

input, textarea{
	width: 470px;
	padding: 10px;

}

.send input{
	background: rgb(100, 194, 241);
	height: 40px;
	width: 150px;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid;
	color: whitesmoke;
	cursor: pointer;

}

.send input:hover{
	background: #078;

}

textarea{
	width: 470px;
	height: 120px;
	line-height: 20px;

}


/* Budgets Page **************************************************/

form{
	font-size: 28px;
	max-width: 500px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;

}

h1{
	color: #333;

}

input, textarea{
	width: 470px;
	padding: 10px;

}

.send input{
	background: rgb(100, 194, 241);
	height: 40px;
	width: 150px;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid;
	color: whitesmoke;
	cursor: pointer;

}

.send input:hover{
	background: #078;

}

textarea{
	width: 470px;
	height: 120px;
	line-height: 20px;

}



/* WebSite Page **************************************************/

.web{
	margin-top: 40px;
	font-size: 35px;
	max-width: 500px;
	
	
}

.web1{
	margin: 30px;
	width: 800px;
	height: 345px;
	background-image: url("../images/web.png");
		
}


/* Graphic Designer Page **************************************************/


.grid-container{
	display: grid;
	grid-template-columns: 50% auto;
	padding:10px;
}
	
.grid-item {
  font-size: 18px;
  text-align: left;
grid-template-columns: auto auto;
}
