body {
  font-family: "Roboto", sans-serif;
  color: #434455;
  background-color: #fff;
}
ul,
ol {
  list-style-type: none;
}
a {
  text-decoration: none;
}
/*Header*/
.header-page {
}

.nav {
}

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

.header-logo .logo-part {
  color: #2e2f42;
}

.logo-part {
}

.nav-list {
}

.nav-item {
}
/*main-section*/
.section-menu {
  background-color: #2e2f42;
}
.section-title {
  font-size: 56px;
  line-height: 107%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  text-transform: capitalize; /* ← додали */
}

.nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #2e2f42;
}
.title-btn {
  background-color: #4d5ae5;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #ffffff;
  cursor: pointer;
}

.title-btn {
  cursor: pointer;
}
.title-btn:hover,
.title-btn:focus {
  background-color: #404bbf;
}
/*Advantages section*/
.advantages {
}
.advantages-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #2e2f42;
}
.advantages-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #434455;
}

/*Team section*/
.team {
  background-color: #f4f4fd;
  text-transform: capitalize;
}
.team-icon {
  background-color: #ffffff;
}

.team-list {
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: capitalize;
  color: #2e2f42;
  background-color: #ffffff;
}
.team-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2e2f42;
}
.team-title {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #434455;
}

.nav-link:hover,
.nav-link:focus,
.address-link:hover,
.address-link:focus,
.title-btn:hover,
.title-btn:focus {
  color: #404bbf;
}

/*Portfoli list*/
.portfolio {
  font-weight: 700;
  font-size: 36px;
  text-transform: capitalize;
  line-height: 111%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2e2f42;
}
.portfolio-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #2e2f42;
  background-color: #ffffff;
}

.portfolio-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #434455;
}

/*addres-list*/
.address {
  font-style: normal;
}

.address-list {
}

.address-item {
}

.address-link {
  font-size: 16px;
  /* line-height: 24px; */
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #434455;
}
.page-footer {
  background-color: #2e2f42;
}
.footer-logo .logo-part {
  color: #f4f4fd;
}
.footer-item {
  font-size: 16px;
  /* line-height: 24px; */
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #f4f4fd;
}

/*  font-family: "Roboto",
 sans-serif;
 font-family: "Raleway",
 sans-serif;    
 
 /*
/* .footer {
     background-color: slategray;
 }

 .logo {
     font-family: sans-serif;
     text-transform: uppercase;
     font-size: 20px;
     color: darkblue;
 }

 .logo-light {
     color: white;
 }

 .logo-dark {
     color: rgb(70, 70, 72);
 }*/
