﻿/*@font-face {
    font-family: 'helveticaneuebold';
    src: url('/fonts/helvetica_neu_bold-webfont.eot');
    src: url('/fonts/helvetica_neu_bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/helvetica_neu_bold-webfont.woff2') format('woff2'), url('/fonts/helvetica_neu_bold-webfont.woff') format('woff'), url('/fonts/helvetica_neu_bold-webfont.ttf') format('truetype'), url('/fonts/helvetica_neu_bold-webfont.svg#helveticaneuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuelight';
    src: url('/fonts/helveticaneue_light-webfont.eot');
    src: url('/fonts/helveticaneue_light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/helveticaneue_light-webfont.woff2') format('woff2'), url('/fonts/helveticaneue_light-webfont.woff') format('woff'), url('/fonts/helveticaneue_light-webfont.ttf') format('truetype'), url('/fonts/helveticaneue_light-webfont.svg#helveticaneuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuemedium';
    src: url('/fonts/helveticaneue_medium-webfont.eot');
    src: url('/fonts/helveticaneue_medium-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/helveticaneue_medium-webfont.woff2') format('woff2'), url('/fonts/helveticaneue_medium-webfont.woff') format('woff'), url('/fonts/helveticaneue_medium-webfont.ttf') format('truetype'), url('/fonts/helveticaneue_medium-webfont.svg#helveticaneuemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'helveticaneueregular';
    src: url('/fonts/helveticaneue-webfont.eot');
    src: url('/fonts/helveticaneue-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/helveticaneue-webfont.woff2') format('woff2'), url('/fonts/helveticaneue-webfont.woff') format('woff'), url('/fonts/helveticaneue-webfont.ttf') format('truetype'), url('/fonts/helveticaneue-webfont.svg#helveticaneueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '/fonts/helveticaregularNew';
    src: url('/fonts/helvetica-webfont.eot');
    src: url('/fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/helvetica-webfont.woff2') format('woff2'), url('/fonts/helvetica-webfont.woff') format('woff'), url('/fonts/helvetica-webfont.ttf') format('truetype'), url('/fonts/helvetica-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


body {
    font-family: "inter-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wght" 400;
    color: #333;
}

h3 {
    font-size: calc(1.3rem + .6vw);
    font-variation-settings: "slnt" 0, "wght" 700;
    font-size: 21px;
}

p {
    font-size: 16px;
    font-variation-settings: "slnt" 0, "wght" 400;
}

a p {
    font-variation-settings: "slnt" 0, "wght" 400;
}

strong {
    font-variation-settings: "slnt" 0, "wght" 600;
}

ul li {
    font-size: 16px;
}

@media (max-width: 425px) {
    p {
        font-size: 14px;
    }
    ul li {
        font-size: 16px;
    }
}

.home-top {
    height: auto;
    position: relative;
    overflow: hidden;
}

@media (min-width: 485px) {
   

    .mobile {
        display: none;
    }
}

@media (max-width: 485px) {
    .desktop {
        display:none !important;
    }
    .mobile {
        display: block;
    }
}

a {
    color: #000;
    text-decoration: none;
    font-variation-settings: "slnt" 0, "wght" 600;
}
    a:hover {
        color: #97c2c9;
        text-decoration: none;
    }

    
/* Cookie modal */

.cookie-modal {
    position: fixed;
    bottom: 30px;
    left: 20px;
    right: 20px;
    background: rgba(00,0,0,0.9);
    border: 0px solid #f2f2f2;
    padding: 30px;
    z-index: 999;
    font-size: 1rem;
    width: 38%;
    color: white;
}

.cookie-accept {
    font-size: .8rem;
    background: #ffffff;
    color: #333333;
    border: 0px solid #f2f2f2;
    font-weight:bold;
}

    .cookie-accept:hover {
        font-size: .8rem;
        background: #97c2c9;
        color: #ffffff;
        border: 0px solid #f2f2f2;
        opacity: 1;
    }

.cookie-close {
    font-size: .8rem;
    background: #97c2c9;
    color: #333333;
    font-weight: bold;
    border: 0px solid #f2f2f2;
}

    .cookie-close:hover {
        font-size: .8rem;
        background: #ffffff;
        color: #97c2c9;
        border: 0px solid #f2f2f2;
        opacity: 1;
    }

@media (max-width: 1024px) {
    .cookie-modal {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .cookie-modal {
        width: auto;
        font-size: 0.8rem;
    }
}

/* Fade In */

.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in;
}

.visible {
    opacity: 1;
}


/* Nav */
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}

