@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;
}

h1,
h5 {
  padding-top: 10vh;
  text-align: center;
}

h1 {
  font-size: 3em;
  width: 90%;
  justify-self: center;
}

h2 {
  font-size: 2em;
}

h5 {
  padding: 0 0 60px 0;
  color: #D4292C;
  font-size: 1.5em;
}

hr {
  width: 50%;
  margin: 15px auto;
}

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;

}

/*general styles*/
.title {
  clear: both;
  /* padding-top: 4em; */
  padding-top: 3em;
  color: #000000c0;
  text-align: center;
  font-size: 2em;
}

/* ===== Stil General ===== */
.container-tabs {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

/* ===== Butoane ===== */
.btn-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  margin: 20px auto;
  width: 100%;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}

.tab-btn {
  font-size: 1rem;
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.tab-btn:hover {
  background-color: #0056b3;
}

/* ===== Tabs (Conținut) ===== */
.tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.tabs .tab {
  display: none;
  width: 90%;
  max-width: 800px;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.tabs .tab.active {
  display: block;
}

.tabs .tab img {
  /* max-width: 100%;
  height: auto; */
  width: 30vw;
  height: 30vh;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

/* ===== Media Queries ===== */



/* end structura si dotari */

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 {
  color: #000000c0;
  width: 70vw;
  margin: 2% 15%;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.antigua p {
  color: #000000c0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  margin-bottom: 15px;
}


/* slideshow carousel */
/* Slideshow ocupa toată lățimea și înălțimea vizibilă */

.carousel {
  width: 100vw;
  position: relative;
  background-size: cover !important;
  height: 80vh;
  /* height:90vh; */
  overflow: hidden;
  display: flex;
  /* Asigură alinierea corectă */
  flex-direction: column;
  margin-left: -2rem;
}

.carousel-control {
  height: 72vh;
  background-color: #B9C2C9;
  background-image: none !important;
}


/* Asigură ca imaginile se ajustează corect */
.carousel-inner>.item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ajustare proporțională */
}

/*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;
}

/*begin card mol si info*/
/*begin cards*/

.cards {
  min-height: 300px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #585858;
}

.containercard {
  width: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

/* .card {
  height: 250px;
  /* min-width: 22%;
  max-width: 23%; */
/* width: 23%;
  margin: 0 1%;
  background: white;
  transition: 0.4s;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */

/* } */
/* 
.card:hover {
  height: 470px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.card .img {
  height: 200px;
  width: 100%;
}

.card .img img {
  height: 200px;
  width: auto;
  object-fit: cover;
}

.card .top-text {
  padding: 5px;
}

.card .top-text .names {
  font-size: 25px;
  font-weight: 600;
  color: #202020;
}

.card .top-text p {
  font-size: 20px;
  font-weight: 600;
  color: #e74c3c;
  line-height: 20px;
}

.card .bottom-text {
  padding: 0 20px 10px 20px;
  margin-top: 5px;
  background: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s;
  text-align: center;
}

.card:hover .bottom-text {
  opacity: 1;
  visibility: visible;
}

.card .bottom-text .text {
  text-align: center;
  overflow: hidden;
  max-height: 8rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}

.card .bottom-text .btn {
  margin: 10px 0;
  text-align: center;

}

.card .bottom-text .btn a {
  text-decoration: none;
  background: rgb(47, 0, 255);
  color: #f2f2f2;
  padding: 5px 8px;
  border-radius: 3px;
  display: inline-flex;
  transition: 0.2s;
  width: 90%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.card .bottom-text .btn a:hover {
  transform: scale(0.9);
} */

/*end cards*/
/*end card mol si info*/
/*imagini album orizontal*/

main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

}

/* #menu.scrolled {
  top: 100px;
} */

.negru-link a {
  color: black;
  text-decoration: none;
  font-weight: bolder;
}

.negru-link a:hover {
  color: rgb(18, 48, 218);
  text-decoration: none;
  font-weight: bolder;
}

.verde-link a {
  color: #24A610;
  text-decoration: none;
  font-weight: bolder;
}

.albastru-link a {
    color: #009BD4;
    text-decoration: none;
    font-weight: bolder;
}

.clasa-text-rosu a:hover,
.clasa-text-rosu2 a:hover,
.clasa-text-albastru2 a:hover,
.albastru-link a:hover,
.verde-link a:hover,
.roz-link a:hover {
  color: #4d5055;
}

.scrollable {
  will-change: transform;

}

.info-mask {
  position: fixed;
  bottom: 15%;
  left: 10%;
  width: 100%;
  height: 48px;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;

}

.info-mask h1 {
  display: block;
  transform: translateY(48px);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  transition: 0.2s;
}

.info-mask.active3 h1 {
  transform: translateY(0);
  transition: 0.2s;
  color: red;
}

.project-title {
  position: absolute;
  top: 5vh;
  left: 5vw;
  z-index: 100;
}

.flex-item {
  position: relative;
  width: 600px;
  height: 100%;
}

.image-wrap {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
}

.image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: grayscale(80%);
  cursor: pointer;
}

.image-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  clip-path: circle(0% at 30% 20%);
  pointer-events: none;
  transition: clip-path 0.1s;
}

.three {
  position: relative;
  width: 100%;

}

.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 carousel */
.mySlides {
  display: none;

}

.carousel-indicators {
  position: absolute;
  bottom: 20rem;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.dot {
  bottom: 20rem;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #717171;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  cursor: pointer;
}


.puncte {
  text-align: center;
}

.active {
  background-color: green;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}


/*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;

}

/*end imagine slide in left -right*/


/*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%;
}

p {
  text-align: left;
}

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;
}

/*carte vizita*/
.carte-vizita {
  width: 40%;
  padding: 1% 3%;
  margin: 5% auto;
  /* margin-top: 0; */
  position: relative;
  overflow: auto;
  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;
}

/*begin tabel*/
.tabel-colorat {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 70%;
  /* 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 .rosu-th {
  background-color: #D4292C;
  color: white;
}

.tabel-colorat .rosu-tr {
  background-color: #FFF5F5;
}

.tabel-colorat tr:nth-child(even) {
  background-color: #F5FFF5;
}

.tabel-colorat td a {
  text-decoration: none;
  color: black;
}

/*end tabel*/

.centered {
  margin: 2% 16%;
}

.centered a {
  color: #D4292C;
  font-weight: 600;
}

.bg-color1 {
  background-color: #FFF;
}

.bg {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 20em;
}

.clasa-text-rosu a {
  color: #D4292C;
  text-decoration: none;
  font-weight: bolder;
}

.cultura {
  display: grid;
  gap: 10px;
}

.cultura img {
  padding: 2em;
  width: 100%;
}

.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;
}

.responsabil-integritate :is(ul>li) {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: 2em;
}

.responsabil-integritate :is(ol>li) {
  list-style-position: inside;
  font-weight: bold;
}

.doc-int :is(ul>li) {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: 2em;
}

.doc-int :is(ol>li) {
  list-style-position: inside;
  font-weight: bold;
}

.doc-int p {
  /* text-indent: 2em; */
}

.video-articol {
  width: 70%;
  margin: 0 15%;
  height: 400px;
}



















/* MEDIA QUERRY */

/* TOATE */
@media all {
  .content-footer {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 90vh;
    width: 100vw;
    /* justify-items: center; */
  }

  .video-resize {
    width: 80%;
  }

  .img-catedre {
    width: 25vw;
    height: 23vh;
  }

  .imagine-articol {
    width: 30%;
    margin: 0 35%;
    height: auto;
    position: relative;

  }

  .carte-vizita p {
    line-height: 20px;
  }

  /* .carte-vizita,
  .carte-vizita1,
  .carte-vizita2 {
    width: 60%;
  } */
}

/* TABLETA SI CALCULATOR */
@media (min-width: 641px) {
  .video-resize {
    height: 400px;
  }

  .link-video {
    display: none;
  }
}

/* TELEFON SI TABLETA */
@media (max-width: 980px) {

  /* .contact {
    grid-template-columns: none;
    grid-template-rows: 700px 1fr;

  } */

  .div-catedre {
    display: grid;
    gap: 14em;
    grid-template-rows: repeat(2, 1fr);
  }

  .div-catedre {
    display: grid;
    gap: 14em;
    grid-template-rows: repeat(2, 1fr);
  }

  .img-catedre {
    display: none;
  }

  .img-gdpr {
    display: none;
  }

  .video-articol-p {
    display: block;
  }

  .content-poza {
    display: grid;
    grid-template-rows: auto auto;
    line-height: 1.6;
    font-size: 1.1rem;
  }

}


/* CALCULATOR */
@media (min-width: 981px) {
  td {
    font-size: 1em;
  }

  th,
  .antigua p,
  .antigua a {
    font-size: 1.2em;
  }


  .div-grid-2col {
    display: grid;
    gap: 5em;
    grid-template-columns: repeat(2, 1fr);
  }

  .img-organigrama {
    width: 45vw;
    /* height: 55vh; */
  }

  .div-catedre {
    display: grid;
    gap: 14em;
    grid-template-columns: repeat(2, 1fr);
  }

  .div-inv {
    display: grid;
    gap: 5em;
    grid-template-rows: max-content;
  }

  .img-gdpr {
    display: flex;
    float: right;
    width: 28vw;
    height: 45vh;
    border-radius: 10px;
    box-shadow: 1mm;
  }

  /* inceput scurt istoric */
  .grid-columns-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* text-align: center; */
    margin: auto;
    width: 80%;
    align-items: center;
    gap: 10px;
  }

  .grid-rows-6 {
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    gap: 10px;
    margin: 3em 0;
  }

  .grid-rows-6>p {
    align-content: center;
  }

  .istoric-img {
    width: 30vw;
  }

  .istoric-p {
    text-align: justify;
    text-indent: 1.5em;
    font-size: 1.1em;
    line-height: 1.2em;

  }

  .align-end {
    text-align: end;
  }

  .align-start {
    text-align: start;
  }

  /* final scurt istoric */

  .carte-vizita p {
    text-indent: 30px;
  }

  .cultura {
    grid-template-columns: repeat(2, 50vw);

  }

  summary,
  .faq__content summary {
    font-size: 1.25rem;
  }

  .video-articol-p {
    display: none;
  }

  .content-poza {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    line-height: 1.6;
    font-size: 1.1rem;
  }
}

/* TABLETA */
@media (min-width: 641px) and (max-width:980px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.5em;
  }

  td {
    font-size: 0.8em;
  }

  th,
  .antigua p,
  .antigua a {
    font-size: 1em;
  }

  .content-footer {
    min-height: 50vh;
  }

  .div-grid-2col {
    display: grid;
    gap: 1em;
    grid-template-rows: auto auto;
  }

  .img-organigrama {
    width: 80vw;
  }

  /* inceput scurt istoric */
  .grid-columns-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* text-align: center; */
    margin: auto;
    width: 80%;
    align-items: center;
    gap: 10px;
  }

  .grid-rows-6 {
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    gap: 10px;
    margin: 3em 0;
  }

  .istoric-img {
    width: 30vw;
  }

  .istoric-p {
    text-align: justify;
    text-indent: 1.5em;
    font-size: 0.8em;
    line-height: 1.2em;

  }

  .align-end {
    text-align: center;
  }

  .align-start {
    text-align: center;
  }

  /* final scurt istoric */

  .carte-vizita p {
    font-size: 0.8em;
    text-indent: 0;
  }

  .cultura img {
    height: 40vh;
  }


  .cultura {
    grid-template-rows: repeat(2, 50vh);
  }


  summary,
  .faq__content summary {
    font-size: 1rem;
  }

}

