.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(16, 1, 24, 0.7);
  backdrop-filter: blur(10px);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 8px 22px 26px 25px;
  text-decoration: none;
  font-size: 25px;
  font-weight: 300;
  color: #ffffff;
  display: block;
  text-align: center;
}

.sidepanel a:hover {
  color: #fefefe;
  font-weight: 600;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  font-size: 60px;
}
.sidepanel .closebtn:hover {
  font-weight: 300;
}

body>header>nav{
 z-index: 1000;
}

body>header>nav h1{
  font-size: 35px;
  font-family: 'Outfit', sans-serif;
}
body>header>nav h1 a{
  color: #dfdfdf;
}
#men_dis{
  cursor: pointer;
}
/* hampugure icon */
#men_dis .bar {
  opacity: 100%;
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  margin: 6px 0;
  z-index: 100;
}
#nav_heading{
  transition: filter 0.3s ease-in-out;
}

/* blur screen */
.blur {
  /* Optional styles for the blurred element (can be body or a specific container) */
  filter: blur(15px); /* Adjust blur amount as needed */
  transition: filter 0.3s ease-in-out; /*Add a smooth transition*/
}
body>header>nav{
  position: fixed;
  padding: 24px 22px ;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
}

@media only screen and (max-width: 700px) {
  body>header>nav{
    padding: 12px 11px;
  }
  #men_dis .bar{
    width: 30px;
  }
  body>header>nav h1{
    font-size: 30px;
  }
  
  .sidepanel .closebtn {
  padding-left: 11px;
  padding-top: 0px;}
}