/* .swiper-slide:last-child {
    margin-bottom: 100px !important;
} */

.progress-container,
.progress-bar {
    pointer-events: auto;
}


.swiper-slide-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
    color: white;
    font-family: 'Estricta', sans-serif;
    width: 100%;
}


.swiper-slide-content a {
    text-align: right;
    background-color: transparent;
    color: white;
    font-family: 'Estricta Black', sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    border: none;
    cursor: pointer;
    z-index: 99;
    text-decoration: none;
    transition: all 0.5s ease;
}

.swiper-slide-content a:hover {
    color: #b3b3b3;

}

.swiper-slide-content a:hover span {
    transform: translateX(5px);
}

.swiper-slide-content a span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.logosYamaha .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.customDropdown li a:hover {
    color: red;
}


@media screen and (max-width: 768px) {

    .mySwiper .progress-container {
        width: 50%;
        margin: auto;
        height: 6px;
        background-color: lightgrey;
        transition: width 0.3s ease;
        z-index: 99;
        position: relative;
        margin-top: 60px;
    }

    .mySwiper .progress-bar {
        margin-top: -10px;
        height: 10px;
        border: 5px solid #ff0000;
        background-color: #ff0000;
        transition: width 0.3s ease;
        border-radius: 20px;
        top: -2px;
        position: relative;

    }

    .swiper-slide-content h2 {
        font-size: 1.8rem;
        margin: 10px 0px;
    }

    .swiper-slide-content a {
        padding: 0px 20px;
    }





}