/* ----------------- 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: 80px;
}

section.banner .banner_content {
    bottom: 20px;
}


/* breadcrumb css start  */
.breadcrumb {
    width: 100%;
}
.breadcrumb ul {
    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 ul li a {
    color: #ffffff;
    text-transform: uppercase;
}
.breadcrumb ul li a.active {
    color: #bf862f;
}
.breadcrumb ul li {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.breadcrumb ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    right: 0;
    border-radius: 50px;
}
.breadcrumb ul li:last-child::before {
    background-color: transparent;
}
/* breadcrumb css end  */


/* Banner css end  */


/* About listing page developer css start  */
.aboutus {
    height: auto;
}
.aboutus .container .row {
    position: relative;
}
.generic_page_bg {
    background-image: url(../images/bnw-developer-new/luxury-house-dubai-bg.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 70px;
    padding: 100px 0;
}
.small_heading h1 {
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #d8b15a;
    font-size: 18px;
}
.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;
}
section.aboutus .aboutus_pera p .readmoreBtn {
  background-color: transparent;
  border: none;
  color: #c08831;
  font-size: 14px;
}
/* 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;
}
.luxury_heading h2, .luxury_heading h3 {
  font-size: 30px;
  text-transform: uppercase;
}
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  */


/* Faq section css start  */
.specialist-block {
  border: 1px solid #d8b15a;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
  height: auto;
}
.faq-answer {
  display: none;
  background-color: #d8b15a;
  padding: 15px;
}
.faq-question {
  cursor: pointer;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  font-size: 14px;
  font-family: 'SpaceGrotesk-SemiBold';
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 20px 30px 20px 15px;
  min-height: 75px;
  display: flex;
  align-items: center;
}
.specialist-block.active .faq-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* PLUS icon */
.faq-question::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 22px;
  font-weight: bold;
  background-image: url(../images/bnw-developer-new/plus.webp);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background-size: cover;
}
/* MINUS when parent active */
.specialist-block.active .faq-question::after {
    background-image: url(../images/bnw-developer-new/minus.webp);
}
.faq-question strong {
  font-weight: normal;
}
.faq-answer p {
  color: #000;
  margin: 0;
}
.faq-answer p a {
  color: #000;
}
/* Faq section css end  */


/* State projects section css start  */
section.state_projects .state-slider {
    overflow: hidden;
    position: relative;
}
section.state_projects .generic-project-page-name {
    height: 250px;
    overflow-y: auto;
    background: #202020;
}
section.state_projects .generic-project-page-name {
    scrollbar-width: thin;
    scrollbar-color: #e3c16a #000000;
}
section.state_projects .generic-project-page-name::-webkit-scrollbar {
    width: 3px;
}
section.state_projects .generic-project-page-name::-webkit-scrollbar-track {
    background: #000000;
}
section.state_projects .generic-project-page-name::-webkit-scrollbar-thumb {
    background-color: #e3c16a;
    border-radius: 5px;
}
section.state_projects .downarrow {
    text-align: center;
    cursor: pointer;
    padding: 10px;
    background: #202020;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    transition: .5s;
}
section.state_projects .downarrow img {
    width: 20px;
}
section.state_projects .downarrow p {
    color: #d8b15a;
    margin-bottom: 0;
}
section.state_projects .generic-project-page-name ul {
    position: relative;
    z-index: 1;
    padding: 20px;
}
section.state_projects .slider-item {
    margin-top: 30px;
}
section.state_projects .slider-item .project-heading {
    background-color: #d8b15a;
    color: #000;
    padding: 10px;
    font-family: 'SpaceGrotesk-SemiBold';
    font-size: 16px;
    margin: 0;
}
section.state_projects .generic-project-page-name ul li {
    margin-bottom: 10px;
    position: relative;
    margin-left: 10px;
    display: flex;
    align-items: center;
}
section.state_projects .generic-project-page-name ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    left: -10px;
    position: absolute;
    background-color: #e4c26b;
    border-radius: 50px;
}
section.state_projects .generic-project-page-name ul li .project-name {
    color: #ffffff;
    transition: .5s;
}
section.state_projects .generic-project-page-name ul li .project-name:hover {
    color: #d8b15a;
}
section.state_projects .state_projects_wrp {
    position: relative;
}
/* State projects section css end  */
.whatsapp_float {
  position: fixed;
  left: 10px;
  bottom: 50px;
  z-index: 999;
}
.generic-slider .swiper-pagination {
  width: 100%;
  bottom: -30px;
  display: flex;
  justify-content: center;
  gap: 0 8px;
}
.generic-slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 10px;
  height: 10px;
}
.generic-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c08831;
}
#box {
  height: calc(100vh - 70px);
  transition: all .3s ease-in-out;
  right: -425px;
  position: fixed;
  background: #000;
  z-index: 999;
  overflow: hidden;
  width: 425px;
  top: 70px;
  overflow: auto;
}
#box.active {
    right: 0;
}
.cnTclose {
  background-color: #fff;
  border: none;
  color: #000;
  width: 25px;
  height: 25px;
  font-size: 14px;
  border-radius: 100%;
}
.aboutMainCnt {
  padding: 0px 20px 20px 20px;
}
.aboutMainCnt p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: justify;
}
.aboutMainCnt p b {
  font-family: 'SpaceGrotesk-semiBold';
  font-weight: normal;
  font-size: 20px;
}
.boxTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.boxTitle h6 {
  color: #fff;
  font-size: 22px;
  margin: 0;
}

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

