@charset "UTF-8";
*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #0f0f0f;
  box-sizing: border-box;
  margin: 2em auto;
  padding: 0 1em;
  max-width: 80em;
}

section {
  margin-bottom: 3rem;
}

a {
  color: #ffc749;
  font-weight: 700;
}
a:visited {
  color: #e29d00;
}

@media only screen and (max-width: 59.375em) {
  h1,
  h2 {
    text-align: center;
  }
}
body {
  color: #fff;
  font-family: sans-serif;
}

h1 {
  font-size: 4rem;
  text-align: center;
}

h2 {
  font-size: 3rem;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1px;
}

.header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e29d00;
}
.header__title {
  padding: 0 2.5rem 0 0;
}
.header__nav {
  display: flex;
  flex: 1;
  padding: 0.4rem;
  align-items: flex-end;
}
.header__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style-type: none;
  flex-direction: row;
  justify-content: space-around;
}
.header__link {
  color: #e29d00;
  text-decoration: none;
  font-size: 1.8rem;
}

@media only screen and (max-width: 59.375em) {
  .header {
    flex-direction: column;
  }
  .header__title {
    padding: 0;
  }
  .header__nav {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 23.4375em) {
  .header {
    margin: 0 0 1.5rem 0;
    padding-bottom: 1.5rem;
  }
  .header__list {
    flex-direction: column;
    align-items: center;
  }
  .header__list-item {
    margin: 0.7rem 0;
  }
}
.about {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30rem;
}
.about__img {
  border-radius: 10px;
  width: 30rem;
  height: 40rem;
}
.about__arrow {
  position: absolute;
  left: 30rem;
  top: 1rem;
  transform: translateX(-40%);
  width: 10rem;
}
.about__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style-type: none;
  display: flex;
  padding: 3rem;
}
.about__list-item {
  border-left: 2px solid #ffc749;
  border-radius: 2px;
  padding: 0 2rem;
  margin: 1rem 0;
}

.star {
  color: #e29d00;
}
.star:before {
  content: "★";
}

@media only screen and (max-width: 37.5em) {
  .about {
    flex-direction: column;
  }
  .about__arrow {
    top: 35rem;
    left: 5rem;
    transform: rotate(-90deg) scaleX(-1);
  }
}
@media only screen and (max-width: 23.4375em) {
  .about__img {
    width: 24rem;
    height: 32rem;
  }
  .about__arrow {
    top: 28rem;
    width: 8rem;
  }
}
.skills {
  display: flex;
  flex-direction: column;
}
.skills__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style-type: none;
  padding: 3rem;
}
.skills__list-item {
  border-left: 2px solid #ffc749;
  border-radius: 2px;
  padding: 0 2rem;
  margin: 1rem 0;
}
.skills__row {
  display: flex;
  align-items: center;
}

.icon-react {
  width: 5.5rem;
  padding-right: 2rem;
}

.education {
  display: flex;
  flex-direction: column;
}
.education__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style-type: none;
  padding: 3rem;
}
.education__list-item {
  border-left: 2px solid #ffc749;
  border-radius: 2px;
  padding: 0 2rem;
  margin: 1rem 0;
}

.experience {
  display: flex;
  flex-direction: column;
}
.experience__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style-type: none;
  padding: 3rem;
}
.experience__list-item {
  border-left: 2px solid #ffc749;
  border-radius: 2px;
  padding: 0 2rem;
  margin: 1rem 0;
}
.experience__configair-img {
  margin-top: 0.5rem;
  padding-right: 2rem;
  height: 3.5rem;
  width: 13.2rem;
}

#contact {
  min-height: auto;
}

.contact {
  display: flex;
}
.contact__link {
  position: relative;
  display: inline-block;
  margin: 3rem 3rem 0 3rem;
  width: 5rem;
  height: 5rem;
}
.contact__icon {
  fill: #fff;
  transition: fill 1s;
  width: 100%;
  height: 100%;
}
.contact__icon:hover {
  fill: #e29d00;
}
.contact__text {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  z-index: -1;
}

@media only screen and (max-width: 59.375em) {
  .contact {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 37.5em) {
  .contact {
    align-items: center;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  padding: 3rem 0 0 0;
  border-top: 1px solid #e29d00;
  align-items: center;
}
.footer__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__link {
  position: relative;
}
.footer__arrow {
  fill: #fff;
  margin-top: 2rem;
  transition: fill 1s;
  width: 5rem;
  height: 5rem;
}
.footer__arrow:hover {
  fill: #e29d00;
}
.footer__arrow-text {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  z-index: -1;
}

.copyright {
  margin-top: 2rem;
}/*# sourceMappingURL=style.css.map */