* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1vw;
}

@font-face {
  font-family: handy;
  src: url(../assets/fonts/WhiteAngelica.ttf);
  font-size: 1.40vw;
}

@font-face {
  font-family: text;
  src: url(../assets/fonts/futura-pt-light.otf);
}

body {
  max-width: 1920px;
  margin: auto;
  background: linear-gradient(200deg, #e4e4e4 0%, #d5dbde 30%, #a7a394ec 60%, #5b6352f5 100%);
  background-repeat: no-repeat;
}

header {
  height: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1em 0;
  padding-right: 5vw;
}

header .logo-text {
  font-family: handy;
  font-size: 1.40vw;
  color: #5a5a5a;
  text-shadow: 1px 1px 5px #7c7c7c;
  margin-left: 11vw;
}

header nav {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, black, #e4e1e1) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(black), to(#e4e1e1)) 1;
     border-image: linear-gradient(to right, black, #e4e1e1) 1;
}

header nav a {
  font-family: text;
  font-size: 1em;
  color: darkgray;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

header nav a div {
  width: 1.5vw;
  height: 0.15vw;
  background-color: darkgray;
  margin: 0.2vw 0;
}

header nav a:hover {
  color: #051801;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.first-section {
  width: 100%;
  height: 41vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.first-section .social {
  width: 5em;
  height: 18em;
  background-color: #051801;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.7vw 0 0 0.7vw;
}

.first-section .social .icon-container {
  height: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.first-section .social .icon-container a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.first-section .social .icon-container a img {
  width: 1.5em;
  height: 1.5em;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.first-section .social .icon-container a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.first-section .sustain {
  position: relative;
  z-index: 1;
}

.first-section .sustain img {
  width: 18em;
  height: 45vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
}

.first-section .sustain figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 2em;
  left: .5em;
  bottom: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.first-section .sustain figcaption h1 {
  font-family: text , sans-serif;
  font-size: 2em;
  color: #051801;
}

.first-section .sustain figcaption p {
  font-family: text;
  font-size: 1.3em;
  color: whitesmoke;
}

.first-section .sub-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.first-section .sub-div .div {
  display: -ms-grid;
  display: grid;
  width: 18vw;
  height: 18vw;
  position: relative;
}

.first-section .sub-div .div span {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  font-family: text;
  font-size: 3vw;
  color: whitesmoke;
  text-align: center;
  position: relative;
  z-index: 1;
}

.first-section .sub-div .div a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  position: absolute;
  top: .5em;
  bottom: .5em;
  left: .5em;
  right: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: text;
  font-size: 3vw;
  color: whitesmoke;
  text-shadow: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: .7;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.first-section .sub-div .div a:hover {
  opacity: 1;
  background-size: 0%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  text-shadow: 2px 2px 4px black;
}

.first-section .sub-div .interior {
  background-image: url(../assets/images/interior.jpg);
  background-size: cover;
  place-items: center;
}

.first-section .sub-div .furniture {
  background-image: url(../assets/images/furniture.jpg);
  background-size: cover;
  place-items: center;
}

.first-section .sub-div .product {
  background-image: url(../assets/images/product.jpg);
  background-size: cover;
  place-items: center;
}

.second-section {
  width: 100vw;
  height: 40vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.second-section .howwework {
  padding: 0 5vw;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.second-section .howwework .flow {
  width: 20vw;
  height: 15vw;
  margin-right: 0.5em;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  text-align: center;
}

.second-section .howwework .flow h1, .second-section .howwework .flow p {
  font-family: text;
  font-size: 1.2em;
  color: whitesmoke;
}

.second-section .howwework .flow h1 {
  font-size: 1.5em;
  font-weight: 400;
}

.second-section .howwework .one {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 26, 22, 0.685)), to(rgba(0, 0, 0, 0.267))), url(../assets/images/pexels-alex-green-5699480.jpg) no-repeat center;
  background: linear-gradient(to top, rgba(22, 26, 22, 0.685), rgba(0, 0, 0, 0.267)), url(../assets/images/pexels-alex-green-5699480.jpg) no-repeat center;
  background-size: cover;
}

.second-section .howwework .two {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 26, 22, 0.685)), to(rgba(0, 0, 0, 0.267))), url(../assets/images/sketch.jpg) no-repeat top;
  background: linear-gradient(to top, rgba(22, 26, 22, 0.685), rgba(0, 0, 0, 0.267)), url(../assets/images/sketch.jpg) no-repeat top;
  background-size: cover;
}

.second-section .howwework .three {
  background-image: url(../assets/images/3drender.png);
  background-size: cover;
}

.second-section .howwework .four {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 26, 22, 0.685)), to(rgba(0, 0, 0, 0.267))), url(../assets/images/pexels-pixabay-416405.jpg) no-repeat center;
  background: linear-gradient(to top, rgba(22, 26, 22, 0.685), rgba(0, 0, 0, 0.267)), url(../assets/images/pexels-pixabay-416405.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.second-section .howwework .four span {
  position: absolute;
  display: block;
  background-color: #6c8d2b;
  border-radius: 0.7vw 0.7vw 0 0;
  width: 100%;
  height: 250%;
  top: -17vw;
  left: 3vw;
  z-index: -1;
  padding-top: 2vw;
  font-family: text;
  font-size: 2vw;
}

.second-section .howwework .col {
  width: 18vw;
  height: 40vw;
  color: whitesmoke;
  font-family: text;
  font-size: 2em;
  text-align: center;
  padding-top: .75em;
  background-color: #051801;
  position: relative;
  right: 14vw;
  bottom: 5vw;
  z-index: -1;
}

footer {
  height: 15vw;
  background-color: #051801;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-style {
  font-family: text;
  color: rgba(245, 245, 245, 0.5);
  -webkit-transition: .05s ease-out;
  transition: .05s ease-out;
}

footer span:hover {
  color: whitesmoke;
}
/*# sourceMappingURL=style.css.map */