/* Start Section Properties */
.about-us{
    background-image: url("../images/background-properties.jpg");
    height: 900px;
    position: relative;
    top: -155px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}
.about-us::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: -2;
}
.about-us .section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 250px;
}
.about-us .section .head-1{
    font-size: 60px;
    font-weight: 600;
}
.about-us .section .details{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}
.about-us .section .details .link{
    font-size: 20px;
    font-weight: 600;
}
.about-us .section .details .link a{
    color: white;
    font-weight: 600;
}
.about-us .section .details .description{
    font-size: 20px;
    color: #ffffff96;
    max-width: 500px;
    font-weight: 600;
}
@media screen and (max-width:768px) {
    .about-us{
        top: -170px;
    }
    .about-us .section .head-1{
        font-size: 30px;
    }
    .about-us .section .details .link , .about-us .section .details .description{
        font-size: 18px;
    }
}
@media screen and (max-width:568px) {
    .about-us{
        top: -222px;
        height: 1000px;
        padding-top:260px ;
    }
}
/* End Section Properties */
/* Start Section Search */
.search{
    margin-top: -200px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.search .section{
    background-color: white;
    justify-content: center;
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid #EAEAEA ;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.search .section .line{
    width: 0.5px;
    height: 60px;
    background-color: #D4D4D4;
    width: 0.5px;
}
.search .section .data{
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-basis: calc((100% / 5) - 88px);
}
.search .section .data p{
    color: var(--secondColor);
}
.search .section .data .down{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    outline: none;
    color: black;
    font-weight: bold;
}

.search .section .data .buttons{
    display: flex;
    align-items: center;
    gap: 20px;
}
@media screen and (max-width:1200px) {
    .search{
        margin-top: -220px;
    }
    .search .section .data{
        flex-basis: calc((100% / 5) - 30px);
    }
}
@media screen and (max-width:992px) {
    
    .search .section .data{
        flex-basis: calc((100% / 5) - -10px);
    }
}
@media screen and (max-width:568px) {
    .search{
        margin-top: -300px;
    }
    .search .section .data{
        flex-basis: calc((100% / 5) - -55px);
    }
}
/* End Section Search */
.feature{
    padding: 20px 0 40px 0;
}
.boxes{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.boxes .box{
    flex-basis: 30%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-height: 850px;
    position: relative;
    border: 1px solid #EAEAEA ;
    border-radius: 20px;
}
.boxes .box .image{
    width: 100%;
}
.boxes .box .image img , .feature .boxes .box .image p{
    width: 100%;
    height: 450px;
    object-fit: fill	;
    border-top-left-radius:6px ;
    border-top-right-radius:6px ;
}
.boxes .box .image p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: red;
    background-color: black;
}
 .boxes .box .price{
    background-color: white;
    display: flex;
    justify-content: center;
    padding: 10px;
    border: 2px dotted #D4D4D4;
    gap: 3px;
    border-radius: 8px;
    margin-top: -8px;
    min-width: 212px;
    min-height: 52px;
}
.boxes .box .price p{
    color: var(--primaryColor);
    font-weight: 800;
    font-size: 20px;
}
.boxes .box .price span{
    color: var(--secondColor);
    font-weight: 600;
    font-size: 16px;
    align-self: end;
    margin-top: 4px;
}
 .boxes .box .rent{
    background-color: black;
    color: white ;
    padding: 5px 16px;
    border-radius: 500px;
    margin-top: 4px;
}
.boxes .box .sale{
    background: #E53935;
}
 .boxes .box .head-1{
    font-size: 24px;
    font-weight: 600;
    color: #272838;
} .boxes .box .all-data{
    display: flex;
    justify-content: space-between;
    align-items: center;
    row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 10px;
}
.boxes .box .all-data .data{
    flex-basis: 49%;
    display: flex;
    align-items: center;
    gap:15px;
}
.boxes .box .all-data .data i,.feature .boxes .box .all-data .data p{
    color: var(--secondColor);
}
.button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
@media screen and (max-width:1200px) {
   .boxes .box{
        flex-basis: 32%;
    }
}
@media screen and (max-width:992px) {
    .boxes{
        justify-content: center;
        gap: 20px;
    }
   .boxes .box{
        flex-basis: 48%;
    }
}
    @media screen and (max-width:992px) {
    .boxes{
        gap: 50px;
    }
    .boxes .box{
        flex-basis: 70%;
    }
   .boxes .box .all-data{
        padding: 10px 30px;
    }
}
@media screen and (max-width:568px) {
    .boxes .box{
        flex-basis: 100%;
    }
}

