@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@300&display=swap');
/*font-family: 'Noto Sans Arabic', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Amiri&family=Open+Sans&family=Poppins&display=swap');
/*font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Amiri&family=Marhey&family=Open+Sans&family=Poppins&display=swap');
/*font-family: 'Amiri', serif;*/

:root {
  --mainColor: #ff724c;
  --secondaryColor: #f3f0eb;

}

body {
  font-family: 'Poppins', sans-serif;;
  font-size: 16px;
  background: var(--secondaryColor);
  color: #666666;
  overflow: hidden;

}
h1,h2 ,h3,h4,h5,h6 {
  font-family: 'Poppins', sans-serif;
  color:  #323C40;
  font-size: 60px ;
}

a {
  text-decoration: none !important;
  cursor: pointer !important;
}
img {
  cursor: pointer;
}
.bg-mainColor {
  background-color: var(--mainColor);
}
.btn-mainColor{
  background-color: var(--mainColor) !important;
color: white !important;
}
.bg-secondaryColor {
  background-color: var(--secondaryColor);
}
.text-main {
  color: #666666;
}
.container {
  max-width: 1200px;
}
.text-secondaryColor{
  color: var(--secondaryColor) !important;
}
.text-mainColor{
  color: var(--mainColor);
}

/*------------------------------------------------------------------------------------------------------------------------------------*/
    /*--------------navbar--------------*/
 /*loading*/
.loading{
  transition: .7S;
   z-index: 10;
   top: 0px;

background-color: var(--secondaryColor) !important;
}

.loader {
  position: relative;
  width: 100px;
  height: 100px;
}

.loader:before , .loader:after{
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(233, 154, 114, 0.555)nset;
}
.loader:after {
  box-shadow: 0 2px 0 #FF3D00 inset;
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0% {  transform: rotate(0)}
  100% { transform: rotate(360deg)}
}

/*new***/
    .navbar-brand{
      margin-right: -100px;
      margin-left: 160px;
    }  
    /****/

    



     .navbar-brand  span{
      font-family:'Poppins', sans-serif;
      color: var(--mainColor);
      font-size: 10px;
      font-weight: 600;
      line-height: 0px;
      letter-spacing: 1px;
    }

  nav{
    opacity: .8;
    height: auto;
    z-index: 2 !important;
  }
  
  .nav-item a{

    font-size: 22px;
    font-weight: 600;
    color: #323C40;
  }

  .nav-item a.active{
    color: var(--mainColor) !important;
  }
  .hire {
    border: none;
    padding: 3px 10px 5px 15px;
    background-color: var(--mainColor);
    /*new***/
    margin-right: 200px;
  }
  .hire i {
    color: #F3F0EB;
    font-weight: bold;
  }
  .hire:hover {
    background-color: #F3F0EB;
    cursor: pointer;
  }
  .hire:hover i {
    color: var(--mainColor);
 
  }
  
  .navbar .nav-link {
    padding-block: 15px;
    position: relative;
    /*new****/
    margin-left: 15px;
  }
  .navbar .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: var(--mainColor);
    transition: width 0.5s;
  }
  .navbar .nav-link.active::after {
    width: 100%;
  }
  .navbar .nav-link:hover::after {
    width: 100%;
    cursor: pointer;
  }
  nav .bell{
    margin-left: 280px ;
    margin-top: -3px;
}  
  /*--------------header--------------*/

  .header {
    background-image: url("../images/back.png");
background-size:contain;
    background-position: -70px 50px;
    background-repeat: no-repeat;
    height: 100%;
  }
  



.modal-filter{
  background-color: #f3f0eb;
  width:33%; 
  display: none; 

  
  }
 .modal-filter ul{
    list-style-type:none
  }
  .modal-filter {
    width: auto;
    box-shadow: 0 0 10px grey;
    position: absolute;
    top:90%;
   left:0%;
   z-index: 10;

  }
   .modal-filter .filterBtn {
    border-bottom: rgb(193, 192, 192) solid 1px;
   }
   .filterBtn:hover {
  background-color: rgba(225, 222, 216, 0.647)

   }

   
.filterBtn{
  background-color: #f3f0eb;
  border: none;
  width: 150px;
  padding: 10px 20px;
  cursor: pointer;
}


 .number  span{
  font-family: "Patrick Hand", cursive;
  font-size: 30px;
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 0px;
  
}



 .number small {
    font-size: 35px;

}

 .text p{
  font-weight: 600;
    font-size: 20px !important;
}









   /*------------footer---------*/
   
   footer{
   
    background-color:var(--secondaryColor);
    padding-top: 40px;
  }
  footer p{
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
  }
  footer .navbar-brand  span{
    margin-right: -100px;
  }

  footer i:hover{
    opacity: .5;
    cursor: pointer;
}
footer .social-icons{
  margin-left: 135px;
}











.circle-wrap {
  margin: 50px 550px;
  margin-top: 20px;

  width: 250px;
  height: 250px;
  background: #e6e2e7;
  border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 250px;
  height: 250px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 250px, 250px,125px);
}

.circle-wrap .circle .mask .fill {
  clip: rect(0px,125px, 250px, 0px);
  background-color: var(--mainColor);
}
.circle-wrap .circle .mask.full,
.circle-wrap .circle .fill {
  animation: fill ease-in-out 3s;
  transform: rotate(180deg);
}
 
@keyframes fill {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

.circle-wrap .inside-circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: var(--secondaryColor);
  line-height: 40px;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  z-index: 1;
  font-weight: 700;
  font-size: 20px;
  right: 358px;
  top: 120px;
}



.emp{
  margin: 0px 815px;

}
.circle-wrap .inside-circle.empIn {


  right: 60px;
  top: 422px;
}



.wor{
  margin: 10px 815px;
margin-top: -25px;
}
.circle-wrap .inside-circle.worIn {


  right: 60px;
  top: 119px;
}

.mon{
  margin: 0px 550px;

}
.circle-wrap .inside-circle.monIn {


  right: 358px;
  top: 422px;
}




.modal-bell{
  background-color: var(--secondaryColor);
  width:20%; 
  display: none; 

    box-shadow: 0 0 10px grey;
    position: absolute;
    top:75%;
   left:1%;
   z-index: 10;

  }

  