@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-VariableFont.ttf");
}
body{
    margin: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 28px;
}
.header{
    width: 90%;
    height: 92px;
    display: flex;
    align-items: center;
}
.logo img{
    width: 180px;
    height: 60px;
    object-fit: contain;
}
.section{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 28px;
    font-family: "Inter", sans-serif;
}
.bannerTop{
    width: 100%;
    height: 440px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    background-image: url("../img/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.titleBanner{
    font-size: 44px;
    color: white;
}
.contentSearch{
    margin-top: 16px;
    width: 70%;
    height: 104px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 26px;
    padding-right: 12px;
}
.inputSearch{
    width: 100%;
    display: flex;
    align-items: center;
}
.inputSearch img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 16px;
}
.inputSearch input{
    width: 100%;
    height: 78px;
    font-size: 28px;
    border: 0px;
}
.inputSearch input:focus{
    outline: none;
}
.btnSearch button{
    width: 194px;
    height: 80px;
    background-image: linear-gradient(to right, #019176, #006C4F);
    border-radius: 20px;
    color: white;
    font-size: 32px;
    border: 0px;
    cursor: pointer;
}
.textBanner{
    margin-top: 12px;
    font-size: 20px;
    color: white;
    display: flex;
    align-items: center;
}
.textBanner img{
    width: 108px;
    height: 36px;
    object-fit: contain;
    margin-left: 12px;
}

.marginSection{
    margin-top: 68px;
}
.titleRow{
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 38px;
    font-weight: 600;
    color: #525252;
}
.titleRow img{
    width: 38px;
    height: 38px;
    object-fit: contain;
    margin-right: 12px;
}
.rowUsers{
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.colUser{
    width: calc(100% / 3 - (24px - 24px / 3));
    border: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #D9D9D9;
    border-radius: 20px;
    padding-bottom: 24px;
    margin-right: 24px;
    cursor: pointer;
}
.colUser:nth-child(3n){
    margin-right: 0px;
}
.imgUser{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.imgUser img{
    width: 100%;
    height: 172px;
    object-fit: cover;
}
.infosUser{
    margin-top: 12px;
    width: 90%;
    display: flex;
}
.nameUser{
    font-weight: 600;
    font-size: 24px;
    height: 52px;
}
.locationUser{
    margin-top: 12px;
    color: #464646;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.locationUser img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 12px;
}
.rightInfoUser{
    margin-left: auto;
}
.avaliationUser{
    font-size: 24px;
    color: #EAAC00;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    height: 52px;
}
.avaliationUser img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 8px
}
.priceUser{
    margin-top: 12px;
    font-size: 14px;
    color: #464646;
    font-weight: 600;
    height: 24px;
    display: flex;
    align-items: center;
}
.btnUser{
    width: 90%;
    margin-top: 20px;
}
.btnUser a{
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    text-decoration: none;
    background-image: linear-gradient(to right, #00BE8C, #006C4F);
}
.linkRow{
    margin-top: 32px;
    width: 100%;
    text-align: right;
}
.linkRow a{
    color: #00BE8C;
    font-size: 24px;
    padding-bottom: 7px;
}

@media screen and (max-width: 980px){
    .header{
        height: 168px;
        display: flex;
        justify-content: center;
    }
    .logo img{
        width: 360px;
        height: 120px;
    }
    .section{
        width: 95%;
    }
    .bannerTop{
        height: 640px;
    }
    .titleBanner{
        width: 90%;
        text-align: center;
        font-size: 52px;
    }
    .contentSearch{
        margin-top: 28px;
        width: 90%;
        height: 148px;
    }
    .inputSearch input{
        height: 120px;
        font-size: 38px;
    }
    .inputSearch img{
        width: 36px;
        height: 36px;
    }
    .btnSearch button{
        width: 240px;
        height: 114px;
        font-size: 40px;
    }
    .textBanner{
        margin-top: 28px;
        font-size: 30px;
    }
    .textBanner img{
        width: 160px;
        height: 54px;
        margin-left: 20px;
    }

    .titleRow{
        font-size: 52px;
    }
    .titleRow img{
        width: 68px;
        height: 68px;
        margin-right: 16px;
    }
    .rowUsers{
        margin-top: 32px;
    }
    .colUser{
        width: calc(100% / 2 - 16px);
        margin-right: 32px;
        margin-bottom: 28px;
    }
    .colUser:nth-child(2n){
        margin-right: 0px;
    }
    .imgUser img{
        height: 240px;
    }
    .infosUser{
        margin-top: 22px;
        flex-direction: column;
    }
    .nameUser{
        font-size: 36px;
        height: 74px;
    }
    .locationUser{
        margin-top: 22px;
        font-size: 24px;
    }
    .locationUser img{
        width: 38px;
        height: 38px;
    }
    .rightInfoUser{
        margin: 0px;
        margin-top: 28px;
        display: flex;
        align-items: center;
    }
    .avaliationUser{
        width: auto;
        font-size: 36px;
        align-items: center;
        height: auto;
    }
    .avaliationUser img{
        width: 38px;
        height: 38px;
        margin-right: 18px;
    }
    .priceUser{
        margin-left: auto;
        font-size: 24px;
    }
    .btnUser{
        margin-top: 36px;
    }
    .btnUser a{
        height: 54px;
        font-size: 26px;
    }
    .linkRow a{
        font-size: 38px;
    }
}