/* [project]/src/app/components/Pages/Main/Home.module.css [app-client] (css) */
.Home-module__g8RRKW__Home {
  background-color: var(--alternative-background-color);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 89%;
  display: flex;
  position: relative;
}

.Home-module__g8RRKW__HomeContainer {
  grid-template-columns: 55% 40%;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  height: 100%;
  padding: 4rem 1rem 2rem;
  display: grid;
}

.Home-module__g8RRKW__ImageContainer {
  width: 100%;
  height: 100%;
  display: flex;
}

.Home-module__g8RRKW__infoDiv {
  justify-content: center;
  align-items: center;
  gap: 4rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.Home-module__g8RRKW__title {
  text-align: center;
  flex-flow: column;
  place-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.Home-module__g8RRKW__ButtonsDiv {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  display: flex;
}

.Home-module__g8RRKW__Title {
  word-wrap: break-word;
  color: linear-gradient(90deg,
    #fff 0%,
    #e2e2e2 27%,
    #d6d6d6 56%,
    #b6b6b6 97%);
  text-align: center;
  align-items: center;
  display: flex;
}

.Home-module__g8RRKW__quote {
  width: 60%;
  color: linear-gradient(90deg,
    #fff 0%,
    #e2e2e2 27%,
    #d6d6d6 56%,
    #181515 97%);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.Cards-module__8aiODa__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__8aiODa__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__8aiODa__title:hover, .Cards-module__8aiODa__title:focus {
  background-size: 0 .2em, 100% .2em;
}

.Cards-module__8aiODa__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__8aiODa__CategorySections span {
  color: var(--background);
  font-size: 2ch;
}

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

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

/* [project]/src/app/components/Pages/Main/Sections.module.css [app-client] (css) */
.Sections-module__XZhVHq__SectionsParent {
  width: 100%;
  height: 100%;
}

.Sections-module__XZhVHq__SectionsAll {
  column-width: 300px;
  background-color: var(--background);
  flex-flow: column;
  flex-shrink: 1;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: grid;
}

.Sections-module__XZhVHq__Sections {
  column-width: 500px;
  flex-flow: column;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 100%;
  display: grid;
}

.Sections-module__XZhVHq__SectionsTitleContainer {
  align-items: center;
  display: flex;
}

.Sections-module__XZhVHq__SectionsTitle {
  color: var(--foreground);
  margin: 0 .5rem;
}

.Sections-module__XZhVHq__SectionsTitle:hover {
  color: var(--hover-font-color);
  text-decoration: underline;
}

.Sections-module__XZhVHq__SectionsDot {
  background-color: var(--hover-font-color);
  border: 1px solid #0000;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}

.Sections-module__XZhVHq__SectionsDivider {
  border: 2px solid var(--hover-font-color);
  border-width: 1px 0;
  flex-grow: 1;
  height: 4px;
}

.Sections-module__XZhVHq__ContentCard {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 100%;
  height: 100%;
  margin: 1rem;
  padding: 0 2rem 3rem;
  display: grid;
  overflow-y: auto;
}

@media only screen and (max-width: 600px) {
  .Sections-module__XZhVHq__SectionsAll {
    column-width: 500px;
    flex-flow: column;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    display: grid;
  }

  .Sections-module__XZhVHq__Sections {
    column-width: 500px;
    flex-flow: column;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    width: 100%;
    display: grid;
  }

  .Sections-module__XZhVHq__ContentCard {
    scroll-behavior: smooth;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    width: 100%;
    height: 100%;
    margin: 1rem;
    padding: 0 2rem 3rem;
    display: grid;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 950px) and (min-width: 650px) {
  .Sections-module__XZhVHq__SectionsAll {
    column-width: 500px;
    flex-flow: column;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    display: grid;
  }

  .Sections-module__XZhVHq__Sections {
    column-width: 500px;
    flex-flow: column;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    width: 100%;
    display: grid;
  }

  .Sections-module__XZhVHq__ContentCard {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
    height: 100%;
    margin: 1rem;
    padding: 0 2rem 3rem;
    display: grid;
  }
}

/* [project]/src/app/components/Pages/Main/Numbers.module.css [app-client] (css) */
.Numbers-module__AJTXXG__Comtainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 1rem;
  display: flex;
}

.Numbers-module__AJTXXG__NumbersContainer {
  background-color: var(--background);
  border-radius: 10px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15vh;
  display: grid;
  box-shadow: 0 5px 15px #ffffff59;
}

.Numbers-module__AJTXXG__NumberText {
  color: var(--foreground);
  font-size: 3.1ch;
}

.Numbers-module__AJTXXG__NumbersSvg > * {
  width: 40px;
  height: 30px;
}

.Numbers-module__AJTXXG__RefugeesNumberContainer, .Numbers-module__AJTXXG__BenificariesNumberContainer, .Numbers-module__AJTXXG__ProjectsNumberContainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.Numbers-module__AJTXXG__NTextContainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
}

@media only screen and (max-width: 600px) {
  .Numbers-module__AJTXXG__NumbersContainer {
    background-color: var(--background);
    border-radius: 10px;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vh;
    display: grid;
    box-shadow: 0 5px 15px #ffffff59;
  }
}

@media only screen and (max-width: 950px) and (min-width: 650px) {
  .Numbers-module__AJTXXG__NumbersContainer {
    background-color: var(--background);
    border-radius: 10px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15vh;
    display: grid;
    box-shadow: 0 5px 15px #ffffff59;
  }
}

/* [project]/src/app/components/Pages/Main/NewsLetter.module.css [app-client] (css) */
.NewsLetter-module__bX4z0W__NewsLetter {
  background-color: var(--background);
  border-radius: 10px;
  grid-template-columns: 30% 70%;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin: 1rem;
  padding: 1rem;
  display: grid;
  box-shadow: 0 5px 15px #ffffff59;
}

.NewsLetter-module__bX4z0W__NewLetterInfo {
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 3.1ch;
  display: flex;
}

.NewsLetter-module__bX4z0W__NewLetterInfo > svg {
  width: 10vw;
  height: 15vh;
}

.NewsLetter-module__bX4z0W__NewsLetterInput {
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  gap: 1rem;
  display: grid;
}

.NewsLetter-module__bX4z0W__NewsLetterName > input, .NewsLetter-module__bX4z0W__NewsLetterEmail > input {
  border: 1px solid var(--hover-font-color);
  width: 100%;
  height: 70px;
  box-shadow: 0px 0px 4px var(--background);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  font-size: 2rem;
  font-style: italic;
}

.NewsLetter-module__bX4z0W__NewsLetterName::placeholder {
  color: var(--foreground);
  opacity: 1;
}

.NewsLetter-module__bX4z0W__NewsLetterName::-moz-placeholder {
  color: var(--foreground);
}

.NewsLetter-module__bX4z0W__NewsLetterEmail::placeholder {
  color: var(--foreground);
  opacity: 1;
}

.NewsLetter-module__bX4z0W__NewsLetterEmail::-moz-placeholder {
  color: var(--foreground);
}

.NewsLetter-module__bX4z0W__NewsLetterBtn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.NewsLetter-module__bX4z0W__NewsLetterBtn .NewsLetter-module__bX4z0W__ButtonVariantOne {
  border: 1px solid var(--hover-font-color);
  background-color: var(--foreground);
  width: 200px;
  height: 70px;
  color: var(--hover-font-color);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--hover-font-color);
  box-shadow: 0px 0px 4px var(--background);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-style: italic;
  display: flex;
  transform: scale(1);
}

.NewsLetter-module__bX4z0W__NewsLetterBtn .NewsLetter-module__bX4z0W__ButtonVariantOne:hover {
  background-color: var(--hover-font-color);
  color: var(--foreground);
  -webkit-text-stroke-color: var(--foreground);
  transform: scale(1.1);
}

@media only screen and (max-width: 950px) and (min-width: 650px) {
  .NewsLetter-module__bX4z0W__NewsLetter {
    background-color: var(--background);
    border-radius: 10px;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin: 1rem;
    padding: 1rem;
    display: grid;
    box-shadow: 0 5px 15px #ffffff59;
  }

  .NewsLetter-module__bX4z0W__NewsLetterInput {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    gap: 1rem;
    display: grid;
  }
}

@media only screen and (max-width: 650px) {
  .NewsLetter-module__bX4z0W__NewsLetter {
    background-color: var(--background);
    border-radius: 10px;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin: 1rem;
    padding: 1rem;
    display: grid;
    box-shadow: 0 5px 15px #ffffff59;
  }

  .NewsLetter-module__bX4z0W__NewsLetterInput {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    gap: 1rem;
    display: grid;
  }
}

/* [project]/src/app/utils/Buttons/Btn.module.css [app-client] (css) */
.Btn-module__C79sOG__QaSubmitBtn {
  background-color: var(--hover-color);
  border: 1px solid var(--hover-color);
  width: 10%;
  height: 2rem;
  box-shadow: 0px 0px 2px var(--font-color);
  font-size: 1.7ch;
  font-weight: var(--b-font-weight);
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 0 .3rem;
  display: flex;
}

.Btn-module__C79sOG__QaSubmitBtn:hover {
  border-radius: #f27a16b3;
  background-color: #f27a16b3;
}

.Btn-module__C79sOG__NewsLetterBtn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.Btn-module__C79sOG__NewsLetterBtn .Btn-module__C79sOG__ButtonVariantOne {
  border: 1px solid var(--hover-font-color);
  background-color: var(--foreground);
  z-index: 0;
  width: 200px;
  height: 70px;
  color: var(--hover-font-color);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--hover-font-color);
  box-shadow: 0px 0px 4px var(--background);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-style: italic;
  display: flex;
  transform: scale(1);
}

.Btn-module__C79sOG__NewsLetterBtn .Btn-module__C79sOG__ButtonVariantOne:hover {
  background-color: var(--hover-font-color);
  color: var(--foreground);
  -webkit-text-stroke-color: var(--foreground);
  transform: scale(1.1);
}

.Btn-module__C79sOG__SignUpBtn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.Btn-module__C79sOG__SignUpBtn .Btn-module__C79sOG__ButtonVariantTwo {
  border: 1px solid var(--alternative-background-color);
  background-color: var(--hover-font-color);
  width: 340px;
  min-width: 170px;
  max-width: 400px;
  height: 40px;
  color: var(--foreground);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--foreground);
  box-shadow: 5px 5px 5px var(--alternative-background-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 2.5ch;
  display: flex;
}

.Btn-module__C79sOG__SignUpBtn .Btn-module__C79sOG__ButtonVariantTwo:hover {
  background-color: var(--hover-font-color);
  color: var(--foreground);
  -webkit-text-stroke-color: var(--foreground);
  transform: scale(1.1);
}

.Btn-module__C79sOG__LoginBtn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.Btn-module__C79sOG__LoginBtn .Btn-module__C79sOG__ButtonVariantTwoL {
  border: 1px solid var(--alternative-background-color);
  background-color: var(--hover-font-color);
  width: 400px;
  min-width: 170px;
  max-width: 400px;
  height: 40px;
  color: var(--foreground);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--foreground);
  box-shadow: 5px 5px 5px var(--alternative-background-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 2.5ch;
  display: flex;
  transform: scale(1);
}

.Btn-module__C79sOG__LoginBtn .Btn-module__C79sOG__ButtonVariantTwoL:hover {
  background-color: var(--hover-font-color);
  color: var(--foreground);
  -webkit-text-stroke-color: var(--foreground);
  justify-content: center;
  align-items: center;
  display: flex;
  transform: scale(1.1);
}

/* [project]/src/app/components/Pages/Main/Events.module.css [app-client] (css) */
.Events-module__P7BMea__EventsContainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: auto;
}

.Events-module__P7BMea__Events {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  display: flex;
  position: relative;
}

.Events-module__P7BMea__EventsCards {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  gap: 1rem !important;
}

.Events-module__P7BMea__CardsContainer {
  column-width: 300px;
  width: 100%;
  height: 100%;
}

/* [project]/src/app/utils/Cards/EventsCards.module.css [app-client] (css) */
.EventsCards-module__PVxMyW__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__PVxMyW__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__PVxMyW__Title {
  z-index: 50;
  padding: 0 50px;
  position: absolute;
  bottom: 25%;
}

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

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

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

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

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

.EventsCards-module__PVxMyW__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__PVxMyW__TitleSlider:hover:after {
  transform-origin: 0 100%;
  transform: scaleX(1);
}

.EventsCards-module__PVxMyW__TitleSlider {
  max-width: 70ch;
  color: var(--foreground);
  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__PVxMyW__TitleSlider:focus, .EventsCards-module__PVxMyW__TitleSlider:visited, .EventsCards-module__PVxMyW__TitleSlider:link {
  outline: 0;
  text-decoration: none;
}

.EventsCards-module__PVxMyW__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__PVxMyW__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__PVxMyW__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=src_app_1e_p30v._.css.map*/