:root {   
    --white: #ffffff;
    --navyblue: #101B2F;
    --darkblue: #1B3463;
    --skyblue: #00BAFF;
    --specialcolor:  : '#00BAFF', '#13C78B';
    --buttoncolor : '#24AEA4', '#5572FE';
    --black: #000000;
    --gray: #E5E7EB;
    --common-font: Mukta;
       --font-family-Poppins: 'Poppins', serif;
    --clientscolor : '#21262E00', '#00BAFF4D';
    --gradient-bg: linear-gradient(to right, rgba(12, 5, 18, 1), rgba(80, 33, 120, 1));
    --gradient-border: linear-gradient(90deg, rgba(0, 186, 255, 1), rgba(19, 199, 139, 1));
    --duriation: 12s;
    --totalitems: 6;
  
  }

  *{
    padding: 0;
    margin: 0;
    box-sizing:border-box;
  }

  body{
   font-family: var(--font-family-Poppins);
     background-color: var(--black);
     color: var(--white) !important;
  }

  .wrapper{
    padding: 0 6%;
  }

/* header-section styles */

.firsthead-pro{
background-color: white;
}

.firstDiv-pro{
    color: black;
    padding: 12% 0 8% 6%;
}

.firstDiv-pro h1{
    font-size: 34px;
    line-height: 55px;
    font-weight: 600;
}
.firstDiv-pro p{
 
    font-size: 20px;
    line-height: 45px;
    font-weight: 300;
    width: 100%;
}
.firstDiv-pro p span{
    font-weight: 700;
}

.projectShortdes>b{
  font-weight: 650;
}

/* secondDiv */
.secondDiv-pro{

  height: 600px;
    width: 100%;
}
.secondDiv-pro img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*thirdDiv-pro*/

.thirdhead-pro{
  padding: 4% 0;
  background-color: white;
  font-family: 'poppins';
  color:black;
 
}

.leftColumn-pro h5{
  list-style: none;
  color: #8D8D8D;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: 600;
  font-size: 15px !important;
  text-transform: capitalize;
}

.project-services, .project-technology{
  line-height: 30px !important;
  font-size: 14px !important;
     
  font-weight: 400;
}
 

.leftColumn-pro ul li{
  display: flex;
  flex-direction: column;
}
.leftColumn-pro ul li span{
  color: black;
}
.leftColumn-pro ul li h1{
  color: black;
}

.leftColumn-pro>h1{
 
  font-size: 38px;
  margin-bottom: 40px;
}

.heading-thin{
  font-weight: 400 !important;
}


.leftColumn-pro>h1>span{
    font-weight: 600;
}



.rightColumn-pro{
  font-weight: 350;
  line-height: 30px !important;
  font-size: 15px !important;
}

.project-head{
  line-height: 26px;
  font-size: 16px;
}

.rightColumn-second-content{
  padding-top: 0 !important;
}

/* fourthhead */

.fourthDiv-pro{
  width: fit-content;
  height: 400px;
  background-color:white;
}
.fourthDiv-pro img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fivehead-pro{
  font-family: 'poppins';
}

/* features-styles */

  .features-section{
    padding-top: 0 !important;
  }
/* key-service-style */

.key-services-heading{
color: var(--white);
font-weight: 400;
font-size: 58px;
line-height: 28px;
margin-bottom: 50px;
}


/* our-strategy-section-style */

.our-strategy-section{
   padding-top: 0% !important;
}

.our-startegy-content{
  padding-top: 0% !important;
}

/* product-deatil-images-section */

.project-deatil-images-section{
 position: relative;
  height: 200vh; 
  overflow: hidden;
  background: #C7C3BA;
 padding: 0 2%;
 
}

.scroll-image-container {
  position: sticky;
  top: 0;
  height: 190vh;
  transition: transform 0.2s ease-out;
  will-change: transform;
}

.project-deatil-images{
   height: 200vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
 
}

.project-full-img{
  margin-bottom: 0.5% !important;
  border-radius: 20px;
}

