.tech-stack-alt {
  font-family: "Manrope", sans-serif;
  padding: 0 16px;
  color: #101018;
}
@media (min-width: 1100px) {
  .tech-stack-alt {
    padding: 0 80px;
  }
}
@media (min-width: 1400px) {
  .tech-stack-alt {
    padding: 0 50px;
  }
}
@media (min-width: 1630px) {
  .tech-stack-alt {
    max-width: 1530px;
    margin: 0 auto;
    padding: 0;
  }
}
.tech-stack-alt .tech-stack-alt__wrapper .heading {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 24px;
}
@media (min-width: 1100px) {
  .tech-stack-alt .tech-stack-alt__wrapper .heading {
    padding: 0;
    font-size: 36px;
  }
}
@media (min-width: 1400px) {
  .tech-stack-alt .tech-stack-alt__wrapper .heading {
    font-size: 48px;
  }
}
.tech-stack-alt .tech-stack-alt__wrapper .category {
  font-size: 14px;
  font-weight: 600;
  color: #5067F4;
  padding-bottom: 5px;
}
@media (min-width: 1400px) {
  .tech-stack-alt .tech-stack-alt__wrapper .category {
    font-size: 16px;
  }
}
.tech-stack-alt .tech-title__list {
  display: flex;
  list-style: none;
  padding: 34px 0;
  column-gap: 24px;
  font-weight: 500;
  overflow-x: auto;
}
@media (min-width: 1280px) {
  .tech-stack-alt .tech-title__list {
    padding: 23px 0 35px;
    column-gap: 40px;
  }
}
@media (min-width: 1630px) {
  .tech-stack-alt .tech-title__list {
    padding: 60px 0 30px;
  }
}
.tech-stack-alt .tech-title__list .list-item {
  font-size: 16px;
  white-space: nowrap;
  padding-bottom: 10px;
  cursor: pointer;
}
@media (min-width: 1400px) {
  .tech-stack-alt .tech-title__list .list-item {
    font-size: 24px;
  }
}
.tech-stack-alt .tech-title__list .list-item:hover {
  color: #5067F4;
}
.tech-stack-alt .tech-title__list .list-item.active:after {
  content: "";
  display: block;
  position: relative;
  top: 10px;
  border-bottom: 3px solid #5067F4;
}
@media (min-width: 1280px) {
  .tech-stack-alt .tech-title__list .list-item.active:after {
    top: 21px;
  }
}
.tech-stack-alt .tech-title__list .list-item:first-child {
  margin-left: 15px;
}
@media (min-width: 1280px) {
  .tech-stack-alt .tech-title__list .list-item:first-child {
    margin: 0;
  }
}
.tech-stack-alt .tech-title__list::-webkit-scrollbar {
  display: none;
}
.tech-stack-alt .tech-title {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 1280px) {
  .tech-stack-alt .tech-title {
    font-size: 26px;
  }
}
@media (min-width: 1630px) {
  .tech-stack-alt .tech-title {
    font-size: 31px;
  }
}
.tech-stack-alt .techs {
  padding: 18px 0;
  row-gap: 6px;
  column-gap: 8px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .tech-stack-alt .techs {
    column-gap: 10px;
    padding: 18px 20px 18px 0;
  }
}
@media (min-width: 1630px) {
  .tech-stack-alt .techs {
    column-gap: 6px;
    padding: 29px 20px 18px 0;
  }
}
.tech-stack-alt .tech {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #555555;
  padding: 10px 16px;
  border-radius: 35px;
  border: 1px solid #5067F4;
  display: inline-block;
}
.tech-stack-alt .image__wrapper {
  height: 160px;
  display: flex;
}
@media (min-width: 576px) {
  .tech-stack-alt .image__wrapper {
    height: 210px;
  }
}
@media (min-width: 992px) {
  .tech-stack-alt .image__wrapper {
    width: 50%;
    padding-left: 10px;
    height: 260px;
  }
}
@media (min-width: 1630px) {
  .tech-stack-alt .image__wrapper {
    padding-left: 47px;
    height: 347px;
  }
}
.tech-stack-alt .image__wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.tech-stack-alt .tech-wrapper {
  display: none;
  cursor: default;
}
.tech-stack-alt .tech-wrapper.active {
  display: block;
}
@media (min-width: 992px) {
  .tech-stack-alt .tech-wrapper.active {
    display: flex;
  }
}
