.menuIcon img {
    width: 26px;
}
.crossIcon img {
    width: 26px;
}
 .sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;

    padding-top: 36px;
    padding-left: 40px;

    background-color: rgba(0, 0, 0, 0.944);
    backdrop-filter: blur(1px);
    z-index: 10012;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    display: none;
 }
 .sidebar li {
    width: 100%;
 }
 .sidebar li a{
  width: 100%;

  font-weight: 600;
  color: rgb(255, 255, 255);
}
