@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: 70%;
  margin: 2% 15%;
  text-align: justify;
  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;
  font-size: large;
}

.div-class-center {
  width: 90%;
  margin: 2% 5%;
  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;
}

.design-liste :is(ul, ol) {
  list-style-position: inside;
}

.design-liste :is(ul>li) {
  list-style-type: disc;
  /* list-style-position: inside; */
  margin-left: 2em;
}

/*BEGIN MENIU*/
div#meniu {
  width: 100%;
  height: 65px;
  position: fixed;
  z-index: 1;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bg-meniu:hover {
  display: block;
  background-color: #3B7CCA;
  height: 300px;
  width: 300px;
}

/*imagini album orizontal*/

main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

}

#menu.scrolled {
  top: 100px;
}

.scrollable {
  will-change: transform;

}

.image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: grayscale(80%);
  cursor: pointer;
}

.list ul li {
  list-style: none;
  padding-left: 50px;
  position: relative;
  padding-top: 20px;
}

.list ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  display: inline-block;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-image: url("../img/check.png");
}

.container {
  position: relative;
  /* width: 29.33%; */
  width: 100vw;
  margin: 0 0% 0 0%;
  float: left;
  border-radius: 10px 10px 0 0;
}

/*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*/


/*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;
}

/*carte vizita*/
.carte-vizita {
  align-content: center;
  justify-items: center;
  border-radius: 8px;
  padding: 1% 3%;
  margin: 5% auto;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  outline: 2px solid #B9C2C9;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 40%), 0 7px 20px 0 rgb(0 0 0 / 20%);
}

.carte-vizita img {
  width: 40%;
  float: left;
}

.carte-vizita b {
  color: black;
}

.stanga-orar {
  width: 50%;
  float: left;
}

.dreapta-orar {
  width: 50%;
  float: right;
}

.stanga-orar h1,
.dreapta-orar h1 {
  text-align: left;
  padding-left: 60px;
}











































/* MEDIA QUERRY */

/* TOATE */
@media all {

  .content-footer {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 95dvh;
    width: 100vw;
  }
}

/* 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%;
  }
}

/* CALCULATOR */
@media (min-width: 981px) {

  h1 {
    font-size: 3em;
  }

  .antigua p {
    font-size: large;
  }

  .carte-vizita {
    height: 30vh;
    width: 25vw;
  }

  .img-centru {
    width: 70%;
  }

  .cardev {
    grid-template-columns: 22vw;
  }

}

/* TABLETA */
@media (min-width: 641px) and (max-width:980px) {
  h1 {
    font-size: 2em;
  }

  .content-footer {
    min-height: 60vh;
  }

  .antigua p {
    font-size: 1em;
  }

  .carte-vizita {
    height: 23vh;
    width: 45vw;
  }

  .img-centru {
    width: 90%;
  }

  .cardev {
    grid-template-columns: 40vw;
  }

  .cardev-text h2 {
    font-size: 1.7em;
  }

}

/* TELEFON */
@media (max-width: 640px) {
  h1 {
    font-size: 1.5em;
    margin-top: 3.5em;
  }

  .content-footer {
    min-height: 50vh;
  }

  .video-resize {
    display: none;
  }

  .link-video {
    display: block;
  }

  .carte-vizita {
    height: 30vh;
    width: 70vw;
  }

  .img-centru {
    /* width: 90%; */
    display: none;
  }

  .cardev {
    grid-template-columns: 50vw;
  }

  .cardev-text h2 {
    font-size: 1.5em;
  }

}