@font-face {
  font-family: 'DINPro';
  src: url('../fonts/DINPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro';
  src: url('../fonts/DINPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.navbar-brand img {
  max-height: 35px;
}

.nav-item {
  position: relative;
}

.banner {
  min-height: 635px;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.banner-about {
  background-image: url("../img/banner-about.png");
}

.banner-services {
  background-image: url(../img/hero-services.png);
}

.banner-team {
  background-image: url(../img/hero-team.png);
}

.banner-insights {
  background-image: url(../img/hero-insights.png);
}

.banner-careers {
  background-image: url(../img/hero-careers.png);
}

.banner-row {

  padding-left: 100px;
}

.banner-row h1 {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 82px;
  color: #FFFFFF;
}

.banner-row p {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;
}

.aux-content h2 {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: #FFFFFF;
}

.aux-content p,
.aux-content a {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;
}

.mobile-only {
  display: none;
}

.aux-content a:hover {
  color: #D4D4D3;
}

.aux-content-row {
  padding-left: 100px;
  padding-top: 50px;
  padding-right: 100px;
  padding-bottom: 50px;
}

.aux-content h1,
.contact h1 {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 61px;
  color: #FFFFFF;
}

.contact h1 {
  padding-bottom: 50px;
}

.contact p {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #A8A8A8;
}

.icon {
  max-width: 24px !important;
}

input::placeholder,
textarea::placeholder {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 21px !important;
  color: #D4D4D3 !important;
  text-transform: uppercase;
}

.contact {
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

#contact-form .row {
  padding-bottom: 42px;
}

.form-control {
  background-color: #515151;
  border: #262625;
  padding: 20px 20px 16px 16px;
  border-radius: 0;
  color: #FFFFFF;
}

.form-control:focus {
  background-color: #515151;
  border: #262625;
}

.intro-row {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 100px;
}

.intro img {
  max-width: 60px;
  min-height: 82px;
}

.intro-row h2 {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 41px;
  color: #FFFFFF;
}

.article h5 {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 41px;
  color: #D4D4D3;
}

.legacy {
  background-position: center;
  background-size: cover;
  background-image: url("../img/background-legacy.png");
}

.legacy-row {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 100px;
}

.team-row {
  padding-top: 0px;
  padding-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
}

.articles-row {
  padding-top: 0;
  padding-bottom: 180px;
  padding-left: 80px;
  padding-right: 80px;
}

.article {
  position: relative;
  padding: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}



.article p {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #BEBEBE;
}

.learn-more {
  color: #FFFFFF !important;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.learn-more:hover {
  color: #BEBEBE !important;
}

.article h4 {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #E9E9E9;
  padding-bottom: 10px;
}

.legacy-row p,
.team-row p {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #D4D4D3;
}

.intro-row p {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  padding-top: 15px;
}


.navbar-nav .nav-link {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1.4px;
}

.nav-link:hover {
  color: #D4D4D3;
}

.project-highlights h3 {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #A8A8A8;
  text-align: center;
}

.project-highlights h2 {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 61px;
  color: #E9E9E9;
  text-align: center;
}

.project-highlights {
  margin-left: 100px;
  margin-right: 100px;
}

.title .arrow-image {
  max-height: unset !important;
  padding-top: 20px;
  width: 16px;
}



.navbar-home {
  background-color: transparent !important;
  margin-left: 100px;
  margin-right: 100px;
}

.navbar-website {
  background-color: #262625 !important;
  padding-left: 76px;
  padding-right: 100px;
  height: 80px;
}


.empty-space-desktop {
  padding-top: 50px;

}


.page-wrapper {
  background-image: url('../img/back_home.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 440px) {
  .page-wrapper {
    background-image: url('../img/m_back_home.png');
  }
}

.page-wrapper .what-we-do {
  margin-left: 100px;
  margin-top: 331px;
}

.page-wrapper .what-we-do h2 {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}



.page-wrapper .complementing-bold-visions {
  margin-left: 100px;
}

.page-wrapper .complementing-bold-visions h1 {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 100px;
  color: #FFFFFF;
}

.page-wrapper .see-our-work-btn {
  margin-left: 100px;
}

.page-wrapper .see-our-work-btn button {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  border: 1px solid white;
  color: white;
  padding: 16px 48px;
  text-decoration: none;
  background: transparent;
  transition: 0.5s;
  margin-top: 18px;
}

.page-wrapper .see-our-work-btn {
  /* Existing button styles */

  background-color: transparent;
  transition: 0.5s;
}

.page-wrapper .see-our-work-btn button:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.contact-btn {
  margin-left: 100px;
  margin-bottom: 100px;
}

.contact-btn button,
.contact button {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  background: transparent;
  display: inline-flex;
  padding: 16px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 2px solid white;
}

.contact-btn {
  /* Existing button styles */

  background-color: transparent;
  transition: background-color 0.3s;
}

.contact-btn button:hover,
.contact button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.arrow-image {
  position: absolute;
  left: 80px;
  padding-top: 5px;
  width: 10px;
}

.title h1 {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 61px;
  padding-left: 100px;
  padding-bottom: 20px;
  color: #FFFFFF;
}

.timeline .title h1 {
  font-size: 40px;
  line-height: 51px;
}

.title p {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  padding-left: 100px;
  color: #A8A8A8;
}

.values p {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #BEBEBE;
}

.values {
  padding-left: 100px;
  padding-bottom: 50px;
}

.partners {
  padding-left: 100px;
}

.values h5 {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 41px;
  color: #E9E9E9;
}

.right-desc {
  padding-right: 100px;
}

.project-banner img {
  padding-left: 100px;
  padding-right: 100px;
}

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.carousel-indicators [data-bs-target] {
  color: transparent;
}



.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.7);
}

.img-hover {
  opacity: 1;
  transition: filter 0.5s;
}

.img-hover:hover {
  filter: brightness(50%);
  transition: filter 0.5s;
}

.project-title {
  margin-left: 100px;
  margin-right: 100px;
}

.project-title a {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 41px;
  color: #D4D4D3;
  text-decoration: unset;
}

.project-title img {
  padding-bottom: 20px;
}

.project-title a:hover {
  color: #FFFFFF;
}

.project-title .left {
  padding-right: 15px;
}

.project-title .right {
  padding-left: 15px;
}

.right p {
  padding-left: 0;
}

.explore-projects h1 {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #A8A8A8;
  text-decoration: unset;
}

.explore-projects a {
  text-decoration: unset;
}

.explore-projects h1:hover {
  color: #FFFFFF;
}

.next h1 {
  text-align: right;
}

.explore-projects {
  margin-left: 5px;
  margin-right: 5px;
}

.next .arrow-image {
  position: absolute;
  right: 80px !important;
  left: unset;
}

.explore-projects .arrow-image {
  max-height: 20px;
  padding-top: 10px;
}



.project-title h1 {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 61px;
  color: #FFFFFF;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: transparent !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.carousel-control-prev-icon {
  margin-left: 25px !important;
}

.carousel-control-next-icon {
  margin-right: 25px !important;
}

.inactive {
  text-decoration: none !important;
}

.inactive h1 {
  color: #929292 !important;
}

.active {
  font-weight: 700 !important;
}

.timeline-row .row {

  padding-right: 15px;
}

.timeline-row img {
  padding-bottom: 15px;
}

.timeline-row {
  padding-right: 100px;
}

.timeline-row p {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #A8A8A8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.inactive h1:hover {
  color: #FFFFFF !important;
}

footer {
  background-color: #515151;
  padding-top: 25px;
  padding-bottom: 25px;
}

footer .container-fluid {
  margin-left: 100px;
  margin-right: 100px;
}

footer a {
  font-family: 'DINPro', Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #BEBEBE !important;
  text-decoration: unset !important;
}

footer a:hover {
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .navbar-nav {
    margin-top: 10px;
  }

  .navbar-toggler {
    margin-right: 10px;
    border: none;
  }

  .navbar {
    margin-left: unset;
    margin-right: unset;
  }

  .navbar-home {
    margin-top: 50px;
  }

  .navbar-website {
    padding-left: unset;
    padding-right: unset;
  }


  .page-wrapper .what-we-do {
    margin-left: 20px;
    margin-top: 54vh;
  }

  .page-wrapper .what-we-do h2 {
    font-size: 14px;
    line-height: 18px;
  }

  .page-wrapper .complementing-bold-visions {
    margin-left: 20px;
  }

  .arrow-image {
    position: absolute;
    left: 10px;
  }

  .page-wrapper .complementing-bold-visions h1 {
    font-size: 12vw;
    line-height: 12vw;
  }

  .page-wrapper .see-our-work-btn {
    margin-left: 20px;
  }



  .project-title img {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .project-title h1 {
    font-size: 40px;
    padding-left: 20px;
  }


  .explore-projects {
    margin-left: 20px;
    margin-right: 20px;
  }

  .title .arrow-image {
    max-height: unset !important;
    padding-top: 20px;
  }

  .title p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-desc {
    padding-right: unset;
  }

  .project-banner img {
    padding-left: unset;
    padding-right: unset;
  }

  .next .arrow-image {
    right: 10px !important;
  }

  .project-highlights {
    margin-left: unset;
    margin-right: unset;
  }

  .project-title {
    margin-left: unset;
    margin-right: unset;
  }

  .no-padding {
    padding-left: unset !important;
    padding-right: unset !important;
  }

  .project-title a {
    font-size: 24px;
    line-height: 31px;
  }



  .project-title .left {
    padding-right: unset;
  }

  .project-title .right {
    padding-left: unset;
  }

  .project-title img {
    padding-bottom: unset;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .empty-space-desktop {
    padding-top: 15px;
  }



  footer .container-fluid {
    margin-left: 12px;
    margin-right: 12px;
  }

  .banner-row {

    padding-left: 20px;
  }

  .banner-about {
    background-image: url(../img/banner-about-mobile.png);
  }

  .banner-services {
    background-image: url(../img/banner-services-mobile.png);
  }

  .banner-team {
    background-image: url(../img/team-m.png);
  }

  .banner-insights {
    background-image: url(../img/banner-insights-mobile.png);
  }

  .banner-careers {
    background-image: url(../img/banner-careers-mobile.png);
  }


  .banner-row h1 {
    font-size: 32px;
    line-height: 41px;
  }



  .values {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-bottom: unset;
  }

  .intro-row,
  .legacy-row,
  .team-row,
  .values p,
  .values h5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-row h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .contact-btn {
    margin-left: 20px;
  }

  .articles-row {
    padding-left: unset;
    padding-right: unset;
    margin-left: 20px;
    margin-right: 20px;
  }

  .article {
    margin-left: unset;
    margin-right: unset;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .aux-content h2 {
    font-family: 'DINPro', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
  }

  .aux-content p,
  .aux-content a {
    font-family: 'DINPro', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
  }

  .aux-content a:hover {
    color: #D4D4D3;
  }

  .aux-content-row {
    padding-left: 20px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
  }

  .aux-content h1 {
    font-family: 'DINPro', Arial, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 41px;
    color: #FFFFFF;
  }

  .timeline-row {
    padding: inherit;
  }

  .contact {
    margin-left: 0px;
    margin-right: 0px;
  }

  .contact h1 {
    font-size: 40px;
    line-height: 51px;
    padding-bottom: 25px;
  }

  #contact-form .row,
  .top {
    padding-bottom: 25px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: unset;
  }

  .page-wrapper .see-our-work-btn button {
    font-size: 16px;
    padding: 16px 32px;
    margin-top: 24px;
  }

  .banner-row p {
    font-size: 18px;
    line-height: 21px;
  }

  .partners {
    padding-left: 20px;
  }
}

body {
  background-color: #262625;
}

a {
  color: white;
  text-decoration: none;
}

input,
.form-control:focus {
  color: white;
}


/* glisare */
.nav-link {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.nav-link span {
  position: absolute;
  left: 0;
  width: 100%;
  transition: top 0.3s ease;
}

.nav-link,
.nav-link span.original-text,
.nav-link span.hover-text {
  width: 127px;
}

.hover-text {
  font-weight: 400;
}

.nav-link span {
  white-space: nowrap;
}



@media (min-width: 991px) {

  .navbar-nav .nav-item {
    margin-right: 0.1vw;
    text-align: center;
  }

}

.nav-link span.original-text {
  top: 0;
}

.nav-link span.hover-text {
  top: 100%;

}

/*meniu mobile*/
.fullscreen-menu {
  display: none;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #3C3C3B !important;
  overflow: hidden;
  transition: left 0.3s ease;
  z-index: 1000;
}

.fullscreen-menu.active {
  left: 0;
}

.close-menu-btn {
  border: none;
  background: transparent;
  cursor: pointer;
}

.menu-mobile a {
  display: block;

}

.mobile-only {
  display: none;
  /* Ascunde pe desktop */
}

@media (max-width: 991px) {
  .fullscreen-menu {
    display: block;
  }

  .navbar-toggler img {
    max-width: 32px;
  }

  .navbar-website {
    padding-top: 60px;
  }


  .container {
    display: flex;
    flex-wrap: inherit;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: 25px;
    padding-top: 66px;
  }

  a.nav-link {
    padding-bottom: 42px;
  }

  .mobile-only {
    display: flex;
    /* Afișează pe mobil */
  }

  .nav-link,
  .nav-link span.original-text,
  .nav-link span.hover-text {
    width: 150px;
  }

  .mobile-only img {
    max-height: 20px;
    padding-right: 16px;
  }

}

button.close-menu-btn img {
  max-width: 23px;
  margin: 0px 24px 7px 15px;
}

div#mobile-navbarNav {
  padding-top: 80px;
  padding-left: 24px;
  display: flex;
}


.no-scroll {
  overflow: hidden;
}

.fullscreen-menu {
  max-height: 100vh;
  /* Setează înălțimea maximă la 100% din înălțimea viewport-ului */
  overflow: auto;
  /* Permite derularea dacă conținutul depășește înălțimea maximă */
  /* Alte stiluri pentru meniul fullscreen */
}

#logo {
  height: 34px;
}

@media (max-width: 991px) {
  #logo {
    height: 41px;
  }
}

/*start cookie policy*/

.cookie-acceptance {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  position: fixed;
  /* Fixează bara în partea de jos */
  width: 100%;
  /* Ocupă întreaga lățime a ecranului */
  height: 66px;
  /* Înălțimea specificată */
  bottom: 0;
  /* Poziționează bara la baza ecranului */
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-wrap: nowrap;
}

.cookie-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 60px;
  width: 928px;
  /* Lățimea specificată */
  height: 18px;
  /* Înălțimea specificată */
  font-size: 14px;
}

.cookie-text,
.cookie-text a {
  width: 691px;
  font-family: 'DINPro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.click-here,
.i-understand {
  font-family: 'DINPro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.click-here {
  width: 67px;
}

.i-understand {
  width: 106px;
  cursor: pointer;
}

.cookie-acceptance a {
  text-decoration-line: underline;
  font-size: 14px;
}

@media (max-width: 991px) {

  .cookie-acceptance {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 10px;
    position: fixed;
    /* Fixează bara în partea de jos */
    width: 100%;
    /* Ocupă întreaga lățime a ecranului */
    bottom: 0;
    /* Poziționează bara la baza ecranului */
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-wrap: inherit;
    height: fit-content;

  }


  .cookie-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 342px;
    height: auto;
  }

  .cookie-content p,
  .cookie-content a {
    font-family: 'DINPro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin: 0;
  }

  .cookie-content a {
    text-decoration-line: underline;
  }

  .understand-btn {
    width: 106px;
    height: 18px;
    cursor: pointer;
  }

}

/*end cookie policy*/

.carousel-indicators {
  bottom: -60px;
}

html,
body {
  background-color: #3c3c3b;
}

div#myCarousel {
  margin-bottom: 40px;
  background-color: #3c3c3b;
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 8px !important;
  height: 8px !important;
  border: 2px solid white;
  background-color: transparent;
  margin: 0px 8px;
}

.carousel-indicators [data-bs-target].active {
  background-color: white;
}

/* Stiluri pentru mobil */
@media (max-width: 991px) {
  .title.custom-years {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 10px;
  }

  .title.custom-years h1 {
    font-family: DINPro;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    margin: 0;
    /* sau orice altă valoare care ți se pare potrivită */
  }

  .title.custom-years .arrow-image {
    padding-top: 0;
    position: relative;
    margin-right: 0px;
    padding-left: 8px;
    left: 14;
  }

  .title p {
    font-family: DINPro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    padding: 0 20px;
    color: white;
  }

  .title h1 {
    padding-left: 20px;
    padding-bottom: 0;
    font-family: DINPro;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;


  }

  .timeline-row {
    padding: 0 20px;
  }

  .legacy {
    background-image: url(../img/background-legacy-m.png);
  }

  .legacy-row p,
  .team-row p {
    font-family: 'DINPro', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    color: white;
  }

  .legacy-row {
    padding-top: 20px;
    padding-bottom: 20px;

  }

  .legacy-row h5 {
    padding-top: 8px;
    color: #FFF;
    font-family: DINPro;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
  }

  footer {
    padding: 20px;
  }

  .project-title p {
    font-family: DINPro;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 20px;
    margin: inherit;
  }

  .empty-space-desktop {
    padding: 20px 0;
  }

  footer p {
    font-family: DINPro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
  }

  footer .row {
    justify-content: space-between;
  }

  .social-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -6px;
  }

  .social-icons img {
    height: 20px;
  }

  .values h5 {
    font-family: DINPro;
    margin-bottom: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: white;
  }

  .values p {
    font-family: DINPro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    color: white;
  }

  .timeline-row img {
    padding: 15px 0;
  }

}

