*{
    margin: 0;
}
/*  ------nav---------- */

.brand-heading-1 {
    color: white;
    margin-right: auto;
    margin-left: 20px;
    font-weight: bold;
    font-size: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: auto;
    margin-bottom: auto;
}

/* -----navbar------------------ */
nav {
    height: 60px;
    background-color: #d8232a;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    width: 100%;
}

.nav-items {
    display: flex;
    justify-content: end;
}

.post-btn {
    height: 40px;
    border-radius: 50px;
    border: none;
    background-color: #d8232a;
    color: white;
    margin-top: 10px;
    margin-right: 50px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;

}

.post-btn:hover {
    border: 2px solid black;
    background-color: #f1e8c7;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
}

/* *----------------------------------- */

.images-sub-div{
    display: flex;  
}   
.image-cont{
    height: 250px;
    width:400px ;
    padding: 20px;
    
} 
.name{
    font-size: 18px;
    text-align: center;
}

.img-sub-cont
{
    height: 250px;
    width:400px ;
}
.scroll-cont{
    background-color: white;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
    margin-left: 30px;
    margin-right: 50;
}
        .amenities-main-class{
            height: 450px;
         margin-top: 50px;
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            background-color:#f7f7f7;
        }
        
.amenities-sub-class{
  height: 300px;
 width: 650px;
 margin-top: auto;
   margin-bottom: auto;

}
.img-div{
    height: 450px;
   margin-top: auto;
   margin-bottom: auto;
   
}

/* ------------ */

.main-container-detail{
            height: 400px;
        background-color: #fff5e4;
            padding: 10px;
            display: flex;
            justify-content:center;
            margin-top: 50px;
        
        }
        .owner-deatails{
            height: 350px;
            width: 230px;
            padding: 20px;
background-color: white;
            margin-right: 100px;
            
        }
        .img-owner{
            height: 230px;
            width: 230px;
          
        }
        .name{
            text-align: start;
        }
        /* ---------------- */
        .key-text{
    width: 100%;
    height: 30px;
}

.key-text-value
{
    width: 350px;
    text-align: left;
}

.key{
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;  
}
.value{
    font-size: 18px;
    margin-bottom: 15px;
}

.pay-link{
    color:#d70037;
}
.report-Owner{
    position: relative;
    top: 8px;
}
.contact-owner-btn{
    background-color: #d8232a;
    color: white;
    border: none;
    height: 30px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
}
.contact-btn{
    color: white;
    text-decoration:none ;
}
/* ---------------------- */
.lift-icon{
   
   display: flex;
   align-items: center; 
   /* border: 1px solid black; */
   width: 200px;
   height: 70px;
   margin: 10px;

}
.icon-cont{
   margin-right: 20px;
}
.lifticon{
   height: 35px;
   margin-bottom: -10px;   padding: 7px;
   border: 1px solid black;
   border-radius: 50%;
   background-color: #fce188;
   align-items: center; 
}
.amenities-name{
   font-size: 20px;
   margin-top: -5px;  
}
.amenities-row-1{
   display: flex;
   justify-content: space-between;
   margin: 25px;  
   margin-left: 10px;
}
/* ---------- */

.amenities-row-1{
    display: flex;
    justify-content: space-between;
    margin: 25px;  
    margin-left: 10px;
}
.locality-main-div{ 
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto; 
    display: flex; 
    justify-content: center;

}
.education-institute-hed{
    font-size: 28px;
}
.info-locality{
    font-size: 22px;
}
.locality-row-1{
    display: flex;
    justify-content: space-evenly;
    margin: 25px;  
    margin-left: 10px;

    
}
.education-institute{
    height: 130px;
    width: 400px;
    border: 1px solid #d70037;
    box-shadow: 2px 2px 5px 1px rgb(130, 128, 128);
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    display: flex;
    margin-left:90px;margin-right:90px;
    
}
.education-icon{
    height: 30px;
    left: 130px;
    margin-left: 70px;
    top: 5px;   
    padding: 7px;
    border: 1px solid black;
    border-radius: 50%;
    background-color: #fce188;
}

.locality-sub-div{
   
    border-radius: 10px;
   
}
.dts-cont
{
    width: 100%;
}
.locality-heading{
    margin-left: 50px;
    color: #d70037;
    text-align: center;
}
/* -------------------- */


.working-process-main-cont{
    display: flex;
    justify-content: space-between;
    margin: 30px;
   
}
.working-process-sub-cont{
 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;
    margin: 25px;
  
    width:auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.process-1{
    border: solid 1px #d8232a;
    width: 250px;
    height: 350px;
    box-shadow: 1px 2px 5px 1px rgb(155, 154, 154);
    margin: 20px;
    padding: 15px;
    border-radius: 10px;
}
.process-img{
   height: 120px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   padding: 7px;
   border: 1px solid black;
   border-radius: 50%;
   background-color: #fce188;
}
.steps-process{
    padding: 8px;
    font-size: 25px;
    margin-top: 50px;
    text-align: center;
}
.process-info{
    text-align: justify;
    font-size: 15px;
}
.heading{
    margin-top: 30px;
   text-align: center;
    font-size: 40px;
    color: #d70037;
}


        /* /footer/ */
        .container-foot1{
            display: flex;
            flex-direction: row;
            justify-content:space-around;
            flex-wrap: wrap;
            background-color: #f5f5f5;
            padding-top: 80px;
            padding-bottom: 80px;
           }
           .container-foot{background-color: #f5f5f5;
          padding-bottom: 50px;}
           .foot-icon{
            font-size: 30px;
            margin-left: 10px;
            color: #d8232a;
           }
           .foot-anchor{
            text-decoration: none;
           }
           .color-light{
            color: #666565;
           }
           .foot-tex{
            margin-left: 35%;
            margin-right: 35%;
        
           }
           .tex-red{color:#d8232a ;}
           .con-foot{
            
             padding: 50px;
       
           }
@media screen and (min-width:468px) and (max-width:811px) {

    .amenities-row-1
    {
  display: flex;
  flex-direction: column;
    }
    .icon-cont{
        margin-top: 10px;  
    }
    .amenities-name{
        margin-top: 10px;
    }
    .working-process-sub-cont{
        border: none;

    }
    .locality-row-1{
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }
    .locality-sub-div{
border: none;
    }
    .fo{
        display: flex;
        flex-direction: row;
        justify-content: start;
        flex-wrap: nowrap;
    }
    .foot-tex{
        text-align: start;
    }
    
.nav-items{
   display: none;
}
    }
    @media screen and (min-width:867px) and (max-width:992px) 

        {
            
            .amenities-row-1
            {
          display: flex;
          flex-direction: column;
          justify-content: center;
            }
            .icon-cont{
                margin-top: 10px;  
            }
            .amenities-name{
                margin-top: 10px;
            }
            .working-process-sub-cont{
                border: none;
        
            }
            .locality-row-1{
                display: flex;
                flex-direction: column;
        
            }
        }
       

        