h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
    font-family: "Montserrat", sans-serif;
}

body {
    font-family: "Poppins", sans-serif;
    /* color: #343434; */
    font-weight: 400;
}

/* header  */
.heade {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/imgs/bg.jpg);
    background-size: cover;
    color: white;

    .hello {
        font-size: 50px;
        font-weight: 800;

    }

    p {
        display: inline-block;
        font-weight: 200;
        padding: 0.2em 0;

    }

    h1 {
        font-size: 4rem;
        font-weight: 400;

    }

    .social-icon {

        span {
            display: inline-block;
            font-size: 14px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            border-radius: 50%;
            background: rgba(52, 52, 52,.3);
        }
    }
}


/* header  */
/* nav  */
.nav-right {
    float: right;

    li {
        font-size: 14px;
        margin: 25px 20px 0;
        background: none;
        cursor: pointer;
        position: relative;
        font-weight: 400;
    }

}


.navbar-nav .nav-link {
    position: relative;
    transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #343434;
    position: absolute;
    bottom: 9px;
    left: 11px;
    transition: width 0.3s ease-in-out;
}

.navbar-nav .nav-link.active::after {
    width: 68%;
}

/* nav */
/* about  */
.about {
    padding-block: 100px;


}

.doted {
    position: relative;
    margin-bottom: 80px !important;
}

.doted::after {
    display: inline-block;
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    left: -5%;
    top: 27%;
    background-image: url(../img/imgs/dots.png);
    z-index: -1;
}


.content-about {
    margin-bottom: 30px;

    h3 {
        font-weight: 900;
        margin-bottom: 5px;
        color: #343434;
    }

    .ui {
        color: #999;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 20px;
        display: block;
    }

    p {
        line-height: 1.6;
        margin: 0;
        font-size: 15px;
        color: #748182;
    }
}

.bar {
    height: 25px;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    background: #f7f7f7;
    margin-top: 30px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15) inset;
    position: relative;

}

.bars {
    margin-bottom: 30px;
}

.black-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10%;
    border-radius: 5px;
    background-color:#1C1C1C;
    -webkit-transition: all 1s;
    transition: all 1s;

    h6 {
        font-size: 12px;
        color: #fff;
        position: relative;
        z-index: 2;
        margin-bottom: 0px;
        margin-left: 10px;
        width: fit-content;

    }

}

.a-95::after {
    content: "95%";
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 11px;
    color: #fff;
}

.a-80::after {
    content: "80%";
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 11px;
    color: #fff;
}

.a-90::after {
    content: "90%";
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 11px;
    color: #fff;
}

.buton-bg {
    padding: 10px 30px;
    border: 1px solid #1C1C1C;
    border-radius: 5px;
    font-size: 13px;
    transition: all 0.5s;
    background-color: #1C1C1C ;
    color: white;
    margin-top: 20px;

}

.buton {
    margin-top: 20px;
    padding: 10px 30px;
    border: 1px solid #1C1C1C ;
    border-radius: 5px;
    font-size: 13px;
    transition: all 0.5s;
    background-color: #ffffff;
    color:#1C1C1C;

}

.buton:hover {

    background-color:#1C1C1C;
    color: rgb(255, 249, 249);

}

.bot {
    a {
        text-decoration: none;
    }
}

.buton-bg:hover {
    background-color: #ffffff;
    color:#343434;
}

/* about  */
/* serv */
.Services{
    background-color: #F7F7F7;
}
.doted-title {
    position: relative;
    margin-bottom: 80px !important ; 
    color: #343434;
 h1{
    font-weight: 900;
    margin-bottom: 5px;
    font-size: 45px;
    position: relative;
    z-index: 1;
 }
}

.doted-title::after {
    display: inline-block;
    content: "";
    width: 18%;
    height: 55%;
    position: absolute;
    left: 41%;
    top: 49%;
    background-image: url(../img/imgs/dots.png);
 
}
.card-ser{
    padding: 50px 20px;
    margin-bottom: 30px;
    h6{
        margin-bottom: 15px;
        font-weight: 800;
        font-size: 18px;
        color: #343434;
    }
    p{
        color: #748182;
        font-size: .8125rem;
        word-spacing: 2px;
        line-height: 1.6;
        font-size: 15px;
    }
    .ser-ico{
        line-height: 70px;
         display: inline-block;
         font-size: 1.875rem;
         width: 70px;
         height: 70px;
         background-color: #f4f4f4;
         border-radius: 50%;
         margin-bottom: 20px;
         transition: all 500ms ease;
     
     }
}
.card-ser:hover .ser-ico{
    background-color:#1C1C1C;
    color: white;
}
/* serv */
/* works */
.nav-tabs {
    display: flex;
    justify-content: center;
    border: none;
  }
  .nav-tabs .nav-link.active {
    border: none;
    position: relative;
  }
  .nav-tabs .nav-link.active::after {
    content: "";
    width: 60%;
    height: 3px;
    background-color: #343434;
    position: absolute;
    top: 85%;
    left: 20%;
  }
  .nav-tabs .nav-link {
    border: none;
    color:#222222;
    font-weight: bold;
  }
  
  div .layer-work {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fefefe;
    opacity: 0;
    transition: all 0.5s ease;

  }
  div .layer-work:hover {
    opacity: 1;

  }
  .layer-work h6 {
    margin-bottom: 40px;
    transition: all 0.5s;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 2px;
  }
  div .layer-work:hover h6 {
    margin-bottom: 15px;
  }
  div .layer-work span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color:#343434;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin-left: 5px;
    transition: all 0.3s ease;
    border: 1px solid #343434;
  }
  div .layer-work span:hover {
    background-color: rgb(255, 255, 255);
    color:rgb(0, 0, 0);
  
  }

