.header .navbar-nav .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 0.8rem 1.5rem;
}
/*======== banner_updated ========*/
.banner_updated .carousel-item{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "zona", sans-serif;
}
.banner_updated .ban_txt h1{
    font-family: "zona", sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 5%;
    text-align: center;
    color: #F48120;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 70px;
}
.banner_updated .ban_txt h1 span{
    color: #0E4476;
}
.banner_updated .ban_txt h1 span:first-child{
    letter-spacing: 18%;
}
.banner_updated h1 span:last-child{
    font-weight: 400;
    font-size: 38px;
    letter-spacing: 8%;
}
.banner_updated .ban_txt h2{
    font-family: 'luxentablack';
    font-weight: 700;
    font-size: 55px;
    letter-spacing: 10%;
    text-align: center;
    color: #F48120;
}
.banner_updated .ban_txt h3{
    font-family: 'luxentablack';
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 7%;
    text-align: center;
    color: #0E4476;
}
.banner_updated .ban_txt h3 span{
    font-weight: 900;
    font-size: 32px;
}
.banner_updated .ban_txt{
    padding-top: 120px;
    position: relative;
    height: 100%;
}
.ban_location{
    display: flex;
    align-items: center;
    background-color: #F48120;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 15px 0 15px 85px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.ban_location img{
    width: 60px;
    height: 60px;
    margin-right: 5px;
}
.ban_location h6{
    width: calc(100% - 60px);
    font-family: "zona", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 5%;
    color: #fff;
    margin-bottom: 0;
}
/*======== overview_updated ========*/
.overview_updated{
    padding: 50px 0 0 0;
    position: relative;
}
.overview_updated .col-lg-8{
    width: 60%;
}
.overview_updated .col-lg-4{
    width: 40%;
}
.overview_img{
    position: relative;
    z-index: 2;
}
.overview_img:after{
    content: "";
    width: 100vw;
    height: 50px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #fff;
    z-index: -1;
}
.overview_updated .overview__cont{
    padding-inline: 50px;
    padding-bottom: 90px;
}
/*======== amenities_updated ========*/
.amenities_updated{
    background-color: #fff;
    position: relative;
}
.amenities_updated .container-fluid{
    max-width: calc(100% - 60px);
}
.amenities_updated:after{
    content: "";
    right: 0;
    bottom: 0;
    background-color: #0E4476;
    position: absolute;
    z-index: 1;
    width: 500px;
    height: calc(100% - 150px);
}
.each_amenities_box{
    display: flex;
    align-items: center;
    box-shadow: 2px 4px 6px 0px #0000001A;
    -webkit-box-shadow: 2px 4px 6px 0px #0000001A;
    border-radius: 40px;
    padding: 5px;
    background-color: #fff;
    padding: 9px 0 0 0;
}
.each_amenities_box img{
    margin-right: 15px;
    width: 65px;
    height: 65px;
    margin-bottom: 0 !important;
}
.each_amenities_box p{
    font-family: "zona", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #0E4476;
}
.amenities_slider_wrap{
    position: relative;
    z-index: 2;
}
/*======== specifications_updated ========*/
.specifications_updated{
    background-color: #fff;
}
.specifications_updated .accordion-button:after{
    right: 0;
}
.specifications_updated .accordion-header button[aria-expanded=true]{
    color: #E3AD1A;
}
.specifications_updated .accordion-header button:hover {
    color: #E3AD1A;
}
.specifications_updated .accordion-header button[aria-expanded=true]::after {
    content: "-" !important;
    font-family: "zona";
}
.specifications_updated ul li::marker {
    color: #ffffff;
}
/*======== location_updated ========*/
.location_updated{
    background-color: #fff;
}
.location_updated .location_txt{
    color: #000 !important;
}   
.location_updated .heading{
    color: #0E4476 !important;
}
.location_updated .containerstyle{
    padding-inline: 100px;
}
.location_updated .accordion-button:after{
    right: 0;
}
.location_updated .accordion-header button[aria-expanded=true]{
    color: #E3AD1A;
}
.location_updated .accordion-header button:hover {
    color: #E3AD1A;
}
.location_updated .accordion-header button[aria-expanded=true]::after {
    content: "-" !important;
    font-family: "zona";
}
.location_map{
    position: relative;
}
.location_txt{
    padding-inline: 20px;
    margin-bottom: 70px;
}
.location_map:after{
    content: "";
    top: -30px;
    left: -30px;
    background-color: #0E4476;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/*======== location_updated ========*/
.aboutdeveloper_updated{
    background-color: #fff !important;
    position: relative;
    background-image: unset;
    padding-top: 80px;
}
.aboutdeveloper_updated:after{
    content: "";
    right: 0;
    bottom: 0;
    background-color: #0E4476;
    position: absolute;
    z-index: 1;
    width: 500px;
    height: 100%;
}
.aboutdeveloper_updated .containerstyle .overlay{
    background:#fff;
    padding-right: 200px;
}
.aboutdeveloper_img{
    position: relative;
    z-index: 2;
}
/*============ responsive ccs ==============*/
@media (max-width: 1599.98px) {
    .banner_updated .ban_txt {
        padding-top: 70px;
    }
    .banner_updated .col-lg-9{
        width: 70% !important;
    }
    .banner_updated .col-lg-3{
        width: 30% !important;
    }
    .banner_updated .ban_txt h1{
        font-size: 35px;
        margin-bottom: 40px;
        line-height: 1.3;
    }
    .banner_updated .ban_txt h2{
        font-size: 36px;
    }
    .banner_updated .ban_txt h3{
        font-size: 28px;
    }
    .banner_updated .ban_txt h3 span{
        font-size: 25px;
    }
    .ban_location h6 {
        font-size: 18px;
        line-height: 30px;
    }
    .banner_updated h1 span:last-child {
        font-weight: 400;
        font-size: 32px;
        letter-spacing: 5%;
    }
    .overview_updated{
        padding: 30px 0 0 0;
    }
    .amenities_updated .col-lg-5{
        width: 45%;
    }
    .amenities_updated .col-lg-7{
        width: 55%;
    }
    .amenities_updated:after{
        height: calc(100% - 125px);
    }
    .amenities_updated .largetitleimg {
        margin-bottom: 25px;
    }
    .amenities_updated:after {
        height: calc(100% - 140px);
    }
    .each_amenities_box img {
        margin-right: 7px;
        width: 55px;
        height: 55px;
    }
    .each_amenities_box p {
        font-size: 15px;
    }
    .aboutdeveloper_updated .containerstyle .overlay{
        padding-right: 120px;
    }
}
@media (max-width: 1199.98px) {
    .banner_updated .ban_txt h1 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    .banner_updated .ban_txt h2 {
        font-size: 30px;
    }
    .banner_updated .col-lg-9{
        width: 65% !important;
    }
    .banner_updated .col-lg-3{
        width: 35% !important;
    }
    .banner_updated h1 span:last-child{
        letter-spacing: 0;
        font-size: 28px;
    }
    .banner_updated .ban_txt {
        padding-top: 20px;
    }
    .ban_location img {
        width: 35px;
        height: 35px;
    }
    .ban_location h6 {
        font-size: 15px;
        line-height: 22px;
    }
    .overview_img:after{
        height: 30px;
    }
    .each_amenities_box img {
        margin-right: 7px;
        width: 40px;
        height: 40px;
    }
    .each_amenities_box p {
        font-size: 13px;
    }
    .amenities_updated .largetitleimg{
        margin-bottom: 50px;
    }
    .amenities_updated:after {
        height: calc(100% - 160px);
    }
    .aboutdeveloper_updated {
        padding-top: 30px;
    }
    .aboutdeveloper_updated .containerstyle .overlay {
        padding-right: 40px;
    }
    .aboutdeveloper_updated .containerstyle .overlay p {
        line-height: 1.2;
    }
    .aboutdeveloper_updated .containerstyle {
        max-width: 98%;
        padding-left: 80px;
    }
    .location_updated .containerstyle {
        padding-inline: 50px;
    }
    .location_map:after {
        top: -15px;
        left: -15px;
    }
}
@media (max-width: 991px) {
    .banner_updated .col-lg-9{
        width: 60% !important;
    }
    .banner_updated .col-lg-3{
        width: 40% !important;
    }
    .banner_updated .ban_txt h1 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .banner_updated .ban_txt h2 {
        font-size: 25px;
        line-height: 1;
    }
    .banner_updated .ban_txt h3{
        font-size: 22px;
        line-height: 1;
    }
    .banner_updated .ban_txt h3 span{
        font-size: 20px;
    }
    .ban_location img {
        width: 25px;
        height: 25px;
    }
    .ban_location h6 {
        font-size: 12px;
        line-height: 18px;
    }
    .ban_location{
        padding: 7px 0 7px 70px;
    }
    .overview_updated .col-lg-8{
        width: 60%;
    }
    .overview_updated .col-lg-4{
        width: 40%;
    }
    .overview_updated .heading {
        font-size: 25px;
    }
    .overview_updated .overview__cont {
        padding-inline: 0;
    }
    .overview_updated .overview__cont .paratext{
        line-height: 1.2;
        font-size: 13px;
    }
    .overview_img:after{
        height: 15px;
    }
    .overview_updated #DownloadBrchure{
        margin-top: 5px !important;
    }
    .amenities_updated .col-lg-5,
    .amenities_updated .col-lg-7{
        width: 100%;
    }
    .amenities_updated:after {
        display: none;
    }
    .amenities_updated .row{
        flex-direction: column-reverse;
    }
    .amenities_boxes{
        flex-direction: row !important;
    }
    .overview_updated .overview__cont {
        padding-bottom: 30px;
    }
    .aboutdeveloper_updated:after{
        display: none;
    }
    .aboutdeveloper_updated {
        padding-top: 0;
    }
    .aboutdeveloper_updated .containerstyle .overlay {
        padding-right: 0;
        padding: 0;
    }
    .aboutdeveloper_updated .containerstyle{
        max-width: 100%;
        padding-left: 0;
    }
    .enquieryrap .iconenqui{
        width: 100% !important;
        max-width: 100% !important;
        flex: 100% !important;
    }
}
@media (max-width: 767px){
    .banner_updated .col-lg-9,
    .banner_updated .col-lg-3{
        width: 100% !important;
    }
    .banner_updated .ban_txt {
        padding-top: 10px;
        padding-bottom: 40px;
        background-color: #fff;
    }
    .overview_updated .col-lg-8,
    .overview_updated .col-lg-4{
        width: 100%;
    }
    .overview_img:after{
       display: none;
    }
    .overview_updated .overview__cont {
        padding-bottom: 0;
    }
    .overview_updated{
        padding-block: 25px;
    }
    .overview_updated .overview_img{
        padding-inline: 12px;
        margin-bottom: 15px;
    }
    .amenities_updated .container-fluid {
        max-width: 100%;
    }
    .each_amenities_box p {
        font-size: 12px;
    }
    .each_amenities_box img {
        margin-right: 2px;
        width: 30px;
        height: 30px;
    }
    .amenities_updated .largetitleimg {
        margin-bottom: 0 !important;
    }
    .location_updated .containerstyle{
        max-width: 100%;
        padding-inline: 0;
    }
    .location_updated .containerstyle{
        padding:2rem 0 !important;
    }
    .aboutdeveloper_updated .containerstyle{
        padding-inline: 15px;
    }
    .location_txt {
        padding-inline: 15px;
        margin-bottom: 30px;
    }
    .location_updated{
        padding:0;
    }
    #accordionFlushExample2{
        padding-inline: 15px;
    }
    .txsec_nw img{
        width: 70px !important;
    }
    .txsec_nw p{
        font-size: 12px;
    }
    .banner_updated .ban_txt h1 br,
    .banner_updated .ban_txt h2 br{
        display: none !important;
    }
    .banner_updated .ban_txt h1,
    .banner_updated .ban_txt h2,
    .banner_updated .ban_txt h1 span{
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .banner_updated .ban_txt h1{
        letter-spacing: 12%;
        padding-inline: 30px;
    }
    .banner_updated .ban_txt h2{
        font-size: 22px;
    }
    .ban_location h6 {
        font-size: 10px;
        line-height: 16px;
    }
    .banner_updated .ban_txt h3{
        font-size: 16px;
    }
    .banner_updated .ban_txt h3 span{
        font-size: 15px;
    }
    .ban_location {
        padding: 3px 0 3px 70px;
    }
    .ban_location img {
        width: 20px;
        height: 20px;
    }
    .footer{
        padding-bottom: 20px;
    }
}