@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/nunito-v25-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto"), url("../../assets/fonts/roboto/Roboto-Regular.woff2") format("woff2");
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 36px;
  font-weight: 400;
}
@media (min-width: 768px) {
  h1 {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 88px;
  }
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}
a:focus-visible {
  outline-offset: 5px;
  outline: 3px dashed hotpink;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.portfolio {
  background-color: #F2F2FA;
}

.header {
  padding: 3rem 3rem 2rem;
}
@media (min-width: 767px) {
  .header {
    display: flex;
    justify-content: flex-end;
  }
}

.header__logo {
  display: none;
}
@media (min-width: 767px) {
  .header__logo {
    display: block;
  }
}

.header__navigation-list {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .header__navigation-list {
    column-gap: 1rem;
  }
}

.header__navigation-button {
  display: block;
}

.header__navigation-item:nth-child(2):hover svg {
  border-radius: revert;
}

:where(.header__logo, .header__navigation-button):hover svg {
  border-radius: 50%;
  box-shadow: 5px 5px #e6e6fa;
  transform: translate(-5px, -5px);
}

.main {
  background-color: #e6e6fa;
}
@media (min-width: 600px) {
  .main {
    height: 80vh;
  }
}

.main::before {
  content: "";
  display: block;
  height: 35px;
  background-color: #F2F2FA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1440 74' aria-hidden='true'%3E%3Cpath fill='%23e6e6fa' d='M456.464 0.0433865C277.158 -1.70575 0 50.0141 0 50.0141V74H1440V50.0141C1440 50.0141 1320.4 31.1925 1243.09 27.0276C1099.33 19.2816 1019.08 53.1981 875.138 50.0141C710.527 46.3727 621.108 1.64949 456.464 0.0433865Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.article {
  padding: 3rem;
  margin: 0 auto;
  font-size: 18px;
}
@media (min-width: 768px) {
  .article {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .article {
    max-width: 1440px;
  }
}

.article__heading > h1 {
  margin-bottom: 0;
}

.article__heading span {
  margin-left: 0.5em;
}

.article__content {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .article__content {
    margin-top: 70px;
  }
}

.article__list {
  display: grid;
  gap: 10px;
}
@media (min-width: 1200px) {
  .article__list {
    margin-top: 25px;
  }
}

.article__link {
  display: inline-flex;
  align-items: center;
  color: #F5BD64;
  padding: 0.2em 1em;
  border-radius: 20px;
  gap: 1em;
}
@media (min-width: 378px) {
  .article__link {
    column-gap: 0.5em;
  }
}
@media (min-width: 767px) {
  .article__link {
    font-size: 20px;
  }
}

.article__link > svg {
  width: 1.5em;
  height: 1.5em;
  transition: translate 1s ease;
  flex-shrink: 0;
}
@media (min-width: 767px) {
  .article__link > svg {
    padding-right: 1.5em;
  }
}

.article__link:hover > svg {
  translate: 15px 0;
}
@media (min-width: 767px) {
  .article__link:hover > svg {
    translate: 30px 0;
  }
}

.article__link > span {
  color: #000;
}

.article__link:hover > span {
  background-size: 100% 7%;
}
@media (min-width: 767px) {
  .article__link:hover > span {
    text-decoration: underline;
    text-decoration-color: #F5BD64;
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
  }
}

.footer {
  position: relative;
  background: linear-gradient(#dcdcfa, #CDCDFA);
  padding: 3rem;
  text-align: center;
}

.footer__squiggle {
  position: absolute;
  top: -30px;
  width: 100%;
  height: 30px;
  background-image: linear-gradient(#e6e6fa, #dcdcfa);
  left: 0;
}

/*# sourceMappingURL=main.css.map */
