body {
  font-family: "Roboto", sans-serif;
  color: #434455;
  background-color: #ffffff;
  font-weight: 400; /* за замовчуванням звичайний */
}

.text-color {
  color: #2e2f42;
  text-decoration: none;
}
.text-color:hover {
  color: #404bbf;
}
.text-color:focus {
  color: #404bbf;
}
/* хедер */
.header {
  justify-content: space-between;
}

.logo {
  margin-right: 76px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4d5ae5;
  text-decoration: none;
}
.logo-web {
  color: #2e2f42;
}

.nav {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #2e2f42;
  text-decoration: none;
}

.nav-list {
  list-style: none;
  margin: 0;
}
.contacts {
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
}

.contacts-list {
  list-style: none;
  margin: 0;
  text-decoration: none;
}
.contacts-item {
  color: #434455;
  text-decoration: none;
}
.contacts-item:hover {
  color: #404bbf;
}
.contacts-item:focus {
  color: #404bbf;
}
/* hero-block */
.hero {
  justify-content: center;
  text-align: center;
  background: #2e2f42;
}

.hero-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.07;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
}

.hero-btn {
  font-size: 16px;
  cursor: pointer;

  background: #4d5ae5;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.hero-btn:hover {
  background-color: #404bbf;
}
.hero-btn:focus {
  background-color: #404bbf;
}

/* Features-block */

.features-list {
  list-style: none;
  margin: 0;
}

.features-item {
  flex: 1;
  text-align: center;
}

.features-item-title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2e2f42;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.features-item-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
/* Team-block */
.team {
  background-color: #f4f4fd;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4d5ae5;
}
.team-title {
  font-size: 36px;
  line-height: 1.11;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2e2f42;
  margin-bottom: 40px;
}

/* Картки у ряд */
.team-list {
  flex-wrap: wrap;

  justify-content: center;
  list-style: none;
  margin: 0;
}

/* Картка */
.team-item {
  background: #ffffff;

  overflow: hidden;
}

/* Заголовок картки */
.team-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2e2f42;
  margin: 15px 0 5px 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

/* Текст підзаголовка */
.team-role {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
  margin: 0 0 15px 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* Секція Portfolio */
.projects {
}

.projects-title {
  font-size: 36px;
  line-height: 1.11;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2e2f42;
  margin-bottom: 72px;
}

.projects-list {
  flex-wrap: wrap;

  list-style: none;
  margin: 0 auto;

  justify-content: center;
}

.projects-item {
  background-color: #ffffff;

  overflow: hidden;
}

.projects-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2e2f42;
  margin: 16px 16px 8px;
}

.projects-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
  margin: 0 16px 16px;
}
/* футер */
.footer {
  background: #2e2f42;
  font-family: "Roboto", "Raleway", sans-serif;
}

.logo-footer {
  justify-content: flex-start;

  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4d5ae5;
  text-decoration: none;
}
.text-footer {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #f4f4fd;
}
.logo-webs {
  color: #f4f4fd;
}
