#skills-section {
  padding: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.my-skil-header {
  color: white;
  font-size: var(--headingFontSize);
  font-weight: 400;
  font-family: Poppins, var(--default-font-family);
}

.flex-row-ff {
  width: 100%;
  margin-top: 3%;
}

.flex-row-ff .code-content {
  width: 100%;
  height: fit-content;
  display: flex;
  color: #081b29;
  font-weight: 600;
  justify-content: space-between;
}

.html {
  width: 100%;
  height: 20px;
  display: flex;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
}

.html div {
  background-color: #081b29;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.html .html-per-div,
.designing-per-div {
  width: 95%;
}

.html .css-per-div,
.devlopment-per-div,
.seo-per-div,
.github-per-div {
  width: 60%;
}

.html .cpp-per-div,
.graphic-per-div {
  width: 85%;
}

.html .php-per-div {
  width: 70%;
}

.html .vb-per-div {
  width: 95%;
}

.html .sql-per-div,
.deploy-per-div,
.js-per-div {
  width: 80%;
}
.skill {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  gap: 5%;
  margin-top: 30px;
}
.professional-skills .header {
  color: aliceblue;
  font-size: 30px;
  margin-bottom: 20px;
}
.professional-skills {
  width: 40%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.group {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 40px;
  color: white;
  box-sizing: border-box;
  background-color: #999999;
  border-radius: 20px;
  padding: 20px 20px;
  gap: 20px;
}
@media only screen and (max-width: 600px) {
  #skills-section {
    padding: 30px 20px;
  }
  .skill {
    width: 100%;
    height: fit-content;
    flex-direction: column;
    gap: 20px;
  }

  .professional-skills {
    width: 100%;
    text-align: left;
    /* text-align: center; */
    /* align-items: center; */
    /* justify-content: center; */
  }
  .my-skil-header {
    font-size: var(--headingFontSizeS);
  }
}
