.navigation {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #7c786f;
  background: #fff;
  z-index: 2;
}

@media (max-width: 1024px) {
  .navigation {
    display: none;
  }
}
.navigation a {
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 16px 42px;
  color: #767268;
  font-family: NeuzeitGro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.navigation a:hover {
  background-color: #dddcd9;
}

.navigation a.all {
  width: 100%;
  justify-content: start;
}

.navigation a.all img {
  margin-right: 8px;
}

.navigation a.others {
  width: fit-content;
  justify-content: center;
  border-left: 1px solid #7c786f;
}

.navigation a.others img {
  margin-left: 8px;
}

.projectIntro {
  margin-top: 88px;
  margin-bottom: 32px;
  background-color: #f8f6f1;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.projectIntro .block {
  width: 33%;
  padding-right: 16px;
}

.projectIntro .block.one {
  width: 40%;
}

.projectIntro .block.two {
  width: 30%;
}

.projectIntro .block.three {
  width: 30%;
}

.projectIntro .block .title {
  color: #292929;
  font-family: "NeuzeitGro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 215%;
}

.projectIntro .block .description {
  color: #7c786f;
  font-family: "NeuzeitGro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

@media (max-width: 1024px) {
  .projectIntro {
    display: block;
  }
  .projectIntro .block {
    width: 100%;
    margin-bottom: 16px;
  }
}
.featured {
  width: 100%;
  background-color: #f8f6f1;
}

.featured img {
  width: 100%;
}

.featured iframe {
  width: 100%;
  height: 800px;
}

@media (max-width: 1024px) {
  .featured iframe {
    height: 350px;
  }
}
.intro {
  padding-top: 64px;
  padding-bottom: 8px;
  background-color: #f8f6f1;
}

.intro .line {
  margin-bottom: 24px;
}

.intro .title {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .intro .title {
    display: block;
  }
}
.intro .title .left {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 20%;
  color: #767268;
  font-family: Klavika;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.intro .title .left img {
  margin-right: 8px;
}

@media (max-width: 1024px) {
  .intro .title .left {
    width: 100%;
  }
}
.intro .title .right {
  width: 70%;
  color: #f8f6ef;
  font-family: "NeuzeitGro";
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

@media (max-width: 1024px) {
  .intro .title .right {
    width: 100%;
  }
}
.content {
  display: flex;
  align-items: start;
  justify-content: end;
  background-color: #f8f6f1;
}

.content .block {
  width: 70%;
  color: #292929;
  font-family: "NeuzeitGro";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.content .block * {
  color: #292929;
  font-family: "NeuzeitGro";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.content .block strong {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .content .block {
    width: 100%;
    font-size: 20px;
    padding-top: 16px;
  }
  .content .block * {
    font-size: 20px;
  }
}
.gallery {
  padding-top: 24px;
  background-color: #f8f6f1;
}

.gallery .photo {
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 8px solid #f8f6ef;
  margin-bottom: 8px;
}

.gallery .photo.large {
  width: 100%;
  height: 874px;
}

.gallery .photo.medium {
  width: 50%;
  height: 430px;
}

.gallery .photo img {
  width: 100%;
}

@media (max-width: 1024px) {
  .gallery .photo {
    margin-bottom: 0px;
    border: 4px solid #f8f6ef;
  }
  .gallery .photo.large {
    height: 228px;
  }
  .gallery .photo.medium {
    height: 112px;
  }
}
.tech {
  padding-bottom: 64px;
  background-color: #f8f6f1;
  margin-top: -16px;
}

.tech .line {
  margin-bottom: 0px;
}

.tech .item {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.tech .item .left {
  width: 50%;
  color: #292929;
  font-family: NeuzeitGro;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 215%;
  position: relative;
}

.tech .item .right {
  width: 50%;
  color: #292929;
  font-family: NeuzeitGro;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 215%;
  position: relative;
}

@media (max-width: 1024px) {
  .tech .item {
    display: block;
    margin-top: 24px;
  }
  .tech .item .left, .tech .item .right {
    width: 100% !important;
    font-size: 24px;
    line-height: 125%;
  }
  .tech .item .right {
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .tech {
    margin-top: 0px;
  }
}
.overlay_photo {
  position: fixed;
  z-index: 999999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: none;
}

.overlay_photo img {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.overlay_photo .arrow-prev, .overlay_photo .arrow-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.overlay_photo .arrow-prev {
  left: 0px;
}

.overlay_photo .arrow-prev img {
  transform: rotate(180deg);
  position: relative;
  right: auto;
  top: auto;
}

.overlay_photo .arrow-next {
  right: 0px;
}

.overlay_photo .arrow-next img {
  position: relative;
  right: auto;
  top: auto;
}