
.getEstimate {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
}
.getContent {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../img/Land-Clearing.jpg") no-repeat center;
    width: 100%;
    height: 450px;
    background-size: cover;
    overflow: hidden;
}
.info_contact {
    padding: var(--padding-content);
    width: 100%;
    
}
.info_contact h7 {
    font-size: var(--font-size-tittle);
    font-weight: bold;
    text-align: center;
    display: block;
    
    
}
.info_description {
    text-align: center;
    margin-top: 10px;
}
.form_contact {
    background: var(--black-color);
    margin-top: 30px;
    border-radius: 10px;
    padding: 25px 15px;
}
.contact {
    display: flex;
    flex-wrap: wrap;
}
.contact_content {
    width: 100%;
}
.contact_content p {
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}
.contact_content input {
    padding: 10px 5px;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}
.addres {
    width: 100%;
}
.addres p {
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}
.addres input {
    padding: 10px 5px;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}
.addres textarea {
    padding: 10px 5px;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    resize: none;
    height: 100px;
}
.addres select {
    padding: 10px 5px;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.addres select option {
    padding: 10px 5px;
}
.phone {
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    display: block;
}
.submit {
    background: var(--yellow-color);
    display: flex;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    border-radius: 10px;
    cursor: pointer;
}
.submit:hover {
    background: #fff;
    color: var(--black-color);
    transition: all 0.3s;
}
.submit p {
    margin: auto;
}
.why {
    margin-top: 30px;
    padding: var(--padding-content);
    background: rgba(0,0,0,0.05);
    
}
.why h4 {
    font-size: var(--font-size-tittle);
    text-align: center;
    margin-bottom: 30px
}
.why__firts {
    max-width: 700px;
    margin: auto;
    line-height: var(--space-line);
    text-align: center
}
.why__second {
    max-width: var(--max-width-content);
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} 
.why_content {
    width: 45%;
    line-height: 1.3em;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
    box-shadow: 5px 5px 2px rgba(0,0,0,0.05);
}
.why_content h5 {
    font-size: 20px;
    margin-bottom: 20px;
}
/*------------------------WORK GALLERT------------------------*/
h1 {
    margin: 40px 0;
    text-align: center;
    color: var(--black-color);
}
.images {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    justify-content: space-between;
}
.itm_img {
    width: 48%;
    height: 300px;
    margin: 10px 0;
}
.itm_img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}
@media screen and (min-width: 1000px) {
    .itm_img {
        width: 24%;
        height: 400px;
    }
}





