@import url("https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css");

#projectMap {
  height: 60vh;
  width: 100%;
}


.slide_projects_top{
  width: 100%;
  padding: 50px 0 0 0;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 0;
}

.slide_projects, .projects_nav {
  width: 100%;
  margin: 70px 0;
  padding-top: 50px;
}

.section_title{
  border-bottom: #2b2d30 1px solid;
  margin-left: 10px;
}

.section_title p{
  font-family: 'Helvetica_Roman';
  padding: 10px 10px 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-family: "Galano_Grotesque_Extra_Light", "GalanoGrotesque-ExtraLight  Placeholder", sans-serif;
    color: rgb(48, 48, 48);
}
.stat1 h5{
  font-size: 14px;
}
.stat1{
  margin: 9px 7%;
}
.project-title {
  text-transform: uppercase;
  margin-left: 0 !important
}
.project-title h4{
  font-size: 20px !important;
}
.project-location{
  margin-top: 0px;
  margin-left: 0 !important
}
.project-location h5{
  font-family: "Helvetica_Roman", "sans-serif" !important;
  text-transform: uppercase;
}
.project-description{
  /* margin-top: 0px;
  margin-bottom: 15px; */
  margin-left: 0 !important
}
.project-description h6{
  font-family: "Helvetica_Roman", "sans-serif" !important;
  font-size: 14px; 
  margin-bottom: 0px;
}
.containerherosection{
  max-height: 550px;
  padding-left: 28px;
}
.recent_launches_img a{
  text-decoration: none;
  width: 100%;
}
.recent_launches_imgherosection_left{
  width: 20%;
  background-color: #e8e7e6;
  justify-content: center;
  transform-origin: 100% 50%; /* Left edge is the pivot point */
  transform: rotate3d(0, 1, 0, 90deg); /* Flip around Y-axis */
  transition: transform 1s ease;
}
.recent_launches_imgherosection_left.focused {
  transform: rotate3d(0, 1, 0, 0deg); /* Flip around Y-axis */
}
.recent_launches_imgherosection_right{
  width: 20%;
  background-color: #e8e7e6;
  align-items: center;
  transform-origin: 0 50%; /* Left edge is the pivot point */
  transform: rotate3d(0, 1, 0, 90deg); /* Flip around Y-axis */
  transition: transform 1s ease;
}
.recent_launches_imgherosection_right.focused {
  transform: rotate3d(0, 1, 0, 0deg); /* Flip around Y-axis */
}
/* Dot element */
.dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  animation: all 2s ease-in-out;
}
.newLaunchesDetails{
  padding-left: 20px;
  padding-right: 20px;
}
.dotBottom {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  animation: all 2s ease-in-out;
}
.new_launchestextdetails{
  text-align: left;
  display: flex;
  font-size: 14px;
  color: #303030;
  font-family: Helvetica_Roman;
  padding: 6px 0;
  gap: 10px;
  margin-bottom: 6px;
}
.new_launchestextimag{
  text-align: left !important;
}
.new_launchestextimag img{
  width: auto !important;
}
.new_launchestext img{
  height: 80px;
  width: 156px;
}
.new_launchestextdetails img{
  height: 20px !important;
  width: 20px !important;
}
.new_launchestext{
  width: 100%;
  /* padding: 20px 20px 20px 20px; */
  display: flex;
  row-gap: 40px;
  flex-direction: column;
}
 .owl-item {
  display: flex;
 }
