/* general */
.region {
  font-family: "Poppins-Light";
  font-size: 16px;
  color: #777777;
}
body[class*="path-"] h1 {
  display: flex;
  flex-direction: row;
  color: #5f6259;
  font-size: 40px;
  font-family: "BebasNeue-Regular";
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 40px 0;
}
body[class*="path-"] h1:before,
body[class*="path-"] h1:after {
  content: "";
  flex: 1 1;
  border-bottom: 4px solid #5f6259;
  margin: auto;
  position: relative;
  bottom: 3px;
}
body[class*="path-"] h1:before {
  margin-right: 25px;
}
body[class*="path-"] h1:after {
  margin-left: 25px;
}
.exclude-node-title .block-page-title-block {
  display: none;
}

/* header */
.dialog-off-canvas-main-canvas {
  position: relative;
}
body.path-frontpage header {
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  transition: 0.5s;
}
body.path-frontpage header:hover,
body.path-frontpage header.stickynav-active {
  background: #5f6259;
}
body:not(.path-frontpage) header {
  background: #5f6259;
}
header .region-wrapper {
  max-width: 1200px;
  margin: 15px auto;
}
header {
  .navbar,
  .region-nav-branding,
  .region-nav-additional {
    order: 0;
    flex: 1;
    background-color: none;
  }
}

/* burger menu */
.mega-menu {
  display: none;
}

/* stickynav */
body.path-frontpage:has(header.stickynav-active) {
  padding-top: 0 !important;
}
body.path-frontpage .stickynav-active {
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

/* navbar/main menu */
.region.region-nav-main {
  width: 100%;
}
.navbar-brand {
  display: flex;
  justify-content: center;
}
#superfish-main {
  display: flex;
  justify-content: center;
}
.main-menu {
  position: relative;
}
.main-menu ul li a {
  font-family: "BebasNeue-Regular";
  color: #f0ece1;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 20px 9px 20px;
  line-height: 25px;
  border: 1px solid transparent;
}
.main-menu ul li a:hover,
.navbar-secondary .nav li a:hover,
.main-menu ul.menu a.is-active:hover {
  color: #fff;
}
.main-menu ul.menu a.is-active {
  color: #f0ece1;
}
.main-menu ul li:not(:first-child) > a::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: -1px;
  width: 1px;
  height: 16px;
  background: #f0ece1;
}
.main-menu ul li a.hide {
  display: none;
}

/* logo */
.region.region-nav-branding {
  flex: 0.5;
}
.navbar-brand img {
  height: auto;
  margin: 0;
  width: 94px;
  /* max-width: a; */
}

