@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;1,400&display=swap");

:root {
  /**
   * typography
   */

  /* font-family */
  --ff-rubik: "Rubik", sans-serif;

  /* font-size */
  --fs-1: 24px;
  --fs-2: 18px;
  --fs-3: 17px;
  --fs-4: 16px;
  --fs-5: 15px;
  --fs-6: 14px;
  --fs-7: 13px;
  --fs-8: 11px;

  /* font-weight */
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;

  /**
   * shadow
   */

  --shadow-1: -4px 8px 24px hsla(0, 0%, 0%, 0.25);
  --shadow-2: 0 16px 30px hsla(0, 0%, 0%, 0.25);
  --shadow-3: 0 16px 40px hsla(0, 0%, 0%, 0.25);
  --shadow-4: 0 25px 50px hsla(0, 0%, 0%, 0.15);
  --shadow-5: 0 24px 80px hsla(0, 0%, 0%, 0.25);

  /**
   * transition
   */

  --transition-1: 0.25s ease;
  --transition-2: 0.5s ease-in-out;
}

/*
Reset
*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img,
ion-icon,
a,
button,
time,
span {
  display: block;
}

button {
  font: inherit;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}

input,
textarea {
  display: block;
  width: 100%;
  background: none;
  font: inherit;
}

html {
  font-family: var(--ff-rubik);
}

body {
  background: #060627;
  color: #fff;
  height: 100vh;
  background-image: url("../images/Ilustration-bottom.svg");
  background-repeat: no-repeat;
}

body::-webkit-scrollbar {
  width: 0.2em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #2196f3;
}

/*
REUSED STYLE
*/

._56a3320c018d,
article {
  background: var(--eerie-black-2);
  border: 1px solid var(--jet);
  padding: 15px;
  z-index: 1;
  position: relative;
}

._2acd6b063cfa {
  max-height: max-content;
  z-index: 1;
  border-radius: 1rem;
  background-position-y: left;
}

.separator {
  width: 100%;
  height: 1px;
  background: var(--jet);
  margin: 16px 0;
}

._9b4923d174f3 {
  position: relative;
  background: var(--border-gradient-onyx);
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--orange-yellow-crayola);
  box-shadow: var(--shadow-1);
  z-index: 1;
}

._9b4923d174f3 ion-icon {
  --ionicon-stroke-width: 35px;
}

article {
  display: none;
}

article._089903ed6c4b {
  display: block;
  animation: fade 0.5s ease backwards;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background: #45479eeb;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.h2,
.h3,
.h4,
.h5 {
  color: #dddddd;
  text-transform: capitalize;
}

.h2 {
  font-size: var(--fs-1);
}

.h3 {
  font-size: var(--fs-2);
}

.h4 {
  font-size: var(--fs-4);
}

.h5 {
  font-size: var(--fs-7);
  font-weight: var(--fw-500);
}

.article-title {
  position: relative;
  padding-bottom: 7px;
}

.article-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #ffffff;
  border-radius: 3px;
}

.content-card {
  position: relative;
  background: var(--border-gradient-onyx);
  padding: 15px;
  padding-top: 45px;
  border-radius: 14px;
  box-shadow: var(--shadow-2);
  cursor: pointer;
  z-index: 1;
}

.content-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--bg-gradient-jet);
  border-radius: inherit;
  z-index: -1;
}

/*
MAIN
*/

main {
  margin: 15px 12px;
  min-width: 259px;
}

/*
SIDEBAR
*/

._56a3320c018d {
  margin-bottom: 10px;
  max-height: 112px;
  overflow: hidden;
  transition: var(--transition-2);
  background: #45479eeb;
  border-radius: 1rem;
  background-image: url("../images/Group1184.svg");
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: 125px;
}

._56a3320c018d._089903ed6c4b {
  max-height: 548px;
}

._56a3320c018d-info {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  color: #fff;
}

._b1ecf9e0c12a {
  background: var(--bg-gradient-onyx);
  border-radius: 20px;
}

