div{
    animation-delay: 0.2s;
  }
  
  span{
    animation-delay: 0.2s;
  }


  /* Customize scrollbar track */
/* html {
    scrollbar-color: #365274 #ffffff;  
}


html:hover {
    scrollbar-color: #365274 #ffffff; 
    
} */


.zoom-effect {
    transition: transform 0.5s ease;

}

.zoom-effect:hover {
    transform: scale(1.2);
   
    
}




.main-card .card .image-container {
    position: relative;
    overflow: hidden !important;
    height: 250px;
}



.main-card .card .image-container img {
    width: 100%;
    /*height: 145px;*/
    /*height: 60%;*/
    background-position: center;
    object-fit: cover; 
     background-position: center;
    margin-top: 56px;
     margin-left: 2%;

    
    
}

/* @media(max-width:760px){*/
/*.main-card .card .image-container img {*/
/*    width: 100%;*/

/*    background-position: center;*/
/*    object-fit: cover; */
/*     background-position: center;*/
/*    margin-top: 56px;*/
/*     margin-left: 2%;*/

    
    
/*}*/

/* }*/

.fvrt-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1; 
}



/* .buy-section .fvrt-icon {
    position: absolute;
    top: -22px;
    left: -29px;
    z-index: 1; 
} */


.similar-sec.image-container {
    position: relative;
    overflow: hidden !important;
}