* {
  box-sizing: border-box;
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 1.007em;
  font-family: Cantarell, sans-serif;
}

body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background-color: #292929;
}

main {
  width: 100%;
  margin: 55px auto;
  /*gap: 30px;*/
}

aside {
  margin: 0 auto 30px auto;
  width: 90%;
  max-width: 800px;
  padding: 15px;
  height: fit-content;

  background-color: #f9f9f9;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid white;
  box-shadow: 0px 0px 20px #51bf8a;

  display: flex;
  flex-direction: column;
}


.fixedButton {
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 20px;
}

.fixedButton button {
  /* padding: 20px 10px; */
  /* background-color: #f9f9f9;
  color: #292929; */
  border: none;
  /* font-size: 16px;
  font-weight: bold; */
  border-radius: 100px;
  box-shadow: 0px 0px 9px 0px #51bf8a;

  width: 80px;
  height: 80px;
  
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;

  cursor: pointer;

}

#lang-flag {
  width:60px;
  height:auto;
}

.img_name {
  display: flex;
}

.img_name > img {
  /*max-width: 150px;
  max-height: max-content;*/
  object-fit: cover;
  object-position: top;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  box-shadow: 0px 25px 30px -15px #51bf8a;
  margin: auto 0;
}

.title_subtitle {
  margin: 0 auto;
}

.title_subtitle h1 {
  font-weight: 700;
  font-size: 1.3em;
  width: fit-content;
  margin: 10px auto;
}

.title_subtitle h3 {
  width: fit-content;
  padding: 2px 10px;
  background-color: #333;
  border-radius: 10px;

  color: #e6e6e3;
  font-weight: 300;
  font-size: 0.9em;
  margin: 0 auto;

  text-align: center;
}

.img_name {
  gap: 0 10px;
}

ul {
  list-style-type: none;
}

aside h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  width: fit-content;
  margin: 0 auto;
}

.aside_contact {
  margin: 15px 0;
}

.aside_contact ul {
  /*align-items: center;
  display: flex;
  justify-content: center;
  */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.aside_contact li {
  display: inline;
  text-align: center;
  width: 55px;
  padding: 3px;
  margin: 1px;
  border: 0px solid gray;
  border-radius: 15px;
  box-shadow: 0px 15px 30px -10px #51bf8a;
}

.aside_contact i {
  font-size: 40px;
}

.location {
  margin: 10px auto;
  width: fit-content;

  font-weight: 550;
}

.fa-map-marker-alt {
  color: #51bf8a;
}

.fa-linkedin {
  color: #007bb5;
}

.fa-github {
  color: black;
}

.fa-envelope {
  color: tomato;
}

.fa-phone {
  color: #186;
}

#download {
  text-align: center;
  font-size: 14px;
}

.only-big {
  display: none;
}

.aside_section {
  margin: 20px 0;
}

.aside_section p {
  font-size: 1em;
}

.progress_bar {
  padding: 2px;
  width: 100%;
  border: 2px solid #51bf8a;
  height: 37px;

  border-radius: 15px;
}

.progress_bar .progress_perc {
  height: 100%;
  background-color: #51bf8a;
  border-radius: 15px;
}

.skill-group { 
  background-color: #2F3E46;
  padding: 20px 15px;
  border-radius: 15px;
  margin: 30px 0;

  display: flex;
  flex-direction: column;
  gap: 20px;
  /* justify-content: space-between;
  height: fit-content;  */
}

.skill-group h4 {
  color: #F2CC8F;
}

.skill-subsection-list {
  /* display: flex;
  flex-direction: column;
  flex-wrap: wrap; */
  height: fit-content;

  column-count: 1; /* Number of columns */
  column-gap: 15px;
  gap: 20px;
}

.skill-subsection {
  margin: 0 0 20px 0;
  padding: 5px 15px;

  background-color: #e6e6e3;
  box-shadow: 0px 0px 15px 0px #2f6b4e;
  border-radius: 20px;
  height: fit-content;

  break-inside: avoid;
}



.skill-group * {
  font-size: 1.100em;
  color: white;
}

#sk_k8s {
  width: 75%;
}

#sk_openshift {
  width: 50%;
}

#sk_docker {
  width: 75%;
}

#sk_kafka {
  width: 60%;
}

#sk_electron {
  width: 50%;
}

#sk_git {
  width: 70%;
}

#sk_helm {
  width: 60%;
}

#sk_ollama {
  width: 60%;
}

#sk_akhq {
  width: 50%;
}

#sk_1 {
  width: 90%;
}

#sk_2 {
  width: 80%;
}

#sk_3 {
  width: 80%;
}

#sk_4 {
  width: 70%;
}

#sk_5 {
  width: 80%;
}

#sk_6 {
  width: 80%;
}

#sk_7 {
  width: 90%;
}

#sk_8 {
  width: 65%;
}

#sk_9 {
  width: 80%;
}

#sk_10 {
  width: 60%;
}

#sk_11 {
  width: 60%;
}

#sk_12 {
  width: 85%;
}

#sk_13 {
  width: 85%;
}

#sk_14 {
  width: 80%;
}

#sk_15 {
  width: 70%;
}

#sk_16 {
  width: 70%;
}

nav {
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
}

