header {
    position: relative;
    display:flex;
    justify-content: space-between;
    width:100%;
    max-width:9999px;
    margin: auto;
    height: 0px;
    z-index: 99999;
}
#home{
    position: fixed;
    height: 80px;
    left: 0;
    right: 0;
    width: 9999px;
    z-index: 99;
    box-sizing: border-box;
}
#home::before {
    content: '';
    position: fixed;
    height: 80px;
    left: 0;
    right: 0;
    width: 9999px;
    z-index: 99;
    box-sizing: border-box;
} 
.navbar{   
    display:flex;
    justify-content: space-between;
    position: fixed;
    align-items: center;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    max-width: 9999px;
    margin: auto;
    background: var(--Color-Neutral-neutral-darker, #000);
    padding: 0 50px 0 50px;
    height: 80px;
    scroll-behavior: smooth;
    transition: 0.7s;
} 
.nonebar{
    display: flex;
    position: relative;
    background-color: transparent;
    width:295px;
}
.menu-links{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    padding: 0;
    margin: auto;
    align-items: center;  
}
.menu-linksbtn ul{
    list-style: none;
    display: flex;
    margin: 0 auto;
    justify-content:space-between;
    width:600px;
    text-align: center;
}
.menu-linksbtn a {
    display:block;
    text-align: center;
    align-items: center;
    color:#ffffff;
    text-decoration:none;
    font-family: "Glacial Indifference";
    font-size: 14px;
    line-height: 130%;
    letter-spacing:1px
}
.menu-linksbtn ul li, .menu-linksbtn .dropdown{
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnhd:hover{
  font-weight: bold;
  transition: 0.1s ease-in-out;
}
/* Navbar container */
/* .navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
} */

/* Links inside the navbar */
/* .navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
} */

/* The dropdown container */
.dropdown {
  display: flex;
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  display: flex;
  align-items: center;
  font-size: 16px;
  border: none;
  outline: none;
  color: #fff;
  padding: 14px 6px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.dropdown .dropbtn:hover, .dropdown:hover .dropbtn {
  background-color: #5a5959;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  border: 1px solid var(--Color-Neutral-neutral-darker, #000);
  background: var(--Color-Neutral-neutral-darker, #000);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 290px;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #5a5959;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.callnow a{
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #000;border-radius: 100px;
    border: 1px solid var(--silver, #8E8E8E);
    background: var(--silver, linear-gradient(90deg, #8E8E8E 0%, #D9D9D9 68.5%, #B4B4B4 100%));
    font-family: "Glacial Indifference";
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    align-items: center;
    letter-spacing: 0;
    padding: 4px 5px;
    width: 169px;
    text-align: left;
    margin: auto;
}
.btn-toggle{display: none;}
.logo-m{
z-index: 9;
display:block;
width: 70px;
top: -35px;
left: 0;
position: absolute;
}
.logow, .callm{display: none;}
@media only screen and (max-width: 1100px) {
    .logow{
    z-index: 9;
    display:block;
    width: 70px;
    top: 5px;
    left: 20px;
    position: absolute;
    }
    .logo-m, .callw{display: none;}
    .callm{
      display: block;
      width: 169px;
      line-height: 150%;
      position: absolute;
      left: 54%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 99;
    }
    .callm a{
      width: 159px;
    }
  .box{
    width: fit-content;
    height: 0vh;
    position: relative;
    text-align: left;
    z-index: 1;
    opacity: 0;
    left: -500px;
    pointer-events: none;
    transition: 0.3s;
  }
.btn-toggle {
    position:absolute;
    right:20px;
    top:0px;
    display:none;
    flex-direction:column;
    justify-content:space-between;
    width:15px;
    height:15px;
}
.btn-toggle .bar {
    height:3px;
    width:100%;
    border-radius:20px
}
  .active_box{
    opacity: 1;
    left: 0px;
    pointer-events: fill;
  }
  .menu_icon_box{
    display: block;
    z-index: 2;
    width: fit-content;
    height: auto;
    margin: 25px;
    position: absolute;
    border-radius: 4px;
    cursor: pointer;
  }
  .line1 , .line2 , .line3{
    width: 20px;
    height: 3px;
    margin: 4px 0px;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.2s;
  }
  .active .line1{
    transform: translate(0px , 15px)rotate(45deg);
  }
  .active .line2{
    opacity: 0;
  }
  .active .line3{
    transform: translate(0px , 1px)rotate(-45deg);
  }
  .menu-links{
    background-color:#000;
    flex-direction: column;
    align-items:center;
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
      padding-bottom: 10px;
      height:200px;
  }
  ul li.callw{display: none;}
  .menu-links ul{
      display: block;
  }
  .menu-linksbtn{
      display: flex;
      justify-content: space-between;
      height: 120px;
      padding-bottom: 0px;
  }
  .menu-linksbtn ul{
    display: flex;
    flex-direction: column;
  }
  
.dropdown .dropbtn {
  padding: 0 6px;
}
  .menusocial ul{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 150px;
      justify-content: center;
      margin: auto;
      margin-bottom: 5px;
  }
  .menusocial ul a {
      text-decoration:none;
      cursor: pointer;
      align-items: center;
  }
  .menu-links.active{
      margin: auto;
      margin-top: 70px;
  display:flex;
  }
  .menusocial.active {
      display:flex
  }
  .navbar {
    padding:0px 0px;    
    margin-top: 0;
    backdrop-filter: none;
    background-color: #000;
    border-radius: 0;
  }
  #home {
  display:flex;
  flex-direction:column;
  max-width: 1400px;
  text-align: right;
  align-items: end;
  }   
}