/**
 * Run below cmd line for compil scss to css before work on the project
 * sass --watch app.scss:app.css
 */
/*
 * Reset
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * @import fonts
 */
@font-face {
  font-family: "Retrosome";
  src: url("../fonts/retrosome.woff2") format("woff2"), url("../fonts/retrosome.woff") format("woff"), url("../fonts/retrosome.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/**
 * $variable colors
 */
/*
 * Styles
 */
* {
  box-sizing: border-box;
  font-size: 16px;
}

html,
body {
  height: 100%;
}

body {
  background-color: #0E0E0E;
  scroll-behavior: smooth;
  color: #F4F4F4;
}

header {
  width: 100%;
  height: 100vh;
}
header .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
header .content__menu {
  position: absolute;
  top: 2rem;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
header .content__menu a {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: calc($size * 1.5);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #F4F4F4;
}
header .content__menu a:hover {
  text-decoration: underline;
}
header .content__title {
  font-family: "Retrosome", sans-serif;
  z-index: 0;
  font-size: 10vw;
}
header .content__text {
  position: absolute;
  bottom: 5rem;
  max-width: 44rem;
  margin: 0 1.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: calc($size * 1.5);
  text-align: center;
  line-height: calc(1.25rem * 1.25);
}
header .content__img {
  max-width: 240px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
}

main {
  width: 100%;
}
main .content {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0E0E0E;
}
main .content__showreel {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
main .content__montage {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem 2rem;
  margin: 10rem 2.5rem 5rem;
}
main .content__montage .title {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: calc($size * 1.5);
}
main .content__montage .reel {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  max-width: 18rem;
}
main .content__montage .reel__customer {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 0.25rem;
}
main .content__montage .reel__customer .profile {
  width: 2rem;
  height: 2rem;
}
main .content__montage .reel__customer .name {
  margin-left: 0.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: calc($size * 1.5);
  color: #F4F4F4;
}
main .content__montage .reel__customer .certif {
  width: 0.7rem;
  height: 0.7rem;
}
main .content__montage .reel__customer .link {
  width: 1rem;
  height: 1rem;
  margin: 0 0 0 auto;
}
main .content__montage .reel__customer .link img {
  width: 100%;
  height: 100%;
}
main .content__montage .reel__video {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  border-radius: 0.5rem;
}
main .content__montage .reel__desc {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: calc($size * 1.5);
  line-height: calc(1rem * 1.5);
}
main .content__design {
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
  margin: 5rem 2.5rem;
}
main .content__design .title {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: calc($size * 1.5);
}
main .content__design .post {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1rem 2rem;
}
main .content__design .post .desc, main .content__design .post .img {
  max-width: 22rem;
}
main .content__design .post .desc {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: calc($size * 1.5);
  line-height: calc(1.5rem * 1.25);
}
main .content__design .post .desc .link img {
  width: 1rem;
  height: 1rem;
}
main .content__design .post__02 .desc, main .content__design .post__03 .desc {
  display: block;
  width: 100%;
  max-width: 100%;
}

footer {
  width: 100%;
  height: 100%;
}
footer .content {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  column-gap: 3.5rem;
  padding: 5rem 2.5rem 1rem;
  background-color: #0E0E0E;
}
footer .content__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .content__text h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: calc($size * 1.5);
  line-height: calc(1.75rem * 1.25);
}
footer .content__text a {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: calc($size * 1.5);
  line-height: clac(3.75rem);
  color: #F4F4F4;
}
footer .content__text .legend {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: calc($size * 1.5);
}
footer .content__text .legend a {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: calc($size * 1.5);
  color: #F4F4F4;
}
footer .content__text .legend a:hover {
  text-decoration: none;
}
footer .content__image {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin: 0 0 1rem;
}
footer .content__image img {
  max-width: 45rem;
  height: 88vh;
  object-fit: cover;
}
footer .content__image a {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: calc($size * 1.5);
  color: #F4F4F4;
}
footer .content__image a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=app.css.map */
