@font-face {
    font-family: 'Bell MT';
    src: url('/assets/page/fonts/bell-mt/BellMT.woff2') format('woff2'),
        url('/assets/page/fonts/bell-mt/BellMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.container {
    width: auto;
}

section{
    display: block;
    /* flex-direction: column; */
}

body {
    background: #E8E4DC;
    padding: 0px;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Bell MT';
    font-style: normal;
    font-weight: 400;
    color: #181817;
}

p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #6E6E6E;
}


footer {
    padding-top: 100px;
    background: #E8E4DC;
}

footer .subscribe-letter {
    width: 724px;
    max-width: 100%;
    display: table;
    margin: 0px auto;
    padding-bottom: 100px;
}

footer .subscribe-letter .heading {
    padding-bottom: 48px;
}

footer .subscribe-letter .heading h2 {
    margin: 0px;
    padding-bottom: 16px;
    font-family: 'Bell MT';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 66px;
    text-align: center;
    letter-spacing: -0.02em;

    color: #181817;
}

footer .subscribe-letter .heading p {
    margin: 0px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;

    color: #6E6E6E;
}

footer .subscribe-letter form {
    display: flex;
    gap: 0px;
}

footer .subscribe-letter form input {
    box-sizing: border-box;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 18px 24px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #181817;
    opacity: 0.7;
    width: 100%;
}

footer .subscribe-letter form button {
    padding: 18px 32px;
    width: 165px;
    height: 64px;
    /* border-radius: 8px; */
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #0D260B;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
}

footer .footer-logo {
    max-width: 100%;
    width: 186px;
}

footer .address {
    margin: 0px;
    padding-top: 12px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #6E6E6E;
    width: 280px;
}

footer .heading-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #0B2626;
    margin: 0px;
    padding-bottom: 24px;
}

footer .links {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

footer .links.contacts li{
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .social-media{
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

footer .links li {
    margin-bottom: 20px;
}

footer .links li:last-child {
    margin-bottom: 0px;
}

footer .links li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #6E6E6E;
    text-decoration: none;
}

footer .mobile{
    display: none;
}

footer .copyright {
    padding: 16px 0px;
    margin-top: 32px;
    border-top: 1px solid #8F8F8F;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .copyright p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.015em;

    color: #6E6E6E;
    margin: 0px;
}

.happy-clients {
    padding: 100px 0px;
    background: #E1DBD1;
}

.happy-clients .heading {
    padding-bottom: 48px;
}

.happy-clients .heading h2 {
    padding: 0px;
    margin: 0px;
    font-family: 'Bell MT';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 66px;
    text-align: center;
    color: #000000;
}

.happy-clients .heading h2 span {
    color: #48992E;
}

.happy-clients .happy-clients-card {
    padding: 48px 24px 24px;
    padding-bottom: 84px;
    background: #E8E4DC;
    border-radius: 16px;
    position: relative;
    height: calc(100% - 132px);
}


.happy-clients .happy-clients-card .icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.happy-clients .happy-clients-card .comments {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4C545C;
}

.happy-clients .happy-clients-card .customer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    padding-bottom: 24px;
    width: -webkit-fill-available;
    padding-right: 24px;
}

.happy-clients .happy-clients-card .customer-info .thumbs-up {}

.happy-clients .happy-clients-card .customer-info .customer {
    display: flex;
    align-items: center;
    gap: 8px;

}

.happy-clients .happy-clients-card .customer-info .customer img {}

.happy-clients .happy-clients-card .customer-info .customer .name {
    font-family: 'Neue Montreal';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #1F2933;
    margin: 0px;
}

.happy-clients .happy-clients-card .customer-info {}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 764px) {
    .happy-clients{
        padding: 40px 0px;
    }

    .happy-clients .heading h2{
        font-size: 32px;
        line-height: 42px;
    }

    footer {
        padding-top: 40px;
    }

    footer .subscribe-letter{
        padding-bottom: 40px;
    }

    footer .subscribe-letter .heading h2{
        font-size: 32px;
        line-height: 42px;
    }

    footer .subscribe-letter .heading p{
        font-size: 16px;
        line-height: 26px;
    }
    footer .subscribe-letter .heading {
        padding-bottom: 16px;
    }

    footer .subscribe-letter form {
        gap: 10px;
        flex-direction: column;
    }

    footer .subscribe-letter form input{
        border-radius: 8px;
    }

    footer .subscribe-letter form button {
        border-radius: 8px;
        display: block;
        width: 100%;
    }

    footer .footer-logo{
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    footer .address{
        text-align: center;
        width: 100%;
    }

    footer .mobile{
        display: block;
        margin: 16px 0px;
    }

    footer .desktop{
        display: none;
    }

    footer .mobile .heading-link{
        text-align: center;
    }

    footer .links.contacts li {
        justify-content: center;
    }

    footer .social-media {
        justify-content: center;
    }

    footer .copyright {
        flex-direction: column;
    }

}
