.all-projects-banner {
    width: 100%;
    background-image: url(../img/Asssets-V1/list-property-banner.jpg);
    height: 100%;
    max-height: 400px;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.banner-content {
  color: #fff;
  position: relative;
  width: 100%;
}
h1.banner-title {
  font-weight: 800;
}

span.font-bold {
  font-size: 48px;
  font-weight: 800;
}
/* .banner-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #FF911A 20% ,  #ffffff21);
  left: 0;
  top: -10px;
}
.banner-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #ffffff21 20% ,  #FF911A );
  left: 0;
  top: 100%;
} */


.projects-body{
    width: 100%;
}
.projects-grid{
    padding: 40px 0px;
    display: grid;
    gap: 80px;
    margin: 0px auto;
    max-width: 1180px;
    width: 100%;
    grid-template-columns: 800px auto;
}
.project-card {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  display: flex;
  border-radius: 20px;
  box-shadow: 5px 6px 24px -5px rgb(0 0 0 / 55%);
  -webkit-box-shadow: 5px 6px 24px -5px rgb(0 0 0 / 55%);
  -moz-box-shadow: 5px 6px 24px -5px rgba(0, 0, 0, 0.55);
  height: 250px;
  position: relative;
}

.project-card:not(:last-child) {
  margin-bottom: 30px;
}


.project-card-text {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
}

.slick-slide {
  max-height: 300px;
}

.card-image-slider {
  width: 300px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.pr-card-feature {
  /* display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 20px; */
}

.pr-card-feature>p:nth-child(1) {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.pr-card-feature>p:nth-child(2) {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px;
}

.pr-card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 7px 60px;
}

.pr-card-desc {
  font-size: 14px;
  font-weight: 400;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.search-filter-box {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  margin-top: 30px;
  border-radius: 10px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  box-shadow: -2px 3px 15px 0px #00000047;
  z-index: 99;
}

.project-field {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}

.mob-search-filter-box {
  display: none;
}

.pr-spot-light {
  position: absolute;
  top: 20px;
  z-index: 1;
  background: #408f8c;
  color: #fff;
  padding: 5px 10px;
  left: 20px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
}

.builder-name {
  width: 100%;
  max-width: 100px;
  /* margin-left: -50px; */
  z-index: 1;
  background-color: #fff;
  box-shadow: 2px 1px 6px 0px #00000026;
  position: absolute;
  bottom: 20px;
  left: 250px;
}

.pr-detail {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
}

.pr-detail p {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 500;
}

.strt {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.price {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 800;
}

.pr-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  width: 90%;
  color: #000;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}
.pr-title:hover{
  color: #000;
}

.pr-enquiry-form>form>div:not(:last-child) {
  margin-bottom: 15px;
}

.pr-enquiry-form {
  margin-top: 30px;
  padding: 15px;
  /* border: 1px solid #00000026; */
  border-radius: 12px;
  box-shadow: 1px 3px 13px 3px #00000026;
}

.filter-box {
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  padding: 0px 20px;
  gap: 10px;
}

.pr-title-sec {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

a.dropdown-item>span {
  margin-right: 5px;
}
.pr-card {
  width: 100%;
  max-width: 800px;
  background: #fff;
  border-radius: 20px;
  display: flex;
    height: 300px;
    box-shadow: 5px 6px 24px -5px rgb(0 0 0 / 55%);
    margin-bottom: 30px;
}
.skeleton {
  background-color: #e2e5e7;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 1s ease infinite;
  animation: shine 1s ease infinite;
}

.pr-card-img {
  position: relative;
  border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  width: 100%;
    max-width: 300px;
    height: 300px;
}

@-webkit-keyframes shine {
  to {
      background-position: right -40px top 0;
  }
}

@keyframes shine {
  to {
      background-position: right -40px top 0;
  }
}
.pr-card-body {
  padding: 1.5rem;
  width: 100%;
}
.pr-card-title.skeleton {
  min-height: 28px;
  border-radius: 4px;
}

.pr-card-intro.skeleton {
  min-height: 72px;
  border-radius: 4px;
}
.project-card-text{
  width: 100%;
}
.project-card-text > div:nth-child(1){
  height: 100%;
}
.no-results {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}

@media(max-width:1230px) {
  .search-filter-box {
      border-radius: 0px;
  }

  .projects-grid {
      padding: 40px 20px;
      gap: 20px;
  }
}

@media(max-width:1069px) {
  .search-filter-box {
      display: none;
  }

  .mob-search-filter-box {

      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      padding: 10px 0px;
      background: #fff;
      position: sticky;
      z-index: 5;
      top: 0;
      box-shadow: 1px 3px 13px 3px #00000026;

  }

  .navbar-wrapper {
      z-index: 9;
  }

  .offcanvas.offcanvas-end {
      width: 100%;
      border-left: none;
  }

  .project-field {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 30px;
      align-items: start;
  }

  .project-field>div {
      width: 100%;
  }

  .price-max-box {
      width: 100%;
  }

  .price-min-box {
      width: 100%;
  }

  .projects-grid {

      grid-template-columns: repeat(1, 1fr);
      max-width: 800px;
      gap: 50px;
      padding: 40px 20px;
  }

  .logo-heading {
      font-weight: 700;
      color: #4caba7;
      font-size: 20px;
  }

  .logo-heading2 {
      font-weight: 700;
      color: #1818199e;
      font-size: 20px;

  }
}

@media (max-width:769px) {
  .project-card {
      height: fit-content;
      flex-direction: column;
      max-width: 500px !important;
      margin: 0 auto;
      overflow: hidden;
  }

  .inventory_image img {
      width: 100%;
      max-width: 500px !important;
  }

  .card-image-slider {
      width: 100%;
      max-width: 500px;
      border-bottom-left-radius: 0px;
      overflow: unset;
  }

  .builder-name {
      bottom: unset;
      top: 180px;
      left: unset;
      right: 0;
  }

  .pr-card-foot {
      margin: 35px 0px 0px 0px;
  }

  .pr-cards {
      display: grid;
  }
  .pr-card {
    
    max-width: 500px;
    height: fit-content;
    flex-direction: column;
    margin: 0 auto 30px auto;
}
.pr-card-img {
  
  border-top-left-radius: 20px;
  border-bottom-left-radius: unset;
  border-top-right-radius: 20px;
  
  max-width: 500px;
  
}


}

@media(max-width:400px) {
  .pr-detail {
      align-items: start;
      margin-top: 10px;
  }

  .pr-card-foot {
      flex-direction: column;
      align-items: start;
  }

  .projects-grid {
      padding: 40px 10px;
  }

  .filter-box {

      padding: 0px 10px;

  }
}

