.banner{
	width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* padding: 70px 0 250px 0; */
}
.sub-banner{
    height: 84vh;
}
.banner-content{
    max-width: 1910px;
}
.banner-heading-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.banner-heading{
    font-family: 'TT Norms';
    font-size: calc(106px + 254 * ((100vw - 480px)/ 1480));
    line-height: 0.8;
    font-weight: 500;
    position: relative;
    letter-spacing: -10px;
    font-weight: 500;
}
.sub-banner{
    justify-content: end;
}
.sub-banner .banner-heading{
    font-size: 260px;
    margin-left: auto;
}
.banner__para{
    font-size: 21px;
    width: 60%;
    line-height: 1.6;
    margin-top: 70px;
}
/* banner section end */


/* about section start */
.about{
    padding-top: 150px;
}
.about-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.about__img-holder{
    position: relative;
}
.about-content__heading{
    position: absolute;
    left: 70px;
    top: -15%;
    font-size: 200px;
    color: #fff;
    font-weight: 700;
}
.about-wrapper{
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.about-box1{
    max-width: 462px;
}
.about-box__para{
    font-size: 21px;
    line-height: 1.5;
    color: #fff;
}
.about-box2__heading{
    font-size: 122px;
    font-weight: 700;
    color: #fff;
}


/* about section end */


/* work-flow section start */
.work-flow{
    padding-right: 140px;
    max-width: 1540px;
    margin: auto;
}
.work-flow__heading{
    font-size: 180px;
    color: #fff;
    line-height: 0.9;
    font-weight: 500;
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
    font-family: 'TT Norms';
    letter-spacing: -5px;
    line-height: 0.8;
}
.work-flow-top-row{
    -webkit-transform: translateY(180px);
        -ms-transform: translateY(180px);
            transform: translateY(180px);
}
.work-flow-box1__para{
    padding-top: 60px;
    margin-bottom: 20px;
    max-width: 90%;
    font-size: 21px;
    line-height: 1.5;
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.work-flow-box2__img{
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}
.work-flow-box1__heading{
    font-size: 104px;
    color: #000;
    font-weight: 500;
    width: 420px;
    letter-spacing: -5px;
    font-family: 'TT Norms';
}
.work-flow-box2{
    position: relative;
    z-index: -1;
}
/* work-flow section end */


/* prInfo start */
.prInfo{
    padding: 0 0 150px 0;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    max-width: 1960px;
    margin: auto;
}
.prInfo__heading{
    font-family: 'TT Norms';
    font-size: 180px;
    font-weight: 500;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transform: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
            transform: all 0.3s ease-in-out;
    letter-spacing: -5px;
}
.prInfo__heading:hover{
    color: #fff;
    -webkit-transform: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
            transform: all 0.3s ease-in-out;
}
.prInfo__img-holder{
    position: relative;
    z-index: -1;
    text-align: center;
}
.black-box-outer{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: relative;
}
.black-box{
    padding: 50px 60px;
    background-color: #242424;
    max-width: 812px;
    margin-left: auto;
    margin-right: 50px;
}
.black-box--sm{
    margin-right: 0;
    margin-left: auto;
    max-width: 90%;
}
.black-box__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            /* direction: rtl; */
}
.black-box__col1{
    width: 33.3%;
}
.black-box__col__heading{
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}
.black-box__col__para{
    /* first 18px */
    font-size: 13px;
    color: #8B8B8B;
}
/* prInfo end */

/* jewel complex start */
.jcBox{
    margin-bottom: 60px;
}
.jcBox3{
    margin-top: 100px;
}
.jcBox:hover .jcBox__img{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.flex-end{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.flex-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-content: center;
}
.jcBox__heading{
    font-size: 86px;
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
    font-weight: 500;
    color: #fff;
    position: relative;
    letter-spacing: -4px;
    font-family: 'TT Norms';
}
.jcBox__img-holder{
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.jcBox__img{
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
}
.jewel-complex__bottom-heading{
    font-size: 200px;
    text-align: center;
    font-weight: 500;
    font-family: 'TT Norms';
    letter-spacing: -5px;
}
.jcbh{
    margin: auto;
}
.jcbh1{
    margin: 0 auto;
}
.arrowlink{
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}
/*  */
.bhmr{
    margin-right: 15px;
}
.about__img{
    min-height: 526px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.prInfo__img{
    width: 100%;
    min-height: 410px;
    -o-object-fit: cover;
       object-fit: cover;
}
.HomeProjectsTeaser .image-inner .picture img{
    min-height: 250px;
}
.cursorImg__res{
    display: none;
    height: 60px;
    width: auto;
}
.jewel-complex .row{
    padding-bottom: 100px;
}
.jewel-complex .row .col-md-6:nth-child(2n){
    margin-top: 340px;
}
.trns-x-20{
    /* transform: translateX(20px); */
    padding-left: 20px;
}
@media(min-width:1800px){
    .banner-heading{
        font-size: 210px;
    }
    .project-detail .banner-heading{
        font-size: 220px;
    }
    .sub-banner .banner-heading{
        font-size: 350px;
    }

}
@media(min-width:2200px){
    .banner-heading{
        font-size: 267px;
    }
    .sub-banner .banner-heading{
        font-size: 380px;
    }
}
@media(max-width:1799px){ 
    /* 1400px to  1599px */
    /* lg-screens */
    .banner-heading {
        font-size: 200px;
    }
    .banner__para{
        margin-top: 50px;
    }
    .sub-banner .banner-heading{
        font-size: 300px;
    }
    .work-flow__heading {
        font-size: 150px;
    }
    .work-flow-box1__heading {
        font-size: 85px;
        /* margin-top: 90px; */
        width: 370px;
    }
    .prInfo__heading {
        font-size: 140px;
    }
    .jcBox__heading {
        font-size: 70px;
    }
    .about-content__heading{
        font-size: 180px;
    }
    .jewel-complex__bottom-heading{
        font-size: 170px;
    }
}
@media(max-width:1599px){ 
    /* 1400px to  1599px */
    /* lg-screens */
    .banner-heading {
        font-size: 175px;
    }
    .banner__para{
        margin-top: 40px;
    }
    .sub-banner .banner-heading{
        font-size: 260px;
    }
    .about-content__heading{
        font-size: 170px;
    }
    .about-box2__heading {
        font-size: 100px;
    }
    .about-content__heading {
        font-size: 120px;
    }
    .about-box2__heading {
        font-size: 70px;
    }
    .about-wrapper {
        bottom: 10px;
    }
    .about-box__para {
        font-size: 18px;
    }
    .work-flow__heading {
        font-size: 120px;
    }
    .work-flow-box1__heading {
        font-size: 70px;
        margin-top: 80px;
        width: 258px;
    }
    .work-flow-box1__para {
        font-size: 18px;
    }
    .prInfo__heading {
        font-size: 100px;
    }
    .black-box--sm{
        padding: 35px 40px;
    }
    .black-box__col__heading {
        font-size: 14px;
        margin-bottom: 5px;
        letter-spacing: 0px;
    }
    .black-box--sm .black-box__col__para {
        font-size: 13px;
    }
    .jcBox__heading {
        font-size: 50px;
        -webkit-transform: translateY(18px);
            -ms-transform: translateY(18px);
                transform: translateY(18px);
    }
    .jewel-complex .row .col-md-6:nth-child(2n){
        margin-top: 240px;
    }
    .jewel-complex__bottom-heading{
        font-size: 150px;
    }
}
@media(max-width:1399px){ 
    .banner-heading {
        font-size: 150px;
    }
    .banner__para{
        margin-top: 40px;
    }
    .sub-banner .banner-heading{
        font-size: 230px;
    }
    .about-content__heading{
        font-size: 130px;
    }
    .about-box2__heading{
        font-size: 70px;
    }
    .about-box__para{
        font-size: 18px;
    }
    .work-flow{
        padding-right: 70px;
    }
    .work-flow__heading{
        font-size: 129px;
    }
    .work-flow-box1__para{
        font-size: 18px;
    }
    .work-flow-box1__heading{
        font-size: 70px;
        width: 310px;
    }
    .prInfo__heading{
        font-size: 100px;
    }
    .black-box{
        padding: 30px 40px;
        max-width: 676px;
    }
    .black-box--sm{
        max-width: 90%;
    }
    .black-box__col__heading{
        font-size: 12px;
    }
    .black-box__col__para{
        font-size: 11px;
    }
    .jcBox__heading{
        font-size: 60px;
        -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
                transform: translateY(20px);
    }
    .property-title {
        font-size: 40px;
    }
    .work-flow__heading {
        font-size: 110px;
    }
    .work-flow-box1__heading {
        width: 265px;
        /* margin-top: 40px; */
    }
    .banner__para{
        font-size: 21px;
    }
    .jcBox__img{
        height: 350px;
    }
    .jewel-complex__bottom-heading{
        font-size: 140px;
    }
}
@media(max-width:1199px){ 
    /* 992px to  1199px */
    /* small laptops */
    .banner-heading {
        font-size: 120px;
    }
    .sub-banner .banner-heading{
        font-size: 200px;
    }
    .about-content__heading {
        font-size: 90px;
    }
    .about-box2__heading {
        font-size: 40px;
    }
    .prInfo__heading {
        font-size: 70px;
        -webkit-transform: translateY(25px);
            -ms-transform: translateY(25px);
                transform: translateY(25px);
    }
    .jcBox__heading {
        font-size: 35px;
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);
    }
    .black-box--sm {
        padding: 30px 15px;
    }
    .banner__para{
        font-size: 20px;
        margin-top: 20px;
    }
    .jewel-complex__bottom-heading{
        font-size: 120px;
    }
}
@media(max-width:991px){ 
    /* 768px to  991px */
    /* tablets */
    .banner-heading {
        font-size: 105px;
    }
    .sub-banner .banner-heading{
        font-size: 160px;
    }
    .work-flow__heading {
        font-size: 70px;
    }
    .work-flow-box1__para {
        font-size: 14px;
        max-width: 100%;
    }
    .work-flow-box1__heading {
        font-size: 52px;
        width: 196px;
        margin-top: 0px;
    }
    .work-flow {
        padding-right: 0px;
    }
    .work-flow-wrapper{
        margin-left: 0;
    }
    .banner__para {
        font-size: 18px;
        width: 100%;
        line-height: 1.6;
    }
    .black-box__wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .black-box__col1{
        margin-right: auto;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .black-box__col__heading {
        margin-right: 10px;
        width: 85px;
        font-size: 12px;
        text-align: initial;
    }
    .banner{
        /* padding-top: 200px; */
    }
    .cursorImg__res{
        display: block;
    }
    .jewel-complex__bottom-heading{
        font-size: 100px;
    }
}
@media(max-width:767px){
    /* 540px to  767px */
    /* tablets and bigger mobiles */
    .sub-banner .banner-heading{
        font-size: 100px;
    }
    .work-flow-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .work-flow-box1{
        margin-bottom: 80px;
    }
    .work-flow-box2{
        margin-bottom: 20px;
    }
    .banner-heading {
        font-size: 70px;
        letter-spacing: -7px;
    }
    .banner__para {
        font-size: 18px;
        width: 100%;
        margin-top: 20px;
    }
    .about-content__heading br{
        display: none;
    }
    .about-content__heading {
        font-size: 45px;
        width: 90%;
        top: 0%;
        left: 0;
        position: relative;
        -webkit-transform: translate(20px, 60px) !important;
            -ms-transform: translate(20px, 60px) !important;
                transform: translate(20px, 60px) !important;
    }
    .about-box2__heading {
        font-size: 24px;
    }
    .black-box{
        margin-right: 0;
    }
    .jewel-complex .row{
        margin: auto;
    }
    .prInfo__heading {
        font-size: 40px;
        -webkit-transform: translateY(14px);
            -ms-transform: translateY(14px);
                transform: translateY(14px);
    }
    .about-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .about-box__para{
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .about-box2{
        margin-right: auto;
    }
    .about-box2__heading .heading-border-white{
        height: 3px;
    }
    .about-box2__heading .heading-border-black{
        height: 3px;
    }
    .jcBox__heading .heading-border-white{
        height: 3px;
    }
    .jcBox__heading .heading-border-black{
        height: 3px;
    }
    .black-box{
        max-width: 90%;
        padding: 20px 30px;
    }
    .work-flow{
        padding-top: 100px;
    }
    .work-flow__heading {
        font-size: 54px;
    }
    .banner{
        /* padding-top: 120px; */
        /* padding-bottom: 60px; */
    }
    .prInfo{
        padding-top: 50px;
    }
    .jewel-complex{
        padding-bottom: 40px;
    }
    .end-title.property{
        font-size: 50px;
    }
    .banner {
        /* padding-top: 100px; */
    }
    .black-box--sm .black-box__col__para {
        text-align: left;
    }
    .container-pdl-200{
        padding-left: 0 !important;
        padding: 20px !important;
    }
    .about{
        padding-top: 0;
    }
    .sub-banner{
        margin-top: 100px !important;
        height: 30vh;
    }
    .jewel-complex__bottom-heading{
        font-size: 70px;
    }
}
@media(max-width:539px){
    /* 360px to  539px */
    /* normal mobiles */
    .banner-heading {
        font-size: 52px;
        letter-spacing: -5px;
    }
    .sub-banner .banner-heading{
        font-size: 88px;
        letter-spacing: -6px;
    }
    .banner__para {
        font-size: 16px;
    }

}
@media(max-width:359px){
    /* 320px to  359px */
    /* small mobile */
}