.slider__nav{
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 1;
    display: flex;
    column-gap: 10px;
    background: #77777777;
    padding: 5px;
    border-radius: 30px;
    filter: opacity(0.6);
}