@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0400;700&amp;display=swap');

.property-card {
    padding: 0.5rem 16px;
    position: relative;
}

.property-card.show-properties-available {
    background: #efefef;
    z-index: 9;
    padding-bottom: 0;
}

.property-card .inner {
    border-radius: 0;
    overflow: visible;
    position: relative;
    box-shadow: 0 2px 12px 0 #0000001A!important;
    padding-bottom: 1.2rem;
    background: white;
}

.property-card * {
    box-sizing: border-box;
}

.property-card .tags {
    position: absolute;
    left: 1rem;
    top: 1rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.property-card .tag {
    font-family: "jost",serif;
    font-size: 0.7rem;
    padding: 0.4rem 0.7rem;
    line-height: 1em;
    text-transform: uppercase;
    z-index: 2;
}

.property-card .tag.info {
    background: rgba(5, 33, 87, 1);
    color: white;
}

.property-card .tag.dark {
    color: white;
    background: #1b1414;
}

.property-card .tag.light {
    color: white;
    background: rgba(74, 105, 166, 1);
}

.property-card .tag.danger {
    background: rgba(164, 0, 0, 1);
    color: white;
}

.property-card .tag.gold {
    background: #9B7C32;
    color: white;
}

.property-card .image-wrapper {
    background-size: cover !important;
    background-position: center !important;
}

.property-card .image-wrapper img {
    width: 100%;
    aspect-ratio: 4/3;
}

.property-card .price-wrapper {
    border-bottom: 1px solid #D8D8D8;
    font-family: "adobe-garamond-pro";
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
}

.property-card .favorite-button-wrapper {
    cursor: pointer;
}

.property-card .favorite-button-wrapper .icon::before {
    content: "\f08a";
}

.property-card .favorite-button-wrapper .icon {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
}

.property-card .favorite-button-wrapper .favorite-button:hover,
.property-card .favorite-button-wrapper .favorite-button.active {
    color: red;
}

.property-card .favorite-button-wrapper .favorite-button:hover .icon::before,
.property-card .favorite-button-wrapper .favorite-button.active .icon::before {
    content: "\f004";
}

.property-card .favorite-button-wrapper-v2 .icon {
    text-decoration: none;
    font-size: 21px;
    color: #222222;
}

.property-card .price-wrapper .price {
    margin-bottom: 0px;
    line-height: 20px;
    color: black;
}

.property-card .place-tags {
    margin-bottom: 0!important;
}

.property-card .content-wrapper {
    padding: 20px 24px 12px 24px;
}

.property-card .meta-info-wrapper {
    gap: 1.1rem;
    padding: 7px 0px;
    border-bottom: 1px solid #D8D8D8;
}

.property-card .place-tags .tag {
    border: 1px solid #dedede;
}

.property-card .place-tags {
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
}

.property-card .price {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 24px;
}

.property-card .price .period {
    font-size: 14px;
    font-family: "jost",serif;
    margin-left: -0.2em;
    color: #808080;
    font-weight: initial;
}

.property-card .meta-info {
    display: inline-flex;
    gap: 3px;
    align-items: center;
    font-size: 16px;
}

.property-card .meta-info>* {
    font-size: 1rem;
}

.property-card .meta-info .icon {
    width: 20px;
}

.property-card .meta-info .text {
    font-weight: 500;
    font-size: 16px;
}

.property-card .meta-info .sub-text {
    font-size: 0.8rem;
    margin-left: 2px;
    font-weight: normal;
}

.property-card .meta-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.property-card .description {
    font-size: 1rem;
    margin-top: var(--gap-10);
    display: flex;
    gap: 15px;
    align-items: center;
}

.property-card .description .text {
    flex: 1;
}

.property-card .description .button-v2 {
    min-width: 1px;
    padding: 0.5em 0em;
}

.property-card .description .title {
    font-weight: 500;
    text-decoration: none;
    color: black;
    font-family: "jost",serif;
    font-size: 15px;
}

.property-card .description .paragraph {
    opacity: 0.8;
    font-size: 14px;
}

.property-card .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 2;
    display: flex;
    gap: 4px;
    padding: 5px 6px;
    background: #000000a3;
    border-radius: 20px;
    align-items: center;
}

.property-card .owl-dots>* {
    width: 7px;
    border-radius: 50%;
    height: 7px;
    background: #ffffff82 !important;
}

.property-card .owl-dots>.active {
    width: 9px;
    height: 9px;
    background: white !important;
}

.property-card .properties-available {
    text-align: center;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
}

.property-card .availability-btn {
    width: 113px;
    height: 28px;
    background-color: #EFF1F5;
    color: #002368;
    border: 1px solid #D8D8D8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.property-card.show-properties-available .properties-available {
    padding-bottom: 0rem;
    background: #efefef;
}

.property-card .properties-available .button-action {
    display: inline-block;
    background: #052157;
    padding: 0.5em 2em;
    font-size: 1rem;
    font-family: "jost",serif;
    color: white;
    font-weight: 300;
    cursor: pointer;
}

.property-card.show-properties-available .properties-available .button-action {
    color: #052157;
    background: transparent;
    display: block;
}

.property-card .properties-available-content>* {
    width: 50%;
    padding: 1rem 0.5rem;
}

.property-card .properties-available-content {
    min-width: calc(200% + 1rem);
    display: none;
    left: 0px;
    border: 0px;
    background: #efefef;
    position: relative;
    flex-wrap: wrap;
}

.right-properties-available .properties-available-content {
    left: -104%;
}

.property-card.show-properties-available .properties-available-content {
    display: flex;
}

.property-card .properties-available-content .property-wrapper {
    padding: 0px 10px;
    width: 50%;
}

.property-card .properties-available-content .property-available-card {
    background: white;
    display: flex;
    margin: 0rem;
    min-width: 100%;
}

.property-card .properties-available-content .property-available-card .image-wrapper {
    width: 44%;
    position: relative;
}

.property-card .properties-available-content .property-available-card .content-wrapper {
    padding: 0.5rem 0.5rem;
    flex: 1;
    align-self: center;
}

.property-card .properties-available-content .property-available-card .price-wrapper .price {
    font-size: 1.2rem;
    text-align: start;
}

.property-card .properties-available-content .property-available-card .property-info {
    display: flex;
    gap: 5px;
}

.property-available-card .property-info .meta-info-wrapper {
    flex: 1 1 100%;
    border: none;
    gap: 5px 8px;
    padding-top: 0.5em;
}

.property-card .properties-available-content .property-available-card .meta-info>* {
    font-size: 0.8rem;
}

.property-card .properties-available-content .property-available-card .meta-info .sub-text {
    font-size: 0.7rem;
}

.property-card .properties-available-content .property-available-card .meta-info .icon {
    width: 0.8rem;
}

.property-available-card .property-info .link {
    flex: 1;
}

.property-available-card .property-info .link .button-v2 {
    width: auto;
    min-width: 1rem;
    padding: 0.5rem 0rem;
}

@media screen and (max-width: 860px) {
    .property-card .properties-available-content {
        min-width: 100%;
        flex-wrap: wrap;
        left: 0px !important;
    }

    .property-card .properties-available-content>* {
        width: 100%;
    }
}

.rent .arrow-wrapper .link .button-v2 .icon {
    top: 50%!important;
}