.spacer-50 {
  height: 50px;
  display: block;
}

.navbar-website {
  background-color: #313130 !important;
}

.spacer-50-d {
  height: 50px;
  display: block;
}



.custom-button {
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  border: 1px solid white;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  background: transparent;
}

.btn {
  color: var(--secondary-0, #FFF);
  font-family: DINPro;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border: 2px solid var(--secondary-0, #FFF);
  border-radius: 0;
  display: inline-flex;
  padding: 16px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.customdiv {
  padding: 0 100px 100px 110px;
  color: white;
  font-family: DINPro;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.customdiv p {
  padding-bottom: 15px;
}

button.btn:hover {
  background: white;
  color: black;
}

.row.insights-row,
.row.career-row {
  padding: 0 100px 100px 100px;
}



.careers {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}


.row.insights-row,
.row.career-row {
  padding: initial;
}


.career-row .col-md-3 {
  flex: 0 0 auto;
  width: 35%;
}

.row.intro-row {
  display: flex;
  flex-direction: row;
}

ul.list-style {
  font-family: DINPro;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #D4D4D3;
  padding: 0 26px 0 25px;
}

ul.list-style.left {
  margin-left: 70px;
}

.ctitle {
  font-family: DINPro;
  font-size: 32px !important;
  font-weight: 400;
  line-height: 41px !important;
  letter-spacing: 0em !important;
  text-align: left !important;
  color: white !important;
  padding-bottom: 0 !important;

}

.partners .col-md-12 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.partners {
  padding: 0 100px;
}

ul.list-style.right {
  padding: 0 26px 0 0px;
}

.ntitle {
  text-align: left;
  color: white;
  padding: 0 0 15px 115px;
  font-family: DINPro;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bullet-out.extra {
  margin-left: -25px !important;
}



@media (max-width: 991px) {

  .bullet-out.extra {
    margin-left: -20px !important;
  }

  .ntitle {
    padding: 0 30px;
    font-size: 24px;
    width: 300px;
  }

  ul.list-style.right {
    padding: 0 26px 0 25px;
  }

  .intro img {
    max-width: 60px;
    min-height: 60px;
  }

  .contact-btn button,
  .contact button {

    font-size: 16px;
    letter-spacing: 0.1em;



  }

  .ctitle {
    padding: 0 110px 0 30px;
    font-family: DINPro;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 10px;
  }

  .contact-btn {
    margin: 0;
    padding: 0 0 50px 30px;
    font-family: DINPro;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.1em;

  }

  .row.partners.empty-space-desktop {
    padding: 0 25px;
  }

  .ctitle {
    font-family: DINPro;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;

  }

  ul.list-style {
    margin-left: 0;
    font-family: DINPro;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 0;
  }

  ul.list-style.left {
    margin-left: 0;
    padding-bottom: 30px;
  }

  .insights-row .col-md-3,
  .career-row .col-md-3 {
    width: initial;
  }


  .careers {
    display: block;
  }




  .spacer-50-d {
    display: none;
  }

  .team-row {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    gap: auto;

  }

  .team-row .col-md-3 {
    width: auto;

  }

  .team-row img {
    max-height: 405px;

    object-fit: cover;
    margin-bottom: 8px;
  }

  .team-row p {
    font-size: 18px;

    line-height: 26px;
  }

  .customdiv {
    padding: 50px 30px;
    color: white;
    font-family: DINPro;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: inherit;
  }

  .banner-careers h1 {
    width: 90%;
  }

  .intro-row p {
    font-family: 'DINPro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }

  .intro-row {
    padding: 32px;
  }

  .container-fluid.articles {
    padding: 20px;
  }

  .articles-row {
    padding: 0;
  }

  .col-md-4.article {
    margin: 0;
    padding: 0;
    min-height: auto;
  }

  .article h5 {
    font-family: DINPro;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    margin: 10px 0 20px 0;
  }

  .insights-row,
  .career-row {
    display: grid;
    grid-auto-flow: row;
    overflow-x: auto;
    gap: 0px;
    margin-bottom: 20px;
    padding: 0;
  }

  .row.insights-row,
  .row.career-row {
    padding: 0 15px;
  }

  .insights-row .article,
  .career-row .article {
    margin-right: 0;
    width: auto;
    padding: 10px;
    margin-bottom: 20px;
  }

  .row.intro-row {
    display: flex;
    flex-direction: column;
  }

  .timeline .img-fluid.img-hover {
    max-height: initial;
  }

  .row.partners img {
    max-height: 43px;
  }

}

.legacy-row h5 {
  color: #FFF;
}

.medium-grey {
  background-color: #313130 !important;
}

.light-grey {
  background-color: #515151 !important;
}

.dark-grey {
  background-color: #262625 !important;
}

.background-3C3C3B {
  background-color: #3C3C3B !important;
}

.grey-3C3C3B {
  color: #3C3C3B;
}


.article.medium-grey:hover {
  background-color: #515151;
}

.learn-more {
  color: #FFFFFF !important;
  position: absolute;
  bottom: 10px;
  right: 20px;
  transition: right 0.3s ease;
}

.article.medium-grey:hover .learn-more {
  right: 40px;
  /* Mută spre stânga cu 20px */
}


.learn-more::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid red;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  /* Inițial invizibil */
  transition: opacity .5s ease;
  /* Efectul de fade-in */
}

.article.medium-grey:hover {
  background-color: #515151;
}

.article.medium-grey:hover .learn-more::after {
  opacity: 1;
  /* Vizibil la hover */
}

/* Ascunde imaginile pentru desktop pe ecrane mici */
@media (max-width: 991px) {
  .desk {
    display: none;
  }
}

/* Ascunde imaginile pentru mobile pe ecrane mari */
@media (min-width: 991px) {
  .mobile {
    display: none;
  }
}

/* Start Project CSS */

.pj-row-space {
  padding: 50px 110px;
}

.ct-h1 {

  font-family: 'DINPro';
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 72px;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;

}

.ct-h2 {

  font-family: DINPro;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;


}

.ct-h5 {

  font-family: 'DINPro';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #A8A8A8;
  flex: none;
  order: 1;
  flex-grow: 0;

}

.ct-h5-p {
  font-family: DINPro;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #A8A8A8;
}

.link-def {

  font-family: 'DINPro';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;

}

.ct-h3 {

  font-family: 'DINPro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;

  letter-spacing: 0.1em;
  text-transform: uppercase;

  color: #A8A8A8;

}

.ct-h2 {

  font-family: 'DINPro';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 52px;

  color: #E9E9E9;


}

.spacer-30 {
  padding: 30px 0;
}

.spacer-50-t {
  padding-top: 50px;
}

.bullet-out {
  margin-left: -12px !important;
}

button.navbar-toggler {
  border: none;
}

.light-grey-text span,
.light-grey-text {
  color: #D4D4D3 !important;
}

.medium-grey-text span,
.medium-grey-text {
  color: #A8A8A8 !important;
}

.spacer-15-b {
  padding-bottom: 15px!important;
}

.spacer-15-t {
  padding-top: 15px!important;
}

.row.col-12 {
  margin: 0;
}

span.arrow {
  margin-left: -35px;
}

.spacer-55 {
  padding: 55px 0;
}

.spacer-50-b {
  padding-bottom: 50px;
}

.left-img {
  padding-right: 15px;
}

.right-img {
  padding-left: 15px;
}

.bcol.col-12 {
  padding: 0;
}

.insights-row .article,
.career-row .article {
  min-height: 440px;
}

.articles-row .article {
  margin: 0;
  padding: 0 30px;
}

.carousel-caption {

  left: 110px;
  bottom: 50px;
  right: auto;
  padding: 0;
}

.carousel-caption h3 {
  font-family: DINPro;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='24' viewBox='0 0 21 24' fill='none'%3E%3Cpath d='M20.8379 0.144096L0.023244 11.7071L20.8379 23.2715L20.8379 0.144096Z' fill='white'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='24' viewBox='0 0 22 24' fill='none'%3E%3Cpath d='M0.994141 23.2709L21.8088 11.7079L0.994141 0.143555L0.994141 23.2709Z' fill='white'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%;
  /* Make sure the background image covers the whole element */
  width: 20.815px;
  height: 23.127px;
  flex-shrink: 0;
}


.carousel-item img {
  height: 637px !important;
}

p {
  margin-bottom: 1rem;
}

.ct-fix {
  padding-left: 0;
}

.spacer-30-b {
  padding-bottom: 30px;
}

.spacer-30-t {
  padding-top: 30px;
}

.cv-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.cv-input {
  display: none;
  /* Hide the default input */
}

.cv-label svg {
  margin-right: 15px;
}

#mcaptcha {
  color: white;
  background: #515151;
  height: 40px;
  border: 0;
}

.right-align {
  text-align: right;
}

.col-12.col-md-3.article.medium-grey {
  margin-bottom: 40px;
}


.form-label {
  display: block;
  text-align: end;
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: white;
  width: 100%;
  padding-bottom: 10px;
  margin: 0;
}

span.arrow-r {
  position: absolute;

  left: 70px;
  transform: translateY(65%);
}

.made-by {
  padding-top: 20px;
}

@media (max-width: 991px) {

  .made-by {
    padding-top: 0;
  }

  .contact-btn button,
  .contact button {
    padding: 16px 32px;
  }

  .mtitle {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .img-fluid {
    max-width: 100%;
    margin: auto;
  }

  span.arrow-r {
    transform: translateY(35%);
  }

  .intro-row .col-md-4.text-center {
    padding-bottom: 20px;
  }

  .btn {
    font-family: DINPro;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }

  .banner {
    min-height: 360px;
  }

  span.arrow-r {
    left: 5px;
  }

  .navbar-website {
    height: 120px;
  }

  .col-12.col-md-3.article.medium-grey {
    margin-bottom: 20px;
  }

  .spacer-30-b {
    padding-bottom: 20px;
  }

  .spacer-30-t {
    padding-top: 20px;
  }

  .ct-fix {
    padding-left: 5px;
  }

  .carousel-item img {
    height: 330px !important;
    object-fit: cover;
  }


  .project-title p {
    padding-top: 8px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-size: 100% 100%;
    /* Make sure the background image covers the whole element */
    width: 13px;
    height: 13px;
    flex-shrink: 0;
  }

  .carousel-caption {
    left: auto;
    bottom: 15px;
    right: auto;
    padding: 0;
    width: 100%;
  }

  .carousel-caption h3 {
    font-family: DINPro;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .articles-row .article {
    margin: 0;
    padding: 0 10px;
  }

  .explore-projects h1 {
    font-family: DINPro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.8px;
    color: #A8A8A8;

  }

  .bullet-out {
    margin-left: -8px !important;
  }

  .left-img {
    padding-bottom: 30px;
  }

  .right-img {
    padding-bottom: 0;
  }

  .spacer-50-b {
    padding-bottom: 20px;
  }

  .ct-h5-p {
    font-family: DINPro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #A8A8A8;
  }

  .spacer-55 {
    padding: 30px 0;
  }

  .arrow-r svg,
  .arrow svg {
    height: 15px;
  }

  span.arrow {
    margin-left: -20px;
    padding: 0;
  }

  .pj-row-space {
    padding: 40px 10px;
  }

  .ct-h1 {
    font-size: 24px;
    padding-bottom: 0;
    line-height: 1.3;
  }


  .ct-h2 {

    font-size: 24px;
    padding-bottom: 0;
    line-height: 1.3;


  }

  .ct-h5 {
    font-size: 24px;
    line-height: 21px;
  }

  .ct-h2 {
    font-size: 24px;
    line-height: 31px;
  }

  .ct-h3 {
    font-size: 14px;
    line-height: 18px;
  }

  .spacer-30 {
    padding: 15px 0;
  }

  .spacer-50-t {
    padding-top: 25px;
  }

  .link-def {
    font-size: 16px;
    line-height: 21px;
  }

  .jobs .ct-h1 {
    font-size: 40px !important;
  }
}

.width20 {
  width: 20%;
}

.table>:not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  color: #e9e9e9 !important;
  background-color: #262625 !important;
  box-shadow: none !important;
}

@media (min-width: 769px) {
  .padding-left {
    padding-left: 10px;
  }
}

/* End Project CSS */

@media (max-width: 480px) {

  .navbar-brand svg {
    width: 250px !important;
  }



}

.lp .ct-h5-p {
  max-width: 1241px;
  color: white;
}


@media (min-width: 1466px) {

  .pj-row-space.lp {
    padding: 50px 230px;
  }

}

.video-container {
  padding: 50px 8px 0 8px !important;
}

@media (max-width: 991px) {

  .video-container {
    padding: 12px 8px 0 8px !important;
  }

}

.statistics-row {
  color: #fff;
  max-width: 1241px;
  padding: 12px 8px 0 8px !important;
  display: flex;
  justify-content: space-between;
}

.stat-item {
  margin: 0;
  padding: 0;
}

.stat-number {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.stat-title {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.stat-description {
  font-size: 0.9rem;
  color: #aaa;
}

h3.ct-h1.lp {
  font-size: 32px;
  line-height: 1;
  margin-top: -8px;
}

.stat-description {
  font-family: DINPro;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .stat-number {
    font-size: 2.5rem;
  }

  .stat-title {
    font-size: 1.2rem;
  }

  h3.ct-h1.lp {
    font-size: 16px;
    line-height: 1;
  }

  .stat-description {
    font-family: DINPro;
    font-size: 16px;
    padding-right: 8px;

  }

  .statistics-row {
 
    padding: 12px 6px 0 24px !important;
 
}
}

.spacer-100-b {
  padding-bottom: 100px !important;
}

.lp-col1 {
  max-width: 224px;
}

.lp-col2 {
  max-width: 171px;
}

.lp-col3 {
  max-width: 303px;
}

.lp-col4 {
  max-width: 236px;
}