nav ul {
  display: flex;
  justify-content: flex-start;
  background-color: #292929;
  box-shadow: 0px 5px 15px #333;
  border-radius: 20px 20px 0 0;

  width: 100%;
  max-width: 600px;
  margin-right: 0;
  margin-bottom: 30px;
  float: right;
  overflow: hidden;
  overflow-x: scroll;
}

nav ul::-webkit-scrollbar {
  /*display: none;
  background-color: white;*/
  height: 7px;
}

nav ul::-webkit-scrollbar-thumb {
  background: #b9b9b6;
  border-radius: 10px;
}

nav li {
  width: 100%;
  min-width: fit-content;
}

nav button {
  text-decoration: none;
  background: none;

  color: #e6e6e3;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 20px;
  border: none;
  width: 100%;
}

nav button.active {
  text-shadow: 0 0 8px #51bf8a;
  text-decoration: underline 5px #51bf8a;
  background-color: #1a1a1a;
  height: 100%;
}

nav button:hover {
  text-shadow: 0 0 8px #51bf8a;
}

article {
  display: none;
  margin: 0 auto;
  max-width: 800px;
  width: 90%;
  padding: 20px;
  height: auto;

  background-color: #f9f9f9;
  border-radius: 20px;
  box-shadow: 0px 0px 20px #51bf8a;
}

article.active {
  display: block;
  animation: fade 2s ease backwards;
}

article > h2 {
  font-size: 40px;
  font-weight: 1000;
  text-decoration: 6px underline #51bf8a;
  /*position: sticky;
  top: 70px;*/
}

#about > p, #insights > p {
  margin: 30px 0;
  font-size: 1.1em;
}

/* .title_section {
  display: none;
} */

.title_section > h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

#interest_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

#interest_list li {
  width: 100%;
  gap: 30px;
  padding: 35px 20px;
  overflow: hidden;

  background-color: #2F3E46;
  /*background: url("https://imgs.search.brave.com/90vfRq7ee_BF3jsqTkkzYdc3uJlNQqqJ-wyRP_niu08/rs:fit:844:225:1/g:ce/aHR0cHM6Ly90c2Uz/Lm1tLmJpbmcubmV0/L3RoP2lkPU9JUC40/YzItYWxBb1Q5OEZx/UVU5dGF4dUxnSGFF/SyZwaWQ9QXBp");
  background-size: cover*/
  border-radius: 15px;
  box-shadow: 0 0 10px 1px black;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.interest-topic-title {
  text-transform: uppercase;
  color: #F2CC8F;
}

#interest_list > li :not(p.interest-description) {
  font-weight: 800;
}

.interest-description {
  font-size: 1em;
  color: #e6e6e3;
}

@media (max-width: 1149px) {
  nav {
    position: fixed;
    width: 100%;
    top: 0;
  }

  nav ul {
    border-radius: 0;
    max-width: 100%;
  }

  #nav-space {
    display: block;
    height: 40px;
  }
}

@media (min-width: 1150px) {
  main {
    display: flex;

    max-width: fit-content;
  }

  .only-big {
    display: block;
  }

  .only-small {
    display: none;
  }

  aside {
    position: fixed;
    flex-direction: column;
    width: 280px;
  }

  .img_name > img {
    margin: 20px auto;
  }

  .img_name {
    flex-direction: column;
  }

  article {
    width: 900px;
    margin-left: 310px;
  }

  nav {
    width: 100%;
    max-width: none;
  }

  nav ul {
    margin: auto auto 30px auto;
    max-width: 800px;
    overflow: auto;
  }

  #interest_list li {
    max-width: 370px;
  }

  #portfolio-list li {
    max-width: 350px;
  }

  .skill-subsection-list {
    column-count: 2;
  }
}

.education-list {
  padding: 30px 40px;
  list-style: none;
}

.education-list > li {
  list-style-type: disc;
  color: #51bf8a;
}

.list-item-description > li {
  list-style-type: disc;
  /* color: #51bf8a; */

  /* font-size: 30px; */
  /* font-weight: 600; */
  margin: 30px 0px 30px 50px;
}

article > h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 30px 0 0 0;
}

#portfolio > ul {
  display: flex;
  margin: 80px 0;
  padding: 15px 20px;
  align-items: baseline;
}

#portfolio-list img {
  /*object-fit: cover;
  max-width: 640px;
  max-height: 350px;*/
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

#portfolio-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

#portfolio > p {
  margin-top: 35px;
}

#main-project {
  margin: 30px 0;
  width: 100%;
}

#main-project h4 {
  margin: 20px 0px;
}

#main-project p {
  margin-bottom: 20px;
}

video::-webkit-media-controls,
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display,
video::-webkit-media-controls-mute-button,
video::-webkit-media-controls-toggle-closed-captions-button,
video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

#main-project img:hover {
  box-shadow: 0px 0px 20px black;
}

#portfolio-list li {
  width: 100%;
  height: min-content;
}

#portfolio h4 {
  text-transform: uppercase;
}

#portfolio-list h4 {
  margin: 20px 0;
}

#portfolio-list p {
  margin-bottom: 20px;
}

#portfolio-list img:hover {
  box-shadow: 0px 0px 20px black;
}

a {
  text-decoration: none;
}

#skills h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 30px 0;
}

.job-title {
  font-size: 20px;
  font-weight: 600;
  /* text-decoration: 6px underline #51bf8a;  */
}

.job-dates {
  font-size: 18px;
  font-weight: 600;
  color: #51bf8a; 
  font-style: italic;
  padding-top: 8px;
}