@import url('./root.css');
@import url('./feature-work.css');
.all-pages-first-section {
  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;
  padding-bottom: 0;
}

.all-pages-first-section p {
  width: 588px;
  text-align: center;
}

.all-pages-first-section h1 {
  background: var(--ea-green-to-blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  margin-top: -11px;
  margin-bottom: 24px;
  padding-bottom: 3px;
}

.all-project-under-this-tech {
  background: #00062c;
  padding-bottom: 80px;
}
.back-button {
  position: absolute;
  top: 2rem;
  left: 3.1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: white;
}
.back-button img {
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 1px;
}
@media screen and (max-width: 670px) {
  .all-pages-first-section {
    height: auto;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0px;
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 0;
  }
  .slide1-logo-container {
    flex-direction: row;
    margin-top: 96px;
    flex-wrap: wrap;
    width: 320px;
    justify-content: center;
  }
  .slide1-logo-container img {
    margin: 27px;
  }

  .all-pages-first-section h1 {
    font-size: 45px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .all-pages-first-section p {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .back-button {
    top: 0.8rem;
    left: 31px;
  }
}
@media screen and (max-width: 600px) {
  .slide1-logo-container img {
    margin: 17px;
  }
}
.application-container {
  display: flex;
  flex-direction: column;
  background: #000417;
  width: 80%;
  position: relative;
  padding: 40px;
  box-shadow: 0 0 40px 20px rgba(0, 4, 23, 0.6);
}
.application-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}
.application-heading h2 {
  background: var(--ea-green-to-blue);
  background-clip: text;
  /* -webkit-background-clip: text; */
  -webkit-text-fill-color: transparent;
  font-size: 41px;
  font-weight: 100;
  font-style: normal;
  line-height: 111px;
  font-family: 'Manrope';
}
.application-para p {
  width: 100%;
}
.application-para {
  text-align: center;
}
.application-description {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 3.2rem;
}
.tech-lang-container {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}
.technology-used {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 40px;
  margin-bottom: 58px;
  padding-right: 0;
}
.technology-used div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 7px;
  color: white;
  height: fit-content;
}
.technology-used div img {
  height: 48px;
  margin-bottom: 10px;
}
.technology-used div:hover {
  color: var(--ea-green);
}
.technology-used div:hover img {
  filter: invert(58%) sepia(100%) saturate(2897%) hue-rotate(140deg) brightness(101%) contrast(91%);
}
.technology-used div p {
  margin-top: 8px;
  width: 90px;
  text-align: start;
  margin-left: 6px;
}
.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;
}
.technology-details div {
  font-weight: 500;
  font-size: 1.5rem;
  overflow-wrap: anywhere;
}
.technology-details p {
  font-weight: 200;
  margin-top: 10px;
  overflow-wrap: anywhere;
  width: 100%;
  text-align: left;
}
.explore-related-services {
  display: flex;
  flex-direction: column;
  background: #000626;
  justify-content: center;
  align-items: center;
  color: white;
  padding-top: 2.2rem;
}

.explore-related-services .all-related-services img {
  margin: 7px;
  cursor: pointer;
}
.feature-project-title {
  background: var(--ea-green-to-blue);
  background-clip: text;
  /* -webkit-background-clip: text; */
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 100;
  font-style: normal;
  margin-top: 50px;
  text-align: center;
  font-family: 'Manrope';
}
@media screen and (max-width: 830px) {
  .application-description {
    flex-direction: column;
  }
  .technology-details {
    width: 100%;
  }
  .tech-lang-container {
    width: 100%;
    margin-top: 2.2rem;
  }
  .technology-used {
    padding-left: unset;
  }
}
@media screen and (max-width: 600px) {
  .application-heading {
    gap: 0;
    flex-direction: column;
  }
  .application-container {
    width: 90%;
  }
}
