@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,600|Tulpen+One&displaswap');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quintessential&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: Calibri;
  /* font-family: Arial, Helvetica, sans-serif; */
  overflow-x: hidden;
}

h1,
h5 {
  text-align: center;
}

h1 {
  font-size: 3em;
  width: 90%;
  justify-self: center;
  color: #3e3e3e;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 700;
}

h2 {
  font-size: 2em;
  text-align: center;
  color: #3e3e3e;
}

h5 {
  /* padding: 0 0 60px 0; */
  color: #D4292C;
  font-size: 1.5em;
}

hr {
  width: 50%;
  margin: 15px auto;
}

a {
  word-break: break-all;
}

p {
  text-align: left;
}

button {
  text-align: center;
  margin: 25px auto;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid black;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  display: block;
}

button:hover {
  color: black;
  background-color: white;

}

.breadcrumb {
  line-height: 24px;
  margin: 20px 30px 0 30px;
}

.div-class-center {
  width: 90%;
  margin: 5em 5%;
  text-align: justify;
  font-size: 1.2em;
}

.div-class-center p {
  text-indent: 30px;
  text-align: justify;
}

/* end structura si dotari */

/*BEGIN MENIU*/
div#meniu {
  width: 100%;
  height: 65px;
  position: fixed;
  z-index: 1;
}

ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}


main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

}

.verde-subtitlu {
  color: #24A610;
  padding: 10px;
  -webkit-text-stroke: 0.4px white;
  font-size: 3em;
}

.rosu-subtitlu {
  color: #D4292C;
  padding-top: 10px;

  font-size: 3em;
}

.verde-link a {
  color: #24A610;
  text-decoration: none;
  font-weight: bolder;
}

.roz-link a {
  color: #E058DC;
  text-decoration: none;
  font-weight: bolder;
}

.albastru-link a {
  color: #009BD4;
  text-decoration: none;
  font-weight: bolder;
}

.albastru-link a:hover,
.verde-link a:hover {
  color: #4d5055;
}

.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");
}

/*begin search bar*/

/*begin buton oameni dizabilitati pus dreapta jos*/
#userwayAccessibilityIcon {
  top: 90vh;
  /*  bottom: 13px; */
  right: 0px;
  left: auto;
}

/*end buton oameni dizabilitati pus dreapta jos*/
/*begin imagine slide in left -right*/
/*animation element*/
/* .about,
.categoriab,
.acte {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
} */

/* prezentare */
.about {
  display: grid;
  gap: 2em;
  width: 90%;
  margin: auto;
  padding: 1em
}

.about p {
  text-align: justify;
  line-height: 1.5em;
  /* text-indent: 3em; */
}

/* sfarsit prezentare */

.stanga img,
.dreapta img {
  width: 100%;
}

.stanga,
.dreapta {
  align-content: center;
  text-align: center;
}

/*end tabel*/
summary {
  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%;
}

details>.faq_content {
  max-height: none !important;
  overflow: visible !important;
}

details[open] summary~* {
  animation: sweep .5s ease-in-out;
  width: 90%;
  margin: 0 5% 1rem 5%;
}

details[open] .faq__content 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;
}

details>.faq__content summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}

details[open]>.faq__content summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}

details>.faq__content summary::-webkit-details-marker {
  display: none;
}

/*begin tabel*/
.tabel-colorat {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 80%;
  /* margin: 2% 15% 0 15%; */
  margin: auto;
}

.tabel-colorat td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.tabel-colorat th {
  background-color: #24A610;
  color: white;
}

.tabel-colorat tr:nth-child(even) {
  background-color: #F5FFF5;
}

.tabel-colorat td a {
  text-decoration: none;
  color: black;
}

/*end tabel*/

.clasa-text-rosu a {
  color: #D4292C;
  text-decoration: none;
  font-weight: bolder;
}

.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;
}

.img-centru {
  margin: auto;
  width: 30em;
}

.contur-chenar-mov {
  box-shadow: 0 4px 8px 0 rgba(120, 68, 172, 0.2), 0 6px 20px 0 rgba(120, 68, 172, 0.19);
}

.chenar-div-mic {
  height: 30em;
}

.post-date-ribbon {
  width: 100px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 12px;
  margin-top: -23px;
  position: absolute;
  background-color: #02acd7;
}

.corner {
  position: absolute;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent transparent #00aaff transparent;
}

.imagine-articol {
  /* width: 30%; */
  /* margin: 0 35%; */
  /* width: 25em; */
  height: auto;
  position: relative;

}

.fii-pregatit {
  bottom: -3em;
  position: relative;
  width: 170px;
  height: auto;
  border-radius: 10px;
}

