.page-id-6210 .footer-cover, .page-id-6210 footer, .page-id-6210 header, .page-id-6210 .mobile-contact,
.page-id-6227 .footer-cover, .page-id-6227 footer, .page-id-6227 header, .page-id-6227 .mobile-contact,
.page-id-6222 .footer-cover, .page-id-6222 footer, .page-id-6222 header, .page-id-6222 .mobile-contact,
.page-id-6225 .footer-cover, .page-id-6225 footer, .page-id-6225 header, .page-id-6225 .mobile-contact,
.page-id-6188 .footer-cover, .page-id-6188 footer, .page-id-6188 header, .page-id-6188 .mobile-contact,
.single-project .d-block.d-lg-none.mobile-contact, .single-project .home.contact-form.d-none.d-lg-block, .single-project .footer-cover, .single-project header {
    display: none !important;
}

#archive-projects .projects-masonry .thumbnail {
	position: relative;
}

#archive-projects .projects-masonry .thumbnail:hover .title-pr {
	opacity: 1;
}

body {
    font-family: "Heebo", sans-serif;
}

.content {
    ol,
    ul {
        li {
            font-family: "Heebo", sans-serif;
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1.4;
        }
    }
}

p {
    font-family: "Heebo", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.575rem */
}

h1 {
    font-family: "Heebo", sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 4.8rem */
}

h2 {
    font-family: "Heebo", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 3.6rem */
}

h4 {
    font-family: "Heebo", sans-serif;
    color: #6E6E6E;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.2rem */
}

.contacts-header {
    height: 610px!important;
}

@media (max-width: 991px) {
    .contacts-header {
        height: 400px!important;
    }
}

.contacts-header__bg1 {
    height: 0!important;
}

.contacts-header__bg2 {
    top: 0!important;
}

#new-header {
    margin-top: 53px;
    
    .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: calc(1444px + 60px);
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
    }

    .logo {
        .white {
            display: none;
        }
    }

    .nav {
        ul {
            display: flex;
            padding: 0;
            margin: 0;
            gap: 4rem;

            li {
                display: flex;
                align-items: center;
                justify-content: center;

                a {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #000;
                    font-family: "Arimo", sans-serif;
                    font-size: 1rem;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                }
            }
        }
    }

    .social {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;

        a {
            display: flex;

            svg {
                path {
                    fill: #000000;
                }
            }
        }
    }

    .tel {
        color: #000;
        font-family: "Arimo", sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;

        .icon {
            display: none;

            svg {
                width: 40px;
                height: 40px;
            }
        }
    }

    .burger-btn {
        cursor: pointer;
        display: none;
        flex-direction: column;
        gap: 11px;
        transition: all .3s ease-in-out;

        span {
            display: flex;
            width: 50px;
            height: 3px;
            background: #000;
            transition: all .3s ease;
        }

        &:hover {
            span {
                background: #000;
            }
        }

        &.active {
            span {
                display: flex;
                width: 45px;
                height: 3px;
                background: #000000;

                &:nth-child(1) {
                    rotate: -45deg;
                    transform: translate(-7px, 15px);
                }

                &:nth-child(3) {
                    rotate: 45deg;
                    transform: translate(-5px, -14px);
                }

                &:nth-child(2) {
                    opacity: 0;
                }

            }
        }
    }
}

.page-template-contacts-php,
.page-template-tpl-about-us,
.single-parquet,
.single-project,
.page-id-6227,
.page-id-6188 {
    #new-header {
        background: transparent;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 1000;

        .logo {
            .white {
                display: block;
            }

            .dark {
                display: none;
            }
        }

        .nav {
            ul {
                li {
                    a {
                        color: #FFFFFF;
                    }
                }
            }
        }

        .social {
            a {
                svg {
                    path {
                        fill: #FFFFFF;
                    }
                }
            }
        }

        .tel {
            color: #FFFFFF;
        }
    }
}

#mob-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 0;
    position: fixed;
    top: 0;
    left: -700px;
    height: 100vh;
    z-index: -2;
    background-color: rgba(255,255,255,0.9);
    padding: 100px 20px 20px;
    opacity: 0;
    transition: all .25s linear, display 0s linear;

    &.active {
        display: flex;
        left: 0;
        width: 100%;
        min-width: 320px !important;
        opacity: 1;
        z-index: 11111;
        overflow-y: scroll;
    }

    ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        gap: 10px;

        li {
            display: flex;

            a {
                color: #2f2f2f;
                display: flex;
                align-items: center;
                justify-content: center;
                font-family: "Arimo", sans-serif;
                text-align: center;
                font-size: 2rem;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                padding: 5px 0;
            }
        }
    }
}

