@charset "UTF-8";
/*
  html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17
  Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/******************************************************************
    ! Mixins
******************************************************************/
/******************************************************************
    ! Main Colors
******************************************************************/
/******************************************************************
    ! Fonts
******************************************************************/
/******************************************************************
    ! Breakpoints
******************************************************************/
/******************************************************************
    ! Font icons
******************************************************************/
@font-face {
  font-family: "mv-icons";
  src: url("../fonts/mv-icons/mv-icons.eot?b7l5ug");
  src: url("../fonts/mv-icons/mv-icons.eot?b7l5ug#iefix") format("embedded-opentype"), url("../fonts/mv-icons/mv-icons.ttf?b7l5ug") format("truetype"), url("../fonts/mv-icons/mv-icons.woff?b7l5ug") format("woff"), url("../fonts/mv-icons/mv-icons.svg?b7l5ug#mv-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ic-],
[class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "mv-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-sketch:before {
  content: "";
}

.ic-xd:before {
  content: "";
}

.ic-ps:before {
  content: "";
}

.ic-ai:before {
  content: "";
}

.ic-id:before {
  content: "";
}

.ic-ae:before {
  content: "";
}

.ic-pr:before {
  content: "";
}

.ic-html:before {
  content: "";
}

.ic-css:before {
  content: "";
}

.ic-sass:before {
  content: "";
}

.ic-js:before {
  content: "";
}

.ic-git:before {
  content: "";
}

.ic-magento:before {
  content: "";
}

.ic-wordpress:before {
  content: "";
}

.ic-optimize:before {
  content: "";
}

.ic-jira:before {
  content: "";
}

.ic-twitter:before {
  content: "";
}

.ic-linkedin:before {
  content: "";
}

.ic-dribble:before {
  content: "";
}

.ic-plus:before {
  content: "";
}

.ic-minus:before {
  content: "";
}

/******************************************************************
    ! Import variables
******************************************************************/
/******************************************************************
    ! Default elements styles
******************************************************************/
html,
body {
  height: 100%;
  min-height: 100%;
  height: auto;
  font-size: 1rem;
  font-weight: 300;
  cursor: default;
}

body {
  background-color: #1f1f1f;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;
  color: #A0A0A0;
}

main {
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) {
  main {
    padding-bottom: 110px;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

p:not(:last-of-type) {
  margin-bottom: 15px;
}

ul {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  color: #ffffff;
  font-weight: 700;
}

/******************************************************************
    ! Components
******************************************************************/
.ic {
  display: inline-block;
  font-family: "mv-icons";
}

.ico {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ico svg {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container.bg-stripes {
  min-height: 100vh;
  background: repeating-linear-gradient(to right, #1f1f1f, #1f1f1f 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) calc(25% + 1px));
}
@media only screen and (min-width: 1200px) {
  .container.bg-stripes {
    background: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) 1px, #1f1f1f 1px, #1f1f1f calc(25% - 0.25px));
  }
}
.container-large {
  max-width: 1600px;
  width: 100%;
  height: 100vh;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-large video {
  object-fit: contain;
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px;
}
.container-large video + .cta-box {
  min-width: 120px;
  margin: 20px auto;
}

.layout-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 1200px) {
  .offset-side {
    margin-left: 40px;
    margin-right: 40px;
  }
  .offset-side > .head-title {
    margin-left: -45px;
  }
}

@media only screen and (max-width: 991px) {
  .hide-mobile {
    display: none;
  }
}

.section-box:not(:last-of-type) {
  margin-bottom: 60px;
}
.section-box > .head-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}
.section-box > .head-title {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .section-box > .head-title {
    font-size: calc( 					16px + 3 * 						( 							math.div((100vw - 320px), 880) 						) 				);
  }
}
@media screen and (min-width: 1200px) {
  .section-box > .head-title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 992px) {
  .section-box > .head-title {
    margin-bottom: 30px;
  }
}

.cta-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  background-color: #3a3a3a;
  transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  cursor: pointer;
}
.cta-box.toggle-box {
  min-width: 120px;
}
.cta-box.toggle-box .ic {
  font-size: 0.5625rem;
}
.cta-box .ic {
  font-size: 1.125rem;
  margin-right: 7px;
  color: #ffffff;
  transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
}
.cta-box .text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
}
.cta-box:focus {
  background-color: #ffffff;
}
.cta-box:focus .ic,
.cta-box:focus .text {
  color: #1f1f1f;
}
@media only screen and (min-width: 992px) {
  .cta-box:hover {
    background-color: #ffffff;
  }
  .cta-box:hover .ic,
.cta-box:hover .text {
    color: #1f1f1f;
  }
}

/******************************************************************
    ! Scroll controller
******************************************************************/
.scroll-wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.scroll-wrap.skill-categories {
  height: 72px;
}
@media only screen and (min-width: 768px) {
  .scroll-wrap.skill-categories {
    height: 82px;
  }
}
@media only screen and (max-width: 1199px) {
  .scroll-wrap.skill-categories {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 992px) {
  .scroll-wrap.skill-categories {
    height: 92px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-wrap.skill-categories {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
.scroll-wrap.case-studies_box {
  height: 310px;
}
@media only screen and (max-width: 1199px) {
  .scroll-wrap.case-studies_box {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-wrap.case-studies_box {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 360px) {
  .scroll-wrap.case-studies_box {
    height: 290px;
  }
}

.scroll-controller {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .scroll-controller {
    overflow-x: auto;
    touch-action: manipulation;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
  }
}

/******************************************************************
    ! Toggle Collapse
******************************************************************/
.toggle-collapse .toggle-container {
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}
.toggle-collapse .toggle-box .more,
.toggle-collapse .toggle-box .less {
  display: flex;
  align-items: center;
}
.toggle-collapse .toggle-box .less {
  display: none;
}

/******************************************************************
    ! Header
******************************************************************/
#header-main {
  display: inline-flex;
  align-items: center;
  margin: 40px 0;
}
@media only screen and (min-width: 992px) {
  #header-main {
    margin: 64px 0;
  }
}
@media only screen and (min-width: 1200px) {
  #header-main {
    margin-left: -40px;
  }
}
#header-main .avatar-box {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border: 4px solid #ffffff;
  background-color: #ffffff;
  border-radius: 100%;
}
#header-main .avatar-box .avatar-img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
#header-main .avatar-box .avatar-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: inherit;
  width: auto;
  height: 100%;
}
#header-main .avatar-infos {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 300;
}
#header-main .avatar-infos .name {
  text-transform: uppercase;
}
#header-main .avatar-infos .name {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  #header-main .avatar-infos .name {
    font-size: calc( 					28px + 12 * 						( 							math.div((100vw - 320px), 880) 						) 				);
  }
}
@media screen and (min-width: 1200px) {
  #header-main .avatar-infos .name {
    font-size: 40px;
  }
}
#header-main .avatar-infos .name strong {
  text-transform: none;
}
#header-main .avatar-infos .status {
  margin-top: 5px;
  letter-spacing: 0.25px;
}
#header-main .avatar-infos .status {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  #header-main .avatar-infos .status {
    font-size: calc( 					16px + 4 * 						( 							math.div((100vw - 320px), 880) 						) 				);
  }
}
@media screen and (min-width: 1200px) {
  #header-main .avatar-infos .status {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #header-main .avatar-infos .status {
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px) {
  #header-main .avatar-infos .status br {
    display: none;
  }
}

