/* -------------------------------- 

Primary style

-------------------------------- */

@font-face {
  font-family: "Product sans";
  src: url("../assets/fonts/Product-Sans-Bold.ttf");
}
@font-face {
  font-family: "Product sans regular";
  src: url("../assets/fonts/Product-Sans-Regular.ttf");
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  margin: 0;
  /* font-family: "Open Sans", sans-serif; */
  color: #ffffff;
  background-color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}
@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
}

a {
  color: white;
  text-decoration: none;
  cursor: url("../img/square-active.png") 20 20, auto !important;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
@media only screen and (min-width: 1050px) {
  body[data-hijacking="on"] {
    overflow: hidden;
  }
}
.section-1 .content-section-1,
.section-2 .content-section-2,
.section-3 .content-section-3,
.section-4 .content-section-4 {
  height: 100vh;
  position: relative;
}
#icon {
  display: none;
}
.section-1 img {
  object-position: 50% 50%;
  transition: 1s ease;
  height: 100%;
  width: 100%;
  padding: 220px 30%;
  box-sizing: border-box;
}
.anim-text p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.anim-text {
  padding: 40vh 40px;
  font-family: "Product sans regular";
  color: white;
  font-size: 20px;
  line-height: 40px;
  text-align: left;
  /* bottom: 0;
  position: absolute; */
}
.container-anim {
  display: none;
}
.text-description {
  font-family: "Product sans";
  font-size: 22px;
  line-height: 32px;
  padding: 18%;
  margin: 0;
}
.contact-left {
  padding: 40px 60px;
}
.contact-left h2 {
  font-family: "Product sans";
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.contact-left span {
  font-size: 16px;
  margin: 4px 0 20px;
  font-family: "Product sans regular";
  color: rgba(255, 255, 255, 0.6);
  display: block;
}
.margin-mobile {
  margin-top: 40px !important;
}
.contact-left p {
  font-size: 14px;
  font-family: "Product sans regular";
  margin: 0 0 10px;
}
.fixed-content {
  z-index: 9;
  position: fixed;
  right: 0;
  bottom: 0;
}
.fixed-content .social-media {
  position: absolute;
  bottom: 90px;
  right: -90px;
  transform: rotate(-90deg);
}
.fixed-content .social-media a {
  color: white;
  font-family: "Product sans";
  /* font-family: "Merriweather Sans", sans-serif; */
  margin-left: 64px;
  font-size: 12px;
  letter-spacing: 1px;
}

.cd-section {
  height: 100vh;
}
/* .cd-section h2 {
  line-height: 100vh;
  text-align: center;
  font-size: 2.4rem;
} */
.cd-section:first-of-type > div {
  background-color: #000000;
}
/* .cd-section:first-of-type > div::before {
  content: "Effects not visible on mobile!";
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20px;
  z-index: 2;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #6a7083;
} */
.cd-section:nth-of-type(2) > div {
  background-color: #2e5367;
}
.cd-section:nth-of-type(3) > div {
  background-color: #267481;
}
.cd-section:nth-of-type(4) > div {
  background-color: #fcb052;
}
.cd-section:nth-of-type(5) > div {
  background-color: #f06a59;
}
[data-animation="parallax"] .cd-section > div,
[data-animation="fixed"] .cd-section > div,
[data-animation="opacity"] .cd-section > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
[data-animation="parallax"] .cd-section:first-of-type > div,
[data-animation="fixed"] .cd-section:first-of-type > div,
[data-animation="opacity"] .cd-section:first-of-type > div {
  background-image: url("http://pixelmonkeys.be/img/2.png");
}
[data-animation="parallax"] .cd-section:nth-of-type(2) > div,
[data-animation="fixed"] .cd-section:nth-of-type(2) > div,
[data-animation="opacity"] .cd-section:nth-of-type(2) > div {
  background-image: url("../img/mob1.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(3) > div,
[data-animation="fixed"] .cd-section:nth-of-type(3) > div,
[data-animation="opacity"] .cd-section:nth-of-type(3) > div {
  background-image: url("../img/mob2.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(4) > div,
[data-animation="fixed"] .cd-section:nth-of-type(4) > div,
[data-animation="opacity"] .cd-section:nth-of-type(4) > div {
  background-image: url("../img/mob3b.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(5) > div,
[data-animation="fixed"] .cd-section:nth-of-type(5) > div,
[data-animation="opacity"] .cd-section:nth-of-type(5) > div {
  background-image: url("../img/img-5.jpg");
}
form.contact {
  padding: 0 60px;
}
input::placeholder,
textarea::placeholder {
  color: white;
}
.wpcf7-form label {
  width: 100% !important;
}
.wpcf7-text,
.name-input,
.email-input,
.wpcf7-textarea,
.message-input {
  background-color: rgba(255, 255, 255, 0) !important;
  color: white !important;
  border: none !important;
  border-bottom: 1px solid white !important;
  padding: 15px 0 !important;
  width: 100% !important;
  font-size: 14px !important;
  font-family: "Product sans" !important;
  margin-bottom: 10px !important;
  border-radius: 0 !important;
  outline: none;
  letter-spacing: 1px;
}
.wpcf7-text:focus,
.name-input:focus,
.email-input:focus,
.wpcf7-textarea:focus,
.message-input:focus {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.wpcf7-textarea,
.message-input {
  resize: none !important;
  height: 110px !important;
}
.wpcf7-submit,
.submit-btn {
  float: right !important;
  text-align: right !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border: none !important;
  color: white !important;
  /* text-transform: uppercase !important; */
  font-size: 16px !important;
  font-family: "Product sans regular" !important;
  letter-spacing: 2px !important;
  position: relative !important;
  padding-right: 0px !important;
}
.wpcf7-submit::after,
.submit-btn::after {
  content: "" !important;
  width: 16px !important;
  height: 20px !important;
  background-image: url("assets/img/arrow-right.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: inline-block !important;
  position: absolute !important;
  top: 2px !important;
  right: -10px !important;
}
.social-media a {
  position: relative;
  cursor: none !important;
}
.social-media a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -12px;
  right: 11px;
  height: 42px;
  width: 42px;
  border: 1px solid white;
  opacity: 0;
}
.social-media a:hover::after {
  opacity: 1;
}
@media only screen and (min-width: 1050px) {
  body {
    cursor: url("../img/square.png"), auto;
  }
  .container-anim {
    background-color: black;
    height: 450vh;
    display: block;
  }
  .loader {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    text-align: center;
    animation: fade-icon 1.6s normal forwards ease-in-out;
  }
  .monkey-icon {
    position: absolute;
    width: 90px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -45px;
    display: inline-block;
    filter: invert();
    animation: fade-icon 1.4s normal forwards ease-in-out;
  }
  .monkey-icon img {
    width: 90px !important;
  }
  @keyframes fade-icon {
    0% {
      opacity: 1;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .fixed-content {
    z-index: 9;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 400px;
  }
  .fixed-content .social-media {
    position: absolute;
    bottom: 50px;
    right: 60px;
    transform: initial;
  }
  .fixed-content .social-media a {
    color: white;
    font-family: "Product sans";
    /* font-family: "Merriweather Sans", sans-serif; */
    margin-left: 64px;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .section-1 .content-section-1,
  .section-2 .content-section-2,
  .section-3 .content-section-3,
  .section-4 .content-section-4 {
    height: 100vh;
    position: relative;
  }
  .section-1 img {
    object-position: 50% 50%;
    transition: 1s ease;
    height: 100%;
    width: 100%;
    padding: 220px 40%;
    box-sizing: border-box;
  }
  .anim-text {
    margin: 225px 180px;
    padding: 0;
    font-family: "Product sans regular";
    /* font-family: "Merriweather Sans", sans-serif; */
    font-weight: 700;
    color: white;
    font-size: 48px;
    line-height: 66px;
    text-align: left;
    bottom: 0;
    position: absolute;
  }
  .anim-text p {
    text-transform: initial;
    letter-spacing: 8px;
  }
  .contact-section {
    position: fixed;
    z-index: 7;
    /* top: 100vh; */
    height: 100vh;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-family: "Product sans";
    /* font-family: "Merriweather Sans", sans-serif; */
  }
  #icon {
    display: block;
    position: absolute;
    top: 50px;
    left: 50px;
    width: initial;
    height: 50px;
    padding: 0;
    cursor: url("../img/square-active.png") 20 20, auto !important;
  }
  .contact-left {
    float: left;
    width: 50%;
    padding: 10% 12% 100px;
    box-sizing: border-box;
  }
  .contact-left h2 {
    margin: 70px 0 0;
  }
  .contact-right {
    float: left;
    width: 50%;
    padding: 16% 12% 100px 110px;
    box-sizing: border-box;
  }
  .contact-right input {
    float: left;
    width: 100%;
  }
  .wpcf7-form label {
    width: 100% !important;
  }
  .wpcf7-text,
  .name-input,
  .email-input,
  .wpcf7-textarea,
  .message-input {
    background-color: rgba(255, 255, 255, 0) !important;
    color: white !important;
    border: none !important;
    border-bottom: 1px solid white !important;
    padding: 15px 0 !important;
    width: 100% !important;
    font-size: 14px !important;
    font-family: "Product sans" !important;
    margin-bottom: 30px !important;
    border-radius: 0 !important;
    outline: none;
    letter-spacing: 1px;
  }
  .wpcf7-text:focus,
  .name-input:focus,
  .email-input:focus,
  .wpcf7-textarea:focus,
  .message-input:focus {
    background-color: rgba(255, 255, 255, 0.05) !important;
  }
  .wpcf7-textarea,
  .message-input {
    resize: none !important;
    height: 110px !important;
  }
  .wpcf7-submit,
  .submit-btn {
    float: right !important;
    text-align: right !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border: none !important;
    color: white !important;
    /* text-transform: uppercase !important; */
    font-size: 20px !important;
    /* font-family: "Product sans regular" !important; */
    letter-spacing: 2px !important;
    position: relative !important;
    padding-right: 0px !important;
    font-family: "Product sans" !important;
    margin-top: -10px;
  }
  .wpcf7-submit::after,
  .submit-btn::after {
    content: "" !important;
    width: 16px !important;
    height: 20px !important;
    background-image: url("assets/img/arrow-right.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    position: absolute !important;
    top: 2px !important;
    right: -10px !important;
  }
  .text-description {
    font-family: "Product sans";
    font-size: 25px;
    line-height: 35px;
    padding: 20% 49% 10% 180px;
  }
  .contact-left h2 {
    letter-spacing: 1px;
    font-size: 32px;
  }
  .contact-left span {
    margin: 4px 0 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
  }
  .margin-mobile {
    margin-top: 70px !important;
  }
  form.contact {
    padding: 0;
  }
  .contact-left p {
    font-size: 18px;
  }
  /* .cd-section h2 {
    font-size: 4rem;
    font-weight: 300;
  } */
  [data-hijacking="on"] .cd-section {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  [data-hijacking="on"] .cd-section > div {
    visibility: visible;
  }
  [data-hijacking="off"] .cd-section > div {
    opacity: 0;
  }
  [data-animation="rotate"] .cd-section {
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1800px;
    -moz-perspective: 1800px;
    perspective: 1800px;
  }
  [data-hijacking="on"][data-animation="rotate"]
    .cd-section:not(:first-of-type) {
    -webkit-perspective-origin: center 0;
    -moz-perspective-origin: center 0;
    perspective-origin: center 0;
  }
  [data-animation="scaleDown"] .cd-section > div,
  [data-animation="gallery"] .cd-section > div,
  [data-animation="catch"] .cd-section > div {
    box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
  }
  [data-animation="opacity"] .cd-section.visible > div {
    z-index: 1;
  }
  [data-animation="parallax"] .cd-section:nth-of-type(2) > div,
  [data-animation="fixed"] .cd-section:nth-of-type(2) > div,
  [data-animation="opacity"] .cd-section:nth-of-type(2) > div {
    background-image: url("http://pixelmonkeys.be/img/1f.png");
  }
  [data-animation="parallax"] .cd-section:nth-of-type(3) > div,
  [data-animation="fixed"] .cd-section:nth-of-type(3) > div,
  [data-animation="opacity"] .cd-section:nth-of-type(3) > div {
    background-image: url("http://pixelmonkeys.be/img/4f.png");
  }
  [data-animation="parallax"] .cd-section:nth-of-type(4) > div,
  [data-animation="fixed"] .cd-section:nth-of-type(4) > div,
  [data-animation="opacity"] .cd-section:nth-of-type(4) > div {
    background-image: url("http://pixelmonkeys.be/img/3f.png");
  }
}

@media only screen and (min-width: 1050px) {
  .cd-section:first-of-type > div::before {
    display: none;
  }
}
@media only screen and (min-width: 1050px) {
  .cd-section > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  [data-hijacking="on"] .cd-section > div {
    position: absolute;
  }
  [data-animation="rotate"] .cd-section > div {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.cd-vertical-nav {
  /* lateral navigation */
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 20px;
  display: none;
  list-style: none;
}
.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/cd-icon-arrow.svg) no-repeat center center;
  border: 1px solid #ffffff00;
  box-sizing: initial;
}
.cd-vertical-nav a:hover {
  /* background-color: #00000040;
  border: 4px solid #00000010;
  box-sizing: initial; */
  border: 1px solid white;
  cursor: none !important;
}
.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 0px;
}
.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 1050px) {
  .cd-vertical-nav {
    display: block;
  }
}
@media only screen and (min-width: 1850px) {
  .anim-text {
    margin: 18% 300px;
    font-size: 80px;
    line-height: 100px;
  }
  .text-description {
    padding: 18% 58% 10% 14%;
  }
  .contact-left {
    padding: 14% 18% 100px;
  }
}
