/* ---- reset ---- */

body {
    margin: 0;
    font: normal 16px 'Proxima Nova', Georgia, sans-serif;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

strong {
  font-weight: 600;
}

h1,h2,h3,h4,h5 {
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
}

h5.case-study {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  background-color: #009bff;
  border-radius: 5px;
  padding: 4px 6px;
  display: inline-block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  h5.case-study {
    font-size: 0.6rem;
  }
}

.navbar {
  padding: 1.9rem 3rem;
  z-index: 99;
  transition: all .5s cubic-bezier(.25,.8,.25,1);
}
.navbar::after {
  content: " ";
  position: absolute;
  right: 0px;
  top: -68px;
  transition: all 0.5s cubic-bezier(.25,.8,.25,1);
  transform: rotate(90deg);
  transform-origin: right bottom;
  -o-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  box-shadow: none;
  background-color: #fff;
  z-index: -1;
  width: 550px;
  height: 200px;
}
.navbar.scrolled {
  padding: 1rem 3rem;
  color: #000;
  /*background-color: #fff;
  box-shadow: 0 0 50px rgba(0,0,0,.1);*/
}
.navbar.scrolled::after {
  box-shadow: 0 0 50px rgba(0,0,0,.1);
  transform: rotate(14deg);
}
.navbar.open.scrolled {
  background-color: transparent;
  box-shadow: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  .navbar.scrolled::after {
    transform: rotate(0deg);
    top: -112px;
  }
}
/* nav button */
.nav-button {
  width: 30px;
  height: 19px;
  display: block;
  cursor: pointer;
  position: relative;
  will-change: transform;
  margin-left: auto;
  z-index: 400;
  margin-left: 20px;
}
.nav-button:before {
  content: "";
  position: absolute;
  height: 67px;
  width: 70px;
  left: -21px;
  top: -21px;
}
.nav-line {
  position: absolute;
  background-color: #000;
  border: 1px solid rgba(255,255,255,0.25);
  width: 100%;
  height: 3px;
  left: 0;
  transition: all .5s cubic-bezier(.25,.8,.25,1);
  will-change: transform;
}
.nav-line-1 {
  top: 0;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.nav-line-2 {
  top: 8px;
  visibility: inherit;
  opacity: 1;
  transform: translate3d(0px, 0px, 100px);
}
.nav-line-3 {
  top: 16px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.nav-button.open .nav-line-1 {
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 8);
}
.nav-button.open .nav-line-2 {
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0px, 0px, 100px) scale(0, 0);
  transition: none;
}
.nav-button.open .nav-line-3 {
      transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -8);
}


/* Hero nav */
.hero-menu-wrapper {
  position: fixed;
  background-color: #fff;
  background-image: url(../img/bg-image.jpg);
  z-index: 98;
  height: 100%;
  width: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .5s cubic-bezier(.25,.8,.25,1);
  pointer-events: none;
}
.hero-menu-wrapper.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  border-bottom: 20px solid #000;
  overflow-y: ;
  overflow-x: hidden;
}
.hero-menu-wrapper.open .bg-shape-1 {
  position: fixed;
}

.hero-menu-wrapper .hero-menu{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -80%;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.hero-menu-wrapper .hero-menu li a.link{
  outline: none;
  text-decoration: none;
  position: relative;
  font-size: 3rem;
  line-height: 1.9;
  color: #9e9ba4;
  display: inline-block;
  letter-spacing: -0.2px;
}

.hero-menu-wrapper .hero-menu li a.link.link--kukuri {
  text-transform: uppercase;
  overflow: hidden;
  line-height: 1.00;
  color: #b2b0a9;
}

@media screen and (max-width: 990px) {
  .hero-menu-wrapper .hero-menu{
    text-align: center;
  }
  .hero-menu-wrapper .hero-menu li a.link{
    font-size: 2rem;
  }
  .hero-menu-wrapper .hero-menu li a.link.link--kukuri {
    line-height: 1.4;
  }
}
@media screen and (max-width: 560px) {
  .hero-menu-wrapper .hero-menu li a.link{
    font-size: 1.4rem;
  }
}

.hero-menu-wrapper .hero-menu li a.link.link--kukuri:hover {
  color: #b2b0a9;
}

.hero-menu-wrapper .hero-menu li a.link.link--kukuri::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 100%;
  top: 50%;
  margin-top: -8px;
  right: 0;
  background: #F9F9F9;
  transform: translate3d(-100%,0,0);
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.hero-menu-wrapper .hero-menu li a.link.link--kukuri:hover::after {
  transform: translate3d(100%,0,0);
}

.hero-menu-wrapper .hero-menu li a.link.link--kukuri::before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  color: #000;
  white-space: nowrap;
  width: 0%;
  transition: width 0.3s 0.3s;
}