.project-deatil-images>img{
 width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* the-outcomes-section */

.the-outcomes-section{
 padding-top: 3%;
}

/* project-detail-case-studies-section */

.project-detail-case-studies-section{
  padding-top: 2% !important;
}
/* product-deatil-images-section */

.project-deatil-images-section{
  background-color: var(--white);
  color: var(--black) !important;
  height: auto !important;
 
}

.image-container{
  margin-top: -4%;
}

.project-deatil-images{
  width: 100%;
  height: 400px;
  margin: 2% 0;
  background-color: white;
}

.project-deatil-images>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: white;
}


.project-detail-right-images{
  margin: 2.8% 0 !important;
}
 
 /* Footer-style */

 .fotter-section{
  padding: 0 1%;
  padding-bottom: 2%;
}

.fotter-main-div{
  display: flex;
  justify-content: space-between;
}

.fotter-main-div>div>p{

  font-size: 16px;
  font-weight: 600;  
}

.fotter-main-div>div>a{
  text-decoration: none;
  color: var(--white);
  display: block;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 200;
  cursor: pointer;
}

.copyright-div{
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding-top: 5%;
}

.copyright-div>p>a{
  text-decoration: none;
  color: var(--white);
}

.footer-inside-content{
  display: flex;
  width: 100%;  
  text-align: left;
}

.footer-inside-content>p{
  font-size: 16px;
  font-weight: 200;  
  margin: 5px 0;
}

.footer-inside-content>p>span{
display: block;
}

.footer-left-name{
width: 100px;

}

.footer-colon{
width: 50px;
text-align: center;
}

.footer-address>span{
  margin: 10px 0;
  
}

.footer-inside-content>p>a{
  text-decoration: none;
   color: var(--white);
   cursor: pointer;
   font-weight: 200;
}

.footer-icon-div{
display: flex;
width: 30px;
height: 30px;
}

.footer-icon{
   width: 100%;
   height: 100%;
}

.footer-icon-div{
  display: inline-flex;
  padding:0 3px;
  
}

.digital-market-footer{
  display: none;
}

.footer-none{
  display: none !important;
}

