
body{
   background-color: white;
 font-family: 'Harmattan', sans-serif; 
}
.loader {
    background: #fff;
    background: radial-gradient(#aaa, #fff);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.loader-inner {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap {
    animation: 
		spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite
	;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform-origin: 50% 100%;
    width: 100px;
}
.loader-line {
    border: 4px solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.loader-line-wrap:nth-child(1) { animation-delay: -50ms; }
.loader-line-wrap:nth-child(2) { animation-delay: -100ms; }
.loader-line-wrap:nth-child(3) { animation-delay: -150ms; }
.loader-line-wrap:nth-child(4) { animation-delay: -200ms; }
.loader-line-wrap:nth-child(5) { animation-delay: -250ms; }

.loader-line-wrap:nth-child(1) .loader-line {
    border-color:   #e47890;

    height: 90px;
    width: 90px;
    top: 7px;
}
.loader-line-wrap:nth-child(2) .loader-line {
    border-color: hsl(60, 80%, 60%);
    height: 76px;
    width: 76px;
    top: 14px;
}
.loader-line-wrap:nth-child(3) .loader-line {
    border-color: hsl(120, 80%, 60%);
    height: 62px;
    width: 62px;
    top: 21px;
}
.loader-line-wrap:nth-child(4) .loader-line {
    border-color: hsl(180, 80%, 60%);
    height: 48px;
    width: 48px;
    top: 28px;
}
.loader-line-wrap:nth-child(5) .loader-line {
    border-color: hsl(240, 80%, 60%);
    height: 34px;
    width: 34px;
    top: 35px;
}

@keyframes spin {
    0%, 15% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
@import url("http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css");
@import url('https://fonts.googleapis.com/css?family=Cairo');
@import url(https://fonts.googleapis.com/css?family=Rokkitt);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700,400);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@font-face{
font-family:"myfonts";
src:url("../fonts/diwani-simple-striped.ttf") ;
}

.container:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url('../imgs/apartment-architecture-balcony-347141.jpg') ;
   background-color:#cfba7a;
    opacity: 1;
    width: 100%;
    
}
@media screen and (max-width: 1280px){

     .container:before {
    
    height: 1000rem;}}
    @media screen and (min-width: 450px) {
.container:before {
     min-height: 250rem;
 
    }
}
.container{
    margin-top:2em
}
#overlay1 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
    z-index: 2;
    cursor: pointer;
}

.form1{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
} 

#overlay2 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.form2{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
} 
.content {
    position: relative; 
    z-index: 2;
    padding: 1%;
    background-color:  rgba(255,200,7,.2);
    opacity: 1;
    box-shadow: 3px 10px 156px white;
}

.nav{
 background-color:#e47890;  
    
    font-size: 2rem;
    color: #fc7d74;
    
}
.nav-item a{
    font-family: 'Harmattan', sans-serif;
    color: #56c8be
}
.nav li a:hover{
    font-size: 1.1em;
    color:#cfba7a;
    transition-duration: 1s;
}
.carousel-item img{
    height: 60%;
      margin: 10px 0 10px 0;
    z-index:-1;
}


section{
    margin:.5em;
    padding: 5px;
    text-align: center;
     margin: 10px 0 10px 0;
    background-color:rgba(136,200,190,.3);
    overflow-y: auto;
    color: #fc7d74;
    font-family: 'Harmattan', sans-serif;


}
section .titl{
    margin-bottom:20px;font-size:80px;text-align:center;background-color: #e47890;padding:.5em;color:#88c8be;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

.big{
       min-height: 117rem;
      max-height:1000%;
}
.small{
   height: 35rem;
}
.card{
position: relative;
    float: right;
    margin: 2.5rem;
    padding: 1rem;
    text-align: center;
    background-color: white;
    color: #4a5269;
    border-width: 3px;
   border-color: #e47890;
}
.card .btn{
    background-color: #e47890;
}
.card-img-top{
    height: 14rem;
    width: 14rem;
    border-width: 3px;
   border-color: #e47890;
}
.card-title {
color:#e47890;
}
form{
    position: absolute;
    right: 3%;
    margin-top: 5%;
    color:crimson;
    direction: rtl;
    font-size: 17px
}
form input{
    width:15em;
        background-color:#e47890;
}
textarea{
    margin: 0px;
    width: 181px;
    height: 173px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color:#e47890;
    width:22em;
}
follow{
float: left;
color: white;
   font-size: 3em;
}
follow img{
  height: 8em;

width: 13.5em;

border-radius: .9em;

display: block;

opacity: 0.6;
  
}
follow a{color: white;
   font-size: 1em;}
follow a:hover{
  font-size: 1.2em;
    color:#cfba7a;
    transition-duration: 1s;
}

input{
    text-align: center;
    background-color: #cfba7a;
    border-radius: 10px;
}
footer{
    color: grey;
}
footer a{
    text-decoration: none;
    font-family:  'Lobster', cursive;
    color:#e47890;
    font-family:myfonts;
    font-size:25px;
}
footer a:hover{
  
    font-size: 27px;
}
.rocket{
   width: 70px;
    height: 80px;
   
    border-radius: 23px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .8), 0 6px 69px  rgba(0,0,0,0.24);

   			
			text-indent:-9999px;
			opacity:0.6;
			position:fixed;
			bottom:50px;
			right:100px;	
    	display:none;		
}