.roomsPortfolio .rooms_type .active {
    background-color: transparent;
    color: #876F58 !important;
}

.roomsPortfolio .rooms_type .active::after {
    content: "";
    width: 43%;
    border: 1px solid #45361F;
    position: absolute;
    top: 39px;
    left: 24px;
}

.rooms_type button {
    color: #AB9A8A !important;
}

.roomsPortfolio .carousel-control-next,
.roomsPortfolio .carousel-control-prev {
    top: 19px;
    width: 3%;
}

.roomsPortfolio .carousel-control-prev {
    left: 260px;
}

.roomsPortfolio .carousel-control-next {
    right: 260px;
}

.carousel-control-prev-icon-roomsPortfolio {
    background-image: url("../../images/icons/arrow_prev.png") !important;
    width: 1rem;
}

.carousel-control-next-icon-roomsPortfolio {
    background-image: url("../../images/icons/arrow_next.png") !important;
    width: 1rem;
}

.roomsPortfolio .rooms_number button {
    color: #B8B2AD !important;
    font-weight: 600;
    font-size: 1.25rem;
}

.roomsPortfolio .rooms_number .active {
    background-color: transparent;
    color: #876F58 !important;
    font-size: 1.3rem;
}

.arrows_numbers {
    color: #B8B2AD;
}

.room_number {
    color: #d6cec11c;
    font-size: 115px;
    font-weight: bolder;
    position: absolute;
    top: -83px;
    left: -34px;
    z-index: 0;
}

.titles_rooms {
    color: #715A40;
    display: flex;
    justify-content: end;
}

.paragragh_rooms {
    color: #978466;
}

.roomsPortfolio .swiper_testemonials {
    padding: 50px 40px;
}

.mt_600 {
    margin-top: 600px;
}





/* .swiper-container {
    width: 100%;
    height: 900px;
    margin: 20px auto;
    position: relative;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #FFFBF2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thumbs-container {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0;
}
.thumbs-container .swiper-slide {
    width: auto;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}
.thumbs-container .swiper-slide-thumb-active {
    opacity: 1;
} */


.gallery-top,
.gallery-thumbs {
    width: 100%;
    height: 30px;
    overflow-x: hidden;
    text-align: center;
    color: #876F58 !important;
    font-weight: 600;
}

.gallery-thumbs {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.gallery-top {
    width: 100%;
    height: 800px;
    overflow-x: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    /* width: auto !important; */
}

.roomsPortfolio .swiper-slide {
    width: auto !important;
}

.tabs {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .titles_rooms {
        justify-content: start;
    }

    .mt_600 {
        margin-top: 25px;
    }

    .roomsPortfolio #carouselExampleIndicators15 .nav-link {
        font-size: 16px;
    }

    .roomsPortfolio .carousel-control-prev {
        left: 12px;
        top: 20px;
    }

    .roomsPortfolio .carousel-control-next {
        right: 12px;
        top: 20px;
    }
    #arrow-prev-rooms{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    #arrow-next-rooms{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}