@media only screen and (max-width: 1440px) {
    #new-header {
        .nav {
            ul {
                gap: 2rem;
            }
        }
    }
}

@media only screen and (max-width: 1150px) {
    #new-header {
        .nav {
            ul {
                gap: 1rem;
            }
        }

        .social {
            gap: 1rem;
        }
    }
}

@media only screen and (max-width: 1300px) {
    #new-header {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    #new-header {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 102px;
        background: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        margin-top: 0;
        padding: 5px 0;
        z-index: 11111111;

        .container {
            align-items: center;
            justify-content: space-between;
        }

        .nav {
            display: none;
        }

        .social {
            display: none;
        }

        .tel {
            .icon {
                display: flex;
            }

            span {
                display: none;
            }
        }

        .logo {
            position: absolute;
            top: 50%;
            right: 50%;
            transform: translate(50%, -50%);
            display: flex;
            width: 82px;
            height: 82px;
        }

        .burger-btn {
            display: flex;
        }
    }

    .single-project,
    .page-id-6227,
    .page-id-6188 {
        #new-header {
            background: #FFFFFF;
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            z-index: 1000;

            .logo {
                .white {
                    display: none;
                }

                .dark {
                    display: block;
                }
            }

            .nav {
                ul {
                    li {
                        a {
                            color: #000000;
                        }
                    }
                }
            }

            .social {
                a {
                    svg {
                        path {
                            fill: #000000;
                        }
                    }
                }
            }

            .tel {
                color: #FFFFFF;
            }
        }
    }
}

@media only screen and (max-width: 660px) {
    #mob-menu {
        ul {
            li {
                a {
                    font-size: 1rem;
                }
            }
        }
    }
    .content {
        ol,
        ul {
            li {
                font-size: 1rem;
            }
        }
    }
}

#banner {
    display: flex;
    width: 100%;

    video {
        object-fit: cover;
        /*height: 100dvh;*/
        display: flex;
        width: 100%;
    }

    .mob {
        display: none;
    }

    @media only screen and (max-width: 768px) {
        .desk {
            display: none!important;
        }

        .mob {
            display: block!important;
        }
    }
}

#about-us {
    margin-top: 80px;

    .container {
        display: flex;
        align-items: stretch;
        max-width: calc(1440px + 60px);
        padding: 0 30px;
        overflow: visible;
        margin: 0 auto;
        justify-content: space-between;
    }

    .thumbnail {
        position: relative;
        width: 50%;
        max-width: 733%;

        img {
            position: absolute;
            top: 0;
            left: 0;
            width: calc(100% + 240px);
            height: 100%;
        }
    }

    .content {
        padding: 131px 0;
        max-width: 566px;
    }
}

@media only screen and (max-width: 1440px) {
    #about-us {
        .thumbnail {
            img {
                width: 100%;
            }
        }

        .content {
            width: 50%;
            max-width: unset;
            padding: 35px 50px 35px 0;
        }
    }
}

@media only screen and (max-width: 1200px) {
    #about-us {
        .content {
            font-size: 1rem;
        }
    }
}

@media only screen and (max-width: 991px) {
    #about-us {
        margin-top: 30px;

        .container {
            flex-direction: column-reverse;
        }

        .content {
            max-width: 100%;
            width: 100%;
            padding: 0;
            margin-bottom: 20px;
        }

        .thumbnail {
            max-width: 100%;
            width: 100%;
            padding: 0;
            height: 350px;
        }
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 2.75rem;
    }
    h2 {
        font-size: 1.75rem;
    }

    #info-inner {
        .container {
            padding-top: 20px;
        }
    }
}

@media only screen and (max-width: 420px) {
    h1 {
        font-size: 2.5rem;
    }
}

