.about_sec2_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.about_sec3_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--smallgap-size);
}

.grid_box {
  gap: var(--mediumgap-size);
  padding: 1rem;
  color: var(--gray-color);
  background-color: transparent;
  min-height: unset !important;
  height: fit-content;
}

.grid_box p {
  font-size: 1.25rem;
  font-family: var(--semibold-font-family);
  border-bottom: 1px solid #dedede;
  padding-right: 1rem;
  min-height: 70px;
}

.accordion_click_relative {
  position: relative;
}

.accordion_click_relative::after {
  content: '+';
  font-size: 1.75rem;
  rotate: 0;
  transition: all 0.6s ease;
  position: absolute;
  right: 0;
  top: -5px;
}

.accordion_click_relative.active::after {
  rotate: 45deg;
  transition: all 0.6s ease;
}

.grid_box ul li {
  color: #000 !important;
  font-size: var(--moblink-size);
}

.grid_box ul {
  list-style: disc;
  padding-left: 1.5rem;
  gap: var(--smallgap-size);
}

.sec2_flex {
  justify-content: end;
}

.sec3_text {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100vh;
}

.white-color {
  color: var(--white-color) !important;
}

.small-gap-size {
  gap: var(--smallgap-size) !important;
}

.sec4_grid {
  display: grid;
  grid-template-columns: calc(100% - 75% - 2.5rem) calc(100% - 25% - 2.5rem);
  gap: 5rem;
}

.directortitle :first-child {
  font-size: 2rem;
  font-family: var(--charter-font-family);
}

.directortitle :last-child {
  font-size: var(--content-size);
  font-family: var(--medium-font-family);
}

.directorContent p {
  font-size: var(--content-size);
  color: var(--black-color) !important;
}

.aboutbig-gap-size {
  gap: 5rem;
}

.about-flex-row {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.social_icon {
  width: 1.5rem;
}

.member_social_icons img {
  filter: invert(1);
}

/* .reecosys-section-4 .container-fluid {
    padding: 0 7rem;
} */

.sec3_bgimg img {
  height: 75svh;
  width: 100%;
  object-position: left;
  object-fit: cover;
}

.about_overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    11deg,
    rgba(0, 0, 0, 0.8519782913165266) 35%,
    rgba(255, 255, 255, 0) 100%
  );
}

.dle_pro_sec2_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.dle_pro_imgText {
  position: absolute;
  top: 3rem;
  left: 3rem;
}

.top_black_overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    150deg,
    rgba(0, 0, 0, 0.8519782913165266) 35%,
    rgba(255, 255, 255, 0) 100%
  );
}

.del_icon_filter {
  filter: invert(1);
}

#reecosys-delivered-project-wrapper {
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.black_color {
  color: #000 !important;
}

.projects_list_information.projects_list_informationblack > div::after {
  content: '';
  height: 50%;
  width: 1px;
  background-color: var(--primary-color);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.projects_list_information.projects_list_informationblack.projects_list_information_new
  > div::after {
  background-color: var(--white-color) !important;
}

.plottedtext {
  padding: 0rem;
  background-color: transparent;
  border-radius: 0;
}

#reecosys-plotted-development-wrapper {
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

#reecosys-archived-projects-wrapper {
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.outline-div-button.button-div:hover .button-style.button-styleplotted p {
  /* border-color: var(--black-color); */
  /* background-color: var(--black-color); */
  color: #000 !important;
}

.archived_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.archived_grid .inner-flex .title-color::after {
  width: 0;
  height: 0;
}

.archived_content p {
  font-size: 1.125rem;
  font-family: var(--regular-font-family);
  text-transform: uppercase;
}

.section-title h2.completed-title {
  font-size: 1.75rem !important;
}

.gray-color-font {
  color: var(--title-color);
}

.archived_grid_bg {
  background-color: transparent;
  padding-bottom: 2.5rem;
}

.archived_grid_bg {
  border-bottom: 1px solid #dedede;
}

.small-content {
  font-size: 1.35rem;
  font-family: var(--regular-font-family);
}

.highlights-grid-all.highlights-grid > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid #dedede;
  border-right: 1px solid #dedede;
  padding: 1.5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.highlights-grid-all.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 4.5rem; */
  gap: 2.5rem;
  row-gap: 2.5rem;
  margin-top: 6rem;
}

