@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap");
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

body {
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav_wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.social-link,
a {
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-family: "Alata", sans-serif;
  text-transform: capitalize;
  position: relative;
}

.social-link::after,
a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  left: 50%;
  position: absolute;
  -webkit-transition: width 0.3s, left 0.3s;
  transition: width 0.3s, left 0.3s;
  bottom: -8px;
}

.social-link:hover::after,
a:hover::after {
  left: 0;
  width: 100%;
}

header {
  height: 100vh;
  overflow-x: hidden;
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background: url("../images/mobile/image-hero.jpg") center top no-repeat;
  background-size: cover;
}

header .navbar {
  padding: 2.5rem 0;
}

header .navbar .nav_wrap {
  height: 25px;
  width: 86%;
  max-width: 1114px;
}

header .navbar .nav_wrap .logo {
  width: 150px;
}

header .navbar .nav_wrap nav {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #000000;
}

header .navbar .nav_wrap nav .menu-logo {
  padding: 2em;
}

header .navbar .nav_wrap nav .menu-logo .logo-1 {
  width: 150px;
}

header .navbar .nav_wrap nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 70%;
  margin: auto 0;
}

header .navbar .nav_wrap nav ul li {
  padding-top: 1.5em;
  margin-left: 2em;
}

header .navbar .nav_wrap nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
}

header .navbar .nav_wrap .active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 10;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

header .title-wrapper {
  width: 86%;
  max-width: 1140px;
  margin: 0 auto;
}

