
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



body{
 font-family: "Poppins", sans-serif;;
}


.Montserrat{
  font-family: "Montserrat", sans-serif;
}

.navbar .container .collapse .navbar-nav a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px; 
  left: 0;
  background-color: #222222; 
  visibility: hidden;
  transform: scaleX(0);
  transition: transform 0.3s ease, visibility 0.3s ease;
}

.navbar .container .collapse .navbar-nav a:focus::before,
.navbar .container .collapse .navbar-nav a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}


.navbar .container .collapse .navbar-nav a.active::before {
  visibility: visible;
  transform: scaleX(1);
}



.nav-link{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.navbar-brand{
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
}

.navbar .container .collapse .navbar-nav a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px; 
  left: 0;
  background-color: #222222; 
  visibility: hidden;
  transform: scaleX(0);
  
}

.navbar .container .collapse .navbar-nav a:focus::before {
  visibility: visible;
  transform: scaleX(1);
}

.home{
  background-image: linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0.65)) , url("../images/bg.jpg") ;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0px 0px;
}

.home .home-content {
margin-top: 50px;
}

.home .home-content h1{
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 55px !important;
}

.home .home-content p{
  font-size: 60px !important;
  font-weight: 200 !important;
  line-height: 72px !important;
}

.home-icon{
  transform: translateY(150px);
}

.icon1{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
}

.icon1 i{
font-size: 14px;
  
}

.fa-bars{
  font-size: 24px;
}









.home .home-content .des{
  
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: white;
  padding: 10px;
}

.home .home-content .iam::after{
  content: "";
  animation: test 9s 2s infinite ;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
}






@keyframes test{
  0%{
    content:"Larry Daniels |";
  }
  5%{
    content:"Larry Danie |";
  }
  7%{
    content:"Larry Dan |";
  }
  9%{
    content:"Larry D |";
  }

  11%{
    content:"Larry|";
  }

  13%{
    content:"Lar |";
  }

  14%{
    content:"L |";
  }
  16%{
    content:"|";
  }

  18%{
    content:"De |";
  }
  20%{
    content:"Desi |";
  }
  22%{
    content:"Design |";
  }
  24%{
    content:"Designer |";
  }

  26%{
    content:"Design |";
  }

  28%{
    content:"Desi |";
  }

  30%{
    content:"De |";
  }

  32%{
    content:"|";
  }

  34%{
    content:"De |";
  }

  36%{
    content:"Deve |";
  }

  38%{
    content:"Develo |";
  }

  40%{
    content:"Develoer |";
  }

  42%{
    content:"Develo |";
  }

  44%{
    content:"Deve |";
  }

  
  46%{
    content:"De |";
  }

  48%{
    content:"|";
  }


  50%{
    content:"L |";
  }

  52%{
    content:"Lar |";
  }

  54%{
    content:"Larry |";
  }

  56%{
    content:"Larry D |";
  }

  58%{
    content:"Larry Dan |";
  }
  60%{
    content:"Larry Danie |";
  }


  62%{
    content:"Larry Daniels |";
  }

  65%{
    content:"Larry Danie |";
  }
  66%{
    content:"Larry Dan |";
  }
  68%{
    content:"Larry D |";
  }

  70%{
    content:"Larry |";
  }

  72%{
    content:"Lar |";
  }

  74%{
    content:"L |";
  }
  76%{
    content:"|";
  }

  78%{
    content:"De |";
  }
  80%{
    content:"Desi |";
  }
  82%{
    content:"Design |";
  }
  84%{
    content:"Designer |";
  }

  86%{
    content:"Design |";
  }

  88%{
    content:"Desi |";
  }

  90%{
    content:"De |";
  }

  92%{
    content:"|";
  }

  94%{
    content:"De |";
  }

  96%{
    content:"Deve |";
  }

  98%{
    content:"Develo |";
  }

  100%{
    content:"Develoer |";
  }


  }
 

 

.web-container ,.brand-container ,.dev-container {
  width: 100%;
  padding: 12px ;
  border-radius: 5px;
  background: #f7f7f7;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15) inset;
  position: relative
}


.web-bar {
  width: 95%; 
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
  align-items: center;
}

.brand-bar {
  width: 80%; 
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
  align-items: center;
}

.dev-bar {
  width: 90%; 
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
  align-items: center;
}

.web-bar p, .brand-bar p ,.dev-bar p{
font-size: 13px !important;
font-weight: 500 !important;
line-height: 14px !important;
transform: translate(0,50%) !important;

}