.highlights-grid-all.highlights-grid > div > div:nth-child(2) {
  width: 60%;
  flex-basis: 60%;
}

.location-logo-icon-walkthrough {
  position: absolute;
  bottom: 15%;
  right: 15%;
}

/*  */

@media only screen and (max-width: 1680px) {
  .grid_box p {
    font-size: 1.25rem;
    font-family: var(--semibold-font-family);
    padding-right: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #a1a1a1;
    min-height: 90px;
  }
}

@media only screen and (max-width: 1440px) {
  .grid_box {
    min-height: 250px;
  }
}

@media only screen and (max-width: 1366px) {
  .reecosys-section-4 .container-fluid {
    padding: 0 3rem;
  }

  .grid_box p {
    font-size: 1.4rem;
    padding-right: 2rem;
    font-family: var(--semibold-font-family);
  }

  .highlights-grid-all.highlights-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1280px) {
  .banner_title_mb_width {
    width: 80%;
  }
}

@media only screen and (max-width: 1024px) {
  .banner_title_mb_width {
    width: 90%;
  }
}

@media only screen and (max-width: 991px) {
  .about_sec2_grid {
    grid-template-columns: 100%;
  }

  .highlights-grid-all.highlights-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2rem;
  }

  .highlights-grid-all.highlights-grid > div {
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 2rem;
    border: 1px solid #dede;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .venus-logo-element_img {
    width: 50%;
  }

  .about_sec3_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sec3_bgimg img {
    height: 70svh;
    object-position: left;
    object-fit: cover;
  }

  .sec3_text {
    width: 90%;
  }

  .sec4_grid {
    grid-template-columns: calc(100% - 70% - 2.5rem) calc(100% - 30% - 2.5rem);
    gap: 4rem;
  }

  .dle_pro_sec2_grid {
    grid-template-columns: 100%;
  }

  .archived_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    column-gap: 1rem;
  }

  .section-title h2.completed-title {
    font-size: 1.75rem !important;
    width: 80%;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .venus-logo-element_img {
    width: 100%;
  }

  .archived_content p {
    font-size: 1.325rem;
  }

  .reecosys-header-content {
    padding: 1.6rem 1.2rem;
  }

  .quicklinks-footer-mobile .dropdown_project_title h4 {
    font-size: 1.5rem;
    /* font-family: "Lora-SemiBold"; */
  }

  .project-rera-number p {
    font-size: 0.9rem;
    /* color: var(--title-color); */
    margin-top: 1.5rem;
  }

  .web_menu_flex_ulx.navigation-mobile-ul {
    width: fit-content;
    margin-top: 0;
  }

  .grid_box p {
    min-height: unset;
  }

  .accordion_click_relative::after {
    font-size: 2rem;
  }

  .grid_box {
    gap: var(--mediumgap-size);
    padding: 0rem;
    color: var(--gray-color);
    background-color: transparent;
    min-height: unset;
  }

  .about_sec3_grid {
    grid-template-columns: 100%;
    gap: 2.5rem;
  }

  .sec4_grid {
    display: grid;
    grid-template-columns: 100%;
    gap: 4rem;
  }

  .reecosys-section-4 .container-fluid {
    padding: 0;
  }

  .sec3_text {
    width: 100%;
  }

  .project_img {
    width: 100%;
    height: 50svh;
    object-fit: cover;
  }

  .dle_pro_imgText {
    position: relative;
    top: 0;
    left: 0;
    padding: 2rem;
  }

  .del_icon_filter {
    filter: unset;
  }

  .del_icon_filter_mob {
    filter: invert(1);
  }

  .container-fluid.del_container {
    width: 94%;
  }

  .directortitle {
    gap: 0.5rem !important;
  }

  .directortitle :first-child {
    font-size: 2rem;
  }

  .aboutbig-gap-size {
    gap: 3rem;
  }

  .banner_title_mb_width {
    width: 100%;
  }

  .project-info-list .section-information {
    padding-top: 2rem;
  }

  .archived_grid {
    grid-template-columns: 100%;
  }

  .information_mbpd {
    padding: 0 2rem;
  }

  .plottedtext {
    background-color: unset;
  }
}

