:root {
    --white: #ffffff;
    --black: #000000;
    --grey: #555555;
}
.bg-grey{
    background-color: #f1f1f1;
}
.img-border{
    border-radius: 10px;
}
.position-relative{
    position: relative;
}
.property-img{
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background: rgb(0 0 0 / 11%);
    z-index: 0;
    border-radius: 10px;
}
.bottom-left {
    position: absolute;
    bottom: 45px;
    left: 50px;
}
.bottom-right {
    position: absolute;
    bottom: 45px;
    right: 50px;
}
.property-title{
    color: var(--white);
    font-size: 32px;
    font-weight: 600;
}
.property-short-desc{
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}
.property-highlight {
    margin-top: 20px;
}
.property-highlight-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.property-highlight-box {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.property-highlight-box a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.property-highlight-box img {
    width: 18px;
    height: auto;
    margin-right: 8px;
    filter: brightness(0) invert(1);
}

.property-highlight-name{
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
}

.property-highlight-wrapper-2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.property-highlight-box-2 {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.property-highlight-box-2 a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.property-highlight-name-2 {
    font-size: 16px;
    margin-right: 8px;
    color: var(--white);
}

.property-highlight-box-2 img {
    width: 18px;
    height: auto;
    filter: brightness(0) invert(1);
}
.property-btn{
    background-color: #0000008a;
    border: 1px solid #ffffff8f;
    border-radius: 5px;
    padding: 8px 12px;
}

.property-btn-2{
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 8px 12px;
}
.property-amount-box {
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.property-amount-sub-heading {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: var(--grey);
}

.property-amount-heading {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: var(--black);
}
.property-contact-wrapper .btn-group .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

}
.property-contact-wrapper .btn-group .btn img{
    width: 18px;
}
.btn-border{
    border: 1px solid #000;
    border-radius: 5px !important;
}
.property-contact-wrapper{
    display: flex;
    justify-content: center;
}

.property-highlight-name-3 {
    margin-right: 10px;
    color: var(--grey);
    font-size: 18px;
    font-weight: 500;
}
.property-btn-2 .property-highlight-name-3 {
    margin-right: 10px;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
}
.bottom-border-line{
    border-bottom: 1px solid #d8d8d8;
}
.property-amount-wrapper, .property-contact-wrapper{
    width: 100%;
}
.donut-chart-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}

.donut-chart-box {
    text-align: center;
    flex: 1;
    margin: 10px;
    width: 50%;
    max-width: 50%;
}
.donut-chart-box canvas {
    width: 100% !important;
}
.donut-heading{
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    margin-top: 15px;
}

.widget {
    margin: 0 auto;
    width:50%;
    background-color: #ebecde;
}

.chart-header{
    background-color: #ebecde;
    height:40px;
    color:#16140d;
    text-align: center;
    line-height: 40px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: 400;
    font-size: 1.5em;

}

.chart-footer
{
  color: #16140d;
  text-align: center;
  font-size: 10px;
}

.chart-container{
    padding:25px;
}

.percent #percent {
  font-size: 46px;
  color: #353535;
}
@media (min-width: 992px) and (max-width: 1199px){
    .property-btn-2 .property-highlight-name-3 {
        font-size: 12px;
    }
    .property-highlight-name-3{
        width: 12px;
    }
    .property-contact-wrapper a img {
        width: 12px;
    }
    .property-highlight-name-2 {
        font-size: 12px;
    }
    .property-highlight-box-2 img {
        width: 12px;
    }
    .bottom-left {
        bottom: 20px;
        left: 10px;
    }
    .bottom-right {
        bottom: 20px;
        right: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .property-btn-2 .property-highlight-name-3 {
        font-size: 12px;
    }
    .property-highlight-name-3{
        width: 12px;
    }
    .property-contact-wrapper a img {
        width: 12px;
    }
    .property-highlight-name-2 {
        font-size: 12px;
    }
    .property-highlight-box-2 img {
        width: 12px;
    }
    .bottom-left {
        bottom: 20px;
        left: 20px;
    }
    .bottom-right {
        bottom: 20px;
        right: 10px;
    }
}
@media only screen and (max-width: 767px){
    .bottom-left {
        top: 12px;
        left: 15px;
    }
    .bottom-right {
        bottom: 12px;
        left: 15px;
    }
    .property-title {
        font-size: 24px;
    }
    .property-short-desc {
        font-size: 18px;
        margin-top: 5px;
    }
    .property-highlight {
        margin-top: 10px;
    }
    .property-btn {
        padding: 8px 5px;
    }
    .property-btn-2 {
        padding: 8px 9px;
    }
    .property-highlight-name-2 {
        font-size: 12px;
    }
    .donut-chart-wrapper{
        width: 90%;
    }
}
