* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background: white;
  color: #7a7a7a;
  line-height: 1.7em;
}

ul {
  list-style: none;
}

a {
  color: #d4af37;
  text-decoration: none;
}

h1 {
  font-weight: 300;
  line-height: 1.2em;
}

p {
  margin: 20px 0;
}

img {
  width: 100%;
  border: 0;
}

/* Navbar */

#navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0px;
  padding: 0 40px;
  overflow: hidden;
  margin: auto;
  z-index: 10;
  transition: 0.5s;
}

#navbar ul {
  display: flex;
}

#navbar li {
  color: #d4af37;
  padding: 10px 10px;
  margin: 0 5px;
  font-size: 17px;
}

@media (min-width: 900px) {
  #navbar a:hover {
    color: #ffd700;
    transition: 0.3s ease-in-out;
  }
}

.current a {
  color: #ffd700;
}

.logo {
  width: 160px;
}

.logo_login {
  display: flex;
  width: 160px;
  align-items: center;
}

#BackToTopBtn {
  color: #d4af37;
  padding: 10px 10px;
  margin: 20px 5px;
  font-size: 17px;
}

/* Header */

.header {
  background: rgba(0, 0, 0, 0.6) url(/img/home.jpg) no-repeat center top/cover;
  background-blend-mode: color;
  /* background: no-repeat center center/cover; */
  height: 100vh;
  position: relative;
  /* animation: changeBg ease-in-out 3s alternate infinite; */
}
.header-presentation {
  background: none;
  height: 70px;
}

/* @keyframes changeBg{
    from  {background-image: url(/img/home_1.jpg);}
    to {background-image: url(/img/home_2.jpg);}
 } */

.header .content {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  text-align: left;
  height: 100%;
  color: white;
  padding-top: 50px;
  padding-left: 50px;
  overflow: hidden;
}

.content h1 {
  font-size: 25px;
  line-height: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
}

.content .slide1 h1 span {
  border-bottom: rgba(212, 175, 55, 0.8) solid;
}

.slide1 .span2,
.slide1 .span5 {
  color: rgba(212, 175, 55, 0.8);
}

.slide1 {
  position: relative;
  /* animation: slide 5s; */
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  margin-bottom: 100px;
  font-size: 25px;
  /* animation-fill-mode: backwards; */
}

.slide1 li:first-child {
  /* animation: slide 3s;   
    animation-fill-mode: backwards; */
  margin-bottom: 30px;
}

/* .slide1 li:last-child {
    animation: slide 3s;   
    animation-fill-mode: backwards;
    } */

.slide1 .span1 {
  display: inline-block;
  animation: slide 2s;
  animation-fill-mode: backwards;
}

.slide1 .span2 {
  display: inline-block;
  animation: slide 2s;
  animation-fill-mode: backwards;
  animation-delay: 0.5s;
}

.slide1 .span3 {
  display: inline-block;
  animation: slide 2s;
  animation-fill-mode: backwards;
  animation-delay: 1s;
}

.slide1 .span4 {
  display: inline-block;
  animation: slide 2s;
  animation-fill-mode: backwards;
  animation-delay: 2s;
}

.slide1 .span5 {
  display: inline-block;
  animation: slide 2s;
  animation-fill-mode: backwards;
  animation-delay: 2.5s;
}

.slide1 .span6 {
  display: inline-block;
  animation: slide 2s;
  animation-fill-mode: backwards;
  animation-delay: 3s;
}

@keyframes slide {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(0vw);
  }
}

.content {
  margin-left: 50px;
}

#header .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding-top: 50px;
}

#header .title h1 {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 350;
}

.header-iw {
  background: rgba(0, 0, 0, 0.6) url(/img/iw.jpg) no-repeat center -60px / cover;
  background-blend-mode: color;
  height: 40vh;
}

.header-blog {
  background: rgba(0, 0, 0, 0.6) url(/img/blog.jpg) no-repeat center -140px /
    cover;
  background-blend-mode: color;
  height: 40vh;
}

.header-article7 {
  background: rgba(0, 0, 0, 0.6) url(/img/article7.jpg) no-repeat
    center -260px / cover;
  background-blend-mode: color;
  height: 40vh;
}

.header-article6 {
  background: rgba(0, 0, 0, 0.6) url(/img/article6.jpg) no-repeat
    center -370px / cover;
  background-blend-mode: color;
  height: 40vh;
}

.header-article5 {
  background: rgba(0, 0, 0, 0.6) url(/img/article5.jpg) no-repeat
    center -300px / cover;
  background-blend-mode: color;
  height: 40vh;
}