#type-catalog {
    margin-top: 120px;

    .title {
        position: relative;
        height: 112px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 80px;

        &:before {
            position: absolute;
            content: '';
            height: 100%;
            width: calc(50% + 125px);
            top: 0;
            left: 50%;
            transform: translateX(-125px);
            background: #000;
        }

        .container {
            margin: 0 auto;
            max-width: calc(1440px + 60px);
            padding: 0 30px;
        }

        h2 {
            position: relative;
            z-index: 1111;
            color: #FFFFFF;
            margin-bottom: 0;
        }
    }

    .inner {
        display: flex;
        flex-flow: column wrap;
        max-height: 800px;
        margin: 0 auto;
        max-width: calc(1440px + 60px);
        padding: 0 20px;
        overflow: hidden;

        .thumbnail {
            width: 25%;
            display: flex;
            padding: 3px;
            position: relative;

            img {
                display: block;
                max-width: 100%;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }

            span {
                opacity: 0;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: rgba(255, 255, 255, 0.74);
                transition: all 300ms linear;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                font-size: 30px;
                line-height: 33px;
                font-weight: 600;
                padding: 3px 3px;
            }

            &:hover {
                span {
                    opacity: 1;
                }
            }
        }

        .thumbnail:nth-child(1) {
            height: 250px;
        }
        .thumbnail:nth-child(2) {
            height: 550px;
        }
        .thumbnail:nth-child(3) {
            height: 320px;
        }
        .thumbnail:nth-child(4) {
            height: 480px;

            @media only screen and (max-width: 600px) {
                margin-top: 1px!important;
            }
        }
        .thumbnail:nth-child(5) {
            height: 510px;
        }
        .thumbnail:nth-child(6) {
            height: 290px;
        }
        .thumbnail:nth-child(7) {
            height: 440px;
        }
        .thumbnail:nth-child(8) {
            height: 360px;
        }
    }
}

@media only screen and (max-width: 1220px) {
    #type-catalog {
        margin-top: 80px;

        .title {
            height: 80px;
            margin-bottom: 80px;
        }

        .inner {
            zoom: .8;
        }
    }
}

@media only screen and (max-width: 991px) {
    #type-catalog {
        margin-top: 50px;

        .title {
            height: 80px;
            margin-bottom: 50px;
        }

        .inner {
            zoom: .6;
        }
    }
}


@media only screen and (max-width: 600px) {
    #type-catalog {
        .inner {
            display: block;
            gap: 0;
            zoom: 1;
            column-count: 2;
            max-height: unset;

            .thumbnail {
                width: 100%;
                height: auto!important;
                overflow: hidden;

                span {
                    opacity: 1;
                    position: absolute;
                    top: unset;
                    height: auto;
                    font-size: 14px;
                    bottom: 3px;
                    right: 3px;
                    left: 3px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 10px;
                    width: calc(100% - 6px);
                    background: rgba(0, 0, 0, 0.53);
                    box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.25);
                    color: #FFFFFF;
                    transition: all .2s linear;
                }
            }
        }
    }
}

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

}

#testimonials-slider {
    margin-top: 120px;
    margin-bottom: 128px;

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: calc(1440px + 60px);
        padding: 0 30px;
    }

    .title {
        margin-bottom: 120px;
    }

    .item {
        display: flex;
        flex-direction: column;
        align-items: center;

        .icon {
            display: flex;
            width: 32px;
            height: 32px;
            margin-bottom: 32px;
        }

        .content {
            color: #000;
            text-align: center;
            font-family: "Heebo", sans-serif;
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 400;
            line-height: 140%; /* 1.575rem */

            strong {
                font-weight: 700;
            }

            p {
                margin-bottom: 32px;
            }

            p:last-child {
                margin-bottom: 0;
            }
        }
    }

    .new-button {
        display: flex;
        padding: 0.5rem 1.5rem;
        justify-content: center;
        align-items: center;
        background: #000;
        gap: 0.5rem;
        color: #FFF;
        text-align: center;
        font-family: "Heebo", sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 1.4rem */
        margin: 120px auto 0;
    }
}

@media only screen and (max-width: 1440px) {
    #testimonials-slider {
        margin-top: 80px;
        margin-bottom: 80px;

        .title {
            margin-bottom: 0px;
        }

        .new-button {
            margin: 50px auto 0;
        }
    }
}

