/*!
Version:		1.0
Revision:		/
Creation:		2017-10-10

Author:		ykay001
https://themeforest.net/user/ykay001
*/
/* ----------------------------- */
/* ==Table of content            */
/* ----------------------------- */
/* 1- Reset */
/* 2- Typography */
/* 3- General */
/* 4- Header */
/* 5- Home */
/* 6- Works */
/* 7- What I Do */
/* 8- Footer */
/* 9- Work single */
/* ----------------------------- */
/* == 1- Reset                   */
/* ----------------------------- */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  box-sizing: border-box; }

* {
  box-sizing: inherit; }

html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: calc(1em * 0.625); }

body {
  font-size: 1.4rem;
  background-color: #fff;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.4; }

@media (min-width: 480px) {
  body {
    font-size: 1.6rem; } }

@media (min-width: 480px) {
  body {
    line-height: 1.5; } }

a {
  color: #333; }

a:focus, a:hover, a:active {
  color: #000; }

ul,
ol {
  padding-left: 2em; }

img {
  vertical-align: middle; }

blockquote,
figure {
  margin-left: 0;
  margin-right: 0; }

/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.4; }

h1, .h1-like {
  font-size: 2.8rem;
  font-family: sans-serif; }

@media (min-width: 480px) {
  h1, .h1-like {
    font-size: 3.2rem; } }

h2, .h2-like {
  font-size: 2.4rem;
  font-family: sans-serif; }

@media (min-width: 480px) {
  h2, .h2-like {
    font-size: 2.8rem; } }

h3, .h3-like {
  font-size: 2rem; }

@media (min-width: 480px) {
  h3, .h3-like {
    font-size: 2.4rem; } }

h4, .h4-like {
  font-size: 1.8rem; }

@media (min-width: 480px) {
  h4, .h4-like {
    font-size: 2rem; } }

h5, .h5-like {
  font-size: 1.6rem; }

@media (min-width: 480px) {
  h5, .h5-like {
    font-size: 1.8rem; } }

h6, .h6-like {
  font-size: 1.4rem; }

@media (min-width: 480px) {
  h6, .h6-like {
    font-size: 1.6rem; } }

/* alternate font-sizing */
.smaller {
  font-size: 0.6em; }

.small {
  font-size: 0.8em; }

.big {
  font-size: 1.2em; }

.bigger {
  font-size: 1.5em; }

.biggest {
  font-size: 2em; }

code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: consolas, courier, monospace;
  line-height: normal; }

em,
.italic,
address,
cite,
i,
var {
  font-style: italic; }

/* avoid top margins on first content element */
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
.h1-like:first-child,
h2:first-child,
.h2-like:first-child,
h3:first-child,
.h3-like:first-child,
h4:first-child,
.h4-like:first-child,
h5:first-child,
.h5-like:first-child,
h6:first-child,
.h6-like:first-child {
  margin-top: 0; }

/* avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0; }

/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%; }

img {
  height: auto; }

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt; }
  p,
  .p-like,
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  h4,
  .h4-like,
  h5,
  .h5-like,
  h6,
  .h6-like,
  blockquote,
  ul,
  ol {
    color: #000;
    margin: auto; }
  .print {
    display: block; }
  .no-print {
    display: none; }
  /* no orphans, no widows */
  p,
  .p-like,
  blockquote {
    orphans: 3;
    widows: 3; }
  /* no breaks inside these elements */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid; }
  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  caption {
    page-break-after: avoid; }
  a {
    color: #000; }
  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: ""; } }

/* ----------------------------- */
/* == 2- Typography              */
/* ----------------------------- */
/* ----------------------------- */
/* == 3- General                 */
/* ----------------------------- */
body {
  overflow-x: hidden; }

a {
  text-decoration: none; }

a:hover {
  transition: 0.5s; }

