.padding-menu {
    padding-right: 3px;
    margin-bottom: 20px;
}

.margin-menu {
    margin-top: 10px;
}

.carousel-item img {
    height: 60vh; /* Set desired height */
    object-fit: cover; /* Ensures image covers area */
    transition: transform 0.5s ease; /* Smooth hover transition */
  }

  .carousel-item:hover img {
    transform: scale(1.05); /* Enlarge image on hover */
}
