/* ----------------- Developer listing page desktop css start ----------------- */


/* Banner css start  */

section.banner .banner_img .developer_logo {
    text-align: end;
}

section.banner .banner_img .developer_logo img {
  width: auto;
  object-fit: contain;
  height: auto;
}

section.banner .banner_content {
    bottom: 20px;
}
.desktop_banner {
    display: block;
}

.mobile_banner {
    display: none;
}



/* breadcrumb css start  */

.breadcrumb {
    width: 100%;
}

.breadcrumb {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-color: #ffffff;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #FFFFFF4D;
    width: 100%;
}

.breadcrumb li a {
    color: #ffffff;
    text-transform: uppercase;
}

.breadcrumb li a.active {
    color: #bf862f;
}

.breadcrumb li {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.breadcrumb li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    right: 0;
    border-radius: 50px;
}

.breadcrumb li:last-child::before {
    background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  padding: 0;
  float: none;
  color: inherit;
}

/* breadcrumb css end  */
section.banner .luxury_heading{
height: 100%;
    display: flex;
    align-items: center;
}
section.banner .luxury_heading h1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}


/* Banner css end  */


/* About listing page developer css start  */

.aboutus {
    height: auto;
}

.aboutus .container .row {
    position: relative;
}

.banner {
  margin-top: 70px;
  height: calc(100vh - 70px);
}

section.banner .banner_img {
  position: relative;
  height: 100%;
}
section.banner .banner_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000a1;
}

section.banner .banner_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mobile_banner {
  display: none;
}

section.banner .banner_content {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 9;
}



.generic_page_bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000ba;
}

section.aboutus .aboutus_pera p:last-child {
    margin-bottom: 0px;
}


/* About listing page developer css end  */


/* Project listing section css start  */

section.developer_projects {
    border-radius: 20px;
}

section.developer_projects .developer_projects_tabs .nav {
    justify-content: center;
    border-bottom: 0;
    background-image: url(../images/bnw-developer-new/developer-projects-strip.webp);
    background-position: center;
    background-size: cover;
    padding: 30px 0px 40px;
    gap: 0 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bhkTab .tab-button {
  text-transform: uppercase;
  font-family: 'SpaceGrotesk-SemiBold';
  color: #8c8c8c;
  font-size: 20px;
  border: none;
  background-color: transparent;
}

.bhkTab .tab-button.active {
  background-color: transparent;
  border: none;
  color: #bf862f;
  text-decoration: underline;
}

section.developer_projects .developer_projects_tabs .nav-tabs .nav-link {
    text-transform: uppercase;
    font-family: 'SpaceGrotesk-SemiBold';
    color: #8c8c8c;
    font-size: 20px;
    border: none;
}

section.developer_projects .developer_projects_tabs .nav-tabs .nav-link:hover {
    border: none;
}

section.developer_projects .developer_projects_tabs .nav-tabs .nav-item.show .nav-link,
section.developer_projects .developer_projects_tabs .nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
    color: #bf862f;
    text-decoration: underline;
}

section.developer_projects .listing_project_image {
    position: relative;
    height: 200px;
}

section.developer_projects .listing_project_image img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}

section.developer_projects .image_text p {
    margin-bottom: 0;
    background-color: #ffffffba;
    color: #000000;
    padding: 4px 15px;
    border-radius: 50px;
    font-family: 'SpaceGrotesk-SemiBold';
}

section.developer_projects .project_overlap_text {
    display: flex;
    column-gap: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
}

section.developer_projects .project_name h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

section.developer_projects .project_name {
    text-align: center;
}

section.developer_projects .listing_project_details {
    padding: 20px;
    background-color: #202020;
    border-radius: 20px;
    margin-top: 10px;
    background-image: url(../images/bnw-developer-new/project_details_bg.webp);
    background-position: center;
    background-size: cover;
}

section.developer_projects .project_propeties_flex {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-color: #ffffff;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #FFFFFF4D;
}

section.developer_projects .project_propeties_flex:last-child {
    border-bottom: 0;
}

section.developer_projects .project_icon img {
    width: 25px;
}

section.developer_projects .project_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

section.developer_projects .project_text p {
    margin-bottom: 0;
    font-family: 'SpaceGrotesk-Medium';
}

section.developer_projects .project_text p:last-child {
    color: #e4c26b;
    font-family: 'SpaceGrotesk-SemiBold';
    text-align: end;
}

