@charset "UTF-8";

.us {
    background-color: var(--color0);
}

.us .container-four {
    width: 100%;
    max-width: 100.4rem;
    margin: auto;
    padding: 12rem 1rem 0;
}

.us .container-four .card {
    width: 100%;
    border-radius: 2.9rem;
    padding: 7rem 4rem 4rem;
    position: relative;
    border: 1px solid var(--color2);
    margin-bottom: 10rem;
    display: flex;
    justify-content: center;
}

.us .container-four .card h3 {
    font: 600 3rem/3rem var(--font4);
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--color0);
    width: 100%;
    margin: auto;
    background-color: var(--color1);
    padding: 1.6rem 1rem;
    width: 100%;
    max-width: 38rem;
    position: absolute;
    left: 0;
    top: -3.2rem;
    right: 0;
    margin: auto;
    border: none;
    border-radius: 1.5rem;
}

.us .container-four .card p {
    font: 400 2rem/3rem var(--font3);
    text-align: left;
    color: var(--color2);
    width: 100%;
    max-width: 80rem;
}

.us .container-four .card-three {
    display: flex;
}

.us .container-four .card-three .values {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 67.2rem;
    margin: auto;
    gap: 4rem 8rem;
}

.us .container-four .card-three .values .value {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.us .container-four .card-three .values .value h4 {
    font: 600 2rem/3rem var(--font4);
    color: var(--color3);
    margin: 1rem 0;
}

.us .container-four .card-three .values .value p {
    font: 400 1.3rem/2rem var(--font3);
    color: var(--color2);
    text-align: center;
}

.us .container-four .card-three .value-one img {
    width: 5rem;
}

.us .container-four .card-three .value-two img {
    width: 4.7rem;
}

.us .container-four .card-three .value-three img {
    width: 4.7rem;
}

.us .container-four .card-three .value-four img,
.us .container-four .card-three .value-five img {
    width: 4.4rem;
}

.us .container-four .card-three .value-one p {
    width: 14rem;
}

.us .container-four .card-three .value-two p {
    width: 17rem;
}

.us .container-four .card-three .value-three p {
    width: 16rem;
}

.us .container-four .card-three .value-four p {
    width: 16rem;
}

.us .container-four .card-three .value-five p {
    width: 18rem;
}

.questions {
    background-color: var(--color4);
}

.questions .container-seven {
    width: 100%;
    max-width: 125.6rem;
    margin: auto;
    padding: 8rem 1rem 10rem;
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
}

.questions .container-seven h2 {
    font: 700 4.5rem/5.7rem var(--font5);
    letter-spacing: -0.02em;
    color: var(--color0);
    text-align: left;
    width: 100%;
    max-width: 57rem;
    margin: 0;
}

.questions .container-seven p {
    font: 400 2.5rem/3rem var(--font3);
    color: var(--color0);
    width: 100%;
    max-width: 61.4rem;
    margin: 4rem 0 0;
}

.questions .container-seven .form-horizontal {
    width: 100%;
    max-width: 44.8rem;
    margin: auto;
}

form textarea,
form input[type=text],
form input[type=email] {
    font: 400 1.6rem/1.6rem var(--font3);
    color: var(--color2);
    background-color: var(--color0);
    border: none;
    border-radius: 1rem;
}

form::placeholder {
    font: 400 1.6rem/1.6rem var(--font3);
    color: var(--color2);
}

form textarea,
form input[type=text],
form input[type=email] {
    margin: 0 0 2rem;
}

form .name,
form .email {
    width: 100%;
    padding-left: 1.5rem;
    height: 4.5rem;
}

form textarea {
    width: 100%;
    min-width: 30rem;
    max-width: 44.8rem;
    min-height: 4.5rem;
    max-height: 30rem;
    padding: 1.5rem 0 0 1.5rem;
}

form .btn-send {
    display: block;
    font: 600 2rem/2rem var(--font4);
    color: var(--color0);
    width: 100%;
    max-width: 12rem;
    height: 4rem;
    margin-left: auto;
    border: none;
    border-radius: 1rem;
    transition: 0.3s ease-in-out;
    padding-right: 1.5rem;
    background: var(--color6) url('./assets/right-arrow.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 9rem;
}

form .btn-send:hover {
    transform: scale(1.05);
    cursor: pointer;
}

footer .container-eight {
    width: 100%;
    max-width: 141rem;
    margin: auto;
    padding: 2.4rem 1rem;
}

footer .container-eight .container-contact {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .container-eight .container-contact .footer-logo {
    width: 100%;
    max-width: 30.5rem;
    height: auto;
}

footer .container-eight .container-contact address {
    width: 100%;
    max-width: 39.2rem;
    font: 400 1.8rem / 2.7rem var(--font3);
    color: var(--color2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .container-eight .container-contact address span {
    font-family: var(--font4);
    font-weight: 600;
}

footer .container-eight .container-contact .socials {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    max-width: 20.5rem;
}

footer .container-eight .container-contact .socials p {
    font: 400 1.5rem / 1.5rem var(--font3);
    color: var(--color2);
    padding: 0;
    width: initial;
}

footer .container-eight .container-contact .socials .icons {
    width: 100%;
    max-width: 16.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .container-eight .container-contact .socials .social-icon {
    width: 100%;
    max-width: 2.2rem;
    height: auto;
    transition: 0.3s ease-in-out;
    margin-left: 0.5rem;

}

footer .container-eight .container-contact .apps {
    display: flex;
}

footer .container-eight .container-contact .apps img {
    width: 100%;
    max-width: 9.95rem;
    height: auto;
    margin: 1rem 0 0;
    transition: 0.3s ease-in-out;
}

footer .container-eight .container-contact .socials img:hover {
    transform: scale(1.05);
}

footer .footer-line {
    width: 100%;
    height: 0.1rem;
    background-color: var(--color9);
}

footer p {
    font: 400 1rem/1.8rem var(--font3);
    text-align: center;
    color: var(--color2);
    width: 100%;
    max-width: 77.1rem;
    margin: auto;
    padding: 1.2rem 1rem;
}

@media (max-width: 1279px) {
    .questions .container-seven {
        padding: 8rem 1rem;
        flex-direction: column;
        align-items: center;
    }

    .questions .container-seven .form-horizontal {
        max-width: 40rem;
    }

    form textarea {
        max-width: 40rem;
    }

    .questions .container-seven h2 {
        text-align: center;
        margin: auto;
    }

    .questions .container-seven p {
        font-size: 2rem;
        line-height: 3rem;
        text-align: center;
        margin: 2rem auto 4rem;
    }
}

@media (max-width: 1023px) {
    footer .container-eight {
        padding: 4.9rem 1rem 2.3rem;
    }

    footer .container-eight .container-contact {
        flex-direction: column;
    }

    footer .container-eight .container-contact address {
        margin: 5.4rem auto 4.3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .container-eight .container-contact .socials {
        align-items: center;
        gap: 0.8rem;
    }

    footer .container-eight .container-contact .socials .icons {
        margin: auto;
    }
}

@media (max-width: 767px) {
    .questions .container-seven h2 {
        font-size: 3.6rem;
        line-height: 5rem;
    }

    .questions .container-seven p {
        font-size: 1.8rem;
        line-height: 2.5rem;
        max-width: 45rem;
    }
}

@media (max-width: 539px) {
    .us .container-four .card h3 {
        max-width: 24rem;
    }

    .questions .container-seven {
        padding: 5rem 1rem;
    }

    .questions .container-seven h2 {
        font-size: 2.4rem;
        line-height: 4rem;
    }

    .questions .container-seven p {
        max-width: 30em;
    }

    form textarea,
    .questions .container-seven .form-horizontal {
        max-width: 35rem;
    }

    footer .container-eight .container-contact address {
        font-size: 1.5rem;
    }
}

@media (max-width: 374px) {
    .questions .container-seven h2 {
        font-size: 2.1rem 21px;
        line-height: 3rem;
    }

    footer .container-eight .container-contact address {
        font-size: 1.3rem;
    }
}