/******************************************************
colours
*****************************************************/

:root {
--black: #000;
--900: #1A1A1A;
--800: #333333;
--700: #4D4D4D;
--600: #666666;
--500: #808080;
--400: #999999;
--300: #B3B3B3;
--200: #CCCCCC;
--100: #E6E6E6;
--50: #F3F3F3;
--white: #FFF;

--doubloon-900: #251F14;
--doubloon-800: #4A3E29;
--doubloon-700: #6E5D3D;
--doubloon-600: #937D52;
--doubloon: #AF996F;
--doubloon-400: #BFAD8C;
--doubloon-300: #CFC2A9;
--doubloon-200: #DFD6C5;
--doubloon-100: #EFEBE2;
--doubloon-50: #F7F5F1;

--violet-900: #161425;
--violet-800: #2C294A;
--violet-700: #423D6F;
--violet-600: #585194;
--violet: #756FB0;
--violet-400: #918CC0;
--violet-300: #ACA9D0;
--violet-200: #C8C5DF;
--violet-100: #E3E2EF;
--violet-50: #F1F1F7;

--moss-900: #14251C;
--moss-800: #294A38;
--moss-700: #3D6F54;
--moss-600: #519470;
--moss: #6FB08D;
--moss-400: #8CC0A4;
--moss-300: #A9D0BB;
--moss-200: #C5DFD1;
--moss-100: #E2EFE8;
--moss-50: #F1F7F3;

--heart-900: #350613;
--heart-800: #690D27;
--heart-700: #9E133A;
--heart-600: #D3194E;
--heart: #E83F6F;
--heart-400: #ED658C;
--heart-300: #F18CA9;
--heart-200: #F6B2C5;
--heart-100: #FAD9E2;
--heart-50: #FDECF0;

/******************************************************
space
*****************************************************/

--space-0: 0px;
--space-4: 4px;
--space-8: 8px;
--space-12: 12px;
--space-16: 16px;
--space-24: 24px;
--space-32: 32px;
--space-40: 40px;
--space-48: 48px;
--space-56: 56px;
--space-64: 64px;
--space-72: 72px;
--space-80: 80px;
--space-88: 88px;
--space-96: 96px;
--space-104: 104px;
--space-112: 112px;
--space-120: 120px;
--space-128: 128px;

--text-font: "jaf-bernino-sans", serif;
--title-font: "urbana", sans-serif;
--special-title-font: "adhesive-nr-eight", serif;
}

/******************************************************
global
*****************************************************/

body {
    background: var(--white);
    padding: var(--space-32);
    font-family: var(--text-font);
    color: var(--black);
}

a {
    text-decoration: none;
}

a svg {
    height: 16px;
    width: 16px;
}

.row-gap {
    margin-bottom: var(--space-32);
}

.text-secondary {
    color: var(--600);
}

.icon-16 {
    height: 16px;
    width: 16px;
}

/******************************************************
typography
*****************************************************/

.special-title-105 {
    font-family: var(--special-title-font);
    font-weight: 400;
    font-style: normal;
    font-size: 6.563rem;
}

.special-title-94 {
    font-family: var(--special-title-font);
    font-weight: 400;
    font-style: normal;
    font-size: 5.875rem;
}

.special-title-83 {
    font-family: var(--special-title-font);
    font-weight: 400;
    font-style: normal;
    font-size: 5.188rem;
}

.special-title-74 {
    font-family: var(--special-title-font);
    font-weight: 400;
    font-style: normal;
    font-size: 4.625rem;
}

.special-title-66 {
    font-family: var(--special-title-font);
    font-weight: 400;
    font-style: normal;
    font-size: 4.125rem;
}

.special-title-58 {
    font-family: var(--special-title-font);
    font-weight: 400;
    font-style: normal;
    font-size: 3.625rem;
}

.special-title-52 {
    font-family: var(--special-title-font);
    font-weight: 400;
    font-style: normal;
    font-size: 3.25rem;
}