.animate-title {
  webkit-animation: slide-in-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: slide-in-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.animate-text {
  webkit-animation: slide-in-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: slide-in-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.work-button {
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 20px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 200; }
  .work-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #071323;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .work-button:hover a,
  .work-button:focus a,
  .work-button:active a {
    color: white; }
  .work-button:hover:before, .work-button:focus:before, .work-button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.work-button a {
  display: inline-block;
  width: 125px;
  height: 45px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.6875em;
  font-weight: 700;
  line-height: 40px;
  border: 2px solid #000; }

/* ----------------------------- */
/* == 4- Header                  */
/* ----------------------------- */
header {
  position: relative;
  margin-top: 40px;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999; }

.logo {
  width: 50px !important;
  height: 50px;
  transition: 1s; }
  .logo:hover {
    transform: rotate(360deg) scale(1.3); }

.logo-text {
  width: 180px !important;
  height: 28px;
  margin-left: 17px; }

nav {
  margin-top: 12px;
  text-align: right; }
  nav a:active, nav a:focus {
    color: #FFFFFF; }
  nav ul {
    padding-left: 0; }
  nav ul li {
    display: inline;
    margin-right: 44px;
    list-style-type: none; }
  nav ul li:last-child {
    margin-right: 0; }
  nav ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1875em;
    font-weight: 400;
    color: #FFFFFF; }
  nav ul li a:hover {
    color: #BABABA; }

.mobile-nav {
  display: none; }

/* NAVIGATION ON MOBILE */
.mobile-nav {
  position: absolute;
  top: 0px;
  right: 25px; }
  .mobile-nav #overlay-nav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #071323;
    /* Fallback color */
    background-color: rgba(7, 19, 35, 0.9);
    /* Blue w/opacity */
    overflow-y: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */ }
    .mobile-nav #overlay-nav .closebtn {
      position: absolute;
      top: 23px;
      right: 31px;
      font-size: 65px;
      color: #FFFFFF;
      text-decoration: none;
      transition: 0.3s;
      /* Transition effects on hover (color) */ }
      .mobile-nav #overlay-nav .closebtn:hover, .mobile-nav #overlay-nav .closebtn:focus {
        color: #BABABA; }
    .mobile-nav #overlay-nav #mobile-navigation {
      position: relative;
      top: 15%;
      width: 100%;
      height: 60%;
      text-align: center;
      /* Centered text/links */
      margin-top: 30px;
      /* 30px top margin to avoid conflict with the close button on smaller screens */
      background: transparent; }
      .mobile-nav #overlay-nav #mobile-navigation ul {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding-left: 0;
        height: 100%; }
        .mobile-nav #overlay-nav #mobile-navigation ul li {
          margin-right: 0; }
        .mobile-nav #overlay-nav #mobile-navigation ul a {
          text-decoration: none;
          font-size: 2.8125em;
          color: #FFFFFF;
          transition: 0.3s;
          /* Transition effects on hover (color) */ }
          .mobile-nav #overlay-nav #mobile-navigation ul a:hover, .mobile-nav #overlay-nav #mobile-navigation ul a:focus {
            color: #BABABA; }
    .mobile-nav #overlay-nav #language-selector-mobile {
      position: absolute;
      bottom: 10%;
      left: calc(50% - 37px);
      z-index: 9999; }
      .mobile-nav #overlay-nav #language-selector-mobile ul {
        padding-left: 0; }
      .mobile-nav #overlay-nav #language-selector-mobile ul li {
        display: inline;
        list-style-type: none; }
      .mobile-nav #overlay-nav #language-selector-mobile ul li a {
        font-family: "Open Sans", sans-serif;
        font-size: 1.1875em;
        font-weight: 400;
        color: #FFFFFF; }
      .mobile-nav #overlay-nav #language-selector-mobile ul li a:first-child {
        margin-right: 20px; }
      .mobile-nav #overlay-nav #language-selector-mobile ul li a:hover {
        color: #BABABA; }

/* HAMBURGER BUTTON FULL CSS */
.mobile-menu-btn {
  width: 53px;
  height: 42px;
  border: 0;
  outline: none;
  background-color: transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .mobile-menu-btn:hover span, .mobile-menu-btn:focus span {
    background: #BABABA; }
  .mobile-menu-btn span {
    display: block;
    position: absolute;
    height: 6px;
    width: 70%;
    background: #FFFFFF;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .mobile-menu-btn span:nth-child(1) {
      top: 8px;
      left: 8px;
      -webkit-transform-origin: left center;
      transform-origin: left center; }
    .mobile-menu-btn span:nth-child(2) {
      top: 19px;
      left: 8px;
      -webkit-transform-origin: left center;
      transform-origin: left center; }
    .mobile-menu-btn span:nth-child(3) {
      top: 30px;
      left: 8px;
      -webkit-transform-origin: left center;
      transform-origin: left center; }

/* END NAVIGATION ON MOBILE */
@media all and (max-width: 991px) {
  header {
    padding: 0 24px; } }

@media all and (max-width: 768px) {
  header {
    margin-top: 20px;
    max-width: 100% !important; }
    header .logo {
      width: 35px !important;
      height: 35px; }
    header .logo-text {
      width: 150px !important;
      height: 28px;
      margin-left: 12px; }
    header #navigation {
      display: none; }
    header .mobile-nav {
      display: block; }
      header .mobile-nav #overlay-nav .closebtn {
        top: -6px;
        right: 32px; } }

