

.nav-menu {
  position: absolute;
  right: 25px;
  top: 0;
}


.navicon {
  width: 100%;
  background: transparent;
  margin: 80px auto 40px;
  position: relative;
  height: 30px;
  width: 50px;
  display: block;
  z-index: 99;
  transition: linear 0.5s all;
}
.navicon:before, .navicon:after {
  background: #fff;
  backface-visibility: hidden;
  content: "";
  height: 2px;
  left: 0;
  transition: 0.8s ease;
  width: 35px;
}
.navicon:before {
  box-shadow: #fff 0 14px 0 0;
  position: absolute;
  top: 0;
}
.navicon:after {
  position: absolute;
  top: 28px;
}
.navicon--active {
  margin-top: 20px;
  transition: linear 0.5s all;
}
.navicon--active:before {
  box-shadow: transparent 0 0 0 0;
  top: 15px;
  transform: rotate(225deg);
}
.navicon--active:after {
  top: 15px;
  transform: rotate(315deg);
}
.toggle {
  position: relative;
  z-index: 111;
  display: block;
  margin: 20px auto;
  width: 30%;
  box-shadow: 0px 1px 0px 1px #fff;
      background-color: rgba(0, 0, 0, 0.70);
  padding: 48px 10px;
  display: block;
  opacity: 0;
  transition: ease-in 0.5s all;
  transform: translateY(-200%);
  min-width: 320px;
  border-radius: 7px;
}
.toggle--active {

  display: block;
  opacity: 1;
  transition: ease-in 0.5s all;
  transform: translateY(0);
}
.toggle__menu {
  padding-left: 0;
  margin-bottom: 25px;
}
.toggle__menu li {
  width: 90%;
  display: block;
  margin: 10px auto;
}
.toggle__menu li a {
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: linear 0.5s all;
  font-weight: 400;
  padding: 5px 0;
}
.toggle__menu li a span {
  text-transform: lowercase;
}
.toggle__menu li a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
  letter-spacing: 3px;
  transition: linear 0.5s all;
  transform: scale(1.15);
  font-weight: 400;
}
.social {
  display: block;
  width: 70%;
  margin: 25px auto;
  text-align: center;
  font-size: 0;
  padding-left: 0;
}
.social li {
  display: inline-block;
  width: 18%;
  text-align: center;
}
.social li a {
  text-align: center;
  color: #cacaca;
  font-size: 25px;
  transition: linear 0.5s all;
  transform: scale(1);
}

.social .fa{
  
  color: #fff;;
  transition: transform 2s;
}

.social .fa:hover {

  color: #fff;
  transform: scale(1.30);
  font-weight: 400;
}

/*.social .fa {
  color: #ccc;
}

.social .fa:hover {
  color: #ccc;
}*/
