* {
  border: 0;
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

#section__landing,
#section__about,
#section__work,
#section__contact {
  width: 100%;
  height: 100vh;
  scroll-snap-align: start;
}

#section__work {
  height: auto;
}

#section__landing {
  background-color: #fffff8;
}

.landing__wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}

.landing__text {
  padding: 20px;
  position: absolute;
  top: 5%;
}

h1 {
  margin: 0;
  font-size: 3em;
  letter-spacing: -2px;
  line-height: 1.1em;
}

.lines__container {
  position: absolute;
  top: 60%;
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#section__about {
  background-color: black;
  color: #fffff8;
}

.section__title {
  font-size: 2.5em;
  margin: 40px 0;
}

.about__wrapper,
.contact__wrapper,
.work__wrapper {
  padding: 20px;
}

.about__text {
  font-size: 1.7em;
  font-weight: 100;
  width: 85%;
}

.icon {
  height: 48px;
  padding: 20px 10px 0 0;
  cursor: pointer;
}

#section__contact {
  background-color: black;
  color: white;
}

.line {
  height: 30px;
}

.line1 {
  background-color: #f3cd5f;
}

.line1:hover {
  background-color: #5f85f3;
}

.line2 {
  background-color: #d55641;
}

.line2:hover {
  background-color: #41c0d5;
}

.line3 {
  background-color: #b73e35;
}

.line3:hover {
  background-color: #35aeb7;
}

.line4 {
  background-color: #8e3341;
}

.line4:hover {
  background-color: #338e80;
}

.line5 {
  background-color: #672b46;
}

.line5:hover {
  background-color: #2b674c;
}

.form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.form__input,
.form__input_text {
  padding: 20px;
  margin-bottom: 40px;
}

.form__input_text {
  height: 10vh;
}

.contact__text {
  font-size: 1.3em;
  font-weight: 100;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.btn {
  padding: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7em;
  background: transparent;
  border: 1px solid #d55641;
  letter-spacing: 4px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  background: -webkit-gradient(linear, right top, left top, from(#8e3341), color-stop(#d55641), color-stop(rgba(34, 34, 34, 0)), to(rgba(34, 34, 34, 0)));
  background: linear-gradient(270deg, #8e3341, #d55641, rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));
  background-size: 300% 300%;
  cursor: pointer;
}

.solid,
.outline:hover {
  background-position: 99% 50%;
  color: black;
}

.solid:hover,
.outline {
  background-position: 00% 50%;
  color: #d55641;
}

.outline {
  margin-right: 10px;
}

.card {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.card__wrapper {
  padding: 20px;
  position: absolute;
  z-index: 1;
  bottom: 1%;
}

.card__title {
  color: #d55641;
  font-size: 2em;
  padding-bottom: 14px;
}

.card__info {
  color: #fffff8;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 14px;
}

.card__tech_info {
  color: #d55641;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 14px;
}

.card__overlay {
  content: "";
  height: 400px;
  width: 100%;
  position: absolute;
  z-index: -1;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0)), color-stop(40%, #010101));
  background: linear-gradient(to bottom, rgba(1, 1, 1, 0), #010101 40%);
}

.card__image {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  position: absolute;
  overflow: hidden;
  width: 200%;
  height: 200%;
  top: -40%;
  left: -40%;
  z-index: -10;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media screen and (min-width: 480px) {
  h1 {
    overflow: hidden;
    font-size: 3.5em;
  }
  .about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about__info {
    width: 50%;
  }
  .about__text {
    font-size: 1.2em;
  }
  .icons__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .icons__wrapper img {
    cursor: pointer;
  }
  .work__cards__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .btn {
    font-size: 0.5em;
    padding: 13px;
    letter-spacing: 3px;
  }
  a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
  }
  .outline {
    margin-right: 4px;
  }
  .about__wrapper,
  .contact__wrapper,
  .work__wrapper {
    padding: 60px;
  }
  .landing__text {
    padding-left: 40px;
  }
  .card {
    width: calc(33% - 20px);
    margin: 10px;
  }
  .form__wrapper {
    width: 50%;
    padding: 40px;
  }
  .contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact__text {
    width: 90%;
  }
  .text__wrapper {
    width: 50%;
  }
}

@media screen and (min-width: 960px) {
  h1 {
    overflow: hidden;
    font-size: 4.5em;
  }
}

@media screen and (min-width: 1680px) {
  .landing__text {
    top: 10%;
    padding-left: 20%;
  }
  h1 {
    font-size: 5em;
  }
  .line {
    height: 50px;
  }
  #section__about,
  #section__work,
  #section__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #section__work {
    width: 100%;
  }
  .work__wrapper {
    width: 70%;
  }
  .card {
    width: calc(25% - 20px);
    margin: 10px;
  }
  .btn {
    padding: 20px;
  }
}
/*# sourceMappingURL=styles.css.map */