.about-right .cv,.about-right .me:hover {
  padding: 10px 30px;
  border: 1px solid #1c1c1c;
  border-radius: 5px;
  font-size: 13px;
  background-color: black;
  color: white;
}

.about-right .me ,.about-right .cv:hover {
  padding: 10px 30px;
  border: 1px solid #1c1c1c;
  border-radius: 5px;
  font-size: 13px;
  background-color: white;
  color: black;
}

.about-right h3{
  font-weight: 800;
  font-size: 30px;
  color: #343434;
  line-height: 33px;
  position: relative;
}

.about-right p:nth-of-type(1){
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  letter-spacing: 2px;
}

.about-right p:nth-of-type(2){
  font-weight: 400;
  font-size: 15px;
  color: #748182;
  line-height: 24px;
}

.about-right p:nth-of-type(2) span{
  font-weight: 700;
}

.about-left .img-about{
  width: 70%;
  position: relative;
 
  
}

 .about-left .img-about::after {
  content: "";
    width: 100%;
    height: 90%;
    position: absolute;
    left: -40px;
    bottom: -30px;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    z-index: -1;
}

 section#services  h1 ,section#work h1 ,section#team h1 , section#testimonial h1 , section#Contact h1{
  font-weight: 900;
  font-size: 40px;
  color: #343434;
  line-height: 44px;
  position: relative;
}



.section-header h1:after {
  content: "";
  width: 100%;
  height: 30px; 
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  position: absolute;
  bottom: -10px; 
  left: 0;
  z-index: -1; 
}

.section-header h1 {
  position: relative;
  z-index: 1; 
  margin: auto;
  display: inline-block;
  width: fit-content;
}





section#services  p{
  font-weight: 400;
  font-size:14px;
  color: #748182;
  line-height: 22.4px;
}

section#services  h4{
  font-weight: 800;
  font-size:18px;
  color: #343434;
  line-height: 20px;
}

.service-item .item-icon{
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #f4f4f4;
}

.service-item:hover .item-icon{
  background-color: black;
}

.service-item:hover .item-icon i{
 color: white; 
  }

.service-item .item-icon i{
font-size: 27px;

  
}

.service-item{
  box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: white;
}

#services{
  background-color: #f7f7f7ff;
}

.services-container , .Portfolio-container ,.team-container {
  width: 80%;
  margin: auto;
}

.item2-img .port-layer{
 width: 97%;
 height: 97%;
 opacity: 0;
 transform: translateY(10px);
  }

.icon2{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: black;
  border: 1px solid #111;
  color: white;
}



.icon2:hover{
  color: black;
  background-color: white;
  }

.port-layer p{
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  color: #343434;
}


.item2-img:hover .port-layer{
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s;
   }




.nav-tabs .nav-link {
  border: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-weight: 700;
  font-size: 16px;
  color: #222222;
  line-height: 23px;
  position: relative;
}




.nav-tabs button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px; 
  left: 0;
  background-color: #222222; 
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}


.tese-modal{
  background-color: #000000a1;
}

.modal-content {
  border:  0 !important;
  background-color: transparent !important;
 }

.modal-body {
 padding:  0 !important;
}
.nav-tabs  button:focus::before {
  visibility: visible;
  transform: scaleX(1);
}

.item3-icon i {
  font-size: 30px;
  line-height: 30px;
  color: #343434;
  
  }
  
  .item3-text h4 {
    font-weight: 900;
    font-size: 30px;
    line-height: 33px;
    color: #343434;
    }


  .item3-text p{
      font-weight: 600;
      font-size: 15px;
      line-height: 24px;
      color: #748182;
      }


.count{
  background-color: white;
  padding-block: 80px;
}




.nav-tabs{
  border-width: 0;
 
}

