.btn-dark {
    color: #ffffff;
    background-color: #292d32;
    border-color: #292d32;
    border: 2px solid white;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Inter",sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #292d32;
}
a:hover {
    color: #000000;
}
.bg-light {
    background-color: #BDBEC6!important;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
    background: black;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: black;
    font-weight: 700;
}
.btn-primary:hover {
    color: white;
    background-color: black;
    border-color: black;
}
.header-carousel .owl-nav .owl-prev:hover, .header-carousel .owl-nav .owl-next:hover {
    background: black;
}
.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(251 255 254 / 25%);
}
.form-select:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}
.btn-dark:hover {
    background-color: black;
    border-color: white;
}
.cat-item:hover div {
    background: white;
    border-color: transparent;
}
.cat-item div {
    background: #FFFFFF;
    border: none;
    transition: .5s;
}
.btn-round{
    margin-top: -5rem;
    background-color: white;
    padding: 5px 150px;
    border-radius: 20px;
}
.navbar-light .navbar-nav .nav-link {
    color: #4d545d;
    font-weight: 500;
}
.mb-7{
    margin-bottom: 7rem!important;
}
.rounded{
    border-radius: 30px!important;
}
.property-item .border-top {
    border-top: 1px dashed rgb(0 0 0 / 30%) !important;
}
.property-item .border-end {
    border-right: 1px dashed rgb(0 0 0 / 30%) !important;
}
body{
    background-color: #BDBEC6;
}
.cover{
    background-size: cover;
}
.h-180{
    min-height: 180px;
}

/* CUSTOM CSS BY LULU */
.gallery1{
    height: 500px;
    background-size: cover;
}
.gallery2{
    height: 250px;
    background-size: cover;
}
.btn-foto{
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.btn-wa{
    display: block;
    margin-top: 20px;
}
.price-grid{
    padding: 40px!important;
}
.price{
    font-size: 35px;
    font-weight: 700;
    overflow-wrap: break-word;
}

.btn-group{
    vertical-align: inherit;
}
.dd-harga{
    width: 400px;
}
.minmax{
    width: 130px;
    /* display: inline; */
}

.w-20{
   width: 20%;
}
.w-33{
    width: 33.3%;
}
.mobile-filter{
    display: none;
    height: 70px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.pagination{
    margin-top: 3rem;
}
.modalprice{
    padding: 0px 0px 40px 0px;
}
.univ{
    width: 80px;
    padding: 10px 10px 20px 10px;
}
.grey-icon{
    /* -webkit-text-stroke: 1px #0e2e50; */
    color: rgb(0 0 0 / 22%);
    font-size: 15px;
}
.thumbnail{
    height: 200px;
    background-size: cover;
    transition: transform .5s; /* Animation */
}
.thumbnail:hover{
    transform: scale(1.5);
}
.nodata{
    width: 400px;
}

@media only screen and (max-width: 768px) {
   .mobile-filter{
       display: flex;
   }
   .nodata{
       width: 100%;
   }
    .back-to-top{
        display: none!important;
    }
    .price-grid{
        position: fixed;
        bottom: 0;
        background-color: white;
        padding: 0px !important;
    }
    .gallery1{
        height: 250px;
        background-size: cover;
    }
    .gallery2{
        display: none;
    }
    .price{
        font-size: 30px;
    }
    .btn-wa {
        display: inline;
        margin-top: 0px;
        float: right;
    }
  .add-to-home-screen{
      background-color: #035dec;
    color: white;
    padding: 20px;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
  }
  .btn-add{
  background-color: white;
    border: none;
    border-radius: 20px;}
  .btn-close{
      border: none;
    margin-left: 30px;
  }
  }
     @media screen and ( max-width: 768px ){

    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:nth-child( 3 ),
    .page-item:nth-last-child( 3 ),
    .page-item:nth-child( 4 ),
    .page-item:nth-last-child( 4 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {

        display: block;
    }
}