/* CSS document */

/* DESKTOP */
title {
	display: none;
}
a:hover {
	text-decoration:none;
}
body {
	width:1024px;
	margin:0 auto;
	height:3450px;
	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;
}
#prices1 {
	width:100%;
	height:400px;
	overflow:hidden;
	background-color:#F0F0F0;
}
#prices2 {
	width:100%;
	height:400px;
	overflow:hidden;
	background-color:#F0F0F0;
}
#prices3 {
	width:100%;
	height:400px;
	overflow:hidden;
	background-color:#F0F0F0;
}
#prices4 {
	width:100%;
	height:400px;
	overflow:hidden;
	background-color:#F0F0F0;
}
#prices5 {
	width:100%;
	height:400px;
	overflow:hidden;
	background-color:#F0F0F0;
}
#prices6 {
	width:100%;
	height:400px;
	overflow:hidden;
	background-color:#F0F0F0;
}
#prices7 {
	width:100%;
	height:400px;
	overflow:hidden;
	background-color:#F0F0F0;
}
.title-prices {
	color:#28343E;
	font-size:30px;
    text-align:center;
	direction:rtl;
	text-shadow:0.2px 0.2px grey;
	text-decoration:none;
}
.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;
}
#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;
}