/* works */
/* Carousel */
.Carousel{
    background-color: #F7F7F7;
    padding-block: 100px;
    overflow: hidden;
}
.carousel-item img{
border-radius: 50%;
}
.carousel-item {
    p { 
    
            word-spacing: 2px;
            color: #748182;
            margin-top: 35px;
        
    }
    h6{
        font-size: 16px;
        font-weight: 600;
        margin: 30px 0 5px;
    }
    span{
        font-size: 12px;
        font-weight: 600;
        color: #888;
        margin-bottom: 30px;
    }
}
.carousel-indicators{
    margin-bottom: -40px;

}

.carousel-indicators button{
    background-color: #869791 !important;
    position: relative !important;
top: 30px !important;
    height: 10px !important;
    width: 10px !important;
    border-radius: 50% !important;
}
/* Carousel */
/* num  */
.count{
    span{
color: #343434;
font-size: 30px;

    }
    h3{
        font-weight: 900;
        margin-bottom: 15px;
        margin-top: 15px;
        font-size: 35px;
        color: #343434;
    }
    p{
color: #748182;
    }
}

/* num  */
/* team */
.team{
    background-color: #F7F7F7;
    padding-block: 100px;
    overflow: hidden;
}
ul{
    list-style: none;
    margin: 0px;
}

.content-card{
    background-color: #5B5B5B;
    padding: 20px;
    color: #fff; 
    text-align: center;
   
}
.content-card{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.social{
    background-color: rgba(255, 255, 255, .9);
    position:absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    transition: all .5s ease;
    transform: scale(.5) rotateY(180deg);
    opacity:0;
}
.card-img-team {
    position: relative;
    overflow: hidden;
}
.card-team:hover .social{
    cursor: pointer;
transform: scale(1) rotatey(0deg);
opacity: 1;
}
.card-img-team img{
    transition: all 400ms ease;
    
}
.card-img-team:hover img{
   transform: scale(1.2);
}
.social ul li{
    padding: 10px;
    position: relative ;
    top: 200px;
    left: -15px;
    text-align: center;
}
.social a{
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #343434;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    border: 2px solid#343434;
    line-height: 50px;
}
.social a:hover{
    background-color: white;
    color: black;
}
/* team  */
/* contact */
.contact{
    padding-block: 100px;
}
/* contact */
.form-group input{
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 10px;
    background: #f4f4f4;

}
textarea{
    outline: none;
    border: none;
background-color: #F4F4F4;
max-width: 100%;
max-height: 150px;
height: 150px;
width: 100%;
resize: both;
padding: 10px;
margin-top: 15px;
border-radius: 5px;
}
input:focus, textarea:focus {
    border: none;
    outline: none; 
}
.submit{
    width: fit-content;
}
.item{
    margin-bottom: 75px;
    h6{
        font-weight: 700;
    margin-bottom: 10px;
    color: #343434;
}
    p {
        line-height: 1.6;
        margin: 0;
        font-size: 15px;
        color: #748182;
    }
    span{
        display: inline-block;
        font-size: 25px;
        height: 65px;
        line-height: 65px;
        width: 65px;
        background-color: #f4f4f4;
        color:#343434;
        border-radius: 50%;
        transition: all 500ms ease;
        margin-bottom: 15px;
    }
}
.item:hover span{
background-color: #1C1C1C;
color: white;
}
.submit{
  float: left;
    border: 1px solid #1c1c1c;
    border-radius: 5px;
    font-size: 13px;
    transition: all 0.5s ease;
    margin-top: 10px;
    padding: 10px 40px;
    background: #1c1c1c;
    color: #eee;
}
.submit:hover{
    background:white;
    color: #1c1c1c;
}
/* contact  */
/* footer  */
footer{
    background:#1C1C1C;
padding: 30px;
p{
    color: #748182;
}
}