:root {
    --black: #000000;
    --white: #ffffff;
    --themeDarkGrey: #171717;
    --themeLightGrey: #EFEFEF;
    --themeFeaturedBlack: #1C1D1F;
    --themeLightBlue: #94f2ff;
    --themeBlueText: #31A7FF;
    --textBlogGrey: #8B8A8A;
}

* {
    box-sizing: border-box !important;
    font-weight: normal;
}

@font-face {
    font-family: EinaRegular;
    src: url(../font/EinaRegular.ttf);
}

@font-face {
    font-family: EinaBold;
    src: url(../font/EinaSemiBold.ttf);
}

body {
    background-color: var(--white);
    font-size: 16px;
    font-family: EinaRegular, Arial, Helvetica, sans-serif !important;
    margin: 0;
    overflow-x: hidden !important;
}

.bold {
    font-family: EinaBold, Arial, Helvetica, sans-serif !important;
}

.italic {
    font-style: italic !important;
}

.scroller {
    height: 100vh;
}

h1 {
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
}

p, a {
    letter-spacing: 0.5px;
}

a {
    text-decoration: none;
    color: var(--black);
}

.text-white {
    color: var(--white) !important;
}

.text-black {
    color: var(--black) !important;
}

.text-b7 {
    color: #B7B7B7 !important;
}

.bg-black {
    background-color: var(--black);
}

.text-blog-blue {
    color: var(--themeBlueText) !important;
}

.text-blog-grey {
    color: var(--textBlogGrey) !important;
}

.vertical-middle {
    vertical-align: middle;
}

.top-nav {
    display: flex;
    flex-flow: row;
}

.insp-container {
    margin: 0 10vw;
}

#light-nav .grey-circle {
    background-color: var(--themeLightGrey);
}

.grey-circle.footer {
    background-color: #101010;
}

#light-nav .logo-brand {
    background-color: var(--black);
}

#light-nav .button-wrap {
    background-color: var(--black);
}

.logo-brand {
    height: 47px;
    width: 182px;
    background-color: var(--white);
    -webkit-mask: url(../images/logo.svg) no-repeat center;
    mask: url(../images/logo.svg) no-repeat center;
}

.main-container {
    padding: 10vh 0;
}

.navbar-lets-talk, .hero-footer-service {
    margin-left: auto;
    position: relative;
    display: flex;
    flex-flow: row;
}

.hero-footer-service {
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.btn-expand {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
}

.btn-expand-sm {
    width: 150px;
    height: 60px;
}

.btn-expand-lg {
    width: 240px;
    height: 60px;
}

.btn-expand-text {
    position: absolute;
    font-size: 20px;
    z-index: 1;
}

.btn-expand-text-lg {
    position: absolute;
    font-size: 20px;
    z-index: 1;
}

.grey-circle {
    width: 60px;
    height: 100%;
    background: var(--themeDarkGrey);
    border-radius: 50px;
    margin-right: auto;
    margin-left: 0;
}

.circle-light {
    background: #94f2ff;
    width: 66px;
    height: 66px;
    border-radius: 50px;
    margin-right: auto;
    margin-left: 8%;
}

.circle-outline {
    background: transparent;
    border: 2px solid #171717;
}

.wobbly-sphere-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100vh;
    width: 100vw;
    background-color: var(--black);
}

.wobbly-sphere-wrap canvas {
    max-width: 100%;
}

.navbar-button {
    margin-left: 10vw;
    z-index: 300;
}

.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-5 {
    margin-top: 5vh;
}

.mt-10 {
    margin-top: 10vh;
}

.mt-15 {
    margin-top: 15vh;
}

.mt-20 {
    margin-top: 20vh;
}

.py-5 {
    padding: 5vh 0;
}

.py-10 {
    padding: 10vh 0;
}

.py-15 {
    padding: 15vh 0;
}

.py-20 {
    padding: 20vh 0;
}


#light-nav .navbar-button {
    display: none;
}

