@font-face{
	font-family:'site-font';
	src:url('../fonts/Almohanad-Long-KAF.ttf');
}
.py-5 {
  padding-bottom: 5rem!important;
  padding-top: 5rem!important;
}
body{ font-family:'site-font'; }
h4{ font-size: 17px; }
p{ font-family: arial;}
button:focus{ outline:0 none; }
.main-menu{
  padding: 12px;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.menu{
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.main-menu .navbar-brand img{ width: 130px; }
.toggle-btn,.toggle-btn:hover{
  color: #fff;
  text-decoration: none;
  font-family: Arial;
}
.toggle-btn i{ 
  color: #fff;
  margin-left: 5px;
}
.menu{
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left:-100%;
  top: 0;
  z-index: 10000;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  z-index: -1;
}
.menu::-webkit-scrollbar { width: 6px; }
.menu::-webkit-scrollbar-track { background: #fff; } 
.menu::-webkit-scrollbar-thumb { background-color: #ddd; }
.slide-menu{ 
  opacity: 1;
  left: 0;
  z-index: 9999;
}
.slide-menu .nav-items{ display: inline-block; }
.menu .col-md-9{ padding: 70px;}
.menu-img{ 
  width: 100%;
  object-fit: cover;
}
.menu .navbar-brand{ width: 100%; }  
.menu .navbar-brand img{ width: 150px; margin-bottom: 25px;}
.menu .nav-items .nav-link {
  padding: 10px 0;
  color: #292929;
  font-size: 25px;
  font-family: arial !important;
  font-weight: normal !important;
  min-height: 63px ;
  position: relative;
}
.menu .nav-items .nav-link:after{
  content: '';
  width: 0;
  height: 1px;
  background: #292929;
  position: absolute;
  bottom: 10px;
  left: 0;
  transition: .7s all ease-in-out;
  -webkit-transition: .7s all ease-in-out;
  -o-transition: .7s all ease-in-out;
  -moz-transition: .7s all ease-in-out;
}
.menu .nav-link:hover:after{ width: 130px; }
.close{ opacity: 0; }
.menu .close-menu img{ width: 23px;}
.menu .social-link{
  position: fixed;
  bottom: 80px;
  right: 83px;
}
.menu .social-link li{ background: #000 !important}
.social-link .nav-link{ padding: 0; }
.top-header{
   background:#000;
   color: #fff;
   overflow: hidden;
   position: relative;
}
.top-header p{ 
  font-size: 95px;
  text-transform: uppercase; 
  font-weight: bold;
  line-height: 110px; 
}
.top-header h1{ font-size: 22px; font-weight: normal}
.top-header .content{
  flex-direction: column;
  z-index: 10;
  position: relative;
}
/* Start fields of work */
.main-title{
  font-size: 27px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase
}
.fields{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  color: #989898;
  cursor: pointer
}
.fields img{
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 25px;
}
.fields:hover{ filter:none; color: #000}
.fields:hover img{ transform: scale(1.1)}
/* start what we built */
.our-projects{
  background: #000;
  background-size: contain;
  background-attachment: fixed;
  color: #fff;
}
.our-projects .main-title{ color: #fff; }
.three-project{ 
  position: relative;
  margin: 50px 0;
  padding: 30px 0;
}
.project-details{
  width: 600px;
  max-width: 100%;
  display: inline-block;
  position: relative;
  padding: 25px 15px;
  border-bottom: 1px solid #fff;
  text-align: left;
  text-decoration: none;
  z-index: 100;  
  transition: .7s all ease-in-out;
  -webkit-transition: .7s all ease-in-out;
  -o-transition: .7s all ease-in-out;
  -moz-transition: .7s all ease-in-out;
}
.project-details:hover{ text-decoration: none; }
.project-item:last-child .project-details{ border: none;}
.project-img{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width:370px;
  height: 100%;
  z-index: 0;
  transition: 1.5s all ease-in-out;
  -webkit-transition: 1.5s all ease-in-out;
  -o-transition: 1.5s all ease-in-out;
  -moz-transition: 1.5s all ease-in-out;
}
.project-img img{ 
  width: 100%;
  height: 100%;
  object-fit: cover
}
/* .project-details:hover .project-img{ opacity: 1} */
.project-item.show-img .project-img{ opacity: 1}
.project-details:hover{ margin-left:320px;}
.project-item.hover .project-details{ opacity: .25; }
.project-details h3{
   font-family:'site-font';  
   font-size: 3.3rem;
   color: #eee;
   text-transform: capitalize;
}
.project-details h3 > span{ 
  margin: 0 0 -5px 0; 
  font-family: tahoma;
  display: block;
  font-size: 2rem;
}  
.project-details h3>a{ 
  font-size: .9rem;
  color: #fff;
  opacity: .5;
  margin-top: 30px;
  font-family:Arial;    
}
.project-details h3>a:hover{ opacity: 1}
.project-details p{ 
  margin-bottom: 0;
  color: #eee;
  font-size: 1.2rem;
}
/* Start recent projects */
.recent-projects{ position: relative;overflow: hidden }
.recent-projects .main-title{
  display: inline-block;
  float: left
}
.main-tabs{ 
  border:none;
  position: absolute;
  top: 0;
  right: 0;
}
.main-tabs span{ 
  display: block; 
}
.main-tabs.nav-tabs .nav-link{ 
  border: none;
  height: 150px;
  width: 180px;
  background: #6c923c;
  color: #fff;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 14px;
  padding: 16px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.main-tabs .nav-item:nth-child(2) .nav-link{ background: #82aa44; }
.main-tabs .nav-item:nth-child(3) .nav-link{ background: #a0c152; }
.main-tabs .nav-item:nth-child(4) .nav-link{ background: #b6d26f; }
.main-tabs.nav-tabs .nav-link.active{ 
  border: none;
  height: 170px;
} 
.tabs-title{ display: inline-block; margin-bottom: 150px;}
.slider h4{ text-transform: uppercase;color: #000 }
.slider .owl-item{
  position: relative;
  padding: 15px; 
  border-color:#eee 
}
.slider .owl-item:hover{ background: #eee;}
.slider .owl-item:hover .theme-img{
  transform: scale(1.1)
}
.slider .theme-img{ 
  margin-bottom: 20px;
  height: 260px;
  width: 100%;
  object-fit: contain;
}
.slider p{ font-size: 14px; }
.owl-prev,.owl-next{
  position: absolute;
  top: 40%;
  left: -40px;
}
.owl-next{ right: -40px; left: auto; direction: rtl; }
.playstore-btn{ 
  display: inline-block;
  opacity: 0;
}
.playstore-btn a{
  float: left;
  width: 50%;
  padding: 0 5px;
}
.playstore-btn a>img{ 
  width:133px !important;
  height: 40px;
}
.slider .owl-item:hover .playstore-btn{ opacity: 1}
.owl-prev img,.owl-next img{ width: 23px; margin: 0 5px; }
/* start technologies we use */
.technologies-projects{
  background: #000;
  color: #fff;
}
.technologies-projects .col-sm,.tech-reponsive .col-sm-2{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.technologies-projects .main-title{ color: #fff;}
.technologies-projects .row img{
  width: 60px;
  height: 33px;
  object-fit: contain;
  margin-bottom: 15px;
}
.first-row{ margin-top: 80px; border-bottom:1px solid rgba(255,255,255,.15) }
.technologies-projects .sec-row{ border-bottom:1px solid rgba(255,255,255,.15)} 
.technologies-projects .col-sm{
  cursor: pointer;
  padding:20px 10px;
  border-left: 1px solid rgba(255,255,255,.15)
}
.tech-reponsive .col-sm-2{ margin-bottom: 15px;}
.tech-reponsive .row img { margin-bottom: 8px; }
.technologies-projects .col-sm:first-child{ border: none;}
.technologies-projects .col-sm:hover,.tech-reponsive .col-sm-2:hover{ filter:none;}
.technologies-projects .col-sm p{ font-size: 15px;margin: 0; opacity: .7}
.technologies-projects .col-sm:hover p{ opacity: 1; }
/* start trusted us */
.big-img{
  background: url(../imgs/bg.png)no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 600px;
}
.trusted-us{
  background: #fff;
  color: #000 !important
}
.trusted-us .main-title{ color: #000; }
.trusted-us .row img { width: 120px; height: 64px;}
.trusted-us .col-sm { border-left: 1px solid rgba(0,0,0,.15);}
.trusted-us .first-row,.trusted-us .sec-row { border-bottom: 1px solid rgba(0,0,0,.15); }
/* start contact us */
.contact-us{ background: #000;color:#fff; }
.contact-us .main-title{ color:#fff; }
.contact-form .form-control{
  padding: 10px;
  font-size: 13px;
  color: #fff;
  font-family: arial;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 40px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,.8)
}
.contact-form textarea{ resize: none}
.contact-form textarea::-webkit-scrollbar { width: 6px; }
.contact-form textarea::-webkit-scrollbar-track { background: #000; } 
.contact-form textarea::-webkit-scrollbar-thumb { background-color: #82aa44; }
.company-info h3{ font-size: 1rem;}
.company-info p{ position: relative; padding-left: 20px; }
.company-info ul li{ 
  color: #82aa44; 
  position: relative;
  padding-left: 25px;
  font-family: arial;
  margin-bottom: 5px;
}
.company-info ul li a{ color: #82aa44; text-decoration: none; }
.company-info ul li i,.company-info p>i{
  position: absolute;
  left: 0;
  width: 20px;
  font-size: 22px; 
}
.company-info ul li:last-child i{
  font-size: 16px;
}
.contact-form .btn-link{
  min-width: 100px;
  border-radius: 0; 
  color: #fff;
  background: #82aa44;
  font-family: Arial;
  text-decoration: none;
}
.contact-form .btn-link:hover{ background: #6c923c}
.error_msg{
  color:#82aa44;
  font-size: 12px;
  top: -10px;
  position: relative;
}
/* start footer */
.footer{
  padding-bottom: 3rem!important;
  padding-top: 3rem!important;
}
.dream-info img{ width: 165px; margin-top: 4px;}
.dream-info p{ 
  font-size: 14px;
  color: #585858;
  margin-top: 12px;
  line-height: 20px;
  width: 85%;
  max-width: 100%;
}
.main-links h3,.social-link h3{ 
  font-size: 16px; 
  color: #84ae40; 
  margin-top: 10px;
  margin-bottom: 20px;
}
.main-links ul{
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.main-links li{
   font-size: 14px;
   font-family: arial;
   margin-bottom: 8px; 
}
.main-links li a{ text-decoration: none; color: #585858;}
.main-links li:hover a{ color: #000;}
.main-links .nav-link:hover{ color: #82aa44}
.social-link li{
  width: 35px;
  height: 35px;
  min-height: 35px !important;
  line-height: 35px;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
}
.social-link li a{ color: #fff; }
.social-link ul li:nth-child(1){ background: #db402c; }
.social-link ul li:nth-child(2){ background: #55acee; }
.social-link ul li:nth-child(3){ background: #3c57e0; }
.copy-right{
   background: #000; 
   padding:10px 0;
   color: #ccc;
   font-family: Arial;
   font-size: 13px;
}
/*transition*/
.menu .nav-link,.fields,.playstore-btn,.slider .owl-item,
.fields img,.main-links li a,.slider .theme-img,.product,.contact-form .btn-link{
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
/* load site */
.load-site{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 9999;
}
.product{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -700px;
  margin: auto; 
  opacity: 0;
  text-align: center;
}
.slide-cir .product{ bottom: 0; opacity: 1; }
.product:before{
  content: '';
  width: 380px;
  height: 380px;
  border-radius: 50%; 
  border: 2px solid #82aa44;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product:after{
  content: '';
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: blink 1.1s  infinite alternate;  
  animation-iteration-count: 4;
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
@keyframes blink { 
  50% { transform: scale(1.2)} 
}
.product img{
  width: 55px;
  height: auto;
  object-fit: contain;  
  position: absolute;
  top: 0px;
  bottom:50px;  
  right:0;
  left:0;
  margin: auto;
  transform: translate(0, 0) rotate(0deg);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.product.zoom img{
  width: 683px;
  height:120vh;
  transform:translate(220px, -80px) rotate(-12deg);
  left: calc(100% - 683px);
  bottom: calc(100% - 120vh);
}
.product.zoom:before,.product.zoom:after {
  border-color: transparent
}
.product p{
  position: absolute;
  left: 0;
  right:0;
  top: calc(50% + 40px);
  color: #fff;
  font-family:'site-font';
}
.fixed-shape img{
  position: absolute;
  top: 0;
  right: 0;
  width: 683px;
  height: 120vh;
  object-fit: contain;
  transform: translate(220px, -80px) rotate(-12deg);
}
body::-webkit-scrollbar { width: 6px; }
body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);} 
body::-webkit-scrollbar-thumb { background-color: #82aa44; }
/* responsive design */
/* Large desktops and laptops */
@media (min-width: 1200px){
    .container {
      max-width: 1050px;
    }
}
/* Landscape tablets and medium desktops */
@media(min-width:767px) and (max-width: 1200px)  {
    .top-header h1 { font-size: 65px; }
    .our-projects .col-md { width: 33%;}
    .technologies-projects .row{ flex-wrap: nowrap; }   
    .technologies-projects .col-sm p { font-size: 12px; }
    .technologies-projects .row img { width: 52px; height: 26px;}
    .trusted-us .row img { width: 78px; height: 43px;}          
    .projects-list img {
      width: 33.333%;
      margin: 15px 0;
      float: left;
      padding: 5px;
    }
}
@media(min-width:767px) and (max-width: 1000px)  {
  .project-img{ display: none; }
  .project-item:hover .project-details{ margin-left:0;}
  .project-item.hover .project-details{ opacity: 1; }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .py-5 {
      padding-bottom: 3.5rem!important;
      padding-top: 4.4rem!important;
    }
    p,.btn{ font-size: 14px; }  
    .main-title { font-size: 23px;}
    h4{ font-size: 14px; }
    .top-header p {
       font-size: 50px;
       line-height: normal
    }
    .recent-projects .main-title{
      float: none
    }
    .tabs-title{ margin-bottom: 50px; }
    .main-tabs{ position: static; }
    .main-tabs.nav-tabs .nav-item{
      width: 25%;
    }
    .main-tabs.nav-tabs .nav-link{
      width: 100%;
      flex: none
    }
    .our-projects .col-md{ 
      width: 80%;
      display: block;
      margin: 20px auto
    }
    .technologies-projects .col-sm{ border: none; width: 33.33%; }
    .trusted-us>img { height: 500px; }
    .trusted-title { height: auto !important; padding: 30px 15px;}
    .trusted-title:after{ display: none; }
    .trusted-title h3{ margin: 0; font-size: 21px; }
    .first-row,.sec-row{ margin:10px 0;}
    .technologies-projects .col-sm { padding: 25px 0; justify-content: center}
    .technologies-projects .row img { width: 45px; height:30px; }
    .technologies-projects .col-sm p { font-size: 12px;}
    .trusted-us .row {border: none; }        
    .trusted-us .row img { width: 78px; height: 43px;}      
    .projects-list img {
      width: 33.333%;
      margin: 15px 0;
      float: left;
      padding: 5px;
    }
    .social-link .nav-item{ margin-left: 10px; }
    .footer .media img { width: 107px; }    
    .menu .col-md-3{ display: none; }
    .menu .nav-items .nav-link{ font-size: 18px; min-height: 52px; }
    .menu .col-md-9{ padding: 40px;}
    .menu .social-link{ display: none;}
    .main-menu{ background: #000 !important}
    .product:before{ width: 290px; height: 290px; }
    .product:after{ width: 210px; height: 210px; }
    .product.zoom img{
      width: 55px;
      left: 0;
      bottom: 50px;
      transform:translate(0, 0) rotate(0);
    }
    .fixed-shape{ display: none;}
    .project-img{ display: none; }
    .project-item:hover .project-details{ margin-left:0;}
    .project-item.hover .project-details{ opacity: 1; }
    .three-project { margin: 0; }
    .project-details h3 { font-size: 2.3rem; }  
    .project-details p { font-size: 1rem; line-height: 1.2rem;}
    .project-details h3 > span { margin: 0; font-size: 1.5rem; }
    .trusted-us .row img { width: 90px; height: 40px; }
    .trusted-us .first-row, .sec-row { border-bottom: none; }    
    .contact-form{ margin-top: 0 !important } 
    .project-details h3>a { margin-top: 15px;}        
    .wow{
      animation-name: none !important;
      visibility: visible !important;
    }
    .owl-prev{ left: -15px;}
    .owl-next{ right: -15px; }
    .big-img { height: 400px; background-attachment: initial; }
    .main-links ul {
      column-count: 1;      
      -moz-column-count: 1;
      -webkit-column-count: 1;
      -webkit-column-gap: 0;
      column-gap: 0;
    }
    .footer .social-link ul{ display: flex; }
}
@media (max-width: 576px) {
  .container { max-width: 600px;}
  .top-header h1 { font-size: 22px; line-height: normal; }
  .technologies-projects .row{flex-wrap: wrap; }   
  p, .btn {font-size: 13px; }     
  .footer .social-link .flex-column{ flex-direction: row !important}     
  .main-tabs.nav-tabs .nav-link { padding: 10px; font-size: 13px;}      
  .menu .close-menu img { width: 18px; }
  .main-links li{ width: 50%;}  
  .fields { margin-bottom: 25px; }
  .fields-work .col-sm:last-child .fields{ margin-bottom: 0; }
  .fields img { width: 50px; height: 50px;margin-bottom: 15px;}
  .tech-reponsive .col-sm-2{ width:33.333% }  
  .big-img { height: 300px;}
  .main-links ul {
    column-count: 2;      
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 450px) {
   .trusted-us>img { height: 300px; }
   .fields{ margin-bottom: 40px; }
   .fields-work .col-sm:last-child .fields{ margin-bottom: 0; }
   .top-header p { font-size: 35px;} 
   .top-header h1 { font-size: 19px}
}


/* Overlay background */
.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 1000;
}

/* Popup box */
.popup-content {
  background: #fff;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  max-width: 900px;
  width: 90%;
  transform: scale(0.7);
  transition: transform 0.4s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  animation: fadeInUp 0.6s ease;
  position: relative;
}

/* Popup image */
.popup-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #999;
}
.close-btn:hover {
  color: #000;
}

/* Show animation */
.popup-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.popup-overlay.active .popup-content {
  transform: scale(1);
}

/* Keyframe animation */
@keyframes fadeInUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
