body{
    font-family: 'Poppins', sans-serif;
}
html{
    scroll-behavior: smooth;
}
.bz_light_red{
    background-color: rgba(255, 0, 0, 0.205);
}
.container-fluid a:hover{
    background-color: #fcd0d5;
    border-radius: 5px;
}
nav ul li{
    margin-left: 25px;
    font-size: 14px;
}


nav ul li:hover{
    background-color: #fcdce0;
    border-radius: 5px;
}
.bz_details_color{
    color: rgb(85, 81, 81);
}
.clients_review{
    color:#eb2f45d7;
}
.rating_icons{
    width: 20px;
}


/* ============================
New arrival Card effects
======================================== */
.card-1 {
    /* box-shadow: 0 1px 3px rgba(15, 14, 14, 0.12), 0 8px 2px  0px rgba(0,0,0,0.24); */
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }
  
  .card-1:hover {
    box-shadow: 0 7px 8px rgba(0,0,0,0.25), 0 10px  10px 2px rgba(0,0,0,0.22);
    background-color: #ffffff;
  }





/* ===========================
Happy clints Reviews 
============================================*/
.hover-2 {
    --h: 1.2em;   /* the height */
    
    linea-height: var(--h);
    color: #0000;
    overflow: hidden;
    text-shadow: 
      0 var(--_t,var(--h)) #fff,
      0 0 var(--_c,#000);
    background: 
      linear-gradient(#5eb7d5b5 0 0) 
      bottom/100% var(--_d, 0) no-repeat;
    transition: 0.3s;
  }
  .hover-2:hover {
    --_d: 100%;
    --_t: 0;
    --_c: rgba(214, 163, 54, 0);
    /* color: white; */
  }

