/* Start Section Home */
.home{
    position: relative;
    top: -155px;
    z-index: -1;
    margin-left: -20px;
    display: flex;
    min-height: 850px;
    flex-direction: column;
    justify-content: center;
    color: white;
    align-items: center;
}
.home video{
    filter: brightness(0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.home .section {
    display: flex;
    flex-direction: column;
}
.home .head-1{
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
}
.home .head-1 i{
    font-size: 35px;
}
.home .head-1 p{
    font-size: 28px;
    font-weight: 100;
}
.home .head-2{
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    /* padding: 0 40px; */
    max-width: 1250px;
}
.home .head-2 span{
    font-weight: 600;
    color: var(--primaryColor);
}
@media screen and (max-width:768px) {
    .home .head-1 p{
        font-size: 25px;
    }
    .home .head-2{
        font-size: 45px;
    }
}
    @media screen and (max-width:568px) {
    .home .head-1 p{
        font-size: 20px;
    }
    .home .head-2{
        font-size: 35px;
        max-width: 400px;
        margin: 0 auto;
        padding: 0 20px;
    }
}
/* End Section Home */

/* Start Section Search */
.search{
    margin-top: -90px;
    margin-bottom: 40px;
}
.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: -145px;
    }
    .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;
}
.feature .boxes{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-top: 50px;
}
.feature .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;
}
.feature .boxes .box .image{
    width: 100%;
}
.feature .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 ;
}
.feature .boxes .box .image p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: red;
    background-color: black;
}
.feature .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;
}
.feature .boxes .box .price p{
    color: var(--primaryColor);
    font-weight: 800;
    font-size: 20px;
}
.feature .boxes .box .price span{
    color: var(--secondColor);
    font-weight: 600;
    font-size: 16px;
    align-self: end;
    margin-top: 4px;
}
.feature .boxes .box .rent{
    background-color: black;
    color: white ;
    padding: 5px 16px;
    border-radius: 500px;
    margin-top: 4px;
}
.feature .boxes .box .sale{
    background: #E53935;
}
.feature .boxes .box .head-1{
    font-size: 24px;
    font-weight: 600;
    color: #272838;
}
.feature .boxes .box .all-data{
    display: flex;
    justify-content: space-between;
    align-items: center;
    row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 10px;
}
.feature .boxes .box .all-data .data{
    flex-basis: 49%;
    display: flex;
    align-items: center;
    gap:15px;
}
.feature .boxes .box .all-data .data i,.feature .boxes .box .all-data .data p{
    color: var(--secondColor);
}
.feature .button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
@media screen and (max-width:1200px) {
    .feature .boxes .box{
        flex-basis: 32%;
    }
}
@media screen and (max-width:992px) {
    .feature .boxes{
        justify-content: center;
        gap: 20px;
    }
    .feature .boxes .box{
        flex-basis: 48%;
    }
}
    @media screen and (max-width:992px) {
    .feature .boxes{
        gap: 50px;
    }
    .feature .boxes .box{
        flex-basis: 70%;
    }
    .feature .boxes .box .all-data{
        padding: 10px 30px;
    }
}
@media screen and (max-width:568px) {
    .feature .boxes .box{
        flex-basis: 100%;
    }
}

/* Start Section About */
.about{
    position: relative;
    width: 100%;
    background: #F8F8F8;
    z-index: 1;
    margin-top: 20px;
    padding: 100px 0;
}
.about::after{
    content : "" ;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/background-buildings.jpg");
    background-size: cover;
    z-index: -1;
    opacity: 0.05;
}
.about .section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 85px;
    gap: 20px;
}
.about .section .description{
    display: flex;
    flex-direction: column;
    flex-basis: 63%;
}
.about .section .description small{
    color: var(--primaryColor);
    font-size: 18px;
    margin-bottom: 30px;
}
.about .section .description .head-1{
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;
    margin-bottom: 20px;
}
.about .section .description .parag{
    font-size: 24px;
    color: var(--secondColor);
    line-height: 34px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
.about .section .description button{
    width: fit-content;
}
.about .section .image{
    flex-basis: 400px;
    background-color: black;
}
.about .section .image img{
    width: 100%;
    height: 420px;
}
@media screen and (max-width:1200px) {
    .about .section{
        padding-left: 50px;
    }
    .about .section .description{
        flex-basis: 54%;
    }
}
@media screen and (max-width:992px) {
    .about .section{
        justify-content: center;
        gap: 50px;
        padding-left: 0;
    }
    .about .section .description {
        flex-basis: 70%;
    }
    .about .section .image{
        flex-basis: 70%;
    }
}
@media screen and (max-width:768px) {
    .about .section .description {
        flex-basis: 80%;
    }
    .about .section .description .head-1{
        font-size: 35px;
        line-height: 45px;
    }
    .about .section .description .parag{
        font-size: 18px;
        line-height: 26px;
    }
    .about .section .image{
        flex-basis: 80%;
    }
}
@media screen and (max-width:768px) {
    .about .section .description {
        flex-basis: 90%;
    }
    .about .section .image{
        flex-basis: 90%;
    }
}
/* End Section About */