@import "base/normalize.css";
.promo__content, .platforms-link, .platforms-list, .footer__list, .footer__wrapper, .promo__buttons, .header__list {
  display: flex;
  justify-content: space-between;
}

.portfolio__card:hover .portfolio__card-img, .header__hamburger.cross::after, .header__hamburger.cross::before, .header__hamburger:hover, .footer__menu-link:hover, a:hover, .btn:hover .promo__link,
.btn:hover .contacts__link, .btn:hover, .header__list.clicked, .header__menu-link:hover, .header__list {
  transition: 0.8s;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  color: #eee;
}

a {
  color: #eee;
}

.main {
  background-color: #000000;
}

h1 {
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 7.7rem;
  font-style: normal;
}
@media (max-width: 480px) {
  h1 {
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 4.7rem;
    font-style: normal;
  }
}

h2 {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 5.4rem;
  font-style: normal;
}
@media (max-width: 480px) {
  h2 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.4rem;
    font-style: normal;
  }
}

h3 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3.8rem;
  font-style: normal;
}

h4 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8rem;
  font-style: normal;
}

h5 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7rem;
  font-style: normal;
}

.hljs {
  background-color: #000000 !important;
}

.hljs-title {
  color: #FDB827 !important;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1620px) {
  .wrapper {
    padding: 0 28px;
  }
}
@media (max-width: 1120px) {
  .wrapper {
    padding: 0 48px;
  }
}
@media (max-width: 480px) {
  .wrapper {
    padding: 0 10px;
  }
}

.header {
  padding: 20px 0;
  position: fixed;
  height: 30px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.7);
}
.header__list {
  max-width: 690px;
  margin: auto;
}
@media (max-width: 768px) {
  .header__list {
    display: none;
  }
}
.header__menu {
  position: relative;
}
.header__menu-link {
  cursor: pointer;
}
.header__menu-link:hover {
  color: #FDB827;
}
@media (max-width: 768px) {
  .header {
    backdrop-filter: none;
    background: rgba(0, 0, 0, 0.7);
  }
}

.header__list.clicked {
  display: block;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 20px;
  right: 0px;
  width: 100%;
  height: 75vh;
  z-index: 10;
  text-align: center;
  backdrop-filter: blur(12px);
  background-color: rgba(0, 0, 0, 0.9);
}
.header__list.clicked > * {
  margin: 6px 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.8rem;
  font-style: normal;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 113px;
  height: 49px;
  border-radius: 8px;
  background-color: rgba(238, 238, 238, 0.2);
  cursor: pointer;
}
.btn:hover {
  background-color: #FDB827;
  color: #000000;
}
.btn:hover .promo__link,
.btn:hover .contacts__link {
  color: #000000;
}

.promo__buttons {
  width: 328px;
  margin: auto;
}
@media (max-width: 480px) {
  .promo__buttons {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
    width: 100%;
  }
}

.promo__buttons-portfolio,
.about__button,
.contacts__buttons-portfolio {
  width: 198px;
}

@media (max-width: 480px) {
  .about__button {
    margin: auto;
  }
}

.layout-2-columns,
.layout-4-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.colored-text {
  color: #FDB827;
}

a:hover {
  color: #FDB827;
}

.footer {
  background-color: #000000;
  text-align: center;
  padding-bottom: 20px;
}
.footer__wrapper {
  flex-wrap: wrap;
  row-gap: 20px;
  max-width: 63%;
  margin: auto;
}
@media (max-width: 1120px) {
  .footer__wrapper {
    justify-content: center;
  }
}
.footer__contacts {
  margin-top: 0 !important;
}
.footer__text {
  opacity: 0.4;
}
.footer__list {
  justify-content: center;
  align-items: center;
  column-gap: 29px;
  flex-wrap: wrap;
}
.footer__list > * {
  flex-basis: 160px;
}
@media (max-width: 768px) {
  .footer__list {
    height: 66px;
  }
}
@media (max-width: 480px) {
  .footer__list {
    height: 128px;
  }
}
.footer__menu-link {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4rem;
  font-style: normal;
}
.footer__menu-link:hover {
  color: #FDB827;
  cursor: pointer;
}

