.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;
}

.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 {
}

.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%;
}

.contactinfo-group {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.connnect-email {
  display: flex;
  flex-flow: column;
  margin-left: 3%;
}

.short-separateline {
  width: 100%;
  height: 2px;
  background-color: rgba(196, 196, 196, 1);
}

.connect-content {
}

.connectinfo-leftbottom {
  width: 40%;
  margin-left: 3%;
}

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

.social-content {
  font-size: 20px;
  color: rgba(166, 166, 164, 1);
  display: flex;
  flex-flow: row;
}

.media-content {
  margin-top: 20px;
  display: flex;
  flex-flow: row;
}

.coffee-img {
  width: 40.5px;
  height: 40px;
  border-radius: 8px;
}

.available-content {
  font-size: 20px;
  font-style: italic;
  line-height: 100%;
  text-align: center;
  color: white;
}

.insidebox-text {
  flex: 1 1 0%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  line-height: 100%;
  color: rgba(88.19, 88.19, 88.19, 1);
}

.email-box {
  width: 100%;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(88.19, 88.19, 88.19, 1);
}

.message-box {
  margin-top: 50px;
  width: 100%;
  padding: 10px 0 80px 0;
  height: auto;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(88.19, 88.19, 88.19, 1);
}

.below-content {
  margin-top: 20px;
  margin-right: 3%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.button-box {
  margin-top: 50px;
  width: 80px;
  height: 24px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-image: 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)
  );
  border-radius: 5px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.button-text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.36px;
  line-height: 100%;
  color: rgba(76.5, 76.5, 76.5, 1);
  text-transform: uppercase;
}
