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

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

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

.container {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.header {
    border-bottom: 1px solid #e7e9fc;
    box-shadow: 0 1px 6px 0 rgba(46, 47, 66, 0.08), 0 1px 1px 0 rgba(46, 47, 66, 0.16), 0 2px 1px 0 rgba(46, 47, 66, 0.08);
    background: #fff;
}

.header-logo {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #2E2F42;

}

.header-logo span {
    color: #4D5AE5;
}

.header-wrapper {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    

}



ul {
    list-style: none;
}

a {
    text-decoration: none;
}



h1 {
font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    max-width: 216px;
    margin-bottom: 72px;

}

.hero-section {
    background-color: #2E2F42;
    background-image: linear-gradient(rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)), url(../images/bg-mob.jpg);
    max-width: 320px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 72px 0;
 
}
@media screen and (min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .hero-section {background-image: linear-gradient(rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)),
    url(../images/bg-mob-2x.jpg);
    }
}

.hero-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-style {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


.header-btn {
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    padding: 16px 32px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #4d5ae5;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}


.header-btn:focus {
    color: #fff;
    background-color: #404bbf;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}


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

.features-container {
    padding: 96px 0;
}

.features-list {
    list-style: none;
    display: flex;
     flex-direction: column;
        align-items: center;
        justify-content: center;
            gap: 72px;
        
}

.features-list li {
    width: 100%;
    
}

.features-icon-container {
    display: none;
}



.section-features-subtitle {
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.11;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
    color: #2e2f42;
    margin-bottom: 8px;
}

.section-features-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
}

.title-style {
    margin-bottom: 72px;

}

.section-team-container {
    padding: 96px 0;
    background-color: #f4f4fd;
        
}

.section-team-card-background {
    box-shadow: 0 2px 1px 0 rgba(46, 47, 66, 0.08), 0 1px 1px 0 rgba(46, 47, 66, 0.16), 0 1px 6px 0 rgba(46, 47, 66, 0.08);
    background: #fff;
    border-radius: 0 0 4px 4px;
    width: 264px;
    
}

.section-team-card {
    text-align: center;
    padding: 32px 16px;
}


.section-team-subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2e2f42;
    margin-bottom: 8px;
}

.section-team-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    color: #434455;
}

.our-team-list {
    display: flex;
        flex-direction: column;
        align-items: center;
        gap: 72px;
        margin: 0 auto;
}

.team-media-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 8px;
}



.media-icon {
    fill: #F4F4FD;
}

.media-icon-list {
    width: 40px;
    height: 40px;
}

.team-social-link {
    width: 100%;
    height: 100%;
    background-color: #4d5ae5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);

}


.team-social-link:focus {
    background-color: #404bbf;
}


.portfolio-container {
    padding-top: 96px;
    padding-bottom: 96px;
display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.portfolio-card-container {
    padding: 32px 16px;
    border: 1px solid #e7e9fc;
    border-top: none;

}


.portfolio-card {
    box-shadow: 0 2px 1px 0 rgba(46, 47, 66, 0.08), 0 1px 1px 0 rgba(46, 47, 66, 0.16), 0 1px 6px 0 rgba(46, 47, 66, 0.08);
    background-color: #fff;
    width: 100%;
    transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}



.our-portfolio-list {
    display: flex;
        flex-direction: column;
        row-gap: 48px;
}

.portfolio-card:focus .text-portfolio-item,
.portfolio-card:hover .text-portfolio-item {
    transform: translateY(0);
}


.section-portfolio-subtitle {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
    color: #2e2f42;
}



.section-portfolio-text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
}

 .text-portfolio-item {
     position: absolute;
     top: 0;
     left: 0;
     padding: 40px 32px;
     width: 100%;
     height: 100%;
     font-weight: 400;
     font-size: 16px;
     line-height: 1.5;
     letter-spacing: 0.02em;
     color: #f4f4fd;
     background-color: #4d5ae5;
     transform: translateY(100%);
     transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
 }

  .img-item-hover {
      position: relative;
      overflow: hidden;
  }

.footer-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #f4f4fd;
    width: 264px;
    margin-top: 16px;
margin-left: auto;
    margin-right: auto;
}

.section-footer-subtitle {
    font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.02em;
        color: #fff;
        
}

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



.footer-media-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
}

.footer-icon-list {
    width: 40px;
    height: 40px;

}

.footer-social-link {
    width: 100%;
    height: 100%;
    background-color: #4d5ae5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-social-link:focus {
    background-color: #31d0aa;
}


