h2 {
  color: white;
}

section {
  position: relative;
}

/* SECTION INTRO */
@media screen and (max-width: 1314px) {
  #sectionIntro {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.section-intro-main {
  align-items: end;
}

/* #sectionIntro {
  height: 76vh;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  margin-top: 0px;
  align-items: center;
} */

.section-intro__title {
  width: 43%;
  z-index: 1;
  text-align: -webkit-right;

  h1 {
    color: white;
    font-weight: unset;
    font-size: 40px;
    margin-block-start: 0px;
    text-align: right;
  }
}

blockquote {
  margin-inline-end: 0;
}

@media screen and (max-width: 600px) {
  .section-intro__title {
    text-align: -webkit-left;

    h1 {
      text-align: left;
    }
  }

  blockquote {
    margin: 20px 0 0 0;
    max-width: 100%;
    text-align: left;
  }
}

.section-intro__title-highlight {
  /* background: -webkit-linear-gradient(90deg, #efdb50, #007acc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #87d3cc;
}

.section-intro__title-highlight-js {
  color: #efdb50;
}

.section-intro__title-highlight-ts {
  color: #007acc;
}

.section-intro__img {
  position: absolute;
  left: 0px;
  width: 60%;
  /* z-index: -1; */
}

/* .section-intro__img .cls-53,
.section-intro__img .cls-87,
.section-intro__img .cls-279,
.section-intro__img .cls-517,
.section-intro__img .cls-523,
.section-intro__img .cls-527,
.section-intro__img .cls-837,
.section-intro__img .cls-885,
.section-intro__img .cls-994,
.section-intro__img .cls-1307,
.section-intro__img .cls-1562,
.section-intro__img .cls-1639,
.section-intro__img .cls-1640,
.section-intro__img .cls-1699,
.section-intro__img .cls-2142 {
  transition: all 1s;
  opacity: 0.2;
}

.section-intro__img:hover {
  .cls-53,
  .cls-87,
  .cls-279,
  .cls-517,
  .cls-523,
  .cls-527,
  .cls-837,
  .cls-885,
  .cls-994,
  .cls-1307,
  .cls-1562,
  .cls-1639,
  .cls-1640,
  .cls-1699,
  .cls-2142 {
    transition: all 1s;
    opacity: 1;
  }
} */

.section-intro__img .cls-312,
.section-intro__img .cls-264,
.section-intro__img .cls-747,
.section-intro__img .cls-751,
.section-intro__img .cls-22,
.section-intro__img .cls-622,
.section-intro__img .cls-101,
.section-intro__img .cls-759,
.section-intro__img .cls-1156,
.section-intro__img .cls-349,
.section-intro__img .cls-350,
.section-intro__img .cls-351,
.section-intro__img .cls-615,
.section-intro__img .cls-348,
.section-intro__img .cls-412,
svg image.background {
  transition: all 1s;
  opacity: 0.2;
}

.section-intro__img:hover {
  .cls-312,
  .cls-264,
  .cls-747,
  .cls-751,
  .cls-22,
  .cls-622,
  .cls-101,
  .cls-759,
  .cls-1156,
  .cls-349,
  .cls-350,
  .cls-351,
  .cls-615,
  .cls-348,
  .cls-412,
  svg image.background {
    transition: all 1s;
    opacity: 1;
  }
}

@media screen and (max-width: 1314px) {
  .section-intro__title {
    width: 100%;
    z-index: 0;
    /* text-align: -webkit-center; */
    h1 {
      font-size: 40px;
    }
  }
  .section-intro__img {
    display: none;
  }
}

/* SECTION js */
@media screen and (max-width: 1314px) {
  #sectionJs {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.js__indication {
  background-color: #4fddb5;
  margin-left: auto;
  margin-right: auto;
}

.js__indication p {
  color: #097053;
}

@media (max-width: 1314px) {
  .js__intro {
    width: 100%;
  }
}
@media (min-width: 1315px) {
  .js__intro {
    width: 56%;
  }
}

.js__intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

@media screen and (min-width: 1858px) {
  .js__cards {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1857px) {
  .js__cards {
    justify-content: space-evenly;
  }
}
.js__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px -10px 70px -10px;
  gap: 45px;

  .js__card:nth-child(1) {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    /* box-shadow: #f48181 0px 0px 5px; */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    .js__card-title {
      background-image: linear-gradient(
        to right top,
        #ea8a8a,
        #ee9292,
        #f1b689,
        #f48181
      );
      box-shadow: 0 5px 30px #f48181;
    }
  }
  .js__card:nth-child(2) {
    background: rgba(255, 255, 255, 0.2);

    /* box-shadow: #87d3cc 0px 0px 5px; */
    border-radius: 16px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);

    .js__card-title {
      background-image: linear-gradient(to right top, #87d3cc, #5dc6e1);
      box-shadow: 0 5px 30px #87d3cc;
    }
  }
  .js__card:nth-child(3) {
    background: rgba(255, 255, 255, 0.2);

    /* box-shadow: #f90089 0px 0px 5px; */
    border-radius: 16px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);

    .js__card-title {
      background-image: linear-gradient(to right top, #f90089, #fd1bff);
      box-shadow: 0 5px 30px #f90089;
    }
  }
}

.js__card {
  position: relative;
  place-content: center;
  display: flex;
  flex-direction: column;
  text-align: left;
  border-radius: 15px;
  color: white;
  padding: 60px 30px 20px 30px;
  transition: all 0.5s;
  flex-grow: 1;
  flex-basis: 0;
  /* max-width: 310px; */
  margin: 10px;
  height: auto;

  &:hover {
    transform: scale(1.05);
  }
}

@media screen and (min-width: 739px) {
  .js__card {
    min-width: 260px;
  }
}

@media screen and (max-width: 738px) {
  .js__cards {
    flex-direction: column;
    align-content: center;
  }
}

.js__card-title {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #0068c7;
  border-radius: 30px;
  padding: 7px 17px 7px 17px;
}

.js__end {
  border-radius: 15px;
  padding: 50px;
  margin: 30px auto 30px auto;
  /* background-color: #53d09ef2; */
  background-color: #f2a886;
  /* box-shadow: 0 0 5px #ffffff; */
}
