html {
    scroll-behavior: smooth;
}

#title {
    background-color: #f9fcfb;
    font-family: "Montserrat";

}

h1 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 3rem;
}

h2 {
    color: #4958b0;
}

h3 {
    font-family: "Montserrat";
    font-weight: 600;

}

p {
    font-size: 13px;
    line-height: 1.7;
    filter: opacity(80%);
}

.container {
    padding: 3% 20%;
}

.row {
    padding-top: 7%;
    padding-left: 1.5%;
}

.header-bloc p {
    font-family: "Montserrat"sans-serif;
}

.header-image {
    position: relative;
    left: 40px;
    object-fit: cover;
}

.profession {
    color: #4958b0;
    text-transform: capitalize;
    font-family: "Montserrat";
    font-weight: 600;
}

.see-arrow {
    transform: rotate(91deg);
    margin-left: 20px;
}


.nav-item {
    padding: 0px 18px;
    font-family: "Montserrat";
}

.navbar-nav {
    padding-right: 5%;
}

.navbar-brand {
    font-weight: 600;
    font-size: 2rem !important;
}

.navbar-brand:hover {
    color: #4958b0 !important;
}

.nav-link:hover {
    transition: 0.4s ease-in-out;
    background-color: #4958b0;
    color: white !important;
}




#skills {
    margin: 0;
    text-align: center;
    padding: 5% 5%;
    font-family: "Montserrat";
    font-weight: 400;
    background-color: white;
}



.skill-set {
    padding: 1% 10%;
    background-color: #f9fcfb;
} 

.fa-icon {
    margin-bottom: 10%;
    color: #8ab6d6;
}

.fa-icon:hover {
    color: #4958b0;
}


#guaranties {

    padding: 5% 5%;
    text-align: center;
    font-family: "Montserrat";
    font-weight: 400;
}


.g-set {
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 10px;
    padding-top: 3%;
    background-color: #f9fcfb;
}

.g-img {
    margin-bottom: 10%;
}



#testimonials {
    text-align: center;
    background-color: #e3e3e3;
    padding: 5% 5%;
    font-family: "Montserrat";
    font-weight: 500;
}

.testimonials {
    padding: 0% 15%;
}

.testimonial-image {
    border-radius: 100px;
    margin-top: 7%;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}


#contact {
    text-align: center;
    padding: 5% 5%;
    font-family: "Montserrat";
    font-weight: 400;
}

.contact-box {
    background-color: #f9fcfb;
    height: fit-content;
    width: 380px;
    margin: auto;
    margin-top: 5% !important;
    border-radius: 5%;
}

#contact h3 {
    color: #222831;
    padding: 5% 0 3%;
}

form input {
    width: 63%;
    margin: 7% 0 0 2%;
    border: none;
    border-bottom: 1px solid rgb(65, 63, 63);
    background-color: inherit;

}

textarea {
    margin: 7% 0 5% 5% !important;
    border: none;
    border-bottom: 1px solid rgb(65, 63, 63);
    background-color: inherit;
}

input:focus {
    outline: none;
    border-bottom: 1.5px solid #007bff;
}

textarea:focus {
    outline: none;
    border-bottom: 1.5px solid #007bff;
}

form button {
    font-size: 14px;
    margin-bottom: 4%;
    padding: 3%;
    text-transform: uppercase;
}




#aboutme {
    text-align: center;
    padding: 7% 5%;
    font-family: "Montserrat";
    font-weight: 400;
}

.me-text {
    padding-top: 35px;
}

#footer {
    text-align: center;
    padding: 1% 5%;
    font-family: "Montserrat";
    font-weight: 400;
    background-color: #f9fcfb;
}

.footer-icon {
    margin: 0px 15px 25px;
}

.footer-icon:hover {
    transform: translateY(-4px);
}

.social-medias a {
    color: inherit;
}

.dont-know {
    color: #4958b0;
}

.be-far {
    margin-top: 10%;
}


@media (max-width: 990px) {
    .header-bloc {
        width: 35%;
        text-align: center;
        line-height: 1.5;
    }

    .profession {
        margin-top: 8%;
        width: max-content;
    }

    .header-image {
        width: 300px;
        height: 370px;
        position: relative;
        left: 45px;
        object-fit: scale-down;
    }

    .js-icon {
        margin-bottom: 30px;
    }

}

@media (max-width: 768px) {
    .profession {
        margin-top: 0%;
        width: unset;
    }

    .header-bloc {
        text-align: center;
    }

    .header-image {
        margin: auto;
    }

}