



 
/*--------------------------------------------------------------
  Start of on touch show headers (for touch screens only)
--------------------------------------------------------------*/

@media (max-width: 675px) {

        #headerBg1 {
        position: relative;
        background-position:right;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
      }

        #headerBg2 {
        position: relative;
        background-position:right;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
      }

        #headerBg3 {
        position: relative;
        background-position:right;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
      }

        #headerBg4 {
        position: relative;
        background-position:right;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
      }

        }

 
/*--------------------------------------------------------------
  End of on touch show headers (for touch screens only)
--------------------------------------------------------------*/
 



/*--------------------------------------------------------------
  Start of floating keywords 
--------------------------------------------------------------*/
  .keywords-float {
    align-items: center;
    
    background-image: url("../../assets/images/selected/red-dot.png");
    background-position: center;
    background-repeat:no-repeat;
    background-size: contain;

    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width:min-content;
    margin-top: 0;
    overflow: hidden;
    justify-content: center;    
  }




   /* building image */


   #layer-two-img {
    position:absolute;
     left:50.3%; 
     top:50%; 
     transform: translate(-50%, -50%);
    width: 130px;
    height: 200px;
    z-index: 1;
    margin: auto;
   }
  

  /* @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-250px * 7));
              transform: translateX(calc(-250px * 7));
    }
  } */



  @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 6))}
  }
  
  .slider {
   
    height: 50px;
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    left: 0;
    right: 0;
    width: auto;
    border: 0.5px solid white;
    z-index: 1;
    
  }

  .reverse-slider {
    
    position: relative;
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    height: 50px;
    margin: auto;
    overflow: hidden;
    width: auto;
    border: 0.5px solid white;
    z-index: 0;
   }

  .slider h2 {
    position: relative;
    top: 12px;
   font-size: 1.1em;
   font-family: 'work sans', sans-serif;
   font-weight: 200;
   color: rgb(253, 253, 253);
  
  }
  .reverse-slider h2 {
    position: relative;
    top: 12px;
    font-size: 1.1em;
   font-family: 'work sans' , sans-serif;
   font-weight: 200;
   color: rgb(253, 253, 253);
  
  }


  .slider .slide-track {
    position: relative;
    -webkit-animation: scroll 25s linear infinite;
            animation: scroll 25s linear infinite;
    display: flex;
    width: calc(250px * 14);
    left: 50%;

  }
  
  .reverse-slider .slide-track-reverse {
 
    -webkit-animation: scroll 25s linear infinite;
            animation: scroll 25s linear infinite;
            animation-direction: reverse;
    display: flex;
    /* width: calc(250px * 14);
    left: -10%; */
    
  }
  
  .slider .slide {
    height: 100px;
    width: 15%;
   
  }
  .reverse-slider .slide {
    height: 100px;
    width: 15%;
   
  }


 
/*--------------------------------------------------------------
  End of floating keywords 
--------------------------------------------------------------*/




/*--------------------------------------------------------------
hidden titles
--------------------------------------------------------------*/

.hide h1{
font-size: 0px;
}


/*--------------------------------------------------------------
  End of hidden titles
--------------------------------------------------------------*/



 
/*--------------------------------------------------------------
  Start of featured projects card
--------------------------------------------------------------*/

  .feature-card {
    display: flex;
    flex-wrap: wrap;
   width: 100%;
   margin: 0;
   text-align: center;
 
}

.feature-card img {
  
  width: 100%;
  height: auto;
  max-width: 340px;
  object-fit:contain;
  overflow: hidden;
  text-align: center;
  
}
@media (max-width: 900px) {
  .feature-card img {
    max-width: 400px;
    max-height: 400px;
    
  }
 }

@media (max-width: 575px) {
  .feature-card img {
    max-width: 280px;
    max-height: 280px;
    
  }
 }


.feature-card .card-title {
  font-size: 1em;
  font-family:'work sans' , sans-serif;
  color: white;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: -1px;

}

.feature-card .card-body  {
  font-family:'work sans' , sans-serif;
  width: 98%;
  color: white;
  font-size: 0.8em;
  font-weight: 100;
  cursor: pointer;
  text-align: left;
  margin-top: -1% ;
  
}




.feature-card .card-body .category  {
position: relative;
color:white;
font-weight: 300;
font-size: 0.8em;
margin:  0;

}




/*--------------------------------------------------------------
  End of featured projects card
--------------------------------------------------------------*/
  









 
/*--------------------------------------------------------------
  Start of featured projects card - home version
--------------------------------------------------------------*/

.feature-card-home {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  text-align: center;

}

.feature-card-home img {
  
  width: 100%;
  max-width: 300px;
  object-fit:contain;
  overflow: hidden;
  text-align: center;
  margin: 0;
  
}
@media (max-width: 900px) {
  .feature-card-home img {
    max-width: 400px;

    
  }
 }

@media (max-width: 575px) {
  .feature-card-home img {
    max-width: 300px;

  }
 }
 

 
.feature-card-home .card-title {
  font-size: 1em;
  font-family:'work sans' , sans-serif;
  color: white;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: -1px;

}

.feature-card-home .card-body  {
  font-family:'work sans' , sans-serif;
  width: 98%;
  color: white;
  font-size: 0.8em;
  font-weight: 100;
  cursor: pointer;
  text-align: left;
  margin-top: -1% ;
  
}




.feature-card-home .card-body .category  {
position: relative;
color:white;
font-weight: 300;
font-size: 0.8em;
margin:  0;

}





/*--------------------------------------------------------------
  End of featured projects card - home version
--------------------------------------------------------------*/









  
/*--------------------------------------------------------------
# Start of work with us qoute 
--------------------------------------------------------------*/
  
