.navbar{width: 100%; background-color: #3b220000;z-index: 6000;  position: fixed; direction: rtl;display: block;transition: 0.5s;top: 0%; }
      nav{display: flex;}
      li,ul{padding: 0%; margin: 0%;list-style-type: none;}
      .navopen{display: flex ; align-items: center; justify-content: space-between; width: 100%;}
      .menu-img{width: 10%;padding: 1px; margin-right: 1%; margin-top: 0.7vw;}
      .logo{width: 100%;}
     
      #open{font-size: 32px;margin-top: 0.7vw; display: flex; text-decoration: none; color: #f5f5dc; width: 30%; margin-left: 2%;}
      #open:hover{color: #96b369; cursor: pointer;}

      .u-menu{
        box-sizing: border-box;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 8000;
        top: 0;
        left: 0;
        background-color: #3b2200ec;
        overflow-x: hidden;
        transition: 0.9s;
        padding-top: 60px;
        text-align: center;
      }
      .u-menu a , .u-menu summary{
        padding: 4% 0vh;
        box-sizing: border-box;
        /* margin-top: 3%; */
        text-decoration: none;
        font-size: 22px;
        color: beige;
        display: block;
        transition: 0.4s;
        border-top: #f3e6b1f6 0.4vh solid;
        border-image: linear-gradient(to left, #746d2a00, #eee1ac,#746d2a00) 1 round;
      }
      .u-menu .closebtn{
        border: none;
      }
      .u-menu2 a{
        /* background-color: #3b220098; */
        color: #f3e6b1;
        border-top: #f3e6b1f6 0.4vh solid;
        border-image: linear-gradient(to left, #746d2a00,#746d2a00, #eee1ac,#746d2a00,#746d2a00) 1 round;

      }

      #none{
        border: none;
      }

      .u-menu a:hover , .u-menu2 a:hover, .u-menu summary:hover{
        background-color: #3b2200;
        color: #96b369;
        font-size: 26px;
      }
      
      .u-menu .closebtn {
        position: absolute;
        width: 40px;
        top: 0;
        right: 25px;
        margin-left: 50px;
      }


@media screen and (max-width:1000px) {
  #open{width: 60%; font-size: 25px;}
  .menu-img{width: 14%; margin-top: 1.2vh;}

}
@media screen and (max-width:550px) {
  #open{font-size: 15px;}
  .menu-img{width: 19%;}
  .u-menu{background-color: #3b2200;}
  .u-menu a , .u-menu summary{font-size: 15px;}
  .u-menu a:hover , .u-menu2 a:hover, .u-menu summary:hover{ font-size: 17px;}

}