@media all and (max-width: 320px) {
  header {
    padding: 0 14px; }
    header .logo-text {
      width: 115px !important;
      height: 28px;
      margin-left: 12px; }
    header .mobile-nav {
      right: 14px; }
      header .mobile-nav #overlay-nav #mobile-navigation {
        top: 6%; }
        header .mobile-nav #overlay-nav #mobile-navigation a {
          font-size: 2.5em; } }

#language-selector {
  position: absolute;
  bottom: 100px;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 9999; }
  #language-selector ul li {
    display: inline;
    list-style-type: none; }
  #language-selector ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1875em;
    color: #FFFFFF; }
  #language-selector ul li a:first-child {
    margin-right: 20px; }
  #language-selector ul li a:hover {
    color: #BABABA; }

@media all and (max-width: 768px) {
  #language-selector {
    display: none; } }

/* ----------------------------- */
/* == 5- Home                    */
/* ----------------------------- */
#home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("../images/background-home.jpg") no-repeat center fixed;
  background-size: cover;
  height: 100vh;
  margin-top: -90px;
  text-align: center; }

@media all and (max-width: 768px) {
  #home {
    margin-top: -55px; } }

#description-text-container {
  position: relative;
  text-align: center;
  padding: 0 25px;
  margin: 30px auto 0; }
  #description-text-container .title {
    font-family: "Hind", sans-serif;
    font-size: 4.125em;
    line-height: 66px;
    color: #FFFFFF;
    margin-bottom: 0;
    opacity: 0; }
  #description-text-container .description {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1875em;
    font-weight: 300;
    line-height: 1.5;
    color: #BABABA;
    opacity: 0;
    position: relative;
    z-index: 200; }
    #description-text-container .description a {
      color: #FFFFFF;
      font-family: "Open Sans", sans-serif;
      font-weight: 400; }
      #description-text-container .description a:hover {
        color: #BABABA; }
  #description-text-container .word-overlay span {
    position: absolute;
    top: -35px;
    left: -50%;
    margin: 0;
    padding: 0;
    font-family: "Hind", sans-serif;
    font-size: 18.75em;
    line-height: 300px;
    color: rgba(255, 255, 255, 0.1);
    z-index: 9999; }
  #description-text-container .word-overlay .two-words-overlay {
    position: absolute;
    top: -10px;
    left: -12%;
    margin: 0;
    padding: 0;
    font-family: "Hind", sans-serif;
    font-size: 9.0625em;
    line-height: 110px;
    text-align: left;
    color: rgba(255, 255, 255, 0.04);
    z-index: 100; }

@media all and (max-width: 543px) {
  #description-text-container .title {
    font-size: 3.125em; }
  #description-text-container .description {
    font-size: 1.0625em; }
  #description-text-container .word-overlay .two-words-overlay {
    top: -13px;
    left: 1%;
    font-size: 6.0625em; } }

#line-scroll-container #line-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 60px;
  background: #FFFFFF; }

