@import url('./root.css');

.all-pages-first-section {
  height: 100%;
  width: 100%;
  background-image: url(../images/all-pages-first-section/background-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 65px;
  padding-top: 100px;
  padding-bottom: 30px;
}

.all-pages-first-section p {
  width: 1000px;
  overflow-wrap: anywhere;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}

.all-pages-first-section h1 {
  overflow-wrap: anywhere;
  text-align: center;
  background: var(--ea-green-to-blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 90px;
  /*line-height: 120px;*/
  margin-top: -11px;
  /*margin-bottom: 24px;*/
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .all-pages-first-section p {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.technology-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  /*background: linear-gradient(180deg, #000417 0%, #000626 100%);*/
  padding-top: 40px;
}
.technologies-languages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-left: 40px;
  margin-bottom: 58px;
  padding-right: 0;
  /*margin-top: 50px;*/
}
.technologies-languages img {
  height: 48px;
  margin-bottom: 10px;
}
.technologies-languages div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 7px;
  color: white;
  height: fit-content;
}
.technologies-languages div:hover {
  color: var(--ea-green);
}
.technologies-languages div:hover img {
  filter: invert(58%) sepia(100%) saturate(2897%) hue-rotate(140deg) brightness(101%) contrast(91%);
}

.technologies-languages p {
  margin-top: 8px;
  width: 81px;
}
.technology-container button {
  margin: 5px 20px 5px 5px;
  color: white;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: border-color 0.3s;
  background: transparent;
  width: 152px;
  height: 38px;
}
.technology-active-button {
  border: 1px solid var(--ea-green) !important;
  color: var(--ea-green) !important;
}
.technology-container button {
  position: relative;
  background: var(--ea-layer-background);
}
.technology-container button:hover {
  /* background: var(--ea-green-to-blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 5px;
  border-image: var(--ea-green-to-blue);
  border-image-slice: 1; */
  border-color: var(--ea-blue);
  color: var(--ea-blue);
}

.technology-active-languages {
  display: flex !important;
}
.allTechnologies {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 41px;
}
.tech-image-hide {
  display: none !important;
}
.technology-img-about-containers {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  color: white;
  flex-wrap: wrap;
  width: 964px;
}
.all-tech-button-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fill-available;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.all-tech-button-list .button-list {
  text-align: center;
}
.tech-lang-container {
  /* flex: 1; */
  width: 60%;

  display: flex;
  justify-content: flex-end;
}
.about-technology-details {
  border: 1px solid var(--ea-green);
  border-radius: 7px;
  padding: 29px;
  text-align: left;
  width: 40%;
  background: var(--ea-layer-background);
  height: fit-content;
}
.about-technology-details p {
  font-weight: 200;
  margin-top: 10px;
  overflow-wrap: anywhere;
}
.about-technology-details div {
  font-weight: 500;
  font-size: 1.5rem;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 991px) {
  .technology-img-about-containers {
    width: 804px;
  }
}

@media screen and (max-width: 830px) {
  .technology-img-about-containers {
    width: auto !important;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-top: 16px;
  }
  .tech-lang-container {
    width: 100%;
  }
  .all-pages-first-section p {
    width: auto;
  }
  .about-technology-details {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }
  .technologies-languages {
    width: auto;
  }
  .about-technology-details p {
    margin-top: 11px;
  }
}
@media screen and (max-width: 620px) {
  .all-pages-first-section p {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 500px) {
  .all-pages-first-section p {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .all-pages-first-section h1 {
    font-size: 45px;
    margin-top: -11px;
    margin-bottom: 13px;
    padding-bottom: 3px;
  }
}
