.background-shape {
  height: 50vh;
}

.header__nav-container {
  display: flex;
  gap: 30px;
  align-items: center;
}
.header__nav-link {
  font-family: "Barlow Condensed", sans-serif;
  text-decoration: none;
  color: hsl(230, 29%, 20%);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header__nav-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.header__nav-link_login {
  color: hsl(231, 7%, 65%);
}

.header__bullet {
  width: 5px;
  height: 5px;
  background-color: rgba(160, 161, 172, 0.5);
  border-radius: 50%;
}

.header__nav-button {
  display: none;
}

.nav-mobile {
  display: none;
}

.main {
  flex-direction: row;
  gap: 0;
  height: calc(100vh - 150px - 50px);
  max-height: 500px;
}
.text-section {
  padding: 0;
  width: 50%;
  padding-left: 10%;
  box-sizing: border-box;
  justify-content: center;
}
.text-section__new-monograph {
  font-size: 1rem;
  gap: 15px;
  letter-spacing: 4.5px;
}
.text-section__new {
  width: 50px;
  padding: 5px 0;
}

.text-section__title {
  font-size: 3.8rem;
}

.text-section__desc {
  font-size: 18px;
}

.text-section__button {
  font-size: 1rem;
  width: 160px;
  height: 45px;
  border-radius: 5px;
}

.text-section__button-desc {
  font-size: 1rem;
  letter-spacing: 3px;
}

.illustration {
  width: 50%;
  height: unset;
}
.illustration__image {
  width: 135%;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

footer .attribution {
  font-size: 1rem;
}/*# sourceMappingURL=laptop.css.map */