.menu-container {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2999;
      background: transparent;
      width: 100%;
      height: 95px;
}

.drop-shadow {
      -webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
      box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
}
nav {
      padding-left: 0;
      padding-right: 0;
      display: block;
}

.logo {
      float: left;
      padding: 0;
      margin-left: 0;
      margin-top: 0;
      background: #fff;/*000e15*/
      width: 92px;
      height: 95px;
      display: block;
}

.logo img {
      width: 70px;
      height: 49px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      transform: translate(10%, 50%);
}

nav ul {
      position: absolute;
      right: 50px;
      top: 35px;
}

nav ul li {
      display: inline-block;
      float: left;
}

nav ul li:not(:first-child) {
      margin-left: 48px;
}

nav ul li:last-child {
      margin-right: 24px;
}

nav ul li a {
      display: inline-block;
      outline: none;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 1.2px;
      font-weight: 600;
}

nav a:hover {
      color: #00aadf;
      text-decoration: none;
      transition: all ease-in-out 0.3s;
      -webkit-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
}

@media screen and (max-width: 864px) {
      .logo {
            padding: 0;
      }

      .nav-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background: #fff;
            opacity: 0;
            transition: all 0.2s ease;
      }

      .nav-wrapper ul {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
      }

      .nav-wrapper ul li {
            display: block;
            float: none;
            width: 100%;
            text-align: right;
            margin-bottom: 10px;
      }

      .nav-wrapper ul li:nth-child(1) a {
            transition-delay: 0.2s;
      }

      .nav-wrapper ul li:nth-child(2) a {
            transition-delay: 0.3s;
      }

      .nav-wrapper ul li:nth-child(3) a {
            transition-delay: 0.4s;
      }

      .nav-wrapper ul li:nth-child(4) a {
            transition-delay: 0.5s;
      }

      .nav-wrapper ul li:not(:first-child) {
            margin-left: 0;
      }

      .nav-wrapper ul li a {
            padding: 10px 24px;
            opacity: 0;
            color: #000;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1.2px;
            transform: translateX(-20px);
            transition: all 0.2s ease;
      }

      .nav-btn {
            position: fixed;
            right: 10px;
            top: 10px;
            display: block;
            width: 48px;
            height: 48px;
            cursor: pointer;
            z-index: 9999;
            border-radius: 50%;
      }

      .nav-btn i {
            display: block;
            width: 20px;
            height: 2px;
            background: #000;
            border-radius: 2px;
            margin-left: 14px;
      }

      .nav-btn i:nth-child(1) {
            margin-top: 16px;
      }

      .nav-btn i:nth-child(2) {
            margin-top: 4px;
            opacity: 1;
      }

      .nav-btn i:nth-child(3) {
            margin-top: 4px;
      }

      nav a:hover {
            color: #00aadf;
            text-decoration: none;
            transition: all ease-in-out 0.3s;
            -webkit-transition: all ease-in-out 0.3s;
            -o-transition: all ease-in-out 0.3s;
            -ms-transition: all ease-in-out 0.3s;
            -moz-transition: all ease-in-out 0.3s;
      }

      .arrow-down {
            display: none;
      }
}

#nav:checked + .nav-btn {
      transform: rotate(45deg);
}

#nav:checked + .nav-btn i {
      background: #000;
      transition: transform 0.2s ease;
}

#nav:checked + .nav-btn i:nth-child(1) {
      transform: translateY(6px) rotate(180deg);
}

#nav:checked + .nav-btn i:nth-child(2) {
      opacity: 0;
}

#nav:checked + .nav-btn i:nth-child(3) {
      transform: translateY(-6px) rotate(90deg);
}

#nav:checked ~ .nav-wrapper {
      z-index: 9990;
      opacity: 1;
}

#nav:checked ~ .nav-wrapper ul li a {
      opacity: 1;
      transform: translateX(0);
}

.hidden {
      display: none;
}

/* animation */
.label-1 {
      position: relative;
      width: 14%;
}

.label-1 h3 {
      text-align: center;
      color: grey;
      display: block;
      opacity: 0;
      animation: appear-text 0.0001s linear forwards;
      animation-delay: 2.2s;
}

.label-1:after {
      content: "";
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background: #000e15;
      position: absolute;
      animation: rev-block 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
      animation-delay: 1s;
}

