.skills-container {
  position: absolute;
  z-index: 1;
  top: 30px;
  transition: transform 0.4s;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  transform: translateX(calc(-100% + 30px));
}

.skills-container-triggered {
  transform: translateX(0);
}

.skills-left {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: calc(100% - 30px);
  height: 100%;
  background-color: lightyellow;
}

.skills-left-container {
  height: 100%;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .skills-left-container {
    width: 100%;
  }
}

.skills-left-text {
  width: 50%;
  margin-bottom: 40px;
}

.skills-right-container {
  height: 100%;
  width: 50%;
  vertical-align: top;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}

@media screen and (max-width: 1000px) {
  .skills-right-container {
    width: 100%;
  }
}

.skills-right-item {
  width: 50%;
  margin-bottom: 40px;
}

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

.skills-right-item-skills-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.skills-right-item-skill {
  width: 25%;
  height: 35px;
  margin: 10px 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.skills-right {
  vertical-align: top;
  width: 30px;
  height: 100%;
  /* background-color: lightblue; */
  background-color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.skills-right-text {
  width: 20px;
  padding: 0 5px;
  margin-top: -30px;
  word-break: break-all;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 25px;
}

.skills-right:hover {
  cursor: pointer;
}

.skills-right-text {
  /* font-weight: 400; */
}
