body {
  color: #f5f5f5;
  cursor: auto;
  background-color: #14171a;
  font-family: Metrostyle extended, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  letter-spacing: .5ch;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.6;
}

a {
  text-shadow: none;
  cursor: pointer;
  text-decoration: underline;
}

.body {
  max-width: 100vw;
  min-width: 80vw;
  cursor: none;
  background-color: #14191e;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  justify-items: start;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: 13vw;
  height: 100%;
  max-width: 100%;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  object-position: 0% 50%;
  background-clip: border-box;
  display: none;
  position: relative;
}

.nav-logo:hover {
  opacity: 1;
  font-family: Metrostyle extended, sans-serif;
}

.nav-logo.link {
  width: 13vw;
  height: 54%;
  cursor: pointer;
  margin-left: -40px;
  position: absolute;
}

.nav-logo.link.w--current {
  opacity: 1;
  background-image: none;
  display: none;
}

.nav-link {
  color: #f5f5f5;
  text-shadow: none;
  cursor: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1vh 0;
  font-size: 1vw;
  text-decoration: none;
  transition: text-shadow .2s;
  display: flex;
}

.nav-link:hover {
  text-shadow: 0 0 8px #fff;
  text-decoration: none;
}

.nav-link.w--current {
  text-shadow: 0 0 16px #fff;
  transition-duration: .3s;
}

