/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 37.5em) {
    html {
      font-size: 45%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }

body {
  box-sizing: border-box;
  background-color: #0c0c0c; }

body {
  font-family: Montserrat;
  font-weight: 400;
  /*font-size: 16px;*/
  line-height: 1.7;
  color: white; }

p {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.72px;
  color: #ffffff; }

.heading-primary {
  font-family: Bebas Neue;
  font-size: 4rem;
  color: #fff;
  backface-visibility: hidden; }
  .heading-primary--main {
    display: block;
    font-size: 18rem;
    line-height: 9rem;
    text-shadow: 0.4rem 0.7rem 1.5rem rgba(0, 0, 0, 0.616);
    animation-name: moveInLeft;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    /*
        animation-delay: 3s;
        animation-iteration-count: 3;
        */ }
  .heading-primary--sub {
    display: block;
    font-size: 4.7rem;
    text-shadow: 0.4rem 0.7rem 1.5rem rgba(0, 0, 0, 0.616);
    animation: moveInRight 1s ease-out; }

.heading-secondary {
  font-family: Bebas Neue;
  font-size: 2.7rem;
  color: #fff; }
  @media only screen and (max-width: 56.25em) {
    .heading-secondary {
      font-size: 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .heading-secondary {
      font-size: 2.5rem; } }

.coloum-box {
  max-width: 120rem;
  margin: 0 auto; }

.u-center-text {
  text-align: center !important; }

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important; }

.u-margin-bottom-medium {
  margin-bottom: 4rem !important; }

.u-margin-bottom-big {
  margin-bottom: 8rem !important; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-big {
      margin-bottom: 5rem !important; } }

.u-margin-top-big {
  margin-top: 8rem !important; }

.u-margin-top-huge {
  margin-top: 10rem !important; }

.intro {
  position: relative;
  width: 100%; }
  .intro__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    opacity: .5; }

.coloum {
  position: relative;
  top: 2rem; }
  .coloum__box {
    position: relative;
    width: 100%; }
    .coloum__box--txt {
      position: relative;
      left: 5rem; }
  .coloum__paragraph {
    position: relative;
    display: inline-block;
    width: 77%; }

.wrapper {
  padding: 5rem 0; }

.hero-main-container {
  position: relative;
  width: 100%;
  background-image: url(../../img/hero-character-img.png);
  background-size: cover;
  padding: 6rem 0; }
  .hero-main-container__container {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 90%; }
  .hero-main-container__txt-box {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 80%;
    padding: 2rem 0rem;
    background-color: rgba(255, 255, 255, 0.144); }
  .hero-main-container__paragraph {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    display: inline-block;
    padding-bottom: 3rem;
    width: 60%; }

.hero-character {
  position: relative; }
  .hero-character__box {
    position: relative;
    width: 100%; }
    .hero-character__box--img {
      position: relative;
      width: 15rem;
      left: 50%;
      transform: translate(-50%, 0%); }

.enemies-main-container {
  position: relative;
  width: 100%;
  background-image: url(../../img/enemies-image.png);
  background-size: cover;
  padding: 6rem 0;
  background-position: center; }
  .enemies-main-container__container {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 90%; }
  .enemies-main-container__txt-box {
    position: relative;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 80%;
    padding: 2rem 4rem;
    background-color: rgba(255, 255, 255, 0.144); }
  .enemies-main-container__paragraph {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    display: inline-block;
    padding-bottom: 3rem;
    width: 60%; }

.enemies-character {
  position: relative; }
  .enemies-character__box {
    position: relative;
    width: 100%; }
    .enemies-character__box--img {
      position: relative;
      width: 15rem;
      left: 50%;
      transform: translate(-50%, 0%); }

.wrapper {
  padding: 5rem 0; }

.enviroment-main-container {
  position: relative;
  width: 100%;
  background-image: url(/img/enviroment-bg.png);
  background-size: cover;
  padding: 6rem 0; }
  .enviroment-main-container__container {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 90%; }
  .enviroment-main-container__txt-box {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 80%;
    padding: 2rem 0rem 1rem;
    background-color: rgba(255, 255, 255, 0.24); }
  .enviroment-main-container__paragraph {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    display: inline-block;
    padding-bottom: 3rem;
    width: 60%; }

.enviroment {
  position: relative; }
  .enviroment__box {
    position: relative;
    width: 100%; }
    .enviroment__box--img {
      position: relative;
      left: 50%;
      transform: translate(-50%, 0%);
      padding: 2rem; }

.video {
  position: relative; }
  .video__page-number {
    position: absolute;
    display: inline-block;
    font-family: Consola;
    font-size: 2rem;
    right: 3%;
    top: 30rem; }
  .video__container {
    position: relative;
    padding: 4rem;
    width: 80%;
    left: 50%;
    transform: translate(-50%);
    object-fit: cover; }
    .video__container--txt {
      font-family: Consola;
      position: relative;
      font-size: 1.5rem;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 45%;
      text-align: justify;
      text-align-last: center;
      line-height: 2.5rem; }
      @media only screen and (max-width: 37.5em) {
        .video__container--txt {
          width: 80%;
          top: 30%; } }

.footer {
  position: relative;
  background-color: #0b0c0c;
  padding: 10rem 0;
  font-size: 1.4rem; }
  .footer__logo-box {
    position: relative;
    padding-bottom: 5rem;
    width: 70%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    margin-bottom: 5rem;
    border-bottom: 1px solid #e6e6e6; }
  .footer__logo {
    width: 8rem;
    height: auto; }
  .footer__navigation {
    padding-top: 2rem;
    display: inline-block; }
    @media only screen and (max-width: 56.25em) {
      .footer__navigation {
        position: relative;
        left: 50%;
        transform: translate(-50%); } }
    @media only screen and (max-width: 37.5em) {
      .footer__navigation {
        position: relative;
        left: 50%;
        transform: translate(-50%); } }
  .footer__list {
    font-family: Consola;
    list-style: none; }
  .footer__item {
    display: inline-block; }
    .footer__item:not(:last-child) {
      margin-right: 3.5rem; }
  .footer__link:link, .footer__link:visited {
    color: #e6e6e6;
    text-decoration: none;
    display: inline-block; }
  .footer__link:hover, .footer__link:active {
    color: #4bcaf6; }
  .footer__copy {
    font-family: Consola;
    font-size: 1.4rem;
    color: #e6e6e6;
    padding-top: 2rem;
    line-height: 2rem;
    float: right; }
    @media only screen and (max-width: 56.25em) {
      .footer__copy {
        text-align: center;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        float: none; } }
    @media only screen and (max-width: 37.5em) {
      .footer__copy {
        text-align: center;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        float: none; } }

.row {
  max-width: 100rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
  @media only screen and (max-width: 56.25em) {
    .row {
      max-width: 50rem;
      padding: 0 3rem; } }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 4rem; }
      @media only screen and (max-width: 56.25em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 0;
          margin-bottom: 6rem; } }
    @media only screen and (max-width: 56.25em) {
      .row [class^="col-"] {
        width: 100% !important; } }
  .row .col-1-of-2 {
    width: calc((100% - 4rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 4rem) / 3); }
  .row .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 4rem) / 3) + 4rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 4rem) / 4); }
  .row .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 4rem) / 4) + 4rem); }
  .row .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 4rem) / 4) + 2 * 4rem); }
  .row .col-1-of-5 {
    width: calc((100% - 4 * 4rem) / 5); }