.navbar-button {
    margin-left: 10vw;
    z-index: 300;
    position: fixed;
    right: 1vw;
    top: 10vh;
}

@media (max-width: 768px) {
    .mt-10 {
        margin-top: 5vh;
    }

    .mt-15 {
        margin-top: 8vh;
    }

    .mt-20 {
        margin-top: 10vh;
    }

    .py-10 {
        padding: 5vh 0;
    }

    .py-15 {
        padding: 8vh 0;
    }

    .py-20 {
        padding: 10vh 0;
    }

    .navbar-button {
        top: 15px;
    }
}

@media screen and (max-width: 600px) {
    .navbar-brand {
        position: absolute;
        left: 20%;
        right: 25%;
        top: 25px;
    }

    .navbar-button {
        margin-top: 25px;

    }

    .top-nav {
        align-items: center;
        justify-content: space-between;
        margin-top: 25px;
    }

    .navbar-lets-talk, .hero-footer-service {
        margin-left: 0;
    }

    .navbar-button {
        margin-right: 5vw;
    }

    .insp-container {
        margin: 0 5vw;
    }

    .navbar-button {
        top: 11vh;
    }
}

section {
    overflow-x: hidden !important;
}

.overflow-hidden {
    overflow: hidden;
}

.position-static {
    position: static !important;
}

.button-wrap {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#landing {
    background: #000;
}

.new-hero {
    height: 100vh;
    width: 100%;
    padding: 5.87rem 10vw;
    display: flex;
    flex-flow: column;
}

.hero-description {
    margin-top: auto;
    margin-bottom: auto;
}

.hero-bigtext {
    font-size: 5.208vw;
    margin: 0;
    line-height: 130%;
    color: var(--white);
    font-family: EinaBold, Arial, Helvetica, sans-serif;
}

.hero-description-para {
    font-size: 1.250vw;
    line-height: 150%;
    margin-top: 5vh;
}

@media screen and (max-width: 1440px) {
    .hero-description-para {
        font-size: 1.389vw;
    }
}

@media screen and (max-width: 1024px) {
    .hero-bigtext {
        font-size: 5.9vw;
    }

    .hero-description-para {
        font-size: 1.953vw;
    }
}

@media screen and (max-width: 768px) {
    .new-hero {
        padding: 5.87rem 3vw;
    }

    .hero-description-para {
        font-size: 2.604vw;
    }
}

.hero-footer {
    display: flex;
}

.first-reel h1 {
    font-size: 107px;
}

.marquee {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.marquee-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5rem;
}

.marquee-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
    margin: 0 20px;
    font-size: 8.854vw;
    font-family: EinaBold, Arial, Helvetica, sans-serif;
}

.marquee-content {
    -webkit-animation: marquee 40s linear infinite running;
    animation: marquee 40s linear infinite running;
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }
}

.menu-box {
    display: none;
}

.menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 197;
    pointer-events: none;
}

.menu-backdrop {
    pointer-events: auto;
}

.menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    height: 100vh;
    width: 880px;
    overflow: auto;
    padding: 100px 0 90px 0;
    background: #fff;
    left: auto;
    overflow: hidden;
}

.menu-inner {
    display: flex;
    align-items: center;
    height: 85%;
    width: 100%;
}

.menu-container {
    width: 100%;
    padding: 0 5vw;
}

.menu-grid {
    display: flex;
    flex-flow: row;
    width: 100%;
}

.menu-grid-left {
    display: flex;
    flex-flow: column;
    -webkit-box-flex: 0.8;
    flex: 0.8;
    width: 100%;
}

.menu-grid-right {
    display: flex;
    flex-flow: column;
    -webkit-box-flex: 1.2;
    flex: 1.2;
    width: 100%;
}

.menu-title {
    padding: 0 0 25px 0;
}

.title-sm {
    padding: 0 0 5px 0;
}

.menu-title p {
    font-size: 16px;
    color: #ccc;
}

