/* CSS document */

/* DESKTOP */
title {
	display: none;
}
a:hover {
	text-decoration:none;
}
body {
	width:1024px;
	margin:0 auto;
	height:1700px;
	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:260px;
	overflow:hidden;
	background-color:#F0F0F0;
}
.prices-container {
	width:750px;
	height:165px;
	margin:0 auto;
	margin-top:20px;
	overflow:hidden;
	border-radius:30px;
	box-shadow:1px 1px 1px 1px black;
	background-color:white;
}
.pack {
	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;
}
.pack p {
	color:black;
    text-shadow:0.2px 0.2px white;
	font-size:20px;
	text-align:center;
	direction:rtl;
	line-height:25px;
	letter-spacing:1px;
	margin-top:15px;
}
.cost {
	background-color:#28343E;
	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;
}
.cost p {
	color:white;
    text-shadow:0.2px 0.2px black;
	font-size:40px;
	text-align:center;
	line-height:20px;
	direction:rtl;
	margin-top:45px;
}
#payment {
	width:100%;
	height:450px;
	overflow:hidden;
	background-color:white;
}
.payment-title {
	color:black;
    text-shadow:0.2px 0.2px white;
	font-size:30px;
	text-align:center;
	direction:rtl;
	margin-top:30px;
}
.button {
	width:200px;
	height:100px;
	margin-right:auto;
	margin-left:auto;
	display:block;
	border-radius:10px;
	margin-top:40px;
}
.payment-title-bottom {
	color:#28343Ek;
    text-shadow:0.2px 0.2px white;
	font-size:14px;
	text-align:center;
	direction:rtl;
	margin-top:60px;
}
#conditions {
	width:100%;
	height:340px;
	margin-top:2px;
	overflow:hidden;
	background-color:#F0F0F0;
}
#conditions p {
	color:#545455;
    text-shadow:0.2px 0.2px white;
	font-size:18px;
	text-align:center;
	margin-top:5px;
	margin-right:20px;
	direction:rtl;
	padding-left:15px;
}
#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;
}