/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Source+Code+Pro:wght@400;600&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; }

/* END RESET CSS */
#resultHover .smartphone, #works .container .row .work-card, #skills .container .row .col-4 .skill-card, #contact .col-12 #box .container .bubble.left {
  background: linear-gradient(145deg, #131313, #161616);
  box-shadow: 5px 5px 15px #0F0F0F,  -5px -5px 15px #1B1B1B; }

:root {
  font-size: 1.125rem; }

@media (min-width: 600px) {
  #box {
    font-size: 1.5rem; } }
@media (min-width: 900px) {
  #box {
    font-size: 1.75rem; } }
@media (min-width: 1200px) {
  #box {
    font-size: 20px; } }
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

@keyframes dotsOpacity {
  0% {
    opacity: .2; }
  50% {
    opacity: .4; }
  100% {
    opacity: .2; } }
@keyframes scaleUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.06); } }
@keyframes fadeIn {
  from {
    display: none;
    opacity: 0; }
  to {
    display: block;
    opacity: 1; } }
.fadeIn {
  animation: fadeIn 300ms ease-out forwards; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    display: none;
    opacity: 0; } }
.fadeOut {
  animation: fadeOut 300ms ease-out forwards; }

@keyframes dividerWidth {
  from {
    width: 25px; }
  to {
    width: 75px; } }
.icon-blank-target {
  height: 16px;
  width: 16px; }

html {
  scroll-behavior: smooth; }

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #151515;
  color: #F7F7F7; }

body > .container {
  width: 1440px; }

/* GRID SYSTEM */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow: visible; }

.container {
  overflow: auto;
  padding-right: 15px;
  padding-left: 15px;
  overflow: visible; }
  .container .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    overflow: visible; }
    .container .row .col-12 {
      flex: 0 0 100%;
      max-width: 100%;
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      overflow: visible; }
    .container .row .col-4 {
      flex: 0 0 33%;
      max-width: 33%;
      position: relative;
      width: 100%;
      padding-right: 5px;
      padding-left: 5px;
      overflow: visible; }
    .container .row .col-6 {
      flex: 0 0 50%;
      max-width: 50%;
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      overflow: visible; }
    .container .row #rightCol {
      padding-right: 90px;
      padding-left: 0px; }

/* END GRID SYSTEM */
#resultHover {
  height: 100vh;
  width: 100vw;
  background-color: #151515EE;
  position: fixed;
  z-index: 99;
  display: none;
  padding: 90px 30px 30px; }
  #resultHover .smartphone {
    height: calc(736px / 1.5);
    width: calc(414px / 1.5);
    border-radius: 20px; }

/* HERO */
#hero {
  padding-left: 90px;
  padding-right: 60px;
  padding-top: 90px;
  position: fixed; }
  #hero h1 {
    margin-top: 25px;
    font-size: 64px;
    font-weight: 600; }
  #hero .presentation {
    font-size: 16px;
    color: #949495;
    width: 500px;
    line-height: 28px;
    margin-top: 50px; }
    #hero .presentation a {
      color: #F7F7F7; }
  #hero .main-nav {
    font-size: 12px;
    margin-top: 75px;
    color: #949495; }
    #hero .main-nav ul {
      list-style-type: none; }
      #hero .main-nav ul li.nav-item {
        margin-bottom: 30px; }
        #hero .main-nav ul li.nav-item a {
          color: #949495;
          text-decoration: none;
          width: 100%; }
        #hero .main-nav ul li.nav-item .divider {
          width: 25px;
          height: 2px;
          background-color: #949495;
          display: inline-block;
          transform: translateY(-3px);
          margin-left: 12px;
          margin-right: 12px; }
        #hero .main-nav ul li.nav-item.active, #hero .main-nav ul li.nav-item:hover {
          color: #fff; }
          #hero .main-nav ul li.nav-item.active a, #hero .main-nav ul li.nav-item:hover a {
            color: #fff; }
          #hero .main-nav ul li.nav-item.active .divider, #hero .main-nav ul li.nav-item:hover .divider {
            background-color: #fff;
            animation: dividerWidth 500ms ease forwards; }
  #hero .soocial-links {
    position: fixed;
    display: flex;
    justify-content: space-between;
    bottom: 90px; }
    #hero .soocial-links .soocial-link {
      font-size: 16px;
      font-weight: 400;
      margin-right: 90px;
      color: #949495;
      text-decoration: none; }
      #hero .soocial-links .soocial-link:hover {
        color: #fff; }

/* END HERO */
/* WORKS */
#works {
  max-width: 100%;
  padding-top: 90px;
  overflow: visible; }
  #works .container {
    overflow: visible; }
    #works .container .row {
      margin-right: 0px;
      margin-left: 0px;
      overflow: visible; }
      #works .container .row .work-card {
        width: 100%;
        margin-bottom: 15px;
        padding: 40px 50px 30px;
        border-radius: 10px; }
        #works .container .row .work-card:hover {
          animation: scaleUp 300ms forwards ease-out; }
        #works .container .row .work-card .category-work {
          font-size: 10px;
          margin-bottom: 20px; }
        #works .container .row .work-card .name-work {
          font-size: 24px;
          margin-bottom: 24px; }
        #works .container .row .work-card .description-work {
          font-size: 14px;
          margin-bottom: 20px;
          color: #949495; }
        #works .container .row .work-card a.work-link {
          font-size: 16px;
          color: #F7F7F7;
          text-decoration: none;
          opacity: .7; }
          #works .container .row .work-card a.work-link:hover {
            opacity: 1;
            animation: opacity 300ms ease; }
        #works .container .row .work-card .icon-blank-target {
          height: 14px;
          width: 14px;
          margin-left: 10px; }