._b1ecf9e0c12a img {
  filter: grayscale(100%);
  border-radius: 8px;
}

._376f504db356 ._f9825a405b4c {
  color: var(--white-2);
  font-size: var(--fs-3);
  font-weight: var(--fw-500);
  letter-spacing: -0.25px;
  margin-bottom: 10px;
}

._376f504db356 ._01bbf1213f0a {
  color: var(--white-1);
  background: var(--onyx);
  font-size: var(--fs-8);
  font-weight: var(--fw-300);
  width: max-content;
  padding: 10px 20px;
  background: #060627;
  font-size: 14px;
}

._85920b16ee82 {
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 0 15px;
  font-size: 13px;
  color: var(--orange-yellow-crayola);
  background: var(--border-gradient-onyx);
  padding: 15px;
  box-shadow: var(--shadow-2);
  transition: var(--transition-1);
  z-index: 1;
}

._85920b16ee82::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: #070628;
  transition: var(--transition-1);
  z-index: -1;
}

._85920b16ee82:hover,
._85920b16ee82:focus {
  background: var(--bg-gradient-yellow-1);
}

._85920b16ee82:hover::before,
._85920b16ee82:focus::before {
  background: var(--bg-gradient-yellow-2);
}

._85920b16ee82 span {
  display: none;
}

._56a3320c018d-info_more {
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-2);
}

._56a3320c018d._089903ed6c4b ._56a3320c018d-info_more {
  opacity: 1;
  visibility: visible;
}

._aca50889b361 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

._b1c7501567ad {
  min-width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

._b138f09603ed {
  max-width: calc(100% - 46px);
  width: calc(100% - 46px);
}

._e89b50ee0989 {
  color: var(--light-gray-70);
  font-size: var(--fs-8);
  text-transform: uppercase;
  margin-bottom: 2px;
}

._b138f09603ed :is(._3a48bda3975c, time, address) {
  color: var(--white-2);
  font-size: var(--fs-7);
}

._b138f09603ed address {
  font-style: normal;
}

.social-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding-bottom: 4px;
  padding-left: 7px;
}

.social-item .social-link {
  color: var(--light-gray-70);
  font-size: 18px;
}

.social-item .social-link:hover {
  color: var(--light-gray);
}

/*
  #NAVBAR
*/

._22edd87a6c8a {
  width: 100%;
  background: #45479eeb;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
._22edd87a6c8a ._1e986b0c7278 {
  margin: 0rem;
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    #a596f6,
    rgba(0, 0, 0, 0)
  );
}
._22edd87a6c8a-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

._22edd87a6c8a-link {
  color: #dddddd;
  padding: 10px 20px;
  transition: color var(--transition-1);
}

._22edd87a6c8a-link:hover,
._22edd87a6c8a-link:focus {
  color: var(--light-gray-70);
}

._22edd87a6c8a-link._089903ed6c4b {
  background: #060627;
  position: relative;
  /* font-weight: bold; */
  /* color: #333; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  box-shadow: var(--shadow-1);
}

/*
ABOUT
*/

._37d282db6bca .article-title {
  margin-bottom: 15px;
}

._37d282db6bca-text {
  color: var(--light-gray);
  font-size: var(--fs-6);
  font-weight: var(--fw-300);
  line-height: 1.5;
  padding: 1rem;
}

._37d282db6bca-text p {
  margin-bottom: 15px;
}

/*
Service 
*/

.service {
  margin-bottom: 35px;
}

.service-header {
  display: flex;
  align-items: center;
}

.service-header ._9b4923d174f3 {
  margin-right: 0.5rem;
}

.service-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.service-item {
  position: relative;
  background: var(--border-gradient-onyx);
  padding: 20px;
  border-radius: 14px;
  box-shadow: var(--shadow-2);
  z-index: 1;
}

.service-item::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--bg-gradient-jet);
  border-radius: inherit;
  z-index: -1;
}

