html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

html {
  font-size: 125%;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}

.wrapper {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
}

ul {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "opticuento";
  src: url("../assests/font/opticuento-webfont.woff2") format("woff2"), url("../assests/font/opticuento-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
li {
  list-style: none;
}

h1,
h2,
h3,
.logo {
  font-family: "opticuento";
}

h1 {
  text-transform: uppercase;
  line-height: 3.2rem;
  font-size: 2.7rem;
  text-shadow: 0px 3px 10px rgba(29, 29, 29, 0.15), 0px 13px 2px rgba(29, 29, 29, 0.1), 0px 23px 30px rgba(29, 29, 29, 0.1);
}

h2 {
  margin: 2% 0;
  font-size: 1.8rem;
  text-transform: uppercase;
}

h3 {
  margin: 2% 0;
  font-size: 1.7rem;
  text-align: center;
}

h1,
h2,
h3 {
  letter-spacing: 0.2rem;
}

h4,
p,
a,
button,
li {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
}

a {
  text-decoration: none;
}

.skip-link {
  position: absolute;
  left: 250px;
  top: -50px;
  background-color: rgb(244, 244, 242);
  padding: 1%;
  color: rgb(58, 58, 58);
  -webkit-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
  z-index: 30;
}

.skip-link:focus {
  top: 17px;
}

header {
  background-color: rgb(245, 232, 224);
  height: 100vh;
  background-image: url(../assests/wave-pattern.png);
  background-size: 330px;
}

.header-nav-container {
  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;
  padding-top: 2%;
}
.header-nav-container .hamburger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: collapse;
  z-index: 20;
  border: none;
  padding: 0;
  background-color: transparent;
}
.header-nav-container .hamburger i {
  font-size: 1.5rem;
  color: rgb(58, 58, 58);
}
.header-nav-container .hamburger i:hover,
.header-nav-container .hamburger i:focus {
  color: rgb(252, 91, 27);
}

.logo {
  font-size: 1.9rem;
  color: rgb(58, 58, 58);
  z-index: 20;
}

.top-nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.top-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 35vw;
}
.top-nav ul a {
  color: rgb(58, 58, 58);
}
.top-nav ul a:hover,
.top-nav ul a:focus {
  text-decoration: underline;
}

.mobile-nav {
  position: fixed;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: 0.4s -webkit-transform ease;
  transition: 0.4s -webkit-transform ease;
  transition: 0.4s transform ease;
  transition: 0.4s transform ease, 0.4s -webkit-transform ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  visibility: hidden;
}
.mobile-nav ul {
  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;
  width: 100%;
  background-color: rgba(245, 232, 224, 0.95);
  height: 100vh;
  padding-top: 15%;
}
.mobile-nav ul li {
  padding: 5% 0;
}
.mobile-nav ul li a {
  color: rgb(58, 58, 58);
  padding: 25px 200px;
}
.mobile-nav ul li a:hover,
.mobile-nav ul li a:focus {
  text-decoration: underline;
}

