.breadcrumb-item {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.breadcrumb-item:last-child {
    margin-right: 0;
}

.breadcrumb-link {
    text-decoration: none !important;
    color: rgba(0,0,0,.5);
    font-size: 18px;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover {
    color: rgba(0,0,0,.7);
}

.img-cozy{
    height: 100%;
    width: 100%;
}

.custom-spacing {
    margin-top: 20px; /* Adjust the spacing as needed */
}

.img-row{
    margin-top: 4em;
}

.column {
    flex: 1;
    text-align: center;
}


.icon {
    font-size: 24px;
    margin-bottom: 5px;
}

.container-price {
    width: 100%;
    max-width: 1392px;
    margin: 5em auto;
    padding: 40px 100px;
    border-radius: 30px;
    border: 1px solid #717171;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-container {
    display: flex;
    gap: 20px;
}

.start-from {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: flex;
}

.start-from-text {
    color: #717171;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    word-wrap: break-word;
}

.price {
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
}

.main-price {
    color: #121212;
    font-size: 40px;
    font-family: Roboto;
    font-weight: 500;
    word-wrap: break-word;
}

.price-unit {
    color: #121212;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    word-wrap: break-word;
}

.vertical-line {
    width: 0px;
    height: 127.50px;
    border: 1px solid #717171;
    margin-left: 10em;
}

.property-specs {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    display: flex;
    margin-left: 5em;
}

.spec {
    width: 135px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    display: flex;
    font-size: 30px;
}

.spec-icon {
    width: 135px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    display: flex;
}

.spec-text {
    color: #121212;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    word-wrap: break-word;
}

.about-property {
    padding-bottom: 20px;
}

.profile-image {
    border-radius: 50% !important;
    border: none !important;
    height: 100px !important;
    width: 100px !important;
    object-fit: cover;
}

.horizontal-line {
    border-top: 1px solid #717171;
    margin: 20px 0;
}

.start-from {
    font-size: 20px;
    font-weight: bold;
    color: #717171;
    margin-bottom: 10px;
}

.price {
    font-size: 24px;
    font-weight: bold;
    color: #121212;
    margin-bottom: 10px;
}

.about-property {
    padding-bottom: 20px;
}

.horizontal-line {
    border-top: 1px solid #717171;
    margin: 20px 0;
}

.start-from-info {
    color: #717171;
}

.price-info {
    font-size: 55px;
    color: #121212;
    margin-bottom: 10px;
}

.send-message-btn {
    border: 1px solid #717171 !important;
    background-color: white;
    color: black;
}

.box-info{
    border: 1px solid;
    border-radius: 20px;
    max-height: 80%;
}

.picture-name{
    margin: 2em auto;
}

.text-info-center{
    margin-bottom: 30px;
}

.btn-selected{
    border-bottom: 2px solid #717171 !important;
}

.btn-amenities{
    background: transparent;
    border: none;
}

.amenities{
    margin-top: 20px;
}

#map{
    height: 300px;
    width: 100%;
    max-height: 500px;
    max-width: 150%;
}

.info-fixed{
    max-height: unset !important;
    position: fixed !important;
    top: 11px !important;
    right: 73px !important;
    z-index: 99;
    background: #fff;
    width: 409px;
}

.video-apart, .img-apart{
    height: 100%;
    width: 100%;
}

.btn-request-agent{
    width: 20%;
}

@media only screen and (max-width: 768px) {
    .info-fixed{
        max-height: unset !important;
        position: unset !important;
        top: unset !important;
        right: unset !important;
        z-index: 99;
        background: #fff;
        width: unset !important;
    }
    .custom-spacing-2 {
        margin-top: 20px;
    }

    .container-price {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
    .main-container {
        flex-direction: column;
        gap: 20px;
    }
    .vertical-line {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .btn-request-agent{
        width: 100%;
    }
    .spec {
        width: 65px;
        gap: 0;
    }

    .property-specs {
        gap: 15px;
        margin-left: 0;
    }
}