.owl-gallery .item img {
  max-height: 600px;
  max-height: 600px;
  min-height: 100%;
  object-fit: cover;
  width: auto;
  height: auto;
}
.owl-gallery .item {
  min-height: 100%;
  overflow: hidden;
  height: 300px;
}
/* .owl-gallery .owl-stage { display: flex;} */

.amenities h3 {
  white-space: nowrap;
  text-align: center;
}

.prdpg_bnr {
  position: relative;
}
.btn-close {
  top: -3px;
  right: -3px;
}
/* .prdpg_bnr .screen_lg {
    position: absolute;
    width: 100%;
    inset:  0 0 0 auto;
    background-color: #fff;
    height: 100%;
    z-index: 99;
} */

.prj_nav .prj_ops {
  gap: 24 px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}
.prj_nav .btns a {
  display: flex;
  padding: 18px 21px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.prj_nav .btn-white {
  border: 1px solid var(--Shades-3, #273242);
  background: var(--white, #fff);
}

.pay_modal img {
  max-width: 90vw !important;
  max-height: 98vh !important;
}
.pay_modal .carousel {
  position: unset !important;
}
.pay_modal .carousel-control-next-icon,
.pay_modal .carousel-control-prev-icon {
  filter: none !important;
}