/* ----------------------------- */
/* == 6- Works                   */
/* ----------------------------- */
.work {
  text-align: center;
  padding-top: 63px;
  padding-bottom: 137px; }
  .work .work-title {
    font-family: "Hind", sans-serif;
    font-size: 4.125em;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 43px;
    opacity: 0; }
  .work .work-block-container {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
    border-radius: 7px;
    max-width: 780px;
    min-height: 360px;
    margin: 0 auto; }
    .work .work-block-container .word-container {
      position: absolute;
      width: 100%;
      min-height: 360px;
      overflow: hidden; }
      .work .work-block-container .word-container .word-overlay .top-number {
        color: rgba(9, 67, 150, 0.25); }
    .work .work-block-container .work-image-container {
      position: static;
      padding: 0; }
      .work .work-block-container .work-image-container .mockup-img {
        position: absolute;
        top: 59px;
        left: -90px;
        height: auto; }
      .work .work-block-container .work-image-container .mockup-gif {
        position: absolute;
        top: 23%;
        left: 0.25%;
        width: 48.3%;
        height: auto; }
      .work .work-block-container .work-image-container .tablet-gif {
        top: 25.9%;
        left: 2%;
        width: 45.6%; }
      .work .work-block-container .work-image-container .mobile-gif {
        top: 35%;
        left: 24.3%;
        width: 17.4%; }
    .work .work-block-container .work-description-container {
      text-align: left;
      padding: 25px 30px 0 30px;
      z-index: 20; }
      .work .work-block-container .work-description-container .work-category {
        font-family: "Open Sans", sans-serif;
        font-size: 0.875em;
        font-weight: 400;
        font-style: italic; }
      .work .work-block-container .work-description-container .work-description {
        font-family: "Open Sans", sans-serif;
        font-size: 0.9375em;
        font-weight: 300;
        line-height: 18px;
        color: #565656;
        min-height: 190px;
        margin-top: 3px; }
      .work .work-block-container .work-description-container .work-details ul {
        padding: 0; }
      .work .work-block-container .work-description-container .work-details ul li {
        display: inline-block;
        list-style: none;
        font-family: "Open Sans", sans-serif;
        font-size: 0.8125em;
        font-weight: 400;
        padding-right: 10px; }
      .work .work-block-container .work-description-container .work-details ul li:last-child {
        padding-right: 0; }
      .work .work-block-container .work-description-container .work-details ul li span {
        font-family: "Open Sans", sans-serif;
        font-weight: 300; }
  .work .word-overlay {
    position: absolute;
    top: -200px;
    left: -340px;
    font-family: "Hind", sans-serif;
    font-size: 33.125em;
    line-height: 530px; }
  .work .word-overlay .under-number {
    color: rgba(255, 255, 255, 0.15);
    z-index: -9999; }

@media all and (max-width: 991px) {
  .work {
    padding-left: 25px;
    padding-right: 25px; }
    .work .work-title {
      font-size: 3.25em; }
    .work .work-block-container {
      max-width: 614px; }
      .work .work-block-container .work-image-container {
        position: relative; }
        .work .work-block-container .work-image-container .mockup-img {
          position: static;
          margin-top: 13%;
          width: 90%; }
        .work .work-block-container .work-image-container .mockup-gif {
          position: absolute;
          top: 20%;
          left: 19.5%;
          width: 61%;
          height: auto; }
        .work .work-block-container .work-image-container .tablet-gif {
          top: 22%;
          left: 22%;
          width: 57.5%; }
        .work .work-block-container .work-image-container .mobile-gif {
          top: 28.3%;
          left: 50.1%;
          width: 22.1%; }
      .work .work-block-container .work-description-container {
        margin-top: -65px;
        padding: 0 30px 25px 30px; }
        .work .work-block-container .work-description-container .work-description {
          min-height: 0;
          margin-bottom: 40px; }
    .work .word-overlay {
      left: -230px; } }

@media all and (max-width: 543px) {
  .work {
    padding-top: 40px;
    padding-bottom: 25px; }
    .work .work-title {
      font-size: 2em;
      margin-bottom: 30px; }
    .work .work-block-container .work-description-container {
      padding: 20px 19px 25px 19px; }
    .work .word-overlay {
      top: -196px;
      left: -172px;
      font-size: 25em; } }

@media all and (max-width: 320px) {
  .work .work-title {
    font-size: 1.8125em; }
  .work .work-block-container .work-description-container {
    margin-top: -39px; }
    .work .work-block-container .work-description-container .work-button a {
      width: 105px; } }

