@import url('https://fonts.googleapis.com/css2?family=Nova+Cut&display=swap');

body {
    --sb-track-color: #493c96;
    --sb-thumb-color: #F6EBC5;
    --sb-size: 8px;
  }
  
  body::-webkit-scrollbar {
    width: var(--sb-size)
  }
  
  body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 0px;
  }
  
  body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 0px;
    
  }
  
  @supports not selector(::-webkit-scrollbar) {
    body {
      scrollbar-color: var(--sb-thumb-color)
                       var(--sb-track-color);
    }
  }

.container {
    font-family: 'Nova Cut', system-ui;
}


/* reigister -------------------- */
.t-re{
    font-size: 14px;
}
.border-nav {
    border-top: 2px solid black;
    text-align: center;
}

/* Homepage----------------------- */
.home-plus{
    display: flex;
    justify-content:end;
}
.plus{
    font-size: 25px;
    color: #000;
}
.home-slider{
    position: relative;
}
.box-slider{
    width: 100%;
    height: 220px;
}
.box-slider img{
    width: 100%;
    height: 100%;
}
.text-cat{
    position: relative;
    top: -50%;
    color: white;
}
.box-text-home{
    position: absolute;
    top: 100px;
    padding: 30px;
    display: grid;
    color:white;
    /* place-items: center; */
}

.box-img-sp{
    width: 100%;
    height: 200px;
}
.img-ps{
    width: 100%;
    height: 100%;
}
/* .box-img-sp img{
    max-width: 100%;
    max-height: 200px;
    object-fit: cover;
} */
.vertical{
    border-left: 4px solid rgb(255, 0, 98);
}
.vertical-2 {
    border-left: 4px solid rgb(0, 255, 234);
}
.vertical-3 {
    border-left: 4px solid rgb(255, 208, 0);
}

.box-finised{
    display: flex;
    justify-content: center;
}

.vertical p,.vertical-2 p, .vertical-3 p{
    line-height: 0.5;
    margin-top: 10px;
    padding: 2px;
}
.slider-property .slick-slide {
    margin: 0 5px 0; 
}
.box-most-pro{
    display: flex;
    justify-content: center;
}
.most-h3{
    /* border-bottom: 1px solid blue; */
    /* box-shadow: 0 1px 0 red; */
    text-decoration: underline solid rgb(0, 255, 234);
}
.mart-card-pro{
    position: relative;
}
/* .pro-box-black{
    position: absolute;
    width: 95%;
    height: 425px;
    top: 8px;
    z-index: -10;
    left: 15px;
    border: 8px solid black;

} */
.cart-pro{
    border: 0.5px solid black;
}
.pro-img{
    width: 100%;
    height: 160px;
}
.cart-text{
    background-color: white;
   
}
.text-box-pro{
    /* width: 60%; */
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
 .card-t{
    display: flex;
    justify-content: space-between;
    line-height: 0.8em;
    font-size: 18px;
 }
.mart-card-pro:hover .pro-box-black{
    position: absolute;
    width: 95%;
    height: 390px;
    top: 8px;
    z-index: -10;
    left: 10px;
    border: 8px solid black;
    cursor: pointer;
    transform: translate(2px);
    transition: transform 0.8s;
}
.mart-card-pro:hover .pro-img{
    height: 165px;
    transition: transform 0.8s;
}
.m-demo{
   background-color: #f5d41a; 
   border: 0.5px solid black;
   color: #000;
   text-decoration: none;
}
.pro-demo{
    width: 90%;
    color: #000;
    text-decoration: none;
}
.pro-bed{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    /* font-weight: bold; */
}
.box-type{
    position: absolute;
    display: flex;
    width: 90%;
    justify-content: space-between;
}
.text-type{
    border-radius: 10px;
    color:white;
}
.check-stars{
    color: #ffe400;
  }
.fa-heart{
    font-size: 25px;
    cursor: pointer;
}


  .wishlist-btn.added {
    color: #28a745;
}

.wishlist-btn:hover {
    color: #ffe400;
}
#wishlistCount{
    position: relative;
    top: -15px;
    left: 33px;
    z-index: 1;
    background-color: red;
    padding: 1px;
    color: white;
    border-radius: 100%;
    width: 40px;
    height: 40px;

}


















/* breakpoints -------------------------------------------------------- */

/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .box-slider{
        width: 100%;
        height: 200px;
    }
    .box-slider img{
        width: 100%;
        height: 100%;
    }
    .pro-img{
        width: 100%;
        height: 268px;
    }
    .mart-card-pro:hover .pro-box-black{
        position: absolute;
        width: 95%;
        height: 470px;
        top: 8px;
        z-index: -10;
        left: 10px;
        border: 8px solid black;
        cursor: pointer;
        transform: translate(2px);
        transition: transform 0.8s;
    }
    .mart-card-pro:hover .pro-img{
        height: 265px;
        transition: transform 0.8s;
    }
    
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .box-slider{
        width: 100%;
        height: 200px;
    }
    .box-slider img{
        width: 100%;
        height: 100%;
    }
    .pro-img{
        width: 100%;
        height: 268px;
    }
    .mart-card-pro:hover .pro-box-black{
        position: absolute;
        width: 95%;
        height: 470px;
        top: 8px;
        z-index: -10;
        left: 15px;
        border: 8px solid black;
        cursor: pointer;
        transform: translate(2px);
        transition: transform 0.8s;
    }
    .mart-card-pro:hover .pro-img{
        height: 265px;
        transition: transform 0.8s;
    }
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .box-slider{
        width: 100%;
        height: 500px;
    }
    .box-slider img{
        width: 100%;
        height: 100%;
    }
    .pro-img{
        width: 100%;
        height: 260px;
    }
    .mart-card-pro:hover .pro-box-black{
        position: absolute;
        width: 95%;
        height: 493px;
        top: 8px;
        z-index: -10;
        left: 8px;
        border: 8px solid black;
        cursor: pointer;
        transform: translate(2px);
        transition: transform 0.8s;
    }
    .mart-card-pro:hover .pro-img{
        height: 265px;
        transition: transform 0.8s;
    }
 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .box-slider{
        width: 100%;
        height: 500px;
    }
    .box-slider img{
        width: 100%;
        height: 100%;
    }
    .pro-img{
        width: 100%;
        height: 260px;
    }
    .mart-card-pro:hover .pro-box-black{
        position: absolute;
        width: 95%;
        height: 473px;
        top: 8px;
        z-index: -10;
        left: 11px;
        border: 8px solid black;
        cursor: pointer;
        transform: translate(2px);
        transition: transform 0.8s;
    }
    .mart-card-pro:hover .pro-img{
        height: 265px;
        transition: transform 0.8s;
    }
 }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    .box-slider{
        width: 100%;
        height: 500px;
    }
    .box-slider img{
        width: 100%;
        height: 100%;
    }
    .pro-img{
        width: 100%;
        height: 260px;
    }
    .mart-card-pro:hover .pro-box-black{
        position: absolute;
        width: 95%;
        height: 473px;
        top: 8px;
        z-index: -10;
        left: 13px;
        border: 8px solid black;
        cursor: pointer;
        transform: translate(2px);
        transition: transform 0.8s;
    }
    .mart-card-pro:hover .pro-img{
        height: 265px;
        transition: transform 0.8s;
    }
    
 }