@import "./reset.css";
@import "./../fonts/fonts.css";

/* header */

body {
  color: black;
}

button {
  /* transition: all .15s ease-in; */
}

button:hover {
  color: #070707;
  background: #e7e7e7;
}
/* button:active {
  position: relative;
  top: 1px;
} */

.header {
  background: #f1f1f1;
  padding-top: 46px;
}

.container {
  max-width: 1230px;
  padding: 0 30px;
  margin: 0 auto;
}

/* navigation */

.nav__background {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.nav__logo {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  padding-right: 12px;
  padding-bottom: 2px;
}

/* точка за логотипом */
.nav__logo::after {
  content: ' ';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FDA300;

  right: 0; bottom: 0;
}

.nav__bar {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.nav__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.nav__link.active {
  color: #606060
}

.nav__btn {
  display: none;
}

/* секция HERO */

.hero {
  padding-top: 76px;
  background: #f1f1f1;
}

.hero__container {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}

.hero__content {
  width: 500px;
  padding-top: 124px;
}

.hero__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.hero__descript {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
}

.hero__img {
  max-width: 494px;
}

/* scills section */

.scills {
  padding: 90px 0;
}

.scills__list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.scills__item {
  flex: 1 1 31%;
  max-width: 370px;
}

.scills__icon {
  margin-bottom: 30px;
}

.scills__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;

  text-transform: uppercase;
}

.scills__descript {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  padding-bottom: 30px;
}

/* section portfolio */

.portfolio {
  text-align: center;
  background: #f1f1f1;
  padding-top: 90px;
}

.portfolio__title {
  margin-bottom: 70px;
}

.portfolio__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-content {
  font-weight: 600;
  font-size: 34px;
  line-height: 51px;
  text-align: center;
}

.portfolio__progect {
  display: inline-block;
  margin-bottom: 90px;
}

.progect-portfolio__img {
  display: block;
  margin-bottom: 40px;
}

.progect-portfolio a {
  text-decoration: underline;
  color: #070707;
}

.progect-portfolio__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;

  text-align: center;
}

/* footer contacts section */

.footer {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #E5E5E5;
}


.footer__container {
  text-align: center;
}

.footer__contacts {
  display: inline-block;
  text-align: center;
  width: 342px;
  margin: 0 0 auto;
}

.footer__title {
  margin-bottom: 40px;
}

.footer__text {
}

.footer__btn {
  padding: 8px 23px;
  border-radius: 25px;
  background: #070707;
  margin-top: 40px;
  margin-bottom: 80px;
}
a.btn__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;

  color: #FFFFFF;
}

.social__list {
  display: flex;
  justify-content: space-between;

  margin-bottom: 40px;
}

.social__item {
}

.social__describe {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;

  text-align: center;

  color: #828282;
}
