:root{
 
    --font-family:  "Mooli", sans-serif;
--color:#ED1C24;
--scolor:rgba(255, 255, 255, 0.363);
}
#fw,.fa-x{
    color: white;
}
#bi{
    display: none;
}
#offcanvasScrolling{
    display: none;
}
@media (max-width:992px) {
    .collapse{
        display: none;
    }
    #bi{
display: block;
    }

#offcanvasScrolling{
    color: black;
    /* filter: blur(1.2px); */
 transition: 1.2s ease;
    display: block;
    padding-right: 20px;
    padding:0px 20px;
    background-color: white !important;
}
.offcanvas-body >.navbar-nav >.nav-item >a{
    color: black;
    border-bottom: 1px solid black;
}
}
@media (max-width:540px) {
    #offcanvasScrolling{
        width: 70%;
    }
}
.navbar
#col-7
{display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}
footer{
    padding: 80px 0px;
    color: white;
    background-color: black;
}
ul{
    list-style: none;
}
ul>li{
    /* font-size: 12px; */
    color: lightgray;
}

#nav{
    padding: 0px 50px;
 }
#village{
    padding: 80px 20px;
    background-color: #0f0f0f;
}
#col-5{
    padding: 0px 30px;
}
#col-5>h1{
 
    color: white;
text-align: center;
padding-bottom: 10px;
}
#col-7
{display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

body{
     overflow-x: hidden;
    margin: 0px;
    padding:0px; 
 
    --font-family:  "Mooli", sans-serif;
    text-transform: capitalize;
    }
    .fix{
        position: fixed;
        top: 50px;
 width: 100px;
    }
    .navbar{
        font-family: var(--font-family);
        background-color: black !important;
    }
 

    .nav-item >a{
        color: white;
    }
    #btn-1{
        border: 1px solid white;
        color: white;    
        text-transform: capitalize;
border-radius: 20px;
margin-right: 5px;
transition: 0.5s ease;
    }
    #btn-2{
margin-left: 5px;
        text-transform: capitalize;
        border-radius: 20px;
        color: white;
transition: 0.5s ease;
        background-color: red;
    }
    #btn-2:hover{
        transform: scale(1.1);
        background-color: transparent;
        border: 1px solid white;
        color: white;
    }
    #btn-1:hover{
        transform: scale(1.1);
        background-color: transparent;
        border: 1px solid white;
        color: white;
    }
    .navbar-brand >img{
        height: 50px;
    }
    #about{
        background-color: black;
        padding: 80px 0px;
  
    }
    #col-1 >h1{
        padding: 0px 10px;
color: white;
font-weight: 100;
text-align: center;
    }
    #col-1>p{
        text-align: center;
        color: rgba(255, 255, 255, 0.363);
    }
#col-2{
    padding: 0px 30px;

    margin: 5px;
    display: flex;
    flex-direction: column;
align-items: center;
justify-content: space-around;
}
#col-2>img{
    background-size: cover;
    object-fit: cover;
    width: 100%;
    background-color: white;

}
#ab-btn{
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    width: 140px;
    transition: 0.6s ease;
    margin-top: 50px;
}
#ab-btn:hover{
    transform: scale(1.1);
    background-color: white;
    color: black;
}
#test{

    background-color:#0f0f0f ;
    padding: 80px 20px;
}
#p1{
    color: #ED1C24;
    font-weight: 600;
    letter-spacing: 3px;
}
#h1{
    color: white;
    letter-spacing: -4px;
}
#p2{
    line-height: 2px;
    color: rgba(255, 255, 255, 0.363);
}
#col-3{
    padding: 60px 10px;
}
#contact{
    padding: 80px 20px;
    background-color: black;
}
#fran >.card{
    text-align: center;
background-color: black;
color: white;
}
#fr{
   color: white;
   text-align: center; 
}
#col-4{
    padding: 0px 30px;
}
.col-3>p{
    font-size: 14px;
}
.fpo>i{
    padding:  10px;
    border-radius: 20px;
    background-color: #ED1C24;

}