@import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: sans-serif;
  color: rgb(255, 255, 255);
  background: rgb(24, 24, 24);
  overflow-x: hidden; /* Blue: #00D8FF Red: #FF2300*/
}

.onload {
  height: 100vh;
  width: 100%;
  background: #000;
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.close {
  z-index: 0;
  opacity: 0;
  transition: 1.5s;
}

@keyframes ldio-9b5igktrm68 {
  0% { transform: rotate(0) }
  100% { transform: rotate(360deg) }
}
.ldio-9b5igktrm68 div { box-sizing: border-box!important }
.ldio-9b5igktrm68 > div {
  position: absolute;
  width: 144px;
  height: 144px;
  top: 28px;
  left: 28px;
  border-radius: 50%;
  border: 16px solid #000;
  border-color: #00d8ff transparent #00d8ff transparent;
  animation: ldio-9b5igktrm68 1s linear infinite;
}

.ldio-9b5igktrm68 > div:nth-child(2), .ldio-9b5igktrm68 > div:nth-child(4) {
  width: 108px;
  height: 108px;
  top: 46px;
  left: 46px;
  animation: ldio-9b5igktrm68 1s linear infinite reverse;
}
.ldio-9b5igktrm68 > div:nth-child(2) {
  border-color: transparent #ffffff transparent #ffffff
}
.ldio-9b5igktrm68 > div:nth-child(3) { border-color: transparent }
.ldio-9b5igktrm68 > div:nth-child(3) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.ldio-9b5igktrm68 > div:nth-child(3) div:before, .ldio-9b5igktrm68 > div:nth-child(3) div:after { 
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: -16px;
  left: 48px;
  background: #00d8ff;
  border-radius: 50%;
  box-shadow: 0 128px 0 0 #00d8ff;
}
.ldio-9b5igktrm68 > div:nth-child(3) div:after {
  left: -16px;
  top: 48px;
  box-shadow: 128px 0 0 0 #00d8ff;
}

.ldio-9b5igktrm68 > div:nth-child(4) { border-color: transparent; }
.ldio-9b5igktrm68 > div:nth-child(4) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.ldio-9b5igktrm68 > div:nth-child(4) div:before, .ldio-9b5igktrm68 > div:nth-child(4) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: -16px;
  left: 30px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 92px 0 0 #ffffff;
}
.ldio-9b5igktrm68 > div:nth-child(4) div:after {
  left: -16px;
  top: 30px;
  box-shadow: 92px 0 0 0 #ffffff;
}
.loadingio-spinner-double-ring-seu2q2l00un {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #000000;
}
.ldio-9b5igktrm68 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-9b5igktrm68 div { box-sizing: content-box; }
/* generated by https://loading.io/ */



.fake-big {
  display: block;
  font-size: 14rem;
  font-weight: bolder;
  position: absolute;
  /* // top: -100px; */
  left: 170px;
  color: rgb(36,36,36);
  text-shadow: 2px 2px 4px 0 rgba(27, 26, 26, 0.5);
  user-select: none;
}

/* --------------------------------- */
/* ----------- Header -------------- */
/* --------------------------------- */

header {
  width: 98%;
  height: 10vh;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content:space-between;
  position: fixed;
  z-index: 3;
}
#sound {
  padding: 0 6px;
  background-color: #1b1b1b;
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: 1%;
}
.sound-cloud {
  font-size: 1.2rem;
  margin: 7px;
  color: #FF2300;
}
.on-off {
  cursor: pointer;
  margin-left: 5px;
}
#off {
  color: #FF2300;
}
#on {
  display: none;
  color: #00D8FF;
}
.btns-container .fas {
  font-size: 2rem;
  padding: 10px;
  background-color: #181818;
  color: #fff;
  cursor: pointer;
  margin: 20px 4px;
}
.btns-container .fas:nth-child(2) {
  display: none;
}

/* --------------------------------- */
/* --- aside section starts here --- */
/* --------------------------------- */

.aside {
  display: block;
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #191919;
  z-index: 2;
}
.show-nav {
  height: 100%;
  overflow: visible;
}
.aside-wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.logo-section {
  min-height: 35vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #000;
  color: #fff;
}
.logo {
  display: grid;
  place-items: center;
  text-decoration: none;
}
.logo img {
  width: 60px;
  height: auto;
  margin-bottom: 0.5rem;
}
.logo span {
  font-size: 1.5rem;
  font-weight: 800;
  font-stretch:semi-condensed;
  color: #fff;
}
.logo-section > span {
  margin-top: 20px;
  font-size: 10px;
  font-size: 'Times New Roman', Times, serif;
}

/* nav section starts here */