.work-with-us {
  position: relative;
  font-family:'work sans' , sans-serif;
  color: white;
  font-size: 1.7em;
  font-weight: 100;
  margin-left: 5vw;
}

@media (max-width: 500px) {
  .work-with-us {
    color: white;
    font-size: 1.1sem;
    margin-left: 0;

  }
 }
    

/*--------------------------------------------------------------
# end of work with us qoute 
--------------------------------------------------------------*/



















/*--------------------------------------------------------------
# start circle button 
--------------------------------------------------------------*/
  .btn-circle.btn-sm {
			width: 30px;
			height: 30px;
			padding: 6px 0px;
			border-radius: 15px;
			font-size: 8px;
			text-align: center;
		}
		.btn-circle.btn-md {
			width: 50px;
			height: 50px;
			padding: 7px 10px;
			border-radius: 25px;
			font-size: 10px;
			text-align: center;
		}

        .btn-circle.btn-l {
			width: 75px;
			height: 75px;
			padding: 12px 18px;
			border-radius: 40px;
			font-size: 10px;
      font-weight: 500;
			text-align: center;
      color:black;
		}

		.btn-circle.btn-xl {
			width: 80px;
			height: 80px;
			padding: 10px 16px;
			border-radius: 50px;
			font-size: 13px;
      font-weight: 500;
			text-align: center;
		}

    .btn-circle.btn-xxl {
			width: 100px;
			height: 100px;
			padding: 10px 16px;
			border-radius: 95px;
			font-size: 10px;
      font-weight: 700;
			text-align: center;
		}



/*--------------------------------------------------------------
# end circle button 
--------------------------------------------------------------*/
  

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #151515;
  padding: 10px 10px;
  text-align: center;

}

.clients .col-lg-2 {
 display: flex;
 align-items: center;
 justify-content: center;
}

.clients img {
max-height: 120px;

 filter:grayscale(100) invert(0.7);
 /* filter:brightness(0) invert(1); */
 transition: all 0.4s ease-in-out;
 display: inline-block;
 padding: 20px 15px;
}


.clients svg {

  filter:grayscale(100) invert(1);
  /* filter:brightness(0) invert(1); */
  transition: all 0.4s ease-in-out;
  display: inline-block;

 }

.clients img:hover {
 filter:none;
 transform: scale(1.1);
}


.clients svg:hover {
  filter:none;
  transform: scale(1.1);
 }

@media (max-width: 768px) {
 .clients img {
   height: 125px;
   
   
   
 }
}

@media (max-width: 575px) {
 .clients img {
   height: 100px;
  
   
 }
}

/*--------------------------------------------------------------
# End of Clients
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# currently w's header title
--------------------------------------------------------------*/

.thin-text {
  
 
  font-weight:100;
  font-family: 'Work Sans', sans-serif;

  }


@media (max-width: 975px) {
  .thin-text {
   
    font-size:70px;
    
  }
 }
@media (max-width: 575px) {
  .thin-text {
    position: absolute;
    top: 300px;
    font-size: 55px;
    -webkit-text-stroke-width: 1.5px;
  }
 }


/*--------------------------------------------------------------
# End w's header title
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# team flip card 
--------------------------------------------------------------*/
 
 
 .flip-card {
 
  width: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;

}
.flip-card img {
  object-fit: contain;
  height: 85%;
  width: 100%;
  opacity: 1;
}


.flip-card .img-top {
  display: none;
  position: absolute;
  margin: auto;

  left: 15px;
  text-align: center;
  
  z-index: 99;

  

}


.flip-card .card-body  {
  display: none;
 }
 .flip-card:hover .card-body{
   position: absolute;
  top: 70%;
  left: 55px;
  display: block;
  opacity: 1;
  z-index: 1111;
  width: 75%;
  background-color: #151515ee;


}
 


.flip-card:hover .img-top {
  transform: scale(1.00);
  position: center;
  display: inline;
  opacity: 1;

  

}

.flip-card .card-subtitle {
  font-size: 12px;
  font-weight: 100;
  margin-top: 0;
  overflow: hidden;
  }


  .flip-card .card-title {
    font-size: 17px;
    font-weight: 600;
    overflow: hidden;
    
    }


    @media (max-width: 975px) {
      .flip-card .card-subtitle {
        font-size: 15px;
        }
      
      
        .flip-card .card-title {
          font-size: 23px;
          
          }
     }
    @media (max-width: 575px) {
      .flip-card .card-subtitle {
        font-size: 13px;
        }
      
      
        .flip-card .card-title {
          font-size: 16px;
          
          }
     }

     @media (max-width: 360px) {
      .flip-card .card-subtitle {
        font-size: 10px;
        }
      
      
        .flip-card .card-title {
          font-size: 14px;
          
          
          }

          .flip-card:hover .card-body{
  
           top: 65%;

         }
     }


    
/*--------------------------------------------------------------
# team flip card  end
--------------------------------------------------------------*/
 
.bg-grain{
background-color: #151515;
}


/*--------------------------------------------------------------
# Custom audio 
--------------------------------------------------------------*/

audio {
  width: 220px;
  height: 30px;

}
audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* We use flex-start here to ensure that the play button is visible even
   * if we are too small to show all controls.
   */
  justify-content: flex-start;
 
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  text-align: right;
  bottom: auto;
  height: 30px;
  background-color: rgba(20, 20, 20, 0.685);
  border-radius: 0px;
  /* The duration is also specified in MediaControlElements.cpp and LayoutTests/media/media-controls.js */
  transition: opacity 0.1s;
}

 
/*--------------------------------------------------------------
# End of Custom audio 
--------------------------------------------------------------*/

.gif{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../assets/videos/try6.gif");
  background-position:center;
  opacity: 0.9;


}

@media (max-width: 700px) {
  .gif{

    background-position:auto;

  }
}
  