.div-stare-civila {
  display: flex;
  flex-wrap: wrap;
}

.stare-civila-stanga {
  display: inline-block;
  vertical-align: top;
}

.stare-civila-dreapta {
  display: inline-block;
}


















/* MEDIA QUERRY */

/* TOATE */
@media all {
  .content-footer {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 100vh;
    width: 100vw;
    /* justify-items: center; */
  }

  .carte-vizita p {
    line-height: 20px;
  }

}

/* TABLETA SI CALCULATOR */
@media (min-width: 641px) {

  .tabel-colorat-poza {
    display: none;
  }

  .img-centru {
    display: block;

  }

  .link-video {
    display: none;
  }

  .fii-pregatit {
    bottom: -3em;
  }
}

/* TELEFON SI TABLETA */
@media (max-width: 980px) {

  .img-gdpr {
    display: none;
  }

  .fii-pregatit-link {
    display: block;
  }

  .div-stare-civila {
    flex-direction: column;
  }

  .stare-civila-stanga {
    width: 90%;
    align-self: center;
    text-align: center;
  }

  .stare-civila-dreapta {
    width: 90%;
    align-self: center;
  }

}


/* CALCULATOR */
@media (min-width: 981px) {

  td {
    font-size: 1em;
  }

  th {
    font-size: 1.2em;
  }

  .imagine-articol {
    width: 25em;
  }

  .img-gdpr {
    display: flex;
    float: right;
    width: 28vw;
    height: 45vh;
    border-radius: 10px;
    box-shadow: 1mm;
  }

  summary,
  .faq__content summary {
    font-size: 1.25rem;
  }

  .about {
    grid-template-columns: repeat(2, 1fr);
  }

  .iframe-resize {
    width: 30vw;
    height: 130px;
    transform: scale(0.9);
  }

  .fii-pregatit-link {
    display: none;
  }

  .div-stare-civila {
    flex-direction: row;
  }

  .stare-civila-stanga {
    width: 45%;
  }

  .stare-civila-dreapta {
    width: 55%;
  }
}

/* TABLETA */
@media (min-width: 641px) and (max-width:980px) {
  h1 {
    font-size: 2.5em;
    /* padding-top: 2em; */
  }

  h2 {
    font-size: 1.5em;
  }

  td {
    font-size: 0.8em;
  }

  th {
    font-size: 1em;
  }

  .content-footer {
    min-height: 45vh;
  }

  .verde-subtitlu {
    font-size: 2em;
  }

  .imagine-articol {
    width: 15em;
  }

  .carte-vizita p {
    font-size: 1em;
    text-indent: 0;
  }

  .carte-vizita li {
    font-size: 1em;
    text-indent: 0;
  }

  summary,
  .faq__content summary {
    font-size: 1rem;
  }

  .about {
    grid-template-columns: 1fr;
    padding: unset;
    gap: 0;
  }

  .stanga img,
  .dreapta img {
    width: 60%;
  }

  .chenar,
  .container,
  .chenar4,
  .chenar8,
  .chenar1 {
    width: 96%;
    margin: 0 2% 50px 2%;
  }

  .iframe-resize {
    width: 30vw;
    height: 130px;
    transform: scale(0.9);
  }

}

/* media pentru tabel la sport */
@media (max-width:750px) {
  .tabel-colorat {
    display: none;
  }

  .tabel-colorat-poza {
    display: block;
  }
}

/* TELEFON */
@media (max-width: 640px) {
  h1 {
    font-size: 2em;
    /* padding-top: 3em; */
  }

  h2 {
    font-size: 1.2em;
  }

  td {
    font-size: 0.6em;
  }

  th {
    font-size: 0.8em;
  }

  .content-footer {
    min-height: 35vh;
  }

  .verde-subtitlu {
    font-size: 1.5em;
  }


  .imagine-articol {
    width: 10em;
  }

  .carte-vizita p {
    font-size: 0.8em;
    text-indent: 0;
  }

  .carte-vizita li {
    font-size: 0.8em;
    text-indent: 0;
  }

  summary,
  .faq__content summary {
    font-size: 0.8rem;
  }

  .about img {
    display: none;
  }

  .about {
    padding: 0;
    gap: 0;
  }

  .img-centru {
    display: none;
  }

  .chenar,
  .container,
  .chenar4,
  .chenar1 {
    width: 96%;
    margin: 0 2% 50px 2%;
  }

  .iframe-resize {
    width: 87vw;
    height: 130px;
    transform: scale(0.9);
  }

  .link-video {
    display: block;
  }

  .fii-pregatit {
    bottom: 0;
  }

}