/* common */
:root {}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #2d2929;
    margin: 0px;
    transition: all 500ms ease;
}

/* scroll to top */
.scroll-top {
    background: #0a1c33;
}

/* poperty page */

.page-title-two h1 {
    display: block;
    font-size: calc(8px + 3vmin);
    line-height: calc(8px + 2vmin);
    font-weight: 500;
    margin: calc(5px + 1vmin);
    color: #fff;
}

.page-title-two .bread-crumb li:last-child {
    color: #93959e;
    font-weight: 500;
}

.property-details {
    position: relative;
    padding: calc(10px + 4vmin) 0px;
}

.poperty_srction {
    display: flex;
}

.card_btn {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.property_navs {
    background: #fff;
    border-radius: 10px;
}

.property_navs li {
    padding: 5px;
}

.details_sec {
    display: flex;
    gap: 30px;
}

.ins-sqr-content .inside-sqr-content {
    width: calc(100% - 290px);
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ppri-bhk-del {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 calc(5px + 2vmin) 0;
    width: 100%;
}

.ppri-bhk-del .ppdel {
    width: 50%;
}

.ppri-bhk-del .ppdel .nnm {
    font-size: calc(8px + 2vmin);
    font-weight: 600;
    display: block;
}

.ins-spect-del .hd {
    font-weight: 600;
    display: block;
    font-size: calc(5px + 1.5vmin);
}

.ins-spect-del .shd {
    font-weight: 500;
    display: block;
    font-size: calc(5px + 1vmin);
    line-height: 1;
}

.ins-spect-del .spect-del {
    margin-bottom: 100px !important;
}

.ppri-bhk-del .ppdel .valc {
    font-size: calc(5px + 1.5vmin);
    line-height: 1;
}

.spect-del {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.spect-del .ins-spect-del {
    display: grid;
}

.inside-sqr-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    width: 100%;
}

.property-details .slider-content .slider-pager .thumb-box li figure img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 139px;
}

.feature-block-one .inner-box .image-box .image img {
    display: block;
}

.brochure_down {
    position: relative;
    display: inline-block;
    width: calc(82px + 15vmin) !important;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e7ec;
    border-radius: 3px;
    font-size: calc(5px + 1.5vmin) !important;
    font-weight: 600;
    color: #989aa3;
    text-align: center;
}

/* gallery slider */
/* .carousel-inner {
    border-radius: calc(8px + 2vmin);
} */

.carousel-item img {
    width: 100% !important;
    height: calc(220px + 60vmin);
    object-fit: cover;

}

/* amenities */
.amenities-list {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(85px, 1fr));
    grid-column-gap: calc(10px + 3.5vmin);
}
.amenities-list img {
    width: 65px;
}

.amenities-list li {
    text-align: center !important;

}

/* footer */
.copyright,
.footer-nav {
    font-size: calc(5px + 1.5vmin);
}
/* floating chat */
#sy-whatshelp {
    right: 25px;
    bottom: 25px;
    position: fixed;
    z-index: 9999;
  }
  
  #sy-whatshelp a {
    position: relative;
  }
  
  #sy-whatshelp a.sywh-open-services {
    background-color: #129bf4;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    display: inline-block;
  }
  
  #sy-whatshelp a.sywh-open-services i {
    line-height: 55px;
  }
  
  #sy-whatshelp a.sywh-open-services i.fa-times {
    display: none;
  }
  
  #sy-whatshelp .sywh-services {
    width: 55px;
    height: auto;
  }
  
  #sy-whatshelp .sywh-services a {
    display: none;
  }
  
  #sy-whatshelp .sywh-services a i {
    background-color: #129bf4;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
  }
  
  #sy-whatshelp .sywh-services a.email i {
    background-color: #b92b27;
  }
  
  #sy-whatshelp .sywh-services a.instagram i {
    background-color: #e4405f;
  }
  
  #sy-whatshelp .sywh-services a.messenger i {
    background-color: #0084ff;
  }
  
  #sy-whatshelp .sywh-services a.whatsapp i {
    background-color: #25d366;
  }
  
  #sy-whatshelp .sywh-services a.call i {
    background-color: #ff6600;
  }
  
  a[data-tooltip] {
    position: relative;
  }
  
  a[data-tooltip]::before,
  a[data-tooltip]::after {
    position: absolute;
    display: none;
    opacity: 0.85;
    transition: all 0.3s ease-in-out;
  }
  
  a[data-tooltip]::before {
    content: attr(data-tooltip);
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 7px 11px;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
  }
  
  a[data-tooltip]::after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: "";
  }
  
  a[data-tooltip]:hover::before,
  a[data-tooltip]:hover::after {
    display: block;
  }
  
  a.sywh-open-services[data-tooltip]::before,
  a.sywh-open-services[data-tooltip]::after {
    display: block;
  }
  
  a.data-tooltip-hide[data-tooltip]::before,
  a.data-tooltip-hide[data-tooltip]::after {
    display: none !important;
  }
  
  a.sywh-open-services[data-tooltip][data-placement="left"]::before {
    top: 11px;
  }
  
  a[data-tooltip][data-placement="left"]::before {
    top: -7px;
    right: 100%;
    line-height: normal;
    margin-right: 10px;
  }
  
  a[data-tooltip][data-placement="left"]::after {
    border-left-color: #000;
    border-right: none;
    top: 50%;
    right: 100%;
    margin-top: -6px;
    margin-right: 4px;
  }
  
  a[data-tooltip][data-placement="right"]::before {
    top: -7px;
    left: 100%;
    line-height: normal;
    margin-left: 10px;
  }
  
  a[data-tooltip][data-placement="right"]::after {
    border-right-color: #000;
    border-left: none;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    margin-left: 4px;
  }
  
  a[data-tooltip][data-placement="top"]::before {
    bottom: 100%;
    left: 0;
    margin-bottom: 10px;
  }
  
  a[data-tooltip][data-placement="top"]::after {
    border-top-color: #000;
    border-bottom: none;
    bottom: 100%;
    left: 10px;
    margin-bottom: 4px;
  }
  
  a[data-tooltip][data-placement="bottom"]::before {
    top: 100%;
    left: 0;
    margin-top: 10px;
  }
  
  a[data-tooltip][data-placement="bottom"]::after {
    border-bottom-color: #000;
    border-top: none;
    top: 100%;
    left: 10px;
    margin-top: 4px;
  }
  