﻿.slider-img{
    max-height: 320px;
    width: 100%;
}
.cover{
  object-fit: cover;
}
.carousel {
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    box-shadow: 0 0.3rem 0.8rem rgba(1, 1, 1, 1), 0 -0.2rem 0.2rem rgba(255, 255, 255, 0.3);
}
.carousel-posy{margin-bottom: 10px;}
/* transition duration to control the speed of fade effect */
.carousel-item {
  transition: transform 2.6s ease-in-out;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 2.6s;
}
.txt-center{text-align: center;}
.sr-only
{
  font-size: 15px;
  color: white;
  font-weight: bold;
}