.team-img .team-layer2{
  width: 97%;
  height: 97%;
  opacity: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.95);
  
   }


   .icon3{
    width: 40px;
    height: 40px;
    background-color: #111;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
  }

  .icon3:hover{
    background-color: white;
    color: black;
   
  }

  section#team , section#testimonial{
    background-color: #f4f4f4;
    padding: 80px 0 100px 0px ;
  }

  .team-img:hover  .team-layer2 {
  transform: rotateY(180deg) ;
  opacity: 1;
  transition: all .5s;
  }

  .team-img:hover  .team-layer2 .team-icon .icon3 i{
    transform: rotateY(-180deg) ;
   
   
    }

    .team-part:hover .team-img .team-layer2{
      transform: rotateY(180deg) ;
      opacity: 1;
      transition: all .5s;
    }
    .team-part:hover .team-img .team-layer2 .team-icon .icon3 i{
      transform: rotateY(-180deg) ;
    }

    .team-img:hover  img {
      transform: scale(1.1) ;
      transition: all .5s;
      }
  
      .team-content p:nth-of-type(1){
        font-weight: 500;
        font-size:25px;
        color: #ffffff;
        line-height: 27.5px;
      }

      .team-content p:nth-of-type(2){
        font-weight: 700;
        font-size:20px;
        color: #ffffff;
        line-height: 22px;
      }

      .team-content {
        background-color:#5b5b5bff ;
        border-bottom-left-radius:5px ;
        border-bottom-right-radius:5px ;
 
      }

      .test-img{
        width: 90px;
        height: 90px;
        border-radius:50%;
      }

      .test-content p{
       font-weight: 400;
       font-size: 15px;
       color: #748182;
       line-height: 24px;
      }

      .test-content h6{
        font-weight: 600;
        font-size: 16px;
        color: #343434;
        line-height: 17.6px;
        font-family: "Montserrat", sans-serif;

       }

       .test-content span{
        font-weight: 600;
        font-size: 12px;
        color: rgb(136, 136, 136);
        line-height: 17.6px;
        font-family: "Poppins", sans-serif;


       }

       section#teseimonials{
        background-color: #f7f7f7;
        padding:100px;
       }


      .carousel-indicators button{
        border-radius: 50% !important;
        width: 10px !important;
        height: 10px !important;
        transform: translateY(90px);
        background-color: #d6d6d6ff !important;
      }

      .carousel-indicators button:hover{
        background-color: #888888 !important;
      }

      .contact-icon{
        background-color: #f4f4f4;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .contact-icon i{
       font-size: 25px;
      }

      .contact-part:hover .contact-icon i{
        color: white;
      }

      .contact-part:hover .contact-icon {
       background-color: #000;
      }
      

     .contact-part h5{
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        color: rgb(52,52,52);
      }


      .contact-part p{
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: rgb(116,129,130);
      }

      form div .input1 input , form div .input2 input{
       border: 0;
       border-radius: 5px;
       padding: 10px;
       background-color: #f4f4f4;
      }

      form textarea{
        border: 0;
        border-radius: 5px;
        padding: 10px 10px;
        background-color: #f4f4f4;
       }

      form button{
        padding: 8px 40px;
        background: #1c1c1c;
        color: #eee;
        border-radius: 5px;
        font-size: 14px;
        margin-top: 20px;
      }

      
      form button:hover{
        background: white;
        color: black;
       
      }

      form div .input1 input:focus , form div .input2 input:focus ,form textarea:focus{
        border: 0;
      outline: 0;
       }

       .contact-container{
        margin: auto;
        padding-bottom: 80px;
        
      }

      section#Contact{
        margin-top: 100px;
       
      }
      footer{
        margin-top: 20px;
        height: 12vh;
        background-color: #111;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      footer{
       font-size: 13px;
       line-height: 21px;
       font-weight: 400;
       color: rgb(116,129,130);
      }
      

 

      @media (max-width: 576px) {
        .services-container , .Portfolio-container ,.team-container {
          width: 95%;
          margin: auto;
        }

        
      

        .test-content {
          width: 95%;
        }

        .contact-container{
          width: 95%;
        }
        
       }  
      
      @media (min-width: 576px) {.services-container , .Portfolio-container ,.team-container {
        width: 95%;
        margin: auto;



      }

      .contact-container{
        width: 90%;
      }

      .about-left .img-about{
        width: 90%;
        position: relative;
       
        
      }

     
      .container{
        width: 95% !important;
      }
      
      }
      
      
      @media (min-width: 768px) {
        .services-container , .Portfolio-container ,.team-container {
          width: 90%;
          margin: auto;
        }

        .team{
          padding: 0px;
        }

        .test-content {
          width: 85%;
        }

        .contact-container{
          width: 80%;
        }
      
      
      }
      
      
      @media (min-width: 992px) { .services-container , .Portfolio-container ,.team-container {
        width: 80%;
        margin: auto;
        
      }
  
      .contact-container{
        width: 75%;
      }
  

      .test-content {
        width: 75%;
      }

      .about-left .img-about{
        width: 70%;
        position: relative;
       
        
      }
      
      }
      
      
      @media (min-width: 1200px) { }
      
      
      @media (min-width: 1400px) { }