/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}




html {
    scroll-behavior: smooth;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.container {
    padding: 1rem;
    max-width: 1280px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    display: block;
}

h1,
h2,
h3 {
    margin: 0;
}

.h1 {
    font-size: 2.25rem;
}
.h2 {
    font-size: 2rem;
}
.h3 {
    font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
    .h1 {
        font-size: 3rem;
    }
    .h2 {
        font-size: 2.5rem;
    }
    .h3 {
        font-size: 1.5625rem;
    }
}

p {
    line-height: 1.5;
    font-size: 1rem;
}

a {
    text-decoration: none;
    color: #000;
}
a:hover,
a:focus {
    text-decoration: underline;
    color: #000;
}

.btn {
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
    text-align: center;
}

.btn--primary {
    background-color: #000;
    color: #fff;
}

.btn--secondary {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
}

/* Header  */
.header {
    padding: 0.282rem 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #676767;
    position: sticky;
    width: 100%;
    top:0;
    left:0;
    z-index:20;
}
.header__logo {
    font-weight: bold;
}
.header__logo_img {
    width: auto;
    height: 3rem;
    display:block;
    margin: 0 auto 0 0;
}
.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height:1;
}
.header__nav {
    display: none;
    justify-content: space-between;
    background-color: #fff;
    align-items: center;
    border-radius: 5px;
}
.header__link {
    position: relative;
    text-decoration: none;
    color: #000;
    box-sizing: border-box;
    display: block;
    padding: 1rem;
    width: 100%;
    text-align: center;
}
.header__link:hover,
.header__link:focus {text-decoration: none;
    color: #000;}

.header__menu {
    display: block;
    cursor: pointer;
    position: absolute;
    right:1rem;
    top:2rem;
}
.header__menu-hamburger {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    height:1.625rem;
}
.header__menu-hamburger span {
    display: block;
    background-color: #676767;
    height: 2px;
    width: 2rem;
}
.header.menu_open .header__menu-hamburger span {
    background-color: #000;
}
.header.menu_open span.line1 {
    transform: rotate(45deg);
    transform-origin:50% 50%;
    position:absolute; 
    top:50%;
    left:0%;
}
.header.menu_open span.line2 {
    transform: rotate(-45deg);
    transform-origin:50% 50%;
    position:absolute; 
    top:50%;
    left:0%;
}
.header.menu_open span.line3 {
    visibility:hidden;
}
.header__menu {
    appearance: none;
    border: 0;
    background-color: transparent;
}
@media screen and (max-width: 1024px) {
    .header.menu_open .header__nav {
        position: absolute;
        display: flex;
        top: calc(5.55rem + 1px);
        padding: 1rem 0;
        font-size: 1.45rem;
        border-bottom: 1px solid #676767;
        flex-direction: column;
        z-index: 999;
        left: 0;
        width: 100%;
        border-radius:0;
    }
}
@media screen and (min-width: 1024px) {
    .header__menu {
        display: none;
    }
    .header__nav {
        padding: 0 0.25rem;
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }
    .header__link {
        padding: 0.8rem 0;
        width: auto;
        margin: 0 1rem;
    }
    .header__link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #000;
        height: 2px;
        transform: scaleY(0);
        transition: transform 0.2s ease-in-out;
    }
    .header__link:hover::before,
    .header__link:focus::before {
        transform: scaleY(1);
    }
}

/* Welcome  */
.welcome {
    position: relative;
    overflow: hidden;
}
/* .welcome .container {
    background-image: url(./assets/welcome_img.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50% auto;
    background-attachment: fixed; 
} */
.welcome__content {
    padding: 2rem 0;
}
.welcome__text {
    max-width: 32rem;
}
.welcome__image {
    position: relative;
    height: 15rem;
    width: 100%;
}
.welcome__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.welcome__buttons {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .welcome__content {
        max-width: 50%;
        min-height: 50rem;
        box-sizing: border-box;
        padding-right: 1rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .welcome__image {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
    }
}

/* Trusted  */
.trusted {
    background-color: #f5f5f5;
    text-align: center;
}

.trusted__text {
    flex: 1 auto;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
}

.trusted__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    padding: 4rem 0;
}

