.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
}

.menu-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image {
  margin-right: 15px;
}

.link {
  font-family: 'Galano Grotesque', sans-serif;
  color: #171c26;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
}

.heading {
  width: 70%;
  margin-right: 0px;
  margin-left: 0px;
  font-family: 'Galano Grotesque', sans-serif;
  color: #171c26;
  font-size: 60px;
  line-height: 130%;
  text-align: center;
}

.text-span {
  color: #ff6b00;
  font-weight: 600;
}

.vc {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-text {
  width: 60%;
  font-family: 'Galano Grotesque', sans-serif;
  color: #171c26;
  font-size: 25px;
  line-height: 180%;
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 80px;
  font-family: 'Galano Grotesque', sans-serif;
  color: #171c26;
  font-size: 50px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.portfolio-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.portfolio-right {
  padding-right: 0px;
  padding-left: 30px;
}

.case-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-bottom: 60px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px 0px 10px 10px;
  background-color: #1a1e22;
}

.case-description.hardt-hyerloop {
  height: 250px;
}

.case-description.people-marketing {
  height: 250px;
  padding-top: 0px;
  background-color: #40c1ac;
}

.case-description.rockstart {
  height: 250px;
  background-color: #000;
}

.case-description.asif-ventures {
  height: 250px;
  background-color: #ee4630;
}

.case-description.atmos-uav {
  height: 250px;
  background-color: #148c88;
}

.case-description.pace-lab {
  height: 250px;
  background-color: #2ba1e3;
}

.case-description.netanders {
  height: 250px;
  background-color: #ff9d46;
}

.item-description {
  font-family: 'Galano Grotesque', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  font-family: 'Galano Grotesque', sans-serif;
  color: #fff;
  line-height: 130%;
  font-weight: 600;
}

.case-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-bottom: 0px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px 10px 0px 0px;
  background-color: #1a1e22;
}