/******************************************************************
    ! Intro
******************************************************************/
.intro {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .intro {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .intro {
    margin-top: 90px;
    margin-bottom: 90px;
    max-width: 800px;
  }
}
.intro .intro-title {
  margin-bottom: 30px;
  font-weight: 300;
  color: #ffffff;
}
.intro .intro-title {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .intro .intro-title {
    font-size: calc( 					32px + 28 * 						( 							math.div((100vw - 320px), 880) 						) 				);
  }
}
@media screen and (min-width: 1200px) {
  .intro .intro-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .intro .intro-title {
    font-size: 3.75rem;
    margin-bottom: 60px;
  }
}
.intro .intro-title .cap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  padding: 6px 5px 5px 6px;
  background-color: #ffffff;
  border-radius: 7px;
  color: #1f1f1f;
  margin-right: 3px;
}
@media only screen and (min-width: 576px) {
  .intro .intro-title .cap {
    width: 50px;
    height: 50px;
    padding: 13px 11px 10px 12px;
  }
}
@media only screen and (min-width: 992px) {
  .intro .intro-title .cap {
    width: 64px;
    height: 64px;
    padding: 12px 11px 10px 13px;
    border-radius: 10px;
    margin-right: 5px;
  }
}
.intro .intro-text {
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.25px;
}
.intro .intro-text {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .intro .intro-text {
    font-size: calc( 					16px + 8 * 						( 							math.div((100vw - 320px), 880) 						) 				);
  }
}
@media screen and (min-width: 1200px) {
  .intro .intro-text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .intro .intro-text {
    font-size: 1.5rem;
    line-height: 29px;
  }
}
@media only screen and (min-width: 768px) {
  .intro .intro-text {
    line-height: 27px;
  }
}
.intro .intro-text:not(:last-of-type) {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .intro .intro-text:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.intro .intro-text .subtitle {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

/******************************************************************
    ! Skills
******************************************************************/
#skills .buttons-bar {
  text-align: center;
  margin-top: 25px;
}
@media only screen and (min-width: 992px) {
  #skills .buttons-bar {
    margin-top: 30px;
  }
}
#skills .buttons-bar .cta-box .ic {
  margin-right: inherit;
  margin-left: 7px;
}
#skills .buttons-bar .cta-box:focus {
  background-color: #ffffff;
}
#skills .buttons-bar .cta-box:focus .ic,
#skills .buttons-bar .cta-box:focus .text {
  color: #ea4c89;
}
@media only screen and (min-width: 992px) {
  #skills .buttons-bar .cta-box:hover {
    background-color: #ffffff;
  }
  #skills .buttons-bar .cta-box:hover .ic,
