/* =========================
   SIDEMENU ACTIVE
========================= */

.side-menu {
  position: fixed;
  top: 72px;
  right: -260px;
  width: 220px;
  height: 100vh;
  background: #050505;
  padding: 40px 24px;
  transition: right .35s ease;
  z-index: 999;
}

.side-menu.active {
  right: 0;
}

.side-menu a {
  display: block;
  margin-bottom: 22px;
  color: #d4af37;
  text-decoration: none;
  font-size: 1rem;
}

.menu-toggle,
.icon-btn {
  background: none;
  border: none;
  color: #111;
  cursor: pointer;
  font-size: 1.2rem;
}