.case-logo.hardt-hyerloop {
  height: 130px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.case-logo.people-marketing {
  height: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #40c1ac;
}

.case-logo.rockstart {
  height: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.case-logo.asif-ventures {
  height: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ee4630;
}

.case-logo.atmos-uav {
  height: 130px;
  background-color: #148c88;
}

.case-logo.pace-lab {
  height: 130px;
  background-color: #2ba1e3;
}

.case-logo.netanders {
  height: 130px;
  background-color: #ff9d46;
}

.logo {
  height: 30px;
}

.logo.hardt-hyperloop {
  height: 30px;
}

.logo.rockstart {
  height: 20px;
}

.case.hardt-hyerloop {
  width: 80%;
}

.case.people-marketing {
  width: 80%;
}

.case.rockstart {
  width: 80%;
}

.case.asif-ventures {
  width: 80%;
}

.case.atmos-uav {
  width: 80%;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding-top: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Galano Grotesque', sans-serif;
  color: #171c26;
  font-size: 70px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
}

.text-block {
  width: 40%;
  margin-bottom: 50px;
  font-family: 'Galano Grotesque', sans-serif;
  color: #171c26;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
}

.button {
  height: 60px;
  margin-bottom: 0px;
  padding: 0px 30px;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5c00), to(#f82c10));
  background-image: linear-gradient(180deg, #ff5c00, #f82c10);
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Galano Grotesque', sans-serif;
  font-size: 20px;
  line-height: 60px;
  font-weight: 600;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.linkedin {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  height: 24px;
}

.image-3 {
  margin-top: 3px;
}

.div-block-2 {
  height: 100vh;
  background-image: url('../images/background.svg');
  background-position: 50% 0%;
  background-size: 95%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -6;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.sun {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
}

@media (max-width: 991px) {
  .hero {
    height: 130vh;
    padding-right: 30px;
    padding-left: 30px;
  }
  .menu {
    z-index: 10;
  }
  .heading {
    width: 100%;
    font-size: 50px;
  }
  .intro {
    padding-right: 30px;
    padding-bottom: 150px;
    padding-left: 30px;
  }
  .intro-text {
    width: 100%;
    font-size: 23px;
  }
  .heading-2 {
    margin-bottom: 60px;
    font-size: 40px;
  }
  .portfolio-left {
    padding-left: 30px;
  }
  .portfolio-right {
    padding-right: 30px;
  }
  .case-description.hardt-hyerloop {
    margin-bottom: 30px;
  }
  .case-description.people-marketing {
    margin-bottom: 30px;
  }
  .case-description.rockstart {
    margin-bottom: 30px;
  }
  .case-description.asif-ventures {
    margin-bottom: 30px;
  }
  .case-description.atmos-uav {
    margin-bottom: 30px;
  }
  .case-description.pace-lab {
    margin-bottom: 30px;
  }
  .case-description.netanders {
    margin-bottom: 0px;
  }
  .case.hardt-hyerloop {
    width: 100%;
  }
  .case.people-marketing {
    width: 100%;
  }
  .case.rockstart {
    width: 100%;
  }
  .case.asif-ventures {
    width: 100%;
  }
  .case.atmos-uav {
    width: 100%;
  }
  .contact {
    height: auto;
    padding: 150px 30px;
  }
  .heading-4 {
    font-size: 60px;
  }
  .text-block {
    width: 100%;
  }
  .linkedin {
    height: auto;
  }
}

@media (max-width: 767px) {
  .hero {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .intro {
    padding-right: 30px;
    padding-bottom: 150px;
    padding-left: 30px;
  }
  .intro-text {
    width: 100%;
  }
  .heading-2 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .portfolio-left {
    padding-left: 30px;
  }
  .portfolio-right {
    padding-right: 30px;
  }
  .case-description.hardt-hyerloop {
    margin-bottom: 30px;
  }
  .case-description.people-marketing {
    margin-bottom: 30px;
  }
  .case-description.rockstart {
    margin-bottom: 30px;
  }
  .case-description.asif-ventures {
    margin-bottom: 30px;
  }
  .case-description.atmos-uav {
    margin-bottom: 30px;
  }
  .case-description.pace-lab {
    margin-bottom: 30px;
  }
  .case-description.netanders {
    margin-bottom: 0px;
  }
  .contact {
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-4 {
    font-size: 50px;
  }
  .text-block {
    width: 100%;
  }
  .background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sun {
    width: 120%;
    max-width: 120%;
    padding-right: 0%;
    padding-left: 0%;
  }
}

@media (max-width: 479px) {
  .hero {
    height: 80vh;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .menu {
    z-index: 50;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
  }
  .intro {
    padding-right: 30px;
    padding-bottom: 120px;
    padding-left: 30px;
  }
  .intro-text {
    width: 100%;
    font-size: 20px;
  }
  .portfolio {
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-2 {
    margin-bottom: 40px;
    font-size: 34px;
  }
  .portfolio-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .portfolio-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .case-description.hardt-hyerloop {
    height: 300px;
    margin-bottom: 30px;
    padding: 30px;
  }
  .case-description.people-marketing {
    height: 300px;
    margin-bottom: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .case-description.rockstart {
    height: 300px;
    margin-bottom: 30px;
    padding: 30px;
  }
  .case-description.asif-ventures {
    height: 300px;
    margin-bottom: 30px;
    padding: 30px;
  }
  .case-description.atmos-uav {
    height: 300px;
    margin-bottom: 30px;
    padding: 30px;
  }
  .case-description.pace-lab {
    height: 300px;
    margin-bottom: 30px;
    padding: 30px;
  }
  .case-description.netanders {
    height: 300px;
    margin-bottom: 0px;
    padding: 30px;
  }
  .item-description {
    font-size: 18px;
  }
  .case-logo.hardt-hyerloop {
    height: 110px;
    padding: 48px 30px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .case-logo.people-marketing {
    height: 110px;
    padding: 30px 30px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .case-logo.rockstart {
    height: 110px;
    padding: 30px;
  }
  .case-logo.asif-ventures {
    height: 110px;
    padding: 30px 30px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .case-logo.atmos-uav {
    height: 110px;
    padding: 30px 30px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .case-logo.pace-lab {
    height: 110px;
    padding: 30px 30px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .case-logo.netanders {
    height: 110px;
    padding: 30px 30px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .logo.rockstart {
    height: 20px;
  }
  .contact {
    height: 90vh;
    padding-top: 10vh;
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-4 {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .text-block {
    width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
  }
  .linkedin {
    height: 10vh;
  }
  .image-3 {
    display: none;
  }
  .background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sun {
    width: 200%;
    max-width: 200%;
    margin-right: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }
}

@font-face {
  font-family: 'Galano Grotesque';
  src: url('../fonts/Rene-Bieder---Galano-Grotesque.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Galano Grotesque';
  src: url('../fonts/Rene-Bieder---Galano-Grotesque-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Galano Grotesque';
  src: url('../fonts/Rene-Bieder---Galano-Grotesque-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}