.header__hamburger {
  position: absolute;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 22px;
  height: 18px;
  opacity: 0.4;
  cursor: pointer;
}
.header__hamburger-line {
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background-color: #eee;
  border-radius: 1px;
}
.header__hamburger::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  background-color: #eee;
  height: 2px;
  top: 0;
  left: 0;
  border-radius: 1px;
}
.header__hamburger::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  background-color: #eee;
  height: 2px;
  bottom: 0;
  left: 0;
  border-radius: 1px;
}
.header__hamburger:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .header__hamburger {
    display: block;
  }
}

.header__hamburger-line.cross {
  background: transparent;
}

.header__hamburger.cross::before {
  transform: rotate(-45deg);
  top: 8px;
  width: 80%;
}

.header__hamburger.cross::after {
  transform: rotate(45deg);
  bottom: 8px;
  width: 80%;
}

.about {
  padding: 0 70px;
  padding-top: 144px;
}
@media (max-width: 1120px) {
  .about {
    padding: 144px 10px;
  }
}
@media (max-width: 480px) {
  .about {
    padding: 100px 10px;
  }
}
.about__caption {
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 20px;
  flex-direction: row;
  column-gap: 48px;
}
@media (max-width: 1120px) {
  .about__caption {
    column-gap: 18px;
  }
}
@media (max-width: 768px) {
  .about__caption {
    flex-direction: column;
    row-gap: 20px;
  }
}
.about__title {
  flex-basis: 50%;
}
.about__image {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
}
.about__image > * {
  width: 100%;
  transform: translate(0%, -12%);
}
@media (max-width: 1120px) {
  .about__image {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .about__image {
    width: 200px;
    height: 200px;
  }
}
.about__content {
  flex-direction: row;
}
@media (max-width: 768px) {
  .about__content {
    flex-direction: column;
  }
}
.about__description {
  flex-basis: 50%;
}
.about__text {
  font-size: 2rem;
  font-weight: normal;
  line-height: 2.5rem;
  font-style: normal;
}
@media (max-width: 480px) {
  .about__text {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.5rem;
    font-style: normal;
  }
}
.about__skills {
  flex-basis: 40%;
  padding-top: 20px;
  margin-bottom: 40px;
}
.about__skills-list {
  flex-direction: row;
  justify-content: flex-start;
  row-gap: 16px;
  column-gap: 16px;
}
@media (max-width: 1120px) {
  .about__skills-list {
    column-gap: 5px;
  }
}
@media (max-width: 480px) {
  .about__skills-list {
    justify-content: center;
  }
}
.about__skills-item {
  flex-basis: 43%;
  height: 48px;
  padding-top: 10px;
  padding-left: 20px;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
}
@media (max-width: 480px) {
  .about__skills-item {
    flex-basis: 83%;
    height: 60px;
  }
}

.platforms {
  margin: auto;
  margin-top: 64px;
  max-width: 113px;
}

.platforms-link {
  align-items: center;
  width: 60px;
  height: 60px;
}

.platforms-link-1 {
  display: block;
  background: url("../images/svg/github-icon.svg") no-repeat center center;
  background-size: cover;
  opacity: 0.5;
  width: 30px;
  height: 30px;
}
.platforms-link-1:hover {
  opacity: 1;
}

.platforms-link-2 {
  display: block;
  background: url("../images/svg/rs_school-logo.svg") no-repeat center center;
  filter: brightness(10) contrast(0) invert(1);
  background-size: contain;
  width: 60px;
  height: 60px;
}
.platforms-link-2:hover {
  filter: brightness(2) contrast(1) invert(1);
}

.contacts {
  padding: 0 0 100px;
}
.contacts__wrapper {
  justify-content: flex-start;
}
.contacts__image {
  flex-basis: 39%;
  max-width: 560px;
  min-width: 285px;
}
.contacts__image > img {
  width: 100%;
  height: auto;
}
@media (max-width: 1120px) {
  .contacts__image {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .contacts__image {
    display: none;
  }
}
.contacts__text {
  flex-basis: 46%;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .contacts__text {
    flex-basis: 80%;
    justify-content: center;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .contacts__text {
    flex-basis: 100%;
  }
}
.contacts__description {
  margin-top: 5px;
  margin-bottom: 40px;
}
.contacts__list {
  margin-bottom: 35px;
}
.contacts__list > li {
  margin-bottom: 16px;
}
.contacts__buttons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  margin-right: auto;
  width: 347px;
}
@media (max-width: 768px) {
  .contacts__buttons {
    margin: auto;
  }
}
@media (max-width: 480px) {
  .contacts__buttons {
    width: 80%;
    flex-direction: column;
    align-items: center;
  }
}
.contacts__contacts {
  margin: 13px 0px;
}
@media (max-width: 768px) {
  .contacts__contacts {
    margin: auto;
  }
}

.examples {
  padding: 100px 70px;
}
@media (max-width: 1120px) {
  .examples {
    padding: 100px 10px;
  }
}
.examples__wrapper {
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
}
.examples__title {
  margin-bottom: 20px;
  color: #FDB827;
}
.examples__card {
  max-width: 36%;
  min-width: 200px;
  height: 160px;
  padding: 30px 40px;
  border: 1px solid #FDB827;
  border-radius: 10px;
}
@media (max-width: 1620px) {
  .examples__card {
    max-width: 46%;
  }
}
@media (max-width: 1120px) {
  .examples__card {
    max-width: 65%;
  }
}
@media (max-width: 768px) {
  .examples__card {
    display: flex;
    justify-content: center;
    max-width: 71%;
  }
}
@media (max-width: 480px) {
  .examples__card {
    max-width: 100%;
    padding: 30px 0;
  }
}

@media (max-width: 1620px) {
  code {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  code {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  code {
    font-size: 1rem;
  }
}

.experience {
  position: relative;
  padding: 100px 70px;
  padding-top: 144px;
}
@media (max-width: 1120px) {
  .experience {
    padding: 100px 10px;
  }
}
@media (max-width: 768px) {
  .experience {
    padding-top: 0;
  }
}
.experience__image {
  position: absolute;
  width: 500px;
  height: auto;
  top: 60px;
  left: 768px;
}
@media screen and (min-width: 1921px) {
  .experience__image {
    left: 1076px;
  }
}
@media (max-width: 1620px) {
  .experience__image {
    left: 700px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 1040px) {
  .experience__image {
    left: 510px;
  }
}
@media screen and (max-width: 1039px) {
  .experience__image {
    display: none;
  }
}
.experience__title {
  margin-bottom: 20px;
}
.experience__subtitle {
  color: #FDB827;
}
.experience__text {
  max-width: 604px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 3rem;
  font-style: normal;
}
@media (max-width: 480px) {
  .experience__text {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.5rem;
    font-style: normal;
  }
}
.experience__list {
  margin: 20px 0;
}
.experience__list > * {
  font-size: 2rem;
  font-weight: normal;
  line-height: 4rem;
  font-style: normal;
}
@media (max-width: 480px) {
  .experience__list > * {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.5rem;
    font-style: normal;
  }
}
.experience__link {
  text-decoration: underline;
}

.portfolio {
  padding: 0 70px;
}
@media (max-width: 1120px) {
  .portfolio {
    padding: 0 10px;
  }
}
.portfolio__wrapper {
  row-gap: 20px;
  column-gap: 24px;
  flex-direction: row;
  justify-content: center;
}
.portfolio__title {
  margin-bottom: 20px;
  color: #FDB827;
}
.portfolio__card {
  position: relative;
  flex-basis: 30%;
  height: 210px;
  min-width: 352px;
  background-color: rgba(110, 110, 110, 0.1);
  border-radius: 19px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  overflow: hidden;
}
.portfolio__card:hover .portfolio__card-img {
  transform: scale(1.02);
  opacity: 1;
}
@media (max-width: 1120px) {
  .portfolio__card {
    flex-basis: 67%;
  }
}
@media (max-width: 768px) {
  .portfolio__card {
    flex-basis: 90%;
    max-width: 90%;
    min-width: 90%;
  }
}
.portfolio__card-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5rem;
  font-style: normal;
}
.portfolio__card-img {
  flex-basis: 43%;
  width: 210px;
  height: 210px;
}
.portfolio__card-technologies {
  position: absolute;
  bottom: 3px;
  text-transform: uppercase;
  color: #FDB827;
  opacity: 0.7;
}
.portfolio__link {
  display: flex;
}
.portfolio__img-1 {
  background: url("../images/museum.png") no-repeat center center;
  background-size: cover;
  border-radius: 19px;
}
.portfolio__img-2 {
  background: url("../images/vertical-slider.png") no-repeat;
  background-size: cover;
  border-radius: 19px;
}
.portfolio__img-3 {
  background: url("../images/custom-player.png") no-repeat center center;
  background-size: cover;
  border-radius: 19px;
}
.portfolio__img-4 {
  background: url("../images/memslider.png") no-repeat center center;
  background-size: cover;
  border-radius: 19px;
}
.portfolio__img-5 {
  background: url("../images/artquiz.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 19px;
}
.portfolio__img-6 {
  background: url("../images/momentum.png") no-repeat center center;
  background-size: cover;
  border-radius: 19px;
}
.portfolio__img-7 {
  background: url("../images/rick-and-morty.png") no-repeat center center;
  background-size: cover;
  border-radius: 19px;
  opacity: 0.7;
}
.portfolio__card-text {
  flex-basis: 53%;
  margin-left: 12px;
  padding-top: 19px;
}
.portfolio__card-title {
  margin-bottom: 30px;
}

.in-progress {
  display: inline-block;
  margin-top: 15px;
  color: red;
  opacity: 0.8;
}

.promo {
  position: relative;
  text-align: center;
}
.promo__content {
  justify-content: start;
  flex-wrap: wrap;
  margin: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .promo__content {
    flex-direction: column;
  }
}
.promo__image {
  width: 545px;
  min-width: 400px;
  min-height: 400px;
  margin-top: 53px;
  height: 545px;
}
@media (max-width: 1120px) {
  .promo__image {
    width: 500px;
    height: 500px;
    min-width: 300px;
    min-height: 300px;
    margin-left: -65px;
    margin-top: 87px;
  }
}
@media (max-width: 768px) {
  .promo__image {
    display: none;
  }
}
.promo__text {
  padding-top: 144px;
  max-width: 62%;
  margin-left: -221px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2rem;
  font-style: normal;
}
@media (max-width: 1620px) {
  .promo__text {
    margin-left: -289px;
  }
}
@media (max-width: 1120px) {
  .promo__text {
    max-width: 65%;
  }
}
@media (max-width: 768px) {
  .promo__text {
    margin: auto;
  }
}
@media (max-width: 480px) {
  .promo__text {
    max-width: 80%;
  }
}
.promo__title {
  position: relative;
  margin-bottom: 20px;
}
.promo__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 65px;
  height: 82px;
  top: -6px;
  left: 72%;
  background: url("../images/svg/emodji.png") no-repeat center center;
  background-size: cover;
}
@media (max-width: 1620px) {
  .promo__title:after {
    left: 74%;
  }
}
@media (max-width: 1120px) {
  .promo__title:after {
    left: 82%;
  }
}
.promo__description {
  max-width: 80%;
  margin: auto;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .promo__description {
    max-width: 100%;
  }
}

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