
@media (min-width: 360px) and (max-width: 667px) {
	.m-none{display:block}
  .image-animee img {
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
}
.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0 0 0 / 93%), rgba(0, 0, 0, 0.2));
  /* background: rgba(0, 0, 0, 0.5);  */
  z-index: 5;
  pointer-events: none; 
  max-height: 666px;
}
.slider-text-block h1 {
  font-size: 24px;
  line-height: 33px;
  word-spacing: 2px;
}
.text-block p {
  font-size: 18px;  
  word-spacing: 2px;
}

.text-block {  
  text-align: center;
  width: 100%;
  z-index: 10;
}

.property-card .text-block {
  padding: 15px;
  text-align: center;
}

.footer-logo img {
  height: 107px;
  display: flex;
  padding: 1px 27px 10px 44px;
}
.eyebrow {
  font-size: clamp(14.45px, 4.146vw, 18px);
  color: #ebce3e;
}

.slider-arrow1  .arrow1 {
  margin-left: 5px;
  }
  .slider-arrow1 .arrow2 {  
   
    right: 5px;
  }
  
  .about-1 .about-images .about-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
}
 .about-1 .about-images .about-video figure img {
    width: 100%;
    border: 4px solid #FFFFFF;
    border-radius: 20px;
    height: 150px;
    object-fit: cover;
}
.about-1 .about-content .about-content-body ul li {
    margin-bottom: 20px;
}
.team-card .img-block img {
    height: 123px;
    object-fit: cover;
    width: 100%;
}
.gallery-slider img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.gallery .img-block {
    overflow: hidden;
    border-radius: 0px;
}
.slick-track > [class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 3);
    padding-left: calc(var(--bs-gutter-x) / 3);
}
.pdm{padding:0px}

.page-header h3 {
  font-size: 18px;
  padding-top: 10px;
  font-weight: 300;
  text-align: center;
  line-height: 29px;

}
.feat {
  padding: 0px;
}
.property-type-item {
  position: relative;
  width: 100%;
  padding: clamp(16px, 1.25vw, 32px);
  background: #F5F7F9;
  border-radius: clamp(12px, 1.08vw, 24px);
  height: 100%;
  min-height: 212px;
}
.mb-8 {
  margin-bottom: 4px;
  font-size: 17px;
}
.color-primary {
  color: #0a1236 !important;
  font-weight: 500;
 font-size: 24px;
}
.property-detail .property-heading {
  font-size: 19px;
  line-height: 30px;
}
.property-detail .amenities-list .amenity-block {
  padding: clamp(20px, 1.66vw, 42px) 12px;
  /* min-width: clamp(157px, 6.5vw, 206px); */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #061829;
  border-radius: 5px;
  /* max-width: 150px !important; */
  width: 100%;
  min-width: 147px;
  margin-left: 6px;
}
.ul-li-list li {
  font-size: 15px;
  line-height: 25px;
  color: #262d4d;
  padding-top: 13px;
}
#navmenu ul {
  list-style-type: none;
  padding: 30px 0px;
  margin: 0px;
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
  justify-content: start;
  color: #061829;
}
#navmenu ul li {
  margin-right: 20px;
  line-height: 31px;
}
#navmenu ul li a.active {
  color: #fff;
  background-color: #061829;
  padding: 3px 13px;
  border-radius: 6px;
}
.wow h3 {
  padding-top: 30px !important;
}
.ul-li-list-new {
  list-style-type: none;
  font-size: 15px;
  line-height: 24px;
  color: #061829;
  margin-left: -28px;
  padding-bottom: 0px !important;
}
.page-header-1 h4 {
  font-size: 17px;
  line-height: 34px;
  font-weight: 400;
  padding: 10px;
}
.bhk h5{
  padding: 20px 0 0 0;
}
.youtube-icon {
  width: 50px !important; 
  height: 50px !important;
}
.team-card .image-size img {
  height: 161px !important;
  object-fit: cover !important;
  width: 100% !important;
}
.estate .thumbnail-wrapper {
  margin-bottom: 0px !important;
}

.popup-content {
  position: relative;
  width: 100%;
  max-width: 351px;
  z-index: 10000;
}
.popup img {
  z-index: 10000;
  max-width: 100%;
  height: 420px;
  border-radius: 12px;
  object-fit: cover;
}
}