



.carousel-inner{
  height:700px!important;
   display: block;
}

.item.active{
  height:700px!important;
   display: block;
}

.item.active img {
  width: 100% !important; /* Image will fill the parent div */
  height:700px !important; /* Matches the height of the .carousel-item */
  object-fit: cover;
  object-position: center;
}

.container.carousel-container img {
  object-fit: cover;
   width: 100%;
  height:700px; 
  object-position: center;
}

.item{
object-fit: cover;
   width: 100% !important;
  height:700px !important;
  object-position: center;
}

.item.next.level{
  object-fit: cover;
   width: 100%;
  height:700px;
  object-position: center;
}

.carousel-item img {
  transition: transform 0.4s ease, object-position 0.4s ease;
}


.a1 { position:absolute;
    width: 100%;
     display: none !important;}