.nav-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 11%;
    background-color: rgba(0, 0, 0, 0.966);
    backdrop-filter: blur(1px); 
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 10px rgb(0, 0, 0); 
    z-index: 1000; 
    border-top: 1px solid rgba(59, 59, 59, 0.644); /* Sets the top border to 3px thick and white */

}

.nav-bar div {
    color: #fff;
    text-align: center;
    margin-top: -12px;
    
}
.nav-bar div p {
    font-size: 11px;
}
.nav-bar  img {
    width: 25px;
    height: 25px;
    transition: transform 0.3s; 
}

.nav-bar div img:hover {
    transform: scale(1.2); 
}

 .upladnav img{
    width: 35px;
    height:35px;
    border-radius: 50%;
}

.proimages img{
width: 34px;
height: 34px;
}




.nav-bar1 {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 11%;
    background-color: rgba(0, 0, 0, 0.966);
    backdrop-filter: blur(1px); 
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 10px rgb(0, 0, 0); 
    z-index: 1000; 
    border-top: 1px solid rgba(59, 59, 59, 0.644); /* Sets the top border to 3px thick and white */

}

.nav-bar1 div {
    color: #fff;
    text-align: center;
    margin-top: -12px;
    
}
.nav-bar1 div p {
    font-size: 11px;
}
.nav-bar1  img {
    width: 25px;
    height: 25px;
    transition: transform 0.3s; 
}

.nav-bar div img:hover {
    transform: scale(1.2); 
}

 .upladnav img{
    width: 35px;
    height:35px;
    border-radius: 50%;
}

.proimages img{
width: 34px;
height: 34px;
}