/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/sections/certificates-showcase.scss ***!
  \*******************************************************************************************************************************************************************/

/*** LTR websites ***/

.certificatesShowcase {
  padding: 40px 0;
  color: #fff;
  background-color: #000000;
  text-align: center;
}

.certificatesShowcase br {
  display: none;
}

.certificatesShowcase .svg {
  display: none;
}

.certificatesShowcase .wrapper {
  display: flex;
  flex-direction: column;
}

.certificatesShowcase_title {
  margin-bottom: 10px;
}

.certificatesShowcase_link {
  margin: 15px auto 0;
  font-family: "Anton", sans-serif;
  background: linear-gradient(90deg, #78b52e 0%, #528f07 100%);
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  min-width: 160px;
  padding: 8px 40px;
  text-transform: uppercase;
  width: fit-content;
  box-shadow: 0px 6px 6px 0px rgba(120, 181, 46, 0.15);
}

.certificatesShowcase_link:hover {
  padding: 4px 36px;
}

.certificatesShowcase_link:hover {
  border: 4px solid #fff;
  box-shadow: 0px 6px 6px 0px rgba(120, 181, 46, 0.35);
}

.certificatesShowcase_all {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
  margin: 0;
  margin-top: 40px;
}

.certificatesShowcase_all > * {
  margin-bottom: 20px;
  flex-basis: calc(100% / 4 - 20px);
  margin: 10px;
  flex-grow: 0;
}

.certificatesShowcase_all-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.certificatesShowcase_all-single:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

.certificatesShowcase_all-single::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 50%;
  height: 50%;
  background-color: #78b52e;
  border-radius: 10000px;
  filter: blur(40px);
  transition: 0.3s;
}

.certificatesShowcase_all-single .certificatesShowcase-grid__item-img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 1.6rem;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  --x: 0px;
  --y: 0px;
}

.certificatesShowcase_all-single-deco {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-family: "input-mono", monospace;
  font-size: 0.85rem;
  word-wrap: break-word;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-mask-image: radial-gradient(300px circle at var(--x) var(--y), black 149%, rgba(0, 0, 0, 0.25), transparent);
  mask-image: radial-gradient(300px circle at var(--x) var(--y), black 149%, rgba(0, 0, 0, 0.25), transparent);
}

.certificatesShowcase_all-single:hover img {
  filter: grayscale(0%);
}

.certificatesShowcase_all-img {
  width: 100%;
  max-width: 125px;
  filter: grayscale(80%);
  transition: 0.3s;
  position: relative;
  z-index: 1;
}