@import url("https://use.typekit.net/shk4mhp.css");
@import url("https://use.typekit.net/shk4mhp.css");

:root {
    --active-color: #4e6e64;
    --active-color-trans: #40645a7b;
    --active-color-trans-2: #40645ad0;
    /* --active-color-2: rgb(209, 184, 134); */
    --active-color-2: rgb(199 117 27);
    --secondary-color: rgb(98, 98, 107);
    --background-light: #faf8f5;
    --background-light-2: rgb(252, 252, 252);
    --background-grey-light: rgb(237, 238, 239);
    --font-color: #4a4a4a;
    --font-color-light: rgb(250, 250, 250);
    --border-radius: 0px;
}

body {
    background: var(--background-light);
    transition: 0.3s;
    /* font-family: futura-pt, sans-serif; */
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
    color: var(--font-color);
    /* overflow: hidden; */
    padding: 0px;
    margin: 0px;
    height: 100vh;
    overflow: hidden;
}


#js-loading-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: var(--active-color);
}

#js-loading-wrapper .logo-container {
    height: 80px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 20px;
}

.logo-container img {
    height: 100%;
    width: auto;
}

.logo-container .background {
    background-color: var(--active-color);
    position: absolute;
    top: 0px;
    left: -34px;
    height: 130%;
    width: 300px;
    transform: rotate(5deg) translate(100px, -40px);
    border-right: 1px solid rgb(206, 206, 206);
}


#js-logo-text {
    opacity: 0;
    z-index: 100;
}

#js-logo-background {
    z-index: 101;
    opacity: 0;
}

#js-logo-single {
    opacity: 1;
    z-index: 102;
    transform: translateX(100px);
}

#js-logo-mobile {
    display: none;
}

/* #js-logo-line {
    height: 120px;
    width: 1px;
    background-color: rgb(179, 179, 179);
    transform: rotate(5deg) translate(100px, -10px);
    opacity: 1;
} */

.row {
    margin: 0px;
}

.container-fluid {
    margin: 0px;
    padding: 0px;
    width: 100% !important;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: var(--active-color-2) !important;
}


nav a {
    /* color: rgb(120, 120, 120) !important; */
    text-decoration: none;
}

nav a:hover {
    color: var(--active-color-2) !important;
}

h1 {
    font-size: 50px;
    font-family: freight-big-pro, serif;
}

h2 {
    font-size: 28px;
    /* font-family: freight-big-pro, serif; */
}

h3 {
    margin-bottom: 20px;
}

h5 {
    margin-bottom: 20px;
}

p {}

.mb-40 {
    margin-bottom: 40px;
}

.px-6 {
    padding: 0px 4rem;
}

.px-7 {
    padding: 0px 5rem;
}

.px-8 {
    padding: 0px 8rem;
}

nav {
    position: fixed;
    top: 0px;
    left: 0px;
    height: auto;
    width: 100%;
    /* background: var(--background-light-2); */
    /* background: rgba(255,255,255,0.8); */
    z-index: 100;
    /* border-bottom: 8px solid var(--active-color); */
    opacity: 0;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

nav .banner {
    width: 100%;
    height: 40px;
    background: var(--active-color);
    padding: 0px 5rem;
    transition: 0.3s;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 40px;
    color: var(--font-color-light);
    overflow: hidden;
    font-size: 16px;
}

.navbar-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    position: relative;
    width: 20px;
    height: 14px;
}
.navbar-toggler .close-line {
    position: absolute;
    top: var(--top);
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: var(--font-color);
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.close-line.active {
    transform: translate(-50%, -50%) rotate(var(--rotation));
    display: var(--active-display);
    top: 50%;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

nav .banner a {
    color: var(--font-color-light);
}

.banner .banner-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.banner .banner-item a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.banner .banner-item.right {
    margin-left: auto;
}

nav .banner.closed {
    height: 0px;
}


nav .navbar {
    padding: 0px 5rem;
    font-size: 16px;
    background: var(--background-light-2);
}

nav .navbar-collape.show {}

/* nav .pages {
    display: flex;
    gap: 20px;
} */

nav .logo {
    height: 50px;
    margin: 10px 0px;
    width: auto;
}

.nav-item {
    transform: translateY(4px);
    padding: 5px 0px;
}

.nav-link {
    color: var(--font-color);
    padding: 0px;
}

.nav-link p {
    margin-bottom: 0px;
}

.nav-item .underline {
    height: 1.5px;
    /* width: 100%; */
    background: var(--active-color-2);
    /* opacity: 0; */
    width: 0%;
    transition: 0s;
    transform: translateY(8px);
}

.nav-item .active .underline {
    /* opacity: 1; */
    width: 100%;
    transition: 0.3s;
}

.nav-item .active {
    color: var(--active-color-2) !important;
}

header {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    padding-top: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: var(--active-color); */
}

header .img-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
}

header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    filter: brightness(0.5);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: -1;
    /* opacity: 0.6; */
}

