.hs-tools-menu.hs-collapsed {display:none;}
.menu-icon-wrapper {    
    top: 0;
    right: 0;
    width: 60px;
    text-align: center;
    padding-top: 30px;   
    position: fixed;
    z-index: 12;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
body.nav-active .menu-icon-wrapper {
  height: 100vh;
  background: #FDB694;
 
}
 .menu-icon {
    /* height: 30px;
    width: 30px;
    position: absolute;
    z-index: 2;
    right: 25px;
    top: 30px;
    cursor: pointer; */
    height:30px;
    width: 30px;
  }
  .menu-icon__line {
    height: 4px;
    width: 30px;
    display: block;
    background-color: #FC2B1C;
    margin-bottom: 4px;
    transition: transform 0.2s ease, background-color 0.5s ease;
  }
  .menu-icon__line-right {
    width: 15px;
  }
  
  .nav {
    position: fixed;
    z-index: 11;
  }
  .nav:before, .nav:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(252, 43, 28, 0.2);
    z-index: 3;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transform: translateX(200%) translateY(0%);
    top:0;
  }
  .nav:after {
    background: #FC2A1C;
    transition-delay: 0s;
    /* border-right: 150px solid #FDB694; */
  }
  .nav:before {
    transition-delay: 0.1s;
  }
  .nav__content {
    position: fixed;
    top: 40%;
    transform: translate(70%, -50%);
    width: 55%;
    text-align: center;
    font-size: calc(2vw + 10px);
    font-weight: 200;
    cursor: pointer;
    visibility: hidden;
    z-index:15;
    padding-top:80px;
  }
  .nav__list {
    margin:0;
    padding:0;
  }
  .nav__list-item, .nav__list-heading {
    position: relative;
    display: block;
    transition-delay: 0.8s;
    opacity: 0;
    transform: translate(0%, 100%);
    transition: opacity 0.2s ease, transform 0.3s ease;
    margin-right: 0;
    color:white;
    text-align: left;
    margin-bottom:10px;
    z-index:22px;
  }
  .nav__list-item__link, .nav__list-heading {
    color:#FDB694;
    text-transform:uppercase;
    font-weight:400;
    font-size:30px;
    transition:0.7s;
    text-decoration: none;
  }
  .nav__list-heading {
    font-size:40px;
    font-weight: 500;
    margin-bottom: 2rem;
  }
  .nav__list-item__link:hover, .nav__list-item__link:active, .nav__list-item__link:focus {
    color:#fff !important;
  }
  /* .nav__list-item:before {
    content: "";
    position: absolute;
    background: #000000;
    width: 20px;
    height: 1px;
    top: 100%;
    transform: translate(0%, 0%);
    transition: all 0.3s ease;
    z-index: -1;
  }
  .nav__list-item:hover:before {
    width: 100%;
  } */

  body.nav-active {overflow: hidden;}
  
  body.nav-active .menu-icon__line {
    background-color: #FC2B1C;
    transform: rotate(-45deg) translateY(-5px);
  }
  body.nav-active .menu-icon__line-left {
    transform: rotate(45deg) translateY(5px);
  }
  body.nav-active .menu-icon__line-right {
    opacity:0;
  }
  body.nav-active .nav {
    visibility: visible;
  }
  body.nav-active .nav:before, body.nav-active .nav:after {
    transform: translateX(30%) translateY(0%);
  }
  body.nav-active .nav:after {
    transition-delay: 0.1s;
  }
  body.nav-active .nav:before {
    transition-delay: 0s;
  }
  body.nav-active .nav__list-item {
    opacity: 1;
    transform: translateX(0%);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
  }
  body.nav-active .nav__list-item:nth-child(0) {
    transition-delay: 0.5s;
  }
  body.nav-active .nav__list-item:nth-child(1) {
    transition-delay: 0.6s;
  }
  body.nav-active .nav__list-item:nth-child(2) {
    transition-delay: 0.7s;
  }
  body.nav-active .nav__list-item:nth-child(3) {
    transition-delay: 0.8s;
  }
  body.nav-active .nav__list-item:nth-child(4) {
    transition-delay: 0.9s;
  }
  body.nav-active .nav__list-item:nth-child(5) {
    transition-delay: 1s;
  }
  body.nav-active .nav__list-item:nth-child(6) {
    transition-delay: 1.1s;
  }
  body.nav-active .nav__list-item:nth-child(7) {
    transition-delay: 1.2s;
  }
  body.nav-active .nav__list-item:nth-child(8) {
    transition-delay: 1.3s;
  }
  body.nav-active .nav__list-item:nth-child(9) {
    transition-delay: 1.4s;
  }
  body.nav-active .nav__list-item:nth-child(10) {
    transition-delay: 1.5s;
  }
  body.nav-active .nav__list-item:nth-child(11) {
    transition-delay: 1.6s;
  }
  body.nav-active .nav__list-item:nth-child(12) {
    transition-delay: 1.7s;
  }
  body.nav-active .nav__list-item:nth-child(13) {
    transition-delay: 1.8s;
  }
  body.nav-active .nav__list-item:nth-child(14) {
    transition-delay: 1.9s;
  }
  body.nav-active .nav__list-item:nth-child(15) {
    transition-delay: 2s;
  }
  
  body.nav-active .nav .nav__content {
    visibility: visible;
  }


  @media (max-width: 1024px) {
    .menu-icon-wrapper {
        padding-top: 40px;
    }
    .nav:before, .nav:after {width:100vw;}
    body.nav-active .nav:before, body.nav-active .nav:after {
      transform: translateX(0%) translateY(0%);
      left:0;
    }
    .nav__content {
      transform: translate(7%, -50%);
      padding-top:0;
    }
    .nav__list-item, .nav__list-heading {
      margin-bottom:20px;      
    }
    .nav__list-heading {
      font-size:40px;
      font-weight:800;
    }
    .nav__list-item__link, .nav__list-heading {
      font-size:25px;
      margin-left:0;
    }
    .nav__list-heading {font-size:30px; margin-bottom: 1rem;}
    .nav__content {top:40%; width:90%;}
    body.nav-active .menu-icon-wrapper {background:transparent;}
    body.nav-active .menu-icon__line {background-color:#FDB694;}
  }

  /* @media (min-width: 769px) and (max-width:1024px) {
    .nav__content {top:50%;}
  } */

  @media (max-width: 485px) {
  .nav__content {top:45%;}
  }