@font-face {
    font-family: 'NHD-Roman';
    src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NHD-Medium';
    src: url('../fonts/NeueHaasDisplayMediu.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    /* min-height: 100vh; */
}
body {
    background-color: #dbdcdd;
    color: #000000;
    font-family: 'NHD-Roman', sans-serif;
    font-size: 16px;    
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.5s;
}
a:hover,
.orange {
    color: #e74625;    
}

ul.unstyled, 
ul.unstyled li {
    list-style: none;
    margin: 0;
    padding: 0;    
}
ul.inline li {
    display: inline;
}

section.container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.fs-1-125 {
    font-size: 1.125rem!important;
}
.fs-1-5 {
    font-size: 1.5rem!important;
}

.fc-light {
    color: #7e7f7f;
}

.free-audit {
    color: #df8349;
    border: solid 2px #df8349;
    display: inline-block;        
    transition: 0.3s;
    /* transition: color 0.3s ease; */

}
.free-audit:hover {
    transform: translateY(-5px);
    border-color: #df8349;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}


/* ******************* MENU ******************* */
/* ******************* MENU ******************* */
/* ******************* MENU ******************* */
#menu {
    min-height: 79px;
    padding: 1.2rem 0.75rem;    
    .navbar-brand {
        font-size: 1.5rem;
        position: absolute;    
    }
    .nav-link {
        font-size: 1.25rem;
    }
    .navbar-nav .nav-link.active,
    .nav-link:focus,
    .nav-link:hover {
        color: #e74625;
    }    
    .navbar-toggler {
        border: unset;
        text-transform: uppercase;        
        position: absolute;
        right: 0;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .language {
        position: absolute;
        right: 5px;
    }
}


/* ******************* FOOTER ***************** */
/* ******************* FOOTER ***************** */
/* ******************* FOOTER ***************** */
footer.footer {
    color: #ffffff;
    background-color: #000000;
    margin-top: 3rem;    
    /* padding: 5rem 6.5rem; */
    padding-top: 5rem;
    padding-left: 6.5rem;
    padding-right: 6.5rem;

    .title {
        color: #bababa;
        margin-bottom: 1.5rem;        
    }
    .item li {        
        line-height: 1.85rem;
    }
    .copyright {
        font-size: 1rem;
        padding-top: 5rem;
        padding-bottom: 0.5rem;
    } 
}


/* ******************* HOME ******************* */
/* ******************* HOME ******************* */
/* ******************* HOME ******************* */
#home {
    .intro {
        font-size: 2rem;
    }
    .head {
        font-size: 5.8rem;
        line-height: 5.6rem;
        padding-top: 0.8rem;
    }
    .head span {
        display: inline-block;
    }
    h1 {
        font-size: 1.5rem;        
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
}


/* ******************* PROJECTS LIST && ARTISTICS LIS **************** */
/* ******************* PROJECTS LIST && ARTISTICS LIS **************** */
/* ******************* PROJECTS LIST && ARTISTICS LIS **************** */
.item-project {
    margin-bottom: 1.5rem;

    .img-fluid-project, 
    video {
        width: 100%;
        height: auto;
        object-fit: cover;
        max-height: calc(50vw - 36px);
        min-height: calc(50vw - 36px);        
    }
    .img-fluid-project.horizontal,
    video.horizontal {
        /* max-height: calc(50vw - 36px); */
        max-height: 900px;
    }

    .image-footer {
        padding: 0.5rem 0.5rem 1rem 0.5rem;
    }
    .short-description {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }    
} /* .item-project */


#projects {
    .category-item {
        border: solid 1px #000000;
        display: inline-block;
        padding: 0.5rem 1rem;
    }
    .category-item.active,
    .category-item:hover {
        background-color: var(--primary-color, #1a1a1a);
        border-color: var(--primary-color, #1a1a1a);
        color: #ffffff;
        transition: 0.5s;
    }
} /* #projects */


/* ******************* PROJECT DETAIL && ARTISTIC DETAIL **************** */
/* ******************* PROJECT DETAIL && ARTISTIC DETAIL **************** */
/* ******************* PROJECT DETAIL && ARTISTIC DETAIL **************** */
.item-media {
    margin-bottom: 1.5rem;
    .img-fluid-media,
    video {
        width: 100%;
        height: auto;
        object-fit: cover;        
        max-height: calc(50vw - 36px);
        min-height: calc(50vw - 36px);        
    }
    .img-fluid-media.horizontal,
    video.horizontal {
        /* max-height: calc(50vw - 36px); */
        max-height: 900px;
    }
    .image-footer {
        padding: 0.5rem 0.5rem 1rem 0.5rem;
    }
} /* .item-media */
.item-media.horizontal {
    margin-bottom: 0;
}

#project {
    font-size: 1.125rem;

    h1 {
        margin: 1rem 0 0 0;
    }
    .goto {
        display: inline-block;
        font-family: 'NHD-Medium', sans-serif;
        margin-bottom: 1.3rem;
    }    
}

#project,
#artistic {    
    h1 {
        font-size: 1.375rem;
        font-family: 'NHD-Medium', sans-serif;
    }
    p {
        line-height: 1.25rem;
        margin-bottom: 1.3rem;
    }
}


/* ******************* SERVICES *************** */
/* ******************* SERVICES *************** */
/* ******************* SERVICES *************** */
#services {
    h1 {
        font-size: 5.17vw;
        line-height: 4.2vw;
    }
    h2 {
        font-family: 'NHD-Medium', sans-serif;
        margin-bottom: 0;
    }
    .lead p {
        font-size: 2.5vw;
        line-height: 2.92vw;
        margin-bottom: 0.35rem;
    }
    .services-detail p {
        line-height: 1.35rem;
        margin-bottom: 1.5rem;
    }
}


/* ******************* BIO ******************** */
/* ******************* BIO ******************** */
/* ******************* BIO ******************** */
#biography {
    p {
        font-size: 3.085vw;
        line-height: 3.15vw;
        margin-bottom: 2.655vw;
    }
}


/* ******************* CONTACT **************** */
/* ******************* CONTACT **************** */
/* ******************* CONTACT **************** */
#contact {
    .fs-3 {
        font-size: 2.5vw!important;
        line-height: 2.92vw!important;
    }
    p {
        /* margin-bottom: 3.2rem; */
        margin: 0;
    }
    input, 
    textarea {
        background-color: inherit;
        border: none;
        border-radius: 0px;
        border-bottom: solid 1px #999999;
        font-weight: 400;
        margin-bottom: 20px;
        width: 100%;
        outline: none;        
    }
    textarea {
        height: 160px;
    }
    .send {
        background-color: #000000;
        border: none;
        color: #ffffff;
        font-size: 1.78rem;
        padding: 1rem 0.5rem;
        width: 100%;
    }

    .contact-data {
        left: 60%;
        position: absolute;
        width: auto;
    }
}    