﻿/* X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap

Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
   
}

Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
    
}

Large devices (desktops, 992px and up)
@media (min-width: 992px) {
    
}

X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
    
}

XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) {
   
}

$container-max-widths: (
  sm: 540px,
  md: 720px,
  lg: 960px,
  xl: 1140px,
  xxl: 1320px
);
*/

/*
font-family: neue-haas-grotesk-display, sans-serif;
font-weight: 600;
font-style: normal;
*/

/*
    font-family: neue-haas-grotesk-display, sans-serif;
font-weight: 700;
font-style: normal;

*/

:root {
    --bs-primary-rgb: 0, 0, 0;
    --bs-link-color-rgb: 255, 255, 255;
    --bs-link-hover-color-rgb: 140, 140, 140;
    --bs-border-radius: 0;
    --bs-border-width: 1px;
    --bs-border-color: #000;
}

.btn-outline-primary {
    --bs-btn-color: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000;
    --bs-gradient: none;
}

    .btn-outline-primary .icon img:hover,
    .btn-outline-primary .icon img:active {
        filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(335deg) brightness(103%) contrast(103%);
    }

html, body {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
}

html {
    height: 100%;
    scroll-padding-top: calc(4.5rem - 1px);
}

body {
    /* set the footer at the bottom */
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

img {
    display: inline-block;
}

.img-full-width {
    width: 100%;
    display:block;
}

a {
    text-decoration: none;
}

p {
    margin: 0 0 1rem 0;
    letter-spacing: 0.75px;
}

.logo {
    max-width: 80px;
    display: block;
}

logo-forward {
    display: block;
}
.logo-reversed {
    display: none;
}

.menu-open .logo-forward {
    display: none;
}
.menu-open .logo-reversed {
    display: block;
}

.menu-open nav {
    background-color: #000;
    color: #fff;
}

.menu-open #mainNav .navbar-nav li.nav-item a.nav-link {
    color: #fff;
}

.menu-burger{
    stroke: #000;
    fill: none;
}

.menu-open .menu-burger {
    stroke: #fff;
}

/*.menu-open #mainNav .navbar-nav {
    margin-top: 6rem;
    margin-bottom: 6rem;
}*/



.logo-footer {
    max-width: 190px;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .logo {
        max-width: 190px;
    }
}

nav {
    background-color: #fff;
    color: #000;
}

main {
    flex: 1 0 auto;
    margin-top: 71px;
}

@media (min-width: 992px) {
    main {
        flex: 1 0 auto;
        margin-top: 126px;
    }
}


#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
}

    #mainNav .navbar-brand {
        color: #fff;
        max-width: 190px;
    }

    #mainNav .navbar-nav {
/*        margin-top: 1rem;
        height: 100vh;*/
        margin-top: 3rem;
        margin-bottom: 6rem;
    }

/*        #mainNav .navbar-nav li.nav-item a.nav-link {
            color: #000;
        }*/

/*            #mainNav .navbar-nav li.nav-item a.nav-link:hover {
                color: #000;
                text-decoration: underline;
            }*/

            #mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
                color: #000;
            }

            #mainNav .navbar-nav li.nav-item a.nav-link.active {
                color: #000;
            }

    #mainNav .navbar-toggler {
        font-size: 100%;
        padding: 0;
        border: none;
    }

    #mainNav .navbar-toggler:focus {
        box-shadow: none;
    }

@media (min-width: 992px) {
    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        transition: padding-top 0.3s, padding-bottom 0.3s;
    }

        #mainNav .navbar-brand {
            font-size: 1.75em;
            transition: font-size 0.3s;
        }

        #mainNav .navbar-nav {
            margin-top: 0;
            margin-bottom: 0;
            margin-left: 2rem;
            height: auto;
        }

            #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
                color: #fff;
                background: #1abc9c;
            }

                #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
                    color: #fff;
                    background: #1abc9c;
                }

        #mainNav.navbar-shrink {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }

            #mainNav.navbar-shrink .navbar-brand {
                font-size: 1.5em;
            }
}


.masthead {
    padding: 3rem 0 3rem 0;
    background-color: #000;
    color: #fff;
}

    .masthead h1 {
        font-size: 1rem;
        line-height: 1rem;
        margin: 0 0 2.69rem 0;
    }

    .masthead h2{
        font-size: 1.25rem;
    }

    .masthead p {
        font-size: 1.5rem;
        line-height: 1.82rem;
    }


