/* [project]/components/Cards/Cards.module.css [app-client] (css) */
.Cards-module__dpJ8Dq__CardsContainer {
  border-radius: 1rem;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  box-shadow: 0 5px 15px #00000059;
}

.Cards-module__dpJ8Dq__CardsContentF {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0%;
}

.Cards-module__dpJ8Dq__textContainer {
  width: 100%;
  height: inherit;
  z-index: 0;
  background-color: #00000059;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
  display: flex;
  position: relative;
}

.Cards-module__dpJ8Dq__title {
  color: var(--foreground);
  background: linear-gradient(to right,
      #64c8c8,
      #64c8c8),
    linear-gradient(to right,
      var(--hover-font-color),
      var(--hover-font-color),
      var(--hover-font-color));
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 0% .2em, 0 .2em;
  font-size: 3.1ch;
  transition: background-size .8s;
}

.Cards-module__dpJ8Dq__title:hover, .Cards-module__dpJ8Dq__title:focus {
  background-size: 0 .2em, 100% .2em;
}

.Cards-module__dpJ8Dq__CategorySections {
  background-color: var(--category-background-color);
  border-radius: 5px 0 0;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 4rem;
  font-size: 3.1ch;
  display: flex;
  position: absolute;
  top: 0%;
}

.Cards-module__dpJ8Dq__CategorySections span {
  color: var(--background);
  font-size: 2ch;
}

.Cards-module__dpJ8Dq__titleContainer {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  display: flex;
}

.Cards-module__dpJ8Dq__dateSections {
  color: gray;
  flex-flow: row;
  gap: 1rem;
  width: 100%;
  padding: 0 .5rem;
  display: flex;
}

/* [project]/components/Cards/EventsCards.module.css [app-client] (css) */
.EventsCards-module___DSGgW__CardsContainer {
  background-color: var(--background);
  border-radius: 10px;
  height: 50vh;
  display: flex;
  position: relative;
  box-shadow: 0 5px 15px #00000059;
  margin-bottom: 1rem !important;
}

.EventsCards-module___DSGgW__TitleSections {
  z-index: 0;
  width: 100%;
  height: 100%;
  color: var(--foreground);
  background-color: #00000059;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0;
}

.EventsCards-module___DSGgW__Title {
  z-index: 50;
  padding: 0 50px;
  position: absolute;
  bottom: 25%;
}

.EventsCards-module___DSGgW__CardsContentF {
  width: 100%;
  height: 100%;
  display: flex;
}

.EventsCards-module___DSGgW__CardsImage {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
}

.EventsCards-module___DSGgW__ButtonCards {
  width: 100%;
  height: 8vh;
  position: absolute;
  bottom: 1px;
  right: 50px;
}

.EventsCards-module___DSGgW__Button {
  width: 100%;
  height: 8vh;
}

.EventsCards-module___DSGgW__TitleSlider {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.EventsCards-module___DSGgW__TitleSlider:after {
  content: "";
  background-color: var(--foreground);
  transform-origin: 100% 100%;
  width: 100%;
  height: 7px;
  transition: transform .25s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}

.EventsCards-module___DSGgW__TitleSlider:hover:after {
  transform-origin: 0 100%;
  transform: scaleX(1);
}

.EventsCards-module___DSGgW__TitleSlider {
  max-width: 70ch;
  color: var(--foreground);
  background-size: 0 1px;
  background-color: var(--title-background-color);
  background-image: linear-gradient(currentColor 0% 98%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  flex-direction: column;
  flex: 1;
  gap: 2rem;
  display: flex;
  position: absolute;
  bottom: 30%;
  left: 13%;
}

.EventsCards-module___DSGgW__TitleSlider:focus, .EventsCards-module___DSGgW__TitleSlider:visited, .EventsCards-module___DSGgW__TitleSlider:link {
  outline: 0;
  text-decoration: none;
}

.EventsCards-module___DSGgW__TitleSlider:hover {
  color: inherit;
  background-size: 0 2px;
  background-color: var(--quote-background-color);
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: underline;
  transition: all 1s;
  display: inline-block;
}

.EventsCards-module___DSGgW__CategorySlider {
  z-index: 50;
  width: 6rem;
  color: var(--background);
  background-color: #eebdd1;
  flex-direction: column;
  flex: 1;
  gap: 2rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  bottom: 57%;
  left: 14%;
}

.EventsCards-module___DSGgW__DateSlider {
  z-index: 50;
  width: 17rem;
  color: var(--background);
  background-color: var(--title-background-color);
  grid-template-columns: 10% 90%;
  align-items: center;
  gap: .01rem;
  display: grid;
  position: absolute;
  bottom: 24%;
  left: 16%;
}

/*# sourceMappingURL=components_Cards_0lq0l_w._.css.map*/