.header {
  position: relative;
  height: 95vh;
  background-color: #0c0c0c; }
  .header__logo-box {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .header__logo-box--logo {
      position: absolute;
      width: 30%; }
  .header__text-box {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%); }

.navigation__checkbox {
  display: none; }

.navigation__button {
  background-color: #414042;
  height: 5rem;
  width: 5rem;
  position: fixed;
  top: 4.1rem;
  right: 4.1rem;
  z-index: 2001;
  box-shadow: 0 1rem 3rem #000 .6;
  text-align: center; }

.navigation__background {
  height: 4rem;
  width: 4rem;
  position: fixed;
  top: 4.5rem;
  right: 4.5rem;
  background-color: #414042;
  opacity: 0.8;
  z-index: 200;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1); }

.navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0rem;
  right: 0rem;
  z-index: 250;
  opacity: 0;
  width: 0%;
  transition: opacity 3.3s; }

.navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%; }

.navigation__item {
  margin: 1rem; }

.navigation__link:link, .navigation__link:visited {
  display: inline-block;
  font-family: Consola;
  font-size: 2rem;
  font-weight: 400;
  color: white;
  text-decoration: none;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #ff47c2 50%);
  padding: 1rem 2rem;
  background-size: 240%;
  transition: all .4s; }

.navigation__link:hover, .navigation__link:active {
  color: white;
  background-position: 100%;
  text-shadow: 0 1rem 3rem #000 .6; }

.navigation__checkbox:checked ~ .navigation__background {
  transform: scale(100); }

.navigation__checkbox:checked ~ .navigation__nav {
  transition-delay: 0.4s;
  opacity: 1;
  width: 100%; }

.navigation__icon {
  position: relative;
  margin-top: 2.3rem; }
  .navigation__icon, .navigation__icon::before, .navigation__icon::after {
    width: 3rem;
    height: 4px;
    background-color: white;
    display: inline-block; }
  .navigation__icon::before, .navigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all .2s; }
  .navigation__icon::before {
    top: -1rem; }
  .navigation__icon::after {
    top: 1rem; }

.navigation__button:hover .navigation__icon::before {
  top: -1.2rem; }

.navigation__button:hover .navigation__icon::after {
  top: 1.2rem; }

.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent; }

.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg); }

.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg); }

.section-intro {
  position: relative;
  background-color: #0c0c0c;
  padding: 5rem; }

.section-c-and-e-development {
  position: relative;
  background-color: #0c0c0c;
  padding: 8rem 0; }

.section-enviroments {
  position: relative;
  background-color: #0c0c0c; }

.video {
  background-color: #0b0c0c;
  height: 100%; }