@media (min-width: 992px) {

    .masthead {
        padding: 3rem 0 6rem 0;
        text-align: center;
    }

        .masthead h1 {
            font-size: 2rem;
            line-height: 2rem;
            margin: 0 0 3.69rem 0;
        }

        .masthead h2 {
            font-size: 1.5rem;
        }

        .masthead p {
            /*
            font-size: 3rem;
            line-height: 3.625rem;
            */
            font-size: 2.5rem;
            line-height: 3rem;
            margin: 0 2rem 3rem 2rem;
        }
}

section,
footer {
    padding: 3rem 0 3rem 0;
    background-color: #000;
    color: #fff;
}

    section.section-bg-black {
        background-color: #000;
        color: #fff;
    }

    section.section-bg-white {
        background-color: #fff;
        color: #000;
    }


footer {
    padding: 4.375rem 0 6rem 0;
}


.section-title {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    /*margin: 3.8rem 0 3.8rem 0;*/
    padding: 0 0 1rem 0;
}


    p, .section-body-text p {
        font-size: 1rem;
        font-weight: 450;
        line-height: 1.125rem;
    }

.section-body-text-large p {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.8125rem;
}

.section-text-block-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 6.25rem;
    margin: 0;
    padding: 0;
}

.section-text-block-body-text {
    font-size: 1.25rem;
    font-weight: 450;
    line-height: 1.4375;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {

    section,
    footer {
        padding: 6rem 0 6rem 0;
        background-color: #000;
        color: #fff;
    }

    .section-title {
        font-size: 3rem;
        font-weight: 600;
        text-transform: uppercase;
        /*border-bottom: solid 1px #000;*/
        /*margin: 3.8rem 0 3.8rem 0;*/
        padding: 0 0 1rem 0;
    }


    p, .section-body-text p {
        font-size: 1rem;
        font-weight: 450;
        line-height: 1.125rem;
    }

    .section-body-text-large p {
        font-weight: 500;
        font-size: 2rem;
        line-height: 2.375rem;
    }

    .section-text-block-title {
        font-size: 3rem;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        padding: 0;
    }

    .section-text-block-body-text {
        font-size: 1.25rem;
        font-weight: 450;
        line-height: 1.4375;
        margin: 0;
        padding: 0;
    }


}

/* HOME PROJECT CAROUSEL */



.slide-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.title-block-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left:0;
}

    .title-block-wrapper .title-block {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
    }

.title-block a:hover h2, .title-block a:hover p {
    color: rgb(140,140,140);
}

.title-block-wrapper .title-block h2 {
    font-size: 1.5rem;
    margin-bottom: 0.1rem;
}

    .title-block-wrapper .title-block p {
        font-size: 0.75rem;
        margin-bottom: 0rem;
    }

@media (min-width: 992px) {


    .title-block-wrapper .title-block h2 {
        font-size: 3rem;
        margin-bottom: 0.5rem;
    }

    .title-block-wrapper .title-block p {
        font-size: 1rem;
        margin-bottom: 0rem;
    }
}

.bg-transparent {
    display: inline-block;
    background: rgba(0, 0, 0, 0.6) !important;
    padding: 1rem;
    color: #fff;
}

/* HOME HERO IMAGES */

/*.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
}

#heroImage1 {
    visibility: visible;
}*/



    .carousel {
        padding: 3rem 0 0 0;
    }

h3.carousel-title {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 550;
    margin-bottom: 1rem;
}