section.developer_projects .redirect_btns {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

section.developer_projects .redirect_btns .common_btn_large {
    width: 50%;
}

section.developer_projects .redirect_btns .common_btn_large a {
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

section.developer_projects .tab-content .row {
    row-gap: 20px;
}
/* Project listing section css end  */

.whatsapp_float {
  position: fixed;
  left: 10px;
  bottom: 50px;
  z-index: 999;
}
.page-main-section {
  margin-top: 30px;
}

#openModal .modal-form .form-footer .form-control {
  padding: 10px 15px;
}

/* ----------------- Developer listing page desktop css end ----------------- */

@media only screen and (max-width: 1320px) {
    section.developer_projects .developer_projects_tabs .nav {
        padding: 20px 0px 30px;
    }
    section.developer_projects .developer_projects_tabs .nav {
        column-gap: 10px;
    }
    section.developer_projects .developer_projects_tabs .nav-tabs .nav-link {
        font-size: 16px;
    }
    section.developer_projects .image_text p {
        padding: 4px 10px;
    }
    section.developer_projects .project_overlap_text {
        column-gap: 5px;
    }
    section.developer_projects .listing_project_details {
        margin-top: 10px;
        padding: 15px;
    }
    section.developer_projects .project_name h3 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    section.developer_projects .project_icon img {
        width: 18px;
    }
    section.developer_projects .project_propeties_flex {
        padding-bottom: 8px;
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    section.developer_projects .developer_projects_tabs .nav {
        padding: 20px 0px 30px;
    }
    section.developer_projects .developer_projects_tabs .nav {
        column-gap: 10px;
    }
    section.developer_projects .developer_projects_tabs .nav-tabs .nav-link {
        font-size: 16px;
    }
    section.developer_projects .image_text p {
        padding: 4px 10px;
    }
    section.developer_projects .project_overlap_text {
        column-gap: 5px;
    }
    section.developer_projects .listing_project_details {
        margin-top: 10px;
        padding: 15px;
    }
    section.developer_projects .project_name h3 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    section.developer_projects .project_icon img {
        width: 18px;
    }
    section.developer_projects .project_propeties_flex {
        padding-bottom: 8px;
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 991px) {
    section.banner .banner_img .developer_logo img {
        width: 120px;
    }
    section.developer_projects .developer_projects_tabs .nav {
        padding: 20px 0px 30px;
    }
    section.developer_projects .developer_projects_tabs .nav {
        column-gap: 10px;
    }
    section.developer_projects .developer_projects_tabs .nav-tabs .nav-link {
        font-size: 16px;
    }
    section.developer_projects .image_text p {
        padding: 4px 10px;
    }
    section.developer_projects .project_overlap_text {
        column-gap: 5px;
    }
    section.developer_projects .listing_project_details {
        margin-top: 10px;
        padding: 15px;
    }
    section.developer_projects .project_name h3 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    section.developer_projects .project_icon img {
        width: 18px;
    }
    section.developer_projects .project_propeties_flex {
        padding-bottom: 8px;
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .fix-mobile-strip {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .fix-mobile-strip ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }
    .fix-mobile-strip ul li {
        width: 50%;
        text-align: center;
    }
    .fix-mobile-strip ul li a {
        display: block;
        text-decoration: none;
        color: #fff;
        background-color: #c08831;
        padding: 10px;
        font-size: 16px;
    }
    a.whatsapp_float {
        width: 42px;
        height: 42px;
        left: 50%;
        bottom: 0;
        z-index: 1;
        transform: translateX(-50%);
        background-image: url("../seo-assest/images/mobile-whatsapp.webp");
        background-size: cover;
    }
     a.whatsapp_float img {
        display: none;
    }
    section.developer_projects .listing_project_image img {
        width: 100%;
    }
 .desktop_banner {
        display: none;
    }
    .mobile_banner {
        display: block;
    }
section.banner .banner_img .developer_logo {
  text-align: left;
}
}

@media only screen and (max-width: 575px) {
    .banner {
        height: auto;
    }
    section.banner .banner_img .developer_logo img {
        width: 100px;
    }
    .breadcrumb li {
        padding-right: 10px;
        margin-right: 10px;
    }
    .breadcrumb li a {
        font-size: 12px;
    }
    .breadcrumb li::before {
        width: 3px;
        height: 3px;
    }
    .breadcrumb {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    section.developer_projects .developer_projects_tabs .nav {
        padding: 10px 0px 25px;
        column-gap: 15px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    section.developer_projects .developer_projects_tabs .nav-tabs .nav-link {
        font-size: 14px;
    }
    section.developer_projects .listing_project_image img {
        border-radius: 10px;
    }
    section.developer_projects .listing_project_details {
        border-radius: 10px;
        padding: 15px;
    }
    section.developer_projects .project_icon img {
        width: 18px;
    }
    section.developer_projects .project_name h3 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    section.developer_projects .project_propeties_flex {
        padding-bottom: 8px;
        margin-bottom: 14px;
    }
    section.developer_projects .project_overlap_text {
        column-gap: 5px;
    }
    section.developer_projects .image_text p {
        padding: 4px 10px;
    }
    section.developer_projects .redirect_btns .common_btn_large a {
        padding: 8px 0px;
    }
    section.developer_projects {
        border-radius: 10px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: block;
    }

 .desktop_banner {
        display: none;
    }
    .mobile_banner {
        display: block;
    }
}