
/*hotels*/
.hotels-item {
    background: #cf575d;
    padding: 3px;
    position: relative;
    border: 6px solid #621113;
        margin: 10px 0;
}
#hotels .col-lg-3 {
    padding: 0px;
}
.hotels-about {
    background: #621113;
    font-size: 20px;
    text-align: center;
    padding: 20px;
}
.book-now {
    position: absolute;
    top: -27px;
    left: -22px;
    width: 90px;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    font-weight: bold;
    background-color: #4b1316;
}
.accordion-button{
    color: #ffffff;
    font-weight: bold;
    background-color: #8f2d32;
}
.accordion-body {
    background: #cf575d;
}
.hotels-img {
    border-bottom: 2px solid #cf575d;
}
.accordion-button::after {
    content: ">";
        transform: rotate(90deg);
    font-size: 20px;"
}