.header-article4 {
  background: rgba(0, 0, 0, 0.6) url(/img/article4.jpg) no-repeat
    center -350px / cover;
  background-blend-mode: color;
  height: 40vh;
}

.header-article3 {
  background: rgba(0, 0, 0, 0.6) url(/img/article3.jpg) no-repeat
    center -400px / cover;
  background-blend-mode: color;
  height: 40vh;
}

.header-article2 {
  background: rgba(0, 0, 0, 0.6) url(/img/article2.jpg) no-repeat
    center -370px / cover;
  background-blend-mode: color;
  height: 40vh;
}

.header-article1 {
  background: rgba(0, 0, 0, 0.6) url(/img/article1.jpg) no-repeat
    center -200px / cover;
  background-blend-mode: color;
  height: 40vh;
}

/* .slide2{
    position: absolute;
    animation: slide 3s infinite;
} */

.content p {
  font-size: 18px;
  line-height: 1.2em;
  font-family:
    "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  padding-bottom: 50px;
  padding-top: 25px;
}

/* Main */

section h1 {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}

#despre_noi .columns {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-top: 20px;
}

#despre_noi .columns div {
  flex: 1;
}
#despre_noi .columns div h4 {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}

#despre_noi .columns .column {
  border: solid;
  border-width: 0.1px;
  border-color: rgba(0, 0, 0, 0.1);
  margin: 5px;
  padding-top: 20px;
}

#despre_noi .columns p {
  padding: 0px 20px 0px 20px;
}

#job-uri p,
#job-uri_inactive p {
  text-align: center;
  font-size: 20px;
}

/* Section title */

section h1,
h2 {
  text-align: center;
  font-size: 28px;
}

h1.animation {
  animation: zoom-in 1s;
}

@keyframes zoom-in {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* Section p ul li */

.bullet {
  display: flex;
}

.bullet ul {
  flex-grow: 1;
  list-style: circle;
  padding-left: 50px;
}

/* Column title */

.column-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.column-title::before,
.column-title::after {
  content: "";
  height: 1px;
  background-color: #7a7a7a;
  flex-grow: 1;
}

.column-title::before {
  margin-right: 10px;
  margin-left: 30px;
}

.column-title::after {
  margin-left: 10px;
  margin-right: 30px;
}

.column-1.animation {
  animation: bounce 1s ease-out;
  animation-delay: 0.5s;
}

.column-2.animation {
  animation: bounce 1s ease-out;
  animation-delay: 1s;
}
.column-3.animation {
  animation: bounce 1s ease-out;
  animation-delay: 1.5s;
}

@keyframes bounce {
  0%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }
  30%,
  40% {
    transform: translateY(-25px);
  }
  60%,
  70% {
    transform: translateY(-10px);
  }
  90% {
    transform: translateY(-4px);
  }
}

/* Back to top btn */

#BackToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #d4af37;
  color: white;
  cursor: pointer;
  border-radius: 10px;
  font-size: 30px;
}

@media (min-width: 900px) {
  #BackToTopBtn:hover {
    background-color: transparent;
    color: #ffd700;
  }
}

/* Job-uri */

.job-uri_active a,
.job-uri_inactive a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: rgba(0, 0, 0, 0.47) 1px solid;
  padding: 5px;
  border-radius: 15px;
  font-size: 19px;
  color: #d65050;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 22px -12px rgba(0, 0, 0, 0.47);
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s;
}

/* #job-uri_inactive .job-uri_inactive div a span {
  text-decoration: line-through;
} */

.job-uri_active a span,
.job-uri_inactive a span {
  text-align: center;
  flex: 1;
  /* border: black 1px solid; */
}

/* .job-uri_active i{
    border: black 1px solid;
} */

#overlay_inactive {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#text_overlay_inactive {
  position: absolute;
  font-size: 100px;
  color: rgb(214, 80, 80, 0.8);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

@media (max-width: 700px) {
  #text_overlay_inactive {
    font-size: 50px;
  }
}

@media (min-width: 900px) {
  .job-uri_active a:hover {
    transform: scale(1.03);
  }
}

@media (min-width: 900px) {
  .job-uri_inactive a:hover {
    transform: scale(0.97);
  }
}

.job-uri_active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.job-uri_inactive {
  display: flex;
}

.job-uri_inactive a {
  margin: 5px;
  width: 450px;
}

.job-uri_inactive {
  overflow-x: scroll !important;
  overflow-y: hidden;
  margin-bottom: 5px;
}

/* Scrollbar style Job-uri inactive */

.job-uri_inactive::-webkit-scrollbar {
  height: 18px;
}

.job-uri_inactive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px black;
  border-radius: 15px;
}