.menu-social, .menu-nav {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.menu-social a {
    color: var(--themeDarkGrey);
    font-size: 0.833vw;
    line-height: 110%;
    padding: 13px 0;
    text-decoration: none;
    width: max-content;
    position: relative;
}

.menu-nav-item {
    padding: 0 0 20px 0;
    overflow: hidden;
}

.menu-nav a {
    color: var(--black);
    font-size: 3.125vw;
    line-height: 110%;
    text-decoration: none;
    width: max-content;
    display: block;
    position: relative;
}

.menu-nav a:before, .menu-mail a:before, .menu-social a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgba(0, 0, 0, 0);
}

.menu-nav a:after, .menu-nav a:before, .menu-mail a:after, .menu-mail a:before, .menu-social a:after, .menu-social a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgba(0, 0, 0, 0);
}

.menu-nav a:after, .menu-mail a:after, .menu-social a:after {
    background: #000;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: -o-transform .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: transform .8s cubic-bezier(.19, 1, .22, 1), -moz-transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: transform .8s cubic-bezier(.19, 1, .22, 1), -webkit-transform .8s cubic-bezier(.19, 1, .22, 1), -moz-transform .8s cubic-bezier(.19, 1, .22, 1), -o-transform .8s cubic-bezier(.19, 1, .22, 1);
}

.menu-nav a:focus:after, .menu-nav a:hover:after, .menu-mail a:focus:after, .menu-mail a:hover:after, .menu-social a:focus:after, .menu-social a:hover:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.menu-mail a {
    font-size: 30px;
    color: var(--black);
    position: relative;
}

.menu.dark .menu-wrap {
    background-color: var(--black);
}

.menu.dark .menu-title p {
    color: var(--white);
}

.menu.dark .menu-social a, .menu.dark .menu-nav a, .menu.dark .menu-mail a {
    color: var(--white);
}

.menu.dark .menu-nav a:before, .menu.dark .menu-mail a:before, .menu.dark .menu-social a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgba(0, 0, 0, 0);
}

.menu.dark .menu-nav a:after, .menu.dark .menu-nav a:before, .menu.dark .menu-mail a:after, .menu.dark .menu-mail a:before, .menu.dark .menu-social a:after, .menu.dark .menu-social a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgba(0, 0, 0, 0);
}

.menu.dark .menu-nav a:after, .menu.dark .menu-mail a:after, .menu.dark .menu-social a:after {
    background: #fff;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: -o-transform .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: transform .8s cubic-bezier(.19, 1, .22, 1), -moz-transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: transform .8s cubic-bezier(.19, 1, .22, 1), -webkit-transform .8s cubic-bezier(.19, 1, .22, 1), -moz-transform .8s cubic-bezier(.19, 1, .22, 1), -o-transform .8s cubic-bezier(.19, 1, .22, 1);
}

.menu.dark .menu-nav a:focus:after, .menu.dark .menu-nav a:hover:after, .menu.dark .menu-mail a:focus:after, .menu.dark .menu-mail a:hover:after, .menu.dark .menu-social a:focus:after, .menu.dark .menu-social a:hover:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

@media screen and (max-width:1440px) {
    .menu-wrap {
        width: 50vw;
    }

    .menu-social a {
        font-size: 1.111vw;
    }

    .menu-nav a {
        font-size: 4.167vw;
    }
}

@media screen and (max-width:1024px) {
    .menu-social a {
        font-size: 1.563vw;
    }

    .menu-nav a {
        font-size: 5.859vw;
    }
}

@media screen and (max-width:768px) {
    .menu-wrap {
        width: 100%;
    }

    .menu-social a {
        font-size: 2.083vw;
    }

    .menu-nav a {
        font-size: 7.813vw;
    }
}

@media screen and (max-width:500px) {
    .menu-social a {
        font-size: 3.200vw;
    }

    .menu-nav a {
        font-size: 12vw;
    }
}

#section-mission {
    margin: 0;
    padding-top: 5rem;
    z-index: 99;
}

.mission-statement-wrap {
    display: flex;
    flex-flow: row;
    margin-top: 10vh;
}