@media only screen and (max-width: 1320px) {
    section.banner .banner_img .developer_logo img {
        width: 60px;
    }
    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;
    }
    section.state_projects .generic-project-page-name ul li {
        margin-bottom: 6px;
    }
    section.state_projects .downarrow img {
        width: 15px;
    }
    section.state_projects .slider-item {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    section.banner .banner_img .developer_logo img {
        width: 60px;
    }
    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;
    }
    section.state_projects .generic-project-page-name ul li {
        margin-bottom: 6px;
    }
    section.state_projects .downarrow img {
        width: 15px;
    }
    section.state_projects .slider-item {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .boxTitle h6 {
        font-size: 18px;
    }
    .aboutMainCnt p {
        font-size: 14px;
    }
    .aboutMainCnt p b {
        font-size: 15px;
    }
    section.banner .banner_img .developer_logo img {
        width: 60px;
    }
    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;
    }
    section.state_projects .generic-project-page-name ul li {
        margin-bottom: 6px;
    }
    section.state_projects .downarrow img {
        width: 15px;
    }
    section.state_projects .slider-item {
        margin-top: 15px;
    }
    .luxury_heading h2, .luxury_heading h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    #box {
        width: 350px;
        top: 70px;
    }
    .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%;
    }
    .luxury_heading h2, .luxury_heading h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .bhkTab .tab-button {
        font-size: 14px;
    }
    .padding_top_bottom {
        padding: 25px 0px;
    }
    .generic_page_bg {
        padding: 50px 0;
    }
    .boxTitle {
        padding: 15px;
    }
    .aboutMainCnt {
        padding: 0px 15px 15px 15px;
    }
    #box {
        width: 100%;
        top: 0;
        height: 100vh;
        right: -100%;
    }
    .small_heading h1 {
        font-size: 14px;
    }
    .small_heading {
        margin-bottom: 15px;
    }
    section.aboutus .aboutus_pera p:last-child {
        font-size: 14px;
    }
    section.aboutus .aboutus_pera p .readmoreBtn {
        font-size: 12px;
    }
    .boxTitle h6 {
        font-size: 16px;
    }
    .cnTclose {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
    .aboutMainCnt p {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .aboutMainCnt p b {
        font-size: 13px;
    }
    .luxury_heading h2, .luxury_heading h3 {
        font-size: 18px;
    }
    .banner {
        height: auto;
    }
    section.banner .banner_img .developer_logo {
        text-align: end;
        position: absolute;
        top: 40px;
        right: 10px;
    }
    section.banner .banner_img .developer_logo img {
        width: 40px;
    }
    .breadcrumb ul li {
        padding-right: 10px;
        margin-right: 10px;
    }
    .breadcrumb ul li a {
        font-size: 12px;
    }
    .breadcrumb ul li::before {
        width: 3px;
        height: 3px;
    }
    .breadcrumb ul {
        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: 20px;
        margin-bottom: 15px;
    }
    section.developer_projects .project_text p {
        font-size: 13px;
    }
    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 7px;
        font-size: 12px;
    }
    section.developer_projects .redirect_btns .common_btn_large a {
        padding: 8px 0px;
        font-size: 12px;
    }
    section.developer_projects {
        border-radius: 10px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: block;
    }
}