body{
    overflow: hidden;
    
}
.menu-poppers{
    width: auto;
    height: 100%;
}

.btn-menu{
    width: 5vh;
    height: 100vh;
    background-color: rgb(105, 105, 105);
    display: block;
    text-decoration: none;
    color: aliceblue;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.btn-menu label{
    transform: rotate(-90deg);
    transform-origin: 2vh;
    margin: auto;
    position: relative;
    top: 50vh;
    text-transform: uppercase;
    font-weight: bold;
    /* background-color: red; */
}

.menu-open{
    width: 31vh;
    height: 100vh;
    background-color: rgb(48, 88, 122);
    position: absolute;
    left: -35vh;
    top: 0;
    /* display: none; */
    /* display: block; */
    cursor: pointer;
    z-index: 1;
    overflow-y: auto;
    transition: 1s;
}

ul.nav-group{
    margin-top: 13vh;
    list-style: none;
    color: #fff;
    padding: 0;
    margin-left: 3vh;
}

ul.nav-group li.menu-group{
    margin-bottom: 3vh;
    text-transform: uppercase;
    font-size: 1.5vh;
    font-weight: bold;
  
}

ul.nav-group li.menu-group ul{
    list-style: none;
    text-transform: none;
    font-weight: normal;
    padding: 0;
    color: rgb(152, 189, 221);
    font-size: 1.5vh;
    margin-top: 1vh;
}

ul.nav-group li.menu-group ul li {
    height: 3.5vh;
    line-height: 3.5vh;
    padding-left: 2vh;
    width: 95%;
    
    
}

ul.nav-group li.menu-group ul li:hover{
    background-color: rgb(83, 125, 161);
}

ul.nav-group li.menu-group ul li a{
    width: 100%;
    color: #fff;
    display: block;
    text-decoration: none;
}

.nav-container{
    width: 100%;
    height: 100vh;
    /* background-color: rgb(173, 173, 173); */
    padding: 10vh;
    font-size: 1.8vh;
    overflow-y: scroll;
}

a.btn-closemenu{
    margin-top: 8.5vh;
    color: #fff;
    position: relative;
    z-index: 2;
    display: block;
    float: right;
    margin-right: 2vh;
    text-decoration: none;
    font-size: 20px;
}

/* menu circle */

.menu-circle{
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 1052;
}
.menu-toggler {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    
    opacity: 0;
    cursor: pointer;
  }
  .menu-toggler:hover + label,
  .menu-toggler:hover + label:before,
  .menu-toggler:hover + label:after {
    background: rgb(36, 36, 36);
  }
  .menu-toggler:checked + label {
    background: transparent;
  }
  .menu-toggler:checked + label:before,
  .menu-toggler:checked + label:after {
    top: 0;
    width: 30px;
    transform-origin: 50% 50%;
  }
  .menu-toggler:checked + label:before {
    transform: rotate(45deg) translateY(-15px) translateX(-15px);
  }
  .menu-toggler:checked + label:after {
    transform: rotate(-45deg);
  }
  .menu-toggler:checked ~ ul .menu-item {
    opacity: 1;
  }
  .menu-toggler:checked ~ ul .menu-item:nth-child(1) {
    transform: rotate(0deg) translate(-110px);
  }
  .menu-toggler:checked ~ ul .menu-item:nth-child(2) {
    transform: rotate(60deg) translateX(-110px);
  }

  .menu-toggler:checked ~ ul .menu-item a {
    pointer-events: auto;
  }
  .menu-toggler + label {
    width: 30px;
    height: 5px;
    display: block;
    z-index: 1;
    border-radius: 2.5px;
    background:transparent;
    transition: transform 0.5s top 0.5s;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .menu-toggler + label:before,
  .menu-toggler + label:after {
    width: 30px;
    height: 5px;
    display: block;
    z-index: 1;
    border-radius: 2.5px;
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.5s top 0.5s;
    content: "";
    position: absolute;
    display: block;
    left: 0;
  }
  .menu-toggler + label:before {
    top: 10px;
  }
  .menu-toggler + label:after {
    top: -10px;
  }
  .menu-item:nth-child(1) a {
    transform: rotate(0deg);
    background-color: #57b930;
  }
  .menu-item:nth-child(2) a {
    transform: rotate(-60deg);
    background-color: #ff5f40;
    box-shadow:
  2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
  6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
  12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
  22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
  41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
  100px 100px 80px rgba(0, 0, 0, 0.07)
;
  }

  .menu-item {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    opacity: 0;
    transition: 0.5s;
  }
  .menu-item a {
    display: block;
    width: inherit;
    height: inherit;
    line-height: 80px;
    color: rgba(255, 255, 255, 0.993);
    background: rgba(24, 24, 24, 0.7);
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    pointer-events: none;
    transition: 0.2s;
  }
  .menu-item a:hover {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 40px;
    box-shadow:
    2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
    6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
    12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
    22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
    41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
    100px 100px 80px rgba(0, 0, 0, 0.07);
    border: 2px solid #fff
  }
  

  .blocker-la{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: black;
    opacity: .5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;


  }