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 {
    width: 100%; /* or a specific width */
    height: 300px; /* Set a height for the container */
    overflow: hidden; /* Ensure any overflow is hidden */
}

.main-card .card .image-container .img-fluid {
    width: 100%;
    height: 100%; /* Fill the height of the container */
    object-fit: cover; /* Ensures the image covers the container */
}




/* .main-card .card .image-container {
    position: relative;
    overflow: hidden !important;
    height: 250px;
}



.main-card .card .image-container img {
    width: 100%;
    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;
}