.card {
    margin: 0px;
}
.property-address {
    font-size: 24px;
}

.location-icon {
    color: #FFCD34;
}

.primary-title {
    font-size: 48px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -2px;
}

.property-price-container {
    margin: 0px 0.5px;
    height: 100px;
    background-color: #FFCD34;
    border-radius: 5px;
    align-items: center;
}

.property-price-land-container {
    position: relative;
    top: -5px;
    margin: 0px 0.5px;
    height: 100px;
    background-color: white;
    border-radius: 5px;
    align-items: center;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    z-index: -1;
}

.price-label {
    font-size: 21px;
    font-weight: bold;
    padding: 20px;
}

.price {
    font-size: 32px;
    padding: 2rem;
}

.price-description {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 26px;
}
.label-description, .label-spesification {
    font-size: 32px;
    font-weight: bold;
}

.description-property {
    padding-top: 30px;
    font-size: 16px;
    font-family: 'PT Serif';
    white-space: pre-wrap;
}

.specification-property {
    padding-top: 30px;
    font-size: 16px;
    font-family: 'PT Serif';
}

.specification-property .label{
    font-family: 'PT Serif';
    font-weight: bold;
}

.specification-property .content{
    font-family: 'PT Serif';
    color: rgb(160, 160, 160);
}

.specification-property .row {
    margin-bottom: 1rem;
}

.user-picture {
    border: 3px solid #ffdf00 !important;
    width: 225px !important;
    height: 225px !important;
}

#job-description {
    color: #FFCD34;
}

.property-status {
    color: #FFCD34;
}

.share-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 35%;
}
.share-bookmark-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.share-container.social-media-button > .share, .share-bookmark-container{
    letter-spacing: normal;
    font-size: 24px;
}
.share-container.social-media-button > a {
    color: black;
    font-size: 32px;
}

.share-bookmark-container .btn {
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn-border-yellow {
    padding: 10px 15px !important;
}
.btn-follow {
    padding: 10px 20px !important;

}

/* Slick - carousel */
* {
    box-sizing: border-box;
}

.slider {
    height: auto;
}

.slick-slide {
    height: auto;
}

.slick-slide img {
    height: auto !important;
    max-height: 650px;
}

.slider-for .slick-slide.slick-current.slick-active{
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-for img {
    border:1px solid #f5f5f5;
    border-radius: 5px;
}

.slider-nav{
    height: auto;
}

.slider-nav .slick-slide{
    margin: 0px 20px;
}

.slider-nav .slick-slide img {
    width: 100%;
    height: auto;
    max-height: 150px !important;
    object-fit: contain;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
}

.slick-active {
    opacity: .8;
}

.slick-current {
    opacity: 1;
}

.slick-prev::before, .slick-next::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: black !important;
}

.slick-prev::before{
    content: "\f053";
}

.slick-next::before{
    content: "\f054";
}

/* X-Large Devices Bootstrap */
@media (max-width: 1199px) {}

/* Large Devices Bootstrap */
@media (max-width: 991px) {
    .primary-title {
        font-size: 36px;
        line-height: 44px;
    }
    .property-address {
        font-size: 18px;
    }

    .slick-slide img {
        max-height: 450px;
    }

    .slider-nav .slick-slide img {
        width: 100%;
        height: auto;
        max-height: 150px !important;
    }

    .price-label {
        font-size: 18px;
    }

    .price {
        font-size: 24px;
        padding: 2rem;
    }

    .price-description {
        font-size: 20px;
    }

    .share-container {
        width: 50%;
    }
    .share-container.social-media-button > .share, .share-bookmark-container{
        letter-spacing: normal;
        font-size: 18px;
    }
    .share-container.social-media-button > a {
        color: black;
        font-size: 25px;
    }

    .label-description, .label-spesification {
        font-size: 18px;
        font-weight: bold;
    }

    #job-description {
        font-size: 14px;
    }
}


/* Medium Devices Bootstrap */
@media (max-width: 767px) {

}

/* Small Devices Bootstrap */
@media (max-width: 575px) {
    .primary-title {
        font-size: 24px;
        line-height: 29px;
    }
    .property-address {
        font-size: 12px;
        line-height: 136.35%;
    }
    .property-price-container {
        margin: 0px 0.5px;
        height: 50px;
        background-color: #FFCD34;
        border-radius: 5px;
        align-items: center;
    }
    .property-price-land-container {
        position: relative;
        top: -5px;
        margin: 0px 0.5px;
        height: 50px;
        background-color: white;
        border-radius: 5px;
        align-items: center;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        z-index: -1;
    }
    .slider-nav .slick-slide{
        margin: 0px 0.5rem;
    }
    .slick-slide img {
        max-height: 230px;
    }
    .slider-nav .slick-slide img {
        width: 100%;
        height: 75px !important;
        max-height: 75px !important;
    }

    .share-container {
        width: 60%;
    }
    .share-container.social-media-button > .share, .share-bookmark-container{
        letter-spacing: normal;
        font-size: 14px;
    }
    .share-container.social-media-button > a {
        color: black;
        font-size: 15px;
    }
     .price-label {
        font-size: 14px;
        padding: 0.5px 1rem;
    }

    .price {
        font-size: 16px;
        padding: 0.5px 1rem;
    }

    .price-description {
        font-size: 12px;
    }

    .specification-property .label{
        font-size: 12px;
    }

    .specification-property .content{
        font-size: 12px;
    }

    .label-description, .label-spesification {
        font-size: 14px;
        font-weight: bold;
    }
}