.statement-visual, .statement-description {
    flex: 0 0 50%;
    display: flex;
    height: 500px;
}

.statement-visual {
    justify-content: center;
    align-items: center;
    position: relative;
}

.statement-visual model-viewer {
    width: 100%;
    height: 100%;
}

.statement-visual-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll-wrap-visual-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#vidBranding {
    width: auto;
    height: 70%;
    border-radius: 50px;
    transition: 0.3s;
}

#vidMission {
    width: auto;
    height: 350px;
    border-radius: 50px;
    transition: 0.3s;
}

.blend {
    mix-blend-mode: exclusion;
}

.ball {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    border: 2px solid #2257ff;
    border-radius: 50%;
    pointer-events: none !important;
    z-index: 999;
    pointer-events: none;
    will-change: transform;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-case-arrow {
    opacity: 0;
    position: absolute;
}

.view-project {
    opacity: 0;
    position: absolute;
}

.view-project p {
    font-size: 16px;
}

.statement-description {
    flex-flow: column;
    justify-content: center;
}

.statement-description h1 {
    font-size: 30px;
}

.statement-description p {
    font-size: 20px;
}

.vision-wrap {
    display: flex;
    flex-flow: row;
    margin-top: 10rem;
}

.vision-statement, .scroll-wrap {
    flex: 0 0 50%;
    display: flex;
}

.vision-statement {
    flex-flow: column;
    align-items: flex-end;
}

.scroll-wrap {
    flex-flow: column;
}

.scroll-wrap p {
    font-size: 20px;
    margin-top: 15vh;
}

.scroll-wrap-visual {
    width: 100%;
    height: 100%;
}

.vision-statement>h1 {
    font-size: 30px;
    text-align: right;
}

.vision-statement a {
    font-size: 1.875rem;
    text-align: right;
    margin-top: 10rem;
    margin-bottom: 15rem;
    cursor: pointer;
    position: relative;
}

.new-our-clients {
    margin-top: 20vh;
    overflow-x: hidden !important;
}

.our-clients-heading {
    margin-bottom: 15vh;
}

.clints-reel {
    margin: 5rem 0;
    width: 425%;
    background-color: var(--black);
    padding: 10vh 0;
}

.clints-reel-content img {
    margin-inline-end: 5vw;
}

.ic-lamp {
    width: 92rem;
    position: absolute;
}

.ic-clock {
    width: 55%;
    height: auto;
    position: absolute;
    left: 2%;
    top: -15%;
}

.ic-chat {
    width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    right: 3%;
}

.ic-clock img, .ic-lamp img, .ic-chat img {
    max-width: 100%;
    height: auto;
}

#featured-projects {
    margin-top: 15rem;
    height: 100vh;
    overflow: hidden;
}

.featured-heading-wrap h1 {
    font-family: EinaBold, Arial, Helvetica, sans-serif;
    font-size: 9.375vw;
    margin: 0;
    line-height: 100%;
    overflow: hidden;
    margin: 0 26vw 0 22vw;
}

.featured-heading-wrap h1:first-of-type {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--black);
    transition: .2s;
}

.featured-heading-wrap h1:first-of-type:hover {
    color: var(--black);
}

.featured-heading-wrap h1:last-of-type {
    text-align: right;
    transition: .2s;
}

.featured-heading-wrap h1:last-of-type:hover {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--black);
}

/* 
@media screen and (max-width:1440px) {
    .featured-heading-wrap h1 {
        font-size: 150px;
    }
} */

.featured-inner {
    overflow: hidden;
}

.featured-dark {
    margin-top: 10rem;
    padding-top: 10rem;
    padding-left: 5rem;
    padding-right: 5rem;
    display: flex;
    flex-flow: column;
}

.project-inner {
    display: flex;
    flex-flow: row;
    margin-block-start: 10vh;
}

.row-reverse {
    flex-flow: row-reverse;
}

.text-left {
    text-align: left !important;
}