.work-one {
  background: linear-gradient(to top right, #F77062, #FE5196) !important; }

.work-two {
  background: linear-gradient(to top right, #2593EC, #2C5BA0) !important; }
  .work-two .word-overlay .under-number {
    color: rgba(255, 255, 255, 0.07); }

.work-three {
  background: linear-gradient(to top right, #F6D365, #FDA085) !important; }
  .work-three .word-overlay .under-number {
    color: rgba(255, 255, 255, 0.2); }

.work-four {
  background: linear-gradient(to top right, #667eea, #764ba2) !important; }
  .work-four .word-overlay .under-number {
    color: rgba(255, 255, 255, 0.05); }

/* ----------------------------- */
/* == 7- What I Do               */
/* ----------------------------- */
#what {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 65px;
  background: #F2F2F2;
  overflow: hidden; }
  #what .what-title {
    font-family: "Hind", sans-serif;
    font-size: 4.125em;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 43px;
    opacity: 0; }
  #what .container-services {
    position: relative;
    max-width: 960px;
    margin: 0 auto; }
    #what .container-services .word-overlay {
      position: absolute;
      top: -95px;
      left: -340px;
      font-family: "Hind", sans-serif;
      font-size: 25.437em;
      line-height: 407px;
      color: rgba(255, 255, 255, 0.4); }
    #what .container-services .service {
      position: relative;
      min-width: 170px;
      height: 265px;
      padding: 7px;
      background: #FFF;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
      border-radius: 4px;
      margin-right: 27px; }
      #what .container-services .service:last-child {
        margin-right: 0; }
      #what .container-services .service .container-illus {
        min-height: 100px;
        padding-top: 20px;
        padding-bottom: 20px; }
        #what .container-services .service .container-illus .illus-service {
          width: 55px; }
      #what .container-services .service .title-service {
        font-family: "Open Sans", sans-serif;
        font-size: 0.9375em;
        font-weight: 700;
        color: #124E96;
        margin: 0; }
      #what .container-services .service .text-service {
        font-family: "Open Sans", sans-serif;
        font-size: 0.8125em;
        font-weight: 300;
        color: #565656;
        line-height: 1.4em; }

@media all and (max-width: 991px) {
  #what .container-services {
    max-width: 580px;
    justify-content: center; }
    #what .container-services .service {
      margin: 0 15px 30px 15px; } }

@media all and (max-width: 576px) {
  #what {
    padding-top: 40px;
    padding-bottom: 10px; }
    #what .what-title {
      font-size: 3.125em;
      margin-bottom: 30px; }
    #what .container-services .word-overlay {
      display: none; }
    #what .container-services .service, #what .container-services .service:last-child {
      margin: 0 25px 40px 25px;
      height: auto;
      padding: 7px 7px 20px; }
      #what .container-services .service .title-service, #what .container-services .service:last-child .title-service {
        font-size: 1.0625em; }
      #what .container-services .service .text-service, #what .container-services .service:last-child .text-service {
        font-size: 0.875em;
        line-height: 18px; }
    #what .container-services .service .container-illus {
      min-height: 100px;
      padding-top: 25px;
      padding-bottom: 25px; }
      #what .container-services .service .container-illus .illus-service {
        width: 50px; } }

/* ----------------------------- */
/* == 8- Footer                  */
/* ----------------------------- */
#footer {
  background-color: #071323;
  padding-top: 30px;
  text-align: center; }
  #footer .logo-footer img {
    width: 210px;
    height: 33px;
    opacity: 0.5;
    margin: 0 auto; }
  #footer .contact-mail {
    font-family: "Open Sans", sans-serif;
    font-size: 1.25em;
    font-weight: 300;
    margin-top: 40px; }
    #footer .contact-mail a {
      color: #FFFFFF; }
      #footer .contact-mail a:hover {
        color: #808080; }
  #footer .social {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin: 25px 0 28px; }
  #footer .social li {
    display: inline-block;
    list-style: none;
    margin-right: 50px; }
    #footer .social li:last-child {
      margin-right: 0; }
  #footer .social li a {
    font-family: "Open Sans", sans-serif;
    font-size: 0.875em;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: uppercase; }
    #footer .social li a:hover {
      color: #808080; }
  #footer .copyright {
    font-family: "Open Sans", sans-serif;
    font-size: 0.6875em;
    font-weight: 300;
    text-transform: uppercase;
    color: #808080;
    padding-bottom: 14px; }

/* ----------------------------- */
/* == 9- Work single             */
/* ----------------------------- */
#home.work-one #description-text-container, #home.work-two #description-text-container, #home.work-three #description-text-container, #home.work-four #description-text-container {
  padding: 0; }
  #home.work-one #description-text-container .title, #home.work-two #description-text-container .title, #home.work-three #description-text-container .title, #home.work-four #description-text-container .title {
    color: #FFFFFF;
    text-transform: uppercase; }
  #home.work-one #description-text-container .word-overlay .two-words-overlay, #home.work-two #description-text-container .word-overlay .two-words-overlay, #home.work-three #description-text-container .word-overlay .two-words-overlay, #home.work-four #description-text-container .word-overlay .two-words-overlay {
    font-size: 6em;
    text-transform: uppercase;
    text-align: center; }

