body {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  overflow-x: hidden;
  max-width: 100vw;
}

.single-project-wrapper {
  margin: 0 20vw 0 20vw;
}

@media only screen and (max-width: 768px) {
  .single-project-wrapper {
    margin: 0 5vw 0 5vw;
  }
}

@media only screen and (max-width: 1024px) {
  .single-project-wrapper {
    margin: 0 5vw 0 5vw;
  }
}

.vertical-line-single {
  position: absolute;
  height: 8vh;
  width: 1px;
  border-right: solid 1px black;
  bottom: -4vh;
  right: 50vw;
}

.big-header-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.big-header-image img {
  max-width: 100vw;
  max-height: 100vh;
}

.title-slogan {
  margin: 150px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.title-slogan h4 {
  text-align: center;
}

.title-slogan h3 {
  text-align: center;
}

.big-image {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.big-image img {
  width: 100%;
}

.big-image video {
  width: 100%;
}

.challenge {
  margin-top: 150px;
}

.concept {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.concept-text {
  width: 70%;
}

.concept-image {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .concept-text {
    width: 100%;
  }
  .concept-image {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .team-up-logo {
    max-width: 60%;
    height: auto;
    margin-bottom: 100px;
  }
}

.team-up-logo {
  max-width: 60%;
  height: auto;
}

.local-buddy-logo {
  max-width: 60%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .local-buddy-logo {
    margin-bottom: 100px;
  }
}

.lunchester-logo {
  max-width: 60%;
  min-width: 75%;
  height: auto;
}

.who-i-am {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .who-i-am {
    max-width: 70%;
    margin-right: 50px;
    margin-bottom: 70px;
  }
}

.image-text {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.image-text div {
  width: 50%;
}

.image-text img {
  position: relative;
  width: 50vw;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .image-text div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .image-text div .vid {
    margin-top: 100px;
  }
  .image-text img {
    width: 100%;
  }
  .image-text .album-cover {
    left: -70px;
  }
  .image-text .team-up-video {
    min-width: 100%;
    margin-left: 100px;
  }
}

.image-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
}

.image-flex-joyah {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
  position: relative;
  left: -15.5vw;
}

.text-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-up-video {
  min-width: 50vw;
}

.wrapper-technologies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 200px;
}

.wrapper-technologies h4 {
  text-align: center;
}

.technologies {
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.technologies div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.technologies div img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  height: 30px;
}

.technologies div p {
  margin-left: 15px;
}

@media only screen and (max-width: 1024px) {
  .wrapper-technologies {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 425px) {
  .technologies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .technologies div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .technologies div p {
    margin-left: 0px;
  }
}

.mt-150 {
  margin-top: 150px;
}

.carousel-cell-2 {
  margin-left: 50px;
  height: auto;
}

.carousel-cell-2 img {
  max-width: 60vw;
}

.main-carousel-2 {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .carousel-cell-2 img {
    max-width: 90vw;
  }
}

@media only screen and (max-width: 1024px) {
  .carousel-cell-2 img {
    max-width: 90vw;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}

.back-arrow:hover {
  fill: #a0a0a0;
  cursor: pointer;
}

.back-to-projects {
  position: relative;
  left: -50px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: 25s rotateRight infinite linear;
          animation: 25s rotateRight infinite linear;
  z-index: -1;
}

.back-arrow {
  position: relative;
  left: 150px;
  bottom: 80px;
}

@media only screen and (max-width: 425px) {
  .back-to-projects {
    left: 50px;
    bottom: 208px;
  }
  .back-arrow {
    bottom: 0px;
    left: 137px;
  }
  .footer {
    margin-bottom: 0px;
  }
}
/*# sourceMappingURL=project.css.map */