/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[3].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[3].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[3].oneOf[9].use[5]!./src/app/works/styles.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
  The mixin works by adding a pseudo-element (::before) to the element being styled and animating
  its width and position on hover. The $direction parameter determines where the hover effect
  originates from, and can be set to one of the following values:

    - center (default): the hover effect starts from the center and expands outwards.
    - right: the hover effect starts from the right edge and expands leftwards.
    - left: the hover effect starts from the left edge and expands rightwards.
    - to-right: the hover effect starts from the left edge and expands rightwards.
    - to-left: the hover effect starts from the right edge and expands leftwards.

  If $direction is set to any other value, an error will be thrown.

  Overall, this mixin provides a flexible and customizable way to create hover effects for links.
**/
.styles_works__dNaNQ {
  padding-top: 90px;
  padding-bottom: 90px;
}

.styles_container__92fBE {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .styles_container__92fBE {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1440px) {
  .styles_container__92fBE {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.styles_title__NjpWb {
  font-size: 3rem;
}

.styles_list__U9AiP {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
  grid-gap: 30px;
  gap: 30px;
}
@media (min-width: 992px) {
  .styles_list__U9AiP {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[3].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[3].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[3].oneOf[9].use[5]!./src/components/icon/styles.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_icon__GEUwO {
  fill: currentColor;
}
.styles_icon__GEUwO [stroke-width] {
  fill: none;
  stroke: currentColor;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[3].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[3].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[3].oneOf[9].use[5]!./src/components/social-link/styles.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_socialLink__osTGn {
  display: block;
  transition: 0.2s;
}
.styles_socialLink__osTGn:hover, .styles_socialLink__osTGn:focus-visible {
  color: var(--color-accent);
}

.styles_socialIcon__1JwYq {
  display: block;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[3].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[3].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[3].oneOf[9].use[5]!./src/components/card/styles.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
  The mixin works by adding a pseudo-element (::before) to the element being styled and animating
  its width and position on hover. The $direction parameter determines where the hover effect
  originates from, and can be set to one of the following values:

    - center (default): the hover effect starts from the center and expands outwards.
    - right: the hover effect starts from the right edge and expands leftwards.
    - left: the hover effect starts from the left edge and expands rightwards.
    - to-right: the hover effect starts from the left edge and expands rightwards.
    - to-left: the hover effect starts from the right edge and expands leftwards.

  If $direction is set to any other value, an error will be thrown.

  Overall, this mixin provides a flexible and customizable way to create hover effects for links.
**/
.styles_card__26e2S {
  background-color: var(--color-bg-secondary);
  border-radius: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05), 0px 8px 15px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.25s;
  z-index: 1;
}
.styles_card__26e2S:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04), 0px 15px 25px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.styles_card__26e2S:hover .styles_shine__eCjdQ {
  opacity: 0.6;
  transform: translate(-60%, -60%);
}
.styles_card__26e2S:hover .styles_tiles__wC1CB {
  opacity: 0.15;
  transition-delay: 0.25s;
}
.styles_card__26e2S:hover .styles_tile___IMHB {
  animation-name: styles_tile___IMHB;
}
.styles_card__26e2S:hover .styles_line__v056B:before {
  transform: scaleX(1);
}
.styles_card__26e2S:hover .styles_line__v056B:after {
  transform: scaleY(1);
}
.styles_card__26e2S:hover .styles_line_1__C4cfz:before, .styles_card__26e2S:hover .styles_line_1__C4cfz:after {
  transition-delay: 0s;
}
.styles_card__26e2S:hover .styles_line_2__Su0Ec:before, .styles_card__26e2S:hover .styles_line_2__Su0Ec:after {
  transition-delay: 0.15s;
}
.styles_card__26e2S:hover .styles_line_3__lcF9M:before, .styles_card__26e2S:hover .styles_line_3__lcF9M:after {
  transition-delay: 0.3s;
}

.styles_link_img__COkud {
  display: block;
  border-radius: 10px;
  margin: 16px 16px 0;
  box-sizing: border-box;
}

.styles_img__2ZtG0 {
  border-radius: 10px;
  aspect-ratio: 1.5/1;
  object-fit: cover;
  object-position: top center;
}

.styles_content__NzLLA {
  padding: 24px 16px 16px;
  border-radius: 0 0 15px 15px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.styles_content_top__g9iZw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.styles_title__cw2Y9 {
  font-size: 1rem;
  margin-bottom: 0;
}

.styles_title_link__krKis {
  position: relative;
  transition: 0.2s;
  margin-right: 10px;
}
.styles_title_link__krKis::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--color-accent);
  position: absolute;
  top: 100%;
  transition: inherit;
}
.styles_title_link__krKis:hover::before, .styles_title_link__krKis:focus-visible::before {
  width: 100%;
}
.styles_title_link__krKis::before {
  left: 0;
}

.styles_text__LAd_x {
  color: var(--color-fg-secondary);
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.styles_topics___KkIE {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
  margin-top: auto;
}

.styles_shine__eCjdQ {
  width: 100%;
  height: 100%;
  background-color: var(--color-accent);
  border-radius: 50%;
  filter: blur(25px);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
  transition: 0.5s;
  z-index: -1;
}

.styles_background__vXA44 {
  position: absolute;
  inset: 0;
  margin-top: -10px;
  -webkit-mask-image: radial-gradient(circle at 60% 50%, #000 0%, #000 15%, transparent 80%);
          mask-image: radial-gradient(circle at 60% 50%, #000 0%, #000 15%, transparent 80%);
  z-index: -1;
}

.styles_tiles__wC1CB {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  opacity: 0;
  position: absolute;
  inset: 0;
  transition: opacity 0.25s;
}

.styles_tile___IMHB {
  width: 100%;
  height: 100%;
  background-color: var(--color-accent);
  opacity: 0;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}
.styles_tile___IMHB.styles_tile_5__Xx_7z, .styles_tile___IMHB.styles_tile_9__xxdh7, .styles_tile___IMHB.styles_tile_10__jSUe8 {
  animation-delay: -2s;
}
.styles_tile___IMHB.styles_tile_1__Se6XH, .styles_tile___IMHB.styles_tile_2__KzkR9, .styles_tile___IMHB.styles_tile_6__tL1Qm {
  animation-delay: -4s;
}
.styles_tile___IMHB.styles_tile_3__SN_hP, .styles_tile___IMHB.styles_tile_4__W8S7V, .styles_tile___IMHB.styles_tile_7__uIIlb {
  animation-delay: -6s;
}

.styles_line__v056B {
  position: absolute;
  inset: 0;
}
.styles_line__v056B:before, .styles_line__v056B:after {
  content: "";
  position: absolute;
  background-color: var(--color-fg);
  opacity: 0.15;
  transition: transform 0.35s;
}
.styles_line__v056B:before {
  height: 1px;
  width: 100%;
  transform-origin: 0 50%;
  transform: scaleX(0);
}
.styles_line__v056B:after {
  width: 1px;
  height: 100%;
  transform-origin: 50% 0;
  transform: scaleY(0);
}
.styles_line__v056B.styles_line_1__C4cfz:before, .styles_line__v056B.styles_line_1__C4cfz:after {
  transition-delay: 0.3s;
}
.styles_line__v056B.styles_line_1__C4cfz:before {
  top: 33.3%;
}
.styles_line__v056B.styles_line_1__C4cfz:after {
  left: 25%;
}
.styles_line__v056B.styles_line_2__Su0Ec:before, .styles_line__v056B.styles_line_2__Su0Ec:after {
  transition-delay: 0.15s;
}
.styles_line__v056B.styles_line_2__Su0Ec:before {
  top: 66.6%;
}
.styles_line__v056B.styles_line_2__Su0Ec:after {
  left: 50%;
}
.styles_line__v056B.styles_line_3__lcF9M:after {
  left: 75%;
}

@keyframes styles_tile___IMHB {
  0%, 12.5%, 100% {
    opacity: 1;
  }
  25%, 82.5% {
    opacity: 0;
  }
}
