/* body{
    scroll-behavior: smooth;
} */

.navbar-section{
    /* background-image: url('images/nav-bgimg.png'); */
    background: transparent;
    /* height: 11vh; */
    /* position: absolute; */
    top: 0;
    width: 100%;
    z-index: 9;
    margin: 20px 0px 20px 0;

    padding: 0 4% 30px 2px;
    /* box-shadow: 0px 4px 4px 0px rgba(57, 97, 95, 0.25); */

}
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: left;
    align-items: baseline;
    margin: 0%;
    padding: 0;
}
nav li{
    height: 48px;
}

nav li a{
    /* height: 70px; */
    font-weight: 500;
    font-size: 1rem;
    color: black;
    font-family: "Inter", sans-serif;
    transition: transform 0.3s ease-in-out; /* Smooth transition */
}

 nav li a:hover{
    color: rgba(166, 45, 39, 1);
    transform: scale(1.1); /* Zoom effect */
} 

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; */
}

.bit-land-nav-contactus{
    /* background: #E4813A; */
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    color: #FFFF;
    font-weight: 400;
    background: rgba(166, 45, 39, 1);
    margin-right: 17px !important;
}

.bit-land-nav-contactus:hover{
    color: #FFFF;
    
}

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);
    box-shadow: -10px 0 10px white;
    display: none !important;
    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 !important;
    padding-left: 0;
}

.sidebar li {
    width: 100%;
    
}


#home-nav{
    margin-top: 10%;
}
.sidebar li a {
    width: 100%;

    /* margin-left: 30%; */
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: 500;
}

.menu-button{
    display: none;
}
.navbar-logo-img1{
    width: 100%;
    margin-left: 50%;
}

#navbar-logo-black {
    width: 15%;
    margin-left: 5%;
    margin-top: 2%;
}
.navbar-copywright{
    font-weight: 600;
    margin-top: 5%;
    font-weight: 600;

    font-size: 1.3rem;
    text-align: center;
    width: 100%;
    /* color: white; */
}

.navbar-copywright p{
    color: white;
}


.Mukund-Transgear-sec-2-search{
        /* margin-left: 5%; */
    /* padding: 8%; */
    border-radius: 10px;
    border: none;
    background: transparent;
    color: white;
    border: none;
    outline: none;
    opacity: 2;
}
.search-div{
    background: rgba(57, 97, 95, 1);
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
}


.search-div1-main{
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: 16px 0 0 0;

}
.search-div1{
    background: rgba(57, 97, 95, 1);
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    width: fit-content;
    margin-right: 0 !important;
}

@media(max-width: 800px){

    .contactusOnmobile{
        display: flex;
        justify-content: center;
align-items: center;
    }
    .bit-land-nav-contactus {
        width: fit-content !important;
        margin: 0 !important;
    }    
    .sidebar li a:hover {
        background-color: none;

    }
    
    .hideOnMobile{
        display: none;
    }
    .menu-button{
        display: block;
    }
    .navbar-social-media-icon :first-child {
        margin-right: 0px;
    }
    
    #sidebari1{
        color: black;
    }
    nav a {
    color:black;
    }
}
@media(max-width: 600px){
    .sidebar{
        width: 100%;
    }

    .navbar-section {
        /* background-image: url(images/nav-bgimg.png); */
        background: transparent;
        /* height: 11vh; */
        /* position: absolute; */
        top: 0;
        width: 100%;
        z-index: 9;
        margin: 7px 0px 7px 0;
        padding: 0 4% 0 2px;
    }
}

.Mukund-Transgear-sec-2-search::placeholder {
    color: white;
    opacity: 1; 
    font-weight: 500;
    font-family: "Inter", sans-serif;
    /* Ensure it's fully visible */
}



.dropdown {
    position: relative;
  }
  
  .dropdown-content {

    display: none;
     position:absolute ; 
    /* top: 100%; */
    left: 0;
    background-color: white;
    /* min-width: 200px; */
    width: max-content;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 999;
  }
  
  .dropdown-content li {
    padding: 0;
    margin: 0%;
    border-bottom: 1px solid #ddd;
    /* border-radius: 5px;
    text-align: center; */
  }
  
  .dropdown-content li a {
    text-decoration: none;
    color: black;
    /* display: block; */
  }
  
  .dropdown:hover .dropdown-content {
    display: block !important;
  }
  
  .dropdown-content li:hover {
    background-color: #f0f0f0;
  }
  

/* ***Navbar css******ended***** */


@media (min-width:320px) and (max-width:780px){
    .navbar-logo-img1{
        width: 62%;
        margin-left: 10%;
    }
}