.artefacts-section_wrap {
  box-shadow: 11px -9px 43px 0px #e0e0e033 inset;
  border-radius: 16px;
  /*backdrop-filter: blur(100px);*/
  padding: 2% 9%;
  text-align: center;
  color: white;
  background: #130f37;
}

.artefacts-section_wrap > .material-symbols-outlined {
  width: 58px;
  height: 58px;
  font-size: 58px !important;
  position: absolute;
  right: 2%;
  top: 20px;
  cursor: pointer;
}

.text-artefact-first {
  text-align: left;
  font-size: 11px;
  font-weight: 500;
  line-height: 19px;
  font-family: "Montserrat";
  padding: 0px 2%;
}

.text-artefact {
  font-family: Furore;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 2% 0;
}

.link-section {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  box-shadow: 11px -9px 43px 0px #e0e0e033 inset;
  border-radius: 16px;
  padding: 3%;
  margin: 3% 0 3% 0;
  display: flex;
  flex-wrap: wrap;
}

.link {
  color: #b4c8ff;
  font-family: "Inter";
  font-size: 19px;
  font-weight: 400;
  text-decoration-line: underline;
}

.button1 {
  min-width: 16%;
  padding: 2%;
  cursor: pointer;
  border-radius: 12px;
  border: none;
  background: linear-gradient(to right, #9400fe, #0218fe);
  color: #fff;
  font-family: "Play";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  align-items: center;
  display: flex;
  gap: 6px;
}

.question {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  padding: 1% 5%;
  text-align: start;
}

.text-artefact-bottom {
  text-align: center;
  font-family: "Play";
  font-size: 23px;
  font-weight: 400;
  padding: 3% 0;
  max-width: 78%;
}

.button2 {
  min-width: 14%;
  /* width: 20%; */
  padding: 2%;
  border-radius: 12px;
  cursor: pointer;
  border: none;
  background: linear-gradient(to right, #c701c9, #9700fe);
  color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(240, 0, 250, 0.5),
    0px 0px 20px 0px rgba(0, 25, 240, 0.5);
  backdrop-filter: blur(25px);
  font-family: "Play";
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

#window_modal_artefacts {
  display: none;
}

#modalArtefacts {
  position: fixed;
  z-index: 101;
  top: 19%;
  right: 0;
  left: 0%;
  /* top: calc(6vw - 1rem); */
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 1007px;
  margin: auto;
  border-radius: 2%;
}

.artefacts_link:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #c800c8;
}

@media (max-width: 1600px) {
  .artefacts-section_wrap > .material-symbols-outlined {
    font-size: 32px !important;
  }

  .question {
    font-size: 12px;
  }

  .text-artefact {
    font-size: 40px;
  }

  .link {
    font-size: 12px;
  }

  .link-section {
    font-size: 18px;
  }

  .text-artefact-bottom {
    max-width: 100%;
    font-size: 24px;
  }

  .artefacts-section_wrap > .material-symbols-outlined {
    right: 4%;
  }
}

@media (max-width: 1180px) {
  .question {
    font-size: 15px;
    max-width: 1046px;
  }
}

@media (max-width: 1000px) {
  .artefacts-section_wrap > .material-symbols-outlined {
    font-size: 29px !important;
  }

  .artefacts-section {
    max-width: 100%;
  }

  .artefacts-section_wrap > text {
    font-size: 16px;
  }

  .text-artefact {
    font-size: 42px;
  }

  .link-section {
    font-size: 16px;
  }

  .link {
    font-size: 16px;
  }

  .question {
    font-size: 12px;
  }

  .text-artefact-bottom {
    font-size: 14px;
  }

  .button1 {
    font-size: 13px;
  }

  .button2 {
    font-size: 17px;
  }
}

@media (max-width: 800px) {
  .artefacts-section {
    max-width: 100%;
  }

  .artefacts-section_wrap > .material-symbols-outlined {
    font-size: 32px !important;
  }
}

@media (max-width: 395px) {
  .text-artefact {
    font-size: 24px;
  }

  .text-artefact-first {
    font-size: 10px;
    padding: 4% 0;
  }

  .text-artefact {
    font-size: 14px;
  }

  .link-section {
    font-size: 11px;
    line-height: 19px;
  }

  .question {
    font-size: 9px;
    line-height: 12px;
    padding: 5% 0;
  }

  .text-artefact-bottom {
    font-size: 11px;
  }

  .button1 {
    font-size: 10px;
  }

  .button2 {
    border: 1px solid linear-gradient(to right, #9600ff, #0218fe);
    background: rgba(0, 0, 0, 0.4);
    box-shadow: none;
    font-size: 12px;
  }

  .link {
    font-size: 11px;
  }

  .artefacts-section_wrap > .material-symbols-outlined {
    font-size: 30px !important;
    top: 7px;
  }
}
