.monav{
    width: fit-content;
    height: fit-content;
    display: none;
  }
  .mnav li{
    padding: 15px;
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
    font-size: 1em;
  }
  .mnav li a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1em;
  }
  .mdropss{
    width: fit-content;
    height: fit-content;
    z-index: 111;
    display:none;
    background-color: rgb(172, 26, 26);
    border-radius:10px;
    position: relative;
    top: 15px;
  }
  .mdropss a{
    width: 100%;
    padding: 5px;
    display: block;
    text-align: center;
  }
  .mdrops a{
    width: 100%;
    padding: 7px;
    display: block;
    text-align: center;
  }
  .mdrops{
    width: fit-content;
    height: fit-content;
    display: none;
    z-index: 11111;
    background-color: rgb(172, 26, 26);
    border-radius: 10px;
    position: relative;
    top: 15px;
  }
  .m{
    width: 0vw;
    height: fit-content;
    background-color: black;
    position: absolute;
    top: 0%;
    z-index: 111111111;
    transition: all 0.9s;
  }
  .mr{
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 1%;
    left: 70vw;
    background-color: rgb(255, 255, 255);
    z-index: 1111111111111;
  }
  .mr .mc{
    width: 0px;
    height: 30px;
    transition: all 1s;
  }
  .mocontact{
    position: absolute;
    top: 7.2vh;
    left: 3vw;
    background-color: #324246;
    width: fit-content;
    height: fit-content;
    display: none;
    z-index: 111111111;
  }
  .margin{
    margin: 10px;
  }
  .blocking{
    display: block;
  }
  .mired{
    width: 25vw !important;
    height: fit-content;
    background-color: rgb(21, 29, 95) !important;
    padding: 5px;
    display: none;
    position: absolute;
    top: 5.5vh;
    right: 0.5vw;
  }
  .flexing{
    display: flex;
  }