.carousel .slide {
    position: relative;
}

            .carousel .slide h2 {
                position: absolute;
                top: 1rem;
                left: 1rem;
                font-size: 1rem;
                font-weight: 600;
                color: #fff;
            }

    footer {
        margin: 3rem 0 0 0;
    }

        footer ul {
            line-height: 1.3rem;
        }

    .copyright {
        margin-top: 8rem;
    }

        .copyright p {
            color: #848484;
            font-size: 0.8rem;
            margin: 0 0 0.125rem 0;
        }


    .swiper-slide {
        width: 100%; /* Ensures each slide takes full width */
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

@media (min-width: 992px) {

    .swiper-button-next,
    .swiper-button-prev {
        color: #fff;
        display: block;
    }
}

/* SERVIVES PAGE */
.services-page .section-title {
    margin: 1rem 0 1rem 0;
    border-bottom: solid 1px #000;
}

    .services-page .section-body-text p {
        margin: 2rem 0 2rem 0;
    }

    @media (min-width: 992px) {

        .services-page .section-title {
            margin: 3.8rem 0 3.8rem 0;
            padding-top: 1.5rem;
        }

        .services-page .section-body-text p {
            margin: 1rem 0 1rem 0;
        }
    }



    /* CONTACT PAGE */

.contact-points {
    margin: 2rem 0 1rem 0;
}

/*.contact-page .masthead p {
    color: #FF00B2;
}
*/
    .take-me-home {
        margin: 1rem 0 2rem 0;
    }

    h2.take-me-home-title {
        font-size: 2rem;
        font-weight: 550;
        line-height: 3.625rem;
    }

    .take-me-home .intro {
        font-weight: 450;
        font-size: 1.25rem;
        line-height: 1.4375;
        margin-bottom: 3rem;
    }

    .take-me-home-option {
        display: flex;
        margin: 0 0 1rem 0;
    }

        .take-me-home-option .icon {
            margin-right: 1rem;
        }

        .take-me-home-option h2 {
            font-size: 1rem;
            font-weight: 550;
            line-height: normal;
        }

    .take-me-home .map {
        text-align: center;
    }

    .contact-item {
        margin-bottom: 2rem;
    }

        .contact-item h2 {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            font-size: 2rem;
            font-weight: 550;
            line-height: 2rem;
            margin-bottom: 0.1rem;
        }


        .contact-item .icon {
            margin-right: 0.1rem;
            display: flex;
            width: 57px;
        }

            .contact-item .icon img {
                width: 80%;
            }

        .contact-item a {
            color: #000;
        }

    @media (min-width: 992px) {

        .contact-points {
            margin: 6rem 0 2rem 0;
        }

        .take-me-home {
            margin: 0rem 0 6rem 0;
        }

        h2.take-me-home-title {
            font-size: 3rem;
            font-weight: 550;
            line-height: 3.625rem;
        }

        .take-me-home .intro {
            font-weight: 450;
            font-size: 1.25rem;
            line-height: 1.4375;
            margin-bottom: 3rem;
        }

        .contact-item {
            margin-bottom: 0;
        }

            .contact-item .icon {
                margin-right: 1rem;
            }

                .contact-item .icon img {
                    width: 100%;
                }

            .contact-item h2 {
                font-size: 3rem;
                font-weight: 550;
                line-height: 3rem;
                margin-bottom: 1rem;
            }
    }


    /* PROJECTS PAGE */

/*    .projects-page .masthead p {
        color: #FF00B2;
    }*/

    .project-item {
        /*position: relative;*/
        margin-bottom: 2.0rem;
    }

        a .project-item:hover {
            opacity: 0.6;
        }
        .project-item h2 {
/*            position: absolute;
            top: 1rem;
            left: 1rem;*/
            margin-top:0.5rem;
            font-size: 1.25rem;
            color: #000;
            font-weight: 600;
        }

    .showreel-item h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    @media (min-width: 992px) {
        .showreel-item h2 {
            font-size: 2rem;
            margin-bottom: 1rem;
        }
    }

    /* PROJECT PAGE */
    .project-page {

    }

    .project-page section {

        padding-top: 2rem;
    }

        .project-page .back-link {
            display: inline-flex;
            border-bottom: solid 1px #fff;
            padding-bottom: 0.25rem;
            margin-bottom: 7rem;
           
        }

        .project-page  .main-image {
            padding: 3rem 0 3rem 0;
        }

        .project-page .credits {
            margin: 0;
        }

@media (min-width: 992px) {

    .project-page .back-link {
        margin-bottom: 9rem;
    }

    .project-page .main-image {
        padding: 0;
    }

    .project-page .credits {
        margin: 2.4375rem 0 0 0;
    }
}

        .project-page .back-link img {
            margin-right: 0.5rem;
        }

.project-page h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.625rem;
    margin: 0 0 2.4375rem 0;
}

        .project-page .description p {
            font-weight: 450;
            font-size: 1.25rem;
            line-height: 1.4375rem;
            /*color: #FF00B2;*/
        }

    .imdb p {
        font-size: 1.25rem;
    }



        .credits dt, .credits dd {
            font-weight: 450;
            font-size: 1.25rem;
            line-height: 1.4375rem;
            color: #969696;
        }

        .credits dd {
            text-transform: uppercase;
            color: #fff;
        }

    .services-rendered h3, .home-team h3 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #0A0A0A;
        margin: 1.8125rem 0 2rem 0;
    }


.service-icons {
    display: flex;
    flex-wrap: wrap;
}

    .service-icon {
        text-align: center;
        margin-right: 2em;
    }


        .service-icon img {
            height: 50px;
            width: 50px;
        }

        .service-icon h6 {
            font-weight: 600;
            font-size: 1rem;
            line-height: 2rem;
        }