#new-footer {
    background-color: #000;
    background-image: url("/wp-content/uploads/2025/09/footer.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;

    & * {
        font-family: "Heebo", sans-serif !important;
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: calc(1068px + 60px);
        padding: 0 30px;
    }

    .nav {
        margin-bottom: 94px;

        ul {
            display: flex;
            align-items: center;
            padding: 0;
            margin: 0;

            li {
                display: flex;
                padding: 0 20px;
                border-left: 1px solid #FFFFFF;

                &:last-child {
                    border-left: none;
                }

                a {
                    display: flex;
                    align-items: center;
                    color: #FFF;
                    font-size: 1rem;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 120%; /* 1.2rem */
                }
            }
        }
    }

    .inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;

        .item {
            .title {
                margin-bottom: 2rem;

                p {
                    margin: 0;
                    color: #FFF;
                    text-align: right;
                    font-size: 1.125rem;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 140%; /* 1.575rem */
                }
            }

            ul {
                padding: 0;
                margin: 0;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 1.5rem;

                li {
                    display: flex;
                    text-wrap: nowrap;
                    color: #FFF;
                    text-align: right;
                    font-size: 1rem;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 140%; /* 1.4rem */

                    a {
                        display: flex;
                        color: #FFF;
                        text-align: right;
                        font-size: 1rem;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 140%; /* 1.4rem */
                    }
                }
            }

            .social {
                display: flex;
                margin-top: 2rem;
                gap: 1.5rem;
            }
        }
    }
}

@media only screen and (max-width: 991px) {
    #new-footer {
        .inner {
            max-width: 500px;
            flex-wrap: wrap;
            row-gap: 50px;

            .item {
                width: 50%;

                .title {
                    margin-bottom: 1rem;
                }

                ul {
                    gap: 1rem;
                }
            }
        }
    }
}

@media only screen and (max-width: 950px) {
    #new-footer {
        .nav {
            margin-bottom: 40px;

            ul {
                li {
                    padding: 0 12px;
                }
            }
        }
    }
}

@media only screen and (max-width: 680px) {
    #new-footer {
        .nav {
            ul {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                row-gap: 20px;
                li {
                    padding: 0 12px;
                    border-left: none;
                }
            }
        }
    }
}

@media only screen and (max-width: 470px) {
    #new-footer {
        .nav {
            margin-left: auto;
            margin-right: 0;

            ul {
                grid-template-columns: repeat(1, 1fr);
                row-gap: 1rem;
            }
        }

        .inner {
            .item {
                width: 100%;
            }
        }
    }
}

#info-inner {
    overflow: hidden;

    .container {
        display: flex;
        align-items: stretch;
        max-width: calc(1440px + 60px);
        padding: 120px 30px 0;
        overflow: visible;
        margin: 0 auto;
        justify-content: space-between;
    }

    .content {
        padding: 185px 0;
        max-width: 566px;

        .button-testimonials {
            display: flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
            background: #000;
            padding: .5rem 1.5rem;
            color: #FFF;
            text-align: center;
            font-size: 1rem;
            font-style: normal;
            font-weight: 500;
            line-height: 140%; /* 1.4rem */
            margin: 1rem 0 1.5rem auto;
        }
    }

    .thumbnail {
        position: relative;
        width: 50%;
        max-width: 733%;

        &:before {
            content: '';
            position: absolute;
            top: -65px;
            right: -125px;
            display: flex;
            width: calc(100% + 240px);
            height: 100%;
            background: #F0F0F0;
            z-index: -1;
        }

        img {
            position: absolute;
            top: 0;
            right: 0;
            width: calc(100% + 240px);
            height: 100%;
            z-index: 1;
        }
    }
}

@media only screen and (max-width: 1440px) {
    h1 {
        font-size: 3.5rem;
    }
    h2 {
        font-size: 2.5rem;
    }

    #info-inner {
        .container {
            padding-top: 50px;
        }

        .thumbnail {
            &:before {
                top: -40px;
                right: -40px;
                width: 100%;
            }

            img {
                width: 100%;
            }
        }

        .content {
            width: 50%;
            max-width: unset;
            padding: 35px 0 35px 50px;
        }
    }
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2rem;
    }
    h4 {
        font-size: .75rem;
    }
    p {
        font-size: 1rem;
    }

    #info-inner {
        .content {
            font-size: 1rem;
        }
    }
}

@media only screen and (max-width: 991px) {
    #info-inner {
        .container {
            flex-direction: column;
        }

        .content {
            max-width: 100%;
            width: 100%;
            padding: 0;
            margin-bottom: 50px;
        }

        .thumbnail {
            max-width: 100%;
            width: 100%;
            padding: 0;
            height: 350px;
        }
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 2.75rem;
    }
    h2 {
        font-size: 1.75rem;
    }

    #info-inner {
        .container {
            padding-top: 20px;
        }
    }
}

@media only screen and (max-width: 420px) {
    h1 {
        font-size: 2.5rem;
    }
}

