#content-wrapper {
    margin-top: 0!important;
}

/* .carousel-caption {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.8)
} */

.mbu-carousel__item {
    width: 100%;
    aspect-ratio: 16/9;
    position: unset;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mbu-carousel__jumbotron-link-for-small {
    text-decoration: none;
    color: white;
}

.mbu-carousel__jumbotron-link-for-small:hover {
    text-decoration: none;
    color: rgb(187, 215, 79);
}

.mbu-navbar {
    position: absolute;
    width: 100%;
    z-index: 99999;
    background-color: transparent!important;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.slogan {
    padding: 0;
}

.slogan__content {
    height: 500px; 
    color: white; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

.section-title {
    font-weight: 500;
}

.trainers {
    margin-bottom: 80px;
}

.section-description {
    font-weight: normal;
    /* padding: 0 50px 0 50px; */
    line-height: 1.6rem;
}

.grid-container {
    /* 
    flex-wrap: wrap;
    justify-content: center; */
    display: flex;

    flex-wrap:  nowrap;
    justify-content: flex-start;

    scroll-snap-type: x mandatory;

    overflow: auto;
}

.grid-container::-webkit-scrollbar {
    display: none;
}

.card-container {
    margin-right: 18px;
    margin-bottom: 18px;
}




/* BUTTON */

.btn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

.selector-button {
    margin: 5px 0;
    border: none;
    padding: 8px 20px;
    border: 1px solid grey;
    background: none;
    /* background-color: none; */
    border-radius: 10px;
    width: 100%;
    /* width: auto; */
}

.selector-button:hover {
    background-color: rgba(172, 172, 172, 0.5);
    transition: all 0.5s;
}

.selected {
    background-color: rgb(27, 69, 107)!important;
    color: white;
}

.fa {
    cursor: pointer;
}

.hide {
    display: none;
}

.training-methods {
    background-color: rgb(187, 215, 79);
    border-radius: 10px;
}




.trainers .trainer-card {
    aspect-ratio: 4 / 3;
    padding: 0!important;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    width: 20%;
}

.trainers .trainer-card img{
    padding-right: 3px;
}
.trainers .trainer-card:last-child img{
    padding-right: 0;
} 

/* .trainers .trainer-card:nth-child(odd) img{
    padding-right: 3px;
} */
/* .trainers .trainer-card:nth-child(even) img{
    padding-left: 3px;
} */

.trainers .card-pict {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.trainers .card-name {
    position: absolute;
    padding: 10px 10px;
    bottom: 0;
    color: white;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0, 0.8));
}

.trainers .trainer-card:nth-child(odd) .card-name {
    right: 3px;
    left: 0;
}

.trainers .trainer-card:nth-child(even) .card-name {
    left: 3px;
    right: 0;
}


.modal-content {
    color: #333;
    background: #fff;
    border-radius: 10px
}

.modal__btn-close {
    padding: 0; background-color: transparent; border: 0px; position: absolute; right: 10px; margin-top: 10px;
    cursor: pointer;
}

.modal__close {
    width: 50px; height: 50px; border-radius: 50%; background-color: rgba(173, 173, 173, 0.2);
}

.modal__close .fa-close {
    margin-top: 17px
}

.modal__picture-wrapper img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 993px) {
    .mbu-navbar {
        background-color: rgba(27, 69, 107, 1)!important;
        background-image: none;
        position: relative;
    }

    .card-container {
        flex-shrink: 0;
        scroll-snap-align: start;
        scroll-margin-left: 26px;
        scroll-snap-stop: always;
    }

    .card-container:first-child {
        margin-left: 20px;
    }
    .card-container:last-child {
        margin-right: 0!important;
    }

    .trainers .trainer-card {
        margin-bottom: 4px;
        width: 50%;
    }

    .trainers .card-name {
        padding: 5px 10px;
    }
    .selector-button {
        width: auto!important;
    }
}

@media only screen and (max-width: 768px) {
    .modal__picture-wrapper {
        height: 280px;
    }
    .modal__picture-wrapper img {
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
    }

    .carousel-caption {
        visibility: hidden;
    }

    .carousel-inner:hover .carousel-caption {
        visibility: visible;
    }

    .carousel-inner:hover .opacity {
        background-color: rgba(31, 31, 31, 0.459); 
        width: 100%; 
        height: 100%
    }
}


#lsl, #lse {
    text-decoration: none;
    color: gray;
}

/* #fab {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

#fab img {
    width: 50px;
    height: 50px;
} */