.project-detail {
    padding: 0 !important;
    background: url(../images/projectDeails-banner.png) no-repeat center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-detail .banner-heading {
    padding-top: 400px;
}

.banner-heading.white {
    color: #fff;
}

.project-detail .banner-img {
    position: absolute;
    top: 0;
    z-index: 0;
}

.asid-bg {
    height: 0;
}

.banner-heading-box.right {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

.project-detail .black-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 800px;
    margin-right: 0;
}

.projectDetail-center {
    padding: 280px 0;
    position: relative;
    z-index: 1;
}

.projectDetail-center .content {
    width: 75%;
    line-height: 1.2;
    /* margin: auto; */
}

.property-details .box {
    /* width: 33.33%; */
    margin-right: 10px;
    /* direction: rtl; */
}

.projectDetail-center .title {
    font-size: 150px;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 155px;
}

.projectDeail-gallery {
    position: relative;
    padding-bottom: 100px;
}

.left-arrow {
    margin-top: 115px;
    width: 180px;
}

.images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
}

.images .images-box {
    width: 48%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 400px;
    position: relative;
}
.images .images-box img{
    width: 100%;
    object-fit: cover;
    min-height: 400px;
}
.images-details{
    width: 48%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.images-details__heading{
    font-size: 60px;
    font-weight: 600 !important;
    font-family: 'Avenir Next';
    margin-bottom: 20px;
}

.images-details__para {
    font-size: 18px;
    line-height: 1.5;
}

.images .images-box:nth-child(1) {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    min-height: 400px;
}


/* .images .images-box:nth-last-child(1){
    width: 100%;
    height: auto;
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
} */

.role {
    height: 100vh;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    position: relative;
    z-index: 99;
    justify-content: center;
}

.role-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 50px;
}

.role-wrapper__saperator {
    width: 70%;
    height: 1px;
    background-color: #000;
    margin-right: auto;
    margin-left: 10%;
}

.role-left {
    width: 25%;
    margin-bottom: 40px;
}

.role-right {
    width: 62%;
    margin-bottom: 40px;
}

.role-left__p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
@media(max-width:1399px){

}
@media(max-width:1399px) {}

@media(max-width:1199px){
    .images-details__heading{
        font-size: 40px;
    }
}
@media(max-width:991px) {
    .images {
        row-gap: 20px;
    }
    .images img {
        width: 100%;
    }
    .projectDetail-center .content {
        width: 100%;
    }
}

@media(max-width:767px) {
    .projectDetail-center {
        padding-top: 80px;
        z-index: 0;
        position: relative;
    }
    .projectDetail-center .title {
        font-size: 57px;
        color: #fff;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-top: 150px;
    }
    .left-arrow {
        display: none;
    }
    .aa {
        margin-bottom: 40px;
    }
    .project-detail .black-box {
        width: 81%;
    }
}
