/* Flex */
/* Colors */
/* Fonts */
/* Mixins */
/* Animation */
@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(15);
    transform: scale(15);
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(15);
    transform: scale(15);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  scroll-behavior: smooth;
}

/* Elements */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  cursor: pointer;
}

.hidden {
  opacity: 0;
}

.responsive {
  max-width: 100%;
  height: auto;
}

/* Flex */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.flex3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.flex4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.flex-third {
  width: 32%;
}

.flex-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.flex-start {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.flex-end {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.flex-between {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.flex-vcenter {
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.flex-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* Padding */
.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pt-0 {
  padding-top: 0;
}

.pt-50 {
  padding-top: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pt-30 {
  padding-top: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-100 {
  padding-right: 100px;
}

/* Margin */
.ml-10 {
  margin-left: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mt-130 {
  margin-top: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.ml-130 {
  margin-left: 130px;
}

.mr-130 {
  margin-right: 130px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mr-150 {
  margin-right: 150px;
}

/* Align */
.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

/* Misc */
.fullscreen {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
}

.full-width {
  width: 100vw;
  max-width: 100%;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

/* Colors */
.white {
  color: white;
}

/* Colors */
/* Fonts */
/* Mixins */
/* Animation */
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(15);
    transform: scale(15);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

html,
body {
  position: relative;
  overflow-x: hidden;
}

body {
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.85);
  position: relative;
}

body h1,
body h2 {
  font-family: "Fira Code", Times, serif;
}

body h1,
body h2 {
  font-size: 18px;
  line-height: 32px;
}

body h2 {
  text-align: left;
}

body h3 {
  font-size: 16px;
  line-height: 28px;
}

body .emoji {
  width: 22px;
  height: 22px;
  margin-bottom: -5px;
  margin-left: 3px;
}

body .title {
  font-family: "Fira Code", Times, serif;
}

body .title hr {
  width: 200vh;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  height: 3px;
  border: 0;
  background-color: #F2F2F2;
}

body .title div {
  background-color: white;
  padding: 0 15px 0 55px;
  position: relative;
  margin-left: -15px;
  display: inline-block;
}

body .title div:before {
  display: block;
  content: ' ';
  background-image: url("../assets/svg/wave.svg");
  background-size: 22px 22px;
  height: 22px;
  width: 22px;
  position: absolute;
  left: 15px;
  z-index: 2;
}

body .btn {
  text-transform: uppercase;
  padding: 10px 15px;
  border: 2px solid transparent;
  font-size: 15px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .btn.main {
  background-color: #C2A3CC;
  border-color: #C2A3CC;
  color: white;
}

body .btn.main svg {
  fill: white;
}

body .btn.main:hover {
  background-color: transparent;
  color: #C2A3CC;
}

body .btn.main:hover svg {
  fill: #C2A3CC;
}

body .btn.border {
  color: black;
  border-color: black;
  background-color: white;
}

body .btn.border:hover {
  background-color: black !important;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .btn.border:hover svg {
  fill: white;
}

body #menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
}

body #menu #tabs {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}

body #menu #tabs div {
  margin-right: 30px;
  padding-bottom: 5px;
  border-bottom: 3px solid white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

body #menu #tabs div:hover {
  border-bottom-color: #C2A3CC;
}

body #menu #tabs #logo {
  margin-left: 100px;
}

body #social {
  position: absolute;
  right: 34px;
  top: 100px;
}

body #social #instagram,
body #social #linkedin {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

body #social a:hover {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

body #social a:hover #instagram,
body #social a:hover #linkedin {
  fill: #C2A3CC;
}

body #wrapper {
  padding: 0px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #wrapper section {
  width: auto;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 50px;
}

body #wrapper section#hero {
  padding-top: 30px;
  padding-bottom: 100px;
}

body #wrapper section#hero #avatar {
  position: relative;
  font-size: 15px;
  cursor: -webkit-grab;
  cursor: grab;
}

body #wrapper section#hero #avatar img {
  width: 300px;
  height: 300px;
  margin: 10px 0;
}

body #wrapper section#hero #avatar:hover #avatar1 {
  opacity: 0;
}

body #wrapper section#hero #avatar:hover #avatar2 {
  opacity: 1;
}

body #wrapper section#hero #avatar #avatar1 {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

body #wrapper section#hero #avatar #avatar1 .pro {
  position: relative;
  z-index: 2;
}

body #wrapper section#hero #avatar #avatar1 .perso {
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: 1;
}

body #wrapper section#hero #avatar #avatar2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

body #wrapper section#hero #avatar #avatar2 .pro {
  position: relative;
  z-index: 1;
}