.opened {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.stop-scroll {
  overflow: hidden;
}

.title-container {
  position: relative;
}

.decoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.large-circle {
  background-color: rgb(252, 91, 27);
  height: 550px;
  width: 550px;
  border-radius: 50%;
  z-index: 1;
}

div.small-circle {
  background-color: rgb(244, 244, 242);
  height: 250px;
  width: 250px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 57%;
}

.title {
  z-index: 2;
  position: absolute;
  top: 25%;
  left: 20%;
}
.title span {
  padding-left: 50px;
}

.down-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.down-arrow img {
  height: 80px;
  width: 80px;
}

.bounce {
  -webkit-animation: bounce 2500ms infinite;
          animation: bounce 2500ms infinite;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.about-section {
  margin: 4% 0;
}
.about-section .bio {
  margin-bottom: 4%;
}

.about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3%;
}
.about-container .about-text {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-container .about-text p {
  line-height: 1.6rem;
  padding-top: 2%;
}
.about-container .about-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
}
.about-container .about-image img {
  width: 100%;
  border-radius: 50%;
}
.about-container .about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-container .about-text p {
  margin-bottom: 0;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about .resume-button {
  margin-top: 10%;
  background-color: rgb(58, 58, 58);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 200px;
}
.about .resume-button i {
  font-size: 1.4rem;
  color: rgb(244, 244, 242);
}
.about .resume-button p {
  color: rgb(244, 244, 242);
}

.resume-button:hover,
.resume-button:focus {
  background-color: rgb(252, 91, 27);
}

.about-title {
  width: 100%;
}

.square-decoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.square-decoration .small-square {
  height: 5px;
  width: 5px;
  background-color: rgb(252, 91, 27);
  margin-left: 2px;
  margin-bottom: 2px;
}
.square-decoration .med-square {
  height: 9px;
  width: 9px;
  background-color: rgb(252, 91, 27);
  margin-left: 2px;
}
.square-decoration .large-square {
  height: 20px;
  width: 20px;
  background-color: rgb(252, 91, 27);
  margin-left: 2px;
}

.skills-gallery {
  padding: 4% 0;
  width: 100%;
}
.skills-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.skills-gallery ul li {
  margin: 2% 4%;
  width: 8.6666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.skills-gallery ul li p {
  font-size: 16px;
  text-align: center;
  padding-top: 10%;
}
.skills-gallery ul li i {
  font-size: 3rem;
  text-align: center;
  color: rgb(58, 58, 58);
}

.projects-section {
  background-color: rgb(245, 232, 224);
  padding: 3% 0;
  background-image: url(../assests/wave-pattern.png);
  background-size: 330px;
}
.projects-section :nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.project-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5% 0;
  background-color: rgba(245, 232, 224, 0.6);
  padding: 3% 1%;
}
.project-container .project-image,
.project-container .project-text {
  width: 46%;
}
.project-container .project-image {
  margin-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-container .project-image img {
  width: 100%;
}
.project-container .project-text {
  margin: 0 2%;
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.project-container .project-text h3 {
  text-align: left;
}
.project-container .project-text p {
  line-height: 1.6rem;
  margin-bottom: 25px;
}
.project-container .project-text .peer-link {
  color: black;
  text-decoration: underline;
}
.project-container .project-text .peer-link:hover,
.project-container .project-text .peer-link:focus {
  color: rgb(252, 91, 27);
}
.project-container .project-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3% 0;
}
.project-container .project-text ul li {
  font-size: 1.5rem;
  padding-right: 3%;
}
.project-container .project-text .links-container a {
  color: rgb(245, 232, 224);
  background-color: black;
  padding: 12px 30px;
}
.project-container .project-text .links-container a:hover,
.project-container .project-text .links-container a:focus {
  color: rgb(245, 232, 224);
  background-color: rgb(252, 91, 27);
}
.project-container li img {
  height: 30px;
  width: 30px;
}

.reveal {
  position: relative;
  opacity: 0;
}

.active {
  opacity: 1;
}

.active.fade-in-left {
  -webkit-animation: fade-left 1s ease-in;
          animation: fade-left 1s ease-in;
}

@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.square-decoration2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20%;
}
.square-decoration2 .small-square {
  height: 5px;
  width: 5px;
  background-color: rgb(252, 91, 27);
  margin-left: 2px;
  margin-bottom: 2px;
}
.square-decoration2 .med-square {
  height: 9px;
  width: 9px;
  background-color: rgb(252, 91, 27);
  margin-left: 2px;
}
.square-decoration2 .long-square {
  height: 20px;
  width: 5px;
  background-color: rgb(252, 91, 27);
  margin-left: 2px;
  margin-bottom: 2px;
}
.square-decoration2 .large-square {
  height: 20px;
  width: 20px;
  background-color: rgb(252, 91, 27);
  margin-left: 2px;
  margin-top: 4px;
}

.contact-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;
}
.contact-container h3,
.contact-container img {
  margin-bottom: 3.5%;
}
.contact-container img {
  border-radius: 50%;
  width: 250px;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4%;
}
.contact .contact-buttons {
  background-color: rgb(58, 58, 58);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  margin: 0 15px;
}
.contact .contact-buttons i {
  font-size: 1.4rem;
  color: rgb(244, 244, 242);
}
.contact .contact-buttons p {
  color: rgb(244, 244, 242);
}
.contact .contact-buttons:hover,
.contact .contact-buttons:focus {
  background-color: rgb(252, 91, 27);
}

footer {
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer p {
  color: rgb(244, 244, 242);
  padding: 2% 0;
  text-align: center;
  font-size: 16px;
}
footer p i {
  color: rgb(252, 91, 27);
}

@media (max-width: 950px) {
  .title {
    left: auto;
  }
  .title span {
    padding-left: 0px;
  }

  h1 {
    text-align: center;
  }

  .top-nav {
    display: none;
  }

  .header-nav-container .hamburger {
    visibility: visible;
  }

  .mobile-nav {
    visibility: visible;
  }

  .down-arrow {
    padding-top: 5%;
  }

  .about-container {
    -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-container .about-image {
    margin-bottom: 4%;
    width: 40%;
  }
  .about-container .about-text {
    width: 100%;
  }
  .about-container .about-text p {
    margin-bottom: 4%;
    text-align: center;
  }

  .projects-section :nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .project-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project-container .project-image,
.project-container .project-text {
    width: 100%;
  }

  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 40vh;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px;
  }
}
@media (max-width: 750px) {
  .title-container {
    width: 100%;
  }

  h1 {
    padding-top: 10%;
  }

  div.large-circle {
    margin-top: 75px;
    height: 450px;
    width: 450px;
  }

  div.small-circle {
    height: 150px;
    width: 150px;
    top: 60%;
    left: 60%;
  }

  .about-container .about-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-container .about-image img {
    width: 250px;
  }

  .skills-gallery ul li {
    width: 17%;
  }

  .contact-container h3 {
    margin: 5% 0;
  }

  .socials-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  .title {
    padding-top: 10%;
  }
  .title span {
    font-size: 1.8rem;
  }
}
@media (max-width: 550px) {
  div.large-circle {
    margin-top: 90px;
    height: 350px;
    width: 350px;
  }

  div.small-circle {
    height: 125px;
    width: 125px;
    top: 53%;
    left: 55%;
  }

  p,
a {
    font-size: 0.9rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  .skills-gallery ul li {
    width: 25.3333333333%;
  }
  .skills-gallery ul li p {
    font-size: 16px;
  }
  .skills-gallery ul li i {
    font-size: 2.5rem;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .title {
    padding-top: 10%;
  }
  .title span {
    font-size: 1.5rem;
  }

  div.large-circle {
    margin-top: 120px;
    height: 300px;
    width: 300px;
  }

  div.small-circle {
    height: 100px;
    width: 100px;
    top: 53%;
    left: 55%;
  }

  h2 {
    margin: 10% 0;
    font-size: 1.4rem;
    text-align: center;
  }

  h3 {
    font-size: 1.2rem;
  }

  .square-decoration,
.square-decoration2 {
    margin-bottom: 10%;
  }

  .contact-container h3 {
    margin: 12% 0;
  }
}