@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,600|Tulpen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Modern+Antiqua&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: font5;
  src: url(../font/NotoMono/NotoMono-Regular.ttf);

}

body {
  /* font-family: Arial, Helvetica, sans-serif; */
  overflow-x: hidden;
}

hr {
  width: 50%;
  margin: 15px auto;
}

/* h1 {
  margin: 3em 0 1em 0;
} */

h1,
h2,
h3,
h5 {
  line-height: 1em;
  text-align: center;
  /* font-family: 'Modern Antiqua', cursive; */
}

a {
  word-break: break-all;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

button {
  text-align: center;
  margin: 25px auto;
  color: white;
  background-color: rgb(47, 0, 255);
  border: 1px solid black;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  display: block;
}

button:hover {
  color: #000000a8;
  background-color: whitesmoke;
}

.antigua a:hover {
  color: #0046FF;
}

.antigua {
  width: 90%;
  margin: 2em auto;
  text-align: center;
  /* font-family: 'Modern Antiqua', cursive; */
}

.antigua p {
  /* font-size: large; */
  text-indent: 30px;
  text-align: justify;
}

.albastru-link a {
  text-decoration: none;
  color: #2e38f3;
  font-weight: bold;
}

.div-class-center {
  width: 100%;
  text-align: justify;
  align-items: center;
  line-height: 1.5em;
}

.div-class-center p {
  text-indent: 30px;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}

.img-centru {
  height: auto;
  margin: 0 auto 5% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 5px 5px 5px #aaaaaa;
}

/*BEGIN MENIU*/
div#meniu {
  width: 100%;
  height: 65px;
  position: fixed;
  z-index: 1;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*imagini album orizontal*/

main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

}

#menu.scrolled {
  top: 100px;
}

.scrollable {
  will-change: transform;

}

/*begin buton oameni dizabilitati pus dreapta jos*/
#userwayAccessibilityIcon {
  top: 90vh;
  /*  bottom: 13px; */
  right: 0px;
  left: auto;
}

/*begin events*/
.events {
  color: #3C3D37;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cardev {
  display: grid;
  grid-template-rows: 210px 210px 80px;
  grid-template-areas: "image" "text" "stats";

  border-radius: 18px;
  background: white;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.9);
  font-family: roboto;
  text-align: center;


  transition: 0.5s ease;
  cursor: pointer;
  margin: 30px;
}

.cardev-image {
  grid-area: image;
  background: url("../img/eval.JPG");
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: cover;
}

.events a {
  text-decoration: none;
  color: inherit;
}

.cardev-text {
  grid-area: text;
  margin: 2px;
}

.cardev-text .dateev {
  color: rgb(42, 157, 143);
  font-size: 13px;
}

.cardev-text p {
  color: grey;
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
  padding: 2%;
}

.cardev-text h2 {
  margin-top: 0px;
  font-size: 28px;
}

.cardev-stats {
  grid-area: stats;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: rgb(255, 7, 110);
}

.cardev-stats .stat {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}

.cardev-stats .borderev {
  border-left: 1px solid rgb(231, 226, 225);
  border-right: 1px solid rgb(231, 226, 225);
}

.cardev-stats .value {
  font-size: 22px;
  font-weight: 500;
}

.cardev-stats .value sup {
  font-size: 12px;
}

.cardev-stats .type {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}

.cardev:hover {
  transform: scale(1.15);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6);
}

.cardev-text.cardev2 .dateev {
  color: rgb(181, 131, 141);
}

.cardev-stats.cardev2 .borderev {
  border-left: 1px solid rgb(231, 226, 225);
  border-right: 1px solid rgb(231, 226, 225);
}

.cardev-stats.cardev2 {
  background: rgb(255, 77, 7);
}

/*cardev3*/

.cardev-text.cardev3 .dateev {
  color: rgb(229, 152, 155);
}

.cardev-stats.cardev3 .borderev {
  border-left: 1px solid rgb(231, 226, 225);
  border-right: 1px solid rgb(231, 226, 225);
}

.cardev-stats.cardev3 {
  background: rgb(0, 189, 63);
}

/*end events*/

/*begin tabel*/
.tabel-colorat {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 70%;
  margin: 2% 15% 0 15%;
}

.tabel-colorat td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.tabel-colorat th {
  background-color: #24A610;
  color: white;
}

.tabel-colorat .rosu-th {
  background-color: #D4292C;
  color: white;
}

.tabel-colorat .rosu-tr {
  background-color: #FFF5F5;
}

