@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../assets/fonts/AvenirNextLTPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../assets/fonts/AvenirNextLTPro-Demi.otf") format("opentype"), url("../assets/fonts/AvenirNextLTProDemi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../assets/fonts/AvenirNextLTPro-Regular.otf") format("opentype"), url("../assets/fonts/AvenirNextLTPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Avenir Next LT Pro", sans-serif;
}

img {
  max-width: 100%;
}

ul, li {
  list-style-type: none;
  text-decoration: none;
}

a {
  text-decoration: none;
  display: block;
}

.header {
  background-color: #323232;
}
.header-wrapper {
  display: flex;
  flex-direction: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header-wrapper {
    flex-direction: row;
    padding: 0 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .header-wrapper {
    margin: 0 auto;
    padding: 0 8rem;
    max-width: 1280px;
  }
}
.header__logo {
  padding-top: 1rem;
  max-width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    padding-top: 0;
  }
}
.header__nav {
  width: 100%;
}
.header__nav-list {
  display: flex;
  flex-direction: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__nav-list {
    width: 20rem;
    padding: 0 5rem;
  }
}
.header__item {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header__item {
    width: auto;
  }
}
.header__link {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  display: block;
  padding: 0.5rem 0;
  color: #E1E1E1;
}
@media screen and (min-width: 768px) {
  .header__link {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .header__link {
    padding: 2rem 0;
  }
}
.header__link--active {
  color: #FFFFFF;
  border-bottom: #FFFFFF solid 0.25rem;
  font-weight: 600;
}
.header__link:hover {
  border-bottom: #FFFFFF solid 0.25rem;
  color: #FFFFFF;
}

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .hero-wrapper {
    max-width: 1280px;
    margin: 0 auto;
  }
}
.hero__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  padding: 5.1875rem 1rem;
  text-align: left;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 3.75rem;
    font-weight: 600;
    line-height: normal;
    padding: 12rem 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .hero__title {
    padding: 17rem 8rem;
  }
}
.hero__title-wrapper {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}

.footer {
  background-color: #323232;
}
.footer-wrapper {
  color: #FFFFFF;
  padding: 1rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer-wrapper {
    padding: 2.25rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
  }
}
@media screen and (min-width: 1280px) {
  .footer-wrapper {
    margin: 0 auto;
    padding: 2.25rem 8rem;
    max-width: 1280px;
  }
}
@media screen and (min-width: 768px) {
  .footer__top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: nowrap;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__top-wrapper {
    display: flex;
    flex-direction: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 2.3rem;
  }
}
.footer__header {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__header {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: normal;
  }
}
.footer__social {
  padding: 1rem 0;
  display: flex;
  flex-direction: flex;
  justify-content: space-between;
  align-items: center;
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .footer__social {
    padding-bottom: 0;
  }
}
.footer__social-icon {
  height: 1.5rem;
  width: auto;
}
.footer__social-icon:hover {
  opacity: 0.3;
}
.footer__contact {
  display: flex;
  flex-direction: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__contact {
    flex-direction: row;
    gap: 3.4rem;
  }
}
.footer__contact .contact__item {
  padding: 0.5rem 0;
}
.footer__contact .contact__name {
  font-weight: 600;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__contact .contact__name {
    padding-bottom: 0.5rem;
  }
}
.footer__contact .contact__info {
  padding-bottom: 0.5rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__contact .contact__info {
    padding: 1rem 0;
  }
}
.footer__contact .contact__email {
  color: #FFFFFF;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .footer__contact .contact__email {
    padding-bottom: 1.5rem;
  }
}
.footer__logo--mobile {
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer__logo--mobile {
    display: none;
  }
}
.footer__logo--tablet-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__logo--tablet-desktop {
    display: contents;
  }
}
.footer__logo-img {
  padding: 1.5rem 0 1rem;
  max-width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .footer__logo-img {
    padding: 0;
  }
}
.footer__copyright {
  font-size: 0.75rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 0.875rem;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__copyright {
    padding: 1rem 0;
  }
}

.hero--bio {
  background-image: linear-gradient(rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0.5)), url("../assets/images/hero-bio.jpg");
}

