
body {
    background: linear-gradient(to right bottom, #1cc7d0 ,#013ca6, #013ca6,#1cc7d0);
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    /*--agileits--*/
    /*--w3layouts--*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    font-family: 'Tajawal', cursive;
    color: #555;
    font-weight: 400;
    text-align: center;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #e75967;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}


/***** Header *****/

h1 {
    margin-top: 7px;
    font-family: 'Tajawal', cursive;
	color: #fff;
	text-align: center;
    font-size: 44px;
    line-height: 42px;
    font-weight: 400;

}

/***** Coming Soon *****/

.coming-soon {
    margin: 0 auto;
    text-align: center;
	height: 410px;
	width: 850px;
    color: #fff;
	border: solid 2px #fcd647;
	border-radius: 10px;
	background: rgba(45, 45, 45, 0.7);
}

.english {
     float: left;
	 width: 150px;
	 text-align: center;
	 font-size: 35px;
	 margin-left: 200px;
}
.arabic {
     float: right;
	 width: 150px;
	margin-right: 200px;
	font-size: 35px;
	font-size: 35px;
}
.coming-soon h2 {
	
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
   font-family: 'Rakkas', cursive;
    color:#fff200;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.coming-soon p {
    margin-top: 20px;
   font-family: 'Tajawal', cursive;
	 font-size: 35px;

    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.container {
 
    display: block;
	padding-top: 150px;

}
  




