* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}

h1 {
  font-size: 36px;
  background: -webkit-linear-gradient(
    right,
    #008cba,
    rgba(253, 253, 254, 0.09)
  ); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  letter-spacing: 25px;
  line-height: 3;
  text-align: center;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 100%;
    letter-spacing: 10px;
  }

  footer {
    width: 100%;
  }

  .title-carduri.outer {
    padding-bottom: 0rem !important;
  }

}

@media only screen and (max-width: 56.25em) {
  .u-margin-bottom-big {
    margin-bottom: 5rem !important;
  }
  .heading-secondary {
    font-size: 2rem;
  }
}

.u-margin-top-big {
  margin-top: 8rem !important;
}

.heading-secondary {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: center;

  background-image: linear-gradient(to right, #6abec5, #09829b);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.2rem;
  transition: all 0.2s;
}

/* NAVBAR */
.container {
  width: 100%;
}

.nav-container {
  width: 100%;
  height: 6rem;
  padding: 0 2rem;
  background: linear-gradient(
    90deg,
    rgba(4, 150, 157, 1) 0%,
    rgba(4, 145, 165, 1) 50%,
    rgba(4, 132, 157, 1) 100%
  );
}

.nav {
  max-width: 1450px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.logo-wrapper img {
  width: 150px;
  margin-top: 0.9rem;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 1.4rem;
}

.nav-link {
  margin-top: 3px;
  text-decoration: none;
  color: rgb(221, 221, 221);
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.3rem;
  font-size: 1.2rem;

  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.active {
  border-bottom: 3px solid rgb(221, 221, 221);
}

.nav-link.active:hover {
  border-color: white;
}

.nav .right .hamburger-menu {
  display: none;
}

.nav-list .close-menu {
  display: none;
}

@media screen and (max-width: 1110px) {
  .nav-list {
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: linear-gradient(
      90deg,
      rgba(4, 149, 157, 1) 0%,
      rgba(4, 146, 165, 1) 50%,
      rgba(4, 132, 157, 1) 100%
    );
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }

  .nav-list.active {
    left: 0;
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s ease;
    overflow: hidden;
  }

  .nav .right .hamburger-menu {
    display: block;
    font-size: 1.6rem;
    color: rgb(255, 255, 255);
    z-index: 4;
    cursor: pointer;
  }

  .nav-list .close-menu {
    display: none;
    opacity: 0;
    pointer-events: none;
  }

  .nav-list.active .close-menu {
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2rem;
    color: white;
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .nav-link {
    margin-top: 3px;
    color: white;
  }

  .scrollbar-hidden::-webkit-scrollbar {
    display: none;
  }

  .title-carduri.outer {
    padding-bottom: 0 !important;
  }

}

/* NAVBAR END */

/* TITLES */

/* page title */
.title-carduri {
  font-size: 36px;
  -webkit-background-clip: text;
  color: #6abec5;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
  padding-top: 10rem;
}

.title-carduri.outer {
  padding-top: 3.5rem !important;
  padding-bottom: 1rem !important;
  color: #09829b;
}

/* END TITLES */
.sectiune {
  margin-top: 5.5vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /* aspect-ratio: 10/1; */
  img {
    height: 100%;
    width: 100%;
    margin-bottom: -2%;
  }
}

.accordion__container {
  gap: 0.2rem;
  flex-wrap: wrap;
  overflow: hidden;
  display: flex;
  margin-left: 0.6rem;
  width: 145vw;
  justify-content: flex-start;
  align-items: center;
  color: black;
}

.accordion__title {
  font-size: medium;
  font-weight: 400;
  transition: 0.2s;
  color: #6abec5;
}

.accordion__header {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  padding: 0.2rem;
  cursor: pointer;
}

.first-accordion-paragraph {
  margin-top: 2rem;
}

.accordion__paragraph {
  padding: 1rem 2rem;
  font-size: medium;
}

.accordion__icon {
  font-size: 1rem;
  height: max-content;
  color: #fff;
  transition: 0.3s;
}

.accordion__item {
  height: 90vh;
  background-color: #6abec5;
  background: linear-gradient(
    90deg,
    rgba(106, 190, 197, 1) 34%,
    rgba(3, 118, 141, 1) 100%
  );
  background: linear-gradient();
  margin: 0 0.05vw;
  border: #63b1dd solid;
  border-radius: 1.5vw;
  flex: 0.05;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  flex-basis: 1vw;
}

.accordion__item.active {
  flex: 0.3;
}

.accordion__item.active > .accordion__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.accordion__item.active > .accordion__header {
  display: none;
}

.accordion__content {
  display: none;
  background-color: white;
  padding: 2rem;
}

.accordion__content h3 {
  color: #00b1b2;
}

.accordion__photo {
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion__photo > img {
  width: 100%;
}

.button-text {
  border: 0.2rem solid#6abec5;
  border-radius: 2rem;
  padding: 0.5rem;
}

.button-text:hover {
  transform: scale(1.1);
  transition: 0.7s;
  box-shadow: 0 12px 25px -5px #6abec5, 0 5px 4px -2px #03768d;
  background-color: #6abec5;
  color: white;
}

.modal-retrospectiva {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: justify;
  margin: 0 2rem;
  padding-top: 3vw;
}

.modal-content {
  background-color: white;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  margin: 0 auto;
  height: 70%;
  overflow: auto;
  width: 50%;
  color:#09829b;
  border-radius: 0.6rem;
}
.modal-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.close {
  position: relative;
  top: -8%;
  right: 1%;
  color: #6abec5;
  float: right;
  padding-top: 4rem;
  font-size: 2rem;
  font-weight: bold;
  z-index: 2;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



@media screen and (max-width: 768px) {
  .accordion__photo > img {
    width: 100%;
  }

  .swiper{
    padding-top: 0 !important;
  }

  .accordion__container {
    display: flex;
    width: auto;
    height: 135vh;
    margin: 0;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    margin-top: -5rem;
  }

  .accordion__item {
    width: 45vh;
  }

  .accordion__item.active {
    flex: 0.8;
  }

  .accordion__content {
    font-size: 1rem;
    padding: 0;
    text-align: justify;
  }

  .accordion__paragraph,
  h3 {
    padding: 0 0.5rem 0 0.5rem;
  }

  .modal-content {
    width: 90%;
  }

  .title-carduri.outer {
    padding-bottom: 0rem !important;
  }

}

#particles-js {
  position:fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -2;
  top: 0;
  left: 0;
}

::-webkit-scrollbar-thumb {
  background: #ffbc80;
}