header .header-title {
    /* position: absolute;
    top: calc(50% + 40px);
    left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* transform: translate(0, -50%); */
    color: white;
    text-align: center;
    width: auto;
    opacity: 0;
    z-index: 1;
    /* padding: 0px 5rem; */
    max-width: 600px;
}

.header-title h1 {
    font-weight: 700;
    font-size: 70px;
}

.header-title h3 {
    margin-bottom: 40px;
    /* font-style: italic; */
}

.header-title .button-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: left;
}

main {
    padding: 0px !important;
    width: 100%;
}

a button {
    width: 300px;
    padding: 14px 20px;
    color: white;
    background: var(--active-color-2);
    font-weight: 500;
    font-size: 18px;
    opacity: 0.9;
    /* border: 2px solid var(--active-color); */
    border: none;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    box-sizing: border-box;
    border-radius: var(--border-radius);
}

a button.secondary {
    color: var(--font-color);
    /* background: var(--background-light); */
    background: var(--secondary-color);
    color: white;
    /* border: 2px solid var(--background-light); */
    border: none;
}

a button:hover {
    /* color: var(--active-color); */
    /* background: var(--background-light); */
    /* border: 2px solid var(--background-light); */
    /* transform: translateY(-2px); */
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.05);
    /* transform: translateY(-4px); */
    opacity: 1;

}

a button.secondary:hover {
    /* color: white; */
    /* background: var(--active-color); */
    /* border: 2px solid var(--active-color); */
    /* transform: translateY(-2px); */
}

/* a button:hover {
    opacity: 0.8
} */

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-bottom: 40px;
}

.title h1 {
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 40%;
}

.title .title-box {
    width: 60px;
    height: 2px;
    background: var(--active-color-2);
    margin-bottom: 20px;
}

.subtitle {
    /* margin-bottom: 40px; */
    /* font-weight: 600; */
    /* font-size: 16px; */
    /* font-style: italic; */
    font-weight: 500;
    /* font-family: neue-haas-grotesk-display, sans-serif; */
    text-align: center;
    margin-bottom: 20px;
    max-width: 40%;
}

section {
    width: 100%;
    position: relative;
    background: var(--background-light);
    padding: 60px 5rem;
    padding-bottom: 80px !important;
    padding-top: 80px !important;
    box-sizing: border-box;
}

section .more-button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: underline;
    color: rgb(120, 120, 120);
    cursor: pointer;
    /* border-bottom: 1px solid rgb(120, 120, 120); */
    width: auto;
}

section .more-text {
    transition: 0.3s;
    height: auto;
    margin-bottom: 40px;
    /* overflow: hidden; */
    /* max-height: 0px; */
    color: rgb(80, 80, 80);
}

/* section .row.images {
    margin-top: 40px;
} */

.anchor {
    /* position: absolute; */
    z-index: 1000;
    /* top: -80px; */
    height: 1px;
    width: 200px;
    /* background: blue; */
    border-top: 1px solid black;
    display: none;
}

#about .anchor {
    top: -200px
}

.h-scroll-container {
    width: 100%;
    height: auto;
    display: flex;
    gap: 1.6rem;
    overflow-x: auto;
}

.h-scroll-container .square {
    min-width: 33%;
}


#about {
    margin-top: 100vh;
    padding-bottom: 0px !important;
}

#about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.8);
}


#about .box {
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
    background: var(--background-light-2);
    transform: translateY(80px);
    padding: 80px 60px;
    margin-top: -40px;
    border-radius: var(--border-radius);
    /* border-top: 8px solid var(--active-color);
    border-bottom: 8px solid var(--active-color); */
}

.square img:hover {
    transition: 0.3s;
    /* transform: translate(-50%, -50%) scale(1.05); */
}


.square {
    width: 100%;
    /* height: 200px; */
    aspect-ratio: 1/1;
    /* padding-top: 100%; */
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    background: var(--active-color);
}

#services .square {
    cursor: pointer;
}

.square h2 {
    margin: 0px;
}

.square img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0.8);
}

.square .name {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0%;
    left: 0%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: var(--font-color);
}

#services .square .name {
    color: var(--font-color-light);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--active-color-trans);
    transition: 0.3s;
    gap: 20px;
    /* transform: translateY(800px); */
}

#services .square .name p {
    /* visibility: collapse;
    transform: translateY(200px); */
    transition: 0.3s;
    /* padding-top: 800px; */
    /* font-style: italic; */
}

