*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}

@font-face {
  font-family: "Montserrat-200";
  src: url(../fonts/Montserrat/Montserrat-ExtraLight.ttf);
  font-weight: 200;
}
@font-face {
  font-family: "Montserrat-400";
  src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat-500";
  src: url(../fonts/Montserrat/Montserrat-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat-800";
  src: url(../fonts/Montserrat/Montserrat-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "Montserrat-900";
  src: url(../fonts/Montserrat/Montserrat-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: "Poppins-700";
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Poppins-400";
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Poppins-600";
  src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}

:root {
  --main-color: #343434;
}
:root {
  --secondary-color: rgb(116, 129, 130);
}
:root {
  --section-padding: 100px 0px;
}
.container {
  width: 80%;
}
h2 {
  font-size: 40px;
  font-family: "Montserrat-900";
  line-height: 44px;
  color: var(--main-color);
}
p {
  font-family: "Poppins-400";
  color: var(--secondary-color);
}
h2,
h3,
h4,
h5,
h6 {
  color: var(--main-color);
}

/* navbar */

header nav {
  padding: 25px 0 !important;

 
}
header nav .navbar-brand {
  font-family: "Montserrat-900";
  font-size: 18px;
  line-height: 26px;
}
header nav li a {
  font-family: "Poppins-400";
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 255, 255) !important
;
  margin: 0 8px;
}
header nav li .active {
  position: relative;
}
header nav li .active::after {
  content: "";
  background-color: rgb(255, 255, 255);
  height: 2px;
  width: 45px;
  left: 15%;
  bottom: 0;
  position: absolute;
}


/* Home section */

header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.492), rgba(0, 0, 0, 0.766)),
    url(../imgs/bg.jpg);
  background-position: center center;
  background-size: cover;

  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
header > .container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#element {
  display: inline-block;
}
header p {
  font-family: "Montserrat-800";
  font-size: 50px;
  line-height: 55px;
  color: rgb(255, 255, 255);
}
header h1 {
  font-family: "Montserrat-200";
  color: rgb(255, 255, 255);
  padding: 15px 0;
}
header h1 span {
  font-family: "Montserrat-400";
}
header .social-links a {
  color: rgb(255, 255, 255);
  margin: 10px 10px;
  font-size: 14px;
  border: 1px solid #040c11;
  border-radius: 50%;
  background-color: #040c11;
  padding: 5px;
}

/* About section */
#About {
  padding: var(--section-padding);
}

#About .inner {
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
}

#About .inner::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  left: 0;
  bottom: -30px;
  background-image: url("../imgs/dots.png");
  background-repeat: repeat;
  z-index: -1;
}

#About img {
  width: 100%;
  display: block;
}

#About .about-content h3 {
  font-size: 14px;
  font-family: "Poppins-400";
  line-height: 20px;
  color: rgb(153, 153, 153);
  letter-spacing: 2px; 
}
#About .about-content h2 {
  font-size: 30px;
  font-family: "Montserrat-800";
  line-height: 33px;
  color: var(--main-color);
}

#About .about-content p {
  font-size: 15px;
  font-family: "Poppins-400";
  line-height: 24px;
  padding: 15px 0;
}
#About .about-content span {
  font-family: "Poppins-700";
}

#About .progress {
  height: 30px;
  margin-bottom: 25px;
}
#About .progress-bar {
  background-color: #040c11;
}
#About .progress .progres-content {
  padding: 0 10px;
}
#About button {
  padding: 7px 30px !important;
}
#About .progress {
  font-size: 12px;
}
#About .download-btn {
  background-color: #040c11;
  color: #fff;
  transition: all 0.4s;
}
#About .download-btn:hover {
  background-color: #fff;
  color: #040c11;
  border: 1px solid #040c11;
}
#About .contact-btn {
  color: #040c11;
  background-color: #fff;
  border: 1px solid #040c11;
  transition: all 0.4s;
}
#About .contact-btn:hover {
  background-color: #040c11;
  color: #fff;
}

/* Services section  */

