*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
.img{
    height:700px;
    background-image: url(homeimg1.webp);
    background-position: center;
    background-size: cover;
    padding: 20px;
}
.img .box{
    height: 300px;
    width: 100%;
    display: flex;
    align-items: end; 
    justify-content:space-around;
    margin-top: 300px;
}
.img .box .bordr{
    height: 200px;
    width:48%;
    background-color:#00000059;
    border:none;
    padding: 0px 10px;
}
.img .box .bordr1{
    height: 200px;
    width: 40%;
    background-color:transparent;
    border: none!important;
}
.box h2{
    text-transform: uppercase;
    color: #ffffff;
    padding: 20px 0px 0px 15px;
}
.box p,span{
    color:#ffffff ;
    padding: 0px 15px;
    font-size: larger;
}
.overview{
    background-color: #ffffff;
    text-align: center;
    padding:20px;
}
 h2{
    text-transform: uppercase;
    padding:10px 0;
    color: black;
    margin-top: 10px;
    font-size: larger;
    font-weight: bold;
}
 p{
    color: #666;
    font-size: 20px;
}
.overview .img{
    height: 600px;
    width: 100%;
    background-image: url(overviewimg1.webp);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: end;
}
 button{
    margin: 20px 20px;
    padding: 10px 30px;
    text-transform: uppercase;
    color: black;
    border: 1px solid black;
    outline: 0;
    box-sizing: border-box;
    font-size:x-small;
    cursor: pointer;
    background-color: #ffffff;
    text-align: center;
}
button:hover{
    background-color: black;
    color: #ffffff;
}
.neighbourhood{
    background-color: #ffffff;
    text-align: center;
    padding:20px;
}
.icon{
    width: 100%;
    text-align: center;
    padding-top:5px;
    position: relative;
}
.icon1{
    position: absolute;
    bottom: 0;
    right: 500px;
}
.plans{
    background-color: #ffffff;
    padding: 20px;
}
.plans .imagee{
    height: 900px;
    width: 100%;
    background-image: url(plansimg1.webp);
    background-position: center;
    background-size: cover;
   
}
.godrej{
    background-color: #f2eee8;
    padding: 20px;

}
.godrej1{
    height: 250px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.godrej1 .pic{
    height: 150px;
    width: 20%;
}
.godrej1 .pic1{
    height:150px;
    width: 20%;
}
.godrej1 .pic2{
    height:150px;
    width: 20%;
}
.godrej1 .pic3{
    height:150px;
    width: 20%;
}


.touch{
    background-color: #f2eee8;
    padding: 20px;
}

.touch .card{
    height: 200px;
}
.card #card{
    width: 20%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: black;
    padding: 10px;
    margin: 5px 0px 0px 30px;
    
    outline: 0;
}