.nav-link.logo {
  background-image: url('../images/individual-logog-without-form.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 1vw 6vw 2vw;
  display: block;
}

.container {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  white-space: normal;
  grid-template: "Area" 5vw
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  padding: 0 10vw;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
}

.link {
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.link.nav {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section {
  width: 100vw;
  height: 100vw;
  background-image: radial-gradient(circle, #161616, #000 50%, #050505);
  position: static;
}

.section.is--footer {
  height: 9em;
  background-color: #272727;
  background-image: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 10em;
  padding-top: 15px;
  display: flex;
}

.link-2 {
  background-image: url('../images/Google_2015_logo.svg.png');
  background-position: 0 0;
  background-size: auto;
}

.image {
  display: block;
}

.nav {
  z-index: auto;
  max-width: 60vw;
  justify-content: space-around;
  align-items: center;
  margin: 2.1% auto auto;
  padding: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-pic {
  z-index: 1;
  width: auto;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  opacity: 1;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-pic.grad {
  z-index: 2;
  width: 188vh;
  height: 100vh;
  max-height: 100vh;
  opacity: 1;
  object-fit: fill;
  background-color: rgba(20, 25, 30, .76);
  background-image: linear-gradient(to right, #14191e 1%, rgba(255, 255, 255, 0) 20%), linear-gradient(270deg, #14191e 2%, rgba(255, 255, 255, 0) 20%), linear-gradient(to top, #14191e 1%, rgba(255, 255, 255, 0) 30%);
  padding-top: 0;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-section {
  z-index: 0;
  width: auto;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  opacity: 1;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.top-light {
  width: 50vw;
  height: 30vw;
  background-image: radial-gradient(circle closest-corner at 50% 0, rgba(245, 245, 245, .67), rgba(253, 253, 253, .17) 59%, rgba(255, 255, 255, 0));
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.back-nav {
  z-index: auto;
  width: 70vw;
  height: 11vh;
  filter: blur();
  object-fit: fill;
  border-radius: 0;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 0;
}

.back-nav.frosted {
  float: right;
  opacity: .56;
  filter: blur(4px);
  object-fit: cover;
  position: static;
  overflow: hidden;
}

.nav-back-shape {
  float: none;
  clear: left;
  opacity: .5;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: absolute;
}

.nav-back-shape.frosted {
  opacity: .6;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  overflow: visible;
}

.nav-back-shape.blur {
  opacity: .38;
  filter: blur(12px);
  mix-blend-mode: overlay;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-back-shape.shadow {
  opacity: .47;
  filter: blur(13px);
}

.nav-section {
  z-index: 9000;
  width: 70vw;
  height: 11vh;
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.about-us-section {
  width: auto;
  height: auto;
  max-height: none;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block {
  height: 100vw;
}

.background-grad1 {
  width: 1000px;
  height: 1000px;
  background-image: radial-gradient(circle farthest-side, #192129 7%, rgba(255, 255, 255, 0) 88%);
  position: absolute;
}

.background-grad1._2 {
  top: 1101.2px;
  left: 593px;
  right: 175px;
}

.h1-hero {
  height: 10%;
  object-fit: fill;
  justify-content: center;
  align-items: flex-end;
  margin-top: 22%;
  margin-bottom: auto;
  font-size: 250%;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: 2%;
  left: 0%;
  right: 0%;
}

.text-span {
  width: 60%;
  height: 60%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 250%;
  line-height: 20%;
  display: flex;
  position: absolute;
  bottom: 4.5vh;
}

.div-about-us {
  height: 45vh;
  max-width: 70vw;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
  display: flex;
  position: relative;
}

.div-about-us.team {
  height: auto;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4vh;
}

.div-about-us.team.pics {
  justify-content: space-around;
  padding-top: 10vh;
}

.heading {
  width: 60vw;
  text-align: center;
  letter-spacing: .3ch;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 2vh;
  font-size: 8vh;
  font-weight: 400;
  line-height: 8vh;
  display: flex;
  position: relative;
}

.div-block-h1 {
  z-index: 3;
  max-width: 70vw;
  letter-spacing: 10px;
  text-shadow: none;
  object-fit: fill;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  width: 60vw;
  text-align: center;
  letter-spacing: 2vh;
  justify-content: center;
  align-items: center;
  font-size: 2vh;
  line-height: 2vh;
  display: flex;
  position: relative;
}

.cursor {
  z-index: 9001;
  width: 100vw;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: auto;
  object-fit: fill;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.curser-details {
  width: 2em;
  height: 2em;
  cursor: none;
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid rgba(20, 25, 30, .7);
  border-radius: 20px;
}

.hero-text {
  max-height: 100vw;
  max-width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-text-light {
  max-height: 3vh;
  max-width: 80vw;
  color: rgba(245, 245, 245, .22);
  text-align: center;
  letter-spacing: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 270%;
  bottom: 270%;
  left: 0%;
  right: 0%;
}

.hero-text-light._2 {
  top: 226.5px;
  left: 905.844px;
}

.hero-text-light._2._3 {
  top: 533.5px;
  left: 106.844px;
}

.hero-text-light._2._3._4 {
  letter-spacing: 25px;
  top: 689.5px;
  left: 750.844px;
}

.hero-text-sub {
  z-index: auto;
  width: 60vw;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  font-size: 4vh;
  font-weight: 400;
  line-height: 4vh;
  display: block;
  position: absolute;
}

.div-block-h2 {
  z-index: 4;
  width: 70vw;
  height: 4vh;
  max-width: none;
  background-image: radial-gradient(circle, rgba(20, 25, 30, .66), rgba(255, 255, 255, 0));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 27%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-link {
  cursor: none;
  background-image: url('../images/individual-logog-without-form.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 1vw 6vw 2vw;
}

.logo-link:hover {
  filter: blur();
  text-shadow: none;
  background-image: url('../images/individual-logog-without-form.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.logo-link.w--current {
  cursor: none;
}

.logo-link.w--current:hover {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/individual-logog-without-form.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: block;
}

.devider-text {
  width: 50vw;
  height: 5vh;
  max-height: 5vh;
  max-width: 50vw;
  text-align: center;
  letter-spacing: .5ch;
  border-top: 1px #f5f5f5;
  border-bottom: 1px #f5f5f5;
  justify-content: center;
  align-items: center;
  margin: 10vh auto;
  font-family: Metrostyle extended, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 3.5vh;
  display: flex;
}

.section-title {
  letter-spacing: .5ch;
  background-image: linear-gradient(25deg, rgba(245, 245, 245, .15) 42%, rgba(255, 255, 255, 0) 64%);
  border-bottom: 1px solid #f5f5f5;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: .5vw;
  padding-right: 6vw;
  font-size: 3.5vh;
  font-weight: 400;
  line-height: 4vh;
  transition: text-shadow .3s;
  display: flex;
}

.section-title:hover {
  text-shadow: 0 0 6px #f5f5f5;
}

.section-title.sub {
  justify-content: center;
  align-items: center;
}

.section-title.team {
  text-align: center;
  background-image: radial-gradient(circle closest-corner at 50% 100%, rgba(245, 245, 245, .15), rgba(246, 246, 246, .14) 24%, rgba(255, 255, 255, 0) 79%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 0;
  padding-left: 4vw;
  padding-right: 4vw;
  display: block;
}

.section-title.aaaaaa {
  clear: none;
  margin-bottom: -10%;
  padding-bottom: 0;
  padding-left: 1%;
  padding-right: 15%;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.paragraph {
  width: 30vw;
  text-align: justify;
  justify-content: flex-start;
  margin-bottom: auto;
  padding-left: .5vw;
  font-size: 2vh;
  display: block;
}

.div-block-2 {
  height: 25vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-2.team {
  align-items: center;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team-pic {
  width: 350px;
  height: 500px;
  background-image: url('../images/Mohammed-test.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-2 {
  width: 150%;
  height: 100%;
  opacity: .11;
}

.text-block-2 {
  letter-spacing: .5ch;
  padding-left: 1%;
  font-size: 2vw;
  line-height: 100%;
  position: absolute;
}

.div-block-3 {
  width: 40%;
  height: 15%;
  border-bottom: 1px solid #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.page-inetraction {
  width: 100%;
  height: 70vh;
}

.slide-14 {
  background-image: url('../images/14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-cpo-wrapper {
  width: 20em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 1s;
  display: flex;
  position: relative;
}

.text-change-mover {
  overflow: visible;
}

.text-change-wrapper {
  width: 70%;
  height: 50px;
  text-align: center;
  background-image: radial-gradient(circle, rgba(20, 25, 30, .66), rgba(255, 255, 255, 0));
  margin-bottom: 10em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slide-8 {
  background-image: url('../images/8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide {
  background-image: url('../images/Indiviual-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-text-block {
  width: 65%;
}

.heading-5 {
  text-align: center;
  margin-top: -1.2em;
  margin-bottom: 0;
  font-size: 3em;
  line-height: 1;
}

.heading-5.is--team {
  z-index: 1;
  opacity: .5;
  color: #f5f5f5;
  margin-top: -2em;
  transition: opacity .3s;
  position: relative;
}

.heading-6 {
  letter-spacing: .3ch;
  margin-top: 250px;
  margin-bottom: 250px;
  font-size: 2em;
  line-height: 1.2;
}

.heading-6.is--future {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.submit-button {
  width: 40%;
  color: #14191e;
  cursor: none;
  background-color: #eaf2f6;
  border: 1px solid #f5f5f5;
  border-radius: .75em;
  padding: .6em .75em;
  font-size: 1rem;
}

.submit-button:hover {
  color: #14191e;
  box-shadow: 0 0 10px -1px #fff;
}

.client-logo-img {
  width: 20em;
  white-space: normal;
  mix-blend-mode: screen;
  display: block;
}

.client-logo-img.last {
  display: block;
}

.nav-link-2 {
  color: #f5f5f5;
  text-shadow: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1vh 0;
  font-size: 1vw;
  text-decoration: none;
  transition: text-shadow .2s;
  display: flex;
}

.nav-link-2:hover {
  text-shadow: 0 0 8px #fff;
  text-decoration: none;
}

.nav-link-2.w--current {
  text-shadow: 0 0 16px #fff;
  transition-duration: .3s;
}

.service-img-block {
  width: 35%;
  height: 15em;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 0%;
  display: flex;
  position: relative;
}

.service-img-block.is--furnishing {
  justify-content: space-around;
}

.slide-11 {
  background-image: url('../images/11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.form {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: block;
}

.slide-3 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-4 {
  width: 50%;
  height: 15vh;
  opacity: .99;
  filter: blur(10em);
  background-color: #f5f5f5;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide-2 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-content-wrapper {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7.5em;
  padding-bottom: 0;
  display: flex;
}

.dual-clients-wrapper {
  width: 100%;
  height: 38em;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: grid;
}

.heading-3 {
  color: #fff;
  letter-spacing: .3ch;
  background-image: radial-gradient(circle closest-corner at 50% 100%, rgba(245, 245, 245, .15), rgba(246, 246, 246, .14) 24%, rgba(255, 255, 255, 0) 79%);
  border-bottom: 1px solid #f5f5f5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3;
  transition: text-shadow .3s;
}

.heading-3:hover {
  text-shadow: 0 0 .4em #f5f5f5;
}

.heading-3.is--service {
  text-align: center;
  font-size: 2em;
}

.heading-3.is--service.center {
  text-align: center;
  margin-left: 200px;
  margin-right: 200px;
}

.interior-design-color {
  width: 100%;
  mix-blend-mode: normal;
  position: absolute;
}

.interior-design-color:hover {
  filter: brightness(117%);
  mix-blend-mode: screen;
}

.form-2 {
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.paragraph-2 {
  padding-top: 20px;
  font-size: 1rem;
  line-height: 1.6;
}

.footer-img-wrapper {
  width: 50%;
  border-radius: 0;
  flex: 1;
}

.button {
  cursor: none;
  background-color: #eaf2f6;
  border-radius: .75em;
  margin-top: 3em;
  padding: 1em 4em;
  text-decoration: none;
}

.slide-12 {
  background-image: url('../images/12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-text-wrapper {
  width: 50%;
  flex-direction: column;
  flex: 1;
  margin-right: 1em;
  display: flex;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 1em;
}

.instagram {
  width: 2.5em;
  height: 2.5em;
  cursor: none;
}

.text-field-2 {
  width: 100%;
  color: #fff;
  cursor: none;
  background-color: #14191e;
  background-image: linear-gradient(rgba(245, 245, 245, .15), rgba(245, 245, 245, .15));
  border-radius: .75em;
  padding: .5em .75em;
  font-size: 1rem;
  display: block;
}

.text-field-2:active {
  color: #fff;
}

.text-field-2:focus {
  color: #fff;
  font-size: 1rem;
}

.text-field-2::-ms-input-placeholder {
  color: #aeb5c3;
}

.text-field-2::placeholder {
  color: #aeb5c3;
}

.paragraph-4 {
  margin-top: -2.2em;
  margin-bottom: -17px;
  line-height: 1.6;
}

.slider {
  width: 100%;
  min-height: 80vh;
  margin-top: -24px;
}

.instagram-icon {
  width: 3em;
  height: auto;
  cursor: none;
  font-size: 1em;
}

.nav-back-shape-2 {
  float: none;
  clear: left;
  opacity: .5;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: absolute;
}

.nav-back-shape-2.shadow {
  opacity: .47;
  filter: blur(13px);
}

.nav-back-shape-2.blur {
  opacity: .38;
  filter: blur(12px);
  mix-blend-mode: overlay;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.future-wrapper {
  width: 90%;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 30em;
  padding-bottom: 0;
  display: flex;
}

.heading2-wrapper {
  width: 50%;
  text-align: center;
  margin-bottom: 10em;
}

.team-member-color {
  width: 20em;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h2-wrapper {
  width: 100%;
  max-width: 100em;
  margin-bottom: -.3em;
}

.h2-wrapper.is--future {
  width: 80%;
  text-align: center;
  margin-top: 19.9em;
  margin-bottom: 0;
}

.h2-wrapper.is--future._2 {
  margin-bottom: 14.1em;
}

.h2-wrapper.individual {
  width: 70%;
  text-align: center;
  margin-top: 10em;
  margin-bottom: 0;
}

.h2-wrapper.clients {
  width: 100%;
  margin-top: 3em;
  margin-bottom: 0;
}

.slide-nav {
  display: none;
}

.div-block-5 {
  width: 100%;
  height: 5em;
  background-image: linear-gradient(#14191e 38%, rgba(255, 255, 255, 0) 65%);
  margin-top: -1em;
  margin-bottom: 0;
}

.slide-5 {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-2.is--future {
  background-image: linear-gradient(to right, #14191e 1%, rgba(255, 255, 255, 0) 20%);
}

.section-2.is--team {
  background-image: none;
  overflow: hidden;
}

.section-2.is--services {
  background-image: none;
}

.section-2.is--hero {
  background-image: linear-gradient(to top, #14191e 6%, rgba(255, 255, 255, 0) 28%), linear-gradient(to right, #14191e 8%, rgba(255, 255, 255, 0) 20%), linear-gradient(270deg, #14191e 8%, rgba(255, 255, 255, 0) 20%), linear-gradient(#14191e 1%, rgba(255, 255, 255, 0) 30%), linear-gradient(rgba(20, 25, 30, .76), rgba(20, 25, 30, .76)), url('../images/Indiviual-bg.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto, auto, cover;
  border-bottom: 1px rgba(245, 245, 245, .19);
  display: none;
}

.section-2.is--clients {
  background-image: none;
}

.section-2.full-width {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 400px;
  display: flex;
}

.section-2.full-width.portfolio {
  padding-top: 125px;
}

.section-2.is--contact {
  margin-top: 10em;
}

.footer-wrapper {
  width: 80%;
  margin-top: 7em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-field-3 {
  width: 50%;
  color: #f5f5f5;
  cursor: none;
  background-color: #14191e;
  background-image: linear-gradient(rgba(245, 245, 245, .15), rgba(245, 245, 245, .15));
  border-radius: .75em;
  margin-right: 1em;
  padding: .5em .75rem;
  font-size: 1rem;
  display: inline-block;
}

.text-field-3:active, .text-field-3:focus {
  color: #fff;
}

.text-field-3:focus-visible {
  color: #f5f5f5;
}

.text-field-3[data-wf-focus-visible] {
  color: #f5f5f5;
}

.text-field-3::-ms-input-placeholder {
  color: #aeb5c3;
}

.text-field-3::placeholder {
  color: #aeb5c3;
}

.text-field-3.is--email {
  color: #fff;
  margin-right: 0;
}

.text-field-3.is--email:active {
  color: #fff;
}

.link-block {
  cursor: none;
  margin-right: .5em;
}

.heading-2 {
  margin-bottom: 2vh;
  font-size: 5em;
}

.about-us-wrapper {
  width: 40%;
  padding-right: 0;
}

.team-member {
  z-index: 1;
  width: 20em;
  opacity: 1;
  transition: opacity .3s;
  display: block;
  position: relative;
}

.contact-info-wrapper {
  width: 100%;
}

.p-button {
  color: #14191e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  text-decoration: none;
}

.copy-r {
  text-align: center;
  align-items: flex-end;
  margin-top: -2.5em;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 20%;
  right: 20%;
}

.copy-r.copyrights {
  color: rgba(245, 245, 245, .7);
  -webkit-text-stroke-color: #f5f5f5;
  font-size: .7rem;
  position: static;
}

.interioir-design-img {
  z-index: 3;
  width: 100%;
  display: block;
  position: relative;
}

.slide-10 {
  background-image: url('../images/10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.projects {
  width: 80%;
  max-width: 100em;
  margin-top: 5em;
  margin-bottom: 4.6em;
}

.heading-wrapper {
  width: auto;
  margin-bottom: 0;
}

.nav-2 {
  z-index: 20;
  max-width: 60vw;
  justify-content: space-around;
  align-items: center;
  margin: 2.1% auto auto;
  padding: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.social-media-icons {
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.heading-4 {
  background-image: linear-gradient(25deg, rgba(245, 245, 245, .15) 42%, rgba(255, 255, 255, 0) 64%);
  border-bottom: 1px solid #f5f5f5;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .5em;
  padding-right: 0;
  font-size: 2em;
  line-height: 1.3;
  transition: text-shadow .3s;
}

.heading-4:hover {
  text-shadow: 0 0 .375em #f5f5f5;
}

.heading-4.is--services {
  width: 50%;
  background-image: linear-gradient(25deg, rgba(245, 245, 245, .15) 42%, rgba(255, 255, 255, 0) 64%);
  margin-bottom: 60px;
  font-size: 2em;
  transition: text-shadow .3s;
}

.heading-4.is--services.is--contact {
  width: 100%;
}

.service-wrapper {
  width: 80%;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5em;
  margin-bottom: 5em;
  padding-top: 400px;
  display: flex;
}

.slide-13 {
  background-image: url('../images/13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.form-input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.form-input::-ms-input-placeholder {
  color: #667085;
}

.form-input::placeholder {
  color: #667085;
}

.form-input.text-area {
  height: auto;
  min-height: 6.3rem;
  color: #fff;
  background-color: #14191e;
  background-image: linear-gradient(rgba(245, 245, 245, .15), rgba(245, 245, 245, .15));
  margin-bottom: .75em;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.text-area:active {
  color: #fff;
}

.form-input.text-area:focus {
  box-shadow: none;
  color: #fff;
  border-width: 0;
  border-radius: .5rem;
}

.form-input.text-area::-ms-input-placeholder {
  color: #aeb5c3;
}

.form-input.text-area::placeholder {
  color: #aeb5c3;
}

.client-logo-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.back-nav-2 {
  z-index: 15;
  width: 70vw;
  height: 11vh;
  filter: blur();
  object-fit: fill;
  border-radius: 0;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 0;
}

.container-2 {
  width: 100%;
  max-width: 100em;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32.5em;
  padding-bottom: 3em;
  display: flex;
}

.container-2.is--services {
  min-height: auto;
  padding-top: 6em;
  padding-bottom: 3em;
}

.container-2.is--clients {
  min-height: auto;
  padding-top: 3em;
  padding-bottom: 3em;
}

.container-2.is--hero {
  min-height: 100vh;
  border-bottom-style: none;
  border-bottom-width: 0;
  position: relative;
}

.container-2.is--contact {
  min-height: auto;
  padding-top: 10em;
}

.container-2.is--portfolio {
  padding-top: 25em;
}

.container-2.is--team {
  min-height: auto;
  padding-top: 20em;
  padding-bottom: 6em;
}

.container-2.is--future {
  min-height: auto;
  padding-top: 6em;
  padding-bottom: 20em;
}

.container-2.is--future--new {
  min-height: auto;
}

.client-logo {
  width: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 1em;
  display: block;
}

.social-media-wrapper {
  width: 100%;
}

.text-change {
  color: #fff;
  letter-spacing: 1em;
  text-transform: capitalize;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 50px;
}

.div-block-6 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.clients-wrapper {
  width: 80%;
  flex-direction: column;
  margin-top: 8em;
  display: flex;
}

.team-member-wrapper {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-3 {
  display: none;
}

.slide-6 {
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-block {
  width: 80%;
  flex-direction: column;
  align-items: center;
  margin-top: 25em;
  margin-bottom: 8em;
  padding-bottom: 0;
  display: flex;
}

.team-wrapper {
  width: 90%;
  justify-content: space-around;
  align-items: center;
  margin-top: -138px;
  display: flex;
}

.cursor-copy {
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: auto;
  object-fit: fill;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.container-flex {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  padding-top: 2em;
  padding-bottom: 2.8em;
  display: flex;
}

.image-5 {
  width: 18em;
  position: static;
}

.textarea {
  cursor: none;
}

.navbar-4 {
  display: none;
}

.image-6 {
  mix-blend-mode: lighten;
}

.image-7 {
  filter: grayscale();
  mix-blend-mode: screen;
}

.image-8 {
  transition: opacity 1s;
  position: absolute;
}

.image-9, .image-10, .image-11 {
  filter: grayscale();
  mix-blend-mode: screen;
}

.container-3 {
  margin-bottom: 465px;
  padding: 156px 173px 489px;
  position: absolute;
}

.section-future.is--future {
  background-image: linear-gradient(to right, #14191e 1%, rgba(255, 255, 255, 0) 20%);
}

.section-future.is--team, .section-future.is--services {
  background-image: none;
}

.section-future.is--hero {
  background-image: linear-gradient(to top, #14191e 6%, rgba(255, 255, 255, 0) 28%), linear-gradient(to right, #14191e 8%, rgba(255, 255, 255, 0) 20%), linear-gradient(270deg, #14191e 8%, rgba(255, 255, 255, 0) 20%), linear-gradient(#14191e 1%, rgba(255, 255, 255, 0) 30%), linear-gradient(rgba(20, 25, 30, .76), rgba(20, 25, 30, .76)), url('../images/Indiviual-bg.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto, auto, cover;
  border-bottom: 1px rgba(245, 245, 245, .19);
  display: none;
}

.section-future.is--clients {
  background-image: none;
}

.section-future.full-width {
  flex-direction: column;
  align-items: center;
  margin-bottom: 5em;
  display: flex;
}

.section-future.is--contact {
  margin-top: 24em;
}

.section-is-future {
  justify-content: center;
  display: flex;
}

.container-is-future {
  width: 80%;
  min-height: auto;
  justify-content: center;
  align-items: center;
  padding-top: 473px;
  padding-bottom: 350px;
  display: flex;
}

.container-is-future.portfolio {
  width: 100%;
  max-width: 100em;
  flex-direction: column;
  padding-top: 380px;
  padding-bottom: 0;
}

.navbar-5, .navbar-6 {
  display: none;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-7 {
  background-color: #14191e;
  background-image: linear-gradient(rgba(20, 25, 30, .62), rgba(20, 25, 30, .62));
  padding-left: 1em;
  padding-right: 1em;
  display: none;
}

.nav-link-5 {
  color: #fff;
}

.nav-link-6, .nav-link-7 {
  color: #f5f5f5;
}

.image-13, .indiviual-logo {
  width: 10em;
}

.nav-link-8 {
  color: #f5f5f5;
  text-shadow: none;
  cursor: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1vh 0;
  font-size: 1vw;
  text-decoration: none;
  transition: text-shadow .2s;
  display: flex;
}

.nav-link-8:hover {
  text-shadow: 0 0 8px #fff;
  text-decoration: none;
}

.nav-link-8.w--current {
  text-shadow: 0 0 16px #fff;
  transition-duration: .3s;
}

.nav-3 {
  z-index: auto;
  max-width: 60vw;
  justify-content: space-around;
  align-items: center;
  margin: 2.1% auto auto;
  padding: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.back-nav-3 {
  z-index: auto;
  width: 70vw;
  height: 11vh;
  filter: blur();
  object-fit: fill;
  border-radius: 0;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 0;
}

.nav-section-2 {
  z-index: 9000;
  width: 70vw;
  height: 11vh;
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-8 {
  display: none;
}

.map {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.success-message {
  width: 100%;
  height: 250px;
  -webkit-text-stroke-color: #f5f5f5;
  background-color: rgba(245, 245, 245, .19);
  border-radius: 10px;
  align-self: center;
  padding-top: 115px;
  padding-bottom: 115px;
  position: static;
}

.error-message {
  background-color: #7a0808;
  border-radius: 10px;
  align-self: flex-end;
  position: static;
}

.text-block-3, .text-block-4 {
  font-size: 1rem;
}

.div-block-8 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  .nav-link {
    margin-right: 2em;
    font-size: .9vw;
  }

  .nav {
    justify-content: center;
    margin-top: 1%;
  }

  .back-nav {
    width: 60vw;
    height: 13vh;
    max-width: 100%;
  }

  .nav-back-shape {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-section {
    width: 50vw;
    height: 12vh;
    text-align: center;
    object-fit: fill;
  }

  .service-img-block {
    height: 15em;
  }

  .slider {
    margin-top: 0;
  }

  .nav-back-shape-2 {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .future-wrapper {
    padding-top: 40em;
  }

  .slide-nav {
    display: none;
  }

  .section-2.is--hero {
    display: flex;
  }

  .section-2.full-width {
    margin-bottom: 0;
  }

  .section-2.is--contact {
    margin-top: 10em;
  }

  .footer-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .interioir-design-img {
    mix-blend-mode: normal;
  }

  .nav-2 {
    z-index: 20;
  }

  .heading-4.is--services.is--contact {
    width: 100%;
  }

  .service-wrapper {
    margin-top: 5em;
  }

  .back-nav-2 {
    z-index: 10;
    max-width: 100%;
  }

  .container-2.is--clients {
    padding-bottom: 25em;
  }

  .container-2.is--contact {
    margin-top: -10em;
  }

  .navbar-3, .navbar-4 {
    display: none;
  }

  .section-future.is--hero {
    display: flex;
  }

  .section-future.full-width {
    margin-bottom: 0;
  }

  .container-is-future {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-5, .navbar-6 {
    display: none;
  }

  .back-nav-3 {
    max-width: 100%;
  }

  .nav-section-2 {
    height: 11vh;
    text-align: center;
    object-fit: fill;
  }

  .navbar-8 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    align-items: center;
  }

  .nav {
    align-items: center;
    margin-top: 2px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .hero-pic {
    width: auto;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vh;
    text-align: left;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    overflow: hidden;
  }

  .hero-pic.grad {
    max-height: 100vh;
    max-width: 100vh;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }

  .hero-section {
    max-height: 100vh;
    max-width: 100vh;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    bottom: auto;
  }

  .back-nav {
    width: 100vw;
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
  }

  .nav-back-shape {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-back-shape.blur {
    object-fit: fill;
    display: inline-block;
    top: 0;
    bottom: auto;
  }

  .nav-back-shape.shadow {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-section {
    width: 100%;
    align-items: center;
    display: none;
  }

  .h1-hero {
    font-size: 120%;
  }

  .cursor {
    display: none;
  }

  .devider-text {
    width: 70vw;
    max-width: 70vw;
    font-size: 20px;
  }

  .text-change-wrapper {
    height: 40px;
  }

  .nav-link-2 {
    align-items: center;
    font-size: 1.5vw;
  }

  .menu-button-2.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .nav-menu {
    background-color: #14191e;
  }

  .nav-link-4 {
    color: #f5f5f5;
  }

  .slider {
    width: 90%;
    min-height: auto;
  }

  .nav-back-shape-2, .nav-back-shape-2.shadow {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-back-shape-2.blur {
    object-fit: fill;
    display: inline-block;
    top: 0;
    bottom: auto;
  }

  .slide-nav {
    display: none;
  }

  .image-4 {
    width: 10em;
    margin-top: 12px;
  }

  .brand-2 {
    margin-top: 1em;
  }

  .nav-2 {
    max-width: 70vw;
    align-items: center;
    margin-top: 2px;
    padding-top: 1vw;
    padding-bottom: 0;
  }

  .back-nav-2 {
    width: 90vw;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-change {
    font-size: 30px;
    line-height: 40px;
  }

  .cursor-copy {
    display: none;
  }

  .navbar-4 {
    width: 100%;
    background-color: #14191e;
    margin-top: -1em;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-4 {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .navbar-5 {
    display: flex;
  }

  .image-12 {
    width: 10em;
  }

  .nav-menu-2 {
    background-color: #14191e;
  }

  .nav-link-3 {
    color: #f5f5f5;
  }

  .menu-button-3.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .navbar-6 {
    width: 100%;
    background-color: rgba(20, 25, 30, .58);
    background-image: linear-gradient(rgba(20, 25, 30, .62), rgba(20, 25, 30, .62));
    margin-top: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .navbar-7 {
    display: block;
  }

  .menu-button-4 {
    background-color: #14191e;
  }

  .menu-button-4.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .nav-menu-3 {
    background-color: #14191e;
  }

  .nav-link-8 {
    align-items: center;
  }

  .nav-3 {
    align-items: center;
    margin-top: 2px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .back-nav-3 {
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
  }

  .nav-section-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .section.is--footer {
    margin-top: 5em;
  }

  .nav {
    display: none;
  }

  .hero-pic.grad {
    width: 100%;
  }

  .hero-section {
    height: 70vh;
  }

  .back-nav {
    width: 100vw;
    height: 9vh;
  }

  .nav-back-shape, .nav-back-shape.blur, .nav-back-shape.shadow {
    display: block;
  }

  .nav-section {
    width: 100%;
    height: 8vh;
    position: fixed;
  }

  .heading {
    width: 90%;
    font-size: 50px;
  }

  .div-block-h1 {
    max-width: 90vw;
  }

  .div-block-h2 {
    width: 90vw;
  }

  .text-change-wrapper {
    height: 24px;
  }

  .service-text-block {
    width: 100%;
  }

  .paragraph-7 {
    margin-bottom: 3em;
  }

  .heading-6 {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 1.5em;
  }

  .service-img-block {
    width: 100%;
    height: 30em;
    margin-top: 2em;
  }

  .service-img-block.is--furnishing {
    width: 80%;
    height: 40em;
  }

  .menu-button-2 {
    color: #fff;
    margin-top: 0;
  }

  .menu-button-2.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .div-block-4 {
    z-index: 1;
    width: 70%;
    opacity: .77;
  }

  .service-content-wrapper {
    flex-direction: column;
  }

  .heading-3 {
    text-align: center;
    font-size: 24px;
  }

  .nav-menu {
    color: #f5f5f5;
    background-color: #14191e;
  }

  .footer-img-wrapper {
    width: 100%;
    margin-top: 4em;
  }

  .button {
    margin-top: 3em;
  }

  .nav-link-4 {
    color: #f5f5f5;
  }

  .footer-text-wrapper {
    width: 100%;
  }

  .slider {
    min-height: 40vh;
  }

  .nav-back-shape-2 {
    opacity: .75;
    display: none;
  }

  .nav-back-shape-2.shadow {
    opacity: .6;
  }

  .nav-back-shape-2.blur {
    opacity: .95;
    display: none;
  }

  .future-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .h2-wrapper {
    width: 90%;
  }

  .h2-wrapper.is--future {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h2-wrapper.individual {
    margin-top: 5em;
  }

  .h2-wrapper.clients {
    width: 100%;
  }

  .image-4 {
    width: 10em;
    height: auto;
    margin-top: 0;
  }

  .section-2.full-width {
    min-height: auto;
    margin-bottom: 0;
  }

  .section-2.is--contact {
    margin-top: 2em;
  }

  .paragraph-8 {
    margin-bottom: 4em;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .brand-2 {
    margin-top: 12px;
  }

  .heading-2 {
    font-size: 3em;
  }

  .about-us-wrapper {
    width: 85%;
    margin-bottom: 5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .p-button {
    font-size: 1rem;
  }

  .heading-wrapper {
    width: 80%;
  }

  .nav-2 {
    display: none;
  }

  .heading-4.is--services {
    width: 70%;
  }

  .service-wrapper {
    margin-top: 2em;
    padding-top: 0;
  }

  .back-nav-2 {
    z-index: 100;
    width: 100vw;
    height: auto;
    display: flex;
  }

  .container-2.is--services, .container-2.is--clients {
    padding-top: 0;
    padding-bottom: 2em;
  }

  .container-2.is--hero {
    min-height: 80vh;
  }

  .container-2.is--team {
    padding-top: 5em;
  }

  .container-2.is--future {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-change {
    font-size: 18px;
    line-height: 24px;
  }

  .clients-wrapper {
    margin-top: 5em;
  }

  .team-member-wrapper {
    margin-bottom: 3em;
  }

  .navbar-3 {
    width: 80%;
    background-color: rgba(20, 25, 30, 0);
    margin-top: -16px;
    margin-bottom: 0;
    display: block;
  }

  .service-block {
    margin-top: 4em;
  }

  .team-wrapper {
    flex-direction: column;
  }

  .container-flex {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .image-5 {
    width: 10em;
  }

  .navbar-4 {
    width: 100%;
    background-color: #14191e;
    margin-top: -16px;
    margin-bottom: 0;
    display: block;
  }

  .section-future.full-width {
    min-height: auto;
  }

  .navbar-5 {
    width: 100%;
    background-color: rgba(20, 25, 30, .58);
    background-image: linear-gradient(rgba(20, 25, 30, .62), rgba(20, 25, 30, .62));
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .image-12 {
    width: 10em;
    height: auto;
  }

  .nav-menu-2 {
    color: #f5f5f5;
    background-color: #14191e;
  }

  .nav-link-3 {
    color: #f5f5f5;
  }

  .menu-button-3 {
    color: #fff;
    margin-top: 0;
  }

  .menu-button-3.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .navbar-6 {
    width: 100%;
    background-color: rgba(20, 25, 30, .58);
    background-image: linear-gradient(rgba(20, 25, 30, .62), rgba(20, 25, 30, .62));
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .nav-menu-4 {
    color: #f5f5f5;
    background-color: #14191e;
  }

  .nav-3 {
    display: none;
  }

  .menu-button-5 {
    color: #fff;
    margin-top: 0;
  }

  .menu-button-5.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .back-nav-3 {
    width: 100vw;
    height: 9vh;
  }

  .nav-link-9 {
    color: #f5f5f5;
  }

  .image-14 {
    width: 10em;
    height: auto;
  }

  .navbar-8 {
    width: 100%;
    background-color: #14191e;
    margin-top: -16px;
    margin-bottom: 0;
    display: block;
  }

  .brand-3 {
    margin-top: 12px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section.is--footer {
    height: 80px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 0;
    display: flex;
  }

  .hero-pic {
    padding-left: 0;
    position: relative;
    left: -52%;
  }

  .hero-pic.grad {
    background-image: linear-gradient(to right, #14191e 1%, rgba(255, 255, 255, 0) 20%), linear-gradient(270deg, #14191e 2%, rgba(255, 255, 255, 0) 20%), linear-gradient(to top, #14191e 33%, rgba(255, 255, 255, 0) 51%);
  }

  .top-light {
    width: 120vw;
    height: 100vw;
    margin-top: -13px;
    margin-left: -45px;
  }

  .back-nav {
    width: 100vw;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-section {
    width: 90vw;
  }

  .heading {
    width: 70%;
    letter-spacing: .25ch;
    font-size: 32px;
    line-height: 4vh;
  }

  .div-block-h1 {
    width: 90vw;
  }

  .text-block {
    width: 90%;
    letter-spacing: .8vh;
    font-size: 16px;
  }

  .hero-text-sub {
    width: 90%;
    font-size: 18px;
  }

  .section-title {
    font-size: 100%;
    line-height: 100%;
  }

  .text-change-wrapper {
    margin-top: 10px;
    padding-left: 0;
  }

  .heading-5.is--team {
    font-size: 2.5em;
  }

  .paragraph-7 {
    font-size: .8rem;
  }

  .heading-6 {
    font-size: 1em;
  }

  .submit-button {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .client-logo-img {
    width: 100px;
    float: none;
    border-radius: 0;
    position: static;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-img-block {
    height: 20em;
  }

  .service-img-block.is--furnishing {
    height: 25em;
  }

  .dual-clients-wrapper {
    width: 100%;
    height: 40em;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    order: 0;
    grid-template-rows: 90px 90px 90px 90px 90px 90px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-content: space-around;
    align-self: auto;
    display: grid;
  }

  .heading-3 {
    width: auto;
    letter-spacing: .5ch;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.2em;
  }

  .heading-3.is--service {
    font-size: 1.5em;
  }

  .heading-3.is--service.center {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2em;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .paragraph-2 {
    font-size: .8rem;
  }

  .button {
    margin-top: 3em;
    padding: .5em 1.3em;
  }

  .heading-8 {
    font-size: .9em;
  }

  .footer-text-wrapper {
    margin-right: 0;
  }

  .paragraph-3 {
    width: 120%;
    font-size: .8rem;
  }

  .text-field-2, .paragraph-4 {
    font-size: .8rem;
  }

  .slider {
    min-height: 30vh;
  }

  .nav-back-shape-2, .nav-back-shape-2.shadow, .nav-back-shape-2.blur {
    display: none;
  }

  .future-wrapper {
    flex-flow: column;
    margin-top: 0;
    padding-top: 10.9em;
    padding-bottom: 10.9em;
  }

  .heading2-wrapper {
    width: 90%;
  }

  .h2-wrapper {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .h2-wrapper.is--future {
    justify-content: center;
    padding-top: 94px;
    padding-bottom: 60px;
  }

  .h2-wrapper.is--future._2 {
    padding-top: 0;
  }

  .h2-wrapper.individual {
    width: 100%;
    justify-content: center;
    margin-top: 0;
    margin-bottom: -5em;
    padding-top: 55px;
    padding-bottom: 0;
  }

  .h2-wrapper.individual.future {
    margin-top: 5em;
  }

  .h2-wrapper.clients {
    width: 100%;
    justify-content: space-between;
    display: block;
  }

  .slide-nav {
    display: none;
  }

  .section-2.full-width {
    min-height: auto;
  }

  .paragraph-8 {
    font-size: .8rem;
  }

  .text-field-3 {
    width: 100%;
    font-size: .8rem;
  }

  .text-field-3.is--email {
    width: 100%;
  }

  .heading-2 {
    font-size: 30px;
  }

  .about-us-wrapper {
    width: 88%;
    margin-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .copy-r.copyrights {
    color: rgba(245, 245, 245, .4);
    object-fit: fill;
    margin-bottom: auto;
    font-size: .45rem;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-wrapper {
    width: 80%;
  }

  .heading-4, .heading-4.is--services {
    width: 80%;
    font-size: 1.2em;
  }

  .service-wrapper {
    margin-top: 0;
    padding-top: 21.2em;
  }

  .form-input.text-area {
    font-size: .8rem;
  }

  .client-logo-wrapper {
    clear: none;
    justify-content: space-between;
    align-self: flex-start;
    display: flex;
  }

  .back-nav-2 {
    z-index: 100;
    width: 100vw;
  }

  .container-2.is--clients {
    align-items: center;
  }

  .container-2.is--hero {
    min-height: 80vh;
  }

  .container-2.is--contact {
    padding-top: 0;
  }

  .container-2.is--future {
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-logo {
    width: auto;
  }

  .div-block-6 {
    display: block;
  }

  .clients-wrapper {
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .team-member-wrapper {
    width: 60%;
    margin-bottom: 5em;
  }

  .navbar-3 {
    z-index: 100;
    width: 100%;
    background-color: #14191e;
  }

  .team-wrapper {
    flex-direction: column;
  }

  .container-flex {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-5 {
    width: 11em;
    position: static;
  }

  .navbar-4 {
    z-index: 100;
    width: 100%;
    background-color: #14191e;
  }

  .section-future.full-width {
    min-height: auto;
  }

  .container-is-future {
    padding-top: 112px;
    padding-bottom: 161px;
  }

  .container-is-future.portfolio {
    padding-top: 0;
  }

  .navbar-5, .navbar-6 {
    z-index: 100;
    width: 100%;
    background-color: #14191e;
  }

  .nav-link-8 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .back-nav-3 {
    width: 100vw;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-section-2 {
    width: 90vw;
  }

  .navbar-8 {
    z-index: 100;
    width: 100%;
    background-color: #14191e;
  }

  .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
    font-size: .8rem;
  }

  .success-message {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .div-block-8 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Metrostyle extended';
  src: url('../fonts/Metrostyle-Extended-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arkitech';
  src: url('../fonts/Arkitech-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arkitech';
  src: url('../fonts/Arkitech-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}