.zoom {
    transition: transform .5s;
}

.zoom:hover {
    transform: scale(1.075);
}

.custom-div:hover {
    cursor: pointer; /* New cursor style on hover */
}

.img-fit {
    object-fit: contain;
    height: 100px;
}

.img-fit-2 {
    object-fit: contain;
    height: 200px;
}

.img-slide {
    object-fit: contain;
    width: 100%;
}

.w-35 {
    width: 35% !important
}

.w-30 {
    width: 30% !important
}

.w-80 {
    width: 80% !important
}

img {
    filter: none !important;
}

.nav-link:hover {
    color: #00989F !important;
}