.tabel-colorat .albastru-th {
  background-color: #009BD4;
  color: white;
}

.tabel-colorat .albastru-tr {
  background-color: #EFF2F4;
}

.tabel-colorat tr:nth-child(even) {
  background-color: #F5FFF5;
}

.tabel-colorat td a {
  text-decoration: none;
  color: black;
}

/*end tabel*/

summary {
  font-size: 1.25rem;
  font-weight: 600;
  background: rgba(87, 133, 217, 0.5);
  background-image: linear-gradient(to right, rgba(87, 133, 217, 1), rgba(87, 133, 217, 0.5));
  color: #fff;
  padding: 1rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
  width: 90%;
  margin: 0 5% 1rem 5%;
}

.faq__content summary {
  font-size: 1.25rem;
  font-weight: 600;
  background: rgba(178, 11, 12, 0.5);
  background-image: linear-gradient(to right, rgba(178, 11, 12, 1), rgba(178, 11, 12, 0.5));
  color: #fff;
  padding: 1rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
  width: 90%;
  margin: 0 5% 1rem 5%;
}

p {
  text-align: left;
}

details[open] summary~* {
  animation: sweep .5s ease-in-out;
  width: 90%;
  margin: 0 5% 1rem 5%;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-top: -10px
  }

  100% {
    opacity: 1;
    margin-top: 0px
  }
}

details>summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}

details[open]>summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}

details>summary::-webkit-details-marker {
  display: none;
}

.one-line {
  display: flex;
  justify-self: center;
}

.button-53 {
  background-color: #f0f08e !important;
  border: 0 solid #E5E7EB;
  box-sizing: border-box;
  color: #740406 !important;
  display: flex;
  font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.75rem;
  padding: .75rem 1.65rem;
  margin-left: 2% !important;
  position: relative;
  text-align: center;
  text-decoration: none #000000 solid;
  text-decoration-thickness: auto;
  width: 100%;
  max-width: 200px;
  position: relative;
  cursor: pointer;
  transform: rotate(-2deg);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-53:after {
  content: '';
  position: absolute;
  border: 1px solid #000000;
  bottom: 6px;
  left: 6px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.imagine-articol {
  width: 50%;
  margin: 0 25%;
  height: auto;
  position: relative;
}











































/* MEDIA QUERRY */

/* TOATE */
@media all {

  .content-footer {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 95dvh;
    width: 100vw;
    margin-top: 6em;
  }
}

/* TABLETA SI CALCULATOR */
@media (min-width: 641px) {

  .link-video {
    display: none;
  }
}

/* TELEFON SI TABLETA */
@media (max-width: 980px) {
  .contact {
    grid-template-columns: none;
    grid-template-rows: 700px 1fr;

  }

  /* .stanga-orar,
  .dreapta-orar {
    width: 100%;
  } */

  .events {
    flex-direction: column;
  }
}

/* CALCULATOR */
@media (min-width: 981px) {

  h1 {
    font-size: 3em;
  }

  .antigua p {
    font-size: large;
  }

  .albastru-link a {
    font-size: large;
  }

  .img-centru {
    width: 70%;
  }

  .cardev {
    grid-template-columns: 22vw;
  }

  .div-class-center {
    margin: 9em auto 2em auto;

  }

  .button-53 {
    padding: .75rem 3rem;
    font-size: 1.25rem;
  }


}

/* TABLETA */
@media (min-width: 641px) and (max-width:980px) {
  h1 {
    font-size: 2em;
  }

  .content-footer {
    min-height: 70vh;
  }

  .albastru-link a {
    font-size: medium;
  }

  .antigua p {
    font-size: 1em;
  }

  .img-centru {
    width: 90%;
  }

  .cardev {
    grid-template-columns: 40vw;
  }

  .cardev-text h2 {
    font-size: 1.7em;
  }

  .div-class-center {
    margin: 6em auto 2em auto;
  }

}

/* TELEFON */
@media (max-width: 640px) {
  h1 {
    font-size: 1.5em;
    /* margin-top: 3.5em; */
  }

  .content-footer {
    min-height: 50vh;
  }

  .albastru-link a {
    font-size: small;
  }

  .link-video {
    display: block;
  }

  .img-centru {
    /* width: 90%; */
    display: none;
  }

  .cardev {
    grid-template-columns: 50vw;
  }

  .cardev-text h2 {
    font-size: 1.5em;
  }

  .div-class-center {
    margin: 0 auto 2em auto;
  }

  .tabel-de-ascuns {
    display: none;
  }

  .one-line {
    flex-direction: column;
  }

}