/* ==> RESET <== */
*,
*::after,
*::before {
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* ==> HERO SECTION <== */
.jl-hero {
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.123);
}
.jl-hero > .jl-hero__container {
  width: 100%;
  margin: 0 auto;
  max-width: 956px;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.jl-hero > .jl-hero__container > .jl-hero__title {
  color: #fff;
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 500;
  text-align: center;
  font-family: 'Arbutus Slab', serif;
  margin-bottom: 1rem;
}
.jl-hero > .jl-hero__container > .jl-hero__resume {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  line-height: 135%;
  font-family: 'Space Grotesk', sans-serif;
}
/* ==> EXPERIENCE SECTION <== */
.jl-experience {
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.123);
}
.jl-experience > .jl-experience__container {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  max-width: 956px;
  font-family: 'Space Grotesk', sans-serif;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.jl-experience > .jl-experience__container > .jl-experience__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3.55rem;
}
.jl-experience > .jl-experience__container > .jl-experience__projects {
  display: flex;
  gap: 2.85rem;
  flex-wrap: wrap;
  flex-direction: column;
}
.jl-experience > .jl-experience__container > .jl-experience__projects > .jl-experience__project {
  border: 1px solid transparent;
  display: grid;
  padding: 16px 12px;
  transition: all 0.3s ease-in-out 0s;
  grid-template-columns: 15% 75% 10%;
}
.jl-experience > .jl-experience__container > .jl-experience__projects > .jl-experience__project > .jl-experience__project-rank {
  color: #a49f9f;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 25%;
}
.jl-experience > .jl-experience__container > .jl-experience__projects > .jl-experience__project > .jl-experience__project-one-description {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.jl-experience > .jl-experience__container > .jl-experience__projects > .jl-experience__project > .jl-experience__project-one-description > h3 {
  font-size: 18px;
  font-weight: 500;
}
.jl-experience > .jl-experience__container > .jl-experience__projects > .jl-experience__project > .jl-experience__project-one-description > p {
  color: #474747;
  font-size: 1rem;
  font-weight: 500;
}
.jl-experience > .jl-experience__container > .jl-experience__projects > .jl-experience__project > .jl-experience__project-year {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #a49f9f;
  width: 79px;
  height: 35px;
  border: 1px solid rgba(255,255,255,0.153);
  padding: 12px;
  font-size: 14px;
  border-radius: 50px;
  letter-spacing: 20%;
}
.jl-experience > .jl-experience__container > .jl-experience__projects > .jl-experience__project:hover {
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.192);
  box-shadow: rgba(255,255,255,0.24) 0px 3px 8px;
  background-color: #181717;
}
/* ==> TECHNOLOGIES SECTION <== */
.jl-technologies {
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.123);
}
.jl-technologies > .jl-technologies__container {
  display: flex;
  justify-content: space-between;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  max-width: 956px;
  font-family: 'Space Grotesk', sans-serif;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.jl-technologies > .jl-technologies__container > .jl-technologies__stack {
  display: flex;
  flex-direction: column;
}
.jl-technologies > .jl-technologies__container > .jl-technologies__stack > .jl-technologies__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.75rem;
}
.jl-technologies > .jl-technologies__container > .jl-technologies__stack > .jl-technologies__icons {
  display: grid;
  gap: 0.476rem;
  align-items: flex-start;
  grid-template-columns: repeat(6, 1fr);
}
.jl-technologies > .jl-technologies__container > .jl-technologies__stack > .jl-technologies__icons > .jl-technologies__icon {
  display: flex;
  gap: 0.456rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255,255,255,0.184);
  padding: 1rem;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  background-color: #252323;
}
.jl-technologies > .jl-technologies__container > .jl-technologies__stack > .jl-technologies__icons > .jl-technologies__icon:hover {
  box-shadow: rgba(255,255,255,0.24) 0px 3px 8px;
  background-color: #2b2929;
}
.jl-technologies > .jl-technologies__container > .jl-technologies__stack > .jl-technologies__icons > .jl-technologies__icon > .jl-technologies__ic {
  width: 50px;
}
.jl-technologies > .jl-technologies__container > p {
  width: 100%;
  max-width: 371px;
}
.jl-technologies > .jl-technologies__container > p > .jl-technologies__author {
  color: #474747;
  font-size: 1rem;
  font-weight: 500;
}
/* ==> CONTACT SECTION <== */
.jl-contact {
  width: 100%;
}
.jl-contact > .jl-contact__container {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  max-width: 956px;
  font-family: 'Space Grotesk', sans-serif;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.jl-contact > .jl-contact__container > .jl-contact__c-top {
  display: flex;
  align-items: center;
  margin-bottom: 3.55rem;
  justify-content: space-between;
}
.jl-contact > .jl-contact__container > .jl-contact__c-top > .jl-contact__title {
  font-size: 2rem;
  font-weight: 500;
}
.jl-contact > .jl-contact__container > .jl-contact__c-top > .jl-contact__medias {
  display: flex;
  gap: 0.784rem;
  align-items: center;
}
.jl-contact > .jl-contact__container > .jl-contact__c-top > .jl-contact__medias > .jl-contact__social {
  color: #a49f9f;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 0.466rem;
  width: 170px;
  border: 1px solid rgba(255,255,255,0.153);
  padding: 12px 16px;
  font-weight: 400;
  border-radius: 50px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
  letter-spacing: 20%;
}
.jl-contact > .jl-contact__container > .jl-contact__c-top > .jl-contact__medias > .jl-contact__social:hover {
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.192);
  box-shadow: rgba(255,255,255,0.24) 0px 3px 8px;
  background-color: #181717;
}
.jl-contact > .jl-contact__container > .jl-contact__c-top > .jl-contact__medias > #jl-contact__social-linkedin {
  width: 140px;
}
.jl-contact > .jl-contact__container > .jl-contact__resume {
  font-size: 18px;
  font-weight: 400;
}
/* ==> RESPONSIVE LAYOUT <== */
@media (max-width: 855px) {
  .jl-technologies > .jl-technologies__container {
    flex-direction: column;
  }
  .jl-technologies > .jl-technologies__container > .jl-technologies__stack {
    text-align: center;
    margin-bottom: 2.25rem;
  }
  .jl-technologies > .jl-technologies__container > .jl-technologies__stack > .jl-technologies__icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .jl-technologies > .jl-technologies__container > p {
    display: none;
  }
}
@media (max-width: 724px) {
  .jl-experience > .jl-experience__container > .jl-experience__projects > .jl-experience__project {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
  }
  .jl-experience > .jl-experience__container > .jl-experience__projects > .jl-experience__project > .jl-experience__project-year {
    width: 100%;
    border-radius: 50px;
  }
  .jl-contact > .jl-contact__container > .jl-contact__c-top {
    flex-direction: column;
    gap: 1.45rem;
    text-align: center;
  }
  .jl-contact > .jl-contact__container > .jl-contact__resume {
    text-align: center;
  }
}
