body{
  font-family: 'Work Sans', sans-serif;
}
/************************Fonts*************************/

.font-300{
font-weight: 300;
}
.font-400{
font-weight: 400;
}
.text-14{
  font-size: 14px;
}
.underlined-light{text-decoration: underline solid black 1px}
.underlined-light:hover{text-decoration: underline solid black 1px}

.underlined{text-decoration: underline solid black}
.underlined:hover{text-decoration: underline solid black}

/****************************Colors****************************/
.text-black{
color: #000000;
}
.text-white{
color: white;
}
.text-gray{color: #838282;}
.text-gray:hover{color: #838282;}
.text-yellow{color: #fdd02f;}
.text-yellow:hover{color: #fdd02f;}

.text-black:hover{ color: #000000;

}
.gray-back{
  background-color: #F1F2F2;

}
/***************************************************************/

@media(min-width:992px){
.float-lg-right{float: right;}
.mobile-only{
  display: none !important;
}
.text-sm-center{
  text-align: left !important;
}
}


@media(max-width:991px){
.float-sm-left{float: left;}
.desktop-only{
  display: none !important;
}
.text-sm-center{
  text-align: center;
}
}
/****************** navbar styles ****************/
.nav-mobile,.lets-btn-mob-div{display: none !important;}
@media(max-width:991px){
  .nav-desktop{
    display: none !important;
  }
  .nav-mobile,.lets-btn-mob-div{display: unset !important;}

}


.navbar-container{
  width: 90%;
  display: block;
  margin: auto;
}

.first-navbar{
  position: fixed;
  top:0%;
  width: 100%;
  z-index: 2000;
background-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: saturate(250%) blur(8px);
}

.second-navbar{
  position: fixed;
  top: -20%;
  width: 100%;
  z-index: 100;
}

.navbar-up{
top: -20% !important;
transform: translate(0%,-20%);
transition: top .3s linear ;
  
}
.lets-btn-mob{
  background-color: #000000;
  color: rgb(255, 255, 255);
  font-size: 11px;
}
.lets-btn-mob:hover{
  color: #fdd02f;
}
.lets-btn{
  background-color: #000000;
  color: rgb(255, 255, 255);
}
.lets-btn:hover{
  color: #fdd02f;
}
.navbar-down{
  top: 0% !important;
  transform: translate(0%,0%);
  transition: top .3s linear ;
 }
 .bunny-white{
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(308deg) brightness(103%) contrast(101%);}
* {
  margin: 0;
  padding: 0; 
}

.bunny-gray{
  filter: invert(51%) sepia(15%) saturate(20%) hue-rotate(332deg) brightness(95%) contrast(84%);

}
.logo{
  cursor: pointer;
}
.logo-small{
width: 2.5%;
cursor: pointer;
}
@media(max-width:991px){
.logo-small{ width: 7%;}
.logo{width: 40%;}
}
/* Icon 1 */

#nav-icon1 {
  width: 22px;
  height: 15px;
  padding: 20px;
  position: relative;
  /* margin: 50px inherit; */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height:2px;
  width: 22px;
  background: #000000;
  border-radius: 9px;
  opacity: 1;
  left: 25%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 15px;
}

#nav-icon1 span:nth-child(2) {
  top: 15px;
  opacity: 0;
}

#nav-icon1 span:nth-child(3) {
  top: 23px;
}

#nav-icon1.open span:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav-line-anim{
  height: 1.1px; 
  width:0%;
   background-color:rgb(48, 48, 48);
  transition: width .2s linear;

}
.nav-link-div:hover .nav-line-anim{
  width: 100%;
  transition: width .2s linear;
  
}
/************************Scroll Effect***************************/
/* 
.scroll-div{
  scroll-snap-align:start ;
}
.footer-div{
  scroll-snap-align:start ;

}
.scroll-container{
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
height: 100vh;

} */
/**********************Header Div*********************/
.header-container{
  width: 76%;
  margin: auto;
  display: block;
}
.header-div{ 

  min-height:101vh ;
  background-color: #000000;
  display: flex;
  align-items: center;

}
.header-content-div{
  width: 100%;
}

.header-bold-paragraph{
font-size: 1.7rem !important;
color: white;
}
.header-normal-paragraph{
  font-size: 1.5rem !important;
  color: white;
}
.header-g-video{
  width: 80%;
  float: right;
}
@media(max-width:991px){

 


  .header-g-video{
    width: 68%;
display: block;
margin: auto;
float: none;
padding: 1.2rem 0rem;
  }
  .header-container{
    width: 90%;
    margin: auto;
    display: block;
  }
  .header-content-div{
    width: 100%;
  }
  .header-bold-paragraph{
    font-size: 1.4rem !important;
    color: white;
    }
    .header-normal-paragraph{
      font-size: 1.3rem !important;
      color: white;
    }

      
      .header-div a{
        font-size: 1.5rem;

      }

}