.job-uri_inactive::-webkit-scrollbar-thumb {
  background-color: #d65050;
  border-radius: 15px;
}

@media (min-width: 900px) {
  .job-uri_inactive::-webkit-scrollbar-thumb:hover {
    background-color: rgba(214, 80, 80, 0.9);
  }
}

.job {
  padding-bottom: 20px;
}

#job-contact {
  padding-top: 0;
}

/* Videos */

.videos {
  display: flex;
}

iframe {
  width: 20%;
  height: 120px;
  padding: 5px;
}

/* Contact */

#contact a {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
}

#contact h1 p {
  background-color: #7a7a7a;
}

#contact > div p {
  font-size: 20px;
  font-weight: 500;
  text-indent: 50px;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.date_contact div {
  margin-bottom: 10px;
  text-indent: 10px;
  border-bottom: lightgray dotted 1px;
}

@media (min-width: 900px) {
  .date_contact a:hover {
    color: #ffd700;
  }
}

.form {
  flex: 1;
  padding: 0px 15px 0 15px;
  margin-left: 10px;
  border-radius: 25px;
  border: lightgray 1px dotted;
}

.form form {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

form div {
  margin-bottom: 15px;
}

form div input {
  width: 100%;
  padding: 4px;
  border: lightgray 1px solid;
  border-radius: 25px;
}

form div .btn-dark {
  border-radius: 0px;
}

textarea {
  height: 65%;
  width: 100%;
  border: lightgray 1px solid;
  border-radius: 25px;
  margin-top: 5px;
  padding: 8px;
}

.message {
  width: 60%;
  margin-left: 15px;
}

form .form-left {
  width: 40%;
}

form div input:focus,
textarea:focus {
  outline: none;
  border-color: #ffd700;
}

.form.login {
  background: white;
}

.login_page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20vh;
}

.body_login {
  background: #f5f5f5;
}

.GDPR {
  margin-top: 10px;
  text-align: center;
}

.GDPR input {
  width: auto;
}

@media (min-width: 900px) {
  .GDPR a:hover {
    text-decoration: underline;
  }
}

.file {
  margin-left: 15px;
  align-self: center;
}

#file {
  border: none;
  margin-bottom: 15px;
}

#submit-media {
  display: none;
}

/* Footer */

.footer {
  display: flex;
  position: relative;
  align-content: center;
  justify-content: space-evenly;
  height: 50px;
  padding-top: 10px;
  z-index: 2;
}

.footer div a {
  color: #7a7a7a;
}

@media (min-width: 900px) {
  .footer div a:hover {
    text-decoration: underline;
  }
}

/* Interviuri & Webinarii */

#interviu {
  display: flex;
  align-items: center;
}

#interviu .media {
  width: 28%;
  margin-left: 10px;
  text-align: center;
}

#interviu .text {
  max-width: 70%;
}

#interviu h4 {
  text-decoration: underline;
}

#interviu audio {
  width: 100%;
}

#interviu iframe {
  width: 100%;
  height: 100%;
}

/* Blog */

#blog-post.bg-light {
  flex-direction: row-reverse;
}

#blog-post {
  display: flex;
}

#blog-post .media {
  display: flex;
  flex: 1;
}

#blog-post .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#blog-post .text {
  max-width: 50%;
  align-self: center;
  padding: 50px;
}

#blog-post h1 {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: black;
  text-align: center;
  font-weight: 700;
}

#blog-post h5 {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  text-align: center;
  font-weight: 200;
}

/* Articole */

#article {
  font-size: large;
}

#article li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 50px;
}

#article h1 {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: black;
  text-align: center;
  font-weight: 700;
  animation: none;
}

#article h5 {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  text-align: center;
  font-weight: 200;
}

/* Prezentare */

#since {
  margin-top: -25px;
  margin-left: 170px;
  font-family: serif;
  font-size: large;
}

#language {
  display: flex;
  justify-content: flex-end;
}

.flag {
  display: flex;
  height: 16px;
  width: 16px;
  margin: 0 40px 10px 20px;
}

.flag a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.flag a img {
  padding-right: 5px;
}

#main_presentation ul {
  list-style: circle;
  padding-left: 50px;
}

#main_presentation h1 {
  display: flex;
  align-self: left;
  color: white;
  background-color: #eec600;
  border-radius: 10px;
  padding: 5px 0 5px 25px;
  font-family: "Franklin Gothic Medium";
  animation: none;
}

/* @media (min-width: 900px){
    #main_presentation h1{
        width: 35%;
       }

    #channels h1 {
        width: 40%;
    }

    #feedback h1 {
        width: 50%;
    }
    
    } */

#main_presentation h1 {
  width: 45%;
}