#Services {
  padding: var(--section-padding);
  background-color: #f7f7f7;
}

#Services .title {
  position: relative;
  z-index: 1;
}

#Services .title::after {
  content: "";
  position: absolute;
  width: 16%;
  height: 50%;
  left: 50%;
  top: 50%;
  background-image: url("../imgs/dots (1).png");
  background-repeat: repeat;
  z-index: -1;
  transform: translatex(-50%);
}
#Services .inner {
  background-color: #ffffff;
  padding: 40px 30px;
}
#Services .inner a {
  background-color: #f7f7f7;
  color: #1c1c1c;
  border: solid 1px #f7f7f7;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  line-height: 70px;
  padding: 15px;
  font-size: 30px;
  line-height: 30px;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}


#Services .inner:hover a  {
  background-color: #1c1c1c;
  color: #fff;
}
#Services h3 {
  font-family: "Montserrat-800";
  font-size: 18px;
  line-height: 20px;
  padding: 18px 0;
}
#Services p {
  font-family: "Poppins-400";
  font-size: 14px;
  line-height: 25px;
}

/* Portfolio section  */

#portfolio{
  padding: var(--section-padding);
}
#portfolio .title {
  position: relative;
  z-index: 1;
}

#portfolio .title::after {
  content: "";
  position: absolute;
  width: 16%;
  height: 50%;
  left: 50%;
  top: 50%;
  background-image: url("../imgs/dots (1).png");
  background-repeat: repeat;
  z-index: -1;
  transform: translatex(-50%);
}
#portfolio .inner {
  position: relative;
      overflow: hidden;

}
#portfolio .inner img{
  width: 100%;
}
#portfolio .inner .img-overlay{
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 1;
  opacity: 0;
      transform: translateY(10px);
          transition: all 0.5s;
}
#portfolio .inner:hover .img-overlay{
  opacity: 1;
  transform: translateY(0);
}
#portfolio .icons a{
color: #fff;

}
#portfolio .overlay-info h3{
  font-size: 12px;
  line-height: 13px;
  font-family: "Montserrat-800";
}
#portfolio .overlay-info .icons span{
  border: 1px solid #1c1c1c;
  padding: 5px;
  border-radius: 50%;
  background-color: #1c1c1c;
  font-size:13px
 ;
}
#portfolio .overlay-info .icons span:hover {
    background-color: #fff;


}
#portfolio .overlay-info .icons span:hover a{
    color:#1c1c1c ;

}
#portfolio ul button {
  color: #040c11;
  font-size: 16px
;
  line-height: 23px;
  font-family: "Poppins-700";
}
.nav-pills .nav-link {
  background-color: transparent !important;
  color: #222;
  position: relative;
  border-radius: 0;
  font-weight: 500;
}

.nav-pills .nav-link::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  width:0 ;
  height: 2px;
  background-color: #000;
  transition: width 0.3s ease;
}

.nav-pills .nav-link.active {
  color: #000;
}

.nav-pills .nav-link.active::after {
  width: 80%;
}
/* Testimonials section */

#Testimonials {
  padding: var(--section-padding);
  background-color: #F7F7F7;

}
#Testimonials .title {
  position: relative;
  z-index: 1;
}

#Testimonials .title::after {
  content: "";
  position: absolute;
  width: 24%;
  height: 50%;
  left: 50%;
  top: 50%;
  background-image: url("../imgs/dots (1).png");
  background-repeat: repeat;
  z-index: -1;
  transform: translatex(-50%);
}
#Testimonials .person img{
  width: 100px;
  border-radius: 50%;
}
#Testimonials .caption p{
  font-size: 15px;
  line-height:24px ;
  font-family:"Poppins-400" ;
  margin:20px   ;
  
}
#Testimonials .caption h3{
  font-size: 16px;
  line-height:18px ;
  font-family:"Montserrat-600" ;
  
}
#Testimonials .caption span{
  font-size: 12px;
  line-height:20px ;
    font-family:"Poppins-400" ;