.home-page-listing-swiper .content-size-division p {
  font-size: 1.35rem !important;
  font-family: var(--regular-font-family) !important;
}

.home-page-listing-swiper .content-size-division p .readmore_click {
  display: none !important;
}

.list-page-grid-abs-projects {
  align-items: start !important;
}

.home-logo-listing-page.project-logo-listing-page {
  width: 8rem;
}

.home-info-list.project-info-list {
  position: absolute;
  top: unset;
  filter: invert(1);
  left: 5%;
  /* transform: translate(-50%, -50%); */
  bottom: 5rem;
  width: 95%;
}

.home-page-listing-swiper .button-style p {
  font-family: var(--colfax-medium-font-family) !important;
}

.reecosys-project-listing-section-home {
  padding: 8rem 0;
  background-color: #ebe0e010;
}

/* #reecosys-home-section-channelpartner {
    padding: 8rem 0;
    background-color: #000000;
} */

#reecosys-home-section-career {
  padding: 8rem 0;
  background-color: #ffffff;
}

.content-size-div-gray p {
  color: #8c8c8c !important;
}

.content-size-div-gray .border-after-title-div::after {
  background-color: #8c8c8c !important;
}

.content-size-div-black p {
  color: #000 !important;
}

.content-size-div-black .border-after-title-div::after {
  background-color: #000 !important;
}

.content-size-div-white p {
  color: #ffffff !important;
}

.content-size-div-white .border-after-title-div::after {
  background-color: #ffffff !important;
}

.medium-font-family-roboto {
  font-family: 'Roboto-Medium' !important;
}

.cp-abs-div {
  position: absolute;
  top: 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  text-align: center;
  left: 50%;
}

.cp-abs-div .outline-div-button.button-div .button-style.button-style-white p {
  font-family: var(--charter-font-family) !important;
}

.articles-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--mediumgap-size);
  margin-top: 4rem;
}

.article-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
  text-align: left;
}

.article-content-title h4 {
  font-size: 1.75rem;
  font-family: var(--charter-font-family);
}

.article-content-para p {
  font-size: 1.15rem;
  font-family: 'Roboto-Light';
}

.article-link a {
  font-size: 1rem;
  font-family: 'Roboto-Light';
  color: #8c8c8c;
}

.button-black-filled {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  transition: var(--common-transition);
  width: 100%;
  padding: 0 1.5rem;
  height: 44px;
  background-color: #000;
  border-radius: 0 !important;
  margin-top: 4rem;
  border: 1px solid #000;
}

.button-black-filled p {
  color: #fff;
}

.social-media-swiper-outer {
  width: 100%;
  margin-top: 4rem;
}

.social-media-swiper-outer .swiper-button-next.swiper-button-disabled,
.social-media-swiper-outer .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.social-media-swiper-outer .swiper-scrollbar {
  margin: 0 auto !important;
  display: none !important;
}

.swiper-pagination.gallery-swiper-paginationinterior,
.swiper-pagination.gallery-swiper-paginationexterior {
  display: flex !important;
  gap: 3px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
  justify-content: center !important;
}

.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
}

@media only screen and (max-width: 1366px) {
  .cp-abs-div {
    width: 70%;
  }

  .bottomStripFlex {
    gap: 4rem;
  }
}

