/* INDEX PAGE CSS  */

.fntszhead {
    font-size: 19px;
}

.exper {
    position: relative;
}

.textmask {
    /* position: absolute;
    bottom: 10px;
    color: black !important; */
    position: absolute;
    top: -3px;
    left: 74px;
    color: black !important;
}

.img42m {
    filter: brightness(0.5);
}

@media only screen and (max-width: 500px) {
    .textmask {
        font-size: 14px;
    }
}

.searchbtn {
    padding: 8px;
    background: #ffffff;
    border: 2px solid #ffffff;
}

.searchbtn:hover {
    background: #ffffff;
    border: 2px solid #ffffff;
}

.frnnew {
    border-top: none;
    border-right: none;
    border-left: none;
    background: no-repeat;
    /* border-radius: 0px; */
    border-bottom: 2px solid black;
}

.bgsearch {
    background: #bbe4fa;
}

.ptmbsearch {
    padding-top: 60px;
    padding-bottom: 26px;
}

.newitmec {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 100%;
}

.section40 {
    /* background: url(img/bg40.png); */
    /* background: url(img/fun-fact.jpg);
    background: url(img/bg42ex.avif); */
    background: url(img/vardhmannew.png);
    background-position: center;
    background-size: cover;
    padding-bottom: 0px;
    position: relative;
    bottom: -82px;
}

.box {
    text-align: center;
    /* Centers the text */
}

.d-flex {
    display: flex;
    justify-content: center;
    /* Horizontally centers items */
    align-items: center;
    /* Vertically centers items */
}

.counter {
    font-size: 2.5rem;
    /* Font size for numbers */
    margin-right: 5px;
    /* Adds spacing between number and letter (K, %, etc.) */
    color: #333;
    /* Color of the counter */
}

.text {
    font-size: 1.5rem;
    /* Font size for the K, %, etc. */
    color: #333;
    /* Text color */
}

@media only screen and (max-width: 767px) {
    .properties-inner-card .properties-imagesss {
        height: 400px;
        width: 382px !important;
    }
    .properties-inner-card .properties-image {
        height: 400px;
        width: 382px !important;
    }
}

.img-project {
    width: 100%;
}

.ptbn-50 {
    padding-top: 51px;
    padding-bottom: 50px;
}

.videobox {
    border: 3px solid #bbe4fa;
    padding: 10px;
}

.video-overlay {
    position: relative;
    display: inline-block;
    padding: 10px;
    border: 2px solid #bbe4fa;
}

.video-overlay img {
    display: block;
}

.video-overlay .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: rgb(46, 139, 189);
    /* background-color: rgba(0, 0, 0, 0.5); */
    border-radius: 50%;
    padding: 10px;
}

.sec {
    /*background: url(https://html.demowp.io/realestatepro/realestate-html/assets/images/banner-home-1.png); */
    background-repeat: no-repeat;
    position: relative;
    top: 10px;
}

/* ///////////////////////////////////////////////////////////////////////////    end index page css     ////////////////////////////////////////////////////  */

/* HEADE PAGE CSS  */

.nav-item:hover {
    color: black !important;
}

.nav-link:hover {
    color: black !important;
}

/* ///////////////////////////////////////////////////////////////////////////    end HEADER page css     ////////////////////////////////////////////////////  */