@font-face {
    font-family: "Alata";
    src: url("../fonts/Alata-Regular.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Josefine Sans";
    src: url("../fonts/JosefinSans-Light.ttf") format("truetype");
    font-weight: 300;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
body {
    font-size: 15px;
}
h1,
h2,
span {
    font-family: "Josefine Sans", sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
}
p,
a,
button {
    font-family: "Alata", sans-serif;
}
header {
    height: 100vh;
    background-image: url("../images/mobile/image-hero.jpg");
    background-size: cover;
    background-position: center top;
    display: grid;
    align-items: start;
}
@media (min-width: 1200px) {
    header {
        background-image: url("../images/desktop/image-hero.jpg");
    }
}
header nav {
    display: none;
}
@media (min-width: 1200px) {
    header nav {
        display: block;
    }
}
footer {
    background-color: #000;
    color: #fff;
    padding-top: 3.6rem;
    padding-bottom: 3.5rem;
}
@media (min-width: 1200px) {
    footer {
        padding-top: 2.8rem;
        padding-bottom: 2.8rem;
    }
}
@media (min-width: 1200px) {
    footer nav {
        order: 2;
    }
}
.navbar {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    -webkit-animation: move-down 1s;
    animation: move-down 1s;
}
@media (min-width: 1200px) {
    .navbar {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}
@media (max-width: 1199px) {
    .header-menu {
        width: 86%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .header-menu__link {
        font-family: "Josefine Sans", sans-serif;
        text-transform: uppercase;
        font-size: 1.5rem;
    }
}
.title-wrapper {
    width: 86%;
    max-width: 1114px;
    margin-left: auto;
    margin-right: auto;
}
.title {
    max-width: 652px;
    padding: 20px;
    border: 2px solid;
    margin-top: 0;
    margin-bottom: 0;
    -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;
    font-size: 2.5rem;
    color: #fff;
    line-height: 1;
}
@media (min-width: 1200px) {
    .title {
        padding: 40px;
        font-size: 4.5rem;
    }
}
.navbar__wrapper {
    width: 86%;
    height: 25px;
    max-width: 1114px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar__logo {
    display: block;
    width: 150px;
}
@media (min-width: 1200px) {
    .navbar__logo {
        width: 192px;
    }
}
.navbar__menu-icon {
    cursor: pointer;
}
@media (min-width: 1200px) {
    .navbar__menu-icon {
        display: none;
    }
}
.header-menu,
.footer-menu {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 1.45rem;
}
@media (min-width: 1200px) {
    .header-menu,
    .footer-menu {
        flex-direction: row;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
}
.header-menu__link,
.footer-menu__link {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    position: relative;
}
@media (min-width: 1200px) {
    .header-menu__link::after,
    .footer-menu__link::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background-color: #fff;
        transition: width 0.3s, left 0.3s;
        position: absolute;
        left: 50%;
        bottom: -8px;
    }
    .header-menu__link:hover::after,
    .footer-menu__link:hover::after {
        width: 100%;
        left: 0;
    }
}
.interactive {
    width: 86%;
    max-width: 1114px;
    height: auto;
    padding-top: 6.25rem;
    padding-bottom: 3.25rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
@media (min-width: 1200px) {
    .interactive {
        flex-direction: row;
        overflow: hidden;
    }
}
.interactive__img {
    width: 100%;
    max-width: 731px;
    display: block;
    margin-bottom: 3rem;
    opacity: 0;
}
@media (min-width: 600px) {
    .interactive__img {
        width: 80%;
    }
}
@media (min-width: 1200px) {
    .interactive__img {
        margin-right: auto;
    }
}
.interactive__content {
    width: 90%;
    max-width: 640px;
    background-color: #fff;
    opacity: 0;
}
@media (min-width: 1200px) {
    .interactive__content {
        padding: 6rem;
        position: absolute;
        right: -100px;
        top: 280px;
    }
}
.interactive__content-subtitle {
    margin-top: 0;
    margin-bottom: 13.5px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.1;
}
@media (min-width: 1200px) {
    .interactive__content-subtitle {
        font-size: 3rem;
        text-align: left;
    }
}
.interactive__content-paragraph {
    margin-top: 0;
    color: #8c8c8c;
    text-align: center;
    line-height: 1.7;
}
@media (min-width: 1200px) {
    .interactive__content-paragraph {
        text-align: left;
    }
}
.creations {
    margin-bottom: 4.1rem;
}
.creations__wrapper {
    width: 86%;
    max-width: 1114px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}
@media (min-width: 1200px) {
    .creations__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
.creations__subtitle {
    font-size: 2rem;
    text-align: center;
    order: 1;
}
@media (min-width: 1200px) {
    .creations__subtitle {
        justify-self: start;
    }
}
.creations__button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    order: 3;
}
@media (min-width: 1200px) {
    .creations__button {
        order: 2;
        margin-right: 0;
    }
}
.creations__gallery {
    display: grid;
    row-gap: 1.6rem;
    order: 2;
}
@media (min-width: 900px) {
    .creations__gallery {
        grid-template-columns: repeat(2, 1fr);
        -moz-column-gap: 1.6rem;
        column-gap: 1.6rem;
    }
}
@media (min-width: 1200px) {
    .creations__gallery {
        grid-template-columns: repeat(4, 1fr);
        order: 3;
        grid-column: 1/-1;
    }
}
@media (min-width: 1440px) {
    .creations__gallery {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
}
.creations__gallery-item:nth-child(1) {
    background-image: url("../images/mobile/image-fisheye.jpg");
    background-size: cover;
    background-position: center;
}
@media (min-width: 1200px) {
    .creations__gallery-item:nth-child(1) {
        background-image: url("../images/mobile/image-fisheye.jpg");
    }
}
.creations__gallery-item:nth-child(2) {
    background-image: url("../images/mobile/image-fisheye.jpg");
    background-size: cover;
    background-position: center;
}
@media (min-width: 1200px) {
    .creations__gallery-item:nth-child(2) {
        background-image: url("../images/mobile/image-fisheye.jpg");
    }
}
.creations__gallery-item:nth-child(3) {
    background-image: url("../images/mobile/image-fisheye.jpg");
    background-size: cover;
    background-position: center;
}
@media (min-width: 1200px) {
    .creations__gallery-item:nth-child(3) {
        background-image: url("../images/mobile/image-fisheye.jpg");
    }
}
.creations__gallery-item:nth-child(4) {
    background-image: url("../images/mobile/image-fisheye.jpg");
    background-size: cover;
    background-position: center;
}
@media (min-width: 1200px) {
    .creations__gallery-item:nth-child(4) {
        background-image: url("../images/mobile/image-fisheye.jpg");
    }
}
.creations__gallery-item:nth-child(5) {
    background-image: url("../images/mobile/image-fisheye.jpg");
    background-size: cover;
    background-position: center;
}
@media (min-width: 1200px) {
    .creations__gallery-item:nth-child(5) {
        background-image: url("../images/mobile/image-fisheye.jpg");
    }
}
.creations__gallery-item:nth-child(6) {
    background-image: url("../images/mobile/image-fisheye.jpg");
    background-size: cover;
    background-position: center;
}
@media (min-width: 1200px) {
    .creations__gallery-item:nth-child(6) {
        background-image: url("../images/mobile/image-fisheye.jpg");
    }
}
.creations__gallery-item:nth-child(7) {
    background-image: url("../images/mobile/image-fisheye.jpg");
    background-size: cover;
    background-position: center;
}
@media (min-width: 1200px) {
    .creations__gallery-item:nth-child(7) {
        background-image: url("../images/mobile/image-fisheye.jpg");
    }
}
.creations__gallery-item:nth-child(8) {
    background-image: url("../images/mobile/image-fisheye.jpg");
    background-size: cover;
    background-position: center;
}
@media (min-width: 1200px) {
    .creations__gallery-item:nth-child(8) {
        background-image: url("../images/mobile/image-fisheye.jpg");
    }
}
.creations__gallery-item {
    height: 7.75rem;
    padding: 20px;
    opacity: 0;
    display: flex;
    align-items: flex-end;
    font-size: 1.5rem;
    color: #fff;
    position: relative;
}
.creations__gallery-item::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.5) 15%,
        rgba(255, 255, 255, 0) 65%
    );
    position: absolute;
    top: 0;
    left: 0;
}
@media (min-width: 1200px) {
    .creations__gallery-item {
        max-width: 256px;
        height: 450px;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        transform: scale(1);
        font-size: 2rem;
    }
    .creations__gallery-item::before {
        background-image: linear-gradient(
            rgba(255, 255, 255, 0) 40%,
            rgba(0, 0, 0, 0.6) 80%
        );
        transition: background-image 0.5s;
    }
    .creations__gallery-item:hover {
        color: #000;
        transform: scale(0.98);
        transition: transform 0.5s;
    }
    .creations__gallery-item:hover::before {
        background-image: linear-gradient(
            rgba(255, 255, 255, 0.8) 100%,
            rgba(0, 0, 0, 0.6) 0%
        );
    }
}
.creations__gallery-title {
    width: 50%;
    position: absolute;
}
@media (min-width: 1200px) {
    .creations__gallery-title {
        width: 90%;
    }
}
.button {
    display: block;
    border-style: none;
    border: 1px solid;
    padding: 12px 2.4rem;
    background-color: inherit;
    transition: color 0.5s, background-color 0.5s;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 5px;
}
@media (min-width: 1200px) {
    .button:hover {
        cursor: pointer;
        color: #fff;
        background-color: #000;
        transition: color 0.5s, background-color 0.5s;
    }
}
.footer-wrapper {
    width: 86%;
    max-width: 1114px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}
@media (min-width: 1200px) {
    .footer-wrapper {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1.8rem;
    }
}
.footer-logo {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
    .footer-logo {
        margin: 0;
    }
}
.footer-menu {
    margin-bottom: 3.3rem;
    align-items: center;
}
@media (min-width: 1200px) {
    .footer-menu {
        margin: 0;
        justify-content: start;
        order: 3;
    }
}
.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
@media (min-width: 1200px) {
    .footer-social {
        margin-left: auto;
        justify-content: end;
    }
}
.footer-social__link {
    position: relative;
}
@media (min-width: 1200px) {
    .footer-social__link::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background-color: #fff;
        transition: width 0.3s, left 0.3s;
        position: absolute;
        left: 50%;
        bottom: -8px;
    }
    .footer-social__link:hover::after {
        width: 100%;
        left: 0;
    }
}
.footer-copyright {
    text-align: center;
    opacity: 0.5;
}
@media (min-width: 1200px) {
    .footer-copyright {
        margin: 0;
        text-align: end;
        order: 4;
    }
}
.footer-attribution {
    font-size: 11px;
    text-align: center;
}
@media (min-width: 1200px) {
    .footer-attribution {
        grid-column: 1/-1;
        order: 5;
    }
}
.footer-attribution__link {
    color: #3e52a3;
}
@media (max-width: 1199px) {
    .js-navbar__nav {
        display: block;
        width: 100%;
        height: 100vh;
        background-color: #000;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }
}
@media (max-width: 1199px) {
    .js-fixed-logo,
    .js-fixed-menu {
        position: fixed;
        z-index: 20;
    }
    .js-fixed-logo {
        left: 7.5%;
    }
    .js-fixed-menu {
        right: 7.5%;
    }
}
.js-remove-opacity {
    opacity: 1;
    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% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes move-up-1 {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes move-up-2 {
    0% {
        transform: translateY(200px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes move-up-2 {
    0% {
        transform: translateY(200px);
    }
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes move-left {
    0% {
        transform: translateX(200px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes move-left {
    0% {
        transform: translateX(200px);
    }
    100% {
        transform: translateX(0);
    }
}
@-webkit-keyframes move-right {
    0% {
        transform: translateX(-200px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes move-right {
    0% {
        transform: translateX(-200px);
    }
    100% {
        transform: translateX(0);
    }
}
@-webkit-keyframes move-down {
    0% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes move-down {
    0% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
} /*# sourceMappingURL=style.css.map */
