.carousel-item {
    height: 100vh; /* Full screen height */
  }
  .carousel-item img {
    object-fit: cover;
    height: 100%; /* Stretch image to cover height */
    width: 100%; /* Stretch image to cover width */
  }

  .carousel{
    pointer-events: none;
  }