.top-title-slider h2 {
    padding: 0px 14px;
}

.zimmer-slider-unique {
    margin: auto;
    display: flex;
    align-items: center;
    padding: 0px 0px 44px 0px;
}

.zimmer-container {
    display: flex;
    width: 100%;
}

.zimmer-image {
    position: relative;
    width: 60%;
    height: 70vh;
}

.zimmer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.zimmer-description li {
    padding: 4px 0px;
    margin: 0px 18px;
    list-style: disc !important;
    text-align: left;
}

.open-gallery {
    position: absolute;
    top: 14px;
    right: 14px;
    background: linear-gradient(to bottom, #ffffff 5%, #ffffff 100%);
    background-color: #ffffff;
    border-radius: 28px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #314945;
    font-size: 1rem;
    font-weight: 300;
    padding: 14px 28px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.zimmer-info {
    width: 40%;
    padding: 20px 32px 20px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.zimmer-title {
    margin-bottom: 26px;
}

.zimmer-price,
.zimmer-capacity,
.zimmer-size {
    margin-bottom: 5px;
}

.zimmer-description {
    margin-bottom: 32px;
    max-width: 420px;
}

.zimmer-booking {
    display: inline-block;
    color: #2d3d36;
    padding: 10px 20px;
    margin-top: 20px;
    text-decoration: none;
    border-radius: 5px;
}

.swiper-navigation {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.swiper-button-next.zimmer-hp-slider {
    position: absolute;
    top: 22px;
    right: 12vw;
    width: 77px;
    height: 32px;
}

.swiper-button-prev.zimmer-hp-slider::after {
    width: 100px;
    height: 100px;
}

.swiper-button-prev.zimmer-hp-slider {
    position: absolute;
    top: 22px;
    left: 75vw;
    width: 77px;
    height: 32px;
}

.swiper-button-next.zimmer-hp-slider::after {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-button-prev.zimmer-hp-slider::after {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.zimmer-featured-img-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.nav-buttons-hp-zimmer-slider {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
    position: static;
    flex-direction: row-reverse;
    padding: 0px 44px;
}

.swiper-slide.zimmer-hp-slider {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
}

@media screen and (max-width: 900px) {
    .nav-buttons-hp-zimmer-slider {
        top: 2px;
        position: absolute;
        left: 77vw;
        display: flex;
        width: 54px;
        height: 54px;
        flex-direction: row-reverse;
        justify-content: space-around;
        align-items: center;
        background: #ffffff;
        border-radius: 120px;
        box-shadow: rgb(60 60 60 / 22%) 0px 2px 10px 1px;
        z-index: 9;
    }

    .zimmer-container {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .zimmer-image {
        position: relative;
        width: 100%;
        height: 40vh;
    }

    .zimmer-info {
        width: 100%;
        padding: 20px 32px 20px 18px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}