/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;

}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #eee;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {

    text-decoration: underline;
}

.room-slide {
    background-color: #eeeeeeee;
    padding: 0 15%;
    padding-top: 150px;
    padding-bottom: 80px;
}

.rooms-swiper {
    border: 20px solid #fff;
    height: 600px;
    margin-top: 30px;
}

.description {
    padding: 0 15%;
    padding-block: 80px;
    text-align: center;
}

.description h1 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
}

.amenities {
    padding: 0 15%;
    padding-bottom: 80px;
}
 
.amenities h1 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
}

.fa-circle-check {
    color: green;
    font-size: 25px;
}

.list-unstyled li {
    font-size: 25px;
    margin: 0 20%;
    line-height: 50px;

}

.book {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
}

.booking {
    margin: 0 auto;
    text-align: center;
    background-color: green;
    padding: 20px 60px;
    border: none;
    color: #fff;
}

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

.suite-bg img{
    height: 350px;
}





@media only screen and (max-width: 1192px) {
    .room-slide {
        width: 100%;
        padding: 0;
        padding-block: 50px;
        margin-top: 600px;
    }

    .amount {
        display: block;
    }

    .amount span {
        display: block;
        padding-block: 10px;

    }

    .description {
        width: 100%;
        padding: 0 5%;
        margin-block: 50px;
        text-align: left;
    }

    .amenities,
    .container {
        display: block;
    }

    .list-unstyled li {
        font-size: 14px;
    }

    .testimony {
        padding-bottom: 80px;
    }
}