@media only screen and (max-width: 991px) {
  .home-info-list.project-info-list {
    position: relative;
    top: unset;
    filter: unset;
    left: unset;
    transform: unset;
    bottom: unset;
    margin-top: 3rem;
    margin-bottom: 6rem;
  }

  .home-info-list .project-info-flex > div:nth-child(1) img {
    filter: unset !important;
  }

  .links-flex-home ul li a {
    font-family: var(--charter-font-family);
    font-size: 1.15rem;
    /* text-decoration: underline; */
    /* padding-bottom: 0.25rem; */
    padding: 10px 0px 5px 0px;
    margin: auto;
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
    /* color: var(--title-color); */
    display: block;
  }

  /* .project-logo-listing-page img,
    .project-logo-listing-page.home-logo-listing-page img {
        filter: unset !important;
    } */

  .inquire-now-btns-in-project-list {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    align-items: start;
    filter: invert(1);
    width: 100%;
  }

  .page-banner-div-img img {
    height: 50vh;
    object-fit: cover;
  }

  /* #reecosys-home-section-channelpartner {
        padding: 6rem 0;
        background-color: #000000;
    }

    #reecosys-home-section-career {
        padding: 4rem 0;
        background-color: #FFFFFF;
    } */

  /* .cp-abs-div {
        width: 100%;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        bottom: unset;
        margin-top: 3.5rem;
        align-items: start;
        text-align: start;
    }

    .cp-abs-div .border-after-title-div {
        transform: unset !important;
    } */

  /* .reecosys-project-listing-section-home {
        padding: 0rem 0;
        background-color: #EBE0E010;
    } */

  .links-flex-home ul {
    display: flex;
    list-style-type: none !important;
    flex-direction: row;
    gap: 3rem;
    margin-top: 3rem;
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .social-media-swiper-outer {
    width: 100%;
    margin-top: 2rem;
  }

  .articles-grid-wrapper {
    margin-top: 3rem;
  }

  .highlights-grid-all.highlights-grid > div > div:nth-child(2) {
    width: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .home-info-list .project-info-flex > div:nth-child(1) img {
    filter: invert(1) !important;
  }

  a.project-footer-card {
    flex-direction: column !important;
  }

  /* .mobile-menu-proejct-card .dropdown_project_list {
        flex-direction: column !important;
    } */

  /* .mobile-menu-proejct-card .dropdown_project_list>div:nth-child(1),
    .mobile-menu-proejct-card .dropdown_project_list>div:nth-child(2),
    .project-footer-accordion a.project-footer-card>div:nth-child(2),
    .project-footer-accordion a.project-footer-card>div:nth-child(1) {
        width: 100%;
        flex-basis: 100%;
    } */
  .mobile-menu-proejct-card .dropdown_project_list > div:nth-child(1),
  .project-footer-accordion a.project-footer-card > div:nth-child(1) {
    width: 30%;
    flex-basis: 30%;
  }
  .mobile-menu-proejct-card .dropdown_project_list > div:nth-child(2),
  .project-footer-accordion a.project-footer-card > div:nth-child(2) {
    width: 70%;
    flex-basis: 70%;
  }

  .Navigation-productList .dropdown_project_info_list p {
    font-family: var(--regular-font-family) !important;
  }

  /* .content-size-div p {
        font-family: "Roboto-Regular" !important;
    } */

  /* .normal-link-ul-footer-mobile ul li p,
    .reecosys-footer p,
    .reecosys-footer p span,
    .quicklinks-footer.quicklinks-footer-mobile a,
    .quicklinks-footer.quicklinks-footer-mobile a p,
    .quicklinks-footer.quicklinks-footer-mobile p {
        font-family: var(--charter-font-family) !important;
    } */

  .project-footer-accordion a > div:nth-child(2) p.small-links-div,
  .home-page-listing-swiper .button-style p {
    font-family: 'Roboto-Light' !important;
  }

  .inquire-now-btns-in-project-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: start;
    filter: invert(1);
    width: 100%;
  }

  .page-banner-div-img img {
    height: 50vh;
    object-fit: cover;
  }

  .cp-abs-div-careeer {
    filter: invert(1);
  }

  .articles-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
    margin-top: 2rem;
  }

  #reecosys-home-section-social {
    margin-top: 4rem;
  }

  .button-black-filled {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .social-media-swiper-outer .swiper-scrollbar {
    margin: 0 auto !important;
    display: block !important;
    width: 50% !important;
    height: 2px !important;
    position: relative !important;
    margin-top: 4rem !important;
  }

  .project-info-list {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  #reecosys-list-section-2 .inner-flex {
    gap: 1rem !important;
  }

  .list-page-grid-abs-projects p {
    font-size: 1.5rem !important;
    line-height: 1.5;
    text-align: left !important;
  }

  .project-img-list {
    height: 40vh !important;
  }

  .home-logo-listing-page.project-logo-listing-page {
    width: 8rem;
  }

  .swiper-button-next.amenities-next,
  .swiper-button-prev.amenities-prev,
  .swiper-button-next.testimonial-next,
  .swiper-button-prev.testimonial-prev,
  .swiper-button-next.floor-next,
  .swiper-button-prev.floor-prev,
  .swiper-button-next.socialmedia-next,
  .swiper-button-prev.socialmedia-prev,
  .swiper-button-next.articles_swiper-next,
  .swiper-button-prev.articles_swiper-prev {
    display: block !important;
    top: 35% !important;
    width: 2.15rem !important;
  }

  .swiper-button-next.gallery3d-next,
  .swiper-button-prev.gallery3d-prev {
    width: 2.15rem !important;
  }

  .swiper-button-next {
    right: 2% !important;
    left: auto !important;
  }

  .swiper-button-prev {
    left: 2% !important;
    right: auto !important;
  }

  .gallery-card-3d {
    height: unset;
  }

  .swiper-button-next.amenities-next,
  .swiper-button-prev.amenities-prev,
  .swiper-button-next.floor-next,
  .swiper-button-prev.floor-prev,
  .swiper-button-next.socialmedia-next,
  .swiper-button-prev.socialmedia-prev {
    top: 50% !important;
  }

  .swiper-scrollbar.swiper-scrollbar-amenities,
  .swiper-scrollbar.project_video_scrollbar,
  .swiper-scrollbar.project_floor_scrollbar,
  .swiper-scrollbar.swiper-scrollbar-gallery,
  .swiper-scrollbar.swiper-scrollbar-articles_swiper {
    display: none;
  }

  .project_video_image_testimonial img {
    height: unset !important;
  }

  .container.container-gallery {
    padding: 0 !important;
    width: 100% !important;
  }

  .container.container-gallery .section-information {
    padding: 0 1.5rem;
  }

  .gallery-card-3d,
  .gallery-card-3d img {
    height: 60vh !important;
  }

  .play_cons_icon img,
  .video_play_btn img {
    height: auto !important;
  }

  .black_light_overlay_mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    transition: all ease 0.4s;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.85) 1%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.85) 1%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.85) 1%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
    z-index: 0;
  }

  .walk-thumbnail-image,
  .walkthrough-project-thumb a,
  .walkthrough-project-thumb {
    width: 100%;
  }

  .swiper-pagination.gallery-swiper-paginationinterior,
  .swiper-pagination.gallery-swiper-paginationexterior {
    position: absolute !important;
    margin: 0 auto !important;
    display: flex !important;
    gap: 0.25rem !important;
    padding: 0 !important;
    bottom: 1.5rem !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: fit-content !important;
    color: var(--white-color) !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    right: unset !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .swiper-pagination.gallery-swiper-paginationinterior
    .swiper-pagination-bullet,
  .swiper-pagination.gallery-swiper-paginationexterior
    .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    transition: all 0.6s ease !important;
  }

  .swiper-pagination.gallery-swiper-paginationinterior
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .swiper-pagination.gallery-swiper-paginationexterior
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: #ffffff45 !important;
    transition: all 0.6s ease !important;
    width: 20px !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    position: relative !important;
  }

  .swiper-pagination.gallery-swiper-paginationinterior
    .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 0% !important;
    width: 0% !important;
    transition: all 0.6s ease !important;
    height: 100% !important;
    background-color: #fff !important;
    /* border-radius: 10px; */
    transform: translateY(-50%) !important;
    animation: fillBullet 4s ease forwards !important;
  }

  @keyframes fillBullet {
    0% {
      width: 0%;
    }

    100% {
      width: 100%;
    }
  }

  .amenities_popup {
    transform: translate(-50%, -50%) scale(0);
    transition: var(--common-transition);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-height: 99vh;
    background-color: var(--white-color);
    border-radius: var(--border-radius);
    overflow-y: scroll;
    z-index: 99999;
    padding: 16% 2rem;
  }

  .amenities_popup.more_active {
    transform: translate(-50%, -50%) scale(1);
  }

  .title-color.section-title p.titllllleee {
    font-size: 1.5rem !important;
  }

  .bottomStrip .button-style.download-fill-button.new-btn-black-venus p {
    color: #fff !important;
  }

  /* .bottomStrip {
        position: fixed;
        bottom: 5%;
        transform: translate(-50%, 0%);
        transition: transform 0.5s ease;
        left: 45%;
        width: 60%;
        padding: 0;
        background-color: #ec2425;
        /* filter: drop-shadow(0px 4px 9px #000000); 
        border-top: 0px solid #707070;
        z-index: 900;
        border-radius: 70px;
        -webkit-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 15%);
        -moz-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 15%);
        box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 15%);
    } */

  .bottom-strip-btns--flex > a::after {
    content: none;
  }

  /* .bottomStrip.showStrip {
        transform: translate(-50%, 0%);
        transition: transform 0.5s ease;
    } */

  .progress .progress-value p {
    font-size: 0.6rem !important;
    color: var(--black-color);
  }

  .screen_data.screen_two.active li .touch-target::after,
  .screen_data.screen_two.active li .touch-target2::after {
    display: none;
    content: none;
  }

  .main_drower_list {
    padding-bottom: 5rem;
  }

  .progress {
    width: 20px;
    height: 20px;
  }
}

