@font-face {
    font-family: Titillium;
    src: url("../fonts/Titillium/TitilliumWeb-Regular.ttf");
}

.fixed-top {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    position: absolute;
}

.navbar-brand img {
    cursor: pointer;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.navbar-brand img:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.banner {
    background: rgba(30, 30, 30, 1);
    height: 528px;
    display: flex;
    align-items: end;
}

@media (max-width: 992.98px) {
    .banner {
        background: rgba(30, 30, 30, 1);
        height: 645px;
        display: flex;
        align-items: end;
    }
}

.banner-title {
    color: #fff;
    font-family: Titillium;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
}

.banner-image {
    width: 100%;
    overflow: hidden;
    max-height: 401px;
    margin-bottom: -35px;
}

.service-icon {
    display: flex;
    justify-content: center;
}

.service-title {
    font-family: Titillium;
    font-size: 25px;
    font-weight: 700;
}

.service-description {
    font-family: Titillium;
    font-size: 13px;
    font-weight: 400;
}

.services .service-dark {
    height: 400px;
    width: 100%;
    background: rgba(30, 30, 30, 1);
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.services .service-grey {
    height: 400px;
    width: 100%;
    background: rgba(240, 240, 240, 1);
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(3, 3, 3, 1);
}

.services .service-yellow {
    height: 400px;
    width: 100%;
    background: #26A646;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.services {
    margin: 200px 0px 100px;
}

.newsletter-button, .inquiry {
    background-color: #26A646;
    color: #333333;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.newsletter-button:hover, .inquiry:hover {
    background-color: #1E8A3A;
    color: #fff;
}

#newsletter-form {
    background: #fff;
    border-radius: 50px;
    padding: 13px;
    max-width: 90%;
}

.newsletter {
    background: rgba(236, 237, 242, 1);
    padding: 80px 0;
}

.newsletter input {
    border: none;
}

.newsletter button {
    border-radius: 50px;
}

.newsletter-button span {
    font-family: Titillium;
    font-size: 14px;
    font-weight: 700;
}

.newsletter-input {
    font-family: Titillium;
    font-size: 14px;
    color: #000;
}

.dark-footer {
    background: #333333;
    min-height: 620px;
}

.newsletter h2 {
    font-family: Titillium;
    font-size: 40px;
    font-weight: 700;
}

.newsletter p {
    font-family: Titillium;
    font-size: 14px;
    font-weight: 400;
}

.footer-title {
    font-family: Titillium;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.footer-text {
    font-family: Titillium;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.footer-descriptoion {
    font-family: Titillium;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.get-in-touch-link {
    border-radius: 50px;
    background: rgba(38, 39, 45, 1);
    color: #fff;
    width: fit-content;
}

.get-in-touch-link span {
    font-family: Titillium;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.get-in-touch-card {
    background: #26A646;
    padding: 40px;
    font-family: Titillium;
    margin-top: -135px;
}

.underline-footer {
    border: 1px solid rgba(122, 126, 147, 1);
}

.copyrights {
    font-family: Titillium;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

footer a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

footer {
    font-family: Titillium;
}

.contact p {
    font-family: Titillium;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.how-we-work {
    min-height: 850px;
    padding: 100px 0;
    background: linear-gradient(to left, rgba(236, 237, 242, 1) 60%, transparent 40%);
    margin: 200px 0;
}

.how-we-work-image-wrapper {
    max-height: 640px;
    overflow: hidden;
    height: 100%;
}

/* .how-we-work-image-wrapper img {
    height: 100%;
} */

.step-number {
    background: #26A646;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    font-family: Titillium;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-we-work .entete h6{
    color: #26A646;
    font-family: Titillium;
    font-size: 24px;
    font-weight: 700;
}

.how-we-work .entete h2{
    color: #000;
    font-family: Titillium;
    font-size: 50px;
    font-weight: 400;
}

.entete {
    margin: 20px 0px 50px;
}

.step-details .title{
    font-family: Titillium;
    font-size: 20px;
    font-weight: 700;
}

.step-details .description{
    font-family: Titillium;
    font-size: 14px;
    font-weight: 400;
}

.step {
    margin-bottom: 25px;
}

.how-we-work button{
    border-radius: 50px;
}

.inquiry {
    background-color: #26A646;
    border-radius: 50px;
    display: flex;
    align-items: center;
    color: #333333;
}

.inquiry span{
    font-family: Titillium;
    font-weight: 700;
    font-size: 14px;
}

.contact a {
    color: #fff;
    font-family: Titillium;
    font-size: 14px;
    text-decoration: none;
}

.offcanvas-menu {
    background: #fff;
    font-family: Titillium;
}

.btn {
    transition: transform 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn:hover { 
    transform: translateY(-5px);
    transform: scale(1.2);
}

/* .{
    .btn:hover {
        background-color: #d1a900;
        color: white;
        transform: scale(1.2);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
} */

.transparent-button:hover {
    background-color: #fff;
    color: #000;
    transform: scale(1.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.limited-text-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    /* max-height: calc(1.2em* 3); */
}

@media (max-width: 767.98px) {
    .how-we-work {
        background:rgba(236, 237, 242, 1);
        margin: 100px 0;
    }

    .services {
        margin: 100px 0px 100px;
    }
}