.service-content-box {
  text-align: center;
}

.service-item-text {
  color: var(--light-gray);
  font-size: var(--fs-6);
  font-weight: var(--fw-3);
  line-height: 1.6;
}

/*
RESUME
*/

.article-title {
  margin-bottom: 30px;
}

.timeline {
  margin-bottom: 30px;
}

.timeline ._01bbf1213f0a-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.timeline-list {
  font-size: var(--fs-6);
  margin-left: 45px;
}

.timeline-item {
  position: relative;
}

.timeline-item:not(:last-child) {
  margin-bottom: 20px;
}

.timeline-item-title {
  font-size: var(--fs-6);
  line-height: 1.3;
  margin-bottom: 7px;
}

.timeline-list span {
  color: var(--vegas-gold);
  font-weight: var(--fw-400);
  line-height: 1.6;
}

.timeline-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -30px;
  width: 1px;
  height: calc(100% + 122%);
  background: #a596f6;
}

.timeline-item::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -34px;
  height: 10px;
  width: 10px;
  background: #a596f6;
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--jet);
}

.timeline-text {
  color: var(--light-gray);
  font-weight: var(--fw-300);
  line-height: 1.6;
}

.assembler {
  display: flex;
  align-items: flex-start;
}

.assembler img {
  border-radius: 12px;
}

.education .assembler {
  display: flex;
  align-items: center;
}

.assembler p {
  margin-left: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  color: #dddddd;
  font-weight: var(--fw-300);
}

/*
Skills 
*/

.skills-title {
  margin-bottom: 20px;
}

.skills-list {
  padding: 20px;
}

.skills-item:not(:last-child) {
  margin-bottom: 15px;
}

.skill ._01bbf1213f0a-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
}

.skill ._01bbf1213f0a-wrapper data {
  color: var(--light-gray);
  font-size: var(--fs-7);
  font-weight: var(--fw-300);
}

.skill-progress-bg {
  background: var(--jet);
  width: 100%;
  height: 8px;
  border-radius: 10px;
}

.skill-progress-fill {
  background: var(--text-gradient-yellow);
  height: 100%;
  border-radius: inherit;
}

/*
RESPONSIVE
*/

@media (min-width: 580px) {
  /**
   * CUSTOM PROPERTY
   */

  :root {
    /**
     * typography
     */

    --fs-1: 32px;
    --fs-2: 24px;
    --fs-3: 26px;
    --fs-4: 18px;
    --fs-6: 15px;
    --fs-7: 15px;
    --fs-8: 12px;
  }

  /*
  REUSED STYLE
  */

  .article-title {
    font-weight: var(--fw-600);
    padding-bottom: 15px;
  }

  .article-title::after {
    width: 40px;
    height: 5px;
  }

  ._9b4923d174f3 {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    font-size: 18px;
  }

  /*
  SIDEBAR
  */

  ._56a3320c018d {
    max-height: 147px;
    background: #45479eeb;
    border-radius: 1rem;
    background-image: url("../images/Group1184.svg");
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: 125px;
  }

  ._56a3320c018d._089903ed6c4b {
    max-height: 3000px;
  }

  ._56a3320c018d-info {
    gap: 25px;
    color: #fff;
  }

  ._b1ecf9e0c12a {
    border-radius: 30px;
  }

  ._b1ecf9e0c12a img {
    width: 120px;
    filter: grayscale(100%);
    border-radius: 8px;
  }

  ._376f504db356 ._f9825a405b4c {
    margin-bottom: 15px;
  }

  ._376f504db356 ._01bbf1213f0a {
    background: #060627;
    font-size: 14px;
  }

  ._85920b16ee82 {
    display: flex;
    align-items: center;
    top: -17px;
    right: -14px;
    padding: 15px 15px;
  }

  ._85920b16ee82 span {
    display: block;
    margin-right: 0.5rem;
  }

  ._85920b16ee82 ion-icon {
    display: none;
  }

  .separator {
    margin: 32px 0;
  }

  ._aca50889b361 {
    gap: 10px;
  }

  ._b138f09603ed {
    max-width: calc(100% - 64px);
    width: calc(100% - 64px);
  }

  /*
  NAVBAR
  */

  ._22edd87a6c8a-list {
    gap: 20px;
  }

  ._22edd87a6c8a-link {
    --fs-8: 14px;
  }

  /*
  ABOUT
  */

  ._37d282db6bca .article-title {
    margin-bottom: 20px;
  }

  ._37d282db6bca-text {
    margin-bottom: 40px;
  }

  /* service */

  .service-item {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
    padding: 30px;
  }

  .service-icon-box {
    margin-bottom: 0;
    margin-top: 5px;
  }

  .service-content-box {
    text-align: left;
  }

  /*
  RESUME
  */

  .timeline-list {
    margin-left: 65px;
  }

  .timeline-item:not(:last-child)::before {
    left: -40px;
    height: calc(100% + 120%);
  }

  .timeline-item::after {
    height: 10px;
    width: 10px;
    left: -44px;
  }

  .skills-item:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  /*
  SIDEBAR
  */

  ._aca50889b361 {
    grid-template-columns: 1fr 1fr;
    gap: 10px 15px;
  }

  /*
  NAVBAR
  */

  ._22edd87a6c8a-link {
    --fs-8: 15px;
  }
}