.mobile_drower_content .button-style p {
  font-size: 1rem !important;
}

.schedule-call--p {
  position: relative;
  z-index: 5;
  transform: translateX(0);
  transition: all 0.3s ease;
}

.schedule-call--p.schedule-call--p-active {
  transform: translateX(1.5rem);
  margin-top: 1.3rem;
  transition: all 0.3s ease;
}

.schedule-call--p-label {
  margin-top: -8%;
}

.schedule-call--p-label input {
  text-align: right !important;
}

.project_list_icon.del_icon_filter.del_icon_filter_new {
  filter: unset !important;
}

/* Filter CSS  Starts Here */

.project_filter_block {
  display: grid;
  grid-template-columns: 35% 35% 30%;
  padding: 0rem;
  background-color: transparent;
  align-items: center;
  /* border: 1px solid #000000; */
  overflow: hidden;
  border-radius: 1.5rem;
  margin-top: 2rem;
}

.filter_button.filter_button_web .venus-btn-div.button-black-filled {
  margin: 0 !important;
  height: 60px !important;
}

/* .project_filter_block.filterActive {
    grid-template-columns: 42.5% 42.5% 10% 5%;
} */

.project_filter_block > div {
  padding: 1rem 1.5rem;
  /* background-color: var(--darkgray-color); */
  position: relative;
}