@media screen and (min-width: 1920px){

  .scroll-image-container {
  height: 150vh;
}


  .wrapper{
    padding: 0 10%;
  }

  .firstDiv-pro {
      padding: 10% 0 4% 3%;
      
  }
  .firstDiv-pro h1 {
      font-size: 40px;
      line-height: 28px;
      padding-bottom: 20px;
  }
  .firstDiv-pro p {
      font-size: 28px;
      line-height: 48px;
  }
  .secondDiv-pro{
    width: 100%;
}
  .secondDiv-pro img{
    width: 100%;
  }
  .thirdDiv-pro{
    padding: 5% 5% 5% 2%;
  }
  .leftColumn-pro ul{
    font-size: 16px;
  }
  .leftColumn-pro ul li{
    font-weight: 600;
    padding-bottom: 4%;
    gap: 0.1vh;
  }
  .leftColumn-pro ul li h1{
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    color: black;
  }
  .leftColumn-pro ul li span{
    line-height: 4vh;
    margin-bottom: 10%;
    font-weight: 400;
  }
  .rightColumn-pro{
    padding: 0% 3% 20px 3%;
    line-height: 2.4vw;
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px){

.scroll-image-container {
  height: 240vh;
}
  .fotter-section{

    padding-right: 5%;
    padding-bottom: 2%;
  }
  
  .fotter-main-div{
    display: flex;
    justify-content: space-between;
  }
  
  .fotter-main-div>div>p{
    font-size: 14px;   
  }
  
  .fotter-main-div>div>a{
    font-size: 13px;
  }
  
  .copyright-div{
    font-size: 10px;
    padding-right: 0px;
  }
  
  .footer-inside-content{
    display: flex;
    width: 100%;  
    text-align: left;
    
  }
  
  .footer-inside-content>p{
    font-size: 13px;
    font-weight: 300;  
    color: #D6D6D6;
  }
  
  .footer-inside-content>p>span{
  display: block;
  }
  
  .footer-left-name{
  width: 100px;
  
  }
  
  .footer-colon{
  width: 50px;
  text-align: center;
  }
  
  .footer-address>span{
    margin-top: 0px;
  }
  
  
  .footer-icon-div{
    display: inline-flex;
    padding:0 3px; 
  }
  
  .footer-more{
    display: none !important;
  }
  

}

@media (max-width: 1024px) {
    .firstDiv-pro {
        padding: 10% 0 4% 6%;
    }
    .firstDiv-pro h1 {
        font-size: 30px;
        line-height: 50px;
    }
    .firstDiv-pro p {
        font-size: 22px;
        line-height: 38px;
    }
    .thirdDiv-pro{
      padding: 8% 5% 5% 2%;
    }
    .leftColumn-pro ul{
      font-size: 1.5vw;
    }
    .leftColumn-pro ul li{
      font-weight: 600;
      padding-bottom: 1%;
      display: flex;
      gap: 0.8vh;
    }
    .leftColumn-pro ul li h1{
      font-weight: 700;
      font-size: 2.9vw;
      color: black;
    }
    .leftColumn-pro ul li span{
      line-height: 0.2vh;
      padding-bottom: 1%;
      font-weight: 400;
    }
    .rightColumn-pro{
      padding: 0% 3% 20px 3%;
      line-height: 2.7vw;
      font-size: 1.5vw;
    }

      
/* footer-section */


}

@media (max-width: 800px) {
    .firstDiv-pro {
        padding: 8% 0 4% 6%;
    }
    .firstDiv-pro h1 {
        font-size: 22px;
        line-height: 40px;
    }
    .firstDiv-pro p {
        font-size: 16px;
        line-height: 34px;
    }
    
}

@media (max-width: 800px) {

         /* nav-bar-style */
    .header-section{
      display: block;
    }
  
    .logo-div{
      height: 70px;
      width: 210px;
    }

    .black-logo-div>img{
      width: 100%;
      height: 100%;
    }
    
    .leftside-header-content{
       font-size: 30px;
    }
  
    .header-main-div{
      display: none;
    }
  
  
    .mbl-rightside-header-div i {
      cursor: pointer;
      display: inline-block; 
    }
  
    #close-btn {
      display: none;
      
    }
  
    .mbl-nav-close-btn{
      width: 100%;
      position: relative;
    }
  
  .mbl-close-btn{
  font-size: 32px;
  position: absolute;
  right: 10px;
  top: 15px;
  }
   
    .mbl-toggle-div {
      display: block;
      max-height: 0; 
      overflow: hidden; 
      transition: max-height 1s ease-in-out, padding 1s ease-in-out;
      background-color: var(--white);
      color: var(--black);
      padding: 0 5%; 
      position: fixed; 
      top: 0;
      left: 0; 
      width: 100%; 
      height: 100%;
      z-index: 1000; 
      box-sizing: border-box; 
  }
  
  .mbl-toggle-div.open {
      max-height: 100vh; 
      padding:   5%; 
      overflow-y: scroll;
  }
  
  .mbl-header-main-div {
      display: flex;
   
      justify-content: space-between;   
  }
  
  .mbl-leftside-inside-header-div{
    display: flex;
    justify-content: space-between;
    width: 145px;
  }
  
  .leftside-header-div{
    cursor: pointer;
     width: 150px;
     display: block;
     height: auto;
   }
  
   .nav-inside-anker{
    text-decoration: none;
    color: var(--black);
    display:flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  
  .leftside-inside-header-content{
    font-size: 24px;
    font-weight: 600;
  }
  
  .leftside-inside-header-content>a{
    text-decoration: none;
    color: black;
  }
  
  .inside-nav-briston{
    margin: 0 !important;
    padding: 0 !important;
    font-size: 26px;
    font-weight: 700;
    border-bottom: none !important;
  }
  .mobile-nav-service{
    margin-top: 5%;
  }
  
  .mbl-toggle-div > p { 
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: 2% 0 3% 0;
    font-size: 20px;
}
  
  .mbl-toggle-div > p > a {
      text-decoration: none;
      color: black;
      display: block;
      width: 100%;
  }
  
  .mobile-nav-contactus-anker{
    display: flex;
    justify-content: center;
    text-decoration: none;
  }

  .mobile-nav-contactus{
    border: none;
    background-color: rgb(7, 125, 199);
    color: white;
    height: 55px;
    width: 70%;
    margin-top: 5%;
    font-size: 22px;
  }



  .firstDiv-pro {
        padding: 8% 0 4% 0;
    }
  .firstDiv-pro h1 {
      font-size: 35px;
      line-height: 50px;
  }
  .firstDiv-pro p {
      font-size: 22px;
      line-height: 38px;
  }
  .thirdDiv-pro{
    padding: 8% 0% 5% 0;
  }
  .leftColumn-pro ul{
    padding-left: 0;
    font-size:4vw;
  }
  .leftColumn-pro ul li{
    font-weight: 600;
    padding-bottom: 1%;
    display: flex;
    gap: 1vh;
  }
  .leftColumn-pro ul li h1{
    font-weight: 700;
    font-size: 7vw;
    color: black;
  }
  .leftColumn-pro ul li span{
    line-height: 0.4vh;
    padding-bottom: 0;
    font-weight: 400;
    font-size:3.5vw;
  }
  .rightColumn-pro{
    padding: 0% 3% 0 3%;
    line-height: 31px;
    font-size: 15px;
    margin-top: 10px;
  }

  .leftColumn-pro h1{
    font-weight: 400 !important;
    font-size: 36px !important;
margin-bottom: 5px;
  }
.project-head{
  margin-bottom: 20px;
}
  /* seconddiv-pro-img-style */

  .secondDiv-pro{
    height: 30vh;
    width: 100%;
}
  .secondDiv-pro img{
    height: 100%;
    width: 100%;
  }

  /* fourthDiv-pro-img-style */

  .fourthDiv-pro{
    height: 30vh;
    width: 100%;
  }

  .project-deatil-images{
    width: 100%;
    height: 30vh;
    margin: 2% 0;
    background-color: #670101;
  }
  

  .fourthDiv-pro img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

    /* key-services-styles */

    .key-services-heading{
      font-size: 26px;
      line-height: 24px;
      margin-bottom: 47px;
      }

      .project-detail-case-studies-section{
        padding-bottom: 50px;
      }

      .project-detail-case-studies-btn{
        height: 50px;
      }

  .img-main-container{
    margin-top: 0 !important;
  }

  .mbl-first-img-container{
    margin-top: -12% !important;
  }

.scroll-image-container {
  height: 210vh;
}


.the-outcomes-section{
  padding-top: 10%;
 }

/* footer-style */


.fotter-section{
  padding: 0;
  padding-right:0;
}

.fotter-main-div{
 flex-wrap: wrap;
}

.company-div{
  margin: 12px 0;
}

.fotter-main-div>div>p{
  font-size: 19px; 
  font-weight: 600;
}

.fotter-main-div>div>a{
  font-size: 16px;
  color: #D6D6D6;
}

.copyright-div{
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding-top: 5%;
  padding-right: 0px;
}

.footer-inside-content{
  display: flex;
  width: 100%;  
  text-align: left;
}

.footer-inside-content>p{
  font-size: 16px;
  color: #D6D6D6;
}

.footer-inside-content>p>span{
display: block;

}

.footer-left-name{
width:30%;
}

.footer-subjects{
   width: 75%;
   font-weight: 200 !important;
}

.footer-colon{
width: 3%;
text-align: left;
}

.footer-address>span{
  margin-top: 0px !important;
}

.footer-inside-content>p>a{
  text-decoration: none;
   color: var(--white);
   cursor: pointer;
   color: #D6D6D6;
}

.footer-icon-div{
  display: inline-flex;
  padding:0 3px;
  margin: 15px 0;
  margin-bottom: 30px;
}

.footer-more{
  display: none !important;
}

.footer-none{
  display: block !important;
}

.digital-market-footer{
  display: block;
}

}


@media screen and (max-width: 400px){

  .mbl-toggle-div {
    padding: 0 5%; 
}

.mbl-toggle-div.open {
    padding: 1% 5%; 
}

.mobile-nav-contactus{
  margin-top: 5%;
}

.mbl-toggle-div > p { 
  border-bottom: 1px solid rgb(230, 230, 230);
  padding-top: 0%;
  font-size: 18px;
}

.fotter-main-div>div>p{
  font-size: 18px; 
  font-weight: 600;
}

.fotter-main-div>div>a{
  font-size: 15px;
  color: #D6D6D6;
}

.footer-inside-content>p{
  font-size: 15px;
  color: #D6D6D6;
}

}


