/* 
#4BAFE8   blue - primary
#A6CDF0   blue - secondary
#B1B1B0   grey - primary
#B585857   grey - secondary
*/

body {
  font-family: Poppins;
}

.text-primary-blue {
  color: #4bafe8;
}

.text-white {
  color: #ffffff;
}

.component.menu {
  background-color: #575758;
  padding-top: 40px;
  padding-bottom: 80px;
}

.component.menu .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}

.component.menu .navbar .dropdown-menu.show {
  border-radius: 0;
  background-color: #a6cdf0;
  padding: 0;
}

.component.menu .navbar .dropdown-item {
  padding: 10px 24px;
}

.component.menu .navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
}

.component.menu .navbar-brand img {
  width: 360px;
}

@media (max-width: 1200px) {
  .component.menu .navbar-brand img {
    width: 300px;
  }
}

@media (max-width: 991.8px) {
  .component.menu .navbar-brand img {
    width: 250px;
  }
}

@media (max-width: 575.8px) {
  .component.menu {
    padding-top: 30px;
  }

  .component.menu .navbar-brand img {
    width: 200px;
  }
}

.component.menu .navbar-nav {
  margin-left: auto;
}

.component.menu .navbar-nav .nav-link {
  font-size: 25px;
  color: #acacac;
  padding-left: 20px;
  padding-right: 20px;
}

.component.menu .navbar-nav .nav-link.active {
  color: #4bafe8;
}

.component.menu .navbar-nav .nav-link:hover {
  color: #272727;
}