.about {
  background-color: #FFFFFF;
  color: #323232;
}
.about-wrapper {
  padding: 1rem;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .about-wrapper {
    padding: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .about-wrapper {
    margin: 0 auto;
    padding: 2rem 8rem;
    max-width: 1280px;
  }
}
.about__header {
  padding: 0.5rem 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .about__header {
    font-size: 2.25rem;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .about__header {
    padding-bottom: 1.5rem;
  }
}
.about__content {
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .about__content {
    padding: 1.25rem 3.5rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .about__content {
    padding: 1.25rem 6rem 0;
  }
}
.about__img-wrapper {
  overflow: hidden;
}
.about__img {
  margin-top: -2rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 768px) {
  .about__img {
    margin-top: -6rem;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (min-width: 1280px) {
  .about__img {
    margin-top: -4rem;
  }
}
.about__quote {
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .about__quote {
    padding-top: 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .about__quote {
    width: 80%;
  }
}
.about__quote-text {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .about__quote-text {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
  }
}
.about__quote-author {
  font-weight: 600;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .about__quote-author {
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }
}
.about__bio-header {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.375rem;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .about__bio-header {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    padding-top: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .about__bio-text-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.about__bio-text {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.125rem;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .about__bio-text {
    display: inline-grid;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
    padding-top: 1rem;
    padding-bottom: 0;
  }
}

.gallery {
  background-color: #FAFAFA;
  color: #323232;
}
.gallery-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: stretch;
  padding: 1rem 1rem 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper {
    padding: 0 2.25rem 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .gallery-wrapper {
    margin: 0 auto;
    padding: 0 8rem 2.25rem 8rem;
    max-width: 1280px;
  }
}
.gallery__title {
  padding: 0.5rem 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .gallery__title {
    padding: 3rem 0 1.5rem;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .gallery__img-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.gallery__img {
  display: inline-grid;
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.9s ease;
}
.gallery__img:hover {
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media screen and (min-width: 768px) {
  .gallery__img {
    padding: 0;
  }
}

.comments {
  background-color: #FFFFFF;
  color: #323232;
}
.comments-wrapper {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .comments-wrapper {
    padding: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .comments-wrapper {
    margin: 0 auto;
    padding: 2rem 8rem;
    max-width: 1280px;
  }
}
.comments__content-wrapper {
  padding: 1rem 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .comments__content-wrapper {
    padding: 1.25rem 3.5rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .comments__content-wrapper {
    padding: 1.25rem 16.25rem 0;
  }
}
.comments__title {
  padding: 0.5rem 0 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .comments__title {
    padding: 1rem 0 1.5rem;
    font-size: 2.25rem;
  }
}

.comments__add-comment-wrapper {
  border-bottom: solid 0.0625rem #E1E1E1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.comments__item {
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  border-bottom: solid 0.0625rem #E1E1E1;
  padding: 1rem 0 0.5rem;
  gap: 1rem;
  flex-grow: 0;
}
@media screen and (min-width: 768px) {
  .comments__item {
    font-size: 0.875rem;
  }
}

.comments__form-wrapper {
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .comments__form-wrapper {
    padding: 1.25rem 3.5rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .comments__form-wrapper {
    padding: 1.25rem 6rem 0;
  }
}

.comments {
  background-color: #FFFFFF;
  color: #323232;
}
.comments-wrapper {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .comments-wrapper {
    padding: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .comments-wrapper {
    margin: 0 auto;
    padding: 2rem 8rem;
    max-width: 1280px;
  }
}
.comments__title {
  padding: 0.5rem 0 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .comments__title {
    padding: 1rem 0 1.5rem;
    font-size: 2.25rem;
  }
}
.comments__content-wrapper {
  padding: 1rem 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .comments__content-wrapper {
    padding: 1.25rem 3.5rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .comments__content-wrapper {
    padding: 1.25rem 16.25rem 0;
  }
}
.comments__add-comment-wrapper {
  border-bottom: solid 0.0625rem #E1E1E1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 1rem;
}
.comments__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  font-size: 0.8125rem;
  border-bottom: solid 0.0625rem #E1E1E1;
  padding: 1rem 0 0.5rem;
  gap: 1rem;
  flex-grow: 0;
}
@media screen and (min-width: 768px) {
  .comments__item {
    font-size: 0.875rem;
  }
}
.comments__item-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.comments__item-details {
  width: 100%;
}
.comments__item-name {
  font-weight: 600;
}
.comments__item-date {
  color: #AFAFAF;
}
.comments__item-text {
  padding: 0.5rem 0;
  word-wrap: break-word;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.comments__avatar--img {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10%;
     object-position: 10%;
}
@media screen and (min-width: 768px) {
  .comments__avatar--img {
    width: 3rem;
    height: 3rem;
  }
}
.comments__avatar--grey {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0;
  background-color: #E1E1E1;
}
@media screen and (min-width: 768px) {
  .comments__avatar--grey {
    width: 3rem;
    height: 3rem;
  }
}
.comments__btn-activity {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.comments__btn-activity-wrapper--like {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.75rem;
}
.comments__btn-activity--like, .comments__btn-activity--delete {
  width: 1rem;
  height: 1rem;
  background-size: contain;
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
}
.comments__btn-activity--like {
  background-image: url("./../assets/icons/SVG/icon-like.svg");
}
.comments__btn-activity--delete {
  background-image: url("./../assets/icons/SVG/icon-delete.svg");
}

.form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form__label {
  color: #AFAFAF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.625rem;
  margin: 0.125rem 0;
}
@media screen and (min-width: 768px) {
  .form__label {
    font-size: 0.75rem;
  }
}
.form__input-name, .form__input-comment {
  height: 2.25rem;
  width: 100%;
  border-radius: 0.25rem;
  border: solid 0.0625rem #E1E1E1;
  background-color: #FAFAFA;
  margin: 0.125rem 0 1rem;
  padding: 0.75rem;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .form__input-name, .form__input-comment {
    height: 3rem;
    padding: 1rem;
  }
}
.form__input-name::-moz-placeholder, .form__input-comment::-moz-placeholder {
  color: #323232;
  font-size: 0.8125rem;
}
.form__input-name::placeholder, .form__input-comment::placeholder {
  color: #323232;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .form__input-name::-moz-placeholder, .form__input-comment::-moz-placeholder {
    font-size: 0.875rem;
  }
  .form__input-name::placeholder, .form__input-comment::placeholder {
    font-size: 0.875rem;
  }
}
.form__input-name:focus, .form__input-comment:focus {
  border-color: #323232;
  background-color: #FFFFFF;
  outline: none;
}
.form__input-comment {
  height: 5rem;
  resize: none;
}
@media screen and (min-width: 768px) {
  .form__input-comment {
    margin-bottom: 1rem;
  }
}
.form__input--error {
  border: 0.0625rem solid #D22D2D !important;
}
.form__btn {
  height: 2.5rem;
  border-radius: 0.25rem;
  width: 100%;
  border: none;
  text-transform: uppercase;
  background-color: #323232;
  color: #FFFFFF;
  font-weight: 600;
  margin: 0.5rem 0 1rem;
  font-size: 1rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .form__btn {
    width: 9.375rem;
    margin-left: auto;
    margin-bottom: 1.5rem;
  }
}
.form__btn:hover {
  background-color: #000000;
}/*# sourceMappingURL=bio.css.map */