@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*::before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: inherit;
  font-weight: 400;
}

body {
  background: hsl(0, 0%, 17%);
  color: hsl(0, 0%, 100%);
  font-family: "Work Sans", sans-serif;
}

.header {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding: 1.25rem 0;
}
.header .burger__menu {
  display: none;
}
.header__nav {
  width: 40%;
}
.header__nav__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav__link__item {
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  text-align: center;
}
.header__button {
  background-color: hsl(266, 100%, 67%);
  width: 150px;
  padding: 18px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: hsl(0, 0%, 100%);
  transition: 0.3s;
}
.header__button .button__content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  font-size: 1rem;
}
.header__button .button__content img {
  margin-right: 10px;
}
.header__button:hover {
  background-color: hsl(266, 57%, 55%);
}

@media (max-width: 1200px) {
  .header {
    width: 1000px;
  }
  .header__nav {
    width: 50%;
  }
  .header__nav__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__nav__link__item {
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    text-align: center;
  }
  .header__button {
    background-color: hsl(266, 100%, 67%);
    width: 150px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: hsl(0, 0%, 100%);
    transition: 0.3s;
  }
  .header__button .button__content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    font-size: 0.9rem;
  }
  .header__button .button__content img {
    margin-right: 10px;
  }
  .header__button:hover {
    background-color: hsl(266, 57%, 55%);
  }
}
@media (max-width: 1000px) {
  .header {
    width: 750px;
  }
  .header .burger__menu {
    display: block;
    margin-right: 10px;
    cursor: pointer;
  }
  .header__nav {
    display: none;
  }
  .header__logo {
    margin-left: 10px;
  }
  .header__logo img {
    width: 65%;
  }
}
@media (max-width: 500px) {
  .header {
    width: 375px;
  }
  .header__nav {
    display: none;
  }
}
.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .wrapper {
    width: 1000px;
  }
}
@media (max-width: 1000px) {
  .wrapper {
    width: 700px;
  }
}
@media (max-width: 500px) {
  .wrapper {
    width: 350px;
  }
}
.discover__art__container {
  margin: 0 auto;
  width: 100%;
  padding: 130px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.discover__art__infoBlock {
  width: 600px;
}
.discover__art__infoBlock__title {
  font-size: 5rem;
  font-weight: 600;
  line-height: 110%;
}
.discover__art__infoBlock__text {
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 160%;
  margin: 25px 0px;
  width: 90%;
}
.discover__art__infoBlock__button {
  background-color: hsl(266, 100%, 67%);
  width: 200px;
  padding: 18px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: hsl(0, 0%, 100%);
  transition: 0.3s;
}
.discover__art__infoBlock__button .button__content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  font-size: 1rem;
}
.discover__art__infoBlock__button .button__content img {
  margin-right: 10px;
}
.discover__art__infoBlock__button:hover {
  background-color: hsl(266, 57%, 55%);
}
.discover__art__advantages {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.discover__art__advantages__item .num {
  font-family: "Space Mono", monospace;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
}
.discover__art__advantages__item .advantages {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
}
.discover__art__imgCard {
  z-index: 1;
}
.discover__art__imgCard__info {
  background-color: hsl(0, 0%, 23%);
  padding: 30px;
  border-radius: 0px 0px 20px 20px;
  width: 510px;
  bottom: -10;
  z-index: 2;
}
.discover__art__imgCard__info__title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .discover__art .imgCard__img {
    width: 400px;
    height: 350px;
  }
  .discover__art__imgCard__info {
    width: 400px;
  }
  .discover__art__infoBlock__title {
    font-size: 3.5rem;
  }
  .discover__art__infoBlock__text {
    font-size: 1.2rem;
  }
  .discover__art__infoBlock__button {
    background-color: hsl(266, 100%, 67%);
    width: 150px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: hsl(0, 0%, 100%);
    transition: 0.3s;
  }
  .discover__art__infoBlock__button .button__content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    font-size: 0.9rem;
  }
  .discover__art__infoBlock__button .button__content img {
    margin-right: 10px;
  }
  .discover__art__infoBlock__button:hover {
    background-color: hsl(266, 57%, 55%);
  }
  .discover__art__advantages {
    width: 350px;
  }
  .discover__art__advantages__item .num {
    font-size: 1.8rem;
  }
  .discover__art__advantages__item .advantages {
    font-size: 1.2rem;
  }
}
@media (max-width: 1000px) {
  .discover__art__container {
    padding: 100px 0;
  }
  .discover__art .imgCard__img {
    width: 350px;
    height: 300px;
  }
  .discover__art__imgCard__info {
    width: 350px;
  }
  .discover__art__infoBlock {
    width: 400px;
  }
  .discover__art__infoBlock__button {
    background-color: hsl(266, 100%, 67%);
    width: 200px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: hsl(0, 0%, 100%);
    transition: 0.3s;
  }
  .discover__art__infoBlock__button .button__content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    font-size: 0.9rem;
  }
  .discover__art__infoBlock__button .button__content img {
    margin-right: 10px;
  }
  .discover__art__infoBlock__button:hover {
    background-color: hsl(266, 57%, 55%);
  }
  .discover__art__infoBlock__title {
    font-size: 2.5rem;
  }
  .discover__art__infoBlock__text {
    font-size: 1rem;
    width: 300px;
  }
  .discover__art__advantages {
    width: 300px;
    margin-top: 20px;
  }
  .discover__art__advantages__item .num {
    font-size: 1.4rem;
  }
  .discover__art__advantages__item .advantages {
    font-size: 1.1rem;
  }
}
@media (max-width: 500px) {
  .discover__art__container {
    flex-direction: column;
    padding: 70px 0;
  }
  .discover__art .imgCard__img {
    margin-top: 30px;
    width: 350px;
    height: 300px;
  }
  .discover__art__imgCard__info {
    width: 350px;
  }
  .discover__art__infoBlock {
    width: 350px;
  }
  .discover__art__infoBlock__text {
    width: 100%;
  }
  .discover__art__infoBlock__button {
    background-color: hsl(266, 100%, 67%);
    width: 100%;
    padding: 18px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: hsl(0, 0%, 100%);
    transition: 0.3s;
  }
  .discover__art__infoBlock__button .button__content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    font-size: 1rem;
  }
  .discover__art__infoBlock__button .button__content img {
    margin-right: 10px;
  }
  .discover__art__infoBlock__button:hover {
    background-color: hsl(266, 57%, 55%);
  }
}
.trending__container {
  padding: 100px 0;
}
.trending__text {
  margin-bottom: 70px;
}
.trending__row {
  display: flex;
  justify-content: space-between;
}
.trending__column {
  display: flex;
}
.trending__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 120%;
}
.trending .text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  margin: 20px 0px;
}
.trending .item-trending__imgs {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.trending .item-trending__imgs img:nth-child(1) {
  grid-row: span 3;
  grid-column: span 3;
}
.trending .item-trending__imgs div {
  display: inline;
  border-radius: 1.25rem;
  width: 100px;
  height: 100px;
  background-color: hsl(266, 100%, 67%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.trending .item-trending__imgs div p {
  font-family: "Space Mono", monospace;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 160%;
}
.trending .item-trending__title {
  margin: 20px 0px 10px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 140%;
}

@media (max-width: 1200px) {
  .trending__container {
    padding: 80px 0;
  }
  .trending__column {
    display: flex;
    margin-right: 20px;
  }
}
@media (max-width: 1000px) {
  .trending__column:nth-child(3) {
    display: none;
  }
}
@media (max-width: 500px) {
  .trending__row {
    display: flex;
    justify-content: center;
  }
  .trending__title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 120%;
  }
  .trending .text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 160%;
    margin: 20px 0px;
  }
  .trending__column {
    display: flex;
    margin-right: 0px;
  }
  .trending__column:nth-child(2) {
    display: none;
  }
}
.creators__container {
  padding: 100px 0px;
}
.creators__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 120%;
}
.creators__row {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.creators__info__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.creators__info__block p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  margin: 20px 0px;
}
.creators__info__block button {
  font-size: 1rem;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 18px 20px;
  border: 2px solid hsl(266, 100%, 67%);
  background-color: transparent;
  color: hsl(0, 0%, 100%);
}
.creators__info__block button img {
  margin-right: 10px;
}
.creators .item {
  background-color: hsl(0, 0%, 23%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  position: relative;
}
.creators .item__logo {
  margin-bottom: 20px;
}
.creators .item__title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 10px;
}
.creators .item__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  font-family: "Space Mono", monospace;
}
.creators .item__text span {
  color: hsl(60, 0%, 52%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  margin-right: 10px;
  font-family: "Work Sans", sans-serif;
}
.creators .item__num {
  position: absolute;
  left: 1.25rem;
  top: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 1.25rem;
  background-color: hsl(0, 0%, 17%);
}
.creators .item__num span {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Space Mono", monospace;
  color: hsl(60, 0%, 52%);
}

@media (max-width: 1000px) {
  .creators__container {
    padding: 70px 0px;
  }
  .creators__title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 120%;
  }
  .creators__row {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 130px);
    gap: 30px;
  }
  .creators__info__block button {
    font-size: 1rem;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 18px 20px;
    border: 2px solid hsl(266, 100%, 67%);
    background-color: transparent;
    color: hsl(0, 0%, 100%);
  }
  .creators__info__block button img {
    margin-right: 10px;
  }
  .creators .item {
    flex-direction: row;
    align-items: center;
    padding: 20px;
    position: relative;
  }
  .creators .item img {
    width: 80px;
    margin: 20px 20px 20px 0px;
  }
  .creators .item__title {
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  .creators__container {
    padding: 70px 0px;
  }
  .creators__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
  }
  .creators__row {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 130px);
    gap: 30px;
  }
  .creators__info__block {
    display: flex;
    flex-direction: column;
  }
  .creators__info__block button {
    font-size: 0.9rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 15px;
    border: 2px solid hsl(266, 100%, 67%);
    background-color: transparent;
    color: hsl(0, 0%, 100%);
  }
  .creators__info__block button img {
    margin-right: 10px;
  }
  .creators__info__block p {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 160%;
    margin: 20px 0px;
  }
  .creators .item img {
    width: 80px;
    margin: 20px 20px 20px 0px;
  }
  .creators .item__title {
    font-size: 1rem;
  }
}
.categories__container {
  padding: 100px 0px;
}
.categories__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 120%;
}
.categories__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 30px;
  margin-top: 60px;
}
.categories__row .item {
  position: relative;
  width: 270px;
  height: 340px;
  border-radius: 20px 20px 25px 25px;
  background-repeat: no-repeat;
  background-size: 100% 90%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  outline: 20px solid hsl(0, 0%, 17%);
  z-index: 2;
}
.categories__row .item__hover {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  filter: blur(5px);
  z-index: -1;
  transition: 0.3s;
}
.categories__row .item__info {
  position: absolute;
  bottom: 0;
  height: 76px;
  width: 100%;
  background-color: hsl(0, 0%, 23%);
  z-index: 2;
  border-radius: 0px 0px 20px 20px;
  padding: 20px 20px 25px 30px;
}
.categories__row .item__icon {
  position: absolute;
  z-index: 2;
  top: 90px;
  left: 90px;
  transition: 0.3s;
}
.categories__row .item__title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 140%;
}