.label-2:after {
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000e15;
      position: absolute;
      animation: rev-block-next 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
      animation-delay: 1s;
}

.label-2 {
      position: relative;
      width: 14%;
}

.label-3:after {
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      position: absolute;
      animation: rev-block-next 2.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
      animation-delay: 1.3s;
}

.label-3 {
      position: relative;
      width: 14%;
}

.label-4:after {
      content: "";
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background: #00aadf;
      position: absolute;
      animation: rev-block-next__ 2.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
      animation-delay: 2.3s;
}

.label-4 {
      position: relative;
      width: 14%;
}

@keyframes rev-block {
      0% {
            left: 0%;
            width: 0%;
      }
      50% {
            left: 0%;
            width: 100%;
      }
      100% {
            left: 93.2%;
            width: 0%;
      }
}

@keyframes rev-block-next {
      0% {
            left: 0%;
            width: 0%;
      }
      50% {
            left: 0%;
            width: 100%;
      }
      100% {
            left: 100%;
            width: 0%;
      }
}

@keyframes rev-block-next__ {
      0% {
            left: 0%;
            width: 0%;
      }
      50% {
            left: 0%;
            width: 36%;
      }
      100% {
            left: 36%;
            width: 0%;
      }
}
.content-right {
      padding: 10% 5%;
      box-sizing: border-box;
      width: 50%;
      height: 100vh;
      background: #ccc;
      float: right;
}

.img-block-center {
      width: 50%;
      height: auto;
      background: transparent;
      display: block;
      z-index: 9999;
      position: absolute;
      top: 10%;
      right: 45%;
}

.img-block-center img {
      background: transparent;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 100%;
      display: flex;
}

.paragraph-right-title {
      width: 35%;
      height: auto;
      position: absolute;
      right: 60px;
      top: 25%;
      font-weight: 700;
      font-size: 48px;
      text-transform: uppercase;
}
.paragraph-right {
      width: 35%;
      height: auto;
      position: absolute;
      right: 60px;
      top: 55%;
      font-weight: 400;
}


/* The Modal (background) */
.modal {
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(225,225,225); /* Fallback color */
  background-color: rgba(225,225,225,0.6); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 0 auto; /* 15% from the top and centered */
  padding: 0;
  width: 80%; /* Could be more or less, depending on screen size */
  z-index: 2;
  margin-top: 30px;
}

/* The Close Button */
.close-modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 30px;
}

.close-modal:hover,
.close-modal:focus {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}

.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);    
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '3');
    filter: blur(3px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}

.skew {
      /*margin-top: -200px;*/
      padding: 200px 0;
      transform: skew(0deg, -10deg);
      background-color: #011017;
      position: relative;
      top: -200px;
      left: 0;
}

.skew-content {
      text-align: center;
      transform: skew(0deg, 10deg);
      color: #fff;
      padding-top: 100px;
      /*padding-bottom: 100px;*/
}

.skew-content h1 {
      font-weight: lighter;
      font-size: 40px;
      text-transform: capitalize;
      margin-top: 45px;
}

.skew-content p {
      font-weight: lighter;
      font-size: 20px;
      width: 85%;
      margin: 35px auto 0 auto;
}
@-webkit-keyframes slideDownSkew{
      0%{
            -webkit-transform:translate3d(0,-100%,0);
            transform:translate3d(0,-100%,0), skew(0deg, 0deg);
            -webkit-transform:translate3d(0,-100%,0), skew(0deg, 0deg);
      }
      100%{
            -webkit-transform: skew(0deg, -10deg);
      }
}

@keyframes slideDownSkew{
      0%{
            -webkit-transform:translate3d(0,-100%,0);
            transform:translate3d(0,-100%,0), transform: skew(0deg, 0deg);
      }
      100%{
            -webkit-transform:transform: skew(0deg, -10deg);
      }
}
.slideDownSkew{
      -webkit-animation-name:slideDownSkew;
      animation-name:slideDownSkew
}

.active {
  border-top: 3px solid #00aadf;
  color: #fff;
  padding: 4px 12px;
  margin-top: -8px;
  transition: all ease-in-out 0.3s;
}

.long-arrow-down {
      width: 60px;
      height: 120px;
      background: transparent;
      position: absolute;
      left: 100px;
      top: 130%;
}

.long-arrow-down i {
      font-size: 50px;
      color: #ccc;
      font-weight: 200;
}