.footer-color-logo {
    color: #4d5ae5;
}

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

.footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 72px;
}

footer {
    background-color: #2e2f42;
    padding: 100px 0;
}



.footer-input {
    border: 1px solid #fff;
    border-radius: 4px;
    width: 288px;
    height: 40px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.04em;
    color: #fff;
    outline: none;
    transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-input:focus {
    border-color: #31d0aa;
}



.footer-btn {
    background: #4d5ae5;
    border-radius: 4px;
    padding: 8px 24px;
    width: 165px;
    height: 40px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);


}

.footer-input,
.footer-btn {
    margin-top: 0;
}

.subscribe-form-fields {
    display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-top: 16px;
}


.footer-icon {
    fill: #fff;

}

.footer-btn:focus {
    background: #31d0aa;
    
}


input::placeholder {
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.04em;
    color: #fff;

}

.mob-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 72px 16px 40px 16px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    visibility: hidden;
    opacity: 0;

}

.mob-menu.is-open {
opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.menu-nav-tab {
    display: none;
}

.contact-info-tab {
    display: none;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: auto;
    margin-bottom: 48px;
    margin-left: 16px;
    list-style: none;
    padding: 0;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-list {
font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #434455;
    text-decoration: none;
    font-style: normal;
}

.contact-info a:focus,
.contact-info a:hover {
    color: #4d5ae5;
}

.contact-list.accent {
    color: #4d5ae5;
}

.menu-open-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin-left: auto;
}

.mob-nav {
    flex-grow: 1;
}

.menu-nav {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #2e2f42;
    display: flex;
    flex-direction: column;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin-left: 16px;
    margin-bottom: 0;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link-current {
    color: #404bbf;
}


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


.header-media-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.media-icon-mob-list {
    width: 40px;
    height: 40px;
}

.mob-social-link {
    width: 100%;
    height: 100%;
    background-color: #4d5ae5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.media-icon-mob {
    fill: #F4F4FD;
}

.mob-social-link:hover,
.mob-social-link:focus {
    background-color: #404bbf;
}


.menu-close-btn {
    border-radius: 100%;
    background-color: #e7e9fc;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(46, 47, 66, 0.4);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal {
    border-radius: 4px;
        width: 288px;
        min-height: 623px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px 0 rgba(0, 0, 0, 0.2);
            background: #fcfcfc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 72px 16px 24px;
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-close-btn {
    border-radius: 100%;
    background-color: #e7e9fc;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-icon-close {
    fill: #2e2f42;
    
    transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-close-btn:focus {
    background-color: #404bbf;
    border: none;
}

.modal-close-btn:focus .modal-icon-close {
    fill: #ffffff;
}



.modal-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #2e2f42;
    text-align: center;
    width: 256px;
    margin-bottom: 16px;


}


.modal-label {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.16;
    letter-spacing: 0.04em;
    color: #8e8f99;
    margin-bottom: 4px;
}

.modal-field {
    margin-bottom: 8px;
}


.modal-input {
    border: 1px solid rgba(46, 47, 66, 0.4);
    border-radius: 4px;
    width: 100%;
    height: 40px;
    background: transparent;
    padding-left: 38px;
    padding-right: 16px;
    outline: transparent;
    transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-input:focus {
    border-color: #4D5AE5;
}

.modal-input:focus+.modal-icon {
    fill: #404bbf;
}

.modal-icon {
    fill: #2e2f42;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);


}

.modal-wrapper {
    position: relative;
}



.modal-textarea {
    border: 1px solid rgba(46, 47, 66, 0.4);
    border-radius: 4px;
    width: 100%;
    height: 120px;
    background: transparent;
    outline: transparent;
    padding-left: 16px;
    padding-top: 8px;
    resize: none;
    transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-textarea:focus {
    border-color: #404bbf;
}

textarea::placeholder {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.16;
    letter-spacing: 0.04em;
    color: rgba(46, 47, 66, 0.4);
    padding-top: 4px;

}

.checkbox-wrapper {
    margin-top: 16px;
    margin-bottom: 24px;
}

.modal-label-checked {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.04em;
    color: #8e8f99;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    width: 256px;
}

.checkbox-icon {
    fill: #f4f4fd;
    opacity: 0;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-checked:checked+.modal-label-checked .checkbox-icon {
    opacity: 1;
}

.modal-checked:checked+.modal-label-checked span {
    background-color: #404bbf;
    border: none;
    fill: #f4f4fd;
    stroke: #2E2F42;

}

.policy-link {
    line-height: 1.33;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #4d5ae5;
    margin-left: 8px;
}

.checkbox-style {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid rgba(46, 47, 66, 0.4);
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: transparent;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}


.modal-btn {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 16px 32px;
    width: 169px;
    height: 56px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    background: #4d5ae5;
    border: none;
    display: block;
    margin: 0 auto;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-btn:focus {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    background: #404bbf;
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 768px;
    }
        .header-wrapper {
            padding: 0;
        }
    .header-logo {
            margin-right: 120px;
        }
    .menu-open-btn {
        display: none;
    }
    .menu-nav-tab .nav-link-tab-current {
        font-weight: 500;
            font-size: 16px;
            line-height: 1.5;
            letter-spacing: 0.02em;
            position: relative;
            color: #404bbf;
        }
        .menu-nav-tab a:hover,
        .menu-nav a:focus {
            color: #404bbf;
        }

                .nav-link {
                    
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 1.5;
                    letter-spacing: 0.02em;
                    text-decoration: none;
                    color: #2e2f42;
                    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
                }

        .menu-nav-tab {
            display: flex;
            align-items: baseline;
            gap: 40px;
            margin-left: 0px;
        }


        .nav-link-tab-current {
            padding: 24px 0;
            transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
        }
    
        .nav-link-tab-current::after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 0;
            border-radius: 2px;
            width: 100%;
            height: 4px;
            background: #404bbf;
        }
    
    
.contact-info-tab {
    display: block;
}
.contact-info-tab a:hover,
.contact-info-tab a:focus {
    color: #404bbf;
}

.contact-info-tab {
    display: flex;
        flex-direction: column;
        gap: 12px;
        padding-top: 16px;
        padding-bottom: 16px;
        
}

address {
    margin-left: auto;
}
      .contact-info-tab a {
        font-weight: 400;
        font-size: 12px;
            line-height: 1.6;
            letter-spacing: 0.04em;
            color: #434455;
            font-style: normal;
            list-style: none;
            transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-icon {
    display: none;
}

.header-btn:hover,
.header-btn:focus {
    color: #fff;
    background-color: #404bbf;
}
.hero-section {
    background-image: linear-gradient(rgba(46, 47, 66, 0.7), rgba(46, 47, 66, 0.7)),
            url(../images/bg-tab1.jpg);
        padding: 112px 0;
            max-width: 768px;
}

h1 {
    font-size: 56px;
    line-height: 1.07;
    letter-spacing: 0.02em;
    max-width: 496px;
    margin-bottom: 36px;
}

.section-features-subtitle {
    display: flex;
    justify-content: start;
}

    .features-list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: start;
    gap: 72px 24px;
    

}

.features-list li {
    width: calc((100% - 24px) / 2);
}


.our-team-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px 24px;
    max-width: 584px;

}
.team-social-link:hover,
.team-social-link:focus {
    background-color: #404bbf;
}

.portfolio-card {
    width: calc((100% - 24px) / 2);
    
}
.our-portfolio-list {
    flex-direction: row;
        flex-wrap: wrap;
        column-gap: 24px;
        row-gap: 72px;
max-width: 736px;
}


.footer-info {


    display: flex;
    flex-wrap: wrap;
    
    flex-direction: row;
    text-align: left;
    align-items: baseline;
    
    column-gap: 24px;
    
    row-gap: 72px;
    
    padding-left: 108px;
    
}

.footer-input {
    width: 264px;
}

.style-logo {
   
    display: block;
        
        max-width: 264px;
    
}


.footer-form {
    width: 100%;
    margin-left: 0;
}

 .footer-input {
     width: 264px;
 }

.subscribe-form-fields {
    flex-direction: row;
    gap: 24px;
    justify-content: flex-start;
}

.footer-social-link:hover,
.footer-social-link:focus {
    background-color: #31d0aa;
}

 .footer-input:hover,
 .footer-input:focus {
     border-color: #31d0aa;
 }

 .footer-btn:hover,
 .footer-btn:focus {
     background: #31d0aa;

 }

.modal-close-btn:hover,
.modal-close-btn:focus {
    background-color: #404bbf;
    border: none;
}

.modal-close-btn:hover .modal-icon-close,
.modal-close-btn:focus .modal-icon-close {
    fill: #ffffff;
}

.modal-input:hover {
    fill: #4d5ae5;
}

.modal-btn:hover,
.modal-btn:focus {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    background: #404bbf;

}

.modal {
        width: 408px;
        min-height: 584px;
        padding: 72px 24px 24px;
}

.modal-title {
    width: 360px;
}

.modal-label-checked {
    line-height: 1.33;
    width: 360px;
}



}

@media screen and (min-width: 1158px) {
    .container {
        max-width: 1158px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-wrapper {
        padding: 0;
    }

    .header-logo {
        margin-right: 76px;
    }

    .hero-section {
    background-image: linear-gradient(rgba(46, 47, 66, 0.7),
   rgba(46, 47, 66, 0.7)), url(../images/people-office.jpg);
    max-width: 1440px;
    padding: 188px 0;
        }


    .menu-nav-tab .nav-link-tab-current {
        position: relative;
        color: #404bbf;
    }

    .nav-link {
        padding-top: 24px;
            padding-bottom: 24px;
    }

    .nav-link-tab-current {
    padding-top: 24px;
        padding-bottom: 24px;
    }

    .nav-link-tab-current::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        border-radius: 2px;
        width: 100%;
        height: 4px;
        background: #404bbf;
    }


.contact-info-tab a {
        font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
    font-style: normal;
    display: inline-block;
    padding-top: 24px;
    padding-bottom: 24px;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .contact-info-tab {
        display: flex;
        flex-direction: row;
        gap: 40px;
        padding-top: 0;
        padding-bottom: 0;
    }

        address {
                margin-left: auto;
        
        }
        
    h1 {
        margin-bottom: 48px;
    }

  .features-container {
    padding: 120px 0;
  }
    .features-list li {
            width: calc((100% - 72px) / 4);
            
        }
     .section-features-subtitle {
        font-weight: 500;
            font-size: 20px;
            line-height: 1.2;
     }
        .section-features-text {
            font-weight: 400;
        }
    
        .features-icon-container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 112px;
        background-color: #f4f4fd;
        border: 1px solid #8e8f99;
        border-radius: 4px;
        margin-bottom: 8px;
    }
    .section-team-container {
        padding: 120px 0;
    }
        .section-team-card-background {
            width: calc((100% - (3 * 24px)) / 4);
    
        }
        .our-team-list {
                    display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            max-width: 1128px;
            gap: 24px;

                }

        .portfolio-container {
            padding-top: 120px;
            padding-bottom: 120px;
        }

        .portfolio-card {
        width: calc((100% - 48px) / 3);
        box-shadow: none;
                }

        .portfolio-card:hover,
        .portfolio-card:focus {
            box-shadow: 0 2px 1px 0 rgba(46, 47, 66, 0.08),
                0 1px 1px 0 rgba(46, 47, 66, 0.16),
                0 1px 6px 0 rgba(46, 47, 66, 0.08);
        }
        
                                     
     .our-portfolio-list {
         display: flex;
        flex-wrap: wrap;
         align-items: center;
         justify-content: center;
         column-gap: 24px;
        row-gap: 48px;
        max-width: 1128px; 
                        }
          .section-footer-subtitle {
            font-weight: 500;
                font-size: 16px;
                line-height: 1.5;
                letter-spacing: 0.02em;
                color: #fff; }
             
 .footer-info {
    flex-wrap: nowrap;
     flex-direction: row;
     align-items: baseline;
     text-align: left;
     gap: 0;
     padding-left: 0;
 }

 .style-logo {
     margin-right: 120px;
     display: block;
 }


 .footer-form {
    width: auto;
     margin-left: auto;
 }

 .section-footer-subtitle {
     text-align: left;
     margin-bottom: 16px;
 }


 .subscribe-form-fields {
     flex-direction: row;
     gap: 24px;
     align-items: center;
 }

        }

 @media screen and (min-width: 768px) and (min-resolution: 192dpi),
screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .hero-section {
     background-image: linear-gradient(rgba(46, 47, 66, 0.7), rgba(46, 47, 66, 0.7)),
           url(../images/bg-tab-2x.jpg);

                    }
                }

@media screen and (min-width: 1158px) and (min-resolution: 192dpi),
screen and (min-width: 1158px) and (min-resolution: 2dppx) {
    .hero-section {
        background-image: linear-gradient(rgba(46, 47, 66, 0.7), rgba(46, 47, 66, 0.7)),
            url(../images/bg-desk-2x.jpg);
            
    }
}

    

