.body-section {
  background-color: #fafafa;
}

.menu-section {
  background-color: #fafafa;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.menu ul {
  list-style-type: none;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.module-border-wrap {
  width: 159px;
  height: 56px;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  border-image: linear-gradient(
      90deg,
      rgba(223, 159, 66, 1),
      rgba(201, 113, 114, 1) 56%,
      rgba(184, 79, 162, 1)
    )
    1;
  text-align: center;
}

.menu li {
  margin-left: 30px;
}

.single-nav {
  margin-right: 3%;
}

.menu li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  color: black;
  text-transform: uppercase;
}

.menu li a:hover {
}

.menu-heading {
  margin-left: 3%;
  max-width: 166px;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(
    90deg,
    rgba(98, 169, 244, 1),
    rgba(117, 111, 230, 1) 52%,
    rgba(149, 65, 221, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hr-content {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 0em;
}

.title-content {
  color: black;
  font-size: 20px;
  font-weight: 540;
  line-height: 100%;
  margin-left: 6%;
}

.bigimg-present {
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.project-bigtitle {
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(
    90deg,
    rgba(98, 169, 244, 1),
    rgba(117, 111, 230, 1) 52%,
    rgba(149, 65, 221, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  text-align: center;
}

.bigimg-content {
  width: 100%;
  height: auto;
}

.brief-intro {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin: 0 6% 0 6%;
}

.brief-intro-wrap {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin: 0 6% 0 6%;
  flex-wrap: wrap;
}

.separateline-halfwidth {
  width: 50%;
  height: 3px;
  background-color: black;
  border-radius: 1px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-left: 6%;
  margin-top: 120px;
}

.heavytext-content {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  color: black;
}

.lighttext-content {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  color: rgba(79.69, 79.69, 79.69, 1);
}

.bigtitle {
  font-size: 44px;
  font-weight: 500;
  line-height: 100%;
  color: black;
}

.secondtitle {
  font-size: 24px;
  line-height: 100%;
  color: black;
  text-transform: uppercase;
  margin-top: 80px;
}

.smallimg-format {
  min-width: 200px;
  height: 460px;
  margin-top: 20px;
}

.prototype-img-half {
  width: 50%;
  height: auto;
  filter: brightness(108%);
}

.prototype-img-full {
  width: 100%;
  height: auto;
  filter: brightness(108%);
}
