@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap");
@font-face {
  font-family: "futura";
  src: url("/images/Futura Book.ttf");
}
*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "JetBrains Mono", sans-serif;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  align-items: center;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  background-color: #181818;
  color: rgb(236, 236, 236);
}

.section {
  min-height: 100vh;
}

img,
picture {
  max-width: 100%;
  display: block;
}

::selection {
  background-color: #3DD6D0;
  color: black;
}

.btn {
  display: inline-block;
  background-color: #3DD6D0;
  color: #181818;
  padding: 0.3rem 1.3rem;
  font-size: 1rem;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  margin-right: 0.5rem;
  box-shadow: 0 1px rgba(0, 0, 0, 0.45);
  border-radius: 2px;
}
.btn:hover {
  opacity: 0.7;
}

.btn-rounded {
  border-radius: 5px;
}

.btn-l {
  font-size: 1.2rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
}

.vanta-canvas {
  position: fixed;
  opacity: 0.8;
  width: 100%;
  height: 100vh;
  padding-top: 20em;
  z-index: -100;
}

/*!
 * fullPage 3.1.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*# sourceMappingURL=fullpage.min.css.map */
.nav {
  display: none;
  align-items: center;
  position: fixed;
  height: 350px;
  width: 70px;
  overflow-x: hidden;
  transition: width 0.5s;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 999;
  margin-left: 1em;
  background-color: #303030;
}
.nav ul {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 5px;
  padding-top: 40px;
}
.nav ul li {
  position: relative;
  list-style: none;
  width: 100%;
  border-radius: 15%;
}
.nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: white;
}
.nav ul li a .icon {
  position: relative;
  display: block;
  min-width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
}
.nav ul li a .icon ion-icon {
  position: relative;
  font-size: 1.5rem;
  z-index: 1;
}
.nav ul li a .title {
  position: relative;
  display: block;
  padding-left: 10px;
  height: 60px;
  line-height: 60px;
  white-space: nowrap;
}
.nav ul li a:hover {
  opacity: 0.6;
  transition: 0.4s ease;
}
.nav:hover {
  width: 160px;
}

@media (min-width: 1722px) {
  .nav {
    display: flex;
  }
}
.hero {
  text-align: left;
}
.hero .container {
  position: relative;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
}
.hero .container .hero-title {
  font-size: 5.5em;
  margin-bottom: 0em;
  line-height: 1.2;
}
.hero .container .hero-github {
  display: flex;
  align-items: center;
  margin-bottom: 4em;
  transition: 0.3s ease;
}
.hero .container .hero-github:hover {
  opacity: 0.7;
}
.hero .container h2 {
  color: rgb(165, 165, 165);
  font-weight: 300;
}
.hero .container h2 span {
  color: #3DD6D0;
}
.hero .container .btn {
  margin-top: 4em;
  margin-bottom: 5em;
  transition: opacity 0.3s ease;
  box-shadow: 0px 8px #398ebe;
}
.hero .container .btn a {
  text-decoration: none;
  color: #181818;
}
.hero .container .circle {
  margin-top: 4em;
  animation: circleAnim 0.9s infinite;
}

@keyframes circleAnim {
  from {
    transform: translate(262px, 798px);
    z-index: 5;
    opacity: 1;
  }
  to {
    transform: translate(262px, 830px);
    opacity: 0;
  }
}
.about {
  text-align: center;
}
.about .about-title {
  font-size: 3rem;
}
.about .about-subtitle {
  color: rgb(150, 150, 150);
}
.about .about-paragraph {
  padding: 1em;
  width: 800px;
  margin: 0 auto;
}
.about .code-icon {
  margin: 2em;
}

.skills .inner {
  padding-top: 1.2rem;
}
@media (max-width: 1148px) {
  .skills .inner {
    padding-top: 0.8rem;
  }
}
.skills .header {
  position: relative;
  text-align: center;
  color: white;
  padding: 1rem;
}
@media (max-width: 1148px) {
  .skills .header {
    padding: 0.3rem;
  }
}
@media (max-width: 1148px) {
  .skills h3 {
    font-size: 0.8em;
  }
}
.skills .container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: wrap;
  align-items: center;
  text-align: center;
  padding: 1rem 80px;
  font-size: 1.2rem;
}
@media (max-width: 1148px) {
  .skills .container {
    font-size: 0.8em;
  }
}
.skills .skills-box {
  padding: 1rem;
  color: #ddd;
  cursor: pointer;
  width: 500px;
  text-align: center;
  transition: transform 0.3s;
}
.skills .skills-box:hover {
  transform: scale(1.03);
}
@media (max-width: 1148px) {
  .skills .skills-box {
    padding: 0.3rem;
  }
}
.skills .skills-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.skills .skills-title h3 {
  margin: 0.5rem;
}
@media (max-width: 1148px) {
  .skills .skills-title {
    margin-bottom: 0.2rem;
  }
}
.skills .img {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skills .skills-icon {
  width: 50px;
}
.skills p {
  color: rgb(177, 177, 177);
}
@media (max-width: 1148px) {
  .skills p {
    font-size: 0.7em;
  }
}

.projects {
  text-align: center;
}
.projects .projects-header {
  padding-bottom: 10em;
}
.projects .projects-header .projects-title {
  font-size: 3rem;
}
.projects .projects-header .projects-subtitle {
  color: rgb(150, 150, 150);
}
.projects .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.projects .grid .project-item {
  padding: 3em;
}
.projects .grid .project-item p {
  color: rgb(150, 150, 150);
}
.projects .grid .project-item .item-img {
  margin-top: 4em;
  border: 1px solid white;
  transition: 0.5s ease;
  cursor: pointer;
  border-radius: 5px;
}
.projects .grid .project-item .item-img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

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