#services .square:hover .name {
    background: var(--active-color-trans-2);
    transform: translateY(0px);
}

#services .square .name:hover p {
    /* visibility: visible; */
    /* transform: translateY(0px); */
    /* padding-top: 0px; */
}


#services {
    background: var(--background-grey-light);
}

#bonsai .square .name {
    background: var(--active-color);
    color: var(--font-color-light);
    font-size: 1rem;
}

#impressions {
    background: var(--active-color);
    color: var(--font-color-light);
}


.diashow {
    display: flex;
    gap: 20px;
    width: 100%;
    height: auto;
    overflow-x: scroll;
    /* white-space: nowrap; */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    transition: 0.3s;
}

.diashow::-webkit-scrollbar {
    display: none;
}

.diashow .image-container {
    /* display: inline-block; */
    flex-shrink: 0;
    width: 33%;
    overflow: hidden;
    height: auto;
}

/* li.is-active .image-container {
    padding: 0px;
} */


.image-container {
    overflow: hidden;
    height: auto;
    padding: 10px;
    transition: 0.3s;
}

.image-container img {
    width: 100%;
    height: auto;
    /* filter: grayscale(1); */
}

.diashow .image-container img {
    width: 100%;
    height: auto;
}

#img-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: none;
    padding: 60px;
    opacity: 0;
    transition: 0.5s;
}

#img-modal.active {
    opacity: 1;
}

.img-modal-container {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* overflow: hidden; */
}

#img-modal img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.close {
    position: absolute;
    right: 80px;
    top: 80px;
    z-index: 1010;
    color: white;
    cursor: pointer;
    font-size: 2rem;
}

#facts a {
    color: rgb(80, 80, 80);
    display: block;
    margin-bottom: 10px;
}

#jobs {
    background: var(--active-color);
    color: var(--font-color-light);
}

.job-box {
    background: var(--background-light);
    border-left: 2px solid var(--active-color-2);
    padding: 20px;
    color: var(--font-color);
    border-radius: var(--border-radius);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.job-box p {
    flex: 1;
}

#contact .contact-box {
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
    border-radius: var(--border-radius);
    overflow: hidden;
}

#contact .contact-form {
    background: var(--active-color);
    padding: 40px;
}

#contact .contact-form input {
    border: none;
    border-bottom: 1px solid var(--font-color-light);
    background: none;
    width: 100%;
    font-size: 18px;
    color: var(--font-color-light);
    padding: 5px 0px;
    outline: none;
    margin-bottom: 20px;
    vertical-align: top;
}

#contact .contact-form input::placeholder {
    color: rgb(210, 210, 210);
}

#contact .contact-form textarea {
    border: none;
    border-bottom: 1px solid var(--font-color-light);
    background: none;
    width: 100%;
    font-size: 18px;
    color: var(--font-color-light);
    padding: 5px 0px;
    outline: none;
    margin-bottom: 20px;
    vertical-align: top;
    height: 360px;
    resize: none;
}

::placeholder {
    color: var(--font-color-light) !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--font-color-light) !important;
}

::-ms-input-placeholder {
    color: var(--font-color-light) !important;
}

#contact .contact-form button {
    width: 100%;
    border: none;
    background: var(--active-color-2);
    border: 1px solid rgba(0, 0, 0, 0);
    color: var(--font-color-light);
    padding: 13px 20px;
    font-size: 16px;
    border-radius: var(--border-radius);
    opacity: 0.9;
}

#contact .contact-form button:hover {
    opacity: 1;
    /* width: 100%;
    border: none;
    background: none;
    border: 1px solid var(--font-color-light);
    color: var(--font-color-light); */
}

.contact-map {
    margin: 0px;
    padding: 0px;
    height: auto;
    background: var(--background-light-2);
}

.contact-map .map {
    height: 50%;
    width: 100%;
    overflow: hidden;
    background: silver;
}

.contact-map .map iframe {
    height: 100%;
    width: 100%;
}

.map-contact {
    padding: 40px;
}

.map-contact .contact-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

footer section {
    background: var(--active-color);
    color: var(--font-color-light);
    padding-bottom: 0px !important;
}

footer .row {
    padding: 40px 0px;
}

footer a {
    color: var(--font-color-light);
    display: block;
}

footer img {
    width: 100%;
    height: auto;
    max-width: 140px;
}

footer .contact-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

footer .developer {
    text-align: right;
}

footer h5 {
    font-weight: 600;
}

.top-line {
    border-top: 1px solid rgb(240, 240, 240);
}

.rect-3-1 {
    aspect-ratio: 3/1;
    background: rgb(240, 240, 240);
}

.rect-1-2 {
    aspect-ratio: 1/2;
    background: rgb(240, 240, 240);
}