#archive-projects {
    margin-top: 120px;
    margin-bottom: 130px;

    .title {
        position: relative;
        height: 112px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 32px;

        &:before {
            position: absolute;
            content: '';
            height: 100%;
            width: calc(50% + 125px);
            top: 0;
            left: 50%;
            transform: translateX(-125px);
            background: #000;
        }

        .container {
            margin: 0 auto;
            max-width: calc(1440px + 60px);
            padding: 0 30px;
        }

        h2 {
            position: relative;
            z-index: 1111;
            color: #FFFFFF;
            margin-bottom: 0;
        }
    }

    .content {
        margin-bottom: 80px;

        .container {
            margin: 0 auto;
            max-width: calc(1440px + 60px);
            padding: 0 30px;

            .text {
                max-width: 863px;

                p:last-child {
                    margin-bottom: 0;
                }
            }
        }
    }

    .inner {
        column-count: 3;
        margin: 0 auto;
        max-width: calc(1440px + 60px);
        padding: 0 20px;
        overflow: hidden;
        gap: 6px;

        &:after {
            content: '';
            display: block;
            clear: both;
        }

        .thumbnail {
            width: 100%;
            display: flex;
            margin-bottom: 8px;
            position: relative;
            /*padding: 8px;*/

            img {
                display: block;
                max-width: 100%;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }


        }
    }

    /* ---- .grid-item ---- */

    .grid-sizer,
    .grid-item {
        /*width: 33.333%;*/
    }

    .grid-item {
        /*float: right;*/
    }

    .grid-item img {
        /*display: block;*/
        /*max-width: 100%;*/
    }

}

.title-pr {
    position: absolute;
    bottom: 0;
    /*bottom: 8px;*/
    right: 0;
    /*right: 8px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px;
    width: 100%;
    /*width: calc(100% - 16px);*/
    background: rgba(0, 0, 0, 0.53);
    box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    opacity: 0;
    transition: all .2s linear;

    p {
        margin-bottom: 0;
    }
}

.grid-item {
    &:hover {
        .title-pr {
            opacity: 1;
        }
    }
}

@media only screen and (max-width: 1220px) {
    #archive-projects {
        margin-top: 80px;
        margin-bottom: 100px;

        .title {
            height: 80px;
        }

        .content {
            margin-bottom: 30px;
        }
    }
}

@media only screen and (max-width: 991px) {
    #archive-projects {
        margin-top: 50px;
        margin-bottom: 50px;

        .title {
            height: 80px;
        }

        .content {
            margin-bottom: 30px;
        }
    }
}

@media only screen and (max-width: 660px) {
    .title-pr {
        opacity: 1;
        padding: 10px;

        p {
            font-size: 14px;
        }
    }
}

@media only screen and (max-width: 420px) {
    #archive-projects {
        margin-top: 50px;
        margin-bottom: 50px;

        .inner {
            column-count: 2;
        }
    }
}

#gallery-new {
    margin-top: 120px;
    margin-bottom: 130px;

    .title {
        position: relative;
        height: 112px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 120px;

        &:before {
            position: absolute;
            content: '';
            height: 100%;
            width: calc(50% + 125px);
            top: 0;
            left: 50%;
            transform: translateX(-125px);
            background: #000;
        }

        .container {
            margin: 0 auto;
            max-width: calc(1440px + 60px);
            padding: 0 30px;
        }

        h2 {
            position: relative;
            z-index: 1111;
            color: #FFFFFF;
            margin-bottom: 0;
        }
    }

    .inner {
        .container {
            display: flex;
            align-items: center;
            flex-direction: column;
            gap: 1rem;
            overflow: hidden;
            max-width: calc(1444px + 60px);
            width: 100%;
            margin: 0 auto;
            padding: 0 30px;

            .thumbnail {
                display: flex;
                width: 100%;

                img {
                    object-position: center;
                    object-fit: cover;
                    width: 100%;
                    height: auto;
                }
            }
        }
    }

    &.catalog-slider-cn {
        .thumbnail {
            position: relative;
            overflow: hidden;

            &:hover {
                .content {
                    opacity: 1;
                }
            }
        }

        .bg-cn {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            right: 50%;
            transform: translate(50%, -50%);
            z-index: 1;

            img {
                object-fit: cover;
                object-position: center;
                height: 100% !important;
            }
        }

        .content {
            opacity: 0;
            width: 100%;
            z-index: 1111;
            padding: 7.5rem 5rem 4rem;
            background: rgba(0, 0, 0, 0.8);
            color: #FFFFFF;
            transition: all .2s linear;

            .wrapper {
                max-width: 777px;
            }

            h2 {
                margin-bottom: 32px;
            }

            p {
                color: #FFF;
                text-align: right;
                font-style: normal;
                font-weight: 400;
                line-height: 1.4; /* 1.575rem */
            }

            a {
                display: flex;
                align-items: center;
                width: fit-content;
                margin: 32px auto 0 0;
                gap: 1.25rem;
                color: #FFF;
                text-align: right;
                font-size: 1rem;
                font-style: normal;
                font-weight: 400;
                line-height: 120%; /* 1.2rem */
            }
        }

        @media only screen and (max-width: 768px) {
            .thumbnail {
                padding-top: 250px;
            }

            .content {
                opacity: 1;
                padding: 2.5rem 2rem 2rem;
            }
        }

        @media only screen and (max-width: 768px) {
            .content {
                opacity: 1;
                padding: 1rem 1rem 1rem;

                h2 {
                    margin-bottom: 16px;
                    zoom: .9;
                }
            }
        }

        @media only screen and (max-width: 768px) {
            .thumbnail {
                padding-top: 150px;
            }
        }
    }
}