/* additonal nav */
.region.region-nav-additional {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-secondary .nav {
  display: flex;
  flex-direction: row;
}
.navbar-secondary .nav li a {
  font-family: "BebasNeue-Regular";
  color: #f0ece1;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 10px 3px 10px;
  line-height: 25px;
  display: inline-block;
  background-color: #303030;
  margin: 0 10px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  min-width: 100px;
  text-align: center;
}

.navbar-secondary .nav li a.is-active {
  color: #f0ece1;
}

/* homepage slider */
.homepage-slider .flexslider {
  margin: 0;
  background: #fff;
  border: none;
  border-radius: 0;
  height: 100%;
  max-height: 960px;
  overflow: hidden;
}
.flexslider .field__item {
  background-color: #fff;
}
video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.slider .attachment {
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.slider .attachment h2 {
  font-size: 3rem;
}

/* logos */
.region-blocks h2 {
  display: flex;
  flex-direction: row;
  color: #5f6259;
  font-size: 40px;
  font-family: "BebasNeue-Regular";
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.region-blocks h2:before,
.region-blocks h2:after {
  content: "";
  flex: 1 1;
  border-bottom: 4px solid #5f6259;
  margin: auto;
  position: relative;
  bottom: 3px;
}
.region-blocks h2:before {
  margin-right: 25px;
}
.region-blocks h2:after {
  margin-left: 25px;
}
/*.region-blocks .img-fluid {
	max-width: 80%;
}/*

/* carousels */
.slick-track {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.slick-track .field-content {
  display: flex;
  justify-content: center;
  max-width: 80%;
}
.slick-track .views-field-field-logos {
  display: flex;
  justify-content: center;
}

/* partners */
.partners {
  margin: 40px 0;
}
.partners .view-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

/* accolades */
.accolades {
  margin: 40px 0;
}
.accolades .view-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

/* reviews */
.reviews .view-content .star1-on {
  width: 28px;
  height: 28px;
  background: url("../img/star.png") no-repeat 0 0;
  margin: 15px 3px;
}
.reviews {
  margin-bottom: 40px;
}
.reviews .view-content {
  display: flex;
  justify-content: center;
}
.reviews .view-content .views-row,
.reviews .view-content .slide {
  max-width: 500px;
  margin: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
  padding: 20px 30px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.reviews .slick-track .field-content {
  max-width: 100%;
}
.reviews .name {
  font-family: "Poppins-Regular";
  font-size: 24px;
  color: #3c3c3c;
}

/* footer */
footer {
  background-color: #5f6259;
  padding: 0;
}
.footer-region-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}
.footer-region-top .region {
  flex: 1;
}

/* footer contacts */
.contacts .field {
  p,
  a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }
}
.contacts .form-item {
  margin: 10px 0;
}

/* social links */
.socials .nav {
  display: flex;
  flex-direction: row;
}
.socials .nav a {
  font-size: 0;
}
.socials .nav a::before {
  font-family: "Font Awesome 6 Brands";
  font-size: 25px;
  display: inline-block;
  color: #fff;
  padding-right: 10px;
}
.socials .nav a:hover::before {
  color: #c9cac8;
}
.socials .nav a.ig::before {
  content: "\f16d";
}
.socials .nav a.fb::before {
  content: "\f09a";
}
.socials .nav a.tt::before {
  content: "\e07b";
}
.socials .nav a.in::before {
  content: "\f08c";
}
.socials .nav a.yt::before {
  content: "\f167";
}
.socials .nav a.pn::before {
  content: "\f0d2";
}
.socials .nav a.hz::before {
  content: "\f27c";
}

/* footer logo */
.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* newsletter */
.newsletter h2 {
  font-size: 18px;
  color: #fff;
}
.newsletter .secondary-label,
.newsletter .secondary-label p {
  margin: 0;
  color: #fff;
}
.newsletter .wrapper {
  display: flex;
  align-items: center;
}
.newsletter .email input::placeholder {
  color: #d1d1d1;
  opacity: 1;
}
.newsletter .email input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 10px 20px;
  border: none;
  height: 45px;
}
input.newsletter-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-family: "BebasNeue-Regular";
  font-size: 25px;
  background-color: #f0ece1;
  border: none transparent;
  padding: 6px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5f6259;
  overflow: hidden;
  margin: 0;
  height: 45px;
}
input.newsletter-btn:hover {
  color: #5f6259;
  background-color: #f0ece1;
}
/* footer logos */
.footer-logos .field {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

/* copyright */
.footer-region-bottom {
  background: #7a8076;
}
.copyright p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 10px;
}

/* about home */
.about-home {
  margin: 40px 100px;
}

/* about / services */
.page-node-type-about .label {
  display: flex;
  flex-direction: row;
  color: #5f6259;
  font-size: 40px;
  font-family: "BebasNeue-Regular";
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 40px 0;
}
.page-node-type-about .label:before,
.page-node-type-about .label:after {
  content: "";
  flex: 1 1;
  border-bottom: 4px solid #5f6259;
  margin: auto;
  position: relative;
  bottom: 3px;
}
.page-node-type-about .label:before {
  margin-right: 25px;
}
.page-node-type-about .label:after {
  margin-left: 25px;
}
.page-node-type-about .about-us .label {
  margin: 40px 0 15px;
}
.services .photo {
  background: #5f6259;
  border-top-left-radius: 25px;
}
.services .photo img {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.services .field__item {
  width: 100%;
}
.services > .field__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.services > .field__items > .field__item:nth-child(-n + 3) {
  grid-column: span 2;
}
.services > .field__items > .field__item:nth-child(n + 4) {
  grid-column: span 3;
  min-height: 150px;
}

.services .link {
  & span,
  & a {
    font-size: 28px;
    color: #fff;
    background-color: #5f6259;
    font-family: "BebasNeue-Regular";
    text-align: center;
    text-decoration: none;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 0 4px 0;
    margin: 0;
    border-bottom-right-radius: 25px;
  }
}

/* about/services logos */
.logos .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.logos .items .item {
  flex: 0 0 20%;
}

/* about / bio */
.bio-wrapper {
  margin: 100px 0;
}
.bio-wrapper .paragraph {
  display: flex;
  gap: 30px;
}
.bio-wrapper .left {
  flex: 100%;
  max-width: 370px;
}
.bio-wrapper .left img {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.bio-wrapper .right .name {
  display: flex;
  flex-direction: row;
  color: #5f6259;
  font-size: 40px;
  font-family: "BebasNeue-Regular";
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* portfolio */
.path-portfolio h1 {
  margin-bottom: 0 !important;
}
.view-portfolio .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.view-portfolio .form--inline {
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-portfolio select.form-select {
  color: #fff;
  font-family: "BebasNeue-Regular";
  border: none;
  font-size: 25px;
  line-height: 24px;
  padding: 10px 20px 6px;
  width: 100%;
  min-width: 145px;
  background-color: #30302e;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: right 0.75rem center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="white" d="M12 17.414 3.293 8.707l1.414-1.414L12 14.586l7.293-7.293 1.414 1.414L12 17.414z"/></svg>');
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.view-portfolio select option[value="All"] {
  display: none;
}
.view-portfolio .btn-primary {
  background-color: transparent;
  color: #000;
  border: #d5d5d5 1px solid;
}
.view-portfolio .js-form-submit {
  margin: 10px 10px;
  border-radius: 10px 0 10px 0;
  width: 145px;
  line-height: 22px;
  font-family: "BebasNeue-Regular";
  text-transform: uppercase;
  padding: 10px 20px 6px;
  font-size: 22px;
  color: #888;
}

/* portfolio pages */
.page-node-type-portfolio main .container {
  max-width: 1600px;
}
.portfolio-wrapper .paragraph {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portfolio-wrapper .paragraph .field {
  flex: 1;
}
.portfolio-wrapper .field__item:nth-child(odd) .photo {
  order: 1;
}
.portfolio-wrapper .field__item:nth-child(even) .text {
  order: 2;
}
.portfolio-wrapper .text .wrapper {
  padding: 0 50px;
}

/* current projects */
.path-projects h1 {
  margin-bottom: 0 !important;
}
.current-projects .bef-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.current-projects .bef-links ul li {
  list-style: none;
  margin: 0 5px;
}
.current-projects .bef-links ul li:first-child {
  display: none;
}
.current-projects .bef-links ul li a {
  color: #fff;
  font-family: "BebasNeue-Regular";
  border: none;
  font-size: 22px;
  line-height: 24px;
  padding: 15px 20px 10px;
  width: 100%;
  min-width: 110px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #30302e;
  display: inline-block;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.current-projects .views-exposed-form .form--inline {
  display: flex;
  align-items: center;
  justify-content: center;
}
.current-projects .btn-primary {
  background-color: transparent;
  color: #000;
  border: #d5d5d5 1px solid;
}
.current-projects .view-content {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.current-projects .views-row {
  position: relative;
}
.current-projects .views-field-field-status {
  font-family: "BebasNeue-Regular";
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  background-color: #3dbf5e;
  padding: 5px 15px 3px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  min-width: 100px;
  text-align: center;
}
.current-projects .views-field-field-project-photo {
  background: #5f6259;
  border-top-left-radius: 25px;
}
.current-projects .views-field-field-project-photo img {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.current-projects .title a {
  font-family: "BebasNeue-Regular";
  text-decoration: none;
  background: #5f6259;
  color: #fff;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0 5px;
  border-bottom-right-radius: 25px;
  font-size: 26px;
}
.current-projects select.form-select {
  color: #fff;
  font-family: "BebasNeue-Regular";
  border: none;
  font-size: 25px;
  line-height: 24px;
  padding: 10px 20px 6px;
  width: 100%;
  min-width: 145px;
  background-color: #30302e;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: right 0.75rem center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="white" d="M12 17.414 3.293 8.707l1.414-1.414L12 14.586l7.293-7.293 1.414 1.414L12 17.414z"/></svg>');
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.view-current-projects select option[value="All"] {
  display: none;
}
.view-current-projects .js-form-submit {
  margin: 10px 10px;
  border-radius: 10px 0 10px 0;
  width: 145px;
  line-height: 22px;
  font-family: "BebasNeue-Regular";
  text-transform: uppercase;
  padding: 10px 20px 6px;
  font-size: 22px;
  color: #888;
}

/* projects communities */
.communities > h2 {
  display: flex;
  flex-direction: row;
  color: #5f6259;
  font-size: 40px;
  font-family: "BebasNeue-Regular";
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 40px 0;
}
.communities > h2::before,
.communities > h2::after {
  content: "";
  flex: 1 1;
  border-bottom: 4px solid #5f6259;
  margin: auto;
  position: relative;
  bottom: 3px;
}
.communities > h2::after {
  margin-left: 25px;
}
.communities > h2::before {
  margin-right: 25px;
}
.communities .items {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
}
.communities .items .item {
  max-width: 320px;
  height: auto;
}

/* project-details */
.page-node-type-current_projects main .container {
  max-width: 1600px;
}
.project-details {
  font-size: 24px;
  font-family: "BebasNeue-Regular";
  text-transform: uppercase;
}
.project-details .paragraph {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-details .paragraph {
  .left,
  .right {
    flex: 1;
  }
}
.project-details .paragraph .left .wrapper {
  margin: 0 25%;
}
.project-details .paragraph .link a {
  color: #fff;
  font-family: "BebasNeue-Regular";
  border: none;
  font-size: 22px;
  line-height: 24px;
  padding: 15px 20px 10px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #30302e;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.projects-wrapper .paragraph {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projects-wrapper .paragraph .field {
  flex: 1;
}
.projects-wrapper .text .wrapper {
  padding: 0 50px;
}
.projects-wrapper .field__item:nth-child(even) .photo {
  order: 1;
}
.projects-wrapper .field__item:nth-child(odd) .text {
  order: 2;
}

/* webform */
.path-webform main .btn-primary {
  background-color: #303030;
  border: none;
  padding: 15px 20px 10px;
  font-family: "BebasNeue-Regular";
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 15px 0 15px 0;
}
.path-webform main .btn-primary:hover {
  background-color: #303030;
  opacity: 0.9;
}

/* blog */
.blog-block {
	width: 100%;
	max-width: 1320px;
	display: flex;
	justify-content: center;
	margin: 20px auto;
}

.blog {
  .blog-post {
    display: flex;
    gap: 20px;
    margin: 20px 0;
  }
  .blog-date {
    font-size: 22px;
  }

  .blog-title {
    font-size: 26px;
    color: #5f6259;
    font-weight: bold;
  }
  .blog-link a {
    font-size: 18px;
    text-decoration: none;
  }
  .blog-link a:hover {
    text-decoration: underline;
  }
}

.view-content .blog-post:nth-child(2n) {
	display: flex;
	justify-content: space-between;
}

.view-content .blog-post:nth-child(2n) .blog-photo {
	order: 1;
	justify-content: ;
}

.view-content .blog-post:nth-child(2n) .views-field-fieldset-1 {
	text-align: right;
	flex: 1;
}