.project_filter_block > div::after {
  content: '';
  width: 1px;
  height: 60%;
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  background-color: transparent;
  /* background-color: #AAAAAA; */
}

.project_filter_block > div:last-child {
  border-right: 0px !important;
}

.project_filter_block > div:nth-child(3)::after,
.project_filter_block > div:last-child::after {
  display: none;
}

.project_filter_block.filterActive .filter_button.filter_button_close {
  display: grid;
  place-items: center;
}

.project_filter_block .filter_button.filter_button_close {
  display: none;
}

.filter_dropdown option {
  font-size: 1.5rem;
  padding: 1rem 0;
}

.project_filter_div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.project_filter_div select {
  padding: 0.5rem;
  opacity: 1;
  width: 100%;
  opacity: 0;
}

.project_filter_text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project_filter_arrow {
  width: 1.2rem;
  /* filter: invert(); */
}

.filter_title p {
  font-size: var(--moblink-size);
  opacity: 0.7;
}

.filter_value_text p {
  font-size: var(--content-size);
  font-family: var(--charter-font-family);
}

.search_bar_box {
  padding: 2.2rem;
  background-color: #202020;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.search_bar_box {
  padding: 2.2rem;
  background-color: #202020;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.mobile_search_box {
  background-color: rgba(41, 41, 41, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: ease-in 0.2s;
}

.mobile_search_box.active {
  opacity: 1;
  visibility: visible;
}

.mobile_search_box > div:not(:last-child) {
  padding: 1rem 0;
  border-bottom: 1px solid #cccccc;
}

.mobile_search_box > div:first-child {
  padding-top: 0;
}

.property_open_arrow {
  width: 1.5rem;
}

.find_property_text p {
  font-size: var(--content-size);
}

.search_close_click {
  width: 1.2rem;
  margin-left: auto;
  border: unset !important;
  filter: invert();
  padding: 0 !important;
}

.filter-division-venus {
  margin-bottom: 2rem;
}

.const-image img,
.well-good-will-relative.relative img {
  width: 100% !important;
}

.OpportunityItem {
  text-align: left;
  align-items: start;
}
