body {
  margin: 0%;
  background: #171717;
  padding: 0%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "Josefin Sans", sans-serif;
  color: white;
}

@font-face {
  font-family: "kiona";
  src: url("kiona-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 640px) {
  .full-width {
    background-size: 90vh !important;
  }
}
.show-progress-bar {
  height: 60vh !important;
  opacity: 1 !important;
}

.progress-container {
  z-index: 4;
  position: fixed;
  left: 50px;
  top: 20vh;
  width: 5px;
  height: 0;
  background: #505050;
  transition: all 1s;
  opacity: 1;
}
.progress-container .progress-bar {
  height: 0%;
  transition: all 0.3s;
  width: 5px;
  background: #eee;
}

@media screen and (max-width: 640px) {
  .progress-container {
    display: none;
  }
}
main {
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 150px;
}
@media screen and (max-width: 640px) {
  main {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 110px;
  }
}

.project-intro {
  margin-top: 110px;
  display: inline-flex;
  text-align: center;
  flex-direction: column;
  width: 100%;
}
.project-intro .intro-video {
  position: relative;
  margin-top: 80px;
}

.project-content {
  margin-top: 110px;
  display: inline-flex;
  text-align: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .project-content {
    margin-top: 60px;
  }
}
.project-content .project-info {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 50px;
}
@media screen and (max-width: 640px) {
  .project-content .project-info {
    gap: 20px;
  }
}
.project-content .project-info ul {
  vertical-align: top;
}
.project-content .project-info ul li {
  text-decoration: none;
  margin-top: 15px;
  text-transform: capitalize;
  font-weight: 300;
  list-style-type: none;
  font-size: 20px;
  text-align: left;
  color: #fff;
}
.project-content .project-info .role {
  padding: 0;
  margin-top: 70px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 640px) {
  .project-content .project-info .role {
    margin-top: 0;
  }
}
.project-content .project-info .role h1 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  color: #fff;
  opacity: 0.6;
}
.project-content .project-info .technologies {
  padding: 0;
  margin-top: 50px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 640px) {
  .project-content .project-info .technologies {
    margin-top: 0;
  }
}
.project-content .project-info .technologies h1 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  color: #fff;
  opacity: 0.6;
}
.project-content .project-container {
  display: inline-flex;
  flex-direction: column;
}
.project-content .project-container .project-presentation {
  width: 100%;
}
.project-content .project-container .project-presentation video {
  width: 100%;
}
.project-content .project-container .project-presentation .tri {
  width: 33%;
}
@media screen and (max-width: 640px) {
  .project-content .project-container .project-presentation .tri {
    width: 32%;
  }
}
.project-content .project-container .project-presentation .demo-reel-list li {
  text-align: left;
  font-size: 1.4em;
  line-height: 2em;
}
.project-content .project-container .project-presentation .demo-reel-list li a {
  text-decoration: none;
  color: #6941A5;
}
.project-content .project-container .project-presentation p {
  font-size: 26px;
  color: white;
  margin: 80px 0 80px 0;
  font-weight: 200;
  line-height: 28px;
}
.project-content .project-images {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .project-content .project-images {
    width: 100%;
  }
}

.contact-next-project {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
}
@media screen and (max-width: 640px) {
  .contact-next-project {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.contact-next-project .next-project {
  padding-top: 125px;
  font-family: "kiona", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 46px;
  text-align: right;
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.88, 0, 0, 0.88);
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 640px) {
  .contact-next-project .next-project {
    text-align: center;
  }
}
.contact-next-project .next-project:hover {
  transform: translateX(30px);
  color: #6941A5;
}
.contact-next-project .next-project:after {
  content: url(../img/icons/arrow.svg);
  margin-left: 15px;
}