@charset "UTF-8";

/*!
 * Home css - 1.1.1
*/

/* Section home */

h1 {
    font-size: 64px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.underline {
    display: inline-block;
    background-image: url("../images/underline.webp");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 10px;
    padding-bottom: 5px;
}

.hero-image {
    height: 600px;
    display: block;
}

.hero-float-buttons {
    position: absolute;
    bottom: 5%;
    right: 10%;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 15px 15px;
}

.hero-float-buttons .button {
    padding: 8px 10px;
    border-radius: 2.5rem;
    border: 1px solid var(--primary);
    background-color: var(--light) !important;
}

.hero-float-buttons .button img {
    width: 25px;
    margin-right: 5px;
}

/* Section key figures */

#key-figures h2 {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    color: #29211c;
}

#key-figures p {
    color: var(--secondary-dark);
}

#key-figures .vr {
    height: 70px;
    align-self: center;
}

#key-figures .item .title {
    font-size: 50px;
    font-weight: 700;
}

/* Section About */

#about h2 {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    color: #29211c;
}

#about p {
    color: var(--secondary-dark);
    font-size: 16px;
}

#about .figure {
    background-color: #F1F9F7 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#about .services .feature {
    background-color: #F6F6F6;
}

#about .services h3 {
    font-size: 20px;
    font-weight: 600;
    color: #27272E;
}

#about .services p {
    font-size: 15px;
    color: var(--secondary-dark);
}

/* Solutions */
#solutions {
    background-color: #FFF6F1;
}

#solutions h2 {
    color: var(--primary);
    font-size: 48px;
    font-weight: 700;
}

#solutions .aa-card {
    border-color: #E35A0F !important;
}

#solutions .aa-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary) !important;
}

#solutions .aa-card p {
    font-size: 17px;
    font-weight: 500;
    color: #575757 !important;
    padding-left: 10px;
    padding-right: 10px;
}

/* Testimonial */

#testimonial h2 {
    font-size: 48px;
    font-weight: 700;
}

#testimonial .testimonial-item {
    text-align: center;
    background-color: #FAF9F9;
}

#testimonial .testimonial-item .author {
    font-size: 23px;
    font-weight: 700;
}

#testimonial .testimonial-item .comment {
    font-size: 14px;
    color: var(--secondary-dark);
}

#testimonial .testimonial-item .quote {
    font-size: 48px;
    color: #B6BAB7;
}

/* Cta */
.cta {
    background: url('../images/content-cta.webp');
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--light);
}

.cta h2 {
    font-size: 48px;
    font-weight: 700;
}