@font-face {
  font-family: 'TheSansArabic';
  src: url('./fonts/TheSansArabic-Bold.otf') format('opentype');
  font-weight: bold;
}
@font-face {
  font-family: 'TheSansArabic';
  src: url('./fonts/TheSansArabic-Plain.otf') format('opentype');
  font-style: normal;
}
*{
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
body{
  background-image: linear-gradient(to right,#6A009A,#0C0044);
  text-align: right;
  direction: rtl;
  font-family: TheSansArabic;
}
body input,body button, body textarea{
  font-family: TheSansArabic;
}

body .wrapper{
  max-width:1280px;
  margin:0 auto;
}


header{
  width:100%;
  padding:0 100px;
  position: fixed;
  top:0;
  right:0;
  background-image: linear-gradient(to right,#6A009A,#0C0044);
  z-index: 9;
}
header .header-wrapper{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  height: 120px;
  overflow: hidden;
  background: url('./images/logo.png') no-repeat left center;
  background-size: 170px 100px;
}
header .entry{
  float:right;
  padding:20px;
  font-size:24px;
  color:#ffffff;
  height:70px;
  line-height: 30px;
  cursor: pointer;
}
header .entry.active, header .entry:hover{
  border-bottom: 1px solid #fff;
}


#home{
  width:100%;
  text-align: right;
  padding:120px 20px 20px;
  position: relative;
}
#home img{
  width:70%;
}
#home .content{
  position: absolute;
  left:20px;
  top:33%;
  width: 30%;
}
#home .content .title{
  color:#ae3945;
  font-size: 48px;
  font-weight: bold;
}
#home .content .description{
  color:#ffffff;
  font-size: 18px;
  margin-top:10px;
  line-height: 28px;
}
#home .content button{
  color:#ffffff;
  background-color:#5D4C98;
  font-size: 22px;
  height:50px;
  border-radius: 25px;
  padding:10px 30px;
  line-height: 30px;
  display: inline-block;
  margin-top:10px;
  border:0;
  cursor: pointer;
}
#home .content button:hover{
  background-color: #ae3945;
}

#details{
  padding:20px 50px 20px;
}
#details p{
  color: #ffffff;
  max-width: 80%;
  line-height: 30px;
  clear: both;
}
/*************/
#join{
  width:100%;
  text-align: right;
  padding:120px 20px 20px;
  position: relative;
  min-height: 100px;
  overflow: hidden;
}
#join .content{
  float:right;
  width:50%;
  padding-right: 50px;
}
#join .content .description{
  color:#57c3c4;
  font-size: 22px;
  margin-top:50px;
  line-height: 30px;
}
#join .content .step{
  color:#ffffff;
  font-size: 18px;
  margin-top:30px;
}
#join .phone-wrapper{
  float:left;
  width:50%;
  text-align: center;
}
#join .phone-wrapper img{
  background-color: #ffffff;
  border-radius: 20px;
  max-width:300px;
  border: 5px solid #ffffff;
}
#join .stores{
  margin-top: 20px;
}
#join .stores a{
  display: inline-block;
  margin: 10px;
}
/*************/
#jobs{
  width:100%;
  text-align: right;
  padding:220px 20px 20px;
  position: relative;
  min-height: 100px;
  overflow: hidden;
}
#jobs .figure-wrapper{
  float:right;
  width:50%;
}
#jobs .figure-wrapper img{
  width:90%;
}
#jobs .content{
  float:right;
  width:50%;
  padding-right: 50px;
}
#jobs .content .description{
  color:#facf61;
  font-size: 22px;
  margin-top:10px;
  line-height: 30px;
}
#jobs .content .entry{
  color:#ffffff;
  font-size: 18px;
  margin-top:30px;
}
#jobs .content button{
  color:#ffffff;
  background-color:#5D4C98;
  font-size: 22px;
  height:40px;
  border-radius: 20px;
  padding:5px 30px;
  line-height: 30px;
  display: inline-block;
  border:0;
  cursor: pointer;
  margin-top:20px;
}
#jobs .content button:hover{
  background-color: #ae3945;
}
/***************/
#contact{
  width:100%;
  text-align: right;
  padding:200px 20px 20px;
  position: relative;
  min-height: 100px;
  overflow: hidden;
}
#contact .form{
  float:right;
  width:60%;
}
#contact .form .label{
  color:#ffffff;
  font-size: 16px;
  margin-top:20px;
  padding-right:20px;
}
#contact .form input{
  width:80%;
  height:40px;
  border-radius: 20px;
  background-color: #5D4C98;
  color:#ffffff;
  font-size: 14px;
  border:none;
  margin-top:8px;
  padding:5px 20px;
}
#contact .form textarea{
  width:80%;
  border-radius: 20px;
  background-color: #5D4C98;
  color:#ffffff;
  font-size: 14px;
  border:none;
  margin-top:5px;
  height:200px;
  padding:20px;
}
#contact .form button{
  color:#ffffff;
  background-color:#5D4C98;
  font-size: 20px;
  width:160px;
  height:40px;
  border-radius: 20px;
  padding:10px 20px;
  line-height: 20px;
  display: inline-block;
  margin-top:10px;
  border:0;
  cursor: pointer;
}
#contact .form button:hover{
  background-color: #ae3945;
}
#contact .form .success{
  color: #009e5f;
  margin-top: 20px;
  display: none;
}
#contact .form .success.visible{
  display: block;
}
#contact .form .error{
  color: #ae3945;
  margin-top: 20px;
  display: none;
}
#contact .form .error.visible{
  display: block;
}
#contact .figure-wrapper{
  float:left;
  width:40%;
  padding-top:50px;
}
#contact .figure-wrapper img{
  width:90%;
}
/************/
footer{
  height:50px;
  width:100%;
  padding:20px;
  margin-top:100px;
}
.copyright{
  float:left;
  color:#ffffff;
  font-size: 13px;
}
.privacy{
  float: right;
  color:#ffffff;
  font-size: 13px;
}



@media( max-width:992px) {
  /* header{
    display: none;
  } */
  header .entry{
    display: none;
  }
  #home{
    text-align: center;
  }
  #home img{
    width:100%;
  }
  #home .content{
    position: relative;
    top:auto;
    left:auto;
    margin-top:30px;
    width:100%;
  }
  #details{
    padding:20px;
  }
  #details p{
    max-width: 100%;
  }
  #join .content{
    width:100%;
    padding:0;
  }
  #join .content .description{
    font-size:18px;
    line-height: 24px;
  }
  #join .content .step{
    font-size:14px;
    margin-top:15px;
    line-height: 20px;
  }
  #join .phone-wrapper{
    width:100%;
    margin-top:50px;
  }
  #join .phone-wrapper img{
    max-width:240px;
  }

  #jobs{
    padding-top:100px;
  }
  #jobs .figure-wrapper{
    width:100%;
    margin-top:50px;
    text-align: center;
  }
  #jobs .content{
    width:100%;
    padding:0;
  }
  #jobs .content .description{
    font-size:18px;
    line-height: 24px;
  }
  #jobs .content .entry{
    font-size:14px;
    margin-top:15px;
    line-height: 20px;
  }
  #jobs .content .button{
    font-size: 18px;
  }

  #contact{
    padding-top:100px;
  }
  #contact .form{
    padding-top:100px;
    width:100%;
    padding:0;
  }
  #contact .form input,#contact .form textarea{
    width:100%;
  }
  #contact .form button{
    font-size: 18px;
  }
  #contact .figure-wrapper{
    width:100%;
    padding:0;
  }
}