@media (max-width: 1200px) {
  .component.menu .navbar-nav .nav-link {
    font-size: 23px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991.8px) {
  .component.menu .navbar-nav .nav-link {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.component.menu .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0px;
}

@media (max-width: 767.8px) {
  .component.menu .navbar-nav .nav-item {
    border-bottom: 1px solid #686869;
  }

  .component.menu .navbar-nav .nav-item .nav-link {
    padding-right: 0px !important;
    text-align: right;
  }
}

.component.hero {
  background-color: #575758;
  padding-bottom: 50px;
}

.component.hero .img-container {
  padding: 0 100px 80px;
}

@media (max-width: 767.8px) {
  .component.hero .img-container {
    padding: 0 50px 30px;
  }
}

.component.hero h1 {
  font-size: 45px;
  text-align: center;
  color: #d2d2d2;
}

.component.hero .copy {
  max-width: 650px;
  margin: auto;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  color: #d2d2d2;
  line-height: 29px;
}

.component.service {
  padding-top: 80px;
  padding-bottom: 80px;
}

.component.service h2 {
  font-size: 90px;
  line-height: 80px;
  margin-bottom: 30px;
}

@media (max-width: 767.8px) {
  .component.service h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

.component.service .copy {
  font-size: 21px;
  font-weight: 300;
  line-height: 29px;
  max-width: 500px;
  color: white;
}

.component.service .buttons-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.component.service a {
  padding: 10px 15px;
  border-radius: 50px;
  width: 100%;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none !important;
}

.component.service a.link-dark {
  background-color: #000000;
  color: #ffffff;
}

.component.service a.link-dark:hover {
  background-color: #4bafe8;
}

.component.service a.link-light {
  background-color: #a6cdf0;
  color: #3d3d3d;
}

.component.service a.link-light:hover {
  background-color: #000000;
  color: #ffffff;
}

.component.service a svg {
  width: 16px;
  float: right;
  margin-top: 2px;
}

.component.service {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.component.service.software-engineering {
  background-image: url(../img/hero-img--services-engineering.jpg);
}

.component.service.infrastructure-cloud {
  background-image: url(../img/hero-img--services-infrastructure.jpg);
}

.component.service.managed-services {
  background-image: url(../img/hero-img--services-managed.jpg);
}

.component.service.consultancy {
  background-image: url(../img/hero-img--services-consultancy.jpg);
}

.component.service .dark-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.component.service .blue-overlay {
  background: rgb(0 162 255 / 62%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.component.how-we-deliver {
  background-color: #575758;
  padding-top: 80px;
  padding-bottom: 80px;
}

.component.how-we-deliver .title {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 2px;
  color: #d3d3d3;
}

.component.how-we-deliver .subtitle {
  text-align: center;
  font-size: 33px;
  color: #d3d3d3;
  padding-bottom: 30px;
}

.component.how-we-deliver .background-blue {
  background-color: #4bafe8;
}

.component.how-we-deliver .background-black {
  background-color: #272727;
}

.component.how-we-deliver ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.component.how-we-deliver ul li {
  flex: 0 0 33.33%;
  flex-direction: column;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 280px;
}

.component.how-we-deliver ul li img {
  max-width: 200px;
  max-height: 130px;
  margin-top: 30px;
}

@media (max-width: 991.8px) {
  .component.how-we-deliver ul {
    flex-direction: column;
    margin: 0 -15px;
  }

  .component.how-we-deliver ul li {
    min-height: 180px;
  }

  .component.how-we-deliver ul li img {
    max-width: 110px;
    max-height: 70px;
    margin-top: 20px;
  }
}

.component.how-we-deliver ul li span {
  font-size: 29px;
  font-weight: 500;
  color: #ffffff;
}

.component.talk-to-us {
  background-color: #575758;
  padding-bottom: 80px;
}

.component.talk-to-us .title {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 2px;
  color: #d3d3d3;
}

.component.talk-to-us .subtitle {
  text-align: center;
  font-size: 33px;
  color: #d3d3d3;
  padding-bottom: 30px;
}

.component.talk-to-us .copy {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  font-size: 23px;
  font-weight: 300;
  color: #d2d2d2;
  line-height: 29px;
}

.component.talk-to-us a {
  padding: 10px 15px;
  border-radius: 50px;
  width: 100%;
  text-decoration: none !important;
  background: #4bafe8;
  color: #3d3d3d;
  display: flex;
  justify-content: center;
  max-width: 300px;
  margin: 30px auto 0;
}

.component.talk-to-us a:hover {
  background-color: #000000;
  color: #ffffff;
}

.component.our-team {
  background: #272727;
  padding-top: 80px;
  padding-bottom: 80px;
}

.component.our-team .title {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 2px;
  color: #d3d3d3;
  padding-bottom: 50px;
}

.component.component.our-team ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.component.our-team ul li {
  flex: 0 0 33.33%;
  text-align: center;
}

.component.our-team .img-container img {
  border-radius: 50%;
  border: 2px solid #4bafe8;
  padding: 15px;
  max-width: 300px;
}

@media (max-width: 1199.8px) {
  .component.our-team .img-container img {
    padding: 10px;
    max-width: 250px;
  }
}

@media (max-width: 991.8px) {
  .component.our-team .img-container img {
    max-width: 200px;
  }
}

@media (max-width: 767.8px) {
  .component.our-team .img-container img {
    max-width: 150px;
    padding: 7px;
  }
}

@media (max-width: 575.8px) {
  .component.our-team ul {
    flex-direction: column;
  }

  .component.our-team ul li {
    margin-bottom: 50px;
  }

  .component.our-team ul li:last-child {
    margin-bottom: 0;
  }

  .component.our-team .img-container img {
    max-width: 200px;
    padding: 10px;
  }
}

.component.our-team .nume {
  font-size: 33px;
  font-weight: 500;
  color: #4bafe8;
  padding: 15px 0 0;
  margin-bottom: 0;
}

@media (max-width: 991.8px) {
  .component.our-team .nume {
    font-size: 23px;
    line-height: 28px;
  }
}

.component.our-team .functie {
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
  color: #b1b1b0;
  margin-bottom: 0px;
}

.component.footer {
  background-color: #575758;
  padding-top: 50px;
  padding-bottom: 50px;
}

.component.footer .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.component.footer .content a img {
  width: 200px;
}

.component.footer .content .copy {
  color: #8e8e8e;
  margin: 0;
  font-weight: 300;
  font-size: 15px;
}

.component.footer .content ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.component.footer .content ul li a {
  color: #8e8e8e;
  margin-left: 8px;
}

.component.footer .content ul li a:hover {
  color: #4bafe8;
}

.component.footer .content ul li a svg {
  height: 35px;
}

@media (max-width: 991.8px) {
  .component.footer .content {
    flex-direction: column;
  }

  .component.footer .content a img {
    width: 150px;
    margin-bottom: 10px;
  }

  .component.footer .content .copy {
    margin-bottom: 30px;
    text-align: center;
  }

  .component.footer .content ul li a {
    margin: 0 4px;
  }
}

.service-component.hero {
  background-size: cover;
  background-position: center center;
  position: relative;
  background-image: url(../img/hero-img--services-engineering.jpg);
  display: flex;
  align-items: center;
  min-height: 600px;
}

body.service-page--infrastructure-cloud .service-component.hero {
  background-image: url(../img/hero-img--services-infrastructure.jpg);
}

body.service-page--managed-services .service-component.hero {
  background-image: url(../img/hero-img--services-managed.jpg);
}

body.service-page--consultancy .service-component.hero {
  background-image: url(../img/hero-img--services-consultancy.jpg);
}

.service-component.hero .dark-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.service-component.hero h2 {
  font-size: 120px;
  line-height: 120px;
}

@media (max-width: 991.8px) {
  .service-component.hero h2 {
    font-size: 100px;
    line-height: 100px;
  }
  .service-component.hero {
    min-height: 500px;
  }
}

@media (max-width: 767.8px) {
  .service-component.hero h2 {
    font-size: 70px;
    line-height: 70px;
  }
  .service-component.hero {
    min-height: 400px;
  }
}

@media (max-width: 575.8px) {
  .service-component.hero h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .service-component.hero {
    min-height: 250px;
  }
}

.service-component.hero--copy {
  background-color: #4bafe8;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #ffffff;
  font-size: 33px;
  line-height: 50px;
}

.service-component.service-list {
  background-color: #575758;
  padding-top: 50px;
  padding-bottom: 50px;
}

.service-component.service-list .row {
  padding-bottom: 30px;
}

.service-component.service-list img {
  max-width: 200px;
}

.service-component.service-list .service-title {
  font-size: 58px;
  line-height: 58px;
  max-width: 500px;
  color: #82c9f0;
  padding-top: 50px;
  padding-bottom: 30px;
}

.service-component.service-list .service-copy {
  font-size: 27px;
  line-height: 41px;
  color: #dadada;
  font-weight: 300;
}

@media (max-width: 767.8px) {
  .service-component.hero--copy,
  .service-component.service-list .service-copy {
    font-size: 25px;
    font-weight: 300;
    line-height: 50px;
  }
  .service-component.service-list .service-title {
    font-size: 45px;
    padding-top: 20px;
  }
}

@media (max-width: 575.8px) {
  .service-component.hero--copy,
  .service-component.service-list .service-copy {
    font-size: 21px;
    line-height: 40px;
  }
}

.contact-component.hero {
  background-size: cover;
  background-position: bottom left;
  position: relative;
  background-image: url(../img/hero-img--contact.jpg);
  display: flex;
  align-items: center;
  min-height: 600px;
}

.contact-component .blue-overlay {
  background: rgb(0 162 255 / 62%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.contact-component.contact-info {
  background-color: #575758;
  padding-top: 50px;
  padding-bottom: 80px;
  text-align: center;
}

.contact-component.contact-info .title {
  font-size: 50px;
  line-height: 58px;
  font-weight: 500;
  color: white;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.contact-component.contact-info .copy {
  color: white;
  font-size: 20px;
  line-height: 33px;
  font-weight: 300;
  max-width: 1000px;
  margin: 0 auto 70px;
}

.contact-component.contact-info .address {
  font-size: 25px;
  line-height: 33px;
  font-weight: 500;
  color: white;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.contact-component.contact-info a {
  font-size: 25px;
  color: #4bafe8;
}