@media screen and (min-width: 768px) {
    .trusted__text {
        text-align: left;
    }
    .trusted__content {
        flex-direction: row;
        justify-content: space-between;
    }
    .trusted__logos {
        max-width: 70%;
    }
}

/* Overview  */
.overview {
    text-align: center;
}

.overview .h1 {
    margin-top: 4rem;
}

.overview__text {
    max-width: 43rem;
    margin: 2rem auto 4rem auto;
}

.overview__cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.card {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    flex: 1 auto;
    padding: 1rem;
    background-color: #f7f7f7;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 2.25rem;
    border-radius: 5px;
    gap: 1rem;
    box-sizing: border-box;
}

.card__image {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 6.5rem;
    width: 6.5rem;
}

.card__text {
    flex: 1;
    text-align: left;
}

.card__text p {
    margin: 0.45rem 0 0 0;
}

@media screen and (min-width: 768px) {
    .overview__cards {
        gap: 1rem;
    }
    .card {
        width: calc(50% - 1rem);
    }
}

@media screen and (min-width: 1024px) {
    .card {
        width: calc(33.3333% - 1rem);
    }
}

/* Sustainability  */
.sustainability {
    text-align: center;
}

.sustainability__text {
    max-width: 57rem;
    margin: 2rem auto 4rem auto;
}

.sustainability__icon {
    display: flex;
    justify-content: center;
    margin-bottom: 0.45rem;
}

.sustainability__image {
    display: flex;
    justify-content: center;
}

/* Features  */
.features {
    text-align: center;
    padding: 4rem 0;
}
.features__list {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}
.features__column {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .features__column {
        width: auto;
    }
}
@media screen and (min-width: 1024px) {
    .features__list {
        justify-content: space-between;
    }
    .features__column {
        flex: 1;
    }
}

/* Team  */
.team {
    padding-top: 4rem;
    text-align: center;
    background-color: #f5f5f5;
}
.team--nobg {
    padding: 0;
    background-color: transparent;
}
.team__text {
    max-width: 60rem;
    margin: 2rem auto 4rem auto;
}

.team__stats {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    justify-content: space-between;
}

.stats__separator {
    width: 1px;
    background-color: #000;
}

.stats {
    text-align: center;
}

.stats__value {
    font-weight: bold;
    margin: 0 auto 1rem auto;
}

/* Clients */
.clients {
    background-color: #f7f7f7;
    padding: 4rem 0;
}
.clients__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.clients__image {
    mix-blend-mode: darken;
}
.clients__text {
    text-align: center;
    margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
    .clients__content {
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }
    .clients__content-text {
        max-width: 27rem;
        margin: 2rem 0 0 0;
    }
    .clients__text {
        text-align: left;
        margin-bottom: 0;
    }
}

/* Contact */
.contact {
    background-color: #fff;
    padding: 4rem 0;
}
.contact__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.contact__text {
    text-align: center;
    margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
    .contact__content {
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }
    .contact__content-text {
        max-width: 27rem;
        margin: 2rem 0 0 0;
    }
    .contact__text {
        text-align: left;
        margin-bottom: 0;
    }
}


/* Footer */
.footer .container {
    padding-top: 0;
}
.footer__menu {
    display: flex;
    justify-content: space-between;
    padding: 4rem 2rem;
    flex-wrap: wrap;
    gap: 2rem;
    display: none;
}
.footer__column {
    flex: 1;
}
.footer__copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    padding: 1rem 0 3rem 0;
    border-top: 1px solid #000;
}
.footer__copyright-text {
    text-align: center;
}
.footer__copyright .footer__link {
    text-decoration: underline;
}
