body{
    scroll-behavior: smooth;
}

.navbar-section{
    /* background-image: url('images/nav-bgimg.png'); */
    background: white;
    height: 11vh;
    /* position: absolute; */
    top: 0;
    width: 100%;
    z-index: 9;
}
nav {
    /* background-color: white; */
    /* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); */
   
}


nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}
nav li{
    height: 55px;
}

nav li a{
    height: 70px;
    font-weight: 600;
    font-size: 1.2rem;
}

nav li a:hover{
color: #4BAF47;
}

nav a {
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;

    color: black;
}

nav a:hover {
    /* background-color: #f0f0f0; */
}

nav :first-child {
    margin-right: auto;
}

#nav-bar {
    position: fixed;
    top: 0;
    right: 0;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    /* width: 250px; */
    z-index: 999;
    /* background-color: white; */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px white;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.inner-div-sidebar {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.navbar-social-media-icon {
    display: flex;
    justify-content: space-evenly;
    margin: 6% 0% 0% 0%;
}
.navbar-social-media-icon-img{
    width: 10%;
}

.sidebar.open {
    display: flex;
    padding-left: 0;
}

.sidebar li {
    width: 100%;
    
}


#home-nav{
    margin-top: 8%;
}
.sidebar li a {
    width: 100%;

    /* margin-left: 30%; */
    font-size: 1.2rem;
    font-family: sans-serif;
    font-weight: 600;
}

.menu-button{
    display: none;
}
#navbar-logo-black{
    width: 21%;
    margin-left: 5%;
}
.navbar-logo-img1{
    width: 69%;
}
.navbar-copywright{
    font-weight: 600;
    margin-top: 5%;
    font-weight: 600;

    font-size: 1.3rem;
    text-align: center;
    width: 100%;
    color: black;
}


@media(max-width: 800px){
    .sidebar li a:hover {
        background-color: none;

    }
    
    .hideOnMobile{
        display: none;
    }
    .menu-button{
        display: block;
    }
    .navbar-social-media-icon :first-child {
        margin-right: 0px;
    }
    .navbar-copywright p{
        color: black;
    }
}
@media(max-width: 600px){
    .sidebar{
        width: 100%;
    }
}


/* ***Navbar css******ended***** */





/* body{
    scroll-behavior: smooth;
}
nav {

    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
   
}
.navbar-section{
    background-image: url('images/nav-bgimg.png');
    height: 12vh;
}

nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}

nav li {
    height: auto;
}

nav a {
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
    font-weight: 600;
}

nav a:hover {
    background-color: #f0f0f0;
}

nav :first-child {
    margin-right: auto;
}

#nav-bar {
    position: fixed;
    top: 0;
    right: 0;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;

    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(255, 255, 255, 0.2);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sidebar.open {
    display: flex;
}

.sidebar li {
    width: 100%;
}

.sidebar a {
    width: 100%;
}

.menu-button{
    display: none;
}
#navbar-logo-img1{
    width: 75%;
}

@media(max-width: 800px){
    .hideOnMobile{
        display: none;
    }
    .menu-button{
        display: block;
    }
}
@media(max-width: 600px){
    .sidebar{
        width: 100%;
    }
    nav li {
        height: auto;
    }
} */


/* ***Navbar css******ended***** */