/* DIASHOW */
.splide__pagination {
    bottom: -20px !important;
}

.splide__pagination button {
    border-radius: 0;
    opacity: 1;
    background: rgb(200, 200, 200);
}

#impressions .splide__pagination button {
    border-radius: 0;
    opacity: 1;
    /* background: var(--font-color-light); */
}

.splide__pagination button.is-active {
    background: var(--active-color-2);
}

#impressions .splide__pagination button.is-active {
    background: var(--active-color-2);
}

.splide {
    margin-left: -10px;
    margin-right: -10px;
}

.splide__slide {
    /* max-height: 200px; */
    overflow: hidden;
    padding: 10px;
}

#impressions .splide__slide {
    width: 33%;
    overflow: hidden;
    padding: 10px;
}

.splide__slide img:hover {
    /* filter: brightness(0.7); */
    opacity: 0.9;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.9);
    cursor: pointer;
}


/* Modal windows */
.page-modal {
    padding-top: 80px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: var(--active-color);
    color: white;
    overflow-y: scroll;
    transition: 0.3s;
    display: none;
    opacity: 0;
}

.page-modal.show {
    opacity: 1;
}

.page-modal .text {
    margin-bottom: 40px;
}

.section-title {
    /* margin-bottom: 40px; */
}


@keyframes scroll-left {
    0% {}
}




@media (max-width: 768px) {

    :root {
        --border-radius: 0px;
    }

    h1 {
        font-size: 2.8rem !important;
    }

    body {
        font-size: 16px;
    }

    #js-logo-mobile {
        display: block;
    }

    #js-logo-background {
        display: none;
    }

    #js-logo-single {
        display: none;
    }

    #js-logo-line {
        display: none;
    }

    #js-logo-text {
        display: none;
    }

    .splide__pagination button {
        width: 14px;
        height: 14px;
    }

    .mobile-hide {
        display: none !important;
    }

    section {
        padding: 0px 0rem;
    }

    nav .navbar {
        padding: 0px 1rem;
    }

    nav .banner {
        padding: 0px 1rem;
        justify-content: space-between;
    }

    nav .logo {
        height: 40px;
    }

    .navbar-collapse {
        font-size: 20px;
    }

    /* .nav-item .active {
        color: var(--font-color-light);
        background: var(--active-color);
    } */
    .nav-item {
        border-top: 1px solid #cbcbcb;
        padding: 14px 0px;
    }

    .nav-item .active .underline {
        /* opacity: 0; */
        width: 0px;
    }

    #services .square {
        aspect-ratio: 2/1;
    }

    header img {
        width: auto;
        height: 100%;
        object-fit: cover;
        filter: brightness(0.6);
    }

    header {
        width: 100%;
    }

    header .header-title {
        /* padding: 20px; */
        width: 100%;
        padding: 20px;
    }

    .header-title h1 {
        font-weight: 700;
        /* font-size: 42px; */
    }

    .header-title .button-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
    }

    #about .box {
        padding: 20px 10px;
        transform: translate(0px);
        background: none;
        box-shadow: none;
    }

    #img-modal {
        padding: 10px;
    }

    #img-modal img {
        width: 100%;
        height: auto;
    }

    .title h1 {
        max-width: 100%;
    }

    .subtitle {
        max-width: 100%;
    }

    #contact .contact-form textarea {
        height: 240px;
    }

    #contact .contact-form {
        background: var(--active-color);
        padding: 40px 20px;
    }

    .map-contact {
        padding: 40px 20px;
    }

    .contact-map .map {
        height: 300px;
        width: 100%;
        overflow: hidden;
        background: silver;
    }

    footer .logo {
        /* margin-bottom: 20px; */
        padding: 40px 0px;
    }

    footer .row {
        padding: 0px;
    }

    footer section {
        padding-top: 0px !important;
        text-align: center;
    }

    footer .column {
        /* margin: 10px 0px; */
        padding: 20px 0px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    footer .copyright {
        padding: 20px 0px;
    }

    footer .developer {
        text-align: center;
        margin-bottom: 40px;
    }

    .close {
        top: 20px;
        right: 20px;
    }

    #services .square .name {
        background: var(--active-color-trans-2);
    }

    #contact .contact-box {
        box-shadow: none;
    }
    #contact .contact-map {
        background: none;
    }

    .more-text {
        display: none;
    }
}

@media (min-width: 1400px) {
    section {
        padding: 60px 15rem;
    }

    nav .banner {
        padding: 0px 15rem;
    }

    nav .navbar {
        padding: 0px 15rem;
    }

    header .title {
        /* left: 12rem; */
    }

    header .header-title {
        /* padding: 0px 12rem; */
    }
}