#header-backup{
  position:absolute;
  height: 83.79px;
  width: 100%;
  background-color: #1f1f1f;
}

header {
  z-index: 1000;
  top:0;
  position: sticky; 
  box-sizing: border-box;
  width: 100%;
  
}




  /* 
-----------<  top header >--------------
  */

  

  .top-header #hamburger{
    display: none;
    background-color: #1f1f1f9f;
  
   position: absolute;

    cursor: pointer;

    height: 100%;
    width: 12%;
    max-width: 50px;
    padding: 0 1%;


    
    flex-direction: column;
    justify-content: space-evenly;

    align-items: center;
  }

  .top-header #hamburger div{
  max-width: 30px;
    width: 60%;
    height: 10%;
  
    
    background-color: #f0f0f0;
  }
    

.top-header{
    width: 100%;
    align-items: center;
    display:flex;
    top:0;
    position: sticky;
    background-color: #1f1f1f;
    transition: background-color 200ms linear;
    width: inherit;
    height: fit-content;
}

.top-header a{
  width: inherit;
}

    /* 
  -----------< hamburger >--------------
    */
    

    /* 
  --------------------------------------
    */



.logo{
  cursor: pointer;

    width: 40%;
    max-width: 350px;
    min-width: 200px;
    margin: 0 auto;
    top:0;

      display:block;
      
}



  /* 
-----------<  navbar >--------------
  */



.bot-header{
    opacity: 100;
    
    transition: opacity 300ms ease-in;
}


.nav-container{
    display: flex;
    justify-content: center;
}



.nav-links{
    justify-content: space-evenly;
    width:50%;
    min-width: 260px;
    bottom: 0px;
    margin-top: 0;
    display:flex;
    padding-left: 0;
    padding-right:0;
    
}

.nav-links a{
  font-size:1.5rem;
  
  text-decoration: none;
  color:white;
}
.nav-links li{
  
  width: min-content;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: white;
  cursor: pointer;
  list-style: none;
}

nav{
    background: #1f1f1f;
}

nav ul{
        margin: 0px;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
      
}


/* 
-----------<  dropdown navbar >--------------
  */

  .dropdown-header-active{
    max-height: 1000px !important;
    transition: max-height 0.5s;
    transition-delay: 0ms;
  }

  .dropdown-header-light{
    background-color: #1f1f1fd3 !important;
  }

  .dropdown-header{
    background-color: #1f1f1f;

    position: absolute;
    width: 100%;
    transition: max-height 0.5s;
    transition-delay: 0ms;
   
    height: fit-content;
    max-height: 0px;
    overflow-y: hidden;
  }

  .dropdown-header .nav-links{
    
    flex-direction: column;
}
.dropdown-header .nav-links hr{
  width: 100%;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.dropdown-header .nav-links li{
  padding: 0.6em 0;
  width: 100%;
  text-align: center;
}

.dropdown-header .nav-links li a{
  font-size: 1.7rem;
  width: 100%;
}




  


  /* 
-----------<  header scroll animation >--------------
  */

  .nav-scroll{
    opacity: 0 !important;
    transition: opacity 300ms ease-in !important;
    pointer-events: none;
  }
  
  .head-scroll{
    background-color: #1f1f1f85 !important;
    transition: background-color 600ms ease-in !important;
   
    
  }