.photos img{
  height: 100%;
  width: 100%;
}
.containerherosection {
  max-height: 630px;
  padding-bottom: 0;
}
.project_two{
  padding-bottom: 0;
}
.recent_launches_box, .recent_launches_box_video{
  border: 1px solid #222222;
  position: absolute;
  top: 0;
  left: 20px;
  color: #000000;
  border-top: none;
  padding: 36px 12px 12px;
  line-height: 1em;
  letter-spacing: 0.02em;
  text-align: left;
  font-family: Helvetica_Roman;
}
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.owl-nav button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  /* cursor: pointer; */
  font-size: 20px;
  border-radius: 50%;
  pointer-events: all;
}
.owl-nav .owl-prev {
  position: absolute;
  left: 10px; 
}
.owl-nav .owl-next {
  position: absolute;
  right: 10px;
}
.owl-nav button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.owl-next{
  height: 40px !important;
  width: 40px !important;
  color: #FFFFFF;
  background-color: #2e342690 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-next span{
  color: #FFFFFF !important;
  font-size: 40px !important;
  padding-left: 5px;
  padding-bottom: 5px;
}
.owl-carousel .owl-nav button.owl-next{
  padding: 10px 10px !important;
  color: #ffffff;
  background-color: #2e2e2e !important;
  display: flex;
  justify-content: center;
  right: 0;
  height: 50px !important;
  width: 50px !important;
}
.owl-carousel .owl-nav button.owl-prev{
  display: none;
}
/* filter-bar */
.linehome{
  display: none !important;
}
.Testimonyicon:hover {
  transform: scale(0.98);
}
.Testimonyicon {
  transition: transform 0.3s ease;
  width: 100%;
  height: 248px;
}
.swiper-slide {
  height: 35vh;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide img,
.swiper-slide video {
  height: 248px;
  width: auto;
  object-fit: contain;
}
.filter-bar {
  background-color: #1a1a1a;
  color: white;
  display: flex;
  align-items: center;
  padding:23px 40px;
  justify-content: space-between;
  top: 0;
  position: sticky;
  z-index: 10;
  margin-top: 80px;
  overflow: auto;
}
.Changeyourviewtext{
  font-size: 12px;
  font-family: "Inter";
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
}
.filter-item {
  width: 10vw;
  font-size: 12px;
  font-family: "Inter";
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.filterbtn{
  display: flex;
  justify-content: space-between;
  /* gap: 40px; */
}
.filter-item select {
  background: #1a1a1a;
  color:  #ffffff80;
  border: none;
  border-left: 1px solid white;
  padding: 17px 5px 5px 5px;
  font-size: 12px;
  font-family: Helvetica_Roman;
  
}
.filter-item input {
  padding: 17px 5px 5px 5px;
  border: none;
  margin: 0;
  width : 70%;
  background-color: #1a1a1a;
  color: #ffffff80;
}
.filter-button {
  padding: 19px 48px;
  border: 1px solid white;
  background: #E4E4E4;
  color: #212121;
  /* cursor: pointer; */
  border-radius: 16px;
  font-size: 14px;
  font-family: "inter";
}
.filter-right{
  display: flex;
  gap: 80px;
}
.view-toggle {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
.view-toggle img{
  padding-right: 20px;
}
.view-toggle button {
  background: transparent;
  border: none;
  /* cursor: pointer; */
  padding: 10px;
}
.view-toggle button.active {
  background: white;
  border-radius: 50%;
}
select{
  appearance: none;
  width: 100%;
}
.projectListView img{
  filter: invert(1);
}
.projectMapView img{
  filter: invert(1);
}
/* Keyframes for animation */
/* @keyframes moveDot {
  0% {
    top: 10%;
    width: 25px;
    height: 25px;
    opacity: 0;
  }
  25% {
    opacity: 1;
    width: 15px;
    height: 15px;
}
  35% {
    top: 35%;
    width: 0px;
    height: 0px;
  }
  65% {
      top:65%;
      width: 0px;
      height: 0px;
  }
  75% {
    opacity: 1;
    width: 15px;
    height: 15px;
  }
  100% {
    top: 90%;
    width: 25px;
    height: 25px;
    opacity: 0;
}
} */
.containerherosection .recent_launches_vidherosectionproject{
  width: 80%;
  height: 100vh;
}
.containerherosection .recent_launches_vidherosection video{
  object-fit: cover;
  height: 100%;
}
.all_projects_slide {
  margin-top: 10px;
}
.all_projects_slide .recent_launchestext img{
  max-width: 70%;
  margin-bottom: 15px;
}
.recent_launchestext h4{
  font-size: 18px;
  font-family: "Inter";
  font-weight: 400;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.all_projects_slide .recent_launchestext .recent_launchestextp{
  width: 80%;
  margin-left: 10%;
}
.recent_launchestextp{
  padding: 8px 0;
  font-size: 14px;
  font-family: Helvetica_Roman;
  color: #ffffff;
}
.project_logo{
  padding: 0 0 2% 0;
}
.project_logo img{
  height: 60px;
  width: auto;
  margin: 20px 0;
}
.ic {
  width: 50%;
  float: left;
}

.ic img {
  width: 40px;
}

.ic_title {
  width: 45%;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 400;
  font-family: "Inter";
  font-size: 12px;
}

.ic_icons a:first-of-type{
  margin-left: 30px;
}
.view-toggle .ic_icons a:first-of-type{
  margin-left: 0px;
}
.view-toggle .ic_icons{
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.ic_icons{
  display: flex;
  gap: 32px;
}
.Filterbutton{
  display: flex;
}
.filter {
  width: 50%;
  float: left;
}
.filter h6 {
  font-size: 13px;
  font-weight: 500;
}

.filter p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: -4px;
  color: #B3B3B3;
  /* cursor: pointer; */
  width: 100%;
}

.filter p input {
  margin : 0 !important;
}

.filter .line {
  background-color: #B3B3B3;
}

.position {
  width: 100%;
  float: left;
  align-items: end;
}

.filter_inside {
  width: 50%;
  float: left;
}

.filter_inside button {
  width: 160px;
  text-align: center;
  margin-left: 0px;
  border: 1.5px solid #B3B3B3;
  border-radius: 8px;
  padding: 18px 2px;
}

.project_row{
  border-top: 1px solid #2b2d30;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.key_highlights_txt {
  height: 260px;
  width: 23vw;
  margin: 0px;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.allProjectLabel{
  font-style: normal;
  font-size: 28px !important;
  width: 100%;
  text-align: center;
  padding: 40px 2px 20px 2px;
  letter-spacing: 1px;
  color: #000000;
  font-family: Galano_Grotesque_Extra_Light;
  text-transform: uppercase;
  font-weight: 100;
}

.owl_slide .owl-item .item img:hover {
  transform: scale(0.98);
}

.owl_slide .owl-item .item img {
  transition: all 0.2s ease-in-out;
}

.owl_slide {
  width: 71.2vw;
  /* margin: 0px;
  float: left; */
}

.owl_slide .owl-item {
  vertical-align: middle;
  display: flex;
  height: 248px;
  /* width: 100%; */
}

.owl_slide .owl-item .photos {
  /* width: 22%; */
  float: left;
  /* height: 40vh; */
  margin: 0px;
  padding: 0;
  /* width: 100%;
  height: 100%; */
}
.owl_slide .owl-item .video {
  width: 31%; float: left;
}
.projecticon{
  position: relative;
  left: 200px;
  font-size: 18px;
  bottom: 23px;
}
.all_projectsform-control{
  width: 90%;
  border: none;
  border-bottom: #8f8d8d 1px solid;
}
.navbaricon{
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
.custom_width1 {
  width: 80px !important;
  margin-top: 40% !important;
}
.project_content .stat1 img{
  width: 16px;
  height: 16px;
}

.project-location h5{
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  /* letter-spacing: 0.2em; */
  line-height: 1em;
  font-family: Helvetica_Roman;
  text-transform: capitalize;
  margin-bottom: 0;
}
.project-description h6{
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  /* letter-spacing: 0.2em; */
  line-height: 1em;
  font-family: Helvetica_Roman;
  text-transform: capitalize;
}
.project_content .stat1{
  display: flex;
  align-items: start;
  gap: 10px;
}
.lineprojects{
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom_width2 {
  width: 120px !important;
  margin-top: 50% !important;
}
.projectline{
  width:75%;
  height: 1px;
  background-color: rgb(48, 48, 48);
  margin-top: 5px;
}
.HomeSectionsMain .owl-dots {
  display: none;
}

.filter_hide {
  display: block;
}

.filter_show {
  display: none;
}
.recent_launches_imgherosection_rightproject{
  width: 22%;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items:flex-start ;
  justify-content: space-around;
  height: 100vh;
}
.ViewMoreButtonSection{
  display: flex;
  padding-top: 3%;
  justify-content: center;
}
.ViewMoreButtonSection button {
  border-radius: 10px;
  border: 1px solid #26262680;
  padding: 6px 10px;
  text-align: center;
}
.ViewMoreProjectsButton{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Helvetica_Roman", "sans-serif" !important;
  color: rgba(0, 0, 0, 0.6);
}
.HomeSectionsMain{
  padding: 80px 20px;
  row-gap: 40px;
  display: flex;
  flex-direction: column;
}
.HomesHeading{
  width: 100%;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  font-family: Helvetica_Roman;
  color: #000000;
}
.HomeSectionstext{
  display: flex;
  gap: 50px;
  height: 90px;
}
.owl-image .owl-nav{
  display: none !important;
}
.homelogo{
  width: 43%;
}
.homelogotext{
  width: 57%;
  display: flex;
  /* align-items: end; */
}
.homelogotext p{
  width: 432px;
  font-size: 14px;
  color: #000000;
  font-family: SF_Pro_Display_Thin;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0em;
}
.HomeSectionsTab{
  display: flex;
  flex-wrap: wrap;
}
.HomeSectionsTab .Tab{
  text-align: center;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
}
.Tab.active  {
  color: #000;
  background-color: #dedede;
}

.HomeSectionsTab .Tab:hover{
  box-shadow: rgba(0, 0, 0, 0) 0px 4px 33px 0px;
  background-color: #dedede;
  animation: 2s ease-in-out;
}
.HomeSectionsTab .Tab:hover p{
  color: #000000;
}
.HomeSectionsTab{
  padding: 10px 0;
}
.homelogo img{
  width: 223px;
}
.HomeSectionsTabtext{
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 15px;
  width: fit-content;
  height: 60vh;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  /* padding: 5vh 10px; */
}

.HomeSectionsTabmain{
  /* border: 1px solid #000000; */
  display: flex;
  height: auto;
  width: 100%;
}
.HomeSectionsTabtextimgtabimage{
  width: 100px !important;
}
.HomeSectionsTabtextimg{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 73%;
}
.HomeSectionsTabtextimg p{
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  line-height: 18px
}
.homimage{
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}
.HomeSectionsTab p{
  font-size: 16px;
  font-family: SF_Pro_Display_Thin;
  color: #696969;
  font-weight: 400;
}
.tabimage img{
  width: 100px;
}
.tabimagemain{
  display: flex;
}
.imagetab{
  display: grid;
  justify-content: space-evenly;
  width: 100%;
}
.imagetabcarbon{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.imagetabspace{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.imagetabluxury{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.imagetabluxury2{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.imagetaboutdoor{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.imagetabquality{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.imagetabquality2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  
}
.imagetabquality2 > :first-child {
  justify-self: center; /* aligns to the right side of the cell */
}

.imagetabquality2 > :nth-child(2) {
  justify-self: start; /* aligns to the left side of the cell */
}
.imagetab div{
  row-gap: 8px;
  display: flex;
  flex-direction: column;
}
.imagetab h1{
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
  font-family: SF_regular;
}
.AboutLeftSideContentview{
  padding-bottom: 80px;
  padding-top: 30px;
}
.AboutLeftSideContentview button{
  margin-left: 0;
  width: 308px;
  padding: 30px 10px;
}
.HomeSectionsMain{
  padding: 40px 20px;
}
.imagetab img{
  height: 40px;
  width: 50px;
}
.imagetab p{
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  padding:0 0 10px 0;
  line-height: 20px;
}
.HomeSectionsTabimage{
  padding: 0 !important;
  width: 100%;
  /* height: 60vh; */
  border: 1px solid #000;
}
.HomeSectionsTabimage img{
  /* height: 100%; */
  width: 100%;
  /* object-fit: cover;
  object-position: center; */
  /* height: 61vh; */
  /* border-left: 1px solid #000000; */
  /* object-fit: contain; */
}

.filter-item-two{
  width: 180px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
  animation: fadeIn 0.3s ease;
}

.modal-content {
  margin: auto;
  display: block;
  width: 25vw;
  height: auto;
  max-height: 80%;
  animation: zoomIn 0.3s ease;
  border-bottom-left-radius:8px;
  border-bottom-right-radius: 8px;
}

.close {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  /* cursor: pointer; */
  border-radius: 999px;
}
.prev {
  padding: 20px 20px;
  position: absolute;
  color: white;
  font-size: 40px;
  font-weight: bold;
  left: 10vw;
  top: 50vh;
}
.next {
  padding: 20px 20px;
  position: absolute;
  color: white;
  font-size: 40px;
  font-weight: bold;
  right: 10vw;
  top: 50vh;
}
@keyframes zoomIn {
  from { transform: scale(0.5); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.caption-text {
  color: #ffffff;
  background-color: #FFFFFF;
  margin:8px 0;
  height: 40px;
  font-size: 12px;
  width: 25vw;
  margin: auto;
  animation: fadeIn 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SF_regular;
  font-weight: 200;
  line-height: 1.2em;
  letter-spacing: 1px;
}
.sqftandonwords{
  color: #ffffff;
  background-color: #FFFFFF;
  padding:8px 20px;
  height: 40px;
  font-size: 12px;
  width: 25vw;
  margin: auto;
  animation: fadeIn 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: SF_regular;
  font-weight: 200;
  line-height: 1.2em;
  letter-spacing: 1px;
}
.sqftandonwords .caption-text{
  width: 25vw;
}
.caption{
  font-size: 28px;
  font-family: Galano_Grotesque_Extra_Light;
  color: #000000;
  font-weight: 400;
  line-height: 1.2em;
  padding: 30px 0 20px 0;
  text-transform: uppercase;
}
.imageboxmodal{
  background-color: #FFFFFF;
  width: 25vw;
  margin: auto;
}
.price, .address{
  font-size: 16px;
  font-family: SF_regular;
  color: #000000;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2em;
  text-transform: capitalize;
}
.sqftandonwords{
  display: flex;
  flex-direction: row;
  background-color: #474747;
}
.caption-textblank{
  height: 8px;
}
.bottomtext{
  background-color: #FFFFFF;
}
.sqft,.onwords{
  font-size: 16px;
  color: #FFFFFF;
  font-family: SF_regular;
  font-weight: 400;
  line-height: 1.2em;
}
.backbutton{
  padding: 5px 8px;
  border-radius: 999px;
  background-color: transparent;
  color: #ffffff !important;
  font-family: Helvetica_Roman;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  z-index: 2;
  display: flex;
  gap: 8px;
  align-items: center;
}
.backbutton:hover{
  background-color: rgb(92 92 92);
  animation: 1s ease-in-out ;
}
.swiper-wrapper{
  width: 69vw !important;
}
@media screen and (min-width: 1920px){
  .filterbtn{
    gap: 5vw;
  }
}
@media screen and (max-width: 1920px){
  .projecticon{
    left:400px;
  }
  .projectline{
    width: 75%;
  }
  .recent_launches_imgherosection_rightproject{
    height: auto;
    width: 16%;
  }
  .containerherosection .recent_launches_vidherosectionproject{
    width: 83%;
  }
  .recent_launches_vidherosection{
    width: 83%;
  }
  .shotline{
    top: 15px;
    left: 24%;
  }
  .shotline1{
    top: -14px;
    left: 67%;
  }
  .filter-right{
    gap: 300px;
  }
}
.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  background-color: #000;
  border-radius: 50%;
  /* cursor: pointer; */
  transition:  0.3s ease;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.2)!important;
  margin: auto;
  width: fit-content;
  border-radius: 50px;
  padding: 5px;
  margin-top: 10px;
}
.owl-dots button{
  background-color: rgb(255, 255, 255) !important;
  opacity: 0.5;
}
.owl-dot.active {
    background: #FFFFFF !important;
    opacity: 1;
}
.info-content{
  display: flex;
  height: 100%;
  gap: 20px;
  padding-top: 10px;
}
.info-content-2 img{
  height: 20vh;
}
.gm-style-iw-d{
  max-height: 500px !important
}
.gm-style-iw-chr{
  display: none;
}
.gm-style-iw{
  height: auto !important;
  width: auto !important;
  max-height: max-content !important;
}

.price-tag {
  background-color: #000000;
  border-radius: 20px;
  padding: 13px 3.5px 17px 3.5px;
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.markerImage {
  height: 40px;
  width: 40px;
  filter: invert(1);
  object-fit: contain;
}

.HomesDesktop{
  display: block !important;
}
.HomesMobile{
  display: none !important;
}  
/* .HomeSectionsTabmain img{
  height: 60vh;
} */


@media screen and (max-width: 1920px){
  .filterbtn{
    gap: 5vw;
  }
}
@media screen and (max-width: 1600px){
  .recent_launches_imgherosection_rightproject{
    /* padding-top: 12%; */
    width: 20%;
  }
  .shotline{
    top: 15px;
    left: 24%;
  }
  .shotline1{
    top: -14px;
    left: 67%;
  }
  .projecticon{
    left: 324px;
  }
  .filter-right{
    gap: 200px;
  }
  .filterbtn{
    gap: 3vw;
  }
}
@media screen and (max-width: 1440px){
  .projecticon{
    left: 288px;
  }
  .projectline{
    width: 75%;
  }
  .recent_launches_imgherosection_rightproject{
    height: 100vh;
    width: 23%;
  }
  .shotline{
    top: 15px;
    left: 24%;
  }
  .shotline1{
    top: -14px;
    left: 67%;
  }
  .filter-right{
    gap: 80px;
  }
  .filter-item{
    width: 12vw;
  }
}
@media screen and (max-width: 1366px){
  .recent_launches_imgherosection_rightproject{
    width: 24%;
  }
  .recent_launches_imgherosection_rightproject{
    width: 25%;
  }
  .navbaricon{
    padding-left: 0%;
  }
  .projecticon{
    left: 270px;
  }
  .filterbtn{
    gap: 0px;
  }
}

@media screen and (max-width: 1100px){
  .filter-right{
    gap: 0;
  }
  .containerherosection{
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px){
  .recent_launches_imgherosection_rightproject{
    width: 36%;
  }
  .ic img {
    width: 45px;
  }
  .stat1{
    margin-top: 1%;
  }
  /* .owl_slide{
    width: 71%;
  } */
  .stat1 h4{
    font-size: 16px;
  }
  .stat1 h5{
    font-size: 10px;
  }
  .stat1 h6{
    font-size: 10px;
  }
  .all_projects_slide .recent_launchestext img{
    margin-bottom: 15px;
  }
  .shotline{
    top: 15px;
    left: 24%;
  }
  .shotline1{
    top: -14px;
    left: 67%;
  }
  .projecticon{
    left: 200px;
  }
  .filter-bar{
    padding: 23px 30px;
  }
  /* .filter-item{
    width: 10vw;
  } */
}
@media screen and (max-width: 1000px) {
  .key_highlights_txt p {
    color: #000 !important;
    padding-top: 0px;
  }
  /* .project-description{
    height: 10px;
  } */
  .project-location{
    height: 10px;
  }
  .projectline{
    width: 35%;
  }
  .custom_width1 {
    width: 80px !important;
    margin-top: 15px !important;
  }
  .project_content h4{
    font-family: "Galano_Grotesque_Extra_Light", "GalanoGrotesque-ExtraLight  Placeholder", sans-serif !important;
  }
  .key_highlights hr {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
    width: 98%;
    margin-left: 1%;
  }
  .project_content .stat1{
    align-items: center;
  }
  .ic {
    width: 15%;
  }
  .filter {
    width: 85%;
  }
  .filter-button{
    padding: 19px 40px;
  }
  .filter-item{
    font-size: 9px;
  }
  .Changeyourviewtext{
    font-size: 9px;
  }
  .filter-item-two{
    width: 110px;
  }
}
@media screen and (max-width: 900px) {
  .ic {
    width: 100%;
    margin-bottom: 20px;
  }
  .filter_mob {
    width: 100%;
  }
  .ic img {
    width: 35px;
    padding: 0px;
    padding-right: 0px;
    padding-right: 5px;
  }
  .filter_mob_inside {
    width: 100;
  }
  .filter {
    width: 100%;
  }
  .filter_inside {
    width: 33%;
    float: left;
    margin: 25px 0px;
  }
  .filter h6 {
    font-size: 12px;
    font-weight: 500;
  }
  .filter_inside button {
    padding: 12px 20px;
    width: auto;
  }
  /* .filter-item{
    width: 95px;
  } */
  .view-toggle img{
    padding-right: 10px;
  }
}/*# sourceMappingURL=all_projects.css.map */
@media screen and (max-width: 768px){
  .recent_launches_imgherosection_rightproject{
    width: 36%;
    margin-bottom: 0px;
  }
  .ic img {
    width: 35px;
  }
  .ic .ic_title {
    font-size: 10px;
    word-spacing: 5px;
  }
  .projecticon{
    left:198px;
  }
  .projectline{
    width: 75%;
  }
  .stat1{
    margin-top: 1%;
  }
  .mb100{
    margin-bottom:21px ;
  }
  .shotline{
    top: 15px;
    left: 17%;
  }
  .shotline1{
    top: -14px;
    left: 71%;
  }
  .AboutLeftSideContentview button{
    margin: 0;
  }
  .AboutLeftSideContentview{
    padding: 0;
  }
  .prev {
    left: 5vw;
    padding: 10px 5px;
  }
  .next {
    right: 5vw;
    padding: 10px 5px;
  }
  .imageboxmodal{
    width: 75vw;
  }
  .modal-content{
    width: 75vw;
  }
  .caption-text{
    width: 75vw;
  }
  .price, .address{
    width: 75vw;
  }
  .sqftandonwords{
    width: 75vw;
  }
  .imagetab p{
    font-size: 13px;
  }
  .imagetab h1{
    font-size: 15px;
  }
}
@media screen and (max-width: 765px){
  .owl-carousel .owl-nav button.owl-next {
    right: 5px;
    height: 35px !important;
    width: 35px !important;
  }
  /* .filter-bar{
    flex-direction: column;
    align-items: start;
    gap: 20px;
    position: relative;
    margin-top: 40px;
  }
  .filter-right{
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .filterbtn{
    flex-direction: column;
    width: 100%;
  } */
  .filter-item{
    width: 15vw;
  }
  .filter-bar{
    gap: 5vw;
  }
  .homelogotext p{
    width: 90%;
  }
  .HomeSectionsTabtextimg{
    width: 100%;
  }
  .imagetab{
    gap: 10px;
  }
  .HomeSectionsTab p{
    font-size: 14px;
  }
  .HomeSectionstext{
    flex-direction: column;
    height: auto;
  }
  .homelogo img{
    width: 150px;
  }
  .HomeSectionstext{
    gap: 30px;
  }
  .HomeSectionsMain{
    gap: 30px;
  }
  /* .filter-item{
    margin-bottom: 15px;
    width: 40vw;
  } */
  /* .filter-button{
    width: 100%;
    text-align: center;
  } */
  .homelogotext{
    width: 80%;
  }
}
@media screen and (min-width: 768px){
  .recent_launches_box_video{
    display: none;
  }
}
@media screen and (max-width: 768px){
  .recent_launches_imgherosection_rightproject{
    /* display: none; */
    width: 100%;
  }
  .containerherosection .recent_launches_vidherosectionproject{
    width: 100%;
    /* height: 50vh; */
    height: 100%;
  }
  .filter-bar {
    margin-top: 0;
  }
  .containerherosection{
    padding-left: 10px;
    flex-direction: column-reverse;
  }
  .recent_launches_box{
    display: none;
  }
  .recent_launches_box_video{
    display: inline-block;
    right: 12%;
    left: auto;
  }
  .slide_projects_top{
    padding-right: 0px;
  }
  .owl-nav {
    top: 27%;
  }
  .recent_launches_vidherosection{
    width: 100%;
  }
  .projecticon{
    left: 209px;
  }
  .navbaricon{
    justify-content: center;
  }
  .all_projectsform-control{
    width: 176%;
  }
  .recent_launches_imgherosection_rightProject{
    display: flex;
  }
  .new_launchestext{
    row-gap: 5px;
  }
  .new_launchestextdetails{
    padding: 0;
  }
  .recent_launches_imgherosection_right.focused{
    height: auto;
  }
  .new_launchestext img{
    height: 65px;
  }
  .recent_launchestextp{
    font-size: 12px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 600px){
  .key_highlights_txt{
    width: 40vw;
  }
  .filter-item{
    width: 20vw;
  }
  .homelogotext{
    width: 100%;
  }
  .homelogotext p{
    width: 100%;
  }
  .info-content{
    flex-direction: column;
    min-width: auto !important;
  }
  .gm-style-iw{
    max-width: max-content !important;
  }
  .mapimage{
    height: 17vh !important;
  }
  .slide_projects_top{
    padding-top: 0px;
  }
}
@media screen and (max-width: 500px){
  .recent_launch
  {
    height: 450px;
  }
  .new_launchestext
  {
    padding-top: 20px;
    height: 15em;
  }
  .recent_launch .owl-stage-outer {
    height: 100%;
  }
}
@media screen and (max-width: 450px){
  .recent_launch
  {
    height: 400px;
  }
  .new_launchestext{
    padding: 30px 0px 20px 0px;
  }
  .newLaunchesDetails{
    padding-left: 20px;
    padding-right: 20px;
    gap: 3vw;
    align-items: center;
  }
  .new_launchestextdetails{
    font-size: 12px;
    margin-bottom: 0;
  }
  .textproject{
    display: flex;
    flex-direction: column;
    gap: 1.5vh;
  }
  .new_launchestextdetails img{
    height: 15px !important;
    width: 15px !important;
  }
  .HomesDesktop{
    display: none !important;
  }
  .HomeSectionsTabimage img{
    height: auto !important;
  }
  .HomesMobile{
    display: block !important;
  }
  .HomeSectionsTabmain img{
    border: 1px solid #000000;
    /* width: auto !important; */
  }
  .HomeSectionsTabimage{
    justify-items: center;
    height: auto;
  }
  .filter-item{
    line-height: 2em;
  }
}
@media screen and (max-width: 425px){
  .recent_launch
  {
    height: 400px;
  }
  .all_projectsform-control{
    width: 200px;
  }
  .stat1{
    margin-top: -2%;
  }
  .projecticon{
    left: 175px;
  }
  .recent_launches_vidherosection {
    width: 100%;
  }
  .project_row{
    flex-direction: column;
    gap: 5vh;
  }
  .mySwiper{
    margin: 0 !important;
  }
  .prev {
    left: 0vw;
    padding: 10px 5px;
  }
  .next {
    right: 0vw;
    padding: 10px 5px;
  }
  .imageboxmodal{
    width: 80vw;
  }
  .modal-content{
    width: 80vw;
  }
  .caption-text{
    width: 80vw;
  }
  .price, .address{
    width: 80vw;
    font-size: 13px;
  }
  .sqftandonwords{
    width: 80vw;
  }
  .caption{
    font-size: 20px;
  }
  .sqft, .onwords{
    font-size: 13px;
  }
  .filter-item{
    width: 27vw;
  }
}
@media screen and (max-width: 375px){
  .recent_launch
  {
    height: 400px;
  }
 .new_launchestext
  {
    padding-top: 20px;
    height: 170px;
  }
  .projecticon{
    left: 209px;
  }
  .navbaricon{
    justify-content: end;
  }
  .all_projectsform-control{
    width: 176%;
  }
  .key_highlights_txt{
    width: 50vw;
  }
  .key_highlights{
    padding: 0 8px;
  }
}
@media screen and (max-width: 320px){
  .all_projectsform-control{
    width: 180px;
  }
  .navbaricon{
    padding-left: 20%;
  }
  .projecticon{
    left: 193px;
  }
  .navbaricon{
    justify-content: start;
  }
  .all_projectsform-control{
    width: 280%;
  }
}