@media (min-width: 992px) {

    .services-rendered h3, .home-team h3 {

        margin: 1.8125rem 0 3.375rem 0;
    }

    .service-icon {
        margin-right: 5em;
    }


        .service-icon img {
            height: 80px;
            width: 80px;
        }

        .service-icon h6 {
            font-weight: 600;
            font-size: 2rem;
            line-height: 3rem;
        }
}

    .home-team h3 {
        margin: 3.375rem 0 1.8125rem 0;
    }

    .home-team h6 {
        margin: 1rem 0 0 0;
        line-height: 1.25rem;
    }

        .home-team h6 span {
            display: block;
            font-size: 1rem;
        }

            .home-team h6 span.job-title {
                color: #898989;
                font-weight: 500;
            }

            .home-team h6 span.full-name {
                color: #000;
                font-weight: 600;
            }

    .team-member {
        margin: 0 0 3rem 0;
    }

       a .team-member img:hover {
            opacity: 0.6;
       }



        /* PERSON PAGE */
        .person-page section {
            padding-bottom: 0;
        }

    .person-page .person-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

.person-page .credits-title {
    font-size: 1.5rem;
    margin: 2rem 0 1rem 0;
    font-weight: 550;
}

.person-page ul.credits {
    
    margin-bottom: 0.25rem;
}
.person-page ul.credits li {

    margin-bottom: 0.25rem;
}

    .person-page ul.credits a {
        font-size: 1rem;
        color:#000;
    }

    .person-page .biography {
        margin-bottom: 6rem;
    }

        .person-page .biography p {
            font-size: 1.25rem;
            line-height: 1.4375rem;
        }

    .person-picture-col {
        background-color: #fff;
    }

    .person-picture {
        background-color: #fff;
        margin: 2.625rem 0 0 0;
    }

    @media (min-width: 992px) {

        .person-page section {
            padding-bottom: 6rem;
        }

        .person-page .person-title {
            font-size: 3rem;
            margin-bottom: 1.5rem;
        }

        .person-page .credits-title {
            font-size: 3rem;
            margin: 3rem 0 1rem 0;
            font-weight: 550;
        }

        .person-page ul.credits a {
            font-size: 1.25rem;
        }

        .person-page .biography p {
            font-size: 1.25rem;
            line-height: 1.4375rem;
        }

        .person-picture-col {
            background-color: #000;
        }

        .person-picture {
            background-color: #000;
            margin: 0 0 0 0;
        }
    }


    #JobTypeId {
        margin: 1rem 0 1rem 0;
    }



    /* Name anchors on page. add some spacing so filters show whe */
    #people, #projects {
        padding-top: 2rem;
    }


    .filter-bar {
        margin: 4.75rem 0 5.69rem 0;
    }

        .filter-bar.showreel {
            margin: 4.75rem 0 0 0;
        }

        .filter-bar.services {
            margin: 4.75rem 0 0 0;
        }

            .filter-bar.services .btn-filter {
                margin-bottom: 1rem;
            }

@media (min-width: 1200px) {
    .filter-bar.services .btn-filter {
        margin-bottom: 0;
    }
}


    .sub-filter-bar {
        margin: 1rem 0 5.69rem 0;
    }

    .btn-filter {
        border: solid 1px #000;
        padding: 0.625rem;
        font-size: 1.25rem;
        cursor: pointer;
        margin: 0 0.875rem 0 0;
        color: #000;
    }

        .btn-filter:hover {
            background-color: #000;
            color: #fff;
        }

        .btn-filter.showreels {
            border: solid 2px #E05A00;
        }


            .btn-filter.showreels:hover {
                background-color: #E05A00;
                color: #fff;
            }

        .btn-filter svg {
            stroke: #ffffff;
            width: 40px;
            height: 40px;
        }

        .btn-filter:hover svg path {
            stroke: #ffffff;
            fill: #ffffff;
        }




    .services-page .btn-filter {
        padding: 0.3rem 0.625rem 0.3rem 0.625rem;
    }

    .btn-filter .icon {
        margin-right: 0.3rem;
    }

    .btn-filter.selected {
        background-color: #000;
        color: #fff;
    }


    /* ANIMATIONS */

    /* Animate the line from the left */
    a.underline-dark {
        position: relative;
        color: #000;
        text-decoration: none;
    }

        a.underline-dark:hover {
            color: #000;
        }

        a.underline-dark::before {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #000;
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        a.underline-dark:hover::before {
            transform: scaleX(1);
        }