.carousel-inner img{
   width: 100%;
   height: 80vh;
}
.ak img{
   min-width: 50%; 
   min-height: 150px;

}
.ak:hover{
   box-shadow: 0 0 10px 10px rgb(69, 82, 120);
}
.sk:hover{
   background-color: rgb(112, 62, 101);
   box-shadow: 0 0 3px 3px rgb(11, 207, 70);
}

