/* [project]/src/components/ProjectCard/index.module.scss.module.css [client] (css) */
.index-module-scss-module__KokIna__projectCardWrap {
  flex-direction: column;
  display: flex;
}

@media (max-width: 1100px) {
  .index-module-scss-module__KokIna__projectCardWrap:not(:last-child) {
    margin-bottom: calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem);
  }
}

.index-module-scss-module__KokIna__title {
  margin-top: calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem);
  font-family: Neue Montreal Bold, Arial, sans-serif;
}

.index-module-scss-module__KokIna__imageWrap {
  opacity: 1;
  cursor: none;
  position: relative;
}

@media (pointer: fine) {
  .index-module-scss-module__KokIna__imageWrap:hover .index-module-scss-module__KokIna__hoverText {
    opacity: 1;
  }
}

.index-module-scss-module__KokIna__imageLink {
  cursor: none;
  display: block;
}

@media (pointer: fine) {
  .index-module-scss-module__KokIna__imageLink:hover {
    cursor: none;
  }
}

.index-module-scss-module__KokIna__hoverText {
  font-size: calc(var(--html-line-height) / var(--html-font-size) * 1.35 * 1rem);
  margin: calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem) 0 calc(var(--html-line-height) / var(--html-font-size) * .5 * 1rem);
  font-family: Neue Montreal, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
}

@media (max-width: 1920px) {
  .index-module-scss-module__KokIna__hoverText {
    font-size: calc(var(--html-line-height) / var(--html-font-size) * .95 * 1rem);
  }
}

@media (max-width: 1100px) {
  .index-module-scss-module__KokIna__hoverText {
    font-size: calc(var(--html-line-height) / var(--html-font-size) * .85 * 1rem);
  }
}

.index-module-scss-module__KokIna__hoverText {
  width: 100%;
  height: 100%;
  padding: calc(var(--html-line-height) / var(--html-font-size) * 1.5 * 1rem);
  color: #fff;
  transition: all var(--default-trans-time) linear;
  opacity: 0;
  background-color: rgba(0, 0, 0, .5);
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.index-module-scss-module__KokIna__hoverText svg {
  width: calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem);
  height: calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem);
  margin-bottom: calc(var(--html-line-height) / var(--html-font-size) * .1 * 1rem);
  align-self: flex-end;
}