.featured-description, .featured-visual {
    display: flex;
    flex: 0 0 50%;
    padding: 0 5rem 0 5rem;
}

.featured-description {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.fd-right {
    align-items: flex-end;
}

.fd-left {
    align-items: flex-start;
}

.description-heading, .description-detail, .description-sub-detail, .description-case-detail {
    color: var(--white);
    text-align: right;
}

.description-heading {
    font-size: 20px;
}

.description-detail {
    font-size: 3.490vw;
}

.description-sub-detail {
    font-size: 18px;
    letter-spacing: 0.5px;
}

.description-case-detail {
    font-size: 20px;
    text-decoration: underline;
    cursor: none;
}

.featured-visual {
    display: flex;
}

.panel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    cursor: none;
    background-position: center !important;
}

.mixed-panel {
    margin-top: -15vh;
}

.panel_1 {
    /* background: url(../images/featured/Project_1.png); */
    background-repeat: no-repeat;
    background-size: contain;
    /* background-color: #aec2f8; */
}

.panel_2 {
    /* background: url(../images/featured/Project_2.png); */
    background-repeat: no-repeat;
    background-size: contain;
    /* background-color: #FFDC7C; */
}

.panel_3 {
    /* background: url(../images/featured/Project_3.png); */
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    /* background-color: #1d212c; */
}

.panel_4 {
    /* margin-top: 15vh; */
    /* background: url(../images/featured/Project_4.png); */
    background-repeat: no-repeat;
    background-size: contain;
    /* background-color: #FFDC7C; */
}

.panel_5 {
    /* background: url(../images/featured/Project_5.png); */
    background-repeat: no-repeat;
    background-size: contain;
    /* background-color: #FFDC7C; */
}

.panel_6 {
    /* background: url(images/featured/Project_6.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    /* background-color: #FFDC7C; */
}

.panel img, .panel video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .project-inner {
        margin-block-start: 5vh;
    }

    .mixed-panel {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .description-sub-detail br {
        display: none;
    }

    .featured-visual {
        align-items: flex-end;
    }

    .project-inner {
        margin-block-start: 10vh;
    }
}

@media (max-width: 768px) {
    .project-inner, .project-inner.row-reverse {
        flex-flow: column;
    }

    .fd-right, .fd-left {
        align-items: flex-start;
    }

    .description-heading, .description-detail, .description-sub-detail, .description-case-detail {
        text-align: left;
    }

    .featured-visual {
        margin-block-start: 10vh;
    }

    .panel {
        margin-top: 0 !important;
    }
}

.featured-mission {
    margin: 5.87rem 7vw;
    display: flex;
}

.featured-mission h1 {
    color: var(--white);
    font-size: 3.490vw;
}

.services-wrap {
    display: flex;
    flex-flow: column;
    margin: 0 14vw;
}

.new-providing {
    color: var(--black);
    font-size: 30px;
}

.services-statement {
    color: var(--black);
    font-size: 3.490vw;
    letter-spacing: 0.5px;
}

.service-categories {
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    margin-top: 10vh;
}

.service-design, .service-development, .service-marketing, .service-content {
    flex: 0 0 25%;
}

.service-design a, .service-development a, .service-marketing a, .service-content a {
    color: var(--black);
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 4.5rem;
    display: block;
    transition: .3s;
}

.service-design a:hover, .service-development a:hover, .service-marketing a:hover, .service-content a:hover {
    color: #5b5c5d;
}

.more-services {
    margin: 5rem auto;
}

.recognition-wrap {
    background: var(--black);
    margin-top: 15rem;
    padding: 10rem 0 10rem 0;
}

.recognition-heading {
    font-size: 30px;
    color: var(--white);
    margin: 0 14vw;
}

.recognition-reel {
    margin-top: 10vh;
}

.recognition-reel-content {
    color: var(--white);
}

.footer-inner {
    background-color: var(--black);
    margin: 0;
    padding-top: 10rem;
}

.footer-heading {
    font-size: 3.490vw;
    color: var(--white);
    margin: 0 14vw;
}