color: rgb(136, 136, 136)
;
  
}
#Testimonials .carousel-indicators button{
border-radius: 50%;
background-color: #869791;
height: 10px;
width: 10px;
}

#Counter {
  padding: var(--section-padding);
  color: rgb(52, 52, 52)
;
}
#Counter .icon i{
font-size:30px
 ;
line-height:30px ;
padding: 10px 0;

}
#Counter span{
  font-size:30px
 ;
line-height:33px ;
font-family:"Montserrat-900" ;
}
#Counter h4{
  font-size:15px
 ;
line-height:24px ;
font-family:"Poppins-600" ;
color: var(--secondary-color);
padding: 10px 0;

}
#team {
  padding: var(--section-padding);
  background-color: #F7F7F7;
}

#team .title {
  position: relative;
  z-index: 1;
}

#team .title::after {
  content: "";
  position: absolute;
  width: 18%;
  height: 50%;
  left: 50%;
  top: 50%;
  background-image: url("../imgs/dots (1).png");
  background-repeat: repeat;
  z-index: -1;
  transform: translatex(-50%);
}

 #team .row{
  padding-top:80px ;
 }
  #team .card-body{
    background-color:#5B5B5B ;
    color: #fff;
  }
   #team .card-body h3{
    font-size:25px ;
    line-height:28px
 ;
    font-family: "Montserrat-500";
   }
  #team .card-body p{
    font-size:20px ;
    line-height:22px
 ;
     color: #fff;

    font-family: "Montserrat-800";
   }
  
     #team .card .card-img{
        position: relative;
        overflow: hidden;  

     }
      #team .card .card-img img{
          transition: all 0.8s; 

      }
     




  #team .card .card-overlay{
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 1;
   opacity: 0; 
          transition: all 0.8s; 
}


 #team .card .card-overlay span a{
color: #fff;
  background-color: #1C1C1C ;
  padding: 8px;
  border-radius: 50%;

transition: all 0.4s;

 }
 #team .card .card-overlay span:hover a{
  color: #1C1C1C;
  
  
 }
 #team .card .card-overlay span:hover a{
  background-color:#fff ;
  border: solid 1px #1C1C1C ;

 }

 #team .card .card-img:hover img{
  transform: scale(1.2);
 }
  #team .card .card-img:hover .card-overlay{
    transform: rotateY(360deg);
       opacity: 1; 

  }







#contact {
  padding: var(--section-padding);
}
#contact .container {
  width: 70%;
}

#contact .title {
  position: relative;
  z-index: 1;
}

#contact .title::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 50%;
  left: 50%;
  top: 50%;
  background-image: url("../imgs/dots (1).png");
  background-repeat: repeat;
  z-index: -1;
  transform: translatex(-50%);
}

#contact .inner a {
  color:#1C1C1C ;
  border:solid 1px #F4F4F4 ;
background-color: #F4F4F4;
padding:10px ;
border-radius: 50%;
font-size:23px ;
transition: all 0.4s;

}
#contact .inner a:hover{
  background-color: #1C1C1C;
  color:#fff ;
    border:solid 1px #1C1C1C ;


}
#contact .inner h3{
  font-size: 16px
;
  line-height:18px ;
  font-family:"Montserrat-800";
  padding-top: 25px;
}
#contact .inner p{
  font-size: 15px
;
  line-height:24px ;
  font-family: "Poppins-400";
}
#contact .padding{
padding: 100px 0;
}
#contact form input{
  background-color: #F4F4F4;
}
#contact form .form-control{
  background-color: #F4F4F4;
}
.form-control:focus {
  border-color: #000;   
  box-shadow: none;
}
#contact button {
 background-color: #1C1C1C;
 border: 1px solid #1C1C1C;
  transition: all 0.4s;
  padding: 5px 25px;
}
#contact button:hover {
 background-color: #fff;
 color: #1C1C1C;
}



#footer{
  background-color: #1C1C1C;
  padding: 20px 0;
}
#footer p{
  font-size:13px
 ;
 font-family: "Poppins-400";
}












