/* font-family: "Raleway",sans-serif;
c */

body {
font-family: "Roboto", sans-serif;
color: #434455;
background-color:#fff;
}

ul, ol {
list-style-type:none;
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

a {
text-decoration: none;
}

:root {
    --btn-bg-color: #4d5ae5;
}

.container {
    max-width: 1158px;
    padding: 0 15px;
    margin: 0 auto;
}



.page-header {
    border-bottom: 1px solid #e7e9fc;
}

.header-container {
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 40px;
}

.contacts-list {
    display: flex;
    align-items: center;
    gap: 40px;
}


.header-nav {
    display: flex;
    align-items: center;
}


.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 {
    padding: 24px 0;
    margin-right: 76px;
}

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


.nav-link {
    display: block;
    padding: 24px 0;
font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #2e2f42;
}

.contacts {
    font-style:normal;
    margin-left: auto;
}

.contacts-link {
    display: block;
    padding: 24px 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
}

.nav-link:hover,
.nav-link:focus,
.contacts-link:hover,
.contacts-link:focus {
color: #404bbf;
}






.hero {
background-color: #2e2f42;
padding: 188px 0;
text-align:center;
}

.hero-title {
    font-size: 56px;
    line-height: 1.07;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    max-width: 496px;
    margin: 0 auto 48px;
    margin-bottom: 48px;
}

.hero-btn {
    background-color: var(--btn-bg-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #ffffff;
    cursor: pointer;
    
    border: none;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    padding: 16px 32px;
    min-width: 169px
    
}

.hero-btn:hover,
.hero-btn:focus {
    background-color: #404bbf;
}

.hero {
    background-color: #2e2f42;
}


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


.section-title 
.portfolio-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2e2f42;
}

.advantages-subtitle,
.team-name,
.portfolio-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2e2f42;
}

.advantages-text,
.team-role,
.portfolio-type,
.footer-text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
}

.team {
    background-color: #f4f4fd;
}

.team-item {
    background-color: #ffffff;
}




.footer-logo .logo-part {
    color: #f4f4fd;
}


.footer-text {
    color:#f4f4fd
}















.page-footer {
background-color:#2e2f42 ;
}