
/*=== fonts ====*/
@font-face {
  font-family: 'flat-jooza';
  src: url('../fonts/flat-jooza-regular.eot');
  src: local('جذور مسطح'), local('flat-jooza'),
    url('../fonts/flat-jooza-regular.woff') format('woff');
}
.loader0 {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999991;
  background-color: #000;
}

.loader-inner:before {
  content: url(../img/logo.png);
  display: block;
  left: 0;
  position: absolute;
  top: 30%;
  width: 100%;
  transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  text-shadow: 5px 5px 0 #fff
}

.loader-inner {
  left: 0;
  position: absolute;
  top: 60%;
  width: 100%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  margin: 0 auto
}

.loader-inner .dot {
  width: 7px;
  height: 7px;
  background-color: #41a1c7;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 7px;
  animation-name: dot_move;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.2s;
  -moz-animation-name: dot_move;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 0.2s;
  -ms-animation-name: dot_move;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 0.2s;
  -webkit-animation-name: dot_move;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s
}

.loader-inner .dot1 {
  margin-left: -40px;
  animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s
}

.loader-inner .dot2 {
  margin-left: -20px;
  animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s
}

.loader-inner .dot3 {
  margin-left: 20px;
  animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s
}

.loader-inner .dot4 {
  margin-left: 40px;
  animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s
}

@keyframes dot_move {
  0% {
    left: 0%;
    opacity: 0
  }

  30% {
    left: 50%;
    opacity: 1;
    height: 7px
  }

  40% {
    height: 35px
  }

  60% {
    height: 7px
  }

  80% {
    left: 50%;
    opacity: 1
  }

  100% {
    left: 100%;
    opacity: 0
  }
}

@-moz-keyframes dot_move {
  0% {
    left: 0%;
    opacity: 0
  }

  30% {
    left: 50%;
    opacity: 1;
    height: 7px
  }

  40% {
    height: 35px
  }

  60% {
    height: 7px
  }

  80% {
    left: 50%;
    opacity: 1
  }

  100% {
    left: 100%;
    opacity: 0
  }
}

@-webkit-keyframes dot_move {
  0% {
    left: 0%;
    opacity: 0
  }

  30% {
    left: 50%;
    opacity: 1;
    height: 7px
  }

  40% {
    height: 35px
  }

  60% {
    height: 7px
  }

  80% {
    left: 50%;
    opacity: 1
  }

  100% {
    left: 100%;
    opacity: 0
  }
}

body {
  font-family: "Poppins", sans-serif;
  background: #000;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  background: url("../img/intro-7.jpg") center center / cover no-repeat;
  height: 100vh;
  position: relative;
}
.f_f{
  font-family: "Poppins", sans-serif;
}
body::before{
  content: "";
  height: 100%;
  background: rgb(0 0 0 / 80%);
  position: absolute;
  width: 100%;
}
@media (min-width: 1200px) {
  .container {
      max-width: 1350px;
  }
  .container-fluid{
    padding: 0 40px;
  }
}
a{
  color: #fff;
  text-decoration: none;
}
a:hover{
  color: #fff ;
  text-decoration: none;
}
p{
  margin: 0;
}
.list-inline{
  margin-bottom: 0;
}
.list-inline>li {
  display: inline-block;
}
.mt_80{
  margin-top: 80px;
}
/*====================================================*/
/*====================================================*/

/* start header */
#header {
  padding: 20px 0;
  width: 100%;
  position: absolute;
z-index: 999;
}
nav{
  justify-content: space-between;
  align-items: center;
}
.logo img{
  height: 80px;
}
.lang{
  font-family: "flat-jooza", sans-serif;
  font-size: 14px;
  background: #37bcc1;
  padding: 10px 20px;
  border-radius: 50px;
  /* background: linear-gradient(336deg, rgba(55,188,193,1) 0%, rgba(240,59,32,1) 50%, rgba(249,171,13,1) 100%); */
}
/* end header */
/* ======== start main slider ========= */
.body_wrapper{
  position: relative;
  height: 100%;
  overflow: hidden;
}
.main_item{
  display: flex;
  align-items: center;
  color: #fff;
  height: 100%;
  /* position: absolute;
    height: 100%;
    width: 100%; */
}
.main_item h1{
  background: linear-gradient(to right, #f9ab0d, #f03b20, #1eecf4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  line-height: 47px;
  margin-bottom: 30px;
  font-weight: 700;
}
.main_item h3{
  /* font-family: 'coolvetica Extralight'; */
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 300;
  color: #a4a7b1;
}

.about{

  border-right:1px solid #f03b20;
    padding-right: 50px;
}
.about h4{
  font-size: 14px;
    color: #37bcc1;
    font-weight: 300;

}
/* end slider */
.contact{
  padding-left: 50px;

}
.hd-contact{
  margin: 20px 0 40px;
}
.hd-contact h6{
  font-size: 14px;
  margin-bottom: 30px;
}
.hd-contact h6 a{
  color: #ccc;
  display: flex;
    align-items: center;
}
.hd-contact h6 i{
  color: #37bbc0;
  font-size: 16px;
  padding-right: 10px;
}
.social li {
  padding-right: 15px;
  font-size: 17px;
}
.social li a {
  background: #37bcc1;
  /* background-image: linear-gradient(320deg, rgba(55,188,193,1) 20%, rgba(253,29,29,1) 50%, rgba(249,171,13,1) 100%); */
  /* background: linear-gradient(336deg, rgba(55,188,193,1) 0%, rgba(240,59,32,1) 50%, rgba(249,171,13,1) 100%); */
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  line-height: 40px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.social li a:hover {
  background: #f9ab0d;
  transition: all 0.2s linear 0s;
  transform: translateY(-10px);
}
.social h2{
  color: #37bcc1;
  font-size: 25px;
  font-weight: 700;
  border-bottom: 1px solid #f03b20;
  display: inline-block;
  background: linear-gradient(to right, #f9ab0d, #f03b20, #1eecf4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* start bt footer */ 
footer{
  background: rgb(0 0 0 / 40%);
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.copyright{
  position: relative;
}
/* end bt footer */ 
/* ====== start responsive ========== */

@media (max-width:991px) {
    
  #header {
      padding: 15px 0;
      position: relative;
  }
  .nav{
      align-items: center;
  }
  .body_wrapper{
      height: 100%;
  }
  .about,.contact{
      padding: 0;
      border: none;
  }
 
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .container {
      max-width: 1140px;
  }
}
@media (max-width:767px) {
  body{
  height: auto;
}
  .main_item h1{
      font-size: 25px;
  line-height: 37px;
  }
  footer{
      position: relative;
  }
  .main_item{
      padding: 50px 0;
  }
}

@media (min-width:992px) and (max-width: 1024px) {
 
  .about {
      padding-right: 30px;
  }
  .main_item h1{
      font-size: 25px;
      line-height: 37px;
      margin-bottom: 15px;

  }
  .main_item h3{
      line-height: 22px;
      font-size: 12px;
  }
  .contact {
      padding-left: 20px;
  }
}
@media (min-width:720px) and (max-width: 1180px) {
  body{
      overflow: hidden;
  }
  #header{
      position: relative;
  }
  .main_item{
      margin-top: -100px;
  }
}