*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth !important;

}
.var-heading.punj{
    font-size: 25px ;
    text-align: center;
}
.construction-dtl{
    margin-top: 100px;
    /* margin-bottom: 180px; */
    padding: 30px 0px ;
}
.punj-sec .dtl-btn .payment-plan {
    border: 1px solid white;
    background-color: var(--heading-color);
    font-weight: bolder;
    color: black !important;
    padding: 15px;
}
.punj-sec .dtl-btn .watch-btn{
    padding: 10px;
    display: flex;
    color: white;
    border: 1px solid white;
}
h3.approvals{
    color: white ;
    position: absolute;
    top: 10%;
    left: 5%;
    right: 5%;
    /* padding:0px 20px; */
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.cards-click{
    width: 33%;
    display: flex;
}
.approval-sec .img{
    margin: 30px 0px ;
}
.gch-img{
    background-image: url(../../images/about-us/WEBSITE-DATA/Approved-From/Background.png);
    background-position: center;
}
.render-img{
    position: relative;
    bottom: -63%;
}
.portfolio{
    position: absolute;
}

.cards-click:hover{
    box-shadow: 0px 0px 10px 10px var(--heading-color);
    transition: 0.5s;
}
#past-projects{
    padding-top: 100px;
}
#aprroved-from{
    padding-top: 100px;
}
.karkhano-heading{
    font-size: 70px ;
    color: var(--heading-color);
}