/**********************Project Div*********************/

.project-div{ 

 height:100vh ;
 display: flex;
 align-items: center;
 position: relative;
}
.project-video{
    height: 100vh;
    width:100%;
    object-fit: cover;
object-position: center;
-o-object-fit: cover;

}

.project-back-img{
  width: 40%;
  display: block;
  margin: auto;
}
.project-img{
width: 100%;
height: 100vh;
object-fit: cover;

}
.project-title-div{
position: absolute;
bottom: 5%;
left: 10%;
color: white;


}
.project-title-div hr {
border:none;
border-bottom: white solid 3px ;
width: 120px;
padding-bottom: 10px;
}
@media(max-width:991px){

  .LP-project-title{
font-size: 1.5rem;
  }
  .LP-project-short-desc{
    font-size: 1.1rem;
    width: 50vw;
  }
  .project-back-img{
    width: 80%;
   
  }
  .project-title-div{
    
    left: 13%;
    
    
    }
  .project-video{
    height: 100vh;
  }
}



/******************************************************/
.footer-div{
  background-color: #F1F2F2;
} 


/*************************Process Desktop Old*****************************/
/* 
.process-div{
  background-color: black;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100vh;
}
.process-titles-div{
  position: absolute;
font-size: 40px;
  top: 74%;
  left: 10%;
  transform: translate(-10%, -75%);
  color: rgb(119, 119, 119);
  font-weight: 300;


}
#process-title-1,#process-title-2,#process-title-3{
  cursor: pointer;
}
.process-title-active{
  font-size: 40px;
font-weight: 400;
color: white;

}


#process-1,#process-2,#process-3 {
  position: absolute;
  top: 54%;
  left: 100%;
  transform: translate(-100%, -54%);
  font-size: 15px;
  color: rgb(255, 255, 255);
  opacity: 0;
  font-weight: lighter;
  width: 50%;
} */


/*************************Process section*****************************/


.process-div{
  background-color: black;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100vh;
}
.process-titles-div{
  position: absolute;
font-size: 40px;
  top: 74%;
  left: 10%;
  transform: translate(-10%, -75%);
  color: rgb(119, 119, 119);
  font-weight: 300;

  /* transition: font-size .3s linear ; */

}
#process-title-1,#process-title-2,#process-title-3{
  cursor: pointer;
}
.process-title-active{
  font-size: 40px;
font-weight: 400;
color: white;
/* transition: font-size .3s linear ; */

}


#process-1,#process-2,#process-3 {
  position: absolute;
  top: 54%;
  left: 100%;
  transform: translate(-100%, -54%);
  font-size: 15px;
  color: rgb(255, 255, 255);
  opacity: 0;
  font-weight: lighter;
  width: 50%;
  transition: top .3s linear ,opacity .2s linear ;
}

.reset-processes{
top: 54%;
opacity: 0;
}

.selected-process{
  top: 50% !important;
opacity: 1 !important;
z-index: 3;
transition: top .3s linear .6s,opacity .2s linear .6s;

}


/******process mobile*******/


.mobile-process-titles-div{
font-size: 25px;
color: rgb(119, 119, 119);
font-weight: 300;
margin: auto;
display: block;
text-align: left;
margin-left: 10%;
}
.mobile-process-title-active{
  font-size:25px;
  font-weight: 400;
  color: white;
}
.process-mobile{
  display: none;
  min-height: 100vh;
  background-color: black;
}
@media(max-width:768px){
  .footer-div{
    min-height: 100vh;
  } 
  .process-div{
    display: none;
  }
  .process-mobile{
    display: inherit;
    min-height: 100vh;
    background-color: black;
  }

}

/******************************inner services Page***************************/

.services-inner-div{
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100vh;
}

.service-inner-title{
  position: absolute;
  top: 15%;
  left:50%;
  transform: translate(-50%,-15%);
  color: white;
  font-weight: 400;
}

/************************Contacts Page***************************/
.contacts-div{
  height: 40vh;
  background-color: white;

}
@media(max-width:768px){
  .contacts-div{
    margin-top: 80px;
  
  }

}
.contact-form-div{
  min-height: 100vh;
  background-color: white;

}

.my-input{ 
  width: 100%;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);  
  color: black;
  font-weight: 300 !important;
 border: 1px solid #d4d7e0;
 padding: 10px 20px;
 margin-bottom: 20px;
}
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.btn-form{
  color: #d4d7e0;
  background-color:#14181a ;
  margin-top: 30px;
  padding: 15px 30px;
  border: none;
}
/* 
.my-input:focus{background-color:rgba(0, 0, 0, 0);
  color: white; 
  border-bottom-color:#ffffff !important; 

  outline: none !important;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
} */


/*************************Work Page*************************/


.work-page-header{
  min-height:70vh;
  width: 65%;
}

