
  /* footer start */

   footer{
    background-color: #000000a6;
   
    background-blend-mode: color;
    background-size: cover;
    background-position: center;
    padding-bottom:1rem;
   }

   .footer-top{
    /* background-color: #000000e8; */
    padding-top: 3rem;
    padding-bottom: 1rem;


   }


   .footer-property-section{
    margin-left: 5rem;
    margin-right: 5rem;
    padding: 1rem;
    gap: 2rem;
    display: flex;
    justify-content: space-between;
    /*box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;*/
   }




   .property-container h5{
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 100;

   }

   .property-container a{
    text-decoration: none;
    
    color: #E0D8B0;


   }

   .property-container li{
    list-style: none;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    border-bottom: 1px solid transparent;
   transition: 0.5s;
   }

   .property-container li:hover{
    border-bottom: 1px solid #fff;
   
 transition: 0.5s;
    transition: 0.5s;
    color: #000;

   }


   .footer-bottom{
    /* background-color: #000000e8; */
    /* padding-top: 2rem; */
    padding-bottom: 2rem;
   }

   .footer-bottom-container{
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-right: 5rem;
    margin-left:5rem;
    padding: 1rem;
   }

   .footer-bottom-container h5{
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.5rem;
    

   }

   .footer-about{
    width: 27%;
    margin-right: 2rem;
   }

   .footer-logo{
    /* width: 125px; */
    width: auto;
    height: 40px;
   }

   .footer-logo img{
    width: auto;
    height: 100%;

   }

   .footer-about p{
    font-size: 0.8rem;
    margin-top: 0.5rem;
    color: #E0D8B0;
    text-align: justify;
    
   }

   .footer-links{
    margin-top: 40px;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    width: 63%;
   }

   .footer-links a{
    text-decoration: none;
    color: #E0D8B0;
    
    

   }

   .footer-links li{
    list-style: none;
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid transparent;
     padding-right: 10px;
      transition: 0.5s;
  }

   .footer-links li:hover{
    border-bottom: 1px solid #fff;
    
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
    transition: 0.5s;
    color: #fff;

   }
   
     .footer-links .footer-followus ul{
         display:flex;
         gap: 2%;
         align-items: center;
         justify-content: space-between;
         flex-wrap:wrap;
     }
     
     .footer-links .footer-followus li{
         font-size:1.5rem;
         width:15%;
     }
     
     .footer-links .footer-followus li a{
         text-align:center;
         
     }


  

  .copyright{
    padding: 1rem;
   border-top: 1px solid #CCC8AA;
    width: 70%;
    margin: auto;
  }

   .copyright p{
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
   }

   .copyright i{
    font-style: normal;
}




/* mobile  */

@media (max-width:1050px ) {

  .footer-property-section, .footer-bottom-container{
    margin-left: 3rem;
    margin-right: 3rem;
  }


.footer-bottom-container{
  flex-wrap: wrap;
}

.footer-links{
  width: 60%;
}

.footer-subscribe{
display: none;
}

}

@media (max-width:850px ) {
  .footer-property-section, .footer-bottom-container{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .footer-top{
    display: none;
  }
}

@media (max-width:750px ) {

  .footer-about{
    width: 100%;
    margin: 0;
  }

  .footer-logo{
    margin: auto;
  }

  

  .footer-links{
    width: 100%;
    margin-top: 0;
  }
  
   .footer-links .footer-followus li{
         font-size:1.2rem;
          width:35%;
       
   }

}