/* CSS document */

/* DESKTOP */
title {
	display: none;
}
a:hover {
	text-decoration:none;
}
body {
	width:1190px;
	margin:0 auto;
	height:3300px;
	font-family:arial;
}
*, *:before, *:after {
  box-sizing: border-box;
}
#top {
	width:1190px;
	height:270px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	position: relative;
}
.top-img {
    width: 1190px;
    height: 200px;
}
#top p {
	color:black;
	font-size:60px;
    text-align:right;
	direction:rtl;
	text-shadow:0.2px 0.2px grey;
	text-decoration:none;
	opacity:0.9;
}
.title {
	color:white;
	font-size:50px;
    text-align:center;
	direction:rtl;
	text-shadow:0.2px 0.2px grey;
	text-decoration:none;
	opacity:0.9;
}
hr.hr1 {
	border: 10px solid #28343E;
    border-radius: 5px;
}
#content {
	width:1190px;
	height:2560px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	margin-top:20px;
}
.content-right1 {
	float:right;
	height:1860px;
	width:850px;
}
.content-right1 p {
	color:black;
	font-size:20px;
	letter-spacing:0.5px;
    text-align:right;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
.first-img {
	background-repeat: no-repeat;
	width:70%;
	height:auto;
	border-radius:5%;
}
.main-title-article {
	color:black;
	font-size:50px;
	letter-spacing:0.5px;
    text-align:right;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
.title-article {
	color:black;
	font-size:30px;
	letter-spacing:0.5px;
    text-align:right;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
.title-exercise {
	color:#B00000;
	font-size:30px;
	letter-spacing:0.5px;
    text-align:right;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
.content-left1 {
	float:left;
	width:330px;
	height:1900px;
	background-color:#E3E3E3;
	position:relative;
}
.content-left-title {
	color:#395F80;
	font-size:20px;
	letter-spacing:0.5px;
    text-align:center;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
.content-left-img {
	background-repeat: no-repeat;
	width:300px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	margin:0 auto;
	display: block;
}
.content-left1 p {
	color:black;
	font-size:15px;
	letter-spacing:0.5px;
    text-align:right;
	margin-right:13px;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
	font-weight:bold;
}
.note{
	width:1190px;
	height:100px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
}
.note p {
	color:#B00000;
	font-size:20px;
	letter-spacing:0.5px;
    text-align:center;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
	margin-top:30px;
}
.content-right2 {
	float:right;
	height:400px;
	width:850px;
}
.prices {
	width:680px;
	height:400px;
	overflow:hidden;
}
.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:670px;
	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;
}
.content-left2 {
	float:left;
	width:330px;
	height:680px;
	background-color:#E3E3E3;
	position:relative;
}
.content-left2 p {
	color:black;
	font-size:15px;
	letter-spacing:0.5px;
    text-align:right;
	margin-right:13px;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
	font-weight:bold;
}
.content-right3 {
	float:right;
	height:300px;
	width:850px;
}
.content-right3 p {
	color:black;
	font-size:20px;
	letter-spacing:0.5px;
    text-align:right;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
.content-left3 {
	float:left;
	width:330px;
	height:300px;
	background-color:#E3E3E3;
	position:relative;
}
#contact {
	width:600px;
	height:350px;
	direction:rtl;
	position:relative;
}
.contact-title {
	color:#28343E;
	font-size:25px;
    text-align:center;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
.contact-subtitle {
	color:#3B3B3B;
	font-size:15px;
	margin-top:10px;
	font-family:tahoma;
    text-align:right;
	direction:rtl;
	text-shadow:0.3px 0.3px grey;
}
#footer {
	width:1190px;
	height:50px;
	right:0;
	left:0;
	margin:0 auto;
	overflow:hidden;
	text-decoration:none;
	background-color:#28343E;
}
#footer p {
	color:white;
	font-size:15px;
    text-align:center;
	margin-top:10px;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
	text-decoration:none;
}