.special-title-46 {
    font-family: var(--special-title-font);
    font-weight: 400;
    font-style: normal;
    font-size: 2.875rem;
}

.special-title-41 {
    font-family: var(--special-title-font);
    font-weight: 400;
    font-style: normal;
    font-size: 2.563rem;
}

.special-title-36 {
    font-family: var(--special-title-font);
    font-weight: 400;
    font-style: normal;
    font-size: 2.25rem;
}

.special-title-32 {
    font-family: var(--special-title-font);
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
}

.special-title-29 {
    font-family: var(--special-title-font);
    font-weight: 400;
    font-style: normal;
    font-size: 1.813rem;
}

.special-title-26 {
    font-family: var(--special-title-font);
    font-weight: 400;
    font-style: normal;
    font-size: 1.625rem;
}

.special-title-23 {
    font-family: var(--special-title-font);
    font-weight: 400;
    font-style: normal;
    font-size: 1.438rem;
}

.special-title-20 {
    font-family: var(--special-title-font);
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
}

.special-title-18 {
    font-family: var(--special-title-font);
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
}

.title-105 {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 6.563rem;
}

.title-94 {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 5.875rem;
}

.title-83 {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 5.188rem;
}

.title-74 {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 4.625rem;
}

.title-66 {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 4.125rem;
}

.title-58 {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 3.625rem;
}

.title-52 {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 3.25rem;
}

.title-46 {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 2.875rem;
}

.title-41 {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 2.563rem;
}

.title-36 {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 2.25rem;
}

.title-32 {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
}

.title-29 {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 1.813rem;
}

.title-26 {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 1.625rem;
}

.title-23 {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 1.438rem;
}

.title-20 {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
}

.title-18 {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
}

.text-105-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 6.563rem;
}

.text-94-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 5.875rem;
}

.text-83-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 5.188rem;
}

.text-74-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 4.625rem;
}

.text-66-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 4.125rem;
}

.text-58-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 3.625rem;
}

.text-52-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 3.25rem;
}

.text-46-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 2.875rem;
}

.text-41-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 2.563rem;
}

.text-36-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 2.25rem;
}

.text-32-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
}

.text-29-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 1.813rem;
}

.text-26-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 1.625rem;
}

.text-23-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 1.438rem;
}

.text-20-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
}

.text-18-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
}

.text-16-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
}

.text-14-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 0.875rem;
}

.text-13-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 0.813rem;
}

.text-11-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 0.688rem;
}

.text-10-bold {
    font-family: var(--text-font);
    font-weight: 700;
    font-style: normal;
    font-size: 0.625rem;
}

.text-105 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 6.563rem;
}

.text-94 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 5.875rem;
}

.text-83 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 5.188rem;
}

.text-74 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 4.625rem;
}

.text-66 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 4.125rem;
}

.text-58 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 3.625rem;
}

.text-52 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 3.25rem;
}

.text-46 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 2.875rem;
}

.text-41 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 2.563rem;
}

.text-36 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 2.25rem;
}

.text-32 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
}

.text-29 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 1.813rem;
}

.text-26 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 1.625rem;
}

.text-23 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 1.438rem;
}

.text-20 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
}

.text-18 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
}

.text-16 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}

.text-14 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
}

.text-13 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 0.813rem;
}

.text-11 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 0.688rem;
}

.text-10 {
    font-family: var(--text-font);
    font-weight: 400;
    font-style: normal;
    font-size: 0.625rem;
}

/******************************************************
top nav
*****************************************************/

.top-nav {
    background: var(--black);
    padding: var(--space-32);
}

.top-nav-logo {
    width: 50px;
}

.navigation {
    padding: var(--space-32);
    background: transparent;
    height: 100vh !important;
}

.navigation .offcanvas-header {
    background: var(--black);
    padding: var(--space-32);
}

.navigation .offcanvas-body {
    background: var(--black);
}

a.menu-icon img {
    transition: transform 0.5s;
}

a.menu-icon img:hover {
    cursor: pointer;
    transform: rotate(5deg);
}

