body{
  margin: 0%;
}
.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%;
  z-index: 5;
}

.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: none;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  color: black;

}

.home-png {
  display: none;
}
/* ------------- */



.welcm{
  border-bottom: 1px solid black;
  color: #d8232a;

  }
  
  .btn-service{
  color:white;
  padding-left: 30px;
  padding-right: 30px;
  height: 40px;
  margin-top: 20px;
  background-color:#d8232a;;
  border-radius: 20px;
  border: 2px solid #d8232a;
  }
  .btn-service:hover{
  
  background-color:black;
  cursor: pointer;
  transition: 1s;
  border-color: black;
  }
  .main-container{
  
  display: flex;
  justify-content: center;
  margin-top: 80px;
  }
  
  
  
  .container{
  position: relative;
  perspective: 500px;
  transform-style: preserve-3d;
  display: inline-block;
  text-align: justify;
  font-size: larger;
  
  }
  .img-1{
  
   
    height: 300px;
    height: 400px;
    margin-left: 40px;
    border-radius: 35px;
  }
  .team{
  font-size: 40px;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-align: center;
  margin-top: 40px;
  }
  
  
  .div-colo{
    color: black;
    background-color:rgb(230, 227, 227);
    height: 130px;
    width:300px;
    border-radius: 8px 8px 0 0 ;
  }
  .bg-green{background-color:  #ccffcc;}
 
 
  .grp-lead{
    font-size: 20px;
   color: rgb(91, 91, 252);
    text-align: center;
    position: absolute;
    bottom:230px;
    left: 120px;
  } 
  
  .body-cont{
  
    background-color: #e6a6a8;
  }

  
  .info{
      text-align: center;  
  }
  
  
  
  .img-card{
  margin-top: 20px;
      position: absolute;
      height: 160px;
      width: 170px;
     
      border: 1px solid rgb(85, 83, 83);
      border-radius: 100px;
      top:25px;
    margin-left: auto;
    margin-right: auto;
      margin-left: 65px;
      }
      
  .card1:hover{
    box-shadow: 0 10px 30px 0px rgb(108, 107, 107);
  }
  
  .card1{
    position: relative;
    color: black;
    background-color:white;
    border:2px solid #d8232a;
    /* box-shadow: 0 10px 30px 0px rgb(108, 107, 107); */
    height: 400px;
    width:300px;
    margin-top: 20px;
    margin-bottom: 100px;
    margin: 20px;
    border-radius: 10px;
    display: inline-block;
  
  }
  
   
  
  .main{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
  margin: 50px;
  
  }
  
  
  

.social-icon{
  height: 35px;
  padding: 7px;
  border-radius: 50%;
  border: 1px solid black;
  box-shadow: 0 0 4px 0.5px black;
}
.icon{
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
.name{
  margin-top: 80px;
  color: #d8232a;
  text-align: center;
} 
.hi-name{
  font-weight: bold;
}



  
   
    /*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;
     }
     .fotr-cont{
        text-align: center;
  
     }
     .tex-red{color:#d8232a ;}
     .con-foot{
      
        padding: 50px;
        
     }
  
     @media screen and ( min-width:360px ) and ( max-width: 668px)
      {
        .rent-collection{
           height: 200px;
           width: 80%;
        } 
        .furnished-img{
           width: 80%;
        }
        .poster1-img{
           width: 100%;}
     }
 
 /* --------------------media query mobile device---------------- */
 @media screen and (max-width: 750px) {

  
  
  .main-container{
  
    display: flex;
    flex-direction: column-reverse;
justify-content: center;
    margin-top: 80px;
    }
    
    
    .img-1{
    
     
      height: 200px;
      height: 250px;
      margin-left: 40px;
      border-radius: 35px;
    }
    .container{
      text-align: center;
    }
    .main{
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    * {
      margin: 0%;
  }
  .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: fixed;
      top: 0;
      width: 100%;
  }
  .nav-items {
    display: none;
  }
    /* .welcm{
      text-align: center;
    } */
 }
  
  
  
  
  
  
  
  
  
  
  
  


 




