
body{
    margin: 0;
    padding: 0;
}
.high {
    color: #464646;
    font-size: 24px;
    margin-top: 30px;
    margin-left: 22px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.inn {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    width: 85%;
    gap: 15px;
    font-weight: none;
   /* border: 1px solid red; */

}

.inn>button,.inn a {
            background-color: #E8E8E8;
            border: none;
            font-size: 13px;
            height: 27px;
            border-radius: 5px;
            color: #464646;
            text-decoration: none;

        }
    /* background-color: #E8E8E8; */

.inn a ,.navya_foot a{
    background-color: #E8E8E8;
    border: none;
    font-size: 13px;
    height: 27px;
    border-radius: 5px;
    color: #464646;
    text-decoration: none;

}
.inn>button:hover,
.inn a:hover .navya_foot a:hover {
   cursor: pointer;
}
.inn a:hover .navya_foot a:hover{
    color: #E8E8E8;
}

.nav_con {
    display: flex;
    margin-top: -20px;
   
    flex-direction: column;
}

.ne1 {
    margin-left: 25px;


}

.ne1>h2,
.ne2>h2 {
    color: #464646;
    font-size: 20px;
    font-weight: none;

}

#in2 {
    width: 100%;
}



.nav_m1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #EDEDED;
    margin-top: -7px;
    margin-bottom: -7px;
    padding-top: 33px;



}

.e1 {
    border-right: 0.5px solid #464646;
    width: 50%;
   
    text-align: center;
   justify-content: center;
   align-items: center;
   flex-direction: column;

    display: flex; 
    margin-bottom: 25px;
   margin-top: -10px;
     
   
}
.e2{
    text-align: center;
    width: 40%;


    text-align: center;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   margin-bottom: 25px;
   margin-top: -10px;

    display: flex; 
     
   
}

.f {
    color: #464646;
   
    margin-top: -10px;

}


.navy_button{
    background-color: #464646;
   
    height: 30px;width: 100px;
    border-radius: 4px;

}
.navy_button:hover{
    background-color: #0c0a0a;

}
.z{
    color: white;
    background-color: #464646;
    
}
.navya_foot {
  
    display: flex;
    justify-content: center;
    gap:25px;
    align-items: center;
    width: 70%;
    flex-wrap: wrap;

    margin-left:100px ;

}

.navya_foot a{
    font-size: 18px;
    background-color: white;

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
}
.navya_foot a:hover{
     cursor: pointer;

}
.foot_img{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    margin-top: 25px;
}
.navya_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:15px;
    margin-top: 25px;

}
.navya_icon>div{
    width: 50px;
    height: 50px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E8E8E8;
    border-radius: 50%;
    
}
.bottom{
    text-align: center;
    color: #464646;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@media (min-width:750px){
     .e1{
        flex-direction: column;
        
     }
     .nav_con{
        flex-direction: row;

     }
    
     
}
@media (max-width:1750px){
    .navya1_container{
        min-width: 100vw;
        margin: auto;

    }
}