@media (max-width: 1200px) {
  .categories__container {
    padding: 70px 0px;
  }
  .categories__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 30px;
    margin-top: 60px;
  }
  .categories__row .item {
    position: relative;
    width: 200px;
    height: 250px;
  }
  .categories__row .item__info {
    height: 65px;
  }
  .categories__row .item__icon {
    top: 40px;
    left: 50px;
  }
  .categories__row .item__title {
    font-size: 1.3rem;
  }
}
@media (max-width: 1000px) {
  .categories__container {
    padding: 70px 0px;
  }
  .categories__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 20px;
    margin-top: 60px;
  }
  .categories__row .item {
    position: relative;
    width: 150px;
    height: 200px;
  }
  .categories__row .item__info {
    height: 60px;
  }
  .categories__row .item__icon {
    top: 50px;
    left: 45px;
    width: 60px;
  }
  .categories__row .item__title {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .categories__container {
    padding: 70px 0px;
  }
  .categories__row {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
.discoverMore__container {
  padding: 100px 0px;
}
.discoverMore__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 120%;
}
.discoverMore__row {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.discoverMore .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.discoverMore .info__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  margin: 20px 0px;
}
.discoverMore .info__button {
  font-size: 1rem;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 18px 20px;
  border: 2px solid hsl(266, 100%, 67%);
  background-color: transparent;
  color: hsl(0, 0%, 100%);
}
.discoverMore .info__button img {
  margin-right: 10px;
}
.discoverMore .item__info {
  background-color: hsl(0, 0%, 23%);
  padding: 20px 30px 25px 30px;
  border-radius: 0px 0px 20px 20px;
}
.discoverMore .info__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}
.discoverMore .author {
  margin: 15px 0px;
}
.discoverMore .author p {
  font-family: "Space Mono", monospace;
}
.discoverMore .info__text {
  display: flex;
  justify-content: space-between;
}
.discoverMore .info__text .elem p {
  color: hsl(60, 0%, 52%);
  font-family: "Space Mono", monospace;
  font-size: 0.9rem;
  line-height: 110%;
  margin-bottom: 5px;
}
.discoverMore .info__text .elem span {
  font-family: "Space Mono", monospace;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

@media (max-width: 1000px) {
  .discoverMore .item__info {
    width: 330px;
  }
  .discoverMore .item:nth-child(3) {
    display: none;
  }
  .discoverMore .info__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 500px) {
  .discoverMore__container {
    padding: 80px 0px;
  }
  .discoverMore .item:nth-child(2) {
    display: none;
  }
  .discoverMore__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
  }
  .discoverMore__row {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .discoverMore .info {
    flex-direction: column;
    align-items: start;
    width: 330px;
  }
  .discoverMore .info__text {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 160%;
    margin: 20px 0px;
  }
  .discoverMore .info__button {
    font-size: 1rem;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 15px;
    border: 2px solid hsl(266, 100%, 67%);
    background-color: transparent;
    color: hsl(0, 0%, 100%);
  }
  .discoverMore .info__button img {
    margin-right: 10px;
  }
}
.mushrooms {
  background-image: url(/img/home/mushrooms/mushroomsBg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 100px 0px;
}
.mushrooms__container {
  padding: 300px 0px 60px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.mushrooms .author {
  background: hsl(0, 0%, 23%);
  width: 150px;
  padding: 10px 20px;
  border-radius: 20px;
}
.mushrooms .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.mushrooms .info__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 120%;
  margin: 40px 0px;
}
.mushrooms .info__button {
  background-color: hsl(0, 0%, 100%);
  width: 30%;
  padding: 18px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: hsl(0, 0%, 0%);
  transition: 0.3s;
}
.mushrooms .info__button .button__content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
}
.mushrooms .info__button .button__content img {
  margin-right: 20px;
}
.mushrooms .info__button:hover {
  background-color: hsl(0, 0%, 93%);
}
.mushrooms__timer {
  background-color: hsla(0, 0%, 17%, 0.663);
  padding: 30px;
  border-radius: 20px;
  font-family: "Space Mono", monospace;
}
.mushrooms__timer .timer__title {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.mushrooms__timer .timerNum {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 10px 0px;
}
.mushrooms__timer .timerText {
  word-spacing: 3.3rem;
}

@media (max-width: 1200px) {
  .mushrooms__container {
    padding: 250px 0px 60px;
    width: 1000px;
  }
}
@media (max-width: 1000px) {
  .mushrooms__container {
    padding: 250px 0px 60px;
    width: 700px;
  }
  .mushrooms .info__button {
    background-color: hsl(0, 0%, 100%);
    width: 150px;
    padding: 18px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: hsl(0, 0%, 0%);
    transition: 0.3s;
  }
  .mushrooms .info__button .button__content {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1rem;
  }
  .mushrooms .info__button .button__content img {
    margin-right: 20px;
  }
  .mushrooms .info__button:hover {
    background-color: hsl(0, 0%, 93%);
  }
}
@media (max-width: 500px) {
  .mushrooms__container {
    padding: 200px 0px 60px;
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .mushrooms .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
  }
  .mushrooms .info__title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 120%;
    margin: 40px 0px;
  }
  .mushrooms .info__button {
    background-color: hsl(0, 0%, 100%);
    width: 330px;
    padding: 18px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: hsl(0, 0%, 0%);
    transition: 0.3s;
  }
  .mushrooms .info__button .button__content {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1rem;
  }
  .mushrooms .info__button .button__content img {
    margin-right: 20px;
  }
  .mushrooms .info__button:hover {
    background-color: hsl(0, 0%, 93%);
  }
}
.howItWorks__container {
  padding: 100px 0px;
}
.howItWorks__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 120%;
}
.howItWorks__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  margin: 20px 0px;
}
.howItWorks__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 60px;
}
.howItWorks .column {
  background-color: hsl(0, 0%, 23%);
  border-radius: 20px;
  padding: 50px;
  width: 360px;
  height: 478px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.howItWorks .column__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  margin: 20px;
}
.howItWorks .column__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

