/* CSS document */

/* DESKTOP */
title {
	display: none;
}
a:hover {
	text-decoration:none;
}
body {
	width:1024px;
	margin:0 auto;
	height:2100px;
	font-family:arial;
}
*, *:before, *:after {
  box-sizing: border-box;
}
#top {
	width:1024px;
	height:400px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	background-repeat: no-repeat;
	position: relative;
    text-align: center;
    color: white;
}
img {
    width: 1024px;
    height: 400px;
}
#title-container {
	width:1024px;
	height:100px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	position:relative;
	background-color:#F0F0F0;
}
.title {
	color:#28343E;
	font-size:60px;
    text-align:center;
	direction:rtl;
	text-shadow:0.2px 0.2px grey;
	text-decoration:none;
}
#prices {
	width:100%;
	height:400px;
	overflow:hidden;
	background-color:#F0F0F0;
}
.prices-container {
	width:750px;
	height:310px;
	margin:0 auto;
	margin-top:20px;
	overflow:hidden;
	border-radius:30px;
	box-shadow:1px 1px 1px 1px black;
	background-color:white;
}
.pack1 {
	background-color:#BAB899;
	float:right;
	width:45%;
	height:120px;
	margin:0 auto;
	margin-top:20px;
	margin-right:15px;
	overflow:hidden;
	border-radius:5px;
	box-shadow:1px 1px 1px 1px black;
	
}
.pack1 p {
	color:black;
    text-shadow:0.2px 0.2px white;
	font-size:18px;
	text-align:center;
	direction:rtl;
	line-height:25px;
	letter-spacing:1px;
	margin-top:10px;
}
.cost1 {
	background-color:#1B7DBF;
	float:left;
	width:45%;
	height:120px;
	margin:0 auto;
	margin-top:20px;
	margin-left:15px;
	overflow:hidden;
	border-radius:5px;
	box-shadow:1px 1px 1px 1px black;
}
.cost1 p {
	color:white;
    text-shadow:0.2px 0.2px black;
	font-size:40px;
	text-align:center;
	line-height:20px;
	direction:rtl;
	margin-top:45px;
}
.pack2 {
	background-color:#C7C7D1;
	float:right;
	width:45%;
	height:120px;
	margin:0 auto;
	margin-top:20px;
	margin-right:15px;
	overflow:hidden;
	border-radius:5px;
	box-shadow:1px 1px 1px 1px black;
	background-color:#F0F0F0;
}
.pack2 p {
	color:black;
    text-shadow:0.2px 0.2px white;
	font-size:18px;
	text-align:center;
	direction:rtl;
	line-height:25px;
	letter-spacing:1px;
	margin-top:10px;
}
.cost2 {
	background-color:#961E2A;
	float:left;
	width:45%;
	height:120px;
	margin:0 auto;
	margin-top:20px;
	margin-left:15px;
	overflow:hidden;
	border-radius:5px;
	box-shadow:1px 1px 1px 1px black;
}
.cost2 p {
	color:white;
    text-shadow:0.2px 0.2px black;
	font-size:40px;
	text-align:center;
	line-height:20px;
	direction:rtl;
	margin-top:45px;
}
#clients {
	width:800px;
	height:1100px;
	overflow:hidden;
	margin-right:auto;
	margin-left:auto;
}
.clients-title {
	color:#B00000;
	text-align:center;
	font-size:23px;
	text-shadow:0.5px 0.5px white;
	direction:rtl;
	margin-top:40px;
}
.clients-container {
	width:800px;
	height:1050px;
	margin:0 auto;
	overflow:hidden;
	background-color:#F0F0F0;
	box-shadow: 1px 4px 2px 1px grey;
}
.clients-right {
	float:right;
	width:180px;
	height:140px;
	margin-top:40px;
	border-left:1px solid #B00000;
}
.clients-img {
	width:120px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	border-radius:5px;
	margin-right:40px;
	margin-top:10px;
}
.clients-left {
	float:right;
	width:600px;
	height:200px;
}
.clients-container p {
	color:black;
    text-shadow:0.2px 0.2px white;
	font-size:14px;
	text-align:right;
	margin-right:20px;
	direction:rtl;
	word-spacing:2px;
	margin-top:50px;
}
#footer {
	width:1024px;
	height:50px;
	right:0;
	left:0;
	margin:0 auto;
	overflow:hidden;
	text-decoration:none;
	margin-top:20px;
}
#footer p {
	color:#222222;
	font-size:15px;
    text-align:center;
	margin-top:10px;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
	text-decoration:none;
}