.container {
  width: 100%;
  max-width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

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

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 600px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

.teamlist {
  line-height: 1.2em;
}
.teamlist .thumbnail {
  margin-bottom: 12px;
}
.teamlist h3 {
  font-size: 1em;
  margin: 0px;
  font-weight: 300;
}
.teamlist span {
  font-size: 0.8em;
}

.pageGrid {
  font-size: 1em;
  color: #737d86;
}
.pageGrid h3 {
  font-size: 1.4em;
  font-weight: 200;
}
.pageGrid a {
  color: #737d86;
}
.pageGrid a:hover {
  color: #202124;
}

.contactForm {
  margin-bottom: 24px;
}
.contactForm .form-control {
  padding: 12px;
  height: auto;
  border-radius: 0px;
  font-size: 0.9em;
}
.contactForm .form-control:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #202124;
}
.contactForm .btn-dark {
  border-radius: 0px;
}
.contactForm .alert {
  border-radius: 0px;
}

.maps {
  margin-bottom: 24px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.header a, .footer a {
  color: #737d86;
  font-size: 0.9em;
  text-decoration: none;
}
.header a:hover, .footer a:hover {
  color: #8e969e;
}
.header .active, .footer .active {
  color: #a9b0b6;
}

.header {
  background-color: #161719;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .container {
  display: grid;
  grid-template-columns: 350px auto;
  align-items: center;
}
@media (max-width: 600px) {
  .header .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .header .container .logoArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header .container .logoArea .logo {
  height: 50px;
  margin-left: 0px;
}
.header .container .logoArea .bi-list {
  display: none;
}
@media (max-width: 600px) {
  .header .container .logoArea .bi-list {
    display: inline-block;
    font-size: 27px;
    position: absolute;
    right: 24px;
    color: #efefef;
    float: right;
  }
}
.header .container .headerRight {
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .header .container .headerRight {
    display: none;
    position: absolute;
    z-index: 999;
    left: 12px;
    right: 12px;
    top: 120px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    padding: 0px;
  }
  .header .container .headerRight .headerTop {
    padding: 16px 24px;
    margin: 0px !important;
  }
  .header .container .headerRight .menus {
    display: flex;
    flex-direction: column;
    gap: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
  }
  .header .container .headerRight .menus li {
    padding: 0px;
  }
  .header .container .headerRight .menus a {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid rgba(115, 125, 134, 0.2);
    display: block !important;
    margin: 0px !important;
    padding: 0px 17.1428571429px;
    color: #efefef;
  }
}
.header .container .headerRight .headerTop {
  border-bottom: 1px solid #33343b;
  text-align: right;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-end;
}
.header .container .headerRight .headerTop a {
  margin-left: 24px;
}
.header .container .headerRight .menus {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  list-style: none;
  text-transform: uppercase;
}
.header .container .headerRight .menus a {
  margin-left: 24px;
}

.headerHome {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 11;
  background-color: rgba(32, 33, 36, 0);
}

.footer {
  background-color: #111214;
  font-size: 0.9em;
}
.footer .footerTop {
  border-bottom: 1px solid #33343b;
  display: grid;
  grid-template-columns: 1fr 5fr;
}
.footer .footerTop .footertopLeft {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .footer .footerTop .footertopLeft {
    justify-content: flex-start;
  }
}
.footer .footerTop .footertopLeft .social {
  margin-bottom: 12px;
  font-size: 1.2em;
}
@media (max-width: 600px) {
  .footer .footerTop .footertopLeft .social {
    display: flex;
    flex-direction: column;
  }
}
.footer .footerTop .footertopLeft a {
  margin-right: 24px;
}
.footer .footerTop .footertopRight {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 16px;
}
.footer .footerTop .footertopRight div {
  text-align: right;
  max-width: 300px;
}
.footer .footerTop .footertopRight div span {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #a9b0b6;
}
.footer .footerTop .footertopRight div span:first-child {
  color: #737d86;
}
.footer .footerBottom .footerbottomLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer .footerBottom .footerbottomLeft img {
  height: 30px;
  opacity: 0.4;
  margin-left: 0px;
}
.footer .footerBottom .footerbottomRight {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

.projectIMG {
  height: 80vh;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.projectIMG div {
  text-align: center;
}
.projectIMG div h1 {
  color: #efefef;
  text-transform: uppercase;
  margin: 0px;
}
.projectIMG div span {
  color: #efefef;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300;
}

.footerTop, .footerBottom {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 24px;
  color: #737d86;
  padding: 48px 0px;
}

.footerDeep {
  background-color: #0c0d0e;
  padding: 24px 0px;
  color: #50575d;
}
.footerDeep .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.8em;
}
.footerDeep .container img {
  height: 9px;
  margin-left: 12px;
  margin-top: -2.5px;
  opacity: 0.7;
  transition: all 0.3s;
}
.footerDeep .container img:hover {
  opacity: 1;
}

.projectContent {
  padding: 0px;
}

.content {
  font-size: 0.9em;
  line-height: 2em;
  color: #737d86;
}

.pageGrid {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 96px;
  padding-top: 48px;
  padding-bottom: 72px;
}
@media (max-width: 600px) {
  .pageGrid {
    grid-template-columns: 1fr;
    padding: 0px;
  }
}
.pageGrid .leftBar {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pageGrid .leftBar span {
  color: #737d86;
  font-size: 0.8em;
  line-height: 1.3em;
}
.pageGrid .leftBar span span {
  display: block;
  color: #202124;
  font-size: 1.1em !important;
}

.align-center {
  align-items: center;
}

.pageHeader {
  background-color: #202124;
  color: #efefef;
  padding: 24px 0px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .pageHeader {
    padding: 12px 0px;
  }
}
.pageHeader h1 {
  font-size: 24px;
  font-weight: 200;
  color: #a9b0b6;
  margin: 0px;
}
@media (max-width: 600px) {
  .pageHeader h1 {
    font-size: 22px;
  }
}
.pageHeader a {
  text-decoration: none;
  color: #737d86;
  transition: all 0.3s;
}
.pageHeader a:hover {
  color: #c5c9cd;
}

.pageContent {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 24px;
  padding: 48px 0px;
}
@media (max-width: 600px) {
  .pageContent {
    grid-template-columns: 1fr;
    padding: 0px;
    gap: 12px;
  }
  .pageContent .wide {
    padding-top: 100%;
  }
}
.pageContent p {
  line-height: 1.9em;
}
.pageContent .subpage {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 600px) {
  .pageContent .subpage {
    display: none;
  }
}
.pageContent .subpage li a {
  text-decoration: none;
  color: #737d86;
}
.pageContent .subpage li a:hover {
  color: #202124;
}
.pageContent .right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 0.9em;
  color: #737d86;
}
@media (max-width: 600px) {
  .pageContent .right {
    display: none;
  }
}
.pageContent .right span {
  display: block;
}
.pageContent .right .sticky-top {
  top: 20px;
}
.pageContent .right .sticky-top div {
  margin-bottom: 12px;
  line-height: 1.7em;
}
.pageContent .right .sticky-top .contactBtn {
  padding: 8px 24px;
  display: inline-block;
  background-color: #202124;
  color: #efefef;
  text-decoration: none;
  margin-top: 8px;
}

.listGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  padding: 2px;
  background-color: #161719;
  position: relative;
}
@media (max-width: 600px) {
  .listGrid {
    grid-template-columns: 1fr;
  }
}
.listGrid a {
  text-decoration: none;
  color: #e0e3e5;
}
.listGrid .thumbFrame {
  overflow: hidden;
  position: relative;
}
.listGrid .thumbFrame:after {
  content: " ";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
}
.listGrid .thumbFrame:hover .thumbnail {
  transform: scale(1.1);
}
.listGrid .thumbFrame .thumbnail {
  margin-bottom: 0px !important;
  padding-top: 50% !important;
  display: block;
  transition: all 0.4s;
}
@media (max-width: 600px) {
  .listGrid .thumbFrame .thumbnail {
    padding-top: 70% !important;
  }
}
.listGrid .thumbFrame h3 {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 0px;
  z-index: 2;
  font-weight: 300;
  text-transform: uppercase;
}
.listGrid .thumbFrame h3 span {
  display: block;
  font-size: 0.7em;
  margin: 0px;
  line-height: 1em;
  color: #a9b0b6;
}
.listGrid .thumbFrame .logoProject {
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.contactContent {
  padding: 48px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contactContent h3 {
  font-size: 1.3em;
}
.contactContent a {
  text-decoration: none;
  color: #737d86;
}
.contactContent a:hover {
  color: #202124;
}

.uppercase {
  text-transform: uppercase;
}

.owl-carousel {
  padding: 0px !important;
  z-index: 0;
}
.owl-carousel .item {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.owl-carousel .item::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 50%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
}
.owl-carousel .item .slideContent {
  position: relative;
  z-index: 2;
  padding-left: 340px;
  font-size: 1.3em;
  padding-bottom: 48px;
}
.owl-carousel .item .slideContent h2 {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-family: "Playfair Display";
  font-size: 50px;
  max-width: 700px;
}
.owl-carousel .item .slideContent h2 a {
  color: white;
}
.owl-carousel .item .slideContent h2 .btn-warning {
  color: black;
  margin-top: 12px;
  font-family: "Poppins";
}
.owl-carousel .item .slideContent strong {
  background-color: #feeb1a;
  font-weight: inherit;
  display: inline-block;
  padding: 0px 6px;
  margin-left: -6px;
  border-radius: 3px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  display: none;
}

.galeriMacbook {
  display: block;
}

.galeriiPhone {
  display: none;
}

.headerSide {
  display: block;
}

.headerMobile {
  display: none;
}

.lightgallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
.lightgallery .firstIMG {
  grid-column: 1/span 5;
}

.projectGallery {
  display: grid;
  background-color: #202124;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  padding: 2px;
}
.projectGallery .thumbnail {
  margin: 0px;
}

.pageh2 {
  font-size: 1.6em;
  font-weight: 200;
  text-align: center;
  color: #737d86;
  margin: 24px auto;
}

.thumbnail, .wide {
  background-size: cover;
  background-position: center center;
  margin-bottom: 24px;
}

.thumbnail {
  padding-top: 60%;
}

.wide {
  padding-top: 50%;
}

.square {
  padding-top: 100%;
}

.negative100 {
  margin-top: 0px;
}

.videoGrid {
  background-color: #202124;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
  padding: 2px;
}
@media (max-width: 600px) {
  .videoGrid {
    grid-template-columns: 1fr;
  }
}
.videoGrid .thumbnail {
  padding: 0px;
  height: 300px;
  margin: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .videoGrid .thumbnail {
    height: 250px;
  }
}
.videoGrid .thumbnail:hover .bi-youtube {
  transform: scale(1.3);
}
.videoGrid .thumbContent {
  position: absolute;
  left: 24px;
  bottom: 24px;
  color: white;
}
.videoGrid .bi-youtube {
  font-size: 50px;
  color: white;
  opacity: 0.5;
  transition: all 0.2s;
}

@media (max-width: 600px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .owl-carousel .item {
    margin: 0px !important;
    height: 60vh;
  }
  .owl-carousel .item .slideContent {
    padding-left: 24px;
    padding-right: 72px;
    font-size: 1.1em;
  }
  .owl-carousel .item .slideContent h2 {
    font-size: 2em;
  }
}/*# sourceMappingURL=style.css.map */