@media (min-width: 1024px) {
  /*
  CUSTOM PROPERTY
  */

  :root {
    /*
    hadow
    */

    --shadow-1: -4px 8px 24px hsla(0, 0%, 0%, 0.125);
    --shadow-2: 0 16px 30px hsla(0, 0%, 0%, 0.125);
    --shadow-3: 0 16px 40px hsla(0, 0%, 0%, 0.125);
  }

  /*
  MAIN 
  */

  ._2acd6b063cfa {
    position: relative;
    margin: auto;
  }

  /*
  NAVBAR
  */

  ._22edd87a6c8a-list {
    gap: 30px;
  }

  ._22edd87a6c8a-link {
    font-weight: var(--fw-500);
  }

  /*
  PORTFOLIO
  */

  .project-list {
    grid-template-columns: repeat(3, 1fr);
  }

  /*
  BLOG
 */

  .blog-banner-box {
    height: 230px;
  }
}

@media (min-width: 900px) {
  /*
  MAIN
  */

  main {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
  }

  ._2acd6b063cfa {
    min-width: 65%;
    width: 65%;
    margin: 0;
    margin-bottom: 1rem;
  }

  /*
  SIDEBAR
  */

  ._56a3320c018d {
    max-height: max-content;
    margin-bottom: 0;
    z-index: 1;
    border-right: 1px solid hsla(0, 0%, 0%, 0.15);
    color: #fff;
    background: #45479eeb;
    border-radius: 1rem;
    border: 1px solid #090a44;
    margin-bottom: 1rem;
    background-image: url(../images/Group1184.svg);
    background-repeat: no-repeat;
    background-position-y: left;
    background-size: 170px;
  }

  ._56a3320c018d-info {
    flex-direction: column;
  }

  ._b1ecf9e0c12a img {
    width: 150px;
    filter: grayscale(100%);
    border-radius: 8px;
  }

  ._376f504db356 ._f9825a405b4c {
    white-space: nowrap;
    text-align: center;
  }

  ._376f504db356 ._01bbf1213f0a {
    margin: 0 auto;
    background: #060627;
    font-size: 17px;
    font-weight: 500;
  }

  ._85920b16ee82 {
    display: none;
  }

  ._56a3320c018d-info_more {
    opacity: 1;
    visibility: visible;
  }

  ._aca50889b361 {
    grid-template-columns: 1fr;
  }

  ._b138f09603ed :is(._3a48bda3975c) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  ._b138f09603ed :is(._3a48bda3975c, time, address) {
    --fs-7: 14px;
    font-weight: var(--fw-300);
  }

  .separator:last-of-type {
    margin: 15px 0;
    opacity: 0;
  }

  .social-list {
    justify-content: center;
  }

  /*
	RESUME
	*/

  .timeline-text {
    max-width: 700px;
  }
}