#skills .buttons-bar .cta-box:hover .text {
    color: #ea4c89;
  }
}

.skills-container {
  display: inline-flex;
}

.skill-box {
  flex: 0 0 auto;
  touch-action: pan-x;
  user-select: none;
}
.skill-box:not(:last-of-type) {
  margin-right: 40px;
}
@media only screen and (min-width: 992px) {
  .skill-box:not(:last-of-type) {
    margin-right: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .skill-box:first-of-type {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .skill-box:first-of-type {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .skill-box:last-of-type {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .skill-box:last-of-type {
    padding-right: 20px;
  }
}
.skill-box .head-title {
  font-weight: 400;
  margin-bottom: 15px;
  color: #ffffff;
}
.skill-box .head-title {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .skill-box .head-title {
    font-size: calc( 					16px + 3 * 						( 							math.div((100vw - 320px), 880) 						) 				);
  }
}
@media screen and (min-width: 1200px) {
  .skill-box .head-title {
    font-size: 19px;
  }
}

.skill-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.skill-list li {
  margin-bottom: 10px;
}
.skill-list li:not(:first-of-type) {
  margin-left: 10px;
}
@media only screen and (min-width: 992px) {
  .skill-list li:not(:first-of-type) {
    margin-left: 13px;
  }
}
.skill-list li.space {
  margin-left: 20px;
}
@media only screen and (min-width: 1200px) {
  .skill-list li:hover.sketch .ic {
    color: #fdac00;
  }
  .skill-list li:hover.xd .ic {
    color: #f335b6;
  }
  .skill-list li:hover.ps .ic {
    color: #00c9ff;
  }
  .skill-list li:hover.ai .ic {
    color: #ff7b00;
  }
  .skill-list li:hover.id .ic {
    color: #ff3893;
  }
  .skill-list li:hover.ae .ic {
    color: #c78cff;
  }
  .skill-list li:hover.pr .ic {
    color: #e48cfb;
  }
  .skill-list li:hover.html5 .ic {
    color: #ff6005;
  }
  .skill-list li:hover.css3 .ic {
    color: #2665f5;
  }
  .skill-list li:hover.sass .ic {
    color: #db69a3;
  }
  .skill-list li:hover.js .ic {
    color: #f9df00;
  }
  .skill-list li:hover.git .ic {
    color: #f24d26;
  }
  .skill-list li:hover.magento .ic {
    color: #f35906;
  }
  .skill-list li:hover.wordpress .ic {
    color: #0073aa;
  }
  .skill-list li:hover.g-optimize .ic {
    color: #a142f4;
  }
  .skill-list li:hover.jira .ic {
    color: #2085ff;
  }
  .skill-list li:hover.figma .ico svg {
    fill: #5357F6;
  }
  .skill-list li:hover.creacloud .ico svg {
    fill: #BF332E;
  }
  .skill-list li:hover.react .ico svg {
    fill: #60D3F3;
  }
}
.skill-list li .ic {
  color: #666666;
  transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
}
.skill-list li .ic {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .skill-list li .ic {
    font-size: calc( 					30px + 20 * 						( 							math.div((100vw - 320px), 880) 						) 				);
  }
}
@media screen and (min-width: 1200px) {
  .skill-list li .ic {
    font-size: 50px;
  }
}
.skill-list li .ico {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 576px) {
  .skill-list li .ico {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .skill-list li .ico {
    width: 50px;
    height: 50px;
  }
}
.skill-list li .ico svg {
  fill: #666666;
  transition: fill 0.2s ease-in-out;
}

/******************************************************************
    ! Experiences
******************************************************************/
.expt-container ul {
  pointer-events: none;
}
.expt-container ul > * {
  pointer-events: auto;
}
.expt-container ul:hover > li:not(:hover) {
  opacity: 0.5;
}
.expt-container ul:hover > li:hover .expt-description {
  color: #ffffff;
}

.expt-row {
  display: flex;
  align-items: flex-end;
  padding-bottom: 35px;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .expt-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .expt-row .expt-status {
    flex: 0 0 400px;
    width: 400px;
  }
}
.expt-row .expt-status > * {
  display: block;
}
.expt-row .expt-status .company {
  margin-bottom: 4px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.expt-row .expt-status .company {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .expt-row .expt-status .company {
    font-size: calc( 					13px + 3 * 						( 							math.div((100vw - 320px), 880) 						) 				);
  }
}
@media screen and (min-width: 1200px) {
  .expt-row .expt-status .company {
    font-size: 16px;
  }
}
.expt-row .expt-status .job-title {
  font-size: 1rem;
  letter-spacing: 0.25px;
  line-height: rem(19px);
}
.expt-row p {
  margin-top: 7px !important;
}
.expt-row p.expt-description {
  line-height: 19px;
  margin-top: 12px;
  letter-spacing: 0.25px;
  transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
}
.expt-row p.expt-description {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .expt-row p.expt-description {
    font-size: calc( 					14px + 2 * 						( 							math.div((100vw - 320px), 880) 						) 				);
  }
}
@media screen and (min-width: 1200px) {
  .expt-row p.expt-description {
    font-size: 16px;
  }
}

/******************************************************************
    ! Footer
******************************************************************/
#footer-main {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  #footer-main {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  #footer-main {
    padding-bottom: 40px;
  }
}

.social-links {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
@media only screen and (min-width: 576px) {
  .social-links {
    justify-content: flex-start;
  }
}
.social-links .head-title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.social-links .head-title {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .social-links .head-title {
    font-size: calc( 					16px + 3 * 						( 							math.div((100vw - 320px), 880) 						) 				);
  }
}
@media screen and (min-width: 1200px) {
  .social-links .head-title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 576px) {
  .social-links .head-title {
    justify-content: flex-start;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .social-links .head-title {
    margin-left: -45px;
  }
}
.social-links .links-list {
  display: inline-flex;
  align-items: center;
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
@media only screen and (min-width: 576px) {
  .social-links .links-list {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
}
@media only screen and (min-width: 992px) {
  .social-links .links-list {
    -webkit-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }
}
.social-links .links-list li:not(:last-child) {
  margin-right: 20px;
}
.social-links .links-list li .ic {
  font-size: 1.25rem;
  color: #ffffff;
  transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
}
.social-links .links-list li a.twitter:focus .ic {
  color: #1da1f2;
}
@media only screen and (min-width: 992px) {
  .social-links .links-list li a.twitter:hover .ic {
    color: #1da1f2;
  }
}
.social-links .links-list li a.linkedin:focus .ic {
  color: #0077b5;
}
@media only screen and (min-width: 992px) {
  .social-links .links-list li a.linkedin:hover .ic {
    color: #0077b5;
  }
}
.social-links .links-list li a.dribbble:focus .ic {
  color: #ea4c89;
}
@media only screen and (min-width: 992px) {
  .social-links .links-list li a.dribbble:hover .ic {
    color: #ea4c89;
  }
}

.copyright {
  margin-top: 20px;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  opacity: 0.5;
}
@media only screen and (min-width: 576px) {
  .copyright {
    margin-top: 7px;
  }
}

/******************************************************************
    ! Case studies
******************************************************************/
.case-studies_list {
  display: inline-flex;
  min-width: 100%;
}

.case-study {
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  min-width: 290px;
  max-width: 320px;
  cursor: pointer;
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) {
  .case-study {
    flex: 0 0 calc(33.33% - 40px);
    max-width: calc(33.33% - 40px);
  }
  .case-study:hover .case-study_img {
    background-color: rgba(255, 255, 255, 0.25);
  }
}
@media only screen and (max-width: 1199px) {
  .case-study {
    flex: 0 0 calc(50% - 40px);
  }
  .case-study:first-of-type {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .case-study {
    flex: 0 0 auto;
    width: 320px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .case-study {
    min-width: auto;
    width: 270px;
  }
}
.case-study_img {
  padding: 7px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
}
.case-study_img .img-container {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  font-size: 0;
  overflow: hidden;
  border-radius: 7px;
}
.case-study_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  -o-object-fit: cover;
}
.case-study_infos {
  padding: 12px 7px 0;
}
.case-study_infos .head-title a {
  line-height: 21px;
  font-weight: 600;
  color: #ffffff;
}
.case-study_infos .head-title a {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .case-study_infos .head-title a {
    font-size: calc( 					16px + 2 * 						( 							math.div((100vw - 320px), 880) 						) 				);
  }
}
@media screen and (min-width: 1200px) {
  .case-study_infos .head-title a {
    font-size: 18px;
  }
}
.case-study .case-study_tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.case-study .case-study_tags li {
  margin-bottom: 10px;
}
.case-study .case-study_tags li:not(:last-child) {
  margin-right: 10px;
}
.case-study .case-study_tags .ui-tags {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding: 0 7px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.65);
  color: #1f1f1f;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

/******************************************************************
    Animation JS/CSS
******************************************************************/
/*animation element*/
.animation-element {
  opacity: 0;
  /*animation element sliding up*/
  /*animation element sliding down*/
  /*animation element fading*/
  /*animation element sliding left*/
  /*animation element sliding right*/
}
.animation-element.slide-up.in-view {
  animation: slide-up 0.5s forwards;
  -webkit-animation: slide-up 0.5s forwards;
}
@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 15px, 0px);
    transform: translate3d(0px, 15px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 15px, 0px);
    transform: translate3d(0px, 15px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
.animation-element.slide-down.in-view {
  animation: slide-down 0.5s forwards;
  -webkit-animation: slide-down 0.5s forwards;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -15px, 0px);
    transform: translate3d(0px, -15px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -15px, 0px);
    transform: translate3d(0px, -15px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
.animation-element.fade {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  -webkit-transition: opacity 500ms ease-in-out;
}
.animation-element.fade.in-view {
  opacity: 1;
}
.animation-element.slide-left.in-view {
  animation: slide-left 0.5s forwards;
  -webkit-animation: slide-left 0.5s forwards;
}
@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15px, 0px, 0px);
    transform: translate3d(-15px, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15px, 0px, 0px);
    transform: translate3d(-15px, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
.animation-element.slide-right.in-view {
  animation: slide-right 0.5s forwards;
  -webkit-animation: slide-right 0.5s forwards;
}
@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(15px, 0px, 0px);
    transform: translate3d(15px, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(15px, 0px, 0px);
    transform: translate3d(15px, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
.animation-element.delay {
  animation-delay: 0.25s !important;
  -webkit-animation-delay: 0.25s !important;
}
.animation-element.delay-2 {
  animation-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
}

/******************************************************************
    ! Tippy
******************************************************************/
.tippy-popper figure, .tippy-popper img {
  font-size: 0;
}

.tippy-tooltip.custom-theme {
  padding: 7px;
  background-color: #3a3a3a;
  font-size: 0.8125rem;
  font-weight: 500;
}

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