@media only screen and (max-width: 1220px) {
    #gallery-new {
        margin-top: 80px;
        margin-bottom: 100px;

        .title {
            height: 80px;
            margin-bottom: 60px;
        }
    }
}

@media only screen and (max-width: 991px) {
    #gallery-new {
        margin-top: 50px;
        margin-bottom: 50px;

        .title {
            height: 80px;
            margin-bottom: 30px;
        }
    }
}

#testimonials {
    margin: 160px auto 160px;

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        max-width: calc(850px + 60px);
        padding: 0 30px;

        .item {
            display: flex;
            align-items: center;
            flex-direction: column;
            gap: 32px;
            text-align: center;

            p {
                margin-bottom: 32px;
            }

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

@media only screen and (max-width: 1200px) {
    #testimonials {
        margin: 60px auto;

        .container {
            gap: 28px;
        }
    }
}

@media only screen and (max-width: 560px) {
    #testimonials {
        margin: 60px auto;

        .container {
            gap: 0;

            .item {
                gap: 24px;

                p {
                    margin-bottom: 24px;
                }
            }
        }
    }
}

#project-inner {
    margin: 64px 0 200px;

    .container {
        display: flex;
        flex-direction: column;
        max-width: calc(1080px + 60px);
        padding: 0 30px;

        .content {
            margin-bottom: 50px;

            .gallery-item figure {
                display: flex;
                width: 100%;

                img {
                    display: flex;
                    width: 100%;
                }
            }

            p:last-child {
                margin-bottom: 0!important;
            }
        }

        .inner {
            display: flex;
            align-items: center;
            flex-direction: column;
            gap: 1rem;
            width: 100%;
            margin: 0 auto;

            .thumbnail {
                display: flex;
                width: 100%;

                img {
                    object-position: center;
                    object-fit: cover;
                    width: 100%;
                    height: auto;
                }
            }
        }
    }

    #gallery-container {
    }

    .new-button {
        display: flex;
        padding: 0.5rem 1.5rem;
        width: fit-content;
        justify-content: center;
        align-items: center;
        background: #000;
        gap: 0.5rem;
        color: #FFF;
        text-align: center;
        font-family: "Heebo", sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        margin: 50px auto 0;
    }
}

#inner-banner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/wp-content/uploads/2025/09/Rectangle-4.png");
    height: 448px;
    padding: 86px 0;
    position: relative;
    
    &:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.72);
    }

    .title {
        width: 100%;
        color: #FFFFFF;
        max-width: calc(1080px + 60px);
        padding: 0 30px;
        z-index: 1111;

        h1 {
            margin-bottom: 0;
        }
    }
}

@media only screen and (max-width: 1200px) {
    #project-inner {
        margin: 60px 0 100px;

        .container {
            .content {
                margin-bottom: 16px!important;
            }
        }
    }
}

@media only screen and (max-width: 991px) {
    #inner-banner {
        height: 300px;
    }
}


@media only screen and (max-width: 550px) {
    #info-inner,
    #about-us {
        & .thumbnail {
            max-width: calc(100% + 60px);
            width: calc(100% + 60px);
            margin: 0 -30px;
        }
    }
    #gallery-new {
        & .inner {
            .container {
                padding: 0 10px;
            }
        }
    }
}