
/*-----------------------Dising banner-----------------------*/
.banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/treeremovaltreestafford.webp") no-repeat center;
}
.conten__tittle p {
    line-height: 1.4em;
}
.conten__tittle h2 {
    color: var(--yellow-color);
    border-bottom: 3px solid #cca802;
    padding-bottom: 10px;
    margin: 15px 0;
}
.link__banner {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
}
.link__banner a {
    display: flex;
    color: #fff;
    width: 100%;
    font-weight: bold;
    padding: 10px 0;
    font-size: 19px;
    max-width: 500px;
    margin: 15px auto;
}
.link__banner a p {
    margin: auto;
}
.services {
    background: var(--black-color);
    border-radius: 15px;
    
}
.quote {
    border: 2px solid var(--black-color);
    border-radius: 15px;
}
.services:hover {
    background: none;
    border: 2px solid var(--white-color);
    transition: all 0.2s
}
.quote:hover {
    border: none;
    transition: all 0.2s;
    background: var(--yellow-color);
} 

.servicios {
    display: flex;
    flex-wrap: wrap;
    background: var(--black-color);
    color: #000;
    
}
.services__icon {
    width: 50%;
    display: flex;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.2);
}
.icon__img {
    width: 100%;
    display: flex
}
.icon__img img {
    width: 45%;
    margin: 15px auto;
}
.icon p {
    margin: 10px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.circle {
    border: 2px solid #fff;
    display: flex;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    margin: auto;
}
.circle p{
    margin: auto;
}
.content__img {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/treeremoval.webp") no-repeat center;
    width: 100%;
    height: 450px;
}
.content__img img {
    width: 100%;
    
}
.conten__inf {
    display: flex;
    padding: var(--padding-content);
}
.content__center__titttle {
    color: var(--black-color-light);
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
}
.content__center h3 {
    font-size: var(--font-size-tittle);
    margin-bottom: 15px;
    color: dimgray;
    text-align: center;
}
.content__center__inf {
    line-height: var(--space-line);
    margin-bottom: 15px;
}
.getQuote {
    background: var(--black-color);
    display: flex;
    width: 150px;
    height: 45px;
    border-radius: 10px;
    margin: auto;
}
.getQuote p{
    margin: auto;
    color: #fff;
    font-weight: bold;
}
.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;
}


.getEstimate {
    display: flex;
    flex-wrap: wrap;
}
.getContent {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../img/tree-removal-service.webp") 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;
}


@media screen and (min-width: 800px){
    .services__icon {
        width: 33.3%;
        
    }
    .content {
        display: flex;
    }
    .content__img {
        width: 50%;
        background-size: cover;
        overflow: hidden;
        justify-content: center;
        height: auto;
    }
    
    
    .conten__inf {
        width: 50%;
    }
    .why_content {
        width: 23%
    }
    .getContent {
        width: 50%;
        height: auto;
    }
    .info_contact {
        width: 50%;
    }
    .form_contact {
        max-width: 650px;
        margin: 30px auto 0 auto;
    }
    .contact {
        justify-content: space-between
    }
    .contact_content {
        width: 48%;
    }
}
@media screen and (min-width: 1200px){
    .content__space {
        display: flex;
    }
    .content {
        max-width: var(--max-width-content);
        margin: 50px auto;
    }
    .content__img {
        border-radius: 30px
    }
    .servicios {
        flex-wrap: nowrap;
    }
    .services__icon {
        width: 20%;
        
    }
    .review {
        padding: 70px 30px;
    }
}