/* END WORKS */
/* SKILLS */
#skills {
  padding-top: 90px; }
  #skills .container {
    overflow: visible; }
    #skills .container .row {
      overflow: visible; }
      #skills .container .row .col-4 {
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: visible; }
        #skills .container .row .col-4 .skill-card {
          margin-bottom: 20px;
          position: relative;
          display: flex;
          border-radius: 10px;
          color: #aaa; }
          #skills .container .row .col-4 .skill-card:hover {
            animation: scaleUp 300ms forwards ease-out;
            color: #F7F7F7; }
          #skills .container .row .col-4 .skill-card .skill-color {
            width: 100%;
            position: absolute;
            display: flex;
            bottom: 0;
            left: 0px;
            z-index: 1;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px; }
          #skills .container .row .col-4 .skill-card .skill-content {
            padding: 40px 25px 20px;
            z-index: 9; }
            #skills .container .row .col-4 .skill-card .skill-content .category-skill {
              font-size: 12px;
              margin-bottom: 25px;
              z-index: 9;
              pointer-events: none; }
            #skills .container .row .col-4 .skill-card .skill-content .name-skill {
              font-size: 24px;
              margin-bottom: 25px;
              z-index: 9;
              pointer-events: none; }
            #skills .container .row .col-4 .skill-card .skill-content .description-skill {
              display: none;
              font-size: 16px;
              margin-bottom: 25px;
              z-index: 9;
              pointer-events: none; }

/* END SKILLS */
/* CONTACT */
#contact {
  min-height: 650px;
  margin-bottom: 50px;
  display: flex;
  overflow: visible;
  padding-top: 90px;
  overflow: visible; }
  #contact .col-12 {
    padding-left: 5px;
    padding-right: 5px;
    overflow: visible; }
    #contact .col-12 #box {
      align-self: flex-end;
      width: 600px;
      padding-right: 15px;
      overflow: visible; }
      #contact .col-12 #box .container {
        overflow: visible; }
        #contact .col-12 #box .container .row {
          margin-bottom: 15px; }
          #contact .col-12 #box .container .row.blue-bubble {
            justify-content: flex-end;
            margin-top: 15px;
            margin-bottom: 15px; }
        #contact .col-12 #box .container .date-message {
          text-align: center;
          color: #8D8D8E;
          margin-bottom: 50px;
          font-size: 14px; }
        #contact .col-12 #box .container .bubble {
          display: inline-flex;
          margin: 0 0 .125rem 0;
          padding: .5rem .85rem;
          line-height: 1.5rem;
          border-radius: 1.25rem;
          transform-origin: 0 100%;
          vertical-align: middle;
          transition: border-radius .25s ease-out .075s;
          color: #fff;
          font-weight: 400; }
          #contact .col-12 #box .container .bubble.left {
            margin-left: 50px; }
            #contact .col-12 #box .container .bubble.left.cornered {
              border-bottom-left-radius: 0; }
          #contact .col-12 #box .container .bubble.right {
            background: linear-gradient(145deg, #1e49bf, #2357e3);
            box-shadow: 5px 5px 15px #0F0F0F,  -5px -5px 15px #1B1B1B;
            float: right;
            color: #fff;
            overflow: hidden; }
            #contact .col-12 #box .container .bubble.right.cornered {
              border-bottom-right-radius: 0;
              border-bottom-left-radius: 1.25rem; }
            #contact .col-12 #box .container .bubble.right::after {
              content: "";
              position: absolute;
              bottom: 0;
              left: -.5rem;
              width: .5rem;
              height: .5rem;
              background-size: .5rem .5rem;
              background-position: .5rem 0;
              background-repeat: no-repeat;
              transition: background-position .15s ease-in; }
          #contact .col-12 #box .container .bubble span {
            display: block; }
          #contact .col-12 #box .container .bubble .message {
            opacity: 0; }
          #contact .col-12 #box .container .bubble a {
            color: #3b82f6; }
          #contact .col-12 #box .container .bubble .loading {
            position: absolute;
            width: 2.25rem;
            font-size: 2rem;
            line-height: 1.3rem; }
            #contact .col-12 #box .container .bubble .loading b {
              display: inline-block;
              color: #fff;
              opacity: .2;
              animation: dotsOpacity 750ms ease;
              animation-iteration-count: infinite; }
              #contact .col-12 #box .container .bubble .loading b:nth-of-type(2) {
                animation-delay: 250ms; }
              #contact .col-12 #box .container .bubble .loading b:nth-of-type(3) {
                animation-delay: 500ms; }
        #contact .col-12 #box .container .distrib {
          display: flex;
          width: 100%; }
          #contact .col-12 #box .container .distrib p {
            width: 100%;
            text-align: right;
            color: #8D8D8E;
            font-size: 16px;
            margin: 8px 5px 0px 0px; }

/* END CONTACT */
/* FOOTER */
#footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 90px; }
  #footer .container {
    width: 1440px; }
    #footer .container .col-6:first-of-type {
      padding-left: 90px; }
    #footer .container .footer-copyright {
      text-align: center;
      color: #949495;
      font-size: 16px; }
      #footer .container .footer-copyright a {
        color: #fff;
        text-decoration: none; }

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