.footer-reel-content {
    color: #292A2C;
}

.footer-reel {
    padding: 5rem 0;
}

.footer-contact-wrap {
    margin: 0 14vw;
    display: flex;
    flex-flow: row;
}

.footer-contact-left, .footer-contact-right {
    flex: 0 0 50%;
}

.footer-contact-left p, .footer-contact-left h3, .footer-contact-left a {
    color: var(--white);
}

.footer-contact-left a {
    text-decoration: underline;
}

.footer-contact-left p {
    font-size: 16px;
}

.footer-contact-left h3 {
    font-size: 30px;
    margin: 5vh 0;
}

.footer-contact-right {
    display: flex;
    flex-flow: column;
}

.footer-right-links, .footer-right-cookies {
    display: flex;
    flex-flow: row;
}

.footer-link-col {
    flex: 0 0 33.33%;
}

.footer-right-links ul, .footer-right-cookies ul {
    padding-inline-start: 0;
}

.footer-right-links ul li, .footer-right-cookies ul li {
    font-size: 16px;
    margin-bottom: 2rem;
}

.footer-right-links ul li::marker, .footer-right-cookies ul li::marker {
    content: "";
}

.footer-right-links a {
    color: var(--white);
}

.footer-right-cookies ul li a {
    color: #4D4D4D;
}

/* 
.reveal {
    height: 10vh;
    width: 100%;
    background-color: blueviolet;
} */

.page-reaveal-wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99;
}

.page-reveal-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
}

.top-reveal, .bottom-reveal {
    width: 100%;
    height: 100%;
    /* background-color: var(--themeLightGrey); */
    background-color: var(--black);
}

.blog-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.reavealer-item-wrap {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.revealer-item {
    position: absolute;
}

.revealer-item h1 {
    font-size: 7.292vw;
    line-height: 130%;
    margin: 0;
    overflow: hidden;
    color: var(--white);
}

.revealer-item img {
    max-width: 100%;
    height: auto;
}

.revealer-placeholder {
    height: 100%;
    width: 100%;
    background-color: var(--black);
}

.ct-wrap {
    position: absolute;
}

.ct-wrap h1 {
    font-size: 6.250vw;
    font-family: EinaBold, Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.footer-lets-talk {
    margin: 10vh 14vw;
}

.font-60 {
    font-size: 60px;
}

.font-40 {
    font-size: 40px;
}

.font-30 {
    font-size: 30px;
}

.font-24 {
    font-size: 24px;
}

.page-revealer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--white);
    z-index: 999;
}

@media (max-width: 1440px) {
    .font-60 {
        font-size: 4.167vw;
    }

    .font-30 {
        font-size: 2.083vw;
    }

    .font-24 {
        font-size: 1.667vw;
    }

    .font-40 {
        font-size: 2.778vw;
    }
}

