*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #f8f3f3;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}
html{
    font-size: 62.5;
}

 /* navbar*/
.container{
max-width: 1200px;
flex-wrap: wrap;
    
}
    
header{
    background-color: rgb(10, 12, 12);
    
}
.logo{
    width: 10rem;
}
ul{
    list-style: none;
    gap: 20px;
    font-size:1rem ;

    
}
nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.arrow{
    background-color: #f1e9e9;
    border-radius: 50%
}
 /* button*/
 .border {
    border-radius: 4rem;
    color: antiquewhite;
    background-color: #ff0000;
    width: 6rem;
    height: 2rem;
    border-color: black;


 }  
 .border-2 {
    border-radius: 4rem;
    color: antiquewhite;
    background-color: transparent;
    width: 6rem;
    height: 2rem;
    border-color: #f1e9e9;


 }  

 /* hero sectioin*/
 .hero-width{
    width: 100%;
 }

/* responsive nav*/
@media (max-width:700px){
    li{
      display: none;  
    }
    i{
        display: block;
    }
    .location-img{
        width: 160%;
    }
    
    
    }

/* welcome*/
.back-light{
background-color: #f1e9e9;
width: 100%;
flex-wrap: wrap;

}
#image{
    gap: 20px;
}
.font{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.location-img{

     max-width: 100%;
}

/* contact area*/
.contact-img{
    width: 100%;
}
/* vilage section*/

.vilage-img{
    width: 50%;
    flex-wrap: wrap;
}
.green{
    background-color: green;
}
.div{
    max-width: 100%;
    margin-top: 5px;
}

/* social feed*/
.width-feed{
    width: 100%;
     gap: 10px;
     margin-left: 2%;
}
.font-big{
    font-size: 100%;
}