/** {
    border-style: solid;
    border-width: 1px;
}*/

html, body {
    overflow-x: hidden;
}

#bernie-cover-logo {
}

.bernie-cover {
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    width:100vw;
}

.swiper-container {
    width: 100%;
    padding:20px 0 40px;
}

#swiper-qbp-photos,
#swiper-venice-photos {
    padding-top: 60px;
    overflow: hidden;
}

#swiper-qbp-sitedocs, #swiper-venice-sitedocs {
    padding: 0;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 40px;
    filter: drop-shadow(0px 3px 3px #50505075);
}

@media (max-width: 680px) {
    #swiper-qbp-sitedocs,
    #swiper-venice-sitedocs {
        padding: 0 10% 40px;
    }
}

#venice-animation {
    display: flex;
    justify-content: center;
    padding: 5%;
    width: 100%;
    height: auto;
}

.swiper-slide {
    height: 90vw; /* Make slides larger (adjust as needed) */
    width: auto; /* Let the width be determined by the content */
    position: relative; /* Required for overlap */
    transform: scale(0.85); /* Shrink slides slightly for overlap effect */
    transition: transform 0.3s ease; /* Smooth transition when slide changes */
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    border-style: solid;
    border-color: #fff;
    border-width: 10px;
    filter: drop-shadow(0px 3px 8px #50505075);
    /* Drop shadow effect */
    box-shadow: 0px 3px 8px rgba(75, 75, 75, 0.5);
    /* Adding a subtle shadow effect for better visibility */
}

@media (max-width: 680px) {
    .swiper-slide img {
        border: 8px solid #eeeeee;
    }

    #swiper-qbp-sitedocs img,
    #swiper-venice-sitedocs img {
    border-style: unset;
    }
}

@media (max-width: 480px) {
    .swiper-slide img {
        border: 6px solid #eeeeee;
    }

    #swiper-qbp-sitedocs img,
    #swiper-venice-sitedocs img {
    border-style: unset;
    }
}

.swiper-slide-active {
    transform: scale(1); /* Enlarge the active slide */
    z-index: 10; /* Bring the active slide to the front */
}

.swiper-wrapper {
    display: flex; /* Allow slides to stack next to each other */
}