/* TELEFON */
@media (max-width: 640px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.2em;
  }

  td {
    font-size: 0.6em;
  }

  th,
  .antigua p,
  .antigua a {
    font-size: 0.8em;
  }

  .content-footer {
    min-height: 35vh;
  }

  .video-resize {
    /* height: 200px; */
    display: none;
  }

  .link-video {
    display: block;
  }

  .img-organigrama {
    display: none;
  }

  .img-organigrama-ceac {
    display: none;
  }

  .div-grid-2col {
    display: grid;
    gap: 1em;
    grid-template-rows: auto auto;
  }

  .tabs .tab {
    width: unset;
  }

  /* start scurt istoric */
  .grid-columns-2 {
    display: grid;
    /* grid-template-rows: repeat(2, 1fr); */
    /* text-align: center; */
    margin: auto;
    width: 80%;
    align-items: center;
    /* gap: 10px; */
  }

  .grid-rows-6 {
    display: grid;
    margin: 3em 0;
    /* grid-template-rows: repeat(6, 1fr); */
    /* gap: 10px */
  }

  .istoric-img {
    display: none;
  }

  .istoric-p {
    text-align: justify;
    text-indent: 1.5em;
    font-size: 0.8em;
    line-height: 1.2em;

  }

  /* final scurt istoric */

  .carte-vizita p {
    font-size: 0.6em;
    text-indent: 0;
  }


  .cultura {
    grid-template-rows: repeat(2, 20vh);
  }


  .cultura img {
    display: none;
  }


  summary,
  .faq__content summary {
    font-size: 0.8rem;
  }

}