

  .Independence_day {
    width: 100%; 
    height: 250px;
    object-fit: cover; 
    border-radius: 8px;
  }

  .national_doctors_day {
    width: 100%; 
    height: 250px;
    object-fit: cover; 
    border-radius: 8px;
  }

  .TRAINING_OF_TRAINERS {
    width: 100%; 
    height: 250px;
    object-fit: cover; 
    border-radius: 8px;
  }

  .international_yoga_day {
      width: 100%; 
      height: 250px;
      object-fit: cover; 
      border-radius: 8px;
  }

  .muhs_anniversary_day {
      width: 100%; 
      height: 250px;
      object-fit: cover; 
      border-radius: 8px;
  }

  .football{
      width: 100%; 
      height: 250px;
      object-fit: cover; 
      border-radius: 8px;
  }

  .volleyball{
      width: 100%; 
      height: 250px;
      object-fit: cover; 
      border-radius: 8px;
  }

  .cricket{
      width: 100%; 
      height: 250px;
      object-fit: cover; 
      border-radius: 8px;
  }

  .basketball{
      width: 100%; 
      height: 250px;
      object-fit: cover; 
      border-radius: 8px;
  }

  #independence_day_carousel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

#national_doctors_day_carousel{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

#TRAINING_OF_TRAINERS_carousel{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

#international_yoga_day_carousel{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;  
}

#muhs_anniversary_day_carousel{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;  
}

#football_carousel{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;  
}

#volleyball_carousel{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;  
}

#cricket_carousel{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;  
}

#basketball_carousel{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;  
}

.carousel-inner {
    max-width: 90%;
    max-height: 90%;
    display:-webkit-box;
}

.carousel-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
}

  /* Media query for smaller screens */
  @media (max-width: 765px) {
    .row > .col-md-4 {
      margin-bottom: 15px; 
    }

    .row {
      margin-right: -10px;
      margin-left: -10px; 
    }
  }