*{
    box-sizing: border-box;
}

.hero {
    text-align: center;

}

.hero img {
    width: 100%;
    /* position: relative;
    z-index: -1; */
}

.h-text {
    position: relative;
    top: 3vw;
    margin: 1vw;
}

.h-text1 {
    font-family: 'Maax';
    font-size: 4vw;
}

.h-text2 {
    padding: 5px 0px;
    font-family: 'Maax';
    font-size: 1.5vw;
    font-weight: 500;
    color: #838383;
}

.section1 {
    margin: 4vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s1-text1 {
    font-size: 3.5vw;
    font-weight: 300;
    padding: 3vw;
}

.s1-text2 {
    font-weight: 100;
    font-size: 18px;
    color: #6B6A6A;
    width: 65vw;
    padding: 2vw;
}

.section2 {
    margin: 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s2-text1 {
    text-align: center;
    font-size: 30px;
    margin: 2vw;
}

.s2-text2 {
    text-align: center;
    color: #525252;
    padding: 1vw;
    font-size: 22px;
}

.s2-text3 {
    width: 60vw;
    margin: 2vw;
    color: #828282;
    display: flex;
    justify-content: center;
}

.section3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s3-text1 {
    font-weight: 100;
    font-size: calc(16px + 2vw);
    letter-spacing: 2.5vw;
    text-align: center;
    color: #BEBEBE;
}

.form {
    width: 60vw;
    margin: 7vw;
    min-width: 300px;
}

.row {
    display: flex;
    margin: 10px 0px;
}

.input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 10px 20px;
}

label {
    color: black;
    /* font-size: 16px; */
}

input[type="text"],
textarea {
    width: 100%;
    /* font-size: 18px; */
    height: 34px;
    padding: 0px 10px;
    border: 1px solid black;
    background: white;
    outline: none;
    margin: 10px 0px;
}

textarea {
    resize: none;
    height: 15vw;
    padding: 10px 10px;
}

.btn {
    background-color: black;
    /* Green */
    border: none;
    color: white;
    padding: 12px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 20px;
    cursor: pointer;
}

.section4 {
    display: flex;
    justify-content: space-evenly;
}

.section4 h3 {
    color: #7C7C7C;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
}

.section4 p {
    line-height: 20px;
    font-size: 16px;
}

.section5 {
    display: flex;
    justify-content: center;
    margin: 7vw;
}

.map-image {
    width: 60vw;
}

.section5 img {
    width: 100%;
}

@media (max-width: 570px) {

    .textarea{
        height: 100px;
    }
    .row{
        flex-direction: column;
    }
    .s1-text2{
        font-size: 12px;
    }
    .s1-text1{
        font-size: 25px;
    }
    .s2-text2{
        font-size: 18px;
    }
    .s2-text1{
        font-size: 22px;
    }
    .section4{
        flex-direction: column;
        align-items: center;
    }
    .s4{
        width: 50vw;
        margin: 20px;
    }
}
