nav {
    z-index: 999;
}

.slide-download{
    position: relative;
}

.slide-buttons {
    position: absolute;
    display: flex;
    gap: 50px;
    bottom: 15%;
    left: 7.5%;
}

.slide-buttons .button-item {
    display: flex;
    width: 300px;
    height: auto;
    border-radius: 30px;
    background: #F5F5F5;
    border: none;
    font-size: 18px;
    color: #4e4c46;
    place-items: center;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    padding: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bold;
}

.slide-buttons .button-item:nth-child(1) {
    background-color: #FFFFFF;
}

.slide-buttons .button-item:nth-child(2) {
    background-color: #eaca88;
}

.slide-buttons .button-item span {
    margin-left: 10px;
}

.slide-buttons img {
    width: 34px !important;
    height: auto !important;
}

@media (max-width: 1080px) {
    .slide-buttons {
        bottom: 15%;
        left: 5%;
        gap: 7.5px;
    }

    .slide-buttons .button-item {
        width: 100px;
        font-size: 12px;
        padding: 2.5px;
    }

    .slide-buttons img {
        width: 12px !important;
    }

    .slideshow .overlay .container .line .title h2,
    .slideshow .overlay .container .line .ur-here,
    .slideshow .overlay .container .line .ur-here a {
        color: #000000;
        background-color: #FFFFFF;
        padding: 5px;
    }
}