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

.menu-section {
  background-color: #171717;
  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;
}

.contact-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  color: white;
}

.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: white;
  text-transform: uppercase;
}

.menu li a:hover {
  background-image: 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;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.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: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  margin-left: 6%;
}

.intro-box {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  margin-right: 3%;
  margin-top: 100px;
}

.intro-brief {
  font-size: 32px;
  line-height: 50px;
  text-align: right;
  color: white;
}

.contact-area {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 3%;
  flex-wrap: wrap;
}

.icon-margin {
  margin-left: 28px;
}

.outer-wrap {
  margin-top: 200px;
}

.header-title {
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.site-title li a {
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  color: white;
  list-style-type: none;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
}

.site-title {
  width: 800px;
  padding-inline-start: 0;
}

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

.project-description {
  width: 800px;
  font-size: 28px;
  line-height: 100%;
  color: rgba(166, 166, 164, 1);
}

.bg-project {
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.bg-content-pinkpurple {
  width: 800px;
  height: 545px;
  border-radius: 8px;
  background: linear-gradient(90deg, #9f9cf0 0%, #ef9fd6 53.54%, #ecd3ab 100%);
}

.bg-content-bluepurple {
  width: 800px;
  height: 545px;
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    rgba(187.02, 185.41, 230.56, 1),
    rgba(157, 148, 223, 1) 49%,
    rgba(149.01, 138.01, 228.44, 1)
  );
}

.bg-content-redorange {
  width: 80%;
  height: 545px;
  border-radius: 8px;
  background: linear-gradient(90deg, #df9f43 0%, #c97271 53.09%, #b74ea5 100%);
  align-items: center;
}

.present-img {
  width: 60%;
  height: auto;
}