.flex_container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.flex_container_text {
  width: 70%;
}

.flex_container_img {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about_us img {
  width: 350px;
  height: 350px;
  transform: rotateX(310deg);
}

#since {
  font-style: italic;
}

#values ul li {
  padding: 15px 0 15px 0;
}

#values span {
  background-color: #eec600;
  font-weight: bold;
  border-radius: 5px;
  padding: 3px;
}

#values img {
  width: 250px;
  height: 250px;
}

#expertise img {
  width: 250px;
  height: 250px;
}

#jobs .jobs_img_1 {
  width: 200px;
  height: 160px;
}

#jobs .jobs_img_2 {
  width: 200px;
  height: 160px;
}

#jobs .jobs_img_3 {
  width: 200px;
  height: 160px;
}

.flex_container_img.jobs_img {
  flex-direction: column;
  justify-content: space-around;
}

.flex_container.flex_container_jobs {
  align-items: inherit;
}

.jobs-list {
  display: flex;
}

#channels img {
  width: 180px;
  height: 350px;
}

#channels ul li {
  padding: 10px 0;
}

#why img {
  width: 250px;
  height: 250px;
}

#flow .flow_img_1 {
  width: 200px;
  height: 120px;
}

#flow .flow_img_2 {
  width: 200px;
  height: 120px;
}

.flex_container_img.flow_img {
  flex-direction: column;
}

#feedback div p {
  font-style: italic;
  /* font-weight: bold; */
}

#feedback .feedback_signature {
  text-align: end;
  font-weight: normal;
}

/* CUSTOMSOFT */

.feedback_img_customsoft img {
  width: 250px;
  height: 65px;
}

/* TIRIAC */

.feedback_img_tiriac img {
  width: 125px;
  height: 90px;
}

/* LIBRA */

.feedback_img_libra img {
  width: 250px;
  height: 65px;
}

/* EDENRED */

.feedback_img_edenred img {
  width: 215px;
  height: 80px;
}

/* SOFT2YOU */

.feedback_img_soft2you img {
  width: 261px;
  height: 90px;
}

/* OTP */

.feedback_img_otp img {
  width: 241px;
  height: 70px;
}

/* LORELEI */

.feedback_img_lorelei img {
  width: 151px;
  height: 90px;
}

/* HYPERSENSE */

.feedback_img_hypersense img {
  width: 200px;
  height: 70px;
}

/* FULLSTACK */

.feedback_img_fullstack img {
  width: 200px;
  height: 60px;
}

/* IDEOLOGIQ */

.feedback_img_ideologiq img {
  width: 143px;
  height: 143px;
}

/* BIZI */

.projects_img img {
  width: 86px;
  height: 86px;
}

#section_presentation_contact {
  display: flex;
  justify-content: center;
  padding-top: 10px !important;
}

#presentation_contact {
  display: flex;
  width: 70%;
  border: solid;
  border-color: #eec600;
  border-radius: 10px;
  animation: none;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 30px;
}

#presentation_contact div {
  margin: -20px;
}

/* Politic de confidentialitate si Cookies */

#no-header h1 {
  animation: none;
  padding-top: 70px;
}

#no-header li {
  list-style: square;
  list-style-position: inside;
  padding-left: 50px;
}

#no-header table {
  width: 100%;
  border-collapse: collapse;
}

#no-header table li {
  padding-left: 0;
}

#no-header th,
td {
  border: 1px solid;
  padding: 5px;
}

/* Succes */

#header.success {
  background: #d4af37;
  background-blend-mode: color;
  height: 40vh;
  margin-top: 70px;
  /* position: relative; */
}

#success div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: white;
}

/* Cookies */

#cookies {
  min-width: 100%;
  position: fixed;
  bottom: 0;
  color: white;
  background-color: rgb(71, 71, 71);
  z-index: 100;
  display: none;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 35px;
  line-height: 2;
  font-size: small;
  text-align: center;
}

#cookies p {
  margin: 0;
}

#btn-cookies {
  font-size: 14px;
  letter-spacing: 0px;
}

/* .cookies p {
    margin: 24px 0;
    line-height: 2;
  }
  
  .cookies {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #2f3640;
    color: #f5f6fa;
    padding: 0 32px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  
    transition: 400ms;
  }
  
  .cookies.active {
    bottom: 0;
  }
  
  .cookies a {
    color: #f5f6fa;
  }
  
  #btn-cookies {
    background: #e84118;
    border: 0;
    color: #f5f6fa;
    padding: 12px 48px;
    font-size: 18px;
    margin-bottom: 16px;
    border-radius: 8px;
    cursor: pointer;
  } */