@media(min-width:769px){

.project-info-div{
width: 70%;
margin: auto;
}
}

.master-div-project{
  position: relative;
  clip-path: inset(0);

}


.media-project{
  padding: 10px;
}
.project-sections-row:first-child .media-project{
  padding: 0px;
  
}


.project-sections-row:first-child{
  position: fixed;
  top: 0px;
  left: 0px;
  max-height: 100vh;
  z-index: -1;
  
}

.project-sections-row:nth-child(2) .media-project{
  /* margin-top: 100vh; */
  padding: 0px;
}


.project-sections-row{
  background-color: white !important;
}

.row:nth-child(2) {
  margin-top: 100vh !important;
  background-color: unset !important;
}

.text-div-project{
 width:70% !important;
 margin:auto;
 display:block;
}
.col-text{

  background-color: rgb(255, 255, 255);
}

@media(max-width:768px){
  
  
  .work-page-header{
    min-height:70vh;
    width: 90%;
  }
  .work-page-header h5{
  
    width: 100% !important;
  }
  .work-page-header h1{
  
    font-size: 26px;
  }
  .WP-project-title{
    font-size: 1.5rem;
      }
      .WP-project-short-desc{
        font-size: 1.1rem;
      }
  .project-info-div{
    min-height: 80vh !important;
    width: 100%;
    margin: auto;
     
    }

    .row:nth-child(2) {
      margin-top: 0vh !important;
      background-color: unset !important;

    }
    
    .project-sections-row:first-child .media-project{
      object-fit:cover !important;
      height:100vh;
      object-position: center;
    }
    .project-sections-row:first-child video{
      object-fit: cover;
      height: 100%;
    }

    .project-sections-row:nth-child(2) .media-project{
      margin-top: 90vh;
      object-fit: cover;
      width: 100%;
      object-position: center;
    }

.text-div-project{
  padding: 0px 20px;
  width:100% !important;

}
}


/**************************Services Page***************************/
.concepts{
cursor: pointer;}

.service-tag{
font-size: 18px;
padding: 3px 25px !important;
margin: 5px 0px;
border-color: rgb(187, 187, 187);
border-radius: 50px;
}

.selected-tags{
  border-color:#FDD02F;
  background-color:#FDD02F;
}

.selected-concept{
  color:#FDD02F;
  text-decoration-color:#FDD02F;
}
.selected-concept:hover{
  color:#FDD02F;
  text-decoration-color:#FDD02F;
}


.concepts-header{
  font-size: 52px;
}
.service-figures-col{
 height: 33vh;
 border: .2px solid #222222e7 ;
}

.service-figure-img{
  filter: invert(78%) sepia(100%) saturate(1050%) hue-rotate(329deg) brightness(103%) contrast(102%);
width: 100%;
height: unset !important;

}
.service-figure-title{
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  text-align: center;
  width: 100%;
  transform: translate(-50%,-50%);
}

.service-figure-desc-div{
  opacity: 0;
  transition: opacity .3s linear;

  position: absolute;
  padding: 10px;
  color: white;
  background-color:#222222ec ;
  width: 100%;
  height: 100%;
font-size: 14px;
}

.service-figures-col:hover .service-figure-desc-div{
 opacity: 1;
  transition: opacity .3s linear;

}


/******* service mobile*******/
.service-figure-div-mobile{
  display: none;
}
.service-figure-img-mobile{
  filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(329deg) brightness(103%) contrast(102%);
margin: auto;
  width: 100%;
  display: block;
}
.fig-1{
  width: 50%;
}
.service-figure-title-mobile{
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  text-align: center;
  width: 100%;
  transform: translate(-50%,-50%);
  font-size: 20px;
}
.service-figure-col-mobile{
  height: 20vh;
}
.figure-desc-mobile{
  color: white;
  font-size:12px ;
  font-weight: 300;
}
@media(max-width:991px){
  
  .service-container{
    width: 90% !important;
  }
  .concepts-header{
    font-size: 23px;
  }

  .service-tag{
    font-size: 12px;
    
    }




}
.lottie-file-mob{
  display: none;
}
.chartweb{
  display: block;
  margin: auto;

  }
.chartmob{
display:none ;
}
.my-75-container{
  width: 75%;
}
.my-50-container{
  width: 50%;
}
@media(max-width:768px){
  .my-75-container{
    width: 90%;
  }
  .my-50-container{
    width: 90%;
  }
  .service-figure-div-mobile{
    display: block;
  }
  .service-figure-div-desktop{
    display: none;
  }
  .lottie-file-web{
    display: none;
  }

  .lottie-file-mob{
    display: block;
  }
  .chartweb{
  display: none;

  }
  .chartmob{
    display:block ;
    margin: auto;
    }
    .about-generator-heading{
      font-size: 1.5rem;
    }
    .about-generator-desc{
      font-size: 1.1rem;
    }
}