/*.card-wrapper {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    gap: 15px;*/
/*}*/

.card {
    /*width: 33.33%; !* 3 cards in one slide *!*/
    background-color: #f7f7f7 !important;
    border: 1px solid #f7f7f7 !important;
    border-radius: 8px;
    padding: 15px;
}

.card .card-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.card .location {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--bs-danger);
    margin-top: 15px;
    margin-bottom: 15px;
}

.card .address {
    font-size: 0.9rem;
    color: #777;
}

.card .price {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.btn-resa {
    font-size: 14px !important;
    padding: 2px 20px !important;
    font-weight: bold !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    /*background-color: #000;*/
    color: #000;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: #f7f7f7 !important;
}
.carousel-control-next {
    right: -90px !important;
}
.carousel-control-prev {
    left: -90px !important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M11.707 5.293a1 1 0 0 1 0 1.414L7.414 11H19a1 1 0 1 1 0 2H7.414l4.293 4.293a1 1 0 0 1-1.414 1.414l-6-6a1 1 0 0 1 0-1.414l6-6a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12.293 5.293a1 1 0 0 1 1.414 0l6 6a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414-1.414L16.586 13H5a1 1 0 1 1 0-2h11.586l-4.293-4.293a1 1 0 0 1 0-1.414'/%3E%3C/svg%3E") !important;
}