hr._1e986b0c7278 {
  margin: 2rem;
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    #a596f6,
    rgba(0, 0, 0, 0)
  );
}

.experience-keywords li {
  border: 1px solid #a596f6;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-weight: var(--fw-300);
  line-height: 1.6;
}

.experience-header {
  list-style: unset;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 15px;
}

.experience-keywords {
  margin: 1.5rem 0;
}

.experience-body ul li,
._37d282db6bca-me p {
  list-style: unset;
  margin-bottom: 0.5rem;
  color: #dddddd;
  font-weight: var(--fw-300);
  line-height: 1.6;
}

.experience-keywords {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* Slider */

.slider {
  width: 100%;
  height: 100vh;
}
.slider input {
  display: none;
}
.hard-skills {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 95vh;
  perspective: 1000px;
  overflow: hidden;
  touch-action: pan-y;
  overflow-y: auto;
}
.hard-skills .item p {
  position: absolute;
  left: 8.5rem;
  bottom: 15px;
  width: 35px;
  height: 35px;
  border: 1px solid;
  border-radius: 15rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hard-skills .item {
  width: 300px;
  height: 550px;
  padding: 15px;
  border-radius: 30px;
  background-color: #070628;
  position: absolute;
  top: 15px;
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.4s;
  box-shadow: 0 0 10px rgb(0 188 212 / 40%);
  user-select: none;
  cursor: pointer;
}
.hard-skills .item h1 {
  font-size: 114px;
  color: white;
}

.hard-skills .item span {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background: #080942;
  color: #ffffff;
  position: absolute;
  width: 75%;
  left: 13%;
  top: 0;
  right: 0;
  padding: 0.3rem;
  font-size: 18px;
}

.hard-skills-wrapper {
  padding: 1rem;
}
.container {
  position: relative;
  max-width: 100%;
  display: grid;
  grid-template-rows: minmax(100px, auto);
  grid-auto-flow: dense;
  grid-gap: 6px;
}

.container .box {
  color: #929796;
  background: #060627;
  padding: 20px;
  display: grid;
  font-size: 4rem;
  place-items: center;
  text-align: center;
  color: #fff;
  transition: 0.5s;
}

.container .box img {
  position: relative;
  max-width: 100px;
  margin-bottom: 10px;
}

.container .box:nth-child(1) {
  grid-column: span 2;
  grid-row: span 1;
  border-top-left-radius: 1rem;
}

.container .box:nth-child(2) {
  grid-column: span 1;
  grid-row: span 2;
  border-top-right-radius: 1rem;
}

.container .box:nth-child(4) {
  grid-column: span 1;
  grid-row: span 1;
}

.container .box:nth-child(5) {
  grid-column: span 3;
  grid-row: span 1;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

@media (max-width: 991px) {
  .container {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    grid-template-rows: minmax(auto, auto);
  }
  .container .box {
    grid-column: unset !important;
    grid-row: unset !important;
  }

  .container .box:nth-child(1) {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .container .box:nth-child(2) {
    border-top-right-radius: 0;
  }

  .container .box:nth-child(5) {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}

._b3c0a59714d1 {
  padding: 2rem;
}

._b3c0a59714d1 ._4f74b4b233d1 ul {
  display: flex;
  justify-content: center;
}

._b3c0a59714d1 ._4f74b4b233d1 p {
  text-align: center;
}
._b3c0a59714d1 ._4f74b4b233d1 p a {
  color: #49c2ca;
  padding: 0.5rem;
}
._b3c0a59714d1 ._4f74b4b233d1 ul li,
._b3c0a59714d1 ._4f74b4b233d1 h3 {
  text-align: center;
  padding: 0.5rem;
}