#home.work-one .button-container .work-button, #home.work-two .button-container .work-button, #home.work-three .button-container .work-button, #home.work-four .button-container .work-button {
  position: absolute;
  bottom: 30%;
  left: calc(50% - 62.5px);
  margin-right: 0; }
  #home.work-one .button-container .work-button:before, #home.work-two .button-container .work-button:before, #home.work-three .button-container .work-button:before, #home.work-four .button-container .work-button:before {
    background-color: #FFF; }
  #home.work-one .button-container .work-button:hover a,
  #home.work-one .button-container .work-button:focus a,
  #home.work-one .button-container .work-button:active a, #home.work-two .button-container .work-button:hover a,
  #home.work-two .button-container .work-button:focus a,
  #home.work-two .button-container .work-button:active a, #home.work-three .button-container .work-button:hover a,
  #home.work-three .button-container .work-button:focus a,
  #home.work-three .button-container .work-button:active a, #home.work-four .button-container .work-button:hover a,
  #home.work-four .button-container .work-button:focus a,
  #home.work-four .button-container .work-button:active a {
    color: #000; }
  #home.work-one .button-container .work-button a, #home.work-two .button-container .work-button a, #home.work-three .button-container .work-button a, #home.work-four .button-container .work-button a {
    color: #FFF;
    border-color: #FFF; }

#home.work-three .word-overlay .two-words-overlay {
  color: rgba(255, 255, 255, 0.3); }

#case-study-container {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 5%; }
  #case-study-container h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 2.8125em;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px; }
  #case-study-container h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9375em;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px; }
  #case-study-container p {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9375em;
    font-weight: 300;
    color: #565656; }
  #case-study-container .work-details {
    margin-bottom: 20px; }
    #case-study-container .work-details ul {
      padding: 0; }
    #case-study-container .work-details ul li {
      display: inline-block;
      list-style: none;
      font-family: "Open Sans", sans-serif;
      font-size: 0.8125em;
      font-weight: 400;
      padding-right: 10px; }
    #case-study-container .work-details ul li:last-child {
      padding-right: 0; }
    #case-study-container .work-details ul li span {
      font-family: "Open Sans", sans-serif;
      font-weight: 300; }
  #case-study-container .work-main-image {
    display: block;
    margin: 40px auto -50px; }
  #case-study-container .case-study-description {
    margin-bottom: 80px;
    opacity: 0; }
    #case-study-container .case-study-description .img-description {
      margin-top: 60px; }
  #case-study-container .text-left {
    text-align: left; }
    #case-study-container .text-left p {
      padding-right: 15px; }
  #case-study-container .text-right {
    text-align: right; }
    #case-study-container .text-right p {
      padding-left: 15px; }

@media all and (max-width: 991px) {
  #case-study-container {
    padding-left: 20px;
    padding-right: 20px; }
    #case-study-container .img-description {
      text-align: center; }
      #case-study-container .img-description img {
        max-width: 100%;
        margin: 0; } }

@media all and (max-width: 736px) {
  #home.work-one #description-text-container .title, #home.work-two #description-text-container .title, #home.work-three #description-text-container .title, #home.work-four #description-text-container .title {
    font-size: 2.8125em;
    padding-left: 10px;
    padding-right: 10px; }
  #home.work-one #description-text-container .word-overlay .two-words-overlay, #home.work-two #description-text-container .word-overlay .two-words-overlay, #home.work-three #description-text-container .word-overlay .two-words-overlay, #home.work-four #description-text-container .word-overlay .two-words-overlay {
    font-size: 4.375em;
    line-height: 70px; }
  #home.work-one .button-container .work-button, #home.work-two .button-container .work-button, #home.work-three .button-container .work-button, #home.work-four .button-container .work-button {
    bottom: 20%; }
  #home.work-two .title {
    font-size: 1.875em;
    line-height: 40px; }
  #case-study-container .work-main-image {
    margin-bottom: 0px; }
  #case-study-container .case-study-description {
    margin-bottom: 40px; } }

#case-study-footer {
  position: relative;
  height: 138px;
  margin-top: 220px;
  margin-bottom: 45px; }
  #case-study-footer .project-link {
    position: absolute;
    top: -110px;
    left: calc(50% - 180px);
    transition: all .5s ease-out; }
    #case-study-footer .project-link:hover {
      transform: translateY(-10px);
      transition: transform .3s ease-out; }

@media all and (max-width: 543px) {
  #case-study-footer {
    margin-top: 160px;
    margin-bottom: 25px; }
    #case-study-footer .project-link {
      top: -80px;
      width: 270px;
      left: calc(50% - 132px); } }

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