@import url('https://fonts.googleapis.com/css?family=Cairo:400,700,900&subset=arabic');
@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Markazi+Text&display=swap');
/* POWERED www.Chakirdev.com */

*{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    text-decoration: none;
    font-family: 'Tajawal', sans-serif;
    text-rendering: optimizeLegibility;
	color:#F1F1F1;
    
}
html{
    background: url(https://i.ytimg.com/vi/vsGDkyfbOCw/maxresdefault.jpg) no-repeat center center fixed;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* position: fixed;*/
    bottom: 0px;
    z-index: -2;
    width: 100%;
    height: 100%;   
}
body{
    font-family: 'Tajawal', sans-serif;
    text-rendering: optimizeLegibility;
    direction:rtl;
    background-color: inherit; 
}

.clr{
	clear:both;
}

#HomePage{
	width:60%;
	margin:auto;
	padding-top: 200px;
}
footer {
    position: fixed;
    bottom: 0;
    width: 60%;
    padding-bottom: 50px;
}
.font-content{
    font-size:18px;
}
.inpu{
	border:1px solid #00b5cc;
	border-radius: 15px;
	text-align:center;
	width: 90%;    
	font-size: 20px;
	padding: 4px 2px;
	font-weight:bold;
}
.button {
    background-color: #00b5cc; /* Green */
    border: none;
    border-radius: 20px;
    color: white;
    padding: 5px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    width:170px;
	font-weight:bold;
}
.button:hover {
   background-color: #0ab28b; /* Green */ 
} 


@media screen and (min-width: 200px) and (max-width: 1000px){ 
	#HomePage{
		width:90%;
		margin:auto;
		padding-top:0px;
		margin-top:50px;
	}
	.inpu{
		border:1px solid #00b5cc;
		border-radius: 15px;
		text-align:center;
		width: 90%;    
		font-size: 20px;
		padding: 4px 2px;
	    font-weight:bold;
	}
	footer{
		position: fixed;
		bottom: 0;width: 90%;
		padding-bottom: 50px;
	}  
	.font-content{
	    font-size:16px;
	}
	
	.carousel-caption {
        bottom: 37px;
    }
}

.carousel-caption {
    bottom: 37px;
}

.color-1 { color: #F1F1F1;}
.color-2 { color: #C1FF0E;}
.color-3 { color: #76FF1C;}
.color-4 { color: #A3A41B;}
.color-5 { color: #F1F1F1;}