.nav-links {
  margin-bottom: 10%;
}
.nav-links a {
  display: block;
  text-align: center;
  line-height: 3rem;
  text-decoration: none;
  color: #908096;
}
.nav-links a:hover {
  color: #00D8FF;
}
.nav-links a::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #2d2d2e;
}
.nav-links a::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #2d2d2e;
}

/* social icons */

.social-icons {
  list-style: none;
  display: flex;
  margin-bottom: 30px;
}
.social-icons li {
  align-items: center;
  width: 30px;
  font-size: 1rem;
}
.social-icons li a {
  text-decoration: none;
  color: #909096;
}
.social-icons li a:hover {
  color: #00D8FF;
}

/* nav bar ends here */

/* --------------------------------- */
/* ------------ Home --------------- */
/* --------------------------------- */

#section-home {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 6%;
  box-sizing: border-box;
}
.text-zone h1 {
  font-size: 6rem;
  line-height: 90px;
  letter-spacing: -3.5px;
  position: relative;
}
.text-zone h1::before {
  content: '<h1>';
  position: absolute;
  top: -50px;
  left: -10px;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.text-zone h1::after {
  content: '</h1>';
  position: absolute;
  bottom: -20px;
  padding-left: 5%;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.text-zone img {
  width: 50px;
  height: 69px;
}
.text-zone .gray-text {
  margin-top: 30px;
  color: #a2a2a3;
  letter-spacing: 3px;
  font-size: 1rem;
  position: relative;
}
.text-zone .gray-text::before {
  content: '<p>';
  position: absolute;
  top: -30px;
  left: -20px;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.text-zone .gray-text::after {
  content: '</p>';
  position: absolute;
  bottom: -38px;
  left: -50px;
  padding-left: 5%;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}

/* contact me button */
.contact-button {
  text-decoration: none;
  width: 100%;
  max-width: 200px;
  height: 40px;
  display: block;
  line-height: 40px;
  letter-spacing: 3px;
  position: relative;
  text-align: center;
  color: #00D8FF;
  margin-top: 50px;
}
.contact-button div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.contact-button span.bg {
  position: absolute;
  width: 0%;
  height: 100%;
  left: -5px;
  top: 0;
  transition: all 0.3s ease-in-out;
  background-color: #00D8FF;
  transform: skewX(-19deg);
}
.contact-button:hover span.bg {
  width: 110%;
}
.contact-button span.base {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border: 1px solid #00D8FF;
  box-sizing: border-box;
}
.contact-button span.text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-button:hover span.text {
  color: #1d1d1d;
}
.scroll-down {
  position: absolute;
  right: -30px;
  bottom: 3.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
  display: block;
  font-size: 14px;
}
.scroll-down--left {
  left: -30px;
  right: auto;
}
.scroll-down span {
  display: inline-block;
  animation: scroll 0.5s linear infinite alternate-reverse;
}
@keyframes scroll {
  0% {
    transform: translateX(-7px);
  }
  100% {
    transform: translateX(7px);
  }
}
.scroll-down .fas {
  transform: rotate(270deg);
  margin-left: 10px;
}

/* --------------------------------- */
/* part 2 starts here */ /* part 2 starts here */ /* part 2 starts here */
/* --------------------------------- */
#section-about {
  min-height: 100vh;
  padding: 5rem 6% 5rem 6%;
  width: 100%;
  max-width: 1800px;
}

#section-about, .portfolio-zone {
  position: relative;
}
#header {
  display: flex;
  font-size: 2.5rem;
  color: #00D8FF;
  margin-bottom: 42px;
}
.portfolio-zone {
  width: auto;
}
.portfolio-zone .subtitle::before {
  content: '<h2>';
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.portfolio-zone .subtitle::after {
  content: '</h2>';
  position: absolute;
  bottom: -20px;
  left: -6%;
  padding-left: 5%;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.text-zone-2 {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items:center;
  justify-content: space-between;
  text-align: justify;
  position: relative;
}
.text-zone-2 p {
  position: relative;
  line-height: 1.5;
  width: 100%;
  margin-right: 5%;
  font-size: 1.1rem;
}
.text-zone-2 p::before {
  content: '<p>';
  position: absolute;
  top: -20px;
  left: -12px;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.text-zone-2 p::after {
  content: '</p>';
  position: absolute;
  bottom: -25px;
  left: -7%;
  padding-left: 5%;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.text-zone-2 .jherico {
  position: relative;
  margin: 0 5%;
	border-right: 2px solid #00D8FF;
	border-bottom: 2px solid #00D8FF;
	padding-right: 5px;
	padding-bottom: 5px;
	overflow: auto;
  justify-content: left;
  width: 75%;
  min-inline-size: 25%;
}
.fake-big-2 {
  font-weight: 700;
  position: absolute;
  color: rgb(36, 36, 36);
  left: 28%;
  bottom: 2%;
  letter-spacing: -10px;
  z-index: -999;
  white-space: nowrap;
}

/* --------------------------------- */
/* part 3 section starts here */
/* --------------------------------- */

#section-skills {
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 0 6%;
  justify-content: space-between;
  align-items: center;
  max-width: 1800px;
  margin: 10% 0;
}
#section-skills, .skills-title {
  position: relative;
}
.skills-title {
  width: auto;
}
.skills-title .subtitle::before {
  content: '<h2>';
  position: absolute;
  top: -20px;
  left: -12px;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.skills-title .subtitle::after {
  content: '</h2>';
  position: absolute;
  bottom: -20px;
  left: -7%;
  padding-left: 5%;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.text-zone-3 p {
  position: relative;
  margin-bottom: 15px;
  line-height: 1.75rem;
}
.text-zone-3 p::before {
  content: '<p>';
  position: absolute;
  top: -20px;
  left: -12px;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.text-zone-3 p::after {
  content: '</p>';
  position: absolute;
  bottom: -22px;
  left: -7%;
  padding-left: 5%;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.tech {
  text-decoration: none;
  color: #00D8FF;
}
.skills-charts{
  margin: 0 auto;
}
#section-skills .fake-big-2 {
  left: 60%;
  bottom: 4%;
}

/*--------------------------*/
/* projects section starts here */
/*--------------------------*/

#section-projects {
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 0 6% 0 6%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  max-width: 1800px;
}

#section-projects, .projects-title {
  position: relative;
}
.projects-title {
  width: auto;
}
.text-zone-4 h2::before {
  content: '<h2>';
  position: absolute;
  top: -20px;
  left: -12px;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.text-zone-4 h2::after {
  content: '</h2>';
  position: absolute;
  bottom: -22px;
  left: -6%;
  padding-left: 5%;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
[class*='rows-text'] {
  display: -webkit-box;
  -webkit-line-clamp: var(--rows);
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rows-text-1 {
  --rows: 1;
}

.rows-text-2 {
  --rows: 2;
}
.blog-articles {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}
.post-articles {
  width: 32%;
  height: 220px;
  background-color: #1d1d1d;
  padding: 25px;
  color: #909096;
  box-shadow: 0 0 5px 5px rgb(20, 20, 20);
  margin-bottom: 30px;
}
.blog-articles {
  width: auto;
  position: relative;
}
.blog-articles::before {
  content: '<div>';
  position: absolute;
  top: -24px;
  left: -12px;
  font-size: 1rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.blog-articles::after {
  content: '</div>';
  position: absolute;
  bottom: -10px;
  left: -6%;
  padding-left: 5%;
  font-size: 1rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.post-date {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.blog-post-title h5 a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #fff;
  display: block;
  margin: 15px 0;
}
.blog-post-title h5 a:hover {
  color: #00D8FF;
}
.section-projects .fake-big-2 {
  font-size: 12rem;
  font-weight: bolder;
  position: absolute;
  bottom: 12%;
  left: 48%;
}

/* link icons */

.link-icons {
  display: flex;
  width: 100%;
  margin: 30px auto;
  list-style: none;
  justify-content: center;
  
}
.link-icons li {
  align-items: center;
  width: 50px;
  font-size: 1.5rem;
}
.link-icons li a {
  text-decoration: none;
  color: #909096;
}
.link-icons li a:hover {
  color: #00D8FF;
}

/* contact section starts here. The Final Part */

/* --------------------------------- */
/* -------- Contact ---------------- */
/* --------------------------------- */

.contact-section {
  min-height: 25vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1800px;
}
.contact-section .header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header h2 {
  position: relative;
}
.contact-section .header h2::before {
  content: '<h2>';
  position: absolute;
  top: -18px;
  left: -12px;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.contact-section .header h2::after {
  content: '</h2>';
  position: absolute;
  bottom: -20px;
  left: -8%;
  padding-left: 5%;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.contact-icons {
  display: flex;
  width: 50%;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  list-style: none;
}
.contact-icons li {
  align-items: center;
  font-size: 4rem;
}
.contact-icons li a {
  text-decoration: none;
  color: #909096;
}
.contact-icons li a:hover {
  color: #00D8FF;
}
.contact-icons li a:hover .fa-envelope-open {
  color: #EA4335;
}
.contact-icons li a:hover .fa-linkedin {
  color: #0e76a8;
}
.contact-icons li a:hover .fa-whatsapp {
  color: #25D366;
}
.contact-icons li a:hover .fa-github {
  color: #000000;
}
.contact-icons li a:hover .fa-instagram {
  color: #D6249F;
}
.contact-icons li a:hover .fa-facebook {
  color: #1877F2;
}
.contact-icons {
  position: relative;
}
.contact-icons::before {
  content: '<ul>';
  position: absolute;
  top: -24px;
  left: -12px;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.contact-icons::after {
  content: '</ul>';
  position: absolute;
  bottom: -26px;
  left: -7%;
  padding-left: 5%;
  font-size: 1.2rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}

/* contact section ends here. The Final Part */

.footer {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 25px auto;
}
.footer-text {
  position: relative;
}
.footer-text::before {
  content: '<div>';
  position: absolute;
  top: -18px;
  left: -12px;
  font-size: 0.8rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}
.footer-text::after {
  content: '</div>';
  position: absolute;
  bottom: -24px;
  left: -14%;
  padding-left: 5%;
  font-size: 0.8rem;
  font-family: 'La Belle Aurore', cursive;
  color: #666565;
  letter-spacing: 3px;
}


/* --------------------------------- */
/* media section for bigger screens */
/* --------------------------------- */

@media screen and (min-width: 1320px) {
  header {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .btns-container {
    display: none;
  }

  .aside {
    width: 10%;
    height: 100%;
  }
  .aside-wrapper {
    height: 80%;
  }
  .logo-section {
    min-height: 25vh;
  }
  .logo img {
    width: 50px;
    height: auto;
  }

  /* home section */
  #section-home {
    padding-left: 14%;
  }
  .text-zone h1 {
    font-size: 6.3rem;
    line-height: 85px;
    letter-spacing: -6px;
  }
  .text-zone img {
    width: 50px;
    height: 72px;
  }
  .text-zone .gray-text {
    font-size: 1rem;
  }
  .scroll-down {
    right: -30px;
    bottom: 3.3rem;
  }
  .scroll-down--left {
    left: 8.5%;
    right: auto;
  }
  /* part 2 media query bigger screens starts here */
  #section-about {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-left: 14%;
  }
  .text-zone-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header {
    font-size: 3rem;
  }
  .text-zone-2 p {
    width: 100%;
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
  .fake-big-2 {
    font-size: 25rem;
    font-weight: 700;
    left: 28%;
  }

  /* media query for about section */
  #section-skills {
    flex-direction: row;
    padding-left: 14%;
    width: 100%;
    margin: 0 auto;
  }
  .text-zone-3 #header {
    width: 100%;
    font-size: 3rem;
  }
  .text-zone-3 p {
    width: 100%;
    font-size: 1.25rem;
    line-height: 2.25rem;
  }

  /* media query for blog section */
  #section-projects {
    width: 100%;
    margin: 0 auto 2rem auto;
    padding-left: 14%;
  }
  .blog-articles {
    width: 100%;
    margin: 0 auto;
    flex-flow: row wrap;
  }
  .post-articles {
    width: 32%;
    height: auto;
  }
  .blog-post-title h5 a {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  .section-projects .fake-big-2 {
    font-size: 25rem;
  }

  /* section contact */
  .contact-section {
    width: 100%;
    align-items: center;
    margin: auto;
  }
  .contact-section {
    width: 100%;
  }
}
/* --------------------------------- */
/* media section for smaller screens */
/* --------------------------------- */

@media screen and (max-width: 700px) {
  .nav-links {
    margin-bottom: 50%;
  }

  /* --- Home --- */

  .text-zone h1 {
    font-size: 3rem;
    line-height: 45px;
    letter-spacing: -3px;
  }
  .text-zone img {
    width: 35px;
    height: 50px;
  }
  .text-zone .gray-text {
    font-size: 14px;
  }

  /* --- About Me --- */

  .text-zone-2 {
    flex-direction: column;
  }
  .about-text {
    margin-bottom: 2.5rem;
  }
    .about-text p {
    font-size: 1rem;
  }
  .fake-big-2 {
    font-size: 10%;
    left: 5%;
  }

  /* --- My Skills --- */

  #section-skills {
    flex-direction: column;
  }
  #section-skills .fake-big-2 {
    left: 40%;
  }
  .canvas {
    width: 100%;
  }

  /* --- My Projects --- */

  .blog-articles {
    flex-direction: column;
  }
  .post-articles {
    width: 100%;
  }
  .section-projects .fake-big-2 {
    left: auto;
    font-size: 10%;
  }


  /* --- Contact --- */

  .contact-icons {
    width: 70%;
    flex-flow: row wrap;
  }
  .contact-icons li {
    font-size: 3.75rem;
    width: 33%;
    margin: 0 auto;
  }
  .contact-icons li a {
    display: block;
    width: 50%;
    margin: 0 auto 15% auto;
  }
}
