@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Nunito:wght@600&family=Open+Sans:wght@300&family=Poppins:wght@300&family=Quicksand:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Nunito:wght@600&family=Open+Sans:wght@300&family=Poppins:wght@300&family=Quicksand:wght@300&family=Roboto:wght@300&display=swap");
@import url("https://use.typekit.net/grv0vbg.css");
* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 550;
  background-color: #110e28;
  color: white;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  padding: 4%;
}

@media (min-width: 300px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 10vh;
    border-radius: 15px;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
  }
  header nav .nav-desktop {
    display: none;
  }
  header nav .left, header nav .right {
    font-size: 35px;
    padding: 4%;
  }
  header nav details {
    position: relative;
    text-align: right;
  }
  header nav details a {
    text-decoration: none;
    color: #5be6c8;
    padding: 5%;
  }
  header nav details > ul {
    border-radius: 15px;
    background-color: #8c2fee;
    width: 110%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header nav details > ul > li {
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    width: 100%;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  header .header-img {
    background-image: url("../img/app-monitoring.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 45vh;
    height: 45vh;
  }
  header .header-body {
    min-height: 10vh;
    width: 45vh;
  }
  header .header-body h1 {
    background-color: red;
    background-image: linear-gradient(45deg, #8c2fee, #af4261);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
  }
  header .header-body h1, header .header-body h2 {
    padding: 1% 4%;
  }
  header .header-body .padding-h2 {
    padding-bottom: 5%;
  }
  header .header-body .link-header {
    margin-top: 4%;
  }
  header .header-body a {
    text-decoration: none;
    background-color: #8c2fee;
    color: #5be6c8;
    padding: 2% 4%;
    margin-left: 3%;
    border-radius: 15px;
  }
  .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .about .subheader {
    width: 100%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .subheader h1, .about .subheader span {
    color: #8c2fee;
  }
  .about .subheader h1 {
    border-bottom: 1px solid #8c2fee;
  }
  .about #container {
    font-family: futura-pt, sans-serif;
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about #container .my-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
            column-gap: 50px;
    padding: 10px 8px;
    color: #126f97;
    font-size: 11px;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    -webkit-box-shadow: -4px -4px 4px white, -4px -4px 4px rgba(255, 255, 255, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.15);
            box-shadow: -4px -4px 4px white, -4px -4px 4px rgba(255, 255, 255, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.15);
  }
  .about #container .my-name .attribute {
    border-radius: 50%;
    -webkit-box-shadow: -2px -2px 5px white, -2px -2px 5px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.15);
            box-shadow: -2px -2px 5px white, -2px -2px 5px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.15);
  }
  .about #container .level {
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .about #container .level img {
    border-radius: 15px;
    -webkit-box-shadow: -4px -4px 4px white, -4px -4px 4px rgba(255, 255, 255, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.15);
            box-shadow: -4px -4px 4px white, -4px -4px 4px rgba(255, 255, 255, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.15);
  }
  .about #container .my-image {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
  }
  .about #container .my-image img {
    width: 35vh;
    border-radius: 5px;
    -webkit-box-shadow: -4px -4px 4px white, -4px -4px 4px rgba(255, 255, 255, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.15);
            box-shadow: -4px -4px 4px white, -4px -4px 4px rgba(255, 255, 255, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.15);
  }
  .about #container .card {
    border: 1px solid transparent;
    min-height: 70vh;
    -webkit-box-shadow: -5px -5px 5px white, -4px -4px 4px rgba(255, 255, 255, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.1), 5px 5px 5px rgba(0, 0, 0, 0.15);
            box-shadow: -5px -5px 5px white, -4px -4px 4px rgba(255, 255, 255, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.1), 5px 5px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
  .about #container .description {
    margin: 5%;
    padding: 3%;
    border-radius: 5px;
    -webkit-box-shadow: -4px -4px 4px white, -4px -4px 4px rgba(255, 255, 255, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.15);
            box-shadow: -4px -4px 4px white, -4px -4px 4px rgba(255, 255, 255, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.15);
  }
  .about #container .atk-def {
    margin-top: 10px;
    padding-top: 5px;
    border-top: solid 1px #d8d8d8;
    font-size: 12px;
    text-align: right;
  }
  .projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .projects .subheader {
    width: 100%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .projects .subheader h1, .projects .subheader span {
    color: #8c2fee;
  }
  .projects .subheader h1 {
    border-bottom: 1px solid #8c2fee;
  }
  .projects .container-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .projects .container-projects .container {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 15px;
    background-color: #8c2fee;
    -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
            box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    height: 60vh;
  }
  .projects .container-projects .container p {
    padding: 5%;
    text-align: center;
  }
  .projects .container-projects .container a {
    width: 100%;
    padding-bottom: 7%;
    padding-left: 24%;
    text-decoration: none;
    color: #5be6c8;
  }
  .projects .container-projects h3 {
    text-align: center;
    padding: 5%;
  }
  .projects .projeto1 {
    background: url("../img/projeto1.png");
    background-position: contain;
    background-size: cover;
    background-repeat: no-repeat;
    width: 35vh;
    height: 40vh;
    border-radius: 15px;
  }
  .projects .projeto2 {
    background: url("../img/projeto2.png");
    background-position: contain;
    background-size: cover;
    background-repeat: no-repeat;
    width: 35vh;
    height: 40vh;
    border-radius: 15px;
  }
  .projects .projeto3 {
    background: url("../img/projeto3.png");
    background-position: contain;
    background-size: cover;
    background-repeat: no-repeat;
    width: 35vh;
    height: 40vh;
    border-radius: 15px;
  }
  .projects .projeto4 {
    background: url("../img/projeto4.png");
    background-position: contain;
    background-size: cover;
    background-repeat: no-repeat;
    width: 35vh;
    height: 40vh;
    border-radius: 15px;
  }
  .projects .projeto5 {
    background: url("../img/projeto5.png");
    background-position: contain;
    background-size: cover;
    background-repeat: no-repeat;
    width: 35vh;
    height: 40vh;
    border-radius: 15px;
  }
  .projects .projeto6 {
    background: url("../img/projeto6.png");
    background-position: contain;
    background-size: cover;
    background-repeat: no-repeat;
    width: 35vh;
    height: 40vh;
    border-radius: 15px;
  }
  .skills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .skills .subheader {
    width: 100%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .skills .subheader h1, .skills .subheader span {
    color: #8c2fee;
  }
  .skills .subheader h1 {
    border-bottom: 1px solid #8c2fee;
  }
  .skills .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    width: 100%;
  }
  .skills .progress-bar > p:nth-child(1), .skills .progress-bar > p:nth-child(2), .skills .progress-bar > p:nth-child(3), .skills .progress-bar > p:nth-child(4) {
    width: 100%;
    background-color: gainsboro;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .skills .progress-bar > p:nth-child(1) > span {
    width: 80%;
    padding: 1%;
    background-color: #8c2fee;
    color: #5be6c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .skills .progress-bar > p:nth-child(1) > span i {
    text-align: center;
    width: 10%;
  }
  .skills .progress-bar > p:nth-child(2) > span {
    width: 90%;
    padding: 1%;
    background-color: #8c2fee;
    color: #5be6c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .skills .progress-bar > p:nth-child(2) > span i {
    text-align: center;
    width: 10%;
  }
  .skills .progress-bar > p:nth-child(3) > span {
    width: 70%;
    padding: 1%;
    background-color: #8c2fee;
    color: #5be6c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .skills .progress-bar > p:nth-child(3) > span i {
    text-align: center;
    width: 10%;
  }
  .skills .progress-bar > p:nth-child(4) > span {
    width: 60%;
    padding: 1%;
    background-color: #8c2fee;
    color: #5be6c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .skills .progress-bar > p:nth-child(4) > span i {
    text-align: center;
    width: 10%;
  }
  .education {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .education .subheader {
    width: 100%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .education .subheader h1, .education .subheader span {
    color: #8c2fee;
  }
  .education .subheader h1 {
    border-bottom: 1px solid #8c2fee;
  }
  .education div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .education div .card-body {
    padding: 5%;
  }
  .education div .card-ser {
    background: url("../img/logo-colegio-ser-mobile.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40vh;
    height: 40vh;
  }
  .education div .card-mack {
    background: url("../img/mackenzie-logo.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40vh;
    height: 40vh;
  }
  .education div .card-tam {
    background: url("../img/tamwood-logo.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40vh;
    height: 40vh;
  }
  .education div a {
    border: none;
    width: 40%;
    text-align: center;
    padding: 2%;
    background-color: #5be6c8;
    text-decoration: none;
    color: #022c44;
    border-radius: 15px;
  }
  .education .card {
    border: 1px solid gainsboro;
    -webkit-box-shadow: -4px -4px 4px white, -4px -4px 4px rgba(255, 255, 255, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.15);
            box-shadow: -4px -4px 4px white, -4px -4px 4px rgba(255, 255, 255, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 3%;
  }
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .contact .subheader {
    width: 100%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact .subheader h1, .contact .subheader span {
    color: #8c2fee;
  }
  .contact .subheader h1 {
    border-bottom: 1px solid #8c2fee;
  }
  .contact form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    padding: 1%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact input {
    border: 1px solid gainsboro;
    padding: 4%;
    outline: none;
    width: 90%;
  }
  .contact [type="submit"] {
    background-color: #5be6c8;
    color: #022c44;
    font-weight: bold;
    width: 99%;
  }
  .contact textarea {
    border: 1px solid gainsboro;
    width: 90%;
    padding: 4%;
    height: 10vh;
  }
  .contact .text-below-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .contact .text-below-contact div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .text-below-contact a {
    text-decoration: none;
    color: cornflowerblue;
  }
  footer {
    background-color: #8c2fee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    row-gap: 5px;
    padding: 1%;
    color: whitesmoke;
  }
  footer article {
    width: 99%;
    height: 19vh;
  }
  footer p {
    padding: 5%;
  }
  footer input {
    padding: 1.5%;
    border: none;
    outline: none;
  }
  footer [type="submit"] {
    background-color: #5be6c8;
    color: #022c44;
    font-weight: bold;
  }
  footer h1 {
    font-weight: 900;
  }
  footer a {
    text-decoration: none;
    color: whitesmoke;
  }
  footer article:nth-child(1) > .container-links-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 15px;
            column-gap: 15px;
    font-size: 30px;
  }
}

@media (min-width: 800px) {
  main {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header {
    width: 64.5vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header nav {
    width: 100%;
  }
  header .header-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-body .wrap {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45vh;
  }
  header .header-body .link-header {
    width: 32%;
  }
  section {
    width: 42vh;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact {
    width: 50vh;
  }
  .contact article {
    width: 100%;
  }
  .education .card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 63.4vh;
  }
  footer ul {
    list-style: none;
  }
}

@media (min-width: 1080px) {
  main section {
    width: 100%;
  }
  header {
    width: 100%;
    height: 100vh;
  }
  header .right {
    display: none;
  }
  header .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 15px;
    row-gap: 20px;
    height: 1vh !important;
  }
  header .left i {
    cursor: pointer;
  }
  header nav {
    padding-bottom: 2%;
    min-height: 14.4vh;
    font-size: 20px;
  }
  header nav .nav-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    width: 100%;
    -webkit-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    list-style-type: none;
  }
  header nav .nav-desktop li {
    color: #5be6c8;
    height: 4vh;
    padding: 0.5%;
  }
  header nav .nav-desktop a {
    text-decoration: none;
  }
  header nav .nav-desktop li:hover {
    border: 1px solid red;
    border-radius: 15px;
    color: #8c2fee;
    border: 1px solid #5be6c8;
    background-color: #5be6c8;
    -webkit-box-shadow: 0 0 10px #8c2fee, 0 0 40px #8c2fee, 0 0 80px #8c2fee;
            box-shadow: 0 0 10px #8c2fee, 0 0 40px #8c2fee, 0 0 80px #8c2fee;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  header .header-body {
    width: 100%;
    height: 100vh;
  }
  header .header-body .wrap {
    width: 50%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 25px;
  }
  header .header-body .wrap a {
    width: 18% !important;
  }
  header .header-body .wrap a:hover {
    color: #8c2fee;
    border: 1px solid #5be6c8;
    background-color: #5be6c8;
    -webkit-box-shadow: 0 0 10px #8c2fee, 0 0 40px #8c2fee, 0 0 80px #8c2fee;
            box-shadow: 0 0 10px #8c2fee, 0 0 40px #8c2fee, 0 0 80px #8c2fee;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  header .header-body .header-img {
    width: 100vh;
    height: 90vh;
  }
  .about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100vh;
  }
  .about article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    row-gap: 50px;
  }
  .about article #container1 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
  }
  .about article #container {
    width: 30%;
  }
  .projects {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .projects .container-projects {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .projects .container-projects .container {
    width: 30%;
  }
  .projects .container-projects a {
    width: 25% !important;
    padding: 2% !important;
    margin-bottom: 2%;
    border-radius: 15px;
  }
  .projects .container-projects a:hover {
    color: #8c2fee;
    border: 1px solid #5be6c8;
    background-color: #5be6c8;
    -webkit-box-shadow: 0 0 10px #8c2fee, 0 0 40px #8c2fee, 0 0 80px #8c2fee;
            box-shadow: 0 0 10px #8c2fee, 0 0 40px #8c2fee, 0 0 80px #8c2fee;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .skills {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 65vh;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: none;
        -ms-flex-align: none;
            align-items: none;
  }
  .skills .subheader {
    width: 100%;
    text-align: top;
  }
  .skills article {
    width: 30%;
  }
  .skills .progress-bar {
    width: 60%;
  }
  .skills .effect:hover {
    color: #5be6c8;
    border: 1px solid #5be6c8;
    background-color: #8c2fee;
    -webkit-box-shadow: 0 0 10px #8c2fee, 0 0 40px #8c2fee, 0 0 80px #8c2fee;
            box-shadow: 0 0 10px #8c2fee, 0 0 40px #8c2fee, 0 0 80px #8c2fee;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .education {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;
  }
  .education .card {
    width: 40vh;
    height: 60vh;
  }
  .education .card-body a {
    padding: 3%;
    background-color: #8c2fee;
  }
  .education .card:hover {
    background-color: #5be6c8;
    color: black;
  }
  .education .card:hover a:hover {
    color: #5be6c8;
    background-color: #8c2fee;
    -webkit-box-shadow: 0 0 10px #8c2fee, 0 0 40px #8c2fee, 0 0 80px #8c2fee;
            box-shadow: 0 0 10px #8c2fee, 0 0 40px #8c2fee, 0 0 80px #8c2fee;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .contact {
    width: 100%;
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .contact textarea {
    outline: none;
  }
  .contact input:focus, .contact textarea:focus {
    border: 2px solid #8c2fee;
    -webkit-box-shadow: 0 0 10px #8c2fee, 0 0 40px #8c2fee, 0 0 80px #8c2fee;
            box-shadow: 0 0 10px #8c2fee, 0 0 40px #8c2fee, 0 0 80px #8c2fee;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .contact article {
    width: 40%;
  }
  .contact [type="submit"] {
    border: none;
    cursor: pointer;
  }
  .contact [type="submit"]:hover {
    background-color: #5be6c8;
    -webkit-box-shadow: 0 0 10px #5be6c8, 0 0 40px #5be6c8, 0 0 80px #5be6c8;
            box-shadow: 0 0 10px #5be6c8, 0 0 40px #5be6c8, 0 0 80px #5be6c8;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  footer {
    width: 97.89%;
    min-height: 30vh;
  }
  footer [type="submit"] {
    border: none;
    cursor: pointer;
  }
  footer [type="submit"]:hover {
    background-color: #5be6c8;
    -webkit-box-shadow: 0 0 10px #5be6c8, 0 0 40px #5be6c8, 0 0 80px #5be6c8;
            box-shadow: 0 0 10px #5be6c8, 0 0 40px #5be6c8, 0 0 80px #5be6c8;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  footer [type="email"] {
    width: 35vh;
  }
  footer a:hover {
    color: #5be6c8;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  footer input:focus {
    border: 2px solid #5be6c8;
    -webkit-box-shadow: 0 0 10px #5be6c8, 0 0 40px #5be6c8, 0 0 80px #5be6c8;
            box-shadow: 0 0 10px #5be6c8, 0 0 40px #5be6c8, 0 0 80px #5be6c8;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
  }
}
/*# sourceMappingURL=style.css.map */