body #wrapper section#hero #avatar #avatar2 .perso {
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: 2;
}

body #wrapper section#hero #avatar #avatar-mobile {
  display: none;
}

body #wrapper section#hero #skills .tag {
  display: inline-block;
  background-color: #F2F2F2;
  padding: 2px 15px;
  margin: 20px 0;
}

body #wrapper section#persona {
  padding-bottom: 0;
}

body #wrapper section#persona .title div:before {
  background-image: url("../assets/svg/gamer.svg");
  margin-top: -2px;
}

body #wrapper section#persona .persona {
  position: relative;
}

body #wrapper section#persona .persona .illu {
  width: 300px;
  height: 300px;
  padding: 50px;
  position: absolute;
  left: 0;
  margin-top: -50px;
  z-index: 2;
  background-color: white;
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
}

body #wrapper section#persona .persona .illu svg {
  width: 100%;
  height: auto;
}

body #wrapper section#persona .persona .text {
  background-color: #f8F8F8;
  padding: 75px 100px 75px 230px;
  position: relative;
  margin-left: 150px;
  margin-bottom: 100px;
}

body #wrapper section#persona .persona .text .name {
  font-size: 14px;
  font-family: "Fira Code", Times, serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}

body #wrapper section#persona .persona .text h2 {
  text-align: left;
}

body #wrapper section#persona .persona .text hr {
  width: 35px;
  border: none;
  height: 4px;
  background-color: #C2A3CC;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 30px;
}

body #wrapper section#persona .persona .text p {
  line-height: 27px;
}

body #wrapper section#persona .persona .text .btn {
  position: absolute;
  right: 100px;
  bottom: -20px;
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body #wrapper section#persona .persona.inverse .illu {
  left: auto;
  right: 0;
}

body #wrapper section#persona .persona.inverse .text {
  padding: 75px 230px 75px 100px;
  margin-right: 150px;
  margin-left: 0;
}

body #wrapper section#footer .flex-third {
  padding: 0 2%;
}

body #wrapper section#footer p {
  font-size: 14px;
  margin-top: 30px;
}

body #wrapper section#footer a {
  border: 2px solid black;
  padding: 3px 7px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

body #wrapper section#footer a:hover {
  background-color: black;
  color: white;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

@media only screen and (max-width: 1080px) {
  body #wrapper {
    padding: 0 50px 0 50px;
  }
  #hero .ml-130 {
    margin-left: 0;
  }
  #hero .flex-responsive:not(#skills) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #avatar1,
  #avatar2 {
    display: none;
  }
  body #wrapper section#hero #avatar #avatar-mobile {
    display: block;
    margin-bottom: 20px;
  }
  body #wrapper section#hero #avatar #avatar-mobile img {
    margin: 0;
  }
  body #wrapper section#persona .persona {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 150px;
  }
  body #wrapper section#persona .persona:last-child {
    margin-bottom: 100px;
  }
  body #wrapper section#persona .persona .illu {
    position: relative;
    margin-bottom: -50px;
  }
  body #wrapper section#persona .persona .text {
    margin: 0 !important;
    padding: 115px 75px 75px 75px;
  }
  body #wrapper section#persona .persona .text .btn {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: -45px;
  }
  body #wrapper section#persona .persona.inverse .text {
    padding: 115px 75px 75px 75px;
  }
}

@media only screen and (max-width: 1024px) {
  body #hero .flex:not(#skills) {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  body #wrapper section#hero {
    padding-top: 0;
  }
  #menu,
  #social {
    display: none;
  }
  #skills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
  #skills > div {
    margin-top: 75px;
  }
  #footer .flex {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #footer .flex .flex-third {
    width: 100%;
    margin-bottom: 50px;
  }
  #footer .flex .flex-third:last-child {
    margin-bottom: 0;
  }
  body #wrapper section#persona .persona .text {
    margin: 0;
    padding: 115px 0 50px 0;
    background-color: transparent;
  }
  body #wrapper section#persona .persona.inverse .text {
    padding: 115px 0 50px 0;
  }
}

@media only screen and (max-width: 768px) and (max-width: 480px) {
  #needs {
    display: block;
  }
  #hero .flex {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body #social {
    display: none;
  }
  body #wrapper section#persona .persona {
    margin-bottom: 175px;
  }
  body #wrapper section#persona .persona:last-child {
    margin-bottom: 100px;
  }
  body #wrapper section#persona .persona:first-child {
    margin-top: 130px;
  }
  body #wrapper section#persona .persona .text .btn {
    width: 100%;
    margin-top: 50px;
  }
}
/*# sourceMappingURL=style.css.map */