@media (max-width: 1200px) {
  .howItWorks__row {
    justify-content: center;
  }
  .howItWorks .column {
    width: 330px;
    height: 478px;
    display: flex;
  }
}
@media (max-width: 1000px) {
  .howItWorks__row {
    justify-content: center;
  }
  .howItWorks .column {
    width: 220px;
    height: 350px;
    display: flex;
  }
  .howItWorks .column__img {
    width: 100px;
  }
  .howItWorks .column__title {
    font-size: 1rem;
    font-weight: 600;
  }
  .howItWorks .column__text {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 140%;
  }
}
@media (max-width: 500px) {
  .howItWorks__row {
    flex-direction: column;
    justify-content: center;
  }
  .howItWorks .column {
    width: 330px;
    height: 480px;
    display: flex;
  }
  .howItWorks .column__img {
    width: 200px;
  }
  .howItWorks .column__title {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .howItWorks .column__text {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 140%;
  }
}
.weeklyDigest {
  margin: 100px 0px;
}
.weeklyDigest__container {
  background-color: hsl(0, 0%, 23%);
  border-radius: 20px;
  padding: 100px 0px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.weeklyDigest .info {
  width: 450px;
}
.weeklyDigest .info__title {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 120%;
}
.weeklyDigest .info__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%;
  margin: 30px 0px;
}
.weeklyDigest .email__form {
  border-radius: 20px;
  padding: 20px;
  background: hsl(0, 0%, 100%);
  position: relative;
}
.weeklyDigest .email__form .submit__button {
  top: 0;
  right: 0;
  position: absolute;
  background-color: hsl(266, 100%, 67%);
  width: 30%;
  padding: 18px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: hsl(0, 0%, 100%);
  transition: 0.3s;
}
.weeklyDigest .email__form .submit__button .button__content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  font-size: 1rem;
}
.weeklyDigest .email__form .submit__button .button__content img {
  margin-right: 10px;
}
.weeklyDigest .email__form .submit__button:hover {
  background-color: hsl(266, 57%, 55%);
}