.menu p {
    text-align: center;
}

.menu p a {
    color: var(--white);
    font-style: normal;
    transition: font-style 0.5s;
}

.menu p a:hover {
    font-style: italic;
}

/******************************************************
hero
*****************************************************/

.hero {
    background: url(/assets/images/hero-background.jpg) no-repeat center center;
    padding: var(--space-128) var(--space-16);
    color: var(--white);
    text-align: center;
}

/******************************************************
portfolio
*****************************************************/

.portfolio .portfolio-item img {
    margin-bottom: var(--space-16);
}

.portfolio .portfolio-item.soon {
    filter: grayscale();
}

.portfolio .portfolio-item a p {
    color: var(--black);
    transition: color 0.5s;
}

.portfolio .portfolio-item a:hover p {
    color: var(--heart);
}

.portfolio p {
    margin-bottom: 0px;
}

/******************************************************
case study
*****************************************************/

.case-study-content {
    padding:var(--space-48) 0;
}

.nf-desktop-layout, .nf-mobile-layout {
    padding: var(--space-64);
    background: var(--violet);
}

.nf-mobile-layout img {
    border-radius: var(--space-16);
}

/******************************************************
footer
*****************************************************/

.footer {
    padding: var(--space-64) var(--space-32);
}

.footer .copyright {
    margin-bottom: 0px;
    text-align: right;
}

.footer .copyright svg {
    height: 16px;
    width: 16px;
}

/******************************************************
small styles
*****************************************************/

@media (max-width: 576px) {
    body {
        padding: var(--space-16);
    }
    
    .row-gap {
        margin-bottom: var(--space-16);
    }
    
    .special-title-105, .title-105, .text-105-bold, .text-105 {
        font-size: 2.813rem;
    }

    .special-title-94, .title-94, .text-94-bold, .text-94 {
        font-size: 2.625rem;
    }

    .special-title-83, .title-83, .text-83-bold, .text-83 {
        font-size: 2.500rem;
    }

    .special-title-74, .title-74, .text-74-bold, .text-74 {
        font-size: 2.313rem;
    }

    .special-title-66, .title-66, .text-66-bold, .text-66 {
        font-size: 2.188rem;
    }

    .special-title-58, .title-58, .text-58-bold, .text-58 {
        font-size: 2.063rem;
    }

    .special-title-52, .title-52, .text-52-bold, .text-52 {
        font-size: 1.938rem;
    }

    .special-title-46, .title-46, .text-46-bold, .text-46 {
        font-size: 1.813rem;
    }

    .special-title-41, .title-41, .text-41-bold, .text-41 {
        font-size: 1.688rem;
    }    

    .special-title-36, .title-36, .text-36-bold, .text-36 {
        font-size: 1.563rem;
    }

    .special-title-32, .title-32, .text-32-bold, .text-32 {
        font-size: 1.500rem;
    }

    .special-title-29, .title-29, .text-29-bold, .text-29 {
        font-size: 1.375rem;
    }

    .special-title-26, .title-26, .text-26-bold, .text-26 {
        font-size: 1.313rem;
    }

    .special-title-23, .title-23, .text-23-bold, .text-23 {
        font-size: 1.188rem;
    }

    .special-title-20, .title-20, .text-20-bold, .text-20 {
        font-size: 1.125rem;
    }
    
    .hero {
        padding: var(--space-64) var(--space-16);
    }
    
    .top-nav {
        padding: var(--space-24);
    }
    
    .top-nav-logo {
        width: 30px;
    }
    
    .navigation {
        padding: var(--space-16);
    }
    
    a.menu-icon img {
        width: 30px;
    }
}

/******************************************************
medium styles
*****************************************************/

@media (max-width: 768px) {
    
}

/******************************************************
large styles
*****************************************************/

@media (max-width: 992px) {

}

/******************************************************
xl styles
*****************************************************/

@media (max-width: 1200px) {

}

/******************************************************
xxl styles
*****************************************************/

@media (max-width: 1400px) {

}