/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap&subset=latin-ext");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

.hero {
  max-width: 1024px;
  padding: 4rem;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .hero {
      padding: 2rem; } }
  .hero__description {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.5rem;
    max-width: 768px; }
    @media (max-width: 767px) {
      .hero__description {
        text-align: justify; } }
    .hero__description--detail {
      color: #52606D;
      font-weight: 300;
      font-size: 1.25rem;
      line-height: 2.25rem;
      padding-bottom: 3.75rem; }
      @media (max-width: 767px) {
        .hero__description--detail {
          text-align: justify; } }
  .hero__photo {
    border-radius: 40px;
    height: 150px;
    width: 150px; }
    @media (max-width: 767px) {
      .hero__photo {
        height: 80px;
        width: 80px; } }
  .hero__email {
    color: #171F3F;
    text-decoration: none;
    border-bottom: 2px solid #0593FB;
    border-top: 2px solid white;
    padding: 8px 0;
    -moz-transition: color .5s ease-in-out, border-bottom .5s linear, border-top .5s ease-in-out; }
    .hero__email:hover {
      color: #0593FB;
      border-bottom: 2.5px solid #fff;
      border-top: 2.5px solid #52606D; }
  .hero__link {
    color: #0593FB;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out; }
    .hero__link:hover {
      color: #171F3F; }

.skills {
  max-width: 1024px;
  padding: 2rem;
  margin: 0 auto; }
  .skills__header {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.25rem; }
    @media (max-width: 767px) {
      .skills__header {
        margin: 1rem; } }
    .skills__header::before {
      content: '';
      background: green;
      display: block;
      border-radius: .5rem;
      height: 4px;
      width: 80px;
      margin-bottom: 1.5rem; }
      .skills__header--green .skills__header::before {
        background: #06C847; }
      .skills__header--blue .skills__header::before {
        background: #0593FB; }
      .skills__header--violet .skills__header::before {
        background: #653CAD; }
  .skills__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
    padding: 0;
    margin-top: calc(1.5rem + 4px);
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    list-style-type: none; }
  .skills__item {
    padding: 12px 0 12px 22px;
    position: relative;
    min-height: 2.5rem; }
    .skills__item::before {
      background: url("../assets/img/bullet_green.svg");
      content: '';
      display: block;
      position: absolute;
      top: 12px;
      left: 0;
      height: 18px;
      width: 18px; }
      .skills__list--violet .skills__item::before {
        background: url("../assets/img/bullet_violet.svg"); }
      .skills__list--blue .skills__item::before {
        background: url("../assets/img/bullet_blue.svg"); }
  .skills__title {
    font-size: 2.5rem;
    margin: 0;
    padding: 1rem 0;
    border-bottom: 2px solid #CBD2D9;
    text-align: center; }
  .skills__sections {
    margin: .5rem 0 2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr; }
    @media (max-width: 767px) {
      .skills__sections {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin: .5rem 0; } }

.projects {
  max-width: 1024px;
  padding: 0 2rem 2rem;
  margin: 0 auto 8rem; }
  .projects__header {
    font-size: 2.5rem;
    margin: 0;
    padding: 1rem 0;
    border-bottom: 2px solid #CBD2D9; }
    @media (max-width: 767px) {
      .projects__header {
        text-align: center; } }
  .projects__description {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.5rem;
    max-width: 768px;
    margin: 2rem 0 4rem; }
    @media (max-width: 767px) {
      .projects__description {
        text-align: justify; } }
  .projects__logo {
    margin: .5rem; }
  .projects__repositories {
    border-radius: 8px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem; }
    @media (max-width: 767px) {
      .projects__repositories {
        grid-template-columns: repeat(auto-fill, minmax(256px, 1fr)); } }
  .projects__repo {
    -webkit-box-shadow: 0px 6px 16px rgba(24, 41, 67, 0.09);
            box-shadow: 0px 6px 16px rgba(24, 41, 67, 0.09);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin: 0;
    overflow: hidden; }
  .projects__title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 2.25rem;
    margin: .5rem; }
  .projects__content {
    color: #52606D;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 2.25rem;
    padding: 0;
    margin: .5rem; }
  .projects__container {
    background: #fff;
    padding: 2rem; }
  .projects__footer {
    background: #F5F7FA;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: end;
    padding: 1rem 1rem; }
  .projects__link {
    color: #0593FB;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 2.25rem;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .projects__link + .projects__link {
      margin-left: 32px;
      position: relative; }
      .projects__link + .projects__link::after {
        content: '';
        border-radius: 8px;
        display: block;
        width: 2px;
        height: 2rem;
        background: #CBD2D9;
        position: absolute;
        left: -24px;
        pointer-events: none; }
    .projects__link::before {
      content: '';
      display: block;
      margin-right: 8px;
      width: 1.5rem;
      height: 1.5rem;
      background: url("../assets/img/demo-icon.svg") center no-repeat; }
    .projects__link--code::before {
      background: url("../assets/img/code-icon.svg") center no-repeat; }

.contact {
  background: #171F3F;
  color: #F5F7FA; }
  .contact__header {
    font-size: 2.5rem;
    margin: 0 auto;
    padding: 8rem 0 0;
    max-width: 1184px; }
    @media (max-width: 767px) {
      .contact__header {
        padding: 0; } }
    .contact__header::before {
      content: '';
      display: block;
      border-radius: .5rem;
      width: 80px;
      height: 4px;
      background: #0593FB;
      margin-bottom: 1.5rem; }
  .contact__container {
    margin: 0 auto;
    padding: 2rem 2rem 8rem;
    max-width: 1184px; }
  .contact__description {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 2.25rem;
    max-width: 768px;
    margin: 2rem 0; }
  .contact__email {
    color: #F5F7FA;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 2rem;
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 2px solid #0593FB;
    border-top: 2px solid #171F3F;
    -moz-transition: color .5s ease-in-out, border-bottom .5s linear, border-top .5s ease-in-out; }
    .contact__email:hover {
      color: #0593FB;
      border-bottom: 2.5px solid #171F3F;
      border-top: 2px solid #F5F7FA; }
  .contact .social {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.5rem 0; }
    .contact .social__link {
      color: #F5F7FA;
      text-decoration: none; }
    .contact .social__item {
      padding-right: 1.5rem; }
    .contact .social__twitter {
      display: none; }
    .contact .social__icon {
      height: 24px;
      width: 24px; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth; }
  @media (max-width: 767px) {
    html {
      font-size: 12px; } }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  color: #171F3F;
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  border: 16px solid #171F3F; }
  @media (max-width: 767px) {
    body {
      border: none; } }

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