﻿@font-face {
    font-family: 'Sentient-Bold';
    src: url('../font/Sentient-Bold.eot') format('embedded-opentype'), url('../font/Sentient-Bold.ttf') format('truetype'), url('../font/Sentient-Bold.woff') format('woff'), url('../font/Sentient-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Sentient-Extralight';
    src: url('../font/Sentient-Extralight.eot') format('embedded-opentype'), url('../font/Sentient-Extralight.ttf') format('truetype'), url('../font/Sentient-Extralight.woff') format('woff'), url('../font/Sentient-Extralight.woff2') format('woff2');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.scroll {
    position: fixed;
    bottom: 45px;
    left: 0;
    width: 100%;
    font-family: Sentient-Extralight, serif;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    z-index: 999;
    transition: all 0.25s ease-in-out;
    text-align: center;
    filter: drop-shadow(0px 0px 5px #000000);
    text-shadow: 0px 0px 10px #000000;
    letter-spacing: 1.1px;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.p10 {
    padding: 10px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

#loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2e3d40;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #ffffff;
    border-top: 6px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.row {
    float: left;
    width: 100%;
}

.container {
    margin: auto;
    width: 1300px;
}

.mobile-menu {
    width: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgb(128, 128, 128,0.75);
    z-index: 999;
    display: none;
}

    .mobile-menu a img {
        float: left;
        height: 50px;
        margin: 10px 0;
    }

    .mobile-menu .menu-icon {
        float: right;
        width: 30px;
        height: 20px;
        margin: 25px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

        .mobile-menu .menu-icon span {
            height: 4px;
            background-color: #2e3d40;
            border-radius: 2px;
            transition: 0.3s ease;
        }

.menu-ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    background: #ffffff;
    display: none;
}

    .menu-ul .close-icon {
        width: 30px;
        height: 30px;
        position: absolute;
        cursor: pointer;
        top: 45px;
        right: 30px;
    }

        .menu-ul .close-icon span {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #2e3d40;
            border-radius: 2px;
            transform-origin: center;
            transition: 0.3s ease;
        }

            .menu-ul .close-icon span:first-child {
                transform: rotate(45deg);
            }

            .menu-ul .close-icon span:last-child {
                transform: rotate(-45deg);
            }

    .menu-ul ul {
        float: left;
        width: 100%;
        margin: 14vh 0;
    }

        .menu-ul ul li {
            float: left;
            width: 100%;
            height: 8vh;
        }

            .menu-ul ul li a {
                float: left;
                width: 100%;
                height: 10vh;
                font-family: Sentient-Extralight, serif;
                font-size: 20px;
                line-height: 8vh;
                color: #2e3d40;
                text-align: center;
            }

header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: rgba(255,255,255,1);
    z-index: 999;
    transition: all 0.25s ease-in-out;
}

    header.active {
        background: rgba(255,255,255,1);
    }

    header:hover {
        background: rgba(255,255,255,1);
    }

    header .left {
        float: left;
        width: 40%;
    }

    header .center {
        float: left;
        width: 20%;
        text-align: center;
    }

    header .right {
        float: right;
        width: 40%;
    }

    header ul {
        float: left;
    }

        header ul li {
            float: left;
            margin-right: 50px;
        }

            header ul li:last-child {
                float: left;
                margin-right: 0;
            }

            header ul li a {
                float: left;
                font-family: Sentient-Bold, serif;
                font-size: 16px;
                line-height: 90px;
                color: #2e3d40;
            }

    header .right ul {
        float: right;
    }

    header a img {
        margin: 19px auto;
        height: 50px;
    }

.subheader {
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,1);
    z-index: 99;
    transition: all 1s ease-in-out;
    text-align: center;
    transition: top 1s ease;
    border-top: 1px solid rgb(128, 128, 128,0.5);
}

    .subheader.active {
        top: 90px;
    }

    .subheader ul {
        margin: auto;
        width: auto;
        display: inline-block;
    }

        .subheader ul li {
            float: left;
        }

            .subheader ul li a {
                float: left;
                font-family: Sentient-Bold, serif;
                font-size: 16px;
                line-height: 18px;
                color: #2e3d40;
                border-right: 1px solid rgb(128, 128, 128,0.5);
                padding: 10px 25px;
                margin: 16px 0;
            }

            .subheader ul li:last-child a {
                border-right: none;
            }

video {
    float: left;
    width: 100%;
    margin-bottom: 75px;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.projects {
    float: left;
    width: 100%;
    margin-bottom: 75px;
}

    .projects .title {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }

        .projects .title h3 {
            float: left;
            width: 100%;
            font-family: Sentient-Bold, serif;
            font-size: 22px;
            color: #2e3d40;
        }

    .projects ul {
        float: left;
        width: 100%;
    }

        .projects ul li {
            float: left;
            width: 49%;
            height: 400px;
            overflow: hidden;
            margin-bottom: 25px;
            margin-right: 2%;
        }

            .projects ul li.end {
                margin-right: 0;
            }

            .projects ul li a {
                float: left;
                width: 100%;
                height: 100%;
                position: relative;
            }

                .projects ul li a .image {
                    float: left;
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                }

                    .projects ul li a .image img {
                        float: left;
                        width: 100%;
                        height: 100%;
                        object-position: center;
                        object-fit: cover;
                        filter: grayscale(25%) brightness(0.90);
                        transition: all .5s ease-in-out;
                        transform: scale(1);
                    }

            .projects ul li:hover a .image img {
                filter: grayscale(0);
                transform: scale(1.2);
            }

            .projects ul li a .text {
                position: absolute;
                width: 100%;
                bottom: -30px;
                left: 0;
                margin: 0 !important;
                padding: 10px 30px;
                height: auto !important;
                transition: all .5s ease-in-out;
                backdrop-filter: blur(0.5px);
                background-color: rgba(46, 61, 64, 0.5);
                box-shadow: 0px -5px 15px -5px rgba(46,61,64,0.5);
                -webkit-box-shadow: 0px -5px 15px -5px rgba(46,61,64,0.5);
                -moz-box-shadow: 0px -5px 15px -5px rgba(46,61,64,0.5);
            }

                .projects ul li a .text h6 {
                    float: left;
                    width: 100%;
                    font-family: Sentient-Bold, serif;
                    font-size: 20px;
                    color: rgba(255,255,255,1);
                    margin-bottom: 10px;
                    bottom: -10px;
                    position: relative;
                    transition: all .5s ease-in-out;
                    /*filter: drop-shadow(0px 0px 5px #000000);*/
                    text-shadow: 0px 0px 10px #000000;
                }

                .projects ul li a .text img {
                    float: left;
                    max-width: 150px;
                    max-height: 50px;
                    bottom: -20px;
                    transition: all .5s ease-in-out;
                    /* filter: drop-shadow(0px 0px 5px #000000);*/
                    position: relative;
                }

                .projects ul li a .text p {
                    float: left;
                    width: 100%;
                    bottom: -100px;
                    position: relative;
                    transition: all .5s ease-in-out;
                    /*filter: drop-shadow(0px 0px 5px #000000);
                    text-shadow: 0px 0px 10px #000000;*/
                    line-height: normal !important;
                    text-align: left !important;
                    margin-top: 20px;
                }

                    .projects ul li a .text p i {
                        float: left;
                        margin-right: 10px;
                        font-family: Sentient-Extralight, serif;
                        font-size: 14px;
                        color: rgba(255,255,255,1);
                    }

                        .projects ul li a .text p i > img {
                            float: left;
                            height: 18px;
                        }

                .projects ul li a .text span {
                    float: left;
                    width: 100%;
                    font-family: Sentient-Extralight, serif;
                    font-size: 14px;
                    color: rgba(255,255,255,1);
                    bottom: -100px;
                    position: relative;
                    transition: all .5s ease-in-out;
                    /* filter: drop-shadow(0px 0px 5px #000000);
                    text-shadow: 0px 0px 10px #000000;*/
                    line-height: normal !important;
                    text-align: left !important;
                    text-decoration: underline;
                    margin-top: 10px;
                }

            .projects ul li:hover a .text {
                bottom: 0;
                background-color: rgba(46, 61, 64, 0.9);
                padding: 30px;
            }

                .projects ul li:hover a .text img {
                    bottom: 0;
                }

                .projects ul li:hover a .text h6 {
                    bottom: 0;
                }

                .projects ul li:hover a .text p {
                    bottom: 0;
                }

                .projects ul li:hover a .text span {
                    bottom: 0;
                }

.cta {
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding: 40px 0;
    margin-top: 60px;
    display: none;
}

    .cta .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cta .title {
        font-family: Sentient-Bold, serif;
        font-size: 20px;
        line-height: 48px;
        color: #000000;
    }

    .cta a {
        padding: 0 25px;
        background: #2e3d40;
        font-family: Sentient-Bold, serif;
        font-size: 16px;
        line-height: 48px;
        color: #ffffff;
        text-decoration: none;
        border-radius: 5px;
        transition: all 0.25s ease-in-out;
    }

        .cta a:hover {
            background: #000000;
        }

footer {
    float: left;
    width: 100%;
    background: #2e3d40;
    margin-top: 40px;
}

    footer .top {
        float: left;
        width: 100%;
        margin: 60px 0;
    }

        footer .top .info {
            float: left;
            width: 35%;
            margin-right: 5%;
        }

            footer .top .info.right {
                float: right;
                text-align: right;
                margin-right: 0;
                width: 20%;
            }

            footer .top .info p {
                float: left;
                width: 100%;
                font-family: Sentient-Extralight, serif;
                font-size: 14px;
                line-height: 24px;
                color: #ffffff;
            }

                footer .top .info p a {
                    color: #ffffff;
                }

                    footer .top .info p a img {
                        float: right;
                        height: 50px;
                    }

    footer .bottom {
        float: left;
        width: 100%;
        margin: 0 0 40px 0;
    }

        footer .bottom .info {
            float: left;
            width: 70%;
        }

            footer .bottom .info p {
                float: left;
                width: 100%;
                font-family: Sentient-Extralight, serif;
                font-size: 12px;
                line-height: 42px;
                color: #ffffff;
            }

                footer .bottom .info p a {
                    color: #ffffff;
                    font-family: Sentient-Extralight, serif;
                }

            footer .bottom .info.right {
                float: right;
                text-align: right;
                width: 30%;
            }

            footer .bottom .info p a img {
                float: right;
                height: 28px;
                margin: 4px 0 4px 16px;
            }

.full-img {
    float: left;
    width: 100%;
}

    .full-img img {
        float: left;
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

.subpage {
    float: left;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: #2e3d40;
}

    .subpage h1 {
        float: left;
        width: 100%;
        font-family: Sentient-Bold, serif;
        font-size: 20px;
        line-height: 24px;
        color: #ffffff;
        text-align: center;
        margin-bottom: 16px;
    }

    .subpage ul {
        margin: auto;
        width: auto;
        display: inline-block;
    }

        .subpage ul li {
            float: left;
        }

            .subpage ul li:last-child {
                float: left;
                margin-right: 0;
            }

                .subpage ul li:last-child a {
                    border-right: none;
                }

            .subpage ul li a {
                float: left;
                font-family: Sentient-Bold, serif;
                font-size: 12px;
                line-height: 14px;
                color: #ffffff;
                border-right: 1px solid #ffffff;
                padding: 5px 10px;
            }

.detail {
    float: left;
    width: 100%;
    padding: 50px 0;
}

    .detail h1 {
        float: left;
        width: 100%;
        font-family: Sentient-Bold, serif;
        font-size: 20px;
        line-height: 22px;
        color: #2e3d40;
        text-align: center;
        margin-bottom: 30px;
    }

    .detail p {
        float: left;
        width: 66%;
        margin: 0 17%;
        font-family: Sentient-Extralight, serif;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 30px;
        text-align: center;
    }

    .detail .info-box {
        display: flex;
        /*justify-content: space-between;*/
        flex-wrap: wrap;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 20px 4%;
        background-color: rgba(245, 245, 245, 0.5);
        width: 92%;
        margin: auto;
    }

        .detail .info-box .info-block {
            width: 33%;
            margin: 20px 0;
            display: grid;
            text-align: center;
        }

            .detail .info-box .info-block p {
                margin: 0;
                margin-bottom: 0px;
                font-family: Sentient-Extralight, serif;
                font-size: 16px;
                line-height: 16px;
                color: #000000;
                margin-bottom: 10px;
                width: 100%;
            }

    .detail .info-block h3 {
        font-family: Sentient-Bold, serif;
        font-size: 16px;
        line-height: 22px;
        color: #2e3d40;
    }

.gallery {
    float: left;
    width: 100%;
}


    .gallery ul {
        float: left;
        width: 100%;
    }

    .gallery li {
        float: left;
        width: 410px;
        height: 300px;
        margin-right: 35px;
        margin-bottom: 35px;
        overflow: hidden;
        position: relative;
    }

        .gallery li .zoom {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 40px;
            height: 40px;
            margin: -20px 0 0 -20px;
            background: url(../img/zoom.png) no-repeat center center;
            background-size: cover !important;
            transition: all .5s ease-in-out;
            filter: drop-shadow(0px 0px 5px #000000);
            z-index: 9;
        }

        .gallery li.end {
            margin-right: 0;
        }

        .gallery li a {
            float: left;
            width: 100%;
            height: 100%;
        }

            .gallery li a img {
                float: left;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                filter: grayscale(30%);
                transition: all .5s ease-in-out;
                transform: scale(1);
            }

                .gallery li a img:hover {
                    filter: grayscale(0);
                    transform: scale(1.2);
                }

        .gallery li:hover .zoom {
            top: -50%;
        }

.pages {
    float: left;
    width: 100%;
}

    .pages .top {
        float: left;
        width: 100%;
        height: 300px;
        margin-bottom: 60px;
    }

        .pages .top img {
            float: left;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .pages .text {
        float: left;
        width: 100%;
    }

        .pages .text span {
            float: left;
            width: 100%;
            font-family: Sentient-Bold, serif;
            font-size: 24px;
            line-height: 30px;
            color: #2e3d40;
            text-align: center;
        }

    .pages .fourt {
        float: left;
        width: 100%;
        margin-top: 40px;
    }

        .pages .fourt ul {
            float: left;
            width: 100%;
        }

            .pages .fourt ul li {
                float: left;
                width: 21.25%;
                margin-right: 5%;
                margin-bottom: 40px;
                text-align: center;
                color: #2e3d40;
            }

                .pages .fourt ul li.last {
                    margin-right: 0;
                }

                .pages .fourt ul li img {
                    float: left;
                    width: 20%;
                    margin: 0 40% 20px 40%;
                }

                .pages .fourt ul li h4 {
                    float: left;
                    width: 100%;
                    margin: 0 0 10px 0;
                    font-family: Sentient-Bold, serif;
                    font-size: 18px;
                    line-height: 18px;
                    color: #2e3d40;
                }

                .pages .fourt ul li span {
                    float: left;
                    width: 100%;
                    margin: 0 0 0 0;
                    font-family: Sentient-Bold, serif;
                    font-size: 18px;
                    line-height: 18px;
                }

                .pages .fourt ul li p {
                    float: left;
                    width: 100%;
                    font-family: Sentient-Extralight, serif;
                    font-size: 14px;
                    line-height: 18px;
                    color: #000000;
                }

                    .pages .fourt ul li p strong {
                        font-family: Sentient-Bold, serif;
                        font-size: 14px;
                        line-height: 24px;
                        color: #2e3d40;
                        margin: 0 0 5px 0;
                    }

    .pages .box {
        display: flex;
        flex-wrap: wrap;
        border-radius: 10px;
        background-color: rgba(245, 245, 245, 0.5);
        margin-bottom: 40px;
        overflow: hidden;
    }

        .pages .box .box-text {
            width: 55%;
            padding: 40px 5%;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .pages .box .box-text h4 {
                font-family: Sentient-Bold, serif;
                font-size: 18px;
                line-height: 24px;
                color: #2e3d40;
                margin-bottom: 20px;
            }

            .pages .box .box-text p {
                font-family: Sentient-Extralight, serif;
                font-size: 14px;
                line-height: 22px;
                color: #000000;
                margin-bottom: 20px;
            }

                .pages .box .box-text p:last-child {
                    margin-bottom: 0;
                }

                .pages .box .box-text p strong {
                    font-family: Sentient-Bold, serif;
                }

            .pages .box .box-text ul {
                width: 100%;
                display: flex;
            }

                .pages .box .box-text ul li {
                    width: 46%;
                    margin: 0 2%;
                }

                    .pages .box .box-text ul li span {
                        width: 100%;
                        text-align: center;
                        display: block;
                    }

                        .pages .box .box-text ul li span p {
                            font-family: Sentient-Extralight, serif;
                            font-size: 16px;
                            line-height: 24px;
                            color: #2e3d40;
                        }

                            .pages .box .box-text ul li span p a {
                                font-family: Sentient-Extralight, serif;
                                color: #2e3d40;
                            }

        .pages .box .box-image {
            width: 45%;
        }

            .pages .box .box-image img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                display: block;
            }

        .pages .box.hr {
            background: none;
        }

        .pages .box .box-form {
            width: 40%;
        }

.form-container {
    max-width: 100%;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0,0,0,0.05);
    background-color: rgba(245, 245, 245, 0.75);
}

.form-group {
    margin-bottom: 16px;
}

    .form-group label {
        font-family: Sentient-Bold, serif;
        font-size: 14px;
        line-height: 36px;
        color: #2e3d40;
        margin-bottom: 10px;
        width: 100%;
    }

        .form-group label a {
            color: #2e3d40;
            font-family: Sentient-Bold, serif;
        }

    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group input[type="tel"],
    .form-group input[type="file"],
    .form-group textarea {
        max-width: 94%;
        width: 94%;
        padding: 10px 3%;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-family: Sentient-Extralight, serif;
        font-size: 14px;
        color: #2e3d40;
    }

    .form-group input[type="file"] {
        cursor: pointer;
    }

    .form-group.checkbox {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

        .form-group.checkbox label {
            font-size: 14px;
            line-height: 22px !important;
            margin: 0;
            font-family: Sentient-Extralight, serif;
        }

        .form-group.checkbox a {
            color: #2e3d40;
            text-decoration: underline;
            font-family: Sentient-Bold, serif;
        }

.submit-button {
    background-color: #2e3d40;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-family: 'Sentient-Bold', sans-serif;
    transition: all 0.25s ease-in-out;
}

    .submit-button:hover {
        background-color: #000000;
    }

.contact-info-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    color: #2e3d40;
    font-family: 'Sentient-Extralight', sans-serif;
    box-shadow: 0 0 50px rgba(0,0,0,0.05);
}

    .contact-info-box h3 {
        font-family: 'Sentient-Bold', sans-serif;
        font-size: 18px;
        color: #2e3d40;
        margin-bottom: 20px;
    }

    .contact-info-box p {
        line-height: 1.6 !important;
        font-size: 16px !important;
        margin-bottom: 20px;
    }

.info-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}

.icon-box {
    width: 35px;
    height: 35px;
    background-color: #2e3d40;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.5px;
}

.info-row span,
.info-row a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    font-family: Sentient-Extralight, serif;
}

@media (max-width: 599px) {
    .pages .top {
        margin-bottom: 30px;
    }

    .pages .text {
        margin-bottom: 30px;
    }

    .pages .fourt {
        margin-top: 0;
    }

        .pages .fourt ul li {
            width: 100%;
            margin-right: 0;
        }

            .pages .fourt ul li.two {
                margin-right: 0;
            }

            .pages .fourt ul li.last {
                margin-right: 0;
            }

    header {
        display: none;
    }

    .subheader {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .container {
        width: 100% !important;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }

    video {
        width: 200%;
        margin-top: 70px;
        margin-bottom: 40px;
        margin-left: -50%;
    }

    .scroll {
        display: none !important;
    }

    .projects ul li {
        width: 100%;
        height: 300px;
        margin-right: 0 !important;
    }

        .projects ul li a .text span {
            bottom: -5px;
        }

    .projects {
        margin-bottom: 25px;
    }

    .cta {
        margin-top: 40px;
    }

    .detail .info-box .info-block {
        width: 100%;
    }

    .gallery li .zoom {
        display: none;
    }

    .detail p {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    .full-img img {
        height: 60vh;
    }

    .cta .container {
        flex-direction: column;
        text-align: center;
    }

    header .left, header .center, header .right {
        width: 100%;
        float: none;
        text-align: center;
    }

    .gallery li {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .pages .box .box-text,
    .pages .box .box-image,
    .pages .box .box-form {
        width: 100%;
        padding: 30px !important;
    }

    .form-container {
        padding: 20px;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    footer .top {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 40px 0 20px 0;
    }

    footer .bottom {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0 0 40px 0;
    }

        footer .top .info,
        footer .bottom .info {
            width: 100% !important;
            float: none;
            text-align: center !important;
            margin: 0 !important;
        }

    footer .top .info {
        display: none;
    }

        footer .top .info.right {
            display: block !important;
        }

        footer .top .info p,
        footer .bottom .info p {
            text-align: center;
            font-size: 12px;
            line-height: 22px;
        }

            footer .top .info p a img {
                float: none !important;
                margin: 10px auto 0;
            }

            footer .bottom .info p a img {
                float: none !important;
                margin: 10px 5px;
            }
}

@media (min-width: 600px) and (max-width: 767px) {
    .container {
        width: 100% !important;
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
    }

    .pages .fourt ul li {
        width: 45%;
        margin-right: 10%;
    }

        .pages .fourt ul li.two {
            margin-right: 0;
        }

        .pages .fourt ul li.last {
            margin-right: 0;
        }

    .projects ul li {
        width: 100%;
        height: auto;
    }

        .projects ul li a .text span {
            bottom: -5px;
        }

    .cta .container {
        flex-direction: column;
        gap: 20px;
    }

    .pages .box .box-text,
    .pages .box .box-image,
    .pages .box .box-form {
        width: 100%;
    }

    header ul li {
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1085px) {
    .container {
        width: 100% !important;
        padding-left: 50px;
        padding-right: 50px;
        box-sizing: border-box;
    }

    .pages .fourt ul li {
        width: 45%;
        margin-right: 10%;
    }

        .pages .fourt ul li.two {
            margin-right: 0;
        }

        .pages .fourt ul li.last {
            margin-right: 0;
        }

    .projects ul li {
        width: 48%;
        height: 300px;
        margin-right: 4%;
    }

        .projects ul li.end {
            margin-right: 0 !important;
        }

        .projects ul li a .text span {
            bottom: -5px;
        }

    .full-img img {
        height: 60vh;
    }

    .gallery li {
        width: 32%;
        height: 200px;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .detail p {
        width: 84%;
        margin: 0 8%;
        margin-bottom: 30px;
    }

    .gallery li .zoom {
        display: none;
    }

    .cta .container {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .pages .box .box-text {
        width: 55%;
    }

    .pages .box .box-image, .pages .box .box-form {
        width: 45%;
    }

    header ul li {
        margin-right: 30px;
    }
}

#cookie-popup {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 80%;
    margin: auto;
    background-color: #2e3d40;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    font-family: sans-serif;
    font-size: 13px;
    line-height: 16px;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    font-family: Sentient-Extralight, serif;
}

    #cookie-popup .text_ {
        flex: 1;
        min-width: 250px;
        font-family: Sentient-Extralight, serif;
    }

        #cookie-popup .text_ a {
            color: #ae9967;
            text-decoration: underline;
            font-family: "Sentient-Bold", serif;
        }

    #cookie-popup button {
        background-color: #ae9967;
        color: #ffffff;
        border: none;
        border-radius: 5px;
        padding: 10px 20px;
        cursor: pointer;
        font-weight: bold;
        min-width: 80px;
        font-family: "Sentient-Bold", serif;
    }
