﻿.slideshow-container {
    position: relative;
    left: 50%;
    height:400px;
    transform: translateX(-50%);
    width: 100vw;
    min-width:2000px;

}


.mySlides {
    background-repeat:repeat-x;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

    .mySlides.show {
        opacity: 1;
        z-index: 1;
    }

    .mySlides img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mySlides::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 2; 
    }

.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 2;
}


.tab-pic {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 350px;
}

.bw-nav-tabs {
    width: 316px;
}

.bw-tab-body {
    background-color: #fafafa;
    border: none;
    border-radius:6px;
    padding-top:30px;
    padding-left:20px;
}

.bw-card-title {
    font-weight:600;
    font-size: 18px;
}

.tab-p {
    font-size: 16px;
    
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.r-p-img{
    width:40px;
    align-self:center;
}

.card {
    border:none;
}

