body {
  font-family: "Roboto", "Arial", "Helvetica", sans-serif;
  color: #2e2f42;
}

h1,
h2,
h3,
p,
ul {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: 2%;
  text-align: center;
}

h2 {
  color: #2e2f42;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.02em;
  text-align: center;
}

h3 {
  color: #2e2f42;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 2, 5;
}

.web-logo,
.web-logo-2 {
  color: #4d5ae5;
  line-height: 1.16;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.footer-web {
  color: #4d5ae5;
  line-height: 1.16;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.footer-studio {
  color: #f4f4fd;
  line-height: 1.16;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.studio-logo {
  color: #2e2f42;
  line-height: 1.16;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.footer {
  color: #ffffff;
  background-color: #2e2f42;
}

.navbar:hover {
  color: #2e2f42;
}
.address:hover {
  color: #434455;
}
.page-nav .link {
  color: #2e2f42;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 16px;
}
.page-nav .link:hover,
.page-nav .link:focus {
  color: #404bbf;
}
.page-nav .link:active {
  color: #404bbf;
}
.contacts:hover {
  color: #404bbf;
}
.hero-page {
  display: flex;
  /* Flexbox kullanımı */
  background-color: #2e2f42;
  justify-content: center;
  /* Dikey ortalama */
  /* Elemanlar arası boşluk */
  line-height: 2.5;
  height: 600px;
}

.hero-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.page-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 56px;
  letter-spacing: 0.02em;
  line-height: 1.07;
  padding: 188px;
}
.button {
  width: 169px;
  height: 56px;
  margin-top: 48px;
  border: none;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  background-color: #4d5ae5;
  gap: 10px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0px 2px 1px #2e2f42;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 4%;
  vertical-align: middle;
}
.button:hover,
.button:focus {
  background-color: #404bbf;
}
.order-button:hover {
  background-color: #404bbf;
}
.button-text {
  color: #ffffff;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.our-team li {
  list-style: none;
}
.team {
  background-color: #f4f4fd;
}
.team-section {
  background-color: #ffffff;
}
.our-team {
  background-color: #f4f4fd;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.team-full-cards {
  display: flex;
}
.portfolio-functions,
.team-position,
.features-text,
.contacts {
  color: #434455;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.page-footer {
  background-color: #2e2f42;
}
.studio-logo-2 {
  color: #f4f4fd;
  line-height: 1.16;
  font-family: "Raleway", sans serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.copyright-text {
  color: #f4f4fd;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.page-header {
  justify-content: space-between;
  width: calc(100% - 312px) max-width 1440px;
  border-bottom: 1px solid #e7e9fc;
  padding: 25.5px 156px 25.5px 156px;
  align-items: center;
  margin: 0 auto;
}

.page-header-full {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}

.page-header-logo {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 76px;
}

.header-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  border: 1px solid black;
  font-size: 24px;
}

.sayfa-genel {
  width: 1440px;
  height: 100%;
  margin: 0;
  padding: 0;
}

.page-nav,
.address {
  display: flex;
  gap: 40px;
}

.page-nav {
  margin-left: 76px;
}

.address {
  margin: left 332px;
}

.features-list-ul {
  display: flex;
  gap: 24px;
}

.features-list-li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section {
  padding: 120px 156px;
}

.team-title,
.portfolio-title {
  text-align: center;
  margin-bottom: 72px;
}

.team-list,
.portfolio-list-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.team-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 32px;
  text-align: center;
}

.portfolio-container {
  padding: 32px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid #e7e9fc;
  border-right: 1px solid #e7e9fc;
  border-left: 1px solid #e7e9fc;
}

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 100px 1020px 100px 156px;
}

.container {
  margin: 0 auto;
  width: 1440px;
}

.order-button {
  background-color: #4d5ae5;
  color: #ffffff;
  cursor: pointer;
}

.button-hover {
  background-color: #404bbf;
}
