@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");
html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: 'Rubik', sans-serif;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 95vw;
  height: 100%;
}

ul {
  -webkit-padding-start: rem(0px);
          padding-inline-start: rem(0px);
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

li {
  list-style-type: none;
}

h1 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

h2 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

img {
  display: block;
  max-width: 100%;
  border-radius: 3px;
}

a {
  text-decoration: none;
  color: #fff;
}

p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

span {
  display: initial;
}

.header {
  height: 15%;
}

@media screen and (max-width: 480px) {
  .header {
    height: 12%;
  }
}

.header__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header__logo {
    font-size: 24px;
  }
}

@media screen and (max-width: 650px) {
  .header__logo {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .header__logo {
    font-size: 18px;
  }
}

.header__logo:hover:after {
  width: 20%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__logo:after {
  content: "";
  position: absolute;
  top: 150%;
  left: 0;
  width: 40%;
  height: 3px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #8ca389;
}

@media screen and (max-width: 480px) {
  .header__logo:after {
    top: 130%;
  }
}

.header__nav {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .header__nav {
    width: 50%;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 1px;
}

@media screen and (max-width: 650px) {
  .header__list {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.header__item {
  opacity: 0.6;
  position: relative;
}

@media screen and (max-width: 480px) {
  .header__item:first-child {
    margin-bottom: 5%;
  }
}

.header__item:after {
  content: "";
  position: absolute;
  top: 150%;
  left: 0;
  width: 0%;
  height: 3px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #8ca389;
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .header__item:after {
    top: 130%;
  }
}

.header__item:hover:after {
  width: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__item:hover {
  opacity: 0.8;
}

.general {
  height: 100vh;
  background-color: #4b494a;
}

@media screen and (max-height: 600px) {
  .general {
    height: initial;
  }
}

.welcome {
  height: 75%;
}

@media screen and (max-width: 480px) {
  .welcome {
    height: 78%;
  }
}

.welcome__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 650px) {
  .welcome__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .welcome__content {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.welcome__left {
  width: 45%;
  height: 100%;
  color: #fff;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .welcome__left {
    width: 50%;
  }
}

@media screen and (max-width: 650px) {
  .welcome__left {
    width: 98%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .welcome__left {
    height: auto;
  }
}

.welcome__capture {
  font-size: 42px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .welcome__capture {
    font-size: 38px;
  }
}

@media screen and (max-width: 650px) {
  .welcome__capture {
    font-size: 34px;
    margin-top: 2%;
  }
}

@media screen and (max-width: 480px) {
  .welcome__capture {
    font-size: 26px;
  }
}

.welcome__text {
  font-size: 26px;
  font-weight: 300;
  opacity: 0.7;
  margin-top: 5%;
  margin-bottom: 7%;
  line-height: 135%;
}

@media screen and (max-width: 768px) {
  .welcome__text {
    font-size: 24px;
    padding-right: 2px;
  }
}

@media screen and (max-width: 650px) {
  .welcome__text {
    font-size: 22px;
    margin-top: 4%;
    margin-bottom: 6%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .welcome__text {
    font-size: 18px;
    margin-bottom: 7%;
    margin-top: 3%;
  }
}

.welcome__btn {
  padding-top: 4%;
  padding-bottom: 4%;
  background: linear-gradient(45deg, #8ca389 0%, #c7aea9 86%);
  width: 50%;
  max-width: 260px;
  min-width: 200px;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .welcome__btn {
    font-size: 22px;
  }
}

@media screen and (max-width: 650px) {
  .welcome__btn {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}

@media screen and (max-width: 480px) {
  .welcome__btn {
    width: 60%;
    font-size: 20px;
  }
}

.welcome__btn:hover {
  background: linear-gradient(45deg, #c7aea9 0%, #8ca389 86%);
}

.welcome__right {
  width: 50%;
  margin-top: 5%;
  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;
}

@media screen and (max-width: 650px) {
  .welcome__right {
    min-width: 270px;
  }
}

@media screen and (max-width: 480px) {
  .welcome__right {
    width: 100%;
    margin-top: 5%;
  }
}

.welcome__background {
  width: 85%;
  max-width: 470px;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #f4e5e2;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .welcome__background {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .welcome__background {
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .welcome__background {
    width: 70%;
    max-width: 300px;
    margin-bottom: 15px;
    padding: 15px;
  }
}

.welcome__img {
  margin-bottom: -60px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 650px) {
  .welcome__img {
    margin-bottom: -40px;
  }
}

@media screen and (max-width: 480px) {
  .welcome__img {
    margin-bottom: -30px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
}

.triangle {
  height: 10%;
  width: 100%;
  margin-top: 1px;
}

.triangle__block {
  width: 100%;
  height: 100%;
}

.triangle__footer {
  position: relative;
}

.triangle__down {
  margin-bottom: -2px;
  margin-top: 0;
}

.triangle__copy {
  position: absolute;
  top: 55%;
  left: 5%;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  color: #878682;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 768px) {
  .triangle__copy {
    font-size: 14px;
  }
}

@media screen and (max-width: 650px) {
  .triangle__copy {
    font-size: 12px;
    top: 60%;
    left: 3%;
  }
}

.portfolio {
  padding-top: 7%;
  margin-bottom: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  .portfolio {
    margin-bottom: 23%;
  }
}

.portfolio__main-title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  color: #8ca389;
  letter-spacing: 1.3px;
  padding-bottom: 15px;
  border-bottom: 4px solid #f6f6f6;
}

@media screen and (max-width: 768px) {
  .portfolio__main-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 650px) {
  .portfolio__main-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.portfolio__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 3% 6%;
  margin-top: 5%;
  margin-bottom: 12%;
}

@media screen and (max-width: 768px) {
  .portfolio__content {
    grid-gap: 2% 4%;
  }
}

@media screen and (max-width: 650px) {
  .portfolio__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .portfolio__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 1%;
    justify-items: center;
  }
}

.portfolio__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 3%;
}

@media screen and (max-width: 480px) {
  .portfolio__unit {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}

.portfolio__left {
  width: 100%;
  margin-bottom: 4%;
}

.portfolio__left:hover .portfolio__background {
  background-color: #c7aea95c;
}

@media screen and (max-width: 650px) {
  .portfolio__left {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .portfolio__left {
    margin-bottom: 5%;
    width: 80%;
  }
}

.portfolio__background {
  width: 100%;
  padding: 40px;
  margin-bottom: 40px;
  background: #f6f6f6;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .portfolio__background {
    padding: 30px;
  }
}

@media screen and (max-width: 650px) {
  .portfolio__background {
    padding: 25px;
  }
}

@media screen and (max-width: 480px) {
  .portfolio__background {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.portfolio__img {
  margin-bottom: -80px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .portfolio__img {
    margin-bottom: -60px;
  }
}

@media screen and (max-width: 650px) {
  .portfolio__img {
    margin-bottom: -50px;
  }
}

@media screen and (max-width: 480px) {
  .portfolio__img {
    margin-bottom: -40px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
}

.portfolio__right {
  width: 100%;
  font-weight: 300;
  font-size: 20px;
  color: #878682;
  line-height: 140%;
  padding-left: 3%;
  padding-right: 3%;
}

@media screen and (max-width: 768px) {
  .portfolio__right {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .portfolio__right {
    padding-left: 1%;
    padding-right: 1%;
  }
}

.portfolio__specification {
  margin-bottom: 4%;
  text-align: center;
  font-size: 22px;
}

@media screen and (max-width: 650px) {
  .portfolio__specification {
    font-size: 20px;
  }
}

.portfolio__specification:hover {
  color: #c7aea9;
  cursor: pointer;
}

.portfolio__specification::after {
  content: "";
  margin-left: 15px;
  margin-bottom: 4px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 1px solid;
  border-right: 1px solid;
  display: inline-block;
}

.portfolio__block {
  display: none;
}

.portfolio__active {
  display: block;
}

.portfolio__desc {
  text-align: center;
}

.portfolio__capture {
  margin-top: 3%;
  margin-bottom: 3%;
  font-weight: 400;
  text-align: center;
}

.portfolio__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3%;
}

.portfolio__item {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  white-space: nowrap;
  letter-spacing: 1px;
  margin-right: 18px;
  border-bottom: 2px solid transparent;
}

.portfolio__item:hover {
  color: #8ca389;
  border-bottom: 2px solid #8ca389;
}

.portfolio__links {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media screen and (max-width: 768px) {
  .portfolio__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .portfolio__links {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.portfolio__link {
  padding: 12px 38px;
  opacity: 0.9;
  background-color: #8ca389;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  border-radius: 50px;
}

.portfolio__link:hover {
  background-color: #c7aea9;
}

@media screen and (max-width: 768px) {
  .portfolio__link {
    width: 62%;
    margin-bottom: 2%;
    padding: 8px 38px;
  }
}

@media screen and (max-width: 650px) {
  .portfolio__link {
    margin-right: 0;
    padding: 6px 10px;
  }
}

@media screen and (max-width: 480px) {
  .portfolio__link {
    width: 36%;
    min-width: 135px;
  }
}

.contact {
  background-color: #c7aea9;
  padding-top: 10%;
  padding-bottom: 10%;
  margin-bottom: -1px;
}

.contact__content {
  text-align: center;
  position: relative;
  padding-top: 6%;
  padding-bottom: 6%;
  color: #fff;
}

@media screen and (max-width: 650px) {
  .contact__content {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 480px) {
  .contact__content {
    padding-top: 14%;
    padding-bottom: 14%;
  }
}

.contact__content:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 6px;
  border-radius: 20px;
  background-color: #fff;
  opacity: 0.8;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact__content:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 6px;
  border-radius: 20px;
  background-color: #fff;
  opacity: 0.8;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact__title {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 650px) {
  .contact__title {
    font-size: 24px;
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 480px) {
  .contact__title {
    margin-bottom: 10%;
    font-size: 22px;
  }
}

.contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__item {
  margin-bottom: 3%;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

@media screen and (max-width: 650px) {
  .contact__item {
    font-size: 18px;
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 480px) {
  .contact__item {
    margin-bottom: 7%;
    font-size: 18px;
  }
}

.contact__item:last-child {
  margin-bottom: 0;
}

.contact__item:hover {
  color: #f4e5e2;
}
/*# sourceMappingURL=style.css.map */