@media (max-width: 1000px) {
  .weeklyDigest__container {
    width: 700px;
  }
  .weeklyDigest__container img {
    width: 320px;
  }
  .weeklyDigest .info {
    width: 300px;
  }
  .weeklyDigest .info__title {
    font-size: 2.5rem;
  }
  .weeklyDigest .info__text {
    font-size: 1rem;
  }
  .weeklyDigest .email__form {
    border-radius: 20px;
    padding: 20px;
    background: hsl(0, 0%, 100%);
    position: relative;
  }
  .weeklyDigest .email__form .submit__button {
    top: 0;
    right: 0;
    position: absolute;
    background-color: hsl(266, 100%, 67%);
    width: 120px;
    padding: 18px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: hsl(0, 0%, 100%);
    transition: 0.3s;
  }
  .weeklyDigest .email__form .submit__button .button__content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    font-size: 0.8rem;
  }
  .weeklyDigest .email__form .submit__button .button__content img {
    margin-right: 10px;
  }
  .weeklyDigest .email__form .submit__button:hover {
    background-color: hsl(266, 57%, 55%);
  }
}
@media (max-width: 500px) {
  .weeklyDigest__container {
    padding: 70px 0px;
    display: flex;
    flex-direction: column;
    width: 330px;
  }
  .weeklyDigest__container img {
    width: 300px;
  }
  .weeklyDigest .info {
    width: 300px;
  }
  .weeklyDigest .info__title {
    margin-top: 20px;
    font-size: 3rem;
  }
  .weeklyDigest .info__text {
    font-size: 1.3rem;
    margin: 20px 0px;
  }
}
.footer {
  background-color: hsl(0, 0%, 23%);
  margin-top: 100px;
}
.footer__container {
  padding: 100px 0px 50px;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid hsl(60, 0%, 52%);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer .column__text {
  color: hsl(60, 0%, 52%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}
.footer .column__text p {
  margin-bottom: 20px;
}
.footer .column__text p:first-child {
  margin-top: 40px;
}
.footer .column__text a {
  color: hsl(60, 0%, 52%);
}
.footer .column__title {
  font-family: "Space Mono", monospace;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 160%;
}
.footer .social__networks img {
  margin-right: 20px;
}
.footer .email__form {
  border-radius: 20px;
  padding: 20px;
  background: hsl(0, 0%, 100%);
  position: relative;
}
.footer .email__form .submit__button {
  top: 0;
  right: 0;
  position: absolute;
  background-color: hsl(266, 100%, 67%);
  width: 30%;
  padding: 18px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: hsl(0, 0%, 100%);
  transition: 0.3s;
}
.footer .email__form .submit__button .button__content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  font-size: 1rem;
}
.footer .email__form .submit__button .button__content img {
  margin-right: 10px;
}
.footer .email__form .submit__button:hover {
  background-color: hsl(266, 57%, 55%);
}
.footer small {
  color: hsl(60, 0%, 52%);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 110%;
}

@media (max-width: 1000px) {
  .footer__row {
    display: flex;
    flex-direction: column;
    width: 700px;
  }
  .footer .column {
    margin-bottom: 30px;
  }
  .footer .email__form {
    width: 400px;
  }
}
@media (max-width: 500px) {
  .footer__row {
    display: flex;
    flex-direction: column;
    width: 330px;
  }
  .footer .column {
    margin-bottom: 30px;
  }
  .footer .email__form {
    width: 330px;
  }
  .footer .email__form .submit__button {
    background-color: hsl(266, 100%, 67%);
    width: 120px;
    padding: 18px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: hsl(0, 0%, 100%);
    transition: 0.3s;
  }
  .footer .email__form .submit__button .button__content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    font-size: 0.8rem;
  }
  .footer .email__form .submit__button .button__content img {
    margin-right: 10px;
  }
  .footer .email__form .submit__button:hover {
    background-color: hsl(266, 57%, 55%);
  }
}
.author {
  width: 100px;
  display: flex;
  align-items: center;
}
.author img {
  margin-right: 10px;
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: hsl(266, 57%, 55%);
  z-index: 3;
  padding: 60px 25px;
  z-index: 4;
  box-shadow: 8px 10px 20px rgba(0, 0, 0, 0.634);
  opacity: 0;
  display: none;
  transition: all 0.5s ease;
}
.menu__list li {
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-align: center;
}
.menu__list li a {
  color: hsl(0, 0%, 100%);
}

.overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.407);
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 3;
  opacity: 0;
  display: none;
  transition: all 0.5s ease;
}/*# sourceMappingURL=style.css.map */