* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;

}

html {
    scroll-behavior: smooth;
}


.nav-item {
    position: relative;

}

.nav-item::after {
    content: " ";
    width: 0%;
    height: 3px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 1s;
}

.nav-item:hover::after {
    width: 90%;
}

/* HEADER */
header {
    background-image: linear-gradient(rgba(00, 00, 00, 0.4), rgba(00, 00, 00, 0.4)), url(./assets/img/hero-bg.jpg);
    background-position: center ;
    background-repeat: no-repeat;
    background-size:cover ;
    background-attachment: fixed;
    background-blend-mode: overlay;
    height: 600px;
    width: 100%;
    
    

}


header h1 {
    font-size: 50px;
    font-weight: 700;
}

header p {
    font-size: 25px;
    font-weight: 500;
}

section {

    padding: 50px;
}

.text-services {
    position: relative;


}

.text-services::after {
    content: "";
    width: 7%;
    height: 3px;
    background-color: #007bff;
    position: absolute;
    bottom: 0;
    left: 45%;
    transition: all 1s;
    font-size: 17px;



}

.card1 {
    border: none;
    transition: all 1s;
}

.card1:hover {
    transform: translateY(-10px);
}

.circle {
    width: 90px;
    height: 90px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: #007bff solid 10px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 20px;
    transition: all 1s;
    margin-left: 100px;

}

.circle:hover {
    background-color: #007bff;

    border: #6d8194 solid 10px;
}

.circle i {
    font-size: 30px;
}

.number1 {
    background-image: linear-gradient(rgba(0, 123, 255, 0.7), rgba(0, 123, 255, 0.7)), url(./assets/img/counters-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;

}

.bord {
    width: 70px;
    height: 70px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: #ffffff solid 7px;
    font-size: 20px;
    color: rgb(255, 255, 255);

    transition: all 1s;
}

.number div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}



.span1 {
    font-size: 14px;
}

.img-work {
    transition: all 1s;
}

.img-work:hover {
    transform: scale(1.1);
    background-attachment: fixed;
    background-blend-mode: overlay;
}

#sliper {
    background-image: linear-gradient(rgba(0, 123, 255, 0.5), rgba(0, 123, 255, 0.5)), url(./assets/img/overlay-bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.swiper {
    width: 100%;
    height: 400px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 35px;

    
}




.carousel-item img {
    width: 150px;
    height: 150px;

}

.dash {
    position: relative;
}

.dash::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #7d7d7d;
    position: absolute;

    top: -20%;
    left: 0;
}

/* content */
.text-content {
    position: relative;
}

.text-content::after {
    content: "";
    width: 20%;
    height: 3px;
    background-color: #007bff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 1s;
}

.content {
    background-image: linear-gradient(rgba(0, 123, 255, 0.5), rgba(0, 123, 255, 0.5)), url(./assets/img/overlay-bg.jpg);
    background-size: cover;
    background-position: center;
    height: auto;
    
}

textarea {
    height: 110px;
}

.form-group {
    margin-bottom: 20px;
    margin-left: 20px;
}

.text-content {
    margin: 40px 0 40px 20px;
}

.social-content a {
    border: 2px solid #007bff;
    border-radius: 50%;
    text-align: center;
    transition: all 1s linear;
}

.social-content a:hover {
    background-color: #007bff;
    color: #ffffff;
    border: 2px solid #7d7d7d;
}

.social-content .fa-facebook-f:hover,
.fa-twitter:hover,
.fa-instagram:hover,
.fa-linkedin-in:hover {
    color: #ffffff;
}
/* fotter */
footer{
    height: 100px;
}