@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/Acumin-BdPro.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/Acumin-RPro.otf') format('opentype');
  font-weight: 400;
}


@font-face {
  font-family: 'Monument Extended';
  src: url('../fonts/PPMonumentExtended-Black.otf') format('opentype');
  font-weight: 800;
}

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  color: #192328;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow-x: hidden;
}

/* =================
  Typography
  ================= */

h1 {
  font-family: 'Acumin Pro', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  line-height: 1.3;
  margin: 0;
}

.hero__before {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 2em;
}

h2 {
  font-family: 'Acumin Pro', sans-serif;
  font-weight: 700;
}

/* checkbox */
.form-area__hide {
  display: none;
}

.form-area__hide + .form-area__label:before {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 2px;
  background: none;
  position: relative;
  display: inline-block;
  margin-right: 0.7em;
  content: '';
}

.form-area__hide:checked + .form-area__label:before {
  background: #bc4749;
  border: 1px solid #bc4749;
}

.form-area__hide + .form-area__label--dark:before {
  border: 1px solid#192328;
}

/* =================
  Layout
  ================= */
.offWhiteBkg {
  background-color: #e5e5e5;
}

/* =================
  Navbar
  ================= */
header {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.navbar {
  font-size: 18px;
  width: min(100%, 1440px);
}

.main-nav {
  list-style-type: none;
  display: none;
  padding: 0;
  flex-direction: column;
}

.nav-links,
.logo {
  text-decoration: none;
  color: #192328;
}

.nav-links {
  border-bottom: 3px solid transparent;
}

.nav-links:hover {
  border-bottom: 3px solid #bc4749;
}

.nav-links.--active {
  border-bottom: 3px solid #bc4749;
}

.main-nav li {
  text-align: center;
  margin: 15px auto;
}

.logo {
  display: inline-block;
  font-size: 22px;
  margin-top: 10px;
  margin-left: 20px;
  padding-top: 0;
}

.navbar-toggle {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 24px;
}

.active {
  display: block;
}

.fa-bars {
  color: #192328;
}

/* =================
  Hero
  ================= */
.hero {
  padding: 0 2em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
}

.hero--bkg1, .hero--bkg3, .hero--bkg4, .hero--bkg5 {
  background-image: url('../img/material-design-bg-37.jpg');
}

.hero--bkg1,
.hero--bkg2 {
  background-attachment: fixed;
}

.hero--bkg1 {
  z-index: -1;
}

.hero--bkg2 {
  z-index: 2;
  background-image: url('../img/hero-2.jpg');
}

.hero--short {
  height: 100vh;
}

.hero--very-short {
  height: 50vh;
  max-height: 400px !important;
}

/* .hero--padding {
  height: 90vh;
} */

.hero__content {
  z-index: 1;
  padding: 2em 0;
}

.hero--bkg1 .hero__content {
  position: fixed;
}

.hero__before {
  display: block;
}

.hero__before::before {
  display: inline-block;
  content: '';
  border-top: 3px solid #bc4749;
  width: 4rem;
  margin-right: 1rem;
  transform: translateY(-0.5rem);
}

.hero__contact {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
}

.hero__links {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.hero__item {
  display: flex;
  margin-bottom: 2em;
}

.hero__item--vert {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.hero__links:hover {
  color: #bc4749;
}

.hero__icon {
  margin-right: 1em;
  color: #bc4749;
}

.hero__icon:hover {
  color: #fff;
}

/* =================
  Section Text Block Center
  ================= */
.text-block-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 65%;
  margin: 4em auto;
  line-height: 2.5;
}

.text-block-center__logo {
  margin-bottom: 2em;
}

/* =================
  Section panels
  ================= */
.panels {
  display: flex;
  flex-direction: column;
  background: #192328;
  color: #fff;
  width: 100%;
  margin: 4em 0;
}

.panels--mobile {
  display: flex;
}

.panels--desktop {
  display: none;
}

.panels__panel {
  padding: 2em;
  border-top: 10px solid #192328;
  border-right: 10px solid #192328;
  border-left: 10px solid #192328;
  min-height: 400px;
}

.panels__panel--bkg1 {
  background-image: url('../img/panel-1-lg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.panels__panel--bkg2 {
  background-image: url('../img/panel-2-lg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.panels__panel--bkg3 {
  background-image: url('../img/panel-3-lg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom: 10px solid #192328;
}

.panels__body {
  display: none;
}

.panels__text--opacity {
  opacity: 0.5;
}

/* =================
  Section testimonial
  ================= */
.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
}

.testimonial__block {
  margin-bottom: 4em;
  padding: 0 2em;
  position: relative;
}

.testimonial__text {
  width: 75%;
  margin: 0 auto;
}

.testimonial__title {
  text-align: left;
  margin-bottom: 3em;
}

.testimonial__line {
  margin: 0 auto;
  width: 75%;
  height: 1px;
  background: #ffffff;
}

.testimonial__title::before {
  display: inline-block;
  content: '';
  border-top: 3px solid #bc4749;
  width: 4rem;
  margin-right: 1rem;
  transform: translateY(-0.5rem);
}

.testimonial__quotes {
  position: relative;
}

.testimonial__left-quote, .testimonial__right-quote {
  position: absolute;
  width: 35px;
  height: 31px;
}

.testimonial__left-quote {
  top: -40px;
  left: 40px;
}

.testimonial__right-quote {
  bottom: -30px;
  right: 44px;
}

.testimonial__img {
  display: block;
  width: 100%;
  margin-top: 4em;
}

/* =================
  Section projects
  ================= */
.projects {
  width: 100%;
}

.projects__title {
  margin: 1.5em auto 0;
  width: calc(100% - 2em);
}

.projects__title::before {
  display: inline-block;
  content: '';
  border-top: 3px solid #bc4749;
  width: 4rem;
  margin-right: 1rem;
  transform: translateY(-0.5rem);
}

.projects__cards {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.projects__card {
  background-color: #fff;
  text-align: center;
  margin: 0 0 2em 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.projects__card:hover {
  cursor: pointer;
}

.projects__card--left {
  text-align: left;
}

.projects__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects__img-area {
  position: relative;
  height: 256px;
}

.projects__tag {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #192328;
  color: #fff;
  padding: 0.5em 1em;
  transition: transform 0.3s;
}

.projects__text {
  background-color: #fff;
  padding: 2em;
  transition: transform 0.3s;
  position: relative;
  flex-grow: 1;
}

.projects__bottom {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  text-align: center;
}

.projects__card.--no-modal {
  cursor: initial;
}

.projects__card:not(.--no-modal):hover .projects__text {
  transform: translateY(-70px);
}

.projects__card:not(.--no-modal):hover .projects__tag {
  transform: translateY(-70px);
}

.projects__name {
  font-family: 'Acumin Pro', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
}

.projects__name--mb {
  margin-bottom: 1em;
}

.projects__model {
  margin-top: 0;
  font-weight: 700;
}

.projects__project {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}

.projects__type  {
  padding: 0.5em 1em;
  background: #f9f9f9;
  border: 1px solid #192328;
  color: #192328;
  min-width: 132px;
}

.projects__type:first-of-type {
  margin-right: 0.4em;
  margin-bottom: 1em;
}

.projects__type:last-of-type {
  margin-right: 0.4em;
  align-self: flex-start;
}

.projects__description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.projects__btn {
  padding: 0.5em 1em;
  background: #192328;
  border: 1px solid #192328;
  text-decoration: none;
  color: #fff;
  min-width: 132px;
}

.projects__zero {
  font-weight: 700;
  display: none;
  margin: 0 auto;
}

/* =================
  Lightbox - homepage
  ================= */
.lightbox {
  display: flex;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: none;
  background-color: rgba(0,0,0,0.6);
  z-index: 1000;
  align-items: center;
}

.lightbox__content {
  background-color: #fefefe;
  margin: 0;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.lightbox__close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

.lightbox__img {
  width: 100%;
}

/* Expertise page search */
.projects.hidden > .projects__card {
  opacity: 0;
}

/* =================
  Section CTA contact - index, expertise, portfolio
  ================= */
.cta-contact {
  display: none;
}

/* =================
  Form-block
  ================= */
.form-block {
  display: flex;
  justify-content: center;
  z-index: 1;
}

.form-area {
  background: #172029;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
  max-width: 100%;
  margin: 0;
  flex: 1;
}

.form-area__form {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 100%;
}

.form-area__form:first-of-type {
  margin-bottom: 1.5em;
}

.form-area__title {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: 'Acumin Pro', sans-serif;
  font-weight: 700;
}

.form-area__label {
  cursor: pointer;
}

.form-area__label {
  margin-bottom: 0.5em;
}

.form-area__label--last {
  margin-bottom: 0;
}

.form-area__result {
  border: 1px solid #33414f;
  padding: 1em;
  width: 75%;
  text-align: center;
  align-self: center;
  margin-top: 4em;
}

.form-area--contact {
  background: none;
  color: #192328;
  margin-top: 1em;
}

.form-area__divider {
  width: 100%;
  color: #e5e5e5;
  margin: 1em 0;
}

.form-area__contact-header {
  margin-bottom: 3em;
}

.form-area__label--bold {
  font-weight: bold;
  margin-bottom: .5em;
}

.form-area__cell {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2em;
}

.form-area__input {
  flex: 1;
  margin-bottom: 1em;
  padding: 1.3em;
  border: none;
  background-color: #f2f2f2;
}
.form-area__input:first-of-type {
  margin-right: 0;
}

.form-area__textarea {
  border: none;
  background-color: #f2f2f2;
}

.form-area__btn {
  align-self: flex-start;
  margin-top: 2em;
  padding: 1em 2em;
  background: #bc4749;
  border: 2px solid #bc4749;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.form-area__btn:hover {
  background: #dd6264;
}

.contact__success {
  display: none;
}

/* =================
  Section Text Block
  ================= */
.text-block {
  padding: 0 2em;
  margin-bottom: 4em;
}

.text-block__title::before {
  display: inline-block;
  content: '';
  border-top: 3px solid #bc4749;
  width: 4rem;
  margin-right: 1rem;
  transform: translateY(-0.5rem);
}

/* =================
  Map - Contact page
  ================= */
.map, .map-boxes {
  display: none;
}

/* =================
  Featured content - Expertise page
  ================= */
.featured-content {
  display: flex;
  flex-direction: column;
  margin-top: 4em;
}

.featured-content__heading::before {
  display: inline-block;
  content: '';
  border-top: 3px solid #bc4749;
  width: 4rem;
  margin-right: 1rem;
  transform: translateY(-0.5rem);
}

.featured-content__body {
  color: #192328;
}

.featured-content__text {
  padding: 0 2em;
  margin-bottom: 2em;
}

.featured-img__image {
  width: 100%;
}

.featured-content__link {
  text-decoration: none;
  color: #bc4749;
  cursor: pointer;
}

.featured-content__link:hover {
  text-decoration: underline;
}

/* =================
  two-col - Expertise page
  ================= */
.two-col {
  display: flex;
  flex-direction: column;
  padding: 2em;
  color:#fff;
  background-color: #192328;
  margin-top: 4em;
}

.two-col__text {
  order: 1;
  padding: 3em 0;
}

.two-col__img-container {
  order: 2;
  background-image: url('../img/partnership.jpg');
  background-position: 50% 80%;
  background-size: cover;
  height: 40vh;
}

.two-col__img {
  width: 100%;
}

.two-col__title {
  margin-top: 0;
  width: 100%;
}

.two-col__paragraph {
  width: 100%;;
}

.two-col__title::before {
  display: inline-block;
  content: '';
  border-top: 3px solid #bc4749;
  width: 4rem;
  margin-right: 1rem;
  transform: translateY(-0.5rem);
}

.two-col__title::after {
  display: none;
}

/* =================
  Gallery - expertise page
  ================= */
.gallery__main {
  display: none;
}

.gallery__aside {
  display: flex;
  flex-direction: column;
}

.gallery__img {
  width: 100%
}

/* =================
  Centered content - Expertise page
  ================= */
.center-content {
  text-align: center;
  font-weight: 700;
  margin: 4em 0;
}

.center-content__img {
  width: 150px;
  height: 145px;
}

/* =================
  Project details lightbox
  ================= */
.project-details {
  display: flex;
  flex-direction: column;
}

.project-details__main-img {
  width: 100%;
  max-height: 440px;
  object-fit: contain;
}

.project-details__thumbnails {
  display: none;
}

.project-details__title {
  margin: 1em 0 0;
}

.project-details__iframe {
  width: 100%;
  margin-top: 1em;
}

.lightbox__close--hidden {
  display: none;
}

.project-details__return {
  text-align: center;
  margin: 2em 0;
}

.project-details__btn {
  padding: 0.5em 1em;
  background: #bc4749;
  border: 2px solid #bc4749;
  text-decoration: none;
  color: #fff;
}

.project-details__btn:hover {
  background: #fff;
  color: #bc4749;
  cursor: pointer;
}

.project-details__list {
  list-style-type: none;
  padding-left: 0;
}

.project-details__list-item::before {
  color: #bc4749;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #bc4749;
  position: relative;
  display: inline-block;
  margin-right: 0.7em;
  content: '';
}

/* =================
  Footer
  ================= */
footer {
  padding: 5em 0;
  background: url('../img/material-design-bg-37.jpg');
  background-color: #192328;
  background-size: cover;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.footer-content__divider {
  display: none;
}

.footer-copyright {
  font-size: 0.875rem;
}

.footer-content__links {
  color: #fff;
  text-decoration: none;
  display: block;
}

.footer-content__links:hover {
  color: #bc4749;
}

.footer-content__social,
.footer-content__icon {
  color: #bc4749;
}

.footer-content__links {
  margin-bottom: 1em;
}

.footer-content__icon {
  margin-bottom: 0.5em;
}

.footer-content__links--hor {
  display: inline-block;
  margin-right: 1em;
}

.footer-content__links--hor:last-of-type {
  margin-right: 0;
}

.footer-content__links--active {
  color: #bc4749;
}

.footer-nav__social {
  margin-top: 3em;
}

.footer-content__icon:hover {
  color: #fff;
}

.footer-content__contacts {
  display: flex;
  flex-direction: column;
  order: 1;
}

.footer-content__contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}

.footer-content {
  order: 2;
}

.footer-copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  order: 4;
}

.footer-content__logo--black {
  display: none;
}

.footer-content__logo--white {
  display: block;
  margin-bottom: 1em;
}

.footer-content__btn {
  display: block;
  align-self: center;
  padding: 0.5em 1em;
  background: #bc4749;
  border: 2px solid #bc4749;
  text-decoration: none;
  color: #fff;
  order: 0;
  margin-bottom: 8em;
}

.footer-content__btn:hover {
  background: #fff;
  color: #bc4749;
}

.invisible {
  background-color: transparent !important;
  box-shadow: none !important;
  cursor: initial !important;
}

@media screen and (max-width: 767px) {

  .panels--bkg {
    background-image: url('../img/material-design-bg-37.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    padding: 2em 0;
  }

  .panels__panel--short {
    border: none;
    min-height: auto;
  }
  
}

@media screen and (max-width: 768px) and (orientation:landscape) {
  .hero {
    margin-top: 68px;
  }
  .hero--short {
    height: 100vh;
  }
  .hero--short.hero--very-short {
    height: 70vh;
  }
  .hero--contact {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) and (orientation:portrait) {
  .hero--short {
    padding-top: 60px;;
  }
  .hero--short.hero--very-short {
    height: 80vh;
  }
  .hero--contact {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {

  /* =================
  Typography
  ================= */
  h1 {
    font-size: 3rem;
  }

  /* =================
  Navbar
  ================= */
  header {
    height: 70px;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
  }
  .navbar {
    display: flex;
    justify-content: space-between;
    padding: 0 2em;
    align-items: center;
    flex: 1;
    margin: 0 auto;
  }

  .main-nav {
    position: relative;
    display: flex;
    margin-right: 0;
    flex-direction: row;
    justify-content: flex-end;
  }

  .main-nav li {
    margin: 0;
  }

  .nav-links {
    margin-left: 40px;
  }

  .logo {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0.3em;
  }

  .navbar-toggle {
    display: none;
  }

  /* =================
  Hero
  ================= */
  .hero {
    padding-left: 6em;
    position: relative;
    background-position: center;
    background-size: cover;
  }

  .hero--short {
    height: 80vh;
  }

  /* .hero--padding {
    height: 80vh;
  } */

  .hero--bkg1 {
    background-image: url('../img/hero-home.jpg');
  }

  .hero--bkg3 {
    background-image: url('../img/hero-expertise.jpg');
  }

  .hero--bkg4 {
    background-image: url('../img/hero-portfolio.jpg');
  }

  .hero--bkg5 {
    background-image: url('../img/hero-contact.jpg');
    background-position: bottom;
  }

  .hero__contact {
    display: none;
  }

  .hero__overlay {
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background-color: #1c262f;
    opacity: 60%;
  }

  /* =================
  Section Text Block Center
  ================= */
  .text-block-center {
    margin: 10em auto;
    max-width: 45%;
  }

  /* =================
  Section 4
  ================= */
  .panels {
    flex-direction: row;
    flex-basis: 600px;
    margin: 6em 0;
    background-image: none;
    position: relative;
  }

  .panels:hover > .panels__panel {
    opacity: 0.3;
    border-right: 1px solid rgba(255, 255, 255, 0);
  }

  .panels--mobile {
    display: none;
  }

  .panels--desktop {
    display: flex;
  }

  .panels__panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 1);
    padding: 2em 1.8em 1.8em;
    flex: 1;
    z-index: 1;
    transition: 0.3s;
  }

  .panels .panels__panel:hover {
    opacity: 1;
  }

  .panels__panel:last-of-type {
    border-right: none;
  }

  .panels__panel--center {
    justify-content: center;
    align-items: center;
  }

  .panels__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .panels__text {
    display: block;
    margin-bottom: 0;
    width: 45%;
  }

  .panels__number {
    font-family: 'Acumin Pro', sans-serif;
    font-weight: 700;
    font-size: 2rem;
  }

  .panels__panel--bkg1,
  .panels__panel--bkg2,
  .panels__panel--bkg3,
  .panels__panel--bkg4,
  .panels__panel--bkg5,
  .panels__panel--bkg6 {
    background-image: none;
  }

  .panels--bkg1,
  .panels--bkg2,
  .panels--bkg3,
  .panels--bkg4,
  .panels--bkg5,
  .panels--bkg6 {
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  #panel-1:hover ~ .panels--bkg1 {
    opacity: 1;
  }

  #panel-1:hover ~ .panels--bkg2, #panel-1:hover ~ .panels--bkg3 {
    opacity: 0;
  }

  #panel-2:hover ~ .panels--bkg2 {
    opacity: 1;
  }

  #panel-2:hover ~ .panels--bkg1, #panel-2:hover ~ .panels--bkg3 {
    opacity: 0;
  }

  #panel-3:hover ~ .panels--bkg3 {
    opacity: 1;
  }

  #panel-3:hover ~ .panels--bkg1, #panel-3:hover ~ .panels--bkg2 {
    opacity: 0;
  }

  #panel-4:hover ~ .panels--bkg4 {
    opacity: 1;
  }

  #panel-4:hover ~ .panels--bkg5, #panel-4:hover ~ .panels--bkg6 {
    opacity: 0;
  }

  #panel-5:hover ~ .panels--bkg5 {
    opacity: 1;
  }

  #panel-5:hover ~ .panels--bkg4, #panel-5:hover ~ .panels--bkg6 {
    opacity: 0;
  }

  #panel-6:hover ~ .panels--bkg6 {
    opacity: 1;
  }

  #panel-6:hover ~ .panels--bkg4, #panel-6:hover ~ .panels--bkg5 {
    opacity: 0;
  }

  .panels--bkg1 {
    background-image: url('../img/panel-1-lg.jpg');
  }

  .panels--bkg2 {
    background-image: url('../img/panel-2-lg.jpg');
  }

  .panels--bkg3 {
    background-image: url('../img/panel-3-lg.jpg');
   
  }

  .panels--bkg4 {
    background-image: url('../img/panel-4-lg.jpg');
  }

  .panels--bkg5 {
    background-image: url('../img/panel-5-lg.jpg');
  }

  .panels--bkg6 {
    background-image: url('../img/panel-6-lg.jpg');
   
  }

  .panels--bkg1,  .panels--bkg2,  .panels--bkg3, .panels--bkg4, .panels--bkg5, .panels--bkg6 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  /* =================
  Section Testimonial testimonial
  ================= */
  .testimonial {
    background-image: url('../img/featured.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 50vh;
    margin-top: 6em;
  }

  .testimonial__block {
    background: #192328;
    color: #fff;
    width: 30%;
    padding: 2em 6em 3em;
    background-image: url('../img/material-design-bg-37.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -100px;
  }

  .testimonial__title {
    margin-top: 0;
    margin-bottom: 1.5em;
    text-align: center;
  }

  .testimonial__title::before {
    display: none;
  }

  .testimonial__text {
    padding-top: 1.5em;
    width: 80%;
  }

  .testimonial__img {
    display: none;
  }

  .testimonial__left-quote {
    top: 0;
    left: -10px;
  }

  .testimonial__right-quote {
    bottom: 0;
    right: -10px;
  }

  /* =================
  Section CTA contact - index, expertise, portfolio
  ================= */
  .cta-contact {
    background-image: url('../img/cta-contact.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    position: relative;
  }

  .cta-contact__title {
    display: block;
    font-size: 1.8rem;
    z-index: 1;
  }

  .cta-contact__btn {
    padding: 0.5em 1em;
    background: #bc4749;
    border: 2px solid #bc4749;
    text-decoration: none;
    color: #fff;
    z-index: 1;
  }

  .cta-contact__btn:hover {
    background: #fff;
    color: #bc4749;
  }

  /* =================
  Form-area
  ================= */
  .form-area {
    flex-direction: row;
    max-width: 65%;
    margin: -70px 2em 0 2em;
  }

  .form-area--center {
    justify-content: space-around;
  }

  .form-area__form {
    max-width: 80%;
  }

  .form-area__form:first-of-type {
    margin-bottom: 0;
  }

  .form-area__result {
    align-self: flex-end;
    margin: 0;
    width: 20%;
    text-align: left;
  }

  .form-area__title {
    margin-bottom: 1em;
  }

  .form-area--contact {
    background: #172029;
    color: #fff;
    margin-top: -70px;
  }

  .form-area__hide + .form-area__label--dark:before {
    border: 1px solid#fff;
  }

  .form-area__cell {
    flex-direction: row;
  }

  .form-area__input {
    margin-bottom: 0;
    background-color: #fff;
    padding: 1em;
  }

  .form-area__input:first-of-type {
    margin-right: 1em;
  }

  .form-area__textarea {
    background-color: #fff;
  }

  .form-block--bkg {
    background-color: #e5e5e5;
  }

  /* =================
  Section Text Block
  ================= */
  .text-block {
    padding: 0 2em;
    margin-left: 6em;
    max-width: 1440px;
  }

  /* =================
  Map
  ================= */
  .map {
    display: block;
    padding: 0 2em;
  }

  .map__wrapper {
    text-align: center;
    max-width: 1440px;
    margin: 3em auto 0;
  }

  .map__wrapper {
    overflow: hidden;
    padding-bottom: 33.25%;
    position: relative;
    height: 0;
  }
  .map__iframe {
    left: 0;
    top: 0;
    height: 70vh;
    width: 100%;
    position: absolute;
    filter: saturate(0);
  }

  .map-boxes {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin-top: -50px;
    z-index: 99;
  }

  .map-boxes__box {
    display: flex;
    flex-direction: column;
    background: #172029;
    color: #fff;
    padding: 1em .5em;
    min-width: 240px;
  }

  .map-boxes__links {
    color: #fff;
    text-decoration: none;
  }

  .map-boxes__links:hover {
    color: #bc4749;
  }

  .map-boxes__icon {
    color: #bc4749;
  }

  .map-boxes__icon:hover {
    color: #fff;
  }

  /* =================
  Gallery - expertise page
  ================= */
  .gallery {
    display: flex;
    flex-direction: row;
  }

  .gallery__main {
    display: flex;
    flex-direction: column;
    flex: 2;
    margin-right: .5em;
  }

  .gallery__aside {
    flex: 1;
  }

  .gallery__img {
    margin-bottom: .5em;
  }

  .gallery__main > .gallery__img {
    position: -webkit-sticky;
    position: sticky;
    top: calc(70px + 0.5em);
  }

  /* =================
  Footer
  ================= */
  footer {
    background: none;
    color: #192328;
    padding: 8em 0 4em;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }

  .footer-content {
    display: flex;
    justify-content: space-between;
    order: 1;
    padding: 0 2em;
  }

  .footer-content__divider {
    margin: 2em 0;
    display: block;
    order: 3;
    padding: 0 2em;
    width: 95%;
    align-self: center;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-content__links {
    color: #192328;
    display: inline-block;
    margin-right: 1em;
  }

  .footer-content__links:last-of-type {
    margin-right: 0;
  }

  .footer-content__contacts {
    justify-content: space-evenly;
    flex-direction: row;
    margin-top: 4em;
    order: 2;
  }

  .footer-content__contact {
    margin-bottom: 0;
  }

  .footer-content__icon {
    margin-bottom: 1em;
  }

  .footer-content__icon:hover {
    color: #192328;
  }

  .footer-content__logo--black {
    display: block;
  }

  .footer-content__logo--white {
    display: none;
  }

  .footer-nav__social {
    margin-top: 0;
  }

  .footer-content__btn {
    display: none;
  }

  .footer-content__links--active {
    color: #bc4749;
  }
}

@media screen and (min-width: 960px) {

  /* =================
  Hero
  ================= */
  .hero__content {
    width: 50%;
  }

  /* =================
  Section Text Block
  ================= */
  .text-block {
    width: 70%;
  }

  /* =================
  Lightbox - homepage
  ================= */
  .lightbox__content {
    margin: 7% auto;
    width: 50%;
  }

  /* =================
  Lightbox - portfolio
  ================= */
  .lightbox__content--wider {
    width: 80%;
    height: fit-content;
    margin: 15% auto;
    max-height: calc(100vh - 64px);
    overflow-y: scroll;
  }

}

@media screen and (min-width: 800px) {
  .projects__cards {
    /* width: clamp(800px, 1440px, calc(100vw - 48px)); */
    max-width: 1440px;
    /* margin: 48px auto; */
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .projects__card {
    width: calc(49%);
  }
}


@media screen and (min-width: 1006px) {

  /* =================
  Section projects
  ================= */
  /* .projects {
    padding: 0 2em;
    margin: 6em auto;
    max-width: 1440px;
  } */

  .projects__cards {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .projects__card {
    width: calc(32%);
  }

  .projects__title {
    width: clamp(800px, 1440px, calc(100vw - 48px));
    max-width: 1440px;
  }
}

@media screen and (min-width: 1200px) {
  
  /* =================
  Featured content - Expertise page
  ================= */
  .featured-content {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }

  .featured-border {
    display: inline-block;
    content: '';
    border-top: 15px solid #bc4749;
    width: 60%;
    margin-left: 12rem;
    transform: translateY(-0.5rem);
    z-index: -1;
  }

  .featured-content__body {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-basis: 60%;
    color: #fff;
    background-image: url('../img/material-design-bg-37.jpg');
    background-position: center;
    background-size: cover;
    padding: 2em 6em;
  }

  .featured-content__text {
    flex-basis: 60%;
    margin-bottom: 0;
  }

  .featured-content__paragraph {
    margin-left: 5em;
  }

  .featured-img {
    display: flex;
    justify-content: flex-end;
    flex-basis: 50%;
    margin-top: -15em;
  }

  .featured-img__image {
    width: 50%;
  }

  .featured-content__link:hover {
    color: #fff;
  }

  .featured-content--right {
    justify-content: flex-end;
  }
  
  .featured-img--left {
    justify-content: flex-start;
    margin-top: -16em;
  }

  .featured-content__text--right {
    padding: 0 0 0 20em;
  }

  .featured-border--right {
    width: 75%;
  }

  /* =================
  two-col - Expertise page
  ================= */
  .two-col {
    flex-direction: row;
    padding: 0;
    background: none;
    margin-top: 2em;
  }

  .two-col__text {
    order: 2;
    flex: 60%;
    background-color: #192328;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3em 2em;
  }

  .two-col__img-container {
    order: 1;
    flex: 40%;
    margin-top: 0;
    height: 60vh;
  }

  .two-col__title, .two-col__paragraph {
    width: 75%;
  }

  .two-col__title::before {
    display: none;
  }

  .two-col__title::after {
    display: block;
    content: '';
    border-top: 3px solid #bc4749;
    width: 4rem;
    margin-top: 1rem;
    transform: translateY(-0.5rem);
  }

  /* =================
  Section Text Block
  ================= */
  .text-block {
    width: 45%;
  }

  /* =================
  Project details lightbox
  ================= */
  .project-details {
    display: flex;
    flex-direction: row;
    padding: 3em;
  }

  .project-details__gallery, .project-details__body {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .project-details__gallery {
    padding-right: 5em;
  }

  .project-details__title {
    margin-top: 0;
  }

  .project-details__thumbnails {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 2em;
    max-height: 320px;
    overflow-y: auto;
  }

  .project-details__thumb {
    max-width: calc(25% - 12px);
    max-height: 144px;
    cursor: pointer;
    object-fit: contain;
    flex-grow: 1;
    border: 3px solid transparent;
    transition: 0.15s;
  }

  .project-details__thumb.--active {
    border-color: #bc4749;
  }

  .project-details__text {
    margin-bottom: 1em;
  }

  .project-details__iframe {
    margin-top: 0;
  }

  .lightbox__close--hidden {
    display: block;
  } 

  .project-details__return {
    display: none;
  }
}

@media screen and (min-width: 1600px) {

  /* =================
  Section Text Block
  ================= */
  .text-block {
    width: 40%;
  }
  
}