<!-- .slideshow-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.mySlides {
    display: none;
}
.slidiimigs {
    width: 100%;
    max-height: 400px;
    object-fit:contain;
    display:block;
    margin:auto;
    border-radius: 21px;
    padding: 10px 13px 0px 10px;
}

.text-align-center {
    text-align: center;
    margin-top: 10px;
}

.dot {
    height: 6px;
    width: 6px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fade Animation */
.fade {
    animation: fadeEffect 1.5s;
}

@keyframes fadeEffect {
    from {opacity: 0.4}
    to {opacity: 1}
}




 -->
