

#amenities .item{
  margin: 3px;
}
#amenities .item img{
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


#amenities .item h4{
      background-color: #a27b33;
    color: rgb(0 0 0);
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.white-popup{
  background: #ffffffd2;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #fff !important;
}
#amenities .owl-next {
  position: absolute;
  top: 95%;
  left: 40%;
  background: #ac7c44;
  width: 40px;
  height: 40px;
  display: flex;
  direction: rtl;
  /* align-items: center; */
  line-height: 35px;
    font-weight: 700;
  justify-content: center;
  border-radius: 100px;
  font-size: 25px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#amenities .owl-prev {
  position: absolute;
  top: 95%;
  left: 55%;
  background: #ac7c44;
  width: 40px;
  height: 40px;
  display: flex;
  /* align-items: center; */
  line-height: 35px;
    font-weight: 700;
    direction: rtl;
  justify-content: center;
  border-radius: 100px;
  font-size: 25px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.d-banner{
  display: block;
}
.amenities-inner li {
  list-style-type: none;
  font-family: 'NeueHaasUnicaPro-Light';
  width: 47%;
  float: left;
  line-height: 27px;
  padding: 6px;
  border: 1px solid #c7c4c4d4;
  margin: 6px;
  text-align: center;
  transition: 0.3s;
  background-image: url(../img/bg/layout.svg);
  background-position: center;
}
.amenities-inner li:hover{
  border: 1px solid #8a8989d4;
  /* background-color: rgb(245, 245, 247); */
  transition: 0.5s cubic-bezier(0.5, -0.5, 0.25, 1.5);
  top: calc(50% - 0.6em / 2);
  background-image: url(../img/bg/layout.svg);
  background-position: center;

}
@media only screen and (max-width: 991.98px) {
  .amenities-inner li {
    list-style-type: none;
    font-family: 'NeueHaasUnicaPro-Light';
    width: 46%;
    float: left;
    line-height: 20px;
    font-size: 13px;
}
  .rera {
     display: none!important;
}
  #amenities .item img{
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  
.m-banner{
  display: block;
}
.d-banner{
  display: none;
}
#projects .col-lg-12 {
  padding-right: 1px;
  padding-left: 1px;
}

}
.pb-minus-70 p{
    text-align: justify;
    color: white;
}