.pogo-nav {
    padding: 0px 30px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.logo-header {
    height: 70px;
    width: auto;
    position: relative;
    top: -6px;
}

@media (max-width: 768px) {

    .logo-header {
        height: 64px;
        width: auto;
        top: -5px;
    }

    .pogo-nav {
        padding: 15px;
        padding-left: 15px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.nav-block {
    width: 100%;
    position: fixed;
    z-index: 2000;
    right: 0px;
    height: 100%;
    background: #333;
    transition: all 0.2s;
    padding: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    pointer-events: none; /* Prevents clicks when hidden */
    top: 0px;
}

.marque {
    width:90%;
    height:auto;
    position:relative;
    right:150px;
    opacity:0.7;
}

@media (max-width: 768px) {
    .nav-block {
        width: 100%;
        padding: 20px;
    }
    .marque {
        display:none;
    }
}

@media (max-width: 425px) {
    .nav-block {
        width: 100%;
        padding: 20px;
    }

    .marque {
        display: none;
    }
}

.nav-block-light {
    width: 1920px;
    position: fixed;
    z-index: 1000;
    right: -1920px;
    height: 100%;
    background: #b4cfd1;
    transition: all 0.2s;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow:hidden;
}

@media (max-width: 600px) {
    .nav-block-light {
        right: -1920px;
    }
}

.cta-1 {
    font-size: 28px;
    margin-top: 0px;
    font-style: normal;
    font-family: 'helveticaneuebold';
    letter-spacing: -2px;
    color: #fff;
    line-height: 1.1;
    position:relative;
    z-index:2001;
}

.cta-2 {
    font-size: 24px;
    margin-top: 0px;
    font-style: normal;
    font-family: 'helveticaneuebold';
    letter-spacing: -1px;
    color: #000000;
    line-height: 1.5;
    position: relative;
    z-index: 2001;
}

@media (max-width: 768px) {
    .cta-1 {
        font-size: 20px;
        margin-top: 0px;
        font-style: normal;
        font-family: 'helveticaneuebold';
        letter-spacing: -1px;
        color: #fff;
        line-height: 1.2;
        position: relative;
        z-index: 2001;
        display: block;
    }

    .cta-2 {
        font-size: 18px;
        margin-top: 0px;
        font-style: normal;
        font-family: 'helveticaneuebold';
        letter-spacing: -1px;
        color: #000000;
        line-height: 1.2;
        position: relative;
        z-index: 2001;
        display: block;
    }
}

.navbar {
    transition: all 0.5s;
    background-color: transparent;
}

.nav-block.nav-active {
    display: flex; /* Ensure it's displayed */
    animation: fadeIn 0.5s forwards; /* Apply the fade-in animation */
    pointer-events: auto; /* Enable clicks when visible */
    justify-content: center;
    align-items: center;
    text-align:center;
}

.nav-active-light {
    right: 0px;
}

@media (max-width: 600px) {
    .nav-active-light {
        right: 0px;
        padding-right: 266px;
    }
}

    .nav-block ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        margin-top: 10px;
    }

        .nav-block ul li a {
            color: #98C2C9;
            text-decoration: none;
            font-size: 45px;
            line-height: 1.1;
            margin-bottom: 14px;
            display: inline-block;
            font-variation-settings: "slnt" 0, "wght" 300;
            transition: all 0.3s;
            
        }

        .nav-block ul li a:hover {
            color: #ffffff;
        }

    @media (max-width: 600px) {
        .nav-block ul li a {
            font-size: 35px;
        }
    }

.navbar-dark .navbar-nav .nav-link {
    color: #333;
    font-variation-settings: "slnt" 0, "wght" 800;
    height: 51px;
    background: white;
    position: relative;
    top: 0px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    margin-right: 5px;
    font-size: 18px;
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        background: #98C2C9;
    }



section.intro {
    position: relative;
    z-index: 1;
    min-height: auto;
    padding: 180px 60px;
    display: flex;
    color: #333333;
    background: #F3F2EA;
    align-items: center;
    padding-bottom: 130px;
}

    section.intro h1 {
        color: #333;
        font-family: "inter-variable", sans-serif;
        font-size: 52px;
        font-style: normal;
        font-weight: 400;
        line-height: 56px; /* 133.333% */
        font-variation-settings: "slnt" 0, "wght" 700;
    }

    @media (max-width: 1200px) {
        section.intro h1 {
            font-size: 55px;
            line-height: 60px;
        }
    }
    @media (max-width: 768px) {
        section.intro {
            position: relative;
            z-index: 1;
            min-height: 100%;
            padding: 110px 20px;
            display: flex;
            align-items: center;
/*            color: white;
*/            padding-top: 155px;
            padding-bottom: 70px;
        }

            section.intro h1 {
                font-size: 3rem;
                /*margin-top: 84px;*/
            }
    }

    @media (max-width: 768px) {
        section.intro h1 {
            font-size: 2.3rem;
            /*            margin-top: 84px;
*/
        }
    }

.navScroll {
    background: #F3F2EA;
    padding-bottom: 15px;
}

    



    .core-values {
        margin-top: 60px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-content: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-content: stretch;
        align-items: stretch;
    }

    @media (max-width: 768px) {
        .core-values {
            justify-content: flex-start;
        }
    }

    .value-icon {
        padding: 15px;
        text-align: left;
        width: 215px;
        cursor: pointer;
        color: white;
    }

    .core-5rem {
        margin-top: 5rem;
    }

    .core-10rem {
        margin-top: 10rem;
    }

    @media (max-width: 1200px) {
        .value-icon {
            padding: 15px;
            width: 250px;
        }

        .core-10rem {
            margin-top: 5rem;
        }
    }

    @media (max-width: 920px) {
        .value-icon {
            padding: 15px;
            width: 210px;
        }
    }

    @media (max-width: 768px) {
        .value-icon {
            padding: 15px;
            width: 215px;
        }

        .core-5rem {
            margin-top: 0rem;
        }

        .core-10rem {
            margin-top: 0rem;
        }
    }

    @media (max-width: 485px) {
        .value-icon {
            padding: 10px;
            width: 100%;
        }
    }

    @media (max-width: 375px) {
        .core-values {
            justify-content: center;
        }
    }




section.values {
    position: relative;
    z-index: 1;
    padding: 150px 30px;
    /*    padding-bottom: 250px;
*/ background: #00B5AF;
    transition: all 0.3s;
    overflow: hidden;
    background: -webkit-linear-gradient(#c6ffdd, #97c2c9);
    background: linear-gradient(#c6ffdd, #97c2c9);
}

.reveal {
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    font-style: normal;
    font-family: 'helveticaneuebold';
    letter-spacing: -2px;
    font-size:38px;
}

.reveal:hover {
    color:white;
}

@media (max-width: 1024px) {
    .reveal {
        margin-bottom:30px;
    }
}

    .reveal h3 {
        font-size: 30px;
    }

/*.revealled {
    display: none;
    transition: all 0.3s;
}*/

.values-outer {
    height:300px;
    position:relative;
    overflow:hidden;
}

@media (max-width: 1024px) {
    .values-outer {
        height: 450px;
        position: relative;
        overflow: hidden;
    }
}

.succeed-revealled p, .build-revealled p, .discover-revealled p, .values-revealled p, .design-revealled p {
    font-size: 30px !important;
    color: white;
    line-height: 1.2;
    letter-spacing: -1px;
}

@media (max-width: 768px) {
    .succeed-revealled p, .build-revealled p, .discover-revealled p, .values-revealled p, .design-revealled p {
        font-size: 25px !important;
        color: white;
        line-height: 1.2;
        letter-spacing: -1px;
    }
}

.values-revealled {
    font-style: normal;
    font-family: 'helveticaneuebold';
    letter-spacing: -2px;
    margin-top: 50px;
    border-top: 1px solid black;
    padding-top: 30px;
    position: absolute;
    top: 0px;
    opacity: 1;
    transition: all 0.3s;
}

.values-active {
    transition: all 0.3s;
    opacity: 0;
    top: -300px;
}

.discover-revealled {
    font-style: normal;
    font-family: 'helveticaneuebold';
    letter-spacing: -2px;
    margin-top: 50px;
    border-top: 1px solid black;
    padding-top: 30px;
    position: absolute;
    top: -300px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 10;
}

.discover-logo {
    position: absolute;
    bottom: -400px;
    width: 400px;
    right: -46px;
    opacity: 0;
    transition: all 0.3s;
}

.discover-logo-active {
    position: absolute;
    bottom: -200px;
    width: 400px;
    right: -46px;
    opacity: 0.3;
}


.discover-active {
    transition: all 0.3s;
    opacity:1;
    top:0px;
}




.design-revealled {
    font-style: normal;
    font-family: 'helveticaneuebold';
    letter-spacing: -2px;
    margin-top: 50px;
    border-top: 1px solid black;
    padding-top: 30px;
    position: absolute;
    top: -300px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 10;
}

.design-logo {
    position: absolute;
    bottom: -400px;
    width: 400px;
    right: -46px;
    opacity: 0;
    transition: all 0.3s;
}

.design-logo-active {
    position: absolute;
    bottom: -200px;
    width: 400px;
    right: -46px;
    opacity: 0.3;
}


.design-active {
    transition: all 0.3s;
    opacity: 1;
    top: 0px;
}






.build-revealled {
    font-style: normal;
    font-family: 'helveticaneuebold';
    letter-spacing: -2px;
    margin-top: 50px;
    border-top: 1px solid black;
    padding-top: 30px;
    position: absolute;
    top: -300px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 10;
}

.build-logo {
    position: absolute;
    bottom: -400px;
    width: 400px;
    right: -46px;
    opacity: 0;
    transition: all 0.3s;
}

.build-logo-active {
    position: absolute;
    bottom: -200px;
    width: 400px;
    right: -46px;
    opacity: 0.3;
}


.build-active {
    transition: all 0.3s;
    opacity: 1;
    top: 0px;
}





.succeed-revealled {
    font-style: normal;
    font-family: 'helveticaneuebold';
    letter-spacing: -2px;
    margin-top: 50px;
    border-top: 1px solid black;
    padding-top: 30px;
    position: absolute;
    top: -300px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 10;
}

.succeed-logo {
    position: absolute;
    bottom: -400px;
    width: 400px;
    right: -46px;
    opacity: 0;
    transition: all 0.3s;
}

.succeed-logo-active {
    position: absolute;
    bottom: -200px;
    width: 400px;
    right: -46px;
    opacity: 0.3;
}


.succeed-active {
    transition: all 0.3s;
    opacity: 1;
    top: 0px;
}






img.values-logo {
    width: 50px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    img.values-logo {
        width: 80px;
        margin-bottom: 20px;
    }
}

section.values p {
    font-size: 14px;
}

        section.values h4 {
            margin-bottom: 15px;
            color: 3;
            font-weight: 700;
        }


    .icon {
        background: #3ab3c8;
        height: 100px;
        width: 100px;
        margin-right: auto;
        border-radius: 50%;
        margin-bottom: 20px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .icon .material-icons {
            font-size: 36px;
        }

    .bottom-block-1 {
        background: rgba(67,190,209,0.5);
        bottom: 0px;
        width: 100%;
        height: 50px;
        position: absolute;
    }

    .bottom-block-2 {
        background: rgba(76,200,217,0.7);
        bottom: 50px;
        width: 100%;
        height: 50px;
        position: absolute;
    }

    .bottom-block-3 {
        background: rgba(85,211,226,0.7);
        bottom: 100px;
        width: 100%;
        height: 50px;
        position: absolute;
    }

    .bottom-block-4 {
        background: rgba(94,211,235,0.5);
        bottom: 150px;
        width: 100%;
        height: 50px;
        position: absolute;
    }

    /* Outlines */

    /*.outline {
    color: white;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}*/


    img.logo {
        /*filter: grayscale(100%);
        opacity: 0.8;*/
    }

section.clients {
    padding: 80px 0px;
    background: #333333;
    padding-bottom: 80px;
}

    section.amazing {
        padding: 80px 0px;
        background: #f2f2f2;
    }

    .amazing-title {
        padding: 0px 60px;
    }

section.amazing h1 {
    font-size: 3.4rem;
    margin-top: 0px;
    font-style: normal;
    font-family: 'helveticaneuebold';
    letter-spacing: -2px;
    color: #97c2c9;
}

section.amazing h4 {
    font-size: 30px;
    margin-top: 0px;
    font-style: normal;
    font-family: 'helveticaneuebold';
    letter-spacing: -2px;
    color: #000;
}

    .outline-amazing {
        color: #fea9a6;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fea9a6;
    }

    .inside-story-block {
        padding: 30px;
        display: flex;
        overflow-x: scroll;
        width: 100%;
        padding-left: 40%;
        position: relative;
        justify-content: flex-start;
    }

    .inside-story-details {
        display: flex;
        width: 400px;
        min-height: 143px;
        cursor: pointer;
        position: relative;
        flex: 0 0 400px;
        text-align: left;
        background: #fff;
        padding: 30px;
        font-size: 14px;
        margin-right: 30px;
        border-radius:6px;
    }

        .inside-story-details p {
            margin-bottom: 0px;
            color: black;
        }

        /*.inside-story-details:nth-child(even) {
            background: #3ab3c8
        }*/

    .inside-story-block::-webkit-scrollbar {
        display: none;
    }

    .inside-story-block {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }


    /* Video */


    #vimeohero {
        background: #eee;
        height: 100vh;
        overflow: hidden;
        padding: 0;
        position: fixed;
        z-index: -1;
        top: 0px;
        left: 0px;
        width: 100vw;
    }

    /*iframe {
        box-sizing: border-box;
        height: 56.25vw;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        width: 177.77777778vh;
    }*/

    /* Work */

    .work {
        background: white;
    }

    .move-left-inside {
        position: absolute;
        z-index: 10;
        right: 30px;
        display: flex;
        align-items: center;
    }

    .move-right-inside {
        position: absolute;
        z-index: 10;
        left: 60px;
        display: flex;
        align-items: center;
    }

    .move-left, .move-right {
        width: 60px;
    }




    @media (max-width: 594px) {

        .amazing-title {
            padding: 0px 20px;
        }

        .move-left, .move-right {
            width: 30px;
        }

        .move-left-inside {
            position: absolute;
            z-index: 10;
            right: 20px;
            display: flex;
            align-items: center;
        }

        .move-right-inside {
            position: absolute;
            z-index: 10;
            left: 20px;
            display: flex;
            align-items: center;
        }

        .inside-story-block {
            padding-left: 20px;
        }

        .inside-story-details {
            display: flex;
            width: 350px;
            min-height: 143px;
            cursor: pointer;
            position: relative;
            flex: 0 0 350px;
            text-align: left;
            background: #ffffff;
            padding: 30px;
            font-size: 14px;
            margin-right: 30px;
        }

        section.amazing h1 {
            font-weight: 900;
            margin-bottom: 10px;
            line-height: 1;
        }
    }

section.work {
    padding: 80px 0px;
    background: #ffffff;
    padding-bottom: 0px;
    padding-top: 0px;
}

    .work-area {
        padding: 0px 60px;
    }

    section.work h1 {
        font-size: 4.5rem;
        color: #3ab3c8;
        font-weight: 900;
        margin-bottom: 10px;
        line-height: 1;
    }

    section.work h4 {
        font-size: 20px;
        font-weight: 900;
        margin-bottom: 20px;
        padding: 8px 0px;
        margin-right: 20px;
    }

    .outline-work {
        color: #3ab3c8;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #3ab3c8;
    }

    @media (max-width: 594px) {
        section.work h1 {
            font-size: 4rem;
            color: #fea9a6;
            font-weight: 900;
            margin-bottom: 10px;
            line-height: 1;
        }
    }

.outer-blue {
    background: #97c2c9;
    /*padding: 80px 0px;*/
    position: relative;
    border-bottom: 2px solid white;
    margin-bottom: 160px;
}

        .outer-blue p {
            color: #333;
            font-size: 14px;
        }

    .outer-blue h4 {
        font-size: 20px;
        font-weight: 900;
        margin-bottom: 0px !important;
        color: #000;
    }

    .outer-blue h3 {
        font-size: 2.8rem;
        margin-top: 0px;
        font-style: normal;
        font-family: 'helveticaneuebold';
        letter-spacing: -2px;
        color: #fff !important;
        border: 0;
        margin-right: 10px;
        padding: 0px;
        line-height: 1.1;
    }

    .outline-work-sample {
        color: #fff;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
    }

    .right-image {
        position: absolute;
        right: 0px;
        width: 670px;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #333 !important;
    background-color: transparent !important;
    margin-right: 10px;
}

.nav-pills .nav-link {
    font-size: 1.8rem;
    margin-top: 0px;
    font-style: normal;
    font-family: 'helveticaneuebold';
    letter-spacing: -2px;
    color: #e2e2e2 !important;
    border: 0;
    /* border-radius: .25rem; */
    margin-right: 10px;
    padding: 0px;
}

    .nav-pills .nav-link:hover {
        border: 0px solid #104F55;
        background-color: transparent;
        cursor: pointer;
        color: #97c2c9 !important;
        opacity: .8;
        transition: .3s;
        box-shadow: none;
    }

    .statement {
        color: white;
        font-size: 50px;
        font-weight: 100;
        line-height: .5;
        margin-top: 20px;
    }

.btn-light {
    color: #000;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    font-size: 14px;
    font-weight: 800;
}

    .outer-blue small {
        font-size: 18px;
        font-weight: 900;
    }

    @media (max-width: 991px) {
        .right-image {
            display: none;
        }

        .statement {
            margin-top: 50px;
        }
    }

.panel-inner {
    padding: 50px;
    position: relative;
    height: 100%;
}

@media (max-width: 768px) {

    .panel-inner {
        padding: 30px;
        position: relative;
        height: 100%;
        padding-bottom:60px;
    }
}

.small-image {
    position: absolute;
    /* bottom: 0px; */
    left: -60px;
    width: 400px;
    margin-top: 30px;
}

@media (max-width: 1200px) {

    .small-image {
        display:none;
    }
}

@media (max-width: 450px) {
    .small-image {
        position: absolute;
        /* bottom: 0px; */
        left: 00px;
        width: 100%;
        margin-top: 30px;
    }
}

.logos {
    text-align: center;
    margin-bottom: 20px;
    background: #f2f2f2;
    padding: 14px;
}

section.news {
    padding: 80px 0px;
    background: #333;
}

section.news h1 {
    font-size: 3.4rem;
    margin-top: 0px;
    font-style: normal;
    font-family: 'helveticaneuebold';
    letter-spacing: -2px;
    color: #97c2c9;
}



@media (max-width: 768px) {
    .amazing {
        margin-top: 200px;
    }
}

.news-inside {
    min-height: 143px;
    /*cursor: pointer;*/
    position: relative;
    text-align: left;
    background: #ffffff;
    padding: 0px;
    font-size: 14px;
    margin-bottom: 20px;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

    .news-inside p {
        font-family: "inter-variable", sans-serif;
        color: black;
        line-height: 1.5;
    }

.news .container .row .col-md-4:nth-child(2) .news-inside {
    background: #fff;
}

.news-inside h2 {
    font-size: 2rem;
    margin-top: 0px;
    font-style: normal;
    letter-spacing: -1px;
    color: #000;
    line-height: 1.2;
}

footer {
    padding: 80px 0px;
    padding-bottom: 0px;
    background: #fff;
    font-size: 14px;
    color: #333;
}
@media (max-width: 768px) {
    footer {
        padding: 40px 30px;
        padding-bottom: 63px;
        font-size: 14px;
    }
}

footer p {
    font-size: 14px;
}

footer a {
    color: white;
    text-decoration: none;
    margin-right:15px;
    font-size:14px;
}

    footer a:hover {
        color: white;
        text-decoration: none;
        margin-right: 15px;
    }

.stat {
    font-size: 77px;
    margin-top: 0px;
    font-style: normal;
    font-family: 'helveticaneuebold';
    letter-spacing: -2px;
    color: #777;
    line-height:1;
}

.stat-text {
    display: block;
    line-height: 1.2;
    font-size: 28px;
    letter-spacing: -1px;
    color: #cccccc;
}

.image {
    height: 800px;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.pr-40 {
    padding-right:40px
}

.paragraph p {
    color: black;
}

.text-left {
    text-align: left;
    margin-bottom:30px;
}

.text-right {
    text-align: right;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .text-left {
        text-align: left;
        margin-bottom: 30px;
    }

    .text-right {
        text-align: left;
        margin-bottom: 30px;
    }
}

section.team {
    position: relative;
    z-index: 1;
    min-height: auto;
    padding: 180px 60px;
    display: flex;
    color: black;
    background: white;
    align-items: center;
    padding-top:0px;
}
.things {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 200px;
}

.team-pic {
    border-radius: 50%;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
    width: 200px;
    height:200px;
    margin-bottom:20px;
}
.team-pic-hover {
    overflow: hidden;
    background: #97c2c9;
    position: absolute;
    height: 170px;
    border-radius: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    display: none;
    width: 200px;
    height: 200px;
}

@media (max-width: 768px) {

    .team-pic-hover {
        line-height: 1.2;
        padding: 10px;
        font-size:14px;
    }
}

@media (max-width: 1440px) {
    .things {
        width: 160px;
        height: 160px;
    }

    .team-pic {
        width: 160px;
        height: 160px;
    }
    .team-pic-hover {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 375px) {
    .things {
        width: 130px;
        height: 130px;
    }

    .team-pic {
        width: 130px;
        height: 130px;
    }

    .team-pic-hover {
        width: 130px;
        height: 130px;
    }
}

    .team-pic-hover .name {
        font-size: 2rem;
        margin-top: 0px;
        font-style: normal;
        font-family: 'helveticaneuebold';
        letter-spacing: -2px;
        color: #fff;
        display: block;
        flex-direction: column;
        line-height: 1.2;
        
    }

@media (max-width: 768px) {

    .team-pic-hover .name {
        font-size: 1.5rem;
        margin-top: 0px;
        font-style: normal;
        font-family: 'helveticaneuebold';
        letter-spacing: -1px;
        color: #fff;
        display: block;
        flex-direction: column;
        line-height: 1.2;
    }
}

@media (max-width: 450px) {
    section.team {
        position: relative;
        z-index: 1;
        min-height: auto;
        padding: 180px 30px;
        display: flex;
        color: black;
        background: white;
        align-items: center;
        padding-top: 0px;
    }
}

.member-things {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    width: 150px;
    height: 150px;
    margin:auto;
    margin-bottom:20px;
}

.interests {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-family: 'helveticaneuebold';
    letter-spacing: -2px;
    color: #97c2c9;
    margin-bottom:30px;
}

@media (max-width: 571px) {
    .member-things {
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        width: 140px;
        height: 140px;
    }
    .interests {
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-family: 'helveticaneuebold';
        letter-spacing: -2px;
        color: #97c2c9;
    }
}

.member-image {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom:20px;
}

.blog-intro-h2 {
    font-size: 3rem;
    margin-top: 10px;
    font-style: normal;
    font-family: 'helveticaneuebold';
    letter-spacing: -2px;
    color: #97c2c9;
    margin-bottom:50px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
/*    color: #97c2c9;
*/    font-weight: 900;
}

.text-muted {
    color: #e1e1e1 !important;
}

textarea.form-control {
    height: auto;
}

.range-slider {
    margin: 0px 0 0 0%;
}

.range-slider {
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

    .range-slider__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #222;
        cursor: pointer;
        -webkit-transition: background .15s ease-in-out;
        transition: background .15s ease-in-out;
    }

        .range-slider__range::-webkit-slider-thumb:hover {
            background: #97c2c9;
        }

    .range-slider__range:active::-webkit-slider-thumb {
        background: #97c2c9;
    }

    .range-slider__range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border: 0;
        border-radius: 50%;
        background: #222;
        cursor: pointer;
        -moz-transition: background .15s ease-in-out;
        transition: background .15s ease-in-out;
    }

        .range-slider__range::-moz-range-thumb:hover {
            background: #97c2c9;
        }

    .range-slider__range:active::-moz-range-thumb {
        background: #97c2c9;
    }

    .range-slider__range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 3px #fff, 0 0 0 6px #97c2c9;
    }

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #222;
    padding: 5px 10px;
    margin-left: 8px;
}

    .range-slider__value:after {
        position: absolute;
        top: 8px;
        left: -7px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-right: 7px solid #222;
        border-bottom: 7px solid transparent;
        content: '';
    }

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}


.signs:before {
    content: '£';
}

.map-outer {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 60px;
}

    .map-outer iframe {
        box-sizing: border-box;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        width: 100%;
    }

h1.case-intro {
    font-size: 45px !important;
}

@media (max-width: 768px) {
    section.intro h1 {
        font-size: 42px !important;
        line-height: 50px;
    }
}

@media (max-width: 530px) {
    section.intro h1 {
        font-size: 50px !important;
        line-height: 56px;
    }
}

.featured-case-study {
    position: absolute;
    top: 20px;
    background: white;
    margin-left: 60px;
    padding: 20px;
    width: 400px;
    border: 1px solid;
    box-shadow: 3px 3px;
    border-radius:6px;
}

.featured-top {
    display: block;
}

.featured-title {
    font-size: 30px;
    margin-top: 0px;
    letter-spacing: 0px;
    color: #000;
    line-height: 1;
    font-family: roca, sans-serif;
    font-weight: 800;
}

@media (max-width: 768px) {
    .featured-case-study {
        position: relative;
        top: 30px;
        background: white;
        margin-left: 0px;
        padding: 20px;
        border: 1px solid black;
        width: 300px;
        right: inherit;
        left: 30px;
        box-shadow: 3px 3px;
    }
    .featured-title {
        font-size: 22px;
        margin-top: 0px;
       
        color: #97c2c9;
    }
}


/*/ Parallax */


.image-container {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    width: 100%;
    height: 700px;
}

@media (max-width: 425px) {
    .image-container {
        position: relative;
        overflow: hidden;
        background-color: transparent;
        width: 100%;
        height: 400px;
    }
}

    .image-container img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 127%;
        object-fit: cover;
        object-position: center;
        padding: 0;
    }

.values-area h3 {
    font-size: 50px;
    font-family: 'roca', serif;
    letter-spacing: 0;
    font-weight: 800;
}

@media (max-width: 425px) {
    .values-area h3 {
        font-size: 70px;
        font-family: 'roca', serif;
        letter-spacing: 0;
        font-weight: 800;
    }
}

/* Client logos */

.logo-outer-container {
    width: 100%;
}

.logo-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

@media (max-width: 991px) {
    .logo-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }
}

@media (max-width: 768px) {
    .logo-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
}

@media (max-width: 500px) {
    .logo-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}

.logo-item {
    width: 100%;
    border: 1px solid black;
    box-shadow: 4px 4px black;
    padding: 30px;
    background: white;
    border-radius:6px;
}

@media (max-width: 991px) {
    .logo-item {
        width: 100%;
        border: 1px solid;
        box-shadow: 3px 3px;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .logo-item {
        width: 100%;
        border: 1px solid;
        box-shadow: 3px 3px;
        padding: 20px;
    }
}

@media (max-width: 500px) {
    .logo-item {
        width: 100%;
        border: 1px solid;
        box-shadow: 3px 3px;
        padding: 10px;
    }
}



.section-title {
    font-size: 3.4rem;
    margin-top: 0px;
    font-style: normal;
    color: #97c2c9;
    font-family: roca, sans-serif;
    font-weight: 800;
    display: block;
    line-height: 1;
}

.case-study {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}

.case-study-text {
    padding:50px;
}

@media (max-width: 768px) {
    .case-study-text {
        padding: 30px;
    }
}

.case-study-text-title {
    font-size: 2.4rem;
    margin-top: 0px;
    font-style: normal;
    color: black;
    font-family: roca, sans-serif;
    font-weight: 800;
    display: block;
    line-height: 1;
    margin-top: 0px;
}

.case-study-client-top {
    margin-left: 20px;
    width: auto;
    font-weight: 800;
}

.case-study-title-large {
    font-family: roca, sans-serif;
    font-weight: 800;
    color: white;
    font-size: 40px;
    text-align: center;
    line-height: 1;
}

.case-study-title-small {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    color: white;
    letter-spacing: 5px;
    margin-bottom: 16px;
}
.case-study-tint {
    position: absolute;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.btn-ps {
    display: flex;
    align-items: center;
    padding: 14px;
    padding-top: 17px;
    border: 1px solid;
    box-shadow: 3px 3px;
    border-radius: 6px;
    transition: all 0.3s;
    position: relative;
    top: 0px;
    left: 0px;
    font-family: 'inter-variable';
}

    .btn-ps:hover {
        display: flex;
        align-items: center;
        padding: 14px;
        padding-top: 17px;
        border: 1px solid;
        box-shadow: 5px 5px;
        border-radius: 6px;
        background-color: #c6ffdd;
        top: -3px;
        left: -3px;
    }



.case-study-intro {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    background: #00B5AF;
    padding-left: 100px;
    padding-right: 100px;
    background: -webkit-linear-gradient(#c6ffdd, #97c2c9);
    background: linear-gradient(#c6ffdd, #97c2c9);
}
}

@media (max-width: 768px) {
    .case-study-intro {
        padding: 80px;
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 530px) {
    .case-study-intro {
        padding: 80px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .section-title {
        font-size: 3rem !important;
    }
}

.section-services {
    width: 100%;
    box-sizing: border-box;
    background: #333;
    border-top: 2px solid #97c2c9;
    border-bottom: 2px solid #97c2c9;
    padding-bottom: 20px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.service-text {
    font-size: 20px;
    margin-top: 0px;
    font-style: normal;
    color: #333;
    display: block;
    line-height: 22px;
    width: auto;
    font-variation-settings: "slnt" 0, "wght" 500;
}

.service-name {
    color: #333;
    font-size: 47px;
    font-style: normal;
    font-variation-settings: "slnt" 0, "wght" 700;
    line-height: normal;
    margin-bottom: 20px;
    display: block;
    letter-spacing: -1px;
    color:rgba(71, 129, 150, 0.66);
}

.service-name-large {
    color: #333;
    font-size: 100px;
    font-style: normal;
    font-variation-settings: "slnt" 0, "wght" 700;
    line-height: normal;
    margin-bottom: 20px;
    display: block;
    letter-spacing: -1px;
}

.work-sample-margin-top-60 {
    margin-top: 60px;
}

@media (max-width: 1200px) {
    .service-name {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .service-name-large {
        font-size: 80px;
    }
    .work-sample-margin-top-60 {
        margin-top: 30px;
    }
}

.service-icon {
    width: 110px;
    height:110px;
    padding:25px;
    background:white;
    border-radius:50%;
    border: 4px solid #F3F2EA;
    background: white;
}

@media (max-width: 450px) {
    .service-icon {
        border:3px solid rgba(71, 129, 150, 0.66);
    }
}

.padding-right-60 {
    padding-right:65px;
}

@media (max-width: 768px) {
    .padding-right-60 {
        padding-right:0px;
    }
}
@media (max-width: 450px) {
    .service-icon {
        width: 80px;
        height: 80px;
        padding: 14px;
        background: white;
        border-radius: 50%;
    }
}

.service-text-image {
    width: auto;
    height: 46px;
    position: relative;
    top: -8px;
    margin-left: 6px;
    margin-right: 6px;
}



.service-title span {
    color: #777777;
}

.case-study-top {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    color: white;
    padding:30px;
    
}

    .case-study-top h1 {
        text-align: center;
        font-family: 'roca';
        font-weight: 800;
        font-size: 4rem;
        line-height:1;
    }

@media (max-width: 530px) {
    .case-study-top h1 {
        text-align: center;
        font-family: 'roca';
        font-weight: 800;
        font-size: 2rem;
        line-height: 1;
    }
}

.case-study-tint-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.case-study-intro-fade h2 {
    font-size: 3.4rem;
    margin-top: 0px;
    font-style: normal;
    color: #c6ffdd !important;
    font-family: roca, sans-serif;
    font-weight: 800;
}

.case-study-stat {
    color: #333;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 81.818% */
    font-variation-settings: "slnt" 0, "wght" 600;
    margin-bottom:5px;
    display:block
}

.case-study-bottom-image {
    height: 800px;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

@media (max-width: 678px) {
    .case-study-bottom-image {
        height: 800px;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
    }
}

a.team-link {
    transition: all 0.3s;
}

.team-item {
    width: 100%;
    background: white;
    margin-bottom: 0px;
    border-radius: 10px;
    overflow: hidden;
}


.team-name {
    display: flex;
    align-items: center;
    padding: 14px;
    padding-top: 17px;
    border: 1px solid black;
    box-shadow: 3px 3px black;
    border-radius: 0px;
    transition: all 0.3s;
    position: absolute;
    left: -10px;
    bottom: -10px;
    background: #00B5AF;
    color: black;
    font-weight: bold;
    font-family: roca, serif;
    font-weight: 800;
    font-size: 18px;
    z-index: 1;
}

.team-name-small {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    padding-top: 10px;
    border: 1px solid black;
    box-shadow: 3px 3px black;
    border-radius: 0px;
    transition: all 0.3s;
    position: absolute;
    left: 10px;
    bottom: -42px;
    background: #c6ffdd;
    color: black;
    font-weight: bold;
    font-weight: 800;
    z-index: 1;
    font-size: 14px;
    border-radius: 3px;
}

.team-name-small-team {
    display: inline-block;
    align-items: center;
    padding: 5px 10px;
    padding-top: 10px;
    border: 1px solid black;
    box-shadow: 3px 3px black;
    border-radius: 0px;
    transition: all 0.3s;
    /* position: absolute; */
    /* left: 10px; */
    /* bottom: -42px; */
    background: #c6ffdd;
    color: black;
    font-weight: bold;
    font-weight: 800;
    z-index: 1;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
}



.team-image {
    width:100%;
}

.team-interests {
    display: inline-block;
    align-items: center;
    padding: 8px 24px;
    padding-top: 11px;
    background: #ffffff;
    color: black;
    z-index: 1;
    font-size: 14px;
    border-radius: 43px;
    width: 100%;
}

.project-name {
    font-family: roca, serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.1;
    display: block;
    margin-top: 17px;
    color: #c6ffdd;
}


.nav-bullet {
    height: 34px;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

@media (max-width: 600px) {
    .nav-bullet {
        height: 27px;
        position: relative;
        top: -3px;
        margin-right: 10px;
    }
}


.hero-outer {
    position: absolute;
    top: 53px;
    width: 700px;
}

@media (max-width: 1431px) {
    .hero-outer {
        position: absolute;
        top: 53px;
        width: 600px;
    }
}

@media (max-width: 1250px) {
    .hero-outer {
        position: absolute;
        top: 53px;
        width: 500px;
    }
}

@media (max-width: 991px) {
    .hero-outer {
        position: relative;
        top: 0px;
        width: 100%;
        margin-top:30px;
    }
}

@media (max-width: 768px) {
    .hero-outer {
        position: relative;
        top: 0px;
        width: calc(100% + 65px);
        margin-top: 30px;
        overflow: hidden;
        margin-left: -33px;
    }
        .hero-outer img {
            width: 150% !important;
            margin-left: -20%;
        }
}

section.section-services-new {
    color: #333333;
    background: #F3F2EA;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    section.section-services-new {
        padding:80px 20px;
    }
}

@media (max-width: 768px) {
    section.section-services-new {
        padding: 80px 20px;
        padding-bottom: 30px;
    }
}

.services-intro {
    text-align: center;
}

.service-outer-intro {
    margin-bottom: 80px;
}

.service-outer {
    border-radius: 28px;
    background: white;
    padding: 40px;
    min-height: auto;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.service-outer p {
    font-size: 17px;
    font-variation-settings: "slnt" 0, "wght" 400;
    line-height: 24px;
}

@media (max-width: 450px) {
    .service-outer {
        min-height: auto;
        padding: 30px 25px;
        margin-bottom: 60px;
    }
    .service-outer-intro {
        margin-bottom: 60px;
    }
}

.service-outer ul {
    padding: 0px;
    margin-bottom: 22px;
    margin-top:15px;
}

    .service-outer ul li {
        background-repeat: no-repeat;
        background-position: 0px 1px;
        background-size: 15px;
        list-style: none;
        background-image: url(/images/i-bullet.svg);
        padding-left: 20px;
        margin-bottom: 8px;
    }

.section-services-new .row .col-lg-10.col-md-10:nth-child(3) .service-outer {
    background-color: #ffffff !important;
}

.section-services-new .row .col-lg-10.col-md-10:nth-child(3) .service-outer .service-name {
    color: #f1928c !important;
}

/*.section-services-new .row .col-lg-10.col-md-10:nth-child(3) .service-outer .service-icon {*/
/*    border-color: #f1928c !important;*/
/*}*/



.section-services-new .row .col-lg-10.col-md-10:nth-child(4) .service-outer {
    background-color: #ffffff !important;
}

.section-services-new .row .col-lg-10.col-md-10:nth-child(4) .service-outer .service-name {
    color: #A39DE3 !important;
}

/*.section-services-new .row .col-lg-10.col-md-10:nth-child(4) .service-outer .service-icon {*/
/*    border-color: #A39DE3 !important;*/
/*}*/



.section-services-new .row .col-lg-10.col-md-10:nth-child(5) .service-outer {
    background-color: #ffffff !important;
}

.section-services-new .row .col-lg-10.col-md-10:nth-child(5) .service-outer .service-name {
    color: #97C2C9 !important;
}

/*.section-services-new .row .col-lg-10.col-md-10:nth-child(5) .service-outer .service-icon {*/
/*    border-color: #97C2C9 !important;*/
/*}*/









.services-intro p {
    font-size:24px;
    margin-bottom:0px;

}

    .services-intro p strong {
        font-variation-settings: "slnt" 0, "wght" 600;
    }

.section-heading {
    border-bottom: 1px solid #333333;
    margin-bottom: 50px;
}

.section-heading-text {
    font-variation-settings: "slnt" 0, "wght" 800;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
}

.tech-stack-outer {
    display: flex;
    padding: 16px 24px;
    border-radius: 47px;
    background: white;
    align-items: center;
}

.client-logo {
    border-radius: 8px;
    background: #FFF;
    padding: 10px 30px;
}

@media (max-width: 630px) {
    .client-logo {
        padding: 10px 15px;
    }
}

.client-quote-large {
    color: #333;
    font-size: 32px;
    font-style: normal;
    font-variation-settings: "slnt" 0, "wght" 700;
    line-height: 46px;
}

@media (max-width: 991px) {
    .client-quote-large {
        font-size: 35px;
        line-height: 45px; /* 133.333% */
    }
}

@media (max-width: 768px) {
    .client-quote-large {
        font-size: 24px;
        line-height: 35px;
    }
}

.client-name {
    display: block;
    font-size: 20px;
    line-height: 22px;
    margin-top: 20px;
    font-variation-settings: "slnt" 0, "wght" 400;
}

@media (max-width: 450px) {
    .client-name {
        display: block;
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
        font-variation-settings: "slnt" 0, "wght" 400;
    }
}

.client-quote-small {
    border-radius: 28px;
    background: #FFF;
    padding:30px;
}

@media (max-width: 991px) {
    .client-quote-small {
        height:100%;
    }
}

.client-name-small {
    display: block;
    font-size: 16px;
    line-height: 19px;
    font-variation-settings: "slnt" 0, "wght" 700;
    margin-top:15px;
}

.btn-ps-white {
    background: white;
    font-weight: bold;
    padding: 10px 20px;
    padding-top: 13px;
    font-variation-settings: "slnt" 0, "wght" 600;
    border-color:white;
}

    .btn-ps-white:hover {
        background: #333333;
        border-color: #333333;
        color: #98C2C9
    }

.btn-ps-white-dark {
    background: white;
    font-weight: bold;
    padding: 10px 20px;
    padding-top: 13px;
    font-variation-settings: "slnt" 0, "wght" 600;
    border-color: white;
}

    .btn-ps-white-dark:hover {
        background: #98C2C9;
        border-color: #98C2C9;
        color: #333333;
    }

.btn-ps-red {
    background: #F3F2EA;
    font-weight: bold;
    padding: 14px 20px;
    padding-top: 15px;
    font-variation-settings: "slnt" 0, "wght" 400;
    border-color: #F3F2EA;
    color: #333;
    font-size: 14px;
}

.btn-ps-red:hover {
    background: #f1928c;
    border-color: #f1928c;
    color: #333;
}

.btn-ps-grey {
    background: #333;
    font-weight: bold;
    padding: 14px 20px;
    padding-top: 15px;
    font-variation-settings: "slnt" 0, "wght" 400;
    border-color: white;
    color: #fff;
    font-size: 14px;
}

    .btn-ps-grey:hover {
        background: #98C2C9;
        border-color: #98C2C9;
        color: #333333;
    }

.blog-title-inner {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 630px) {
    .blog-title-inner {
        display: block;
    }
}

.blog-title {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-variation-settings: "slnt" 0, "wght" 700;
    line-height: 35px; /* 129.032% */
    margin-bottom:20px;
    display:block;
}

.cta-image {
    position: relative;
    top: -70px;
}

.cta-content {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #333;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 133.333% */
}

@media (max-width: 991px) {
    .cta-content {
        display: flex;
        height: 100%;
        width: 100%;
        align-items: center;
        padding-top: 30px;
        padding-bottom: 30px;
        color: #333;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 46px; /* 133.333% */
        position:relative;
        top:-100px;
    }
}

.footer-phone {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 145.833% */
    display:block;
}

.footer-email {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 145.833% */
    font-variation-settings: "slnt" 0, "wght" 700;
    display: block;
    margin-bottom:30px;
}

.footer-right {
    text-align: right;
}

@media (max-width: 768px) {
    .footer-right {
        text-align: left;
        margin-bottom:30px;
    }
}

.featured-client-image {
    height: 100vh;
    width: 100%;
    margin-top: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

@media (max-width: 768px) {
    .featured-client-image {
        height: 100vh;
        width: calc(100% + 40px);
        margin-top: 80px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
        margin-left: -20px;

        
    }
}
@media (max-width: @iphone-screen) {
    .featured-client-image {
        background-attachment: scroll;
    }
    
}

.service-page-icon {
    width: 600px;
    position: absolute;
    right: 0px;
    z-index: -1;
    top: 85px;
    right: -80px;
}

@media (max-width: 991px) {
    .service-page-icon {
        width: 400px;
        opacity: 0.2;
        mix-blend-mode: multiply;
        right:-70px;
        top:-20px;
    }
}


.service-button {
    display: flex;
    padding: 10px 15px;
    border-radius: 47px;
    background: white;
    align-items: center;
    font-variation-settings: "slnt" 0, "wght" 700;
    border:3px solid white;
    transition:all 0.3s;
    line-height: 1.3;
}

    .service-button:hover {
        color:#333333;
    }

.col-lg-3:nth-child(1) .service-button:hover {
    border: 3px solid #98C2C9 !important;
}

.col-lg-3:nth-child(2) .service-button:hover {
    border: 3px solid #f1928c !important;
}

.col-lg-3:nth-child(3) .service-button:hover {
    border: 3px solid #A39DE3 !important;
}

.col-lg-3:nth-child(4) .service-button:hover {
    border: 3px solid #97C2C9 !important;
}



.service-button-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    flex: 0 0 40px;
    align-items: center;
    display: flex;
}

.service-button-icon img {
    width: 35px;
    height: 35px;
}

@media (max-width: 768px) {
    .service-button {
        display: flex;
        padding: 8px;
        border-radius: 47px;
        background: white;
        align-items: center;
        font-size:14px;
    }
    .service-button-icon {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        flex: 0 0 40px;
    }
        .service-button-icon img {
            width: 30px;
            height: 30px;
        }
}

@media (max-width: 425px) {
    .service-button {
        font-size: 12px;
    }
}

.service-title-large {
    color: #333;
    font-size: 38px;
    font-style: normal;
    line-height: 50px; /* 133.333% */
    font-variation-settings: "slnt" 0, "wght" 700;
    display: block;
    line-height: 45px;
    margin-bottom: 10px;
}
.service-intro-large {
    color: #333;
    font-size: 30px;
    font-style: normal;
    line-height: 40px; /* 133.333% */
    font-variation-settings: "slnt" 0, "wght" 400;
    display: block;
}

@media (max-width: 768px) {
    .service-title-large {
        font-size: 28px;
        line-height: 35px;

    }

    .service-intro-large {
        font-size: 24px;
        line-height: 35px;
    }
}

.service-image-feature {

}

.service-text-outer {
    border-radius: 28px;
    background: #FFF;
    padding:30px;
}

.service-image-feature {
    background-size:cover;
    height:100%;
    width:100%;
    background-position:center center;
    border-radius:28px;
}

@media (max-width: 991px) {
    .service-image-feature {
        height: 400px;
        width: 100%;
    }
}

.service-text-outer ul li {
    background-repeat: no-repeat;
    background-position: 0px 1px;
    background-size: 15px;
    list-style: none;
    background-image: url(/images/i-bullet.svg);
    padding-left: 20px;
    margin-bottom: 8px;
}

.service-text-outer ul {
    padding-left:0px;
}

.case-study-outer {
    position: relative;
    height: 700px;
    width: 1200px;
}

@media (max-width: 1220px) {
    .case-study-outer {
        position: relative;
        height: 700px;
        width: 1200px;
    }
}

@media (max-width: 991px) {
    .case-study-outer {
        position: relative;
        width: 100%;
        height:auto;
    }
}

.expertise-icons {
    margin-bottom: 80px
}

@media (max-width: 991px) {
    .expertise-icons {
        margin-bottom: 40px
    }
}

.values-area {
    border-right: 1px solid #333333;
}

.row > .col-lg-4:nth-of-type(3) .values-area {
    border-right: 0px solid #333333;
}

@media (max-width: 768px) {
    .values-area {
        border-right: 0px solid #333333;
    }
}

.case-study-padding-right {
    padding-left: 50px;
}

@media (max-width: 991px) {
    .case-study-padding-right {
        padding-left: 0px;
    }
}

.blog-text strong {
    font-variation-settings: "slnt" 0, "wght" 700;
}

.about-image-feature {
    background-size: cover;
    height: 400px;
    width: 100%;
    background-position: center center;
    border-radius: 28px;
}

.team-skills {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    font-variation-settings: "slnt" 0, "wght" 700;
}

.team-fact {
    color: #333;
    font-size: 12px;
    background: #F3F2EA;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0px 0px 8px 8px;
    position:relative;
    top:-1px;
}

@media (max-width: 768px) {
    .team-fact {
        width:100%
    }
}

.bullet-area li, .bullet-area p {
    font-size: 14px;
}

.text-area p {
    font-size: 17px;
}

.mission {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .mission {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.case-study-image {
    width: 100%;
    height: auto
}

@media (max-width: 768px) {
    .case-study-image {
        width: 130%;
        height: auto
    }
}

@media (max-width: 425px) {
    .case-study-image {
        width: 180%;
        height: auto
    }
}

.case-study-graphic {
    height: 100%;
    position: relative;
}

    .case-study-graphic img {
        width: 584px;
        position: absolute;
        bottom: -259px;
        left: -100px;
    }

@media (max-width: 1300px) {
    .case-study-graphic img {
        width: 500px;
        position: absolute;
        bottom: -259px;
        left: -100px;
    }
}

@media (max-width: 991px) {
    .case-study-graphic img {
        width: 532px;
        position: absolute;
        bottom: -259px;
        left: -117px;
    }
}

@media (max-width: 768px) {
    .case-study-graphic img {
        width: 100%;
        position: relative;
        bottom: inherit;
        left: inherit;
    }


}

@media (max-width: 450px) {
    .case-study-graphic {
        height: 100%;
        position: relative;
        margin-left: -33px;
        width: calc(100% + 66px);
    }
        .case-study-graphic img {
            width: 150%;
            position: relative;
            bottom: -70px;
            left: -31%;
            height: auto;
        }
}

.testimonial-left .client-quote-small {
    margin-bottom: 0px;
}

.case-study-logo-outer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
}

@media (max-width: 1200px) {
    .case-study-logo-outer {
        display: block;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .case-study-logo-outer {
        display: flex;
        width: 100%;
    }
}
    

/* Text Info */

.text-area-outer ul li {
    background-repeat: no-repeat;
    background-position: 0px 1px;
    background-size: 15px;
    list-style: none;
    background-image: url(/images/i-bullet.svg);
    padding-left: 20px;
    margin-bottom: 8px;
}

.text-area-outer ul {
    padding:0;
    margin:0;
    margin-bottom: 30px;
}

/* Scrolling Hero Section */

.parallax-wrapper {
    position: relative;
    height: 800px;
    overflow: hidden; /* Keep content inside the wrapper */
}
.parallax-section {
    position: relative;
    width: 100%;
    height: 800px;
    background: url('/images/background1.svg') top/cover no-repeat fixed;
    /* background: #F3F2EA; */
    padding-left: 40px;
    padding-right: 40px;
}

.parallax-rule {
    display: block;
    width: calc(100% - 40px);
    height: 2px;
    background: #333;
}
.video-inner h1 {
    color: #fff;
    font-family: "inter-variable", sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    font-variation-settings: "slnt" 0, "wght" 700;
}

.second-statement {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (max-width: 425px) {
    .video-inner h1 {
        color: #fff;
        font-family: "inter-variable", sans-serif;
        font-size: 46px;
        font-style: normal;
        font-weight: 400;
        line-height: 51px;
        font-variation-settings: "slnt" 0, "wght" 700;
        padding-right: 68px;
    }
    .second-statement {
        font-size: 16px;
        margin-bottom: 30px;
        margin-top: 30px;
        margin-right: 70px;
    }
}



.content-wrapper {
    position: relative;
    height: 100%;
    padding: 0px 0;
}
.text-content {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}
.image-content-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible;
}
.image-content {
    overflow: visible;
    animation: moveImages 30s linear forwards; /* Runs once and stops */
    animation-play-state: running;
}
.image-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.parallax-text, .parallax-images {
    transition: transform 0.1s linear;
}
.parallax-text-inner {
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.example-project {
    width: 100%;
    background: white;
    height: 471px;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    border-radius: 28px;
    /*box-shadow:
            0 2.8px 2.2px rgba(0, 0, 0, 0.034),
            0 6.7px 5.3px rgba(0, 0, 0, 0.048),
            0 12.5px 10px rgba(0, 0, 0, 0.06),
            0 22.3px 17.9px rgba(0, 0, 0, 0.072),
            0 41.8px 33.4px rgba(0, 0, 0, 0.086),
            0 100px 80px rgba(0, 0, 0, 0.12);*/
    overflow:hidden;
}

.fade-in-hero {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.margin-top-large {
    margin-top: 300px;
}
.margin-top-small {
    margin-top: 100px;
}

.padding-top-large {
    padding-top: 150px;
}

.padding-right {
    padding-right:150px;
}

.video-container {
    
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.video-placeholder, .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-iframe {
    display: none; /* Hide the iframe initially */
}

@media (max-width: 1235px) {
    .example-project {
        height: 410px;
    }
}

@media (max-width: 1130px) {
    .example-project {
        height: 380px;
    }
}

@media (max-width: 991px) {
    .image-content {
        animation: none !important; /* Disable animation on smaller screens */
    }
    .parallax-text, .parallax-images {
        transform: none !important;
    }
    .parallax-wrapper {
        height: auto;
    }
    .parallax-section {
        height: auto;
        padding-top: 150px;
        padding-bottom:150px;
    }
    .parallax-text-inner {
        height: auto;
    }
    .video-container {
        

    }
    .parallax-rule {
        display: none;
    }
}

@media (max-width: 640px) {
    .example-project {
        height: 410px;
    }

    .video-inner {
        padding: 12px;
    }
}

@media (max-width: 425px) {
    .example-project {
        height: 240px;
        border-radius: 13px
    }
    .margin-top-large {
        margin-top: 44px;
    }
    .margin-top-small {
        margin-top: 131px;
    }
    .padding-right {
        padding-right:0px;
    }
    .video-container {
        height: calc(100vh - 100px);
        
    }
}

/* Keyframe animation to move images continuously upwards */
@keyframes moveImages {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-56%); /* Stops when the last red box reaches the bottom */
    }
}

/* full screen hero */

.video-outer {
    position: relative;
    height: 100vh;
}

.video-container {
    height: 100vh;
    overflow: hidden;
    position: absolute;
    width: 100%;
    background: #000000;
}

.video-tint {
    background: rgba(0, 0, 0, 0.5);
    /* background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47384891456582634) 70%); */
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}



.video-size iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-size {
    position: relative;
    top: 0px;
    left: 50%;
    min-height: 106%;
    min-width: 400%;
    border: 0;
    transform: translate(-50%, -0%);
}

.video-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    z-index: 2;
    padding-top: 90px;
}

.iframe-placeholder {
    width: 100%;
    height: 100%;
    background-size: cover;
}

@media (max-width: 425px) {
    .video-outer {
        height: calc(100vh - 80px);

    }
    .video-container {
        height: calc(100vh - 80px);
    }
    .video-tint {
        background: rgba(0, 0, 0, 0.6);
    }
    .case-study-logo-outer {
        display: block;
        width: 100%;
    }
    .btn-ps-grey {
        width: 100%;
    }
    .service-image-outer {
        position: relative;
        margin-left: -25px;
        width: calc(100% + 50px);
        display: flex;
        justify-content: center;
        overflow: hidden;
    }
    .service-image-outer .img-fluid {
        max-width: 150%;
    }
    .services-intro p {
        font-size: 21px;
        margin-bottom: 0px;
        line-height: 30px;

    }
    .service-name {
        font-size: 35px;
    }
    section.section-services-new {
        padding: 80px 15px;
        padding-bottom: 30px;
    }
}