.hero-menu-wrapper .hero-menu li a.link.link--kukuri:hover::before {
  width: 100%;
}

.hero-menu-wrapper.open .hero-menu{
  margin-top: -0px;
}


.hero {
  position: relative;
  height: 80vh;
  transform: translate3d(0px, 0px, 0px);
  color: #fff;
  background-image: url(../img/bg-image.jpg);
  background-image: url(../img/workshop1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero .container {
  height: 100%;
  position: relative;
  z-index: 10;
  pointer-events: none;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.hero .container .row {
  height: 100%;
}

.hero h1 {
  text-transform: uppercase;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    /*background-color: #b61924;*/
}

.title-block {
  width: 1200px;
  height: 1200px;
  display: block;
  background-color: #009BFF;
  background-color: rgba(0,155,255,0.46);
  position: absolute;
  top: 50%;
  margin-top: -600px;
  left: -1000px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=-0.8509, M21=0.8509, M22=0.52532);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=-0.8509, M21=0.8509, M22=0.52532)";
  zoom: 1;
  z-index: -1;
  box-shadow: 0 0 12px rgba(0, 0, 0, .25);
}

.triangle {
    background-color: #009bff;
    background: -moz-linear-gradient(-45deg, #009bff 0%, #006aff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #009bff 0%,#006aff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #009bff 0%,#006aff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bff', endColorstr='#006aff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background: url(https://images.unsplash.com/photo-1505860421472-7d74e0b4d98a?ixlib=rb-0.3.5…jEyMDd9&s=8416687…&auto=format&fit=crop&w=834&q=80) no-repeat center center;
    background-size: cover;
}


/* MODULES */
.module {
    padding-top: 4.41666667rem;
    padding-right: 0;
    padding-bottom: 4.41666667rem;
    padding-left: 0;
}
.module-black {
  background-color: #000;
  color: #fff;
}
.module-emph {
  font-size: 1.55rem;
}
.module-emph p {
  margin-bottom: 0;
}

/* Partners logos */
.partners {
  position: relative;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 35px;
  margin-bottom: 30px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.partners .partner-label {
  font-size: 0.7rem;
  color: #999;
  position: absolute;
  left: 0;
  width: 100%;
  top: -18px;
}
.partners .partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners .partner-logo img {
  width: 100%;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .partners .partner-label {
    text-align: center;
  }
}

/* BUTTONS */
.btn {
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.4s;
  padding-left: 20px;
  padding-right: 20px;
  border-color: transparent;
}
.btn-dark {
  background-color: #000;
  color: #fff;
}
.btn-blue {
  background-color: #009bff;
  color: #fff;
}
.btn-blue:hover {
  background-color: #009bff;
  color: #fff;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
  transform: scale(1.0625);
}

/* bckground-colors */
.bg-black {
  background-color: #000;
  color: #fff;
}
.bg-blue {
  background-color: #009bff;
  color: #fff;
}
.bg-grey {
  background-color: #f8f8f8;
}
.bg-grey::after {
  content: " ";
  background-color: #f8f8f8;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
}

/* featured section */
section {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.featured {
  overflow: hidden;
}
.featured .col {
  height: 100vh;
  max-height: 960px;
}
.featured .featured-content {
  padding: 8rem 6rem;
  max-width: 825px;
  z-index: 9;
}
.featured .featured-content h2 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.featured .featured-content p.lead {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 960px) {
  .featured .featured-content h2 {
    font-size: 2.1rem;
    text-align: center;
  }
  .featured .featured-content p.lead {
    font-size: 1rem;
    text-align: center;
  }
}
.section-figure {
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.featured .extended-right::after {
  content: " ";
  background-color: inherit;
  width: 170px;
  height: 150%;
  position: absolute;
  right: 0;
  z-index: 1;
  transform: rotate(-10deg);
  top: 0;
  transform-origin: top right;
}
.featured .extended-left .featured-content {
  margin-left: auto;
}
.featured .extended-left::after {
  content: " ";
  background-color: inherit;
  width: 200px;
  height: 150%;
  position: absolute;
  left: 0;
  z-index: 1;
  transform: rotate(10deg);
  top: 0;
  transform-origin: top left;
}

@media screen and (max-width: 767px) {
  .featured .col {
    min-height: 90vh;
  }
  .featured .col.triangle {
    min-height: 50vh;
  }
  .featured .featured-content {
    padding: 4rem 3rem;
    margin-bottom: auto;
    text-align: center;
  }
  .featured .extended-left .featured-content {
    margin-left: 0;
  }
  .featured .extended-left::after {
    width: 150%;
    height: 100px;
    position: absolute;
    left: -25%;
    z-index: 1;
    transform: rotate(-7deg);
    bottom: auto;
    top: -85px;
    transform-origin: top right;
  }
  .featured .extended-right::after {
    width: 150%;
    height: 100px;
    position: absolute;
    left: -25%;
    z-index: 1;
    transform: rotate(-7deg);
    bottom: 15px;
    top: auto;
    transform-origin: top right;
  }
}

/* POPUP */


/* FOOTER */
.footer-upper {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #444;
  border-bottom: 10px solid #fff;
}
.footer-lower {
  height: 245px;
  background-color: #000;
  color: #fff;
  position: relative;
}
.title-block-footer {
  width: 400px;
  height: 400px;
  display: block;
  background-color: #009BFF;
  position: absolute;
  bottom: 0;
  margin-top: 0px;
  right: 0;
  transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  zoom: 1;
  z-index: 1;
  box-shadow: 0 0 12px rgba(0, 0, 0, .25);
}

/* SHAPES */
.bg-shape {
    position: absolute;
    z-index: 500;
    transform: translate3d(0,0,0);
    font-size: 15rem;
    height: 15rem;
    pointer-events: none;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    will-change: transform;
    z-index: 101;
}
.bg-shape-0 {
  left: 15rem;
  right: auto;
  top: -150px;
  fill: #009BFF;
}
.bg-shape-0 .cc-icon {
  transform: rotate(-45deg);
}
.hero .bg-shape-0 .cc-icon {
  transform: rotate(-330deg);
}

.bg-shape-1 {
  right: -50px;
  left: auto;
  bottom: -94px;
  fill: #fff;
}
.bg-shape-1 .cc-icon {
  transform: rotate(-125deg);
}

.bg-shape-logo {
  position: fixed;
  right: auto;
  top: -88px;
  fill: #fff;
  left: -6px;
  z-index: -1;
  font-size: 16rem;
  opacity: 0;
}
.bg-shape-logo .cc-icon {
  transform: rotate(-260deg);
  transition: all 0.4s;
}
.navbar-brand:hover .bg-shape-logo {
  left: -83px;
  fill: #009BFF;
  font-size: 18rem;
}
.navbar-brand:hover .bg-shape-logo .cc-icon {
  fill: #009BFF;
  transform: rotate(-128deg);
}

svg:not(:root) {
  overflow: hidden;
}
.bg-shape-svg {
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, .15));
  transform-origin: 50% 50%;
}
.cc-icon {
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
}

/* misc */
.noscroll {
  overflow: hidden;
}
