/*
0-600px:    phone
600-900px:  tablet portrait
900-1200px: tablet landscape
1800+px:    big desktop

Breakpoint argument choices
- phone
- tab-port
- tab-land
- big-desktop
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 1800px) {
  html {
    font-size: 75%;
  }
}

body {
  box-sizing: border-box;
  background-color: #14293d;
}

.page-container {
  min-height: 100vh;
  position: relative;
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(O);
  }
}

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

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(O);
  }
}

@keyframes wave {
  0% {
    transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-10deg);
  }
  20% {
    transform: rotateZ(11deg);
  }
  30% {
    transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(8deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}

@keyframes tap {
  0%,
  100% {
    transform: translate(0, 0) scale(1) rotate(-1deg);
    opacity: 65%;
  }
  30% {
    transform: translate(-1px, 3px) scale(0.95) rotate(-5deg);
    opacity: 80%;
  }
}

@keyframes menuSlide {
  0% {
    opacity: 0;
    transform: translateX(-5%);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}

body {
  font-size: 1.6rem;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'freight-text-pro', serif;
}

h1 {
  font-size: 5rem;
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.7rem;
}

footer {
  font-family: 'Open Sans', sans-serif;
}

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

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

@media screen and (min-width: 600px) and (max-width: 899px) {
  .u-margin-bottom-big {
    margin-bottom: 5rem !important;
  }
}

.u-margin-bottom-mid {
  margin-bottom: 5rem !important;
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .u-margin-bottom-mid {
    margin-bottom: 3rem !important;
  }
}

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

.u-margin-top-smallmid {
  margin-top: 2rem !important;
}

.u-margin-top-mid {
  margin-top: 5rem !important;
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .u-margin-top-mid {
    margin-top: 3rem !important;
  }
}

.bounce-on-load {
  opacity: 0;
  transform: translateY(3rem);
  transition: 0.3s all cubic-bezier(0.15, 0.87, 0.47, 1.26);
}

.card {
  height: 600px;
  border-radius: 15px;
  position: relative;
  transition: 0.1s box-shadow;
  box-shadow: 0 0 0 black;
  transform: translateY(0px);
}

.card:not(:first-child) {
  margin-top: 4rem;
}

.card__link {
  display: none;
}

@media screen and (min-width: 900px) and (hover: hover) {
  .card__link {
    display: inherit;
    position: absolute;
    height: 100%;
    width: 100%;
    text-decoration-style: inherit;
    color: inherit;
    z-index: 10000;
  }
}

.card__link--title {
  position: absolute;
  right: 0;
  top: 0;
  height: 70%;
  width: 100%;
  margin-top: 2rem;
}

.card--1 {
  background: linear-gradient(0deg, #ffd66e, #ffeab2, #c8f8ff 80%), #ffeab3;
  color: #14293d;
}

.card--1 .card__title:after {
  background-color: #14293d;
}

.card--2 {
  background: linear-gradient(11deg, #f5ac9c, #ffefe3);
  color: #531a0d;
}

.card--2 .card__title:after {
  background-color: #531a0d;
}

.card--3 {
  background: linear-gradient(18deg, #995d24, #fff5d3);
  color: #422600;
}

.card--3 .card__title:after {
  background-color: #422600;
}

@media screen and (hover: hover) {
  .card:hover {
    box-shadow: 0 15px 40px #575c79;
    transform: translateY(-5px);
    cursor: pointer;
  }
  .card:hover .card__image-wrapper {
    filter: blur(10px);
  }
  .card:hover h3.card__title:after {
    transform: translateY(0);
    opacity: 1;
  }
}

.card__content {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 5rem;
  margin-top: 4rem;
  text-align: right;
  z-index: 1000;
}

@media screen and (max-width: 900px) {
  .card__content {
    margin-right: 3rem;
    margin-top: 3rem;
  }
}

.card__title {
  margin-top: 2rem;
}

@media screen and (max-width: 900px) {
  .card__title {
    margin-top: 1rem;
  }
}

.card__title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 3px;
  right: 0;
  background-color: #e7d0c7;
  z-index: -100;
}

@media screen and (hover: hover) {
  .card__title:after {
    transform: translateY(5px);
    transition: all 0.2s ease-in-out;
    opacity: 0;
  }
}

.card__image-wrapper {
  min-width: 65%;
  height: 80%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
  .card__image-wrapper {
    width: 80%;
    height: 80%;
  }
}

@media screen and (min-width: 900px) and (max-width: 1199px) and (hover: none) {
  .card__image-wrapper {
    top: 37%;
    height: 45%;
  }
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .card__image-wrapper {
    width: 70%;
    height: 45%;
    top: 40%;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .card__image-wrapper {
    width: 90%;
    top: 35%;
  }
}

.card__image {
  width: 100%;
  height: 100%;
}

.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 900px) and (hover: hover) {
  .hover {
    background-color: rgba(255, 255, 255, 0.7);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
  }
}

.hover__content {
  margin: 0 2rem;
  position: absolute;
  bottom: 0;
  margin-bottom: 4rem;
}

@media screen and (min-width: 900px) and (hover: hover) {
  .hover__content {
    position: initial;
    bottom: initial;
    margin-bottom: initial;
    transform: translateY(7px);
    transition: all 0.2s;
  }
}

.hover__text {
  margin-bottom: 2rem;
  max-width: 600px;
}

.hover__skills {
  font-weight: 500;
  text-decoration: underline;
}

.hover__list {
  list-style-position: outside;
  margin-left: 1.9rem;
}

.hover__list li {
  margin-top: 0.5rem;
}

.logo {
  background-color: #e7d0c7;
  width: 40rem;
  height: 40rem;
  max-width: 100%;
  border-radius: 15px;
  position: relative;
  flex-shrink: 0;
  transition-delay: 0.3s;
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
  .logo {
    width: 35rem;
    height: 35rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .logo {
    width: 100%;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .logo {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 399px) {
  .logo {
    max-height: 30rem;
  }
}

.logo__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
}

.logo__path {
  stroke: #14293d;
  --stroke-dasharray: 700;
  stroke-dasharray: var(--stroke-dasharray);
  stroke-dashoffset: 700;
  animation: draw 5s ease-in-out forwards;
}

.logo__path--first {
  stroke: transparent;
  stroke-dashoffset: 0;
  animation: fillIn 2s ease-in-out 4.7s forwards;
}

.logo__path--second {
  stroke: #e7d0c7;
  animation-delay: 0.6s;
}

.logo__path--third {
  animation: draw 4s ease-in-out 0.6s forwards, moveDown 2s ease-in-out 4.2s forwards;
}

.logo__path--fourth {
  stroke: #e7d0c7;
  animation-delay: 0.9s;
}

.logo__path--fifth {
  stroke: #14293d;
  animation-delay: 0.9s;
}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes moveDown {
  0% {
    transform: translateY(0);
    stroke: #14293d;
  }
  100% {
    transform: translateY(3px);
    stroke: #531a0d;
  }
}

@keyframes fillIn {
  0% {
    stroke: transparent;
  }
  100% {
    stroke: #14293d;
  }
}

.linkhand {
  position: absolute;
  right: 15%;
  opacity: 65%;
  animation: tap 1.5s infinite;
}

.linkhand--1 {
  fill: #14293d;
}

.linkhand--2 {
  fill: #531a0d;
}

.linkhand--3 {
  fill: #422600;
}

.hamburger {
  position: relative;
  margin-top: 0.2rem;
  width: 3rem;
  height: 23px;
  cursor: pointer;
}

@media screen and (min-width: 900px) {
  .hamburger {
    display: none;
  }
}

.hamburger__line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.2s all ease-in-out;
}

.hamburger__line:nth-child(1) {
  top: 0;
  transform-origin: top left;
}

.hamburger__line:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hamburger__line:nth-child(3) {
  bottom: 0;
  transform-origin: bottom left;
}

.hamburger--open .hamburger__line:nth-child(1) {
  transform: translateX(5px) translateY(0px) rotate(45deg);
}

.hamburger--open .hamburger__line:nth-child(2) {
  opacity: 0;
}

.hamburger--open .hamburger__line:nth-child(3) {
  transform: translateX(5px) translateY(0) rotate(-45deg);
}

.hamburger--closed:hover .hamburger__line:nth-child(1) {
  transform: translateY(-1px);
}

.hamburger--closed:hover .hamburger__line:nth-child(3) {
  transform: translateY(1px);
}

.header {
  width: 100%;
  height: 70px;
  background-color: #14293d;
  position: sticky;
  z-index: 1000;
  top: 0;
}

.navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  padding: 0 12rem;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .navigation {
    padding: 0 3rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .navigation {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
  .navigation {
    padding: 0 9rem;
  }
}

.navigation__list {
  margin-top: 0.2rem;
}

.navigation__item {
  display: inline-block;
}

.navigation__item:not(:first-child) {
  margin-left: 3rem;
}

.navigation__underline {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e7d0c7;
  visibility: hidden;
  transform: scaleX(0);
}

.navigation__link {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}

.navigation__link--active {
  color: #e7d0c7;
}

.navigation__link--active .navigation__underline {
  visibility: visible;
  transform: scaleX(1);
}

.navigation__link:hover {
  transition: all 0.15s ease-in-out;
  color: #e7d0c7;
}

.navigation__link:hover .navigation__underline {
  visibility: visible;
  transform: scaleX(1);
  transition: all 0.15s ease-in-out;
}

.navigation__logo {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navigation__icon {
  color: #fff;
  font-size: 2rem;
}

.navigation__icon:hover {
  color: #e7d0c7;
}

@media screen and (max-width: 900px) {
  .navigation__list {
    overflow-x: hidden;
    background-color: #14293d;
    position: fixed;
    width: 100%;
    top: 3rem;
    left: 0;
    padding-bottom: 2rem;
    height: auto;
    padding-left: 6rem;
    display: none;
  }
}

@media screen and (max-width: 900px) and (min-width: 0px) and (max-width: 599px) {
  .navigation__list {
    padding-left: 3rem;
  }
}

@media screen and (max-width: 900px) {
  .navigation__list .navigation__item {
    display: block;
    margin-left: 0;
    margin-bottom: 1.5rem;
  }
  .navigation__list .navigation__item:first-child {
    margin-top: 2rem;
  }
  .navigation__list .navigation__item:not(:first-child) {
    margin-left: 0;
  }
  .navigation__list .navigation__link {
    font-size: 2rem;
  }
  .navigation__list--active {
    display: initial;
    animation: menuSlide 0.4s ease-out;
  }
}

.footer {
  color: #e7d0c7;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 12rem;
  padding-top: 6rem;
}

.footer__text {
  display: inline-block;
}

.page-content {
  padding-bottom: 12rem;
}

.hero {
  margin: 0 12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 95vh;
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
  .hero {
    margin: 3rem 6rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .hero {
    margin: 3rem 4rem;
    flex-direction: column;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .hero {
    margin: 3rem 2rem;
    flex-direction: column;
  }
}

.hero__content {
  margin-right: 5rem;
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .hero__content {
    margin-right: 0;
  }
}

.hero__typefx span {
  border-right: solid;
  animation: 1s blink infinite steps(1);
}

.hero__subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.projects {
  margin: 0 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.projects__title {
  text-align: center;
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
  .projects {
    margin: 0 6rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .projects {
    margin: 0 4rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .projects {
    margin: 0 2rem;
  }
}

.about-container {
  padding-bottom: 12rem;
  display: flex;
  margin: 3rem 10rem 0;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
  .about-container {
    margin: 3rem 6rem 0;
  }
}

@media (max-width: 1100px) {
  .about-container {
    flex-direction: column;
  }
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .about-container {
    margin: 3rem 4rem 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .about-container {
    margin: 3rem 3rem 0;
  }
}

.about__image-container {
  width: 50%;
  overflow: hidden;
  margin-right: 5rem;
  border-radius: 15px;
  max-width: 450px;
}

@media (max-width: 1100px) {
  .about__image-container {
    margin-right: 0;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .about__image-container {
    width: 70%;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .about__image-container {
    width: 70%;
  }
}

.about__image {
  width: 100%;
  display: block;
}

.about__content {
  transition-delay: 0.2s;
  width: 50%;
}

@media (max-width: 1200px) {
  .about__content {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .about__content {
    max-width: 800px;
  }
}

.about__title {
  margin-bottom: 3rem;
  font-size: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .about__title {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 399px) {
  .about__title {
    font-size: 3rem;
  }
}

.about__text {
  margin-bottom: 1rem;
  text-align: justify;
}

.contact-container {
  padding-bottom: 12rem;
  margin: 3rem 12rem 0;
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .contact-container {
    margin: 3rem 4rem 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .contact-container {
    margin: 3rem 2rem 0;
  }
}

.contact__title {
  margin-bottom: 3rem;
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
  .contact__title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 900px) {
  .contact__title {
    font-size: 3rem;
  }
}

.contact__list {
  list-style-type: none;
  margin-top: 2rem;
}

.contact__list a {
  color: #fff;
}

.contact__list a:hover {
  color: #e7d0c7;
}

.contact__subtitle--sans {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
}

.hand-wave {
  position: absolute;
  transform-origin: 70% 70%;
  animation: wave 2s infinite ease-in-out;
}

.fa-linkedin-in, .fa-paper-plane {
  margin-right: 8px;
}
/*# sourceMappingURL=main.css.map */