@import url('./nav.css');
@import url('./contact.css');

.home-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 0px 60px 40px;
}

.smile {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.text {
    text-align: start;
    flex-direction: column;
    display: flex;
    padding: 55px 40px;
    margin-bottom: 20px;
}
.text h2 {
    text-align: start;
    font-size: 56px;
    font-weight: 700;
    padding-bottom: 30px;
    max-width: 400px;
}

.text p {
    text-align: start;
    font-size: 26px;
    font-weight: 400;
    max-width: 400px;
}

.button {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0px 30px;
}

.button h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    border: 2px solid #000 ;
    border-radius: 20px;
    padding: 20px 40px;
}

.image-header img {
    max-width: 100%;
}

.container-team {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.forus {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 50px;
    gap: 40px;
}

.image-team img {
    max-width: 100%;
}

.text-team {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px 30px 30px;
}

.title-forus h4 {
    font-size: 24px;
    font-weight: bold;
    align-items: flex-start;
}

.title-forus h5 {
    font-size: 38px;
    font-weight: bold;
    align-items: flex-start;
}

.team-text p {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    max-width: 553px;
}

.image-services {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
    padding-bottom: 40px;
}

.image-services img {
    max-width: 100%;
    border-radius: 15px;
}

.footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 80px;
}

.review {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    padding: 20px;
}

.title-review h6 {
    text-align: center;
    font-size: 46px;
    font-weight: 600;
    color: #8d8e8f;
}

.image-review {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 10px;
    padding-bottom: 40px;
}

.image-review img {
    max-width: 100%;
}

.information {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    gap:70px;
}

.information-us {
    align-items: start;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contactus h1 {
    color: #12a89d;
    font-size: 22px;
    font-weight: 700;
}

.address p {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.phone h2 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.phone p {
    font-size: 18px;
    font-weight: 700
}

.email h2 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.email p {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}



.map-image img {
    max-width: 100%;
}

.input-information {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.input {
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    gap: 30px;
}