header .title-wrapper .title {
  max-width: 652px;
  word-wrap: break-word;
  padding: 20px;
  font-weight: 100;
  font-size: 2.5em;
  color: #fff;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  border: 2px solid #fff;
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.interactive {
  width: 86%;
  max-width: 111s4px;
  height: auto;
  padding-top: 6.25rem;
  padding-bottom: 3.25rem;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.interactive img {
  width: 100%;
  opacity: 0;
  max-width: 731px;
  display: block;
  margin-bottom: 3rem;
}

.interactive .interactive__content {
  width: 90%;
  max-width: 640px;
  background-color: #fff;
  opacity: 0;
}

.interactive .interactive__content h1 {
  margin-top: 0;
  margin-bottom: 13.5px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "Josefine Sans", sans-serif;
  font-weight: lighter;
}

.interactive .interactive__content p {
  font-size: 1.1em;
  margin-top: 0;
  color: #8c8c8c;
  text-align: center;
  line-height: 1.7;
  font-family: "Alata", sans-serif;
}

.creations {
  margin-bottom: 4.1rem;
}

.creations .creations_wrap {
  max-width: 1114px;
  width: 86%;
  margin: 0 auto;
}

.creations .creations_wrap h1 {
  font-size: 2rem;
  font-family: "Josefine Sans", sans-serif;
  font-weight: 100;
  margin: auto 0;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.creations .creations_wrap button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 2em auto;
  display: block;
  border-style: none;
  border: 1px solid;
  padding: 12px 2.4rem;
  background-color: inherit;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  color: inherit;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.creations .creations_wrap button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #000;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}

.creations .creations_wrap .creations_gallery {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 auto;
  padding: 1em 0;
  opacity: 0;
  display: -ms-grid;
  display: grid;
}

.creations .creations_wrap .creations_gallery ul {
  display: -ms-grid;
  display: grid;
  row-gap: 1.6em;
}

.creations .creations_wrap .creations_gallery ul li {
  display: block;
  position: relative;
  height: 7.75rem;
}

.creations .creations_wrap .creations_gallery ul li img {
  width: 100%;
  height: 100%;
}

.creations .creations_wrap .creations_gallery ul li h1 {
  font-family: "Josefine Sans", sans-serif;
  font-weight: 100;
  font-size: 1.5em;
  position: absolute;
  text-align: left;
  bottom: 1em;
  left: 1em;
  width: 50%;
  color: #fff;
}

.creations .creations_wrap .creations_gallery ul li::before {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(0, 0, 0, 0.5)), color-stop(65%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 15%, rgba(255, 255, 255, 0) 65%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.creations .creations_wrap .creations_gallery ol li {
  display: none;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 3.8em 0;
}

footer .footer-wrap {
  width: 86%;
  max-width: 1114px;
  margin: 0 auto;
}

footer .footer-wrap .logo {
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

footer .footer-wrap nav {
  margin-top: 1.5em;
  margin-bottom: 3.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-wrap nav ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.45rem;
  text-align: center;
}

footer .footer-wrap nav ul li a {
  color: #fff;
  font-size: 15px;
  font-family: "Alata", sans-serif;
  text-transform: capitalize;
}

footer .footer-wrap .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

footer .footer-wrap .social .social-link {
  position: relative;
}

footer .footer-wrap .copy {
  text-align: center;
  opacity: 0.5;
  font-size: 15px;
  margin: 1em 0;
  font-family: "Alata", sans-serif;
}

footer .footer-wrap .footer-attribution {
  font-size: 11px;
  text-align: center;
}

footer .footer-wrap .footer-attribution .footer-attribution__link {
  color: #3e52a3;
  font-size: 11px;
}

@media (min-width: 768px) {
  header {
    height: 100vh;
    width: 100%;
    background: url("../images/desktop/image-hero.jpg") center top no-repeat;
    background-size: cover;
  }
  header .navbar {
    padding: 3.5rem 0;
  }
  header .navbar .nav_wrap .burger {
    display: none;
  }
  header .navbar .nav_wrap .logo {
    width: 192px;
  }
  header .navbar .nav_wrap nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    height: 25px;
    width: 100%;
    background: none;
    -webkit-transform: none;
            transform: none;
    position: relative;
  }
  header .navbar .nav_wrap nav .menu-logo {
    display: none;
  }
  header .navbar .nav_wrap nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  header .navbar .nav_wrap nav ul li {
    margin: 0 0.5em;
    padding: 0 0.3em;
  }
  header .navbar .nav_wrap nav ul li a {
    text-transform: capitalize;
  }
  header .title-wrapper .title {
    font-size: 4.5em;
    padding: 40px;
  }
  .interactive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    max-width: 1114px;
  }
  .interactive img {
    width: 80%;
    margin: 0 auto;
  }
  .interactive .interactive__content {
    padding: 4rem;
    top: 320px;
  }
  .interactive .interactive__content h1 {
    font-size: 3rem;
  }
  .creations .creations_wrap {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .creations .creations_wrap h1 {
    -ms-grid-column-align: start;
        justify-self: start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .creations .creations_wrap button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
  .creations .creations_wrap .creations_gallery {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-column: 1/-1;
  }
  .creations .creations_wrap .creations_gallery ul {
    display: none;
  }
  .creations .creations_wrap .creations_gallery ol {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2rem;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .creations .creations_wrap .creations_gallery ol li {
    display: block;
    max-width: 256px;
    height: 450px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    font-size: 2rem;
    position: relative;
  }
  .creations .creations_wrap .creations_gallery ol li img {
    width: 100%;
    height: 100%;
  }
  .creations .creations_wrap .creations_gallery ol li h1 {
    color: #fff;
    position: absolute;
    font-family: "Josefine Sans", sans-serif;
    bottom: 0.6em;
    left: 0.5em;
    width: 90%;
    text-align: left;
  }
  .creations .creations_wrap .creations_gallery ol li::before {
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.6) 80%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  .creations .creations_wrap .creations_gallery ol li:hover::before {
    background-color: #ffffffc2;
    background-image: none;
  }
  .creations .creations_wrap .creations_gallery ol li:hover h1 {
    color: #000;
  }
  .creations .creations_wrap .creations_gallery .creations-subtitle {
    width: 90%;
  }
  footer {
    padding: 2.8em 0;
  }
  footer .footer-wrap {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    row-gap: 1.8rem;
  }
  footer .footer-wrap .logo {
    margin: 0;
  }
  footer .footer-wrap nav {
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .footer-wrap nav ul {
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
  }
  footer .footer-wrap .social {
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  footer .footer-wrap .copy {
    margin: 0;
    text-align: end;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  footer .footer-wrap .footer-attribution {
    grid-column: 1/-1;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media (min-width: 1080px) {
  .interactive {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
    max-width: 1114px;
  }
  .interactive img {
    width: 70%;
    margin-left: 0;
  }
  .interactive .interactive__content {
    padding: 6rem;
    position: absolute;
    right: -3rem;
    top: 280px;
  }
  .interactive .interactive__content h1 {
    font-size: 3rem;
    text-align: left;
  }
  .interactive .interactive__content p {
    text-align: left;
  }
  .creations .creations_wrap {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .creations .creations_wrap h1 {
    -ms-grid-column-align: start;
        justify-self: start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .creations .creations_wrap button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
  .creations .creations_wrap .creations_gallery {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-column: 1/-1;
  }
  .creations .creations_wrap .creations_gallery ul {
    display: none;
  }
  .creations .creations_wrap .creations_gallery ol {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2rem;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .creations .creations_wrap .creations_gallery ol li {
    display: block;
    max-width: 256px;
    height: 450px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    font-size: 2rem;
    position: relative;
  }
  .creations .creations_wrap .creations_gallery ol li img {
    width: 100%;
    height: 100%;
  }
  .creations .creations_wrap .creations_gallery ol li h1 {
    color: #fff;
    position: absolute;
    font-family: "Josefine Sans", sans-serif;
    bottom: 0.6em;
    left: 0.5em;
    width: 90%;
    text-align: left;
  }
  .creations .creations_wrap .creations_gallery ol li::before {
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.6) 80%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  .creations .creations_wrap .creations_gallery ol li:hover::before {
    background-color: #ffffffc2;
    background-image: none;
  }
  .creations .creations_wrap .creations_gallery ol li:hover h1 {
    color: #000;
  }
  .creations .creations_wrap .creations_gallery .creations-subtitle {
    width: 90%;
  }
}

.js-remove-opacity {
  opacity: 1 !important;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.js-move-up-1 {
  -webkit-animation: move-up-1 1s;
  animation: move-up-1 1s;
}

.js-move-up-2 {
  -webkit-animation: move-up-2 1.5s;
  animation: move-up-2 1.5s;
}

.js-move-left {
  -webkit-animation: move-left 1.5s;
  animation: move-left 1.5s;
}

.js-move-right {
  -webkit-animation: move-right 0.8s ease-in-out;
  animation: move-right 0.8s ease-in-out;
}

@-webkit-keyframes move-up-1 {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes move-up-1 {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes move-up-2 {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes move-up-2 {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes move-left {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes move-left {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes move-right {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes move-right {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes move-down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes move-down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*# sourceMappingURL=main.css.map */