@media screen and (max-width:1024px) {
    .featured-dark {
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .featured-description, .featured-visual {
        padding: 0 1% 0 1%;
    }

    .featured-mission {
        margin: 10vh 3vw 10vh 3vw;
    }

    .featured-mission h1 {
        font-size: 4vw;
    }

    .services-wrap {
        margin: 0 7vw;
    }

    .services-statement {
        font-size: 4.0vw;
    }

    .btn-expand-text-lg {
        font-size: 2.0vw;
    }

    .recognition-heading {
        margin: 0 7vw;
    }

    .footer-heading {
        margin: 0 7vw;
    }

    .footer-lets-talk {
        margin: 0 7vw;
        margin-top: 5vh;
    }

    .footer-contact-wrap {
        margin: 0 7vw;
    }
}

@media screen and (max-width:768px) {
    .mission-statement-wrap {
        flex-flow: column;
    }

    .statement-visual, .statement-description {
        flex: none;
        padding: 0 3vw;
    }

    .statement-description p {
        font-size: 3vw;
    }

    .statement-description h1, .statement-description p {
        text-align: center;
    }

    .vision-wrap {
        flex-flow: column;
        margin-top: 5vh;
        align-items: center;
        justify-content: center;
    }

    .vision-statement {
        flex-flow: column;
        padding: 0 3vw;
        align-items: center;
        justify-content: center;
    }

    .vision-statement>h1 {
        font-size: 4.083vw;
        text-align: center;
    }

    .scroll-wrap p {
        font-size: 3vw;
    }

    .featured-mission {
        margin: 10vh 0;
    }

    .services-wrap {
        margin: 0 3vw;
    }

    .services-statement {
        font-size: 4.5vw;
    }

    .vision-statement a {
        margin-top: 10vh;
        margin-bottom: 15vh;
    }

    .new-our-clients {
        margin-top: 15vh;
    }

    #featured-projects {
        margin-top: 10vh;
    }

    .panel {
        height: 100%;
    }

    .mixed-panel {
        margin-top: 0;
    }

    .service-design a, .service-development a, .service-marketing a, .service-content a {
        font-size: 1.8vw;
    }

    .recognition-heading {
        font-size: 4.083vw;
    }

    .footer-contact-wrap, .footer-heading {
        margin: 0 3vw;
    }

    .footer-lets-talk {
        margin: 0 3vw;
        margin-top: 5vh;
    }

    .recognition-heading {
        margin: 0 3vw;
    }

    .font-24 {
        font-size: 2.083vw;
    }

    .font-40 {
        font-size: 3.778vw;
    }
}

@media (max-width: 550px) {
    .font-60 {
        font-size: 5.5vw;
    }
}

@media screen and (max-width: 500px) {
    .btn-expand-lg {
        width: 200px;
    }

    .hero-description-para br {
        display: none !important;
    }

    .hero-description-para div {
        display: inline !important;
    }

    .hero-description-para {
        font-size: 3.5vw;
    }

    .service-categories {
        flex-wrap: wrap;
    }

    .service-design, .service-development, .service-marketing, .service-content {
        flex: 0 0 50%;
    }

    .service-design a, .service-development a, .service-marketing a, .service-content a {
        font-size: 3.8vw;
    }

    .new-providing {
        font-size: 3.8vw;
    }

    .btn-expand-text-lg {
        font-size: 4.0vw;
    }

    .footer-contact-wrap {
        flex-flow: column;
    }

    .footer-right-cookies {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .footer-right-cookies .footer-link-col {
        flex: 0 0 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-right-links ul li, .footer-right-cookies ul li {
        font-size: 3.490vw;
    }

    .footer-contact-left p {
        font-size: 3.490vw;
    }

    .footer-contact-left h3 {
        font-size: 4.490vw;
    }

    #vidBranding {
        height: 56%;
    }

    .ball {
        display: none;
    }
}

.feedback-section {
    margin: 15vh 0;
}

.feedback-item {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: fit-content;
}

.feedback-item .fb-content p {
    font-size: 30px;
    color: var(--black);
}

.feedback-item .fb-author p {
    font-size: 18px;
    color: var(--black);
}

.fb-slider-wrap {
    margin-left: 10vw;
    overflow: hidden;
    margin-block-start: 10vh;
}

@media (max-width: 1440px) {
    .feedback-item .fb-content p {
        font-size: 2.083vw;
    }
}

@media (max-width: 1024px) {
    .feedback-item .fb-author p {
        font-size: 2vw;
    }
}

@media (max-width: 768px) {
    .feedback-item .fb-content p {
        font-size: 3vw;
    }

    .feedback-item .fb-author p {
        font-size: 2.3vw;
    }
}

@media (min-width: 550px) {
    .hero-bigtext br {
        display: none !important;
    }
}

@media (max-width: 550px) {
    .hero-bigtext {
        font-size: 12.208vw;
    }

    .feedback-section {
        margin: 7vh 0;
    }

    .font-30 {
        font-size: 14px;
    }

    .font-24 {
        font-size: 12px;
    }

    .font-40 {
        font-size: 4.0vw;

    }

    .recognition-wrap {
        margin-top: 7vh;
    }
}