@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Helvetica-bold;
    src: url(HelveticaNowDisplay-Bold.ttf);
}

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

@font-face {
    font-family: Enzyme;
    src: url(Enzyme.otf);
}

@font-face {
    font-family: NeueHaas-DisplayRoman;
    src: url(NeueHaasDisplayRoman.ttf);
}

@font-face {
    font-family: matter;
    src: url(matter-regular.woff2);
}

@font-face {
    font-family: matter-light;
    src: url(matter-light.woff2);
}

@font-face {
    font-family: Neue Haas Grotesk;
    src: url(NeueHaasDisplayMediu.ttf);
}

@font-face {
    font-family: Neue Haas Grotesk-light;
    src: url(NeueHaasDisplayLight.ttf);
}

@font-face {
    font-family: Migra-italic;
    src: url(MigraItalic-ExtralightItalic.ttf);
}

html,
body {
    height: 100%;
    width: 100%;
    color: #fff;
    font-family: matter;
    height: 100%;
    overflow-x: clip;
    font-size: 14px;
    user-select: none;
    font-feature-settings: "ss03" 1, "ss01" 1, "ss02" 1;

}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

em,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    letter-spacing: inherit;
}

a {
    text-decoration: none;
}

img {
    /* max-width: 100%; */
    display: inline-block;
    vertical-align: middle;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background-color: #181818;
}

::-webkit-scrollbar-thumb {
    background-color: #3e30ff;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(46, 21, 158);
}

#main {
    will-change: transform;
}

.loader-container {
    z-index: 1600;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100dvh;
    /* display: none; */
    position: fixed;
    inset: 0% auto auto 0%;
    overflow: hidden;
    pointer-events: none;
}

.loader {
    flex: none;
    width: 100%;
    height: 100%;
    place-items: center;
}

.loader-content {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #000;
}

.loader-text {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
}

.count {
    text-align: right;
    line-height: 1;
    padding: 0 1em;
}

.copy {
    font-family: Akkurat;
    font-weight: 500;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1;
}

.ml16 {
    overflow: hidden;
}

.ml16 .letter {
    display: inline-block;
    line-height: 1em;
}

.loader-bg {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #E0FD60;
    z-index: -1;
    overflow: hidden;
}

.c-navbar {
    z-index: 100;
    pointer-events: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    position: fixed;
    inset: 0% 0% auto;
    background-color: #040404;
}

.c-nav__baseline-wrapper {
    width: 100%;
    padding-left: 2.25em;
    padding-right: 2.25em;
}

.c-nav__baseline {
    border-bottom: 1px solid #666;
    opacity: 0;
    /* Start with opacity 0 */
    width: 92%;
    /* Make sure it takes up full width of the container */
    margin-left: auto;
    margin-right: auto;
    transition: opacity 0.6s cubic-bezier(.16, 1, .32, 1);
    position: absolute;
    inset: auto 0% 0%;
}

nav {
    width: 100%;
    max-width: 240rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25em;
    padding-right: 2.25em;
    display: block;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.logo {
    text-decoration: none;
    color: #fff;
    letter-spacing: .03em;
    font-size: 2.95rem;
    line-height: 1.2em;
    font-family: Neue Haas Grotesk-light;
}

.logo h1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo span {
    font-family: Migra-italic;
    font-size: 2.95rem;
}

.c-nav-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu-button {
    border: 1px solid white;
    cursor: pointer;
    border-radius: 20rem;
    flex: none;
    padding: 8px 16px;
    transition: color .8s cubic-bezier(.23, 1, .32, 1), background-color .8s cubic-bezier(.23, 1, .32, );
    display: block;
}

.c-overhead {
    letter-spacing: .03em;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2em;
}

.c-nav_cta {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.c-btn {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: white;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 20rem;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    display: flex;
}

.c-btn.cc-nav-cta {
    border: 1px solid white;
    background-color: #0000;
    padding: 8px 16px;
    font-size: 14px;
    transition: color .8s cubic-bezier(.23, 1, .32, 1), background-color .8s cubic-bezier(.23, 1, .32, 1);
}

#menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    /* Below the menu-panel and nav */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-panel {
    background-color: #0f1215;
    color: #ffffff;
    border: 1.2px solid #3a3a3a;
    border-radius: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 520px;
    height: calc(100% - 20px);
    margin: 10px;
    padding: 24px;
    transition-property: all;
    transition-duration: .8ms;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    display: flex;
    position: fixed;
    inset: 0 0 0 auto;
    overflow: auto;
    transform: translate(110%);
    z-index: 1001;
}


#menu-overlay.active {
    opacity: 1;
    visibility: visible;
    /* Make overlay visible */
}

.c-nav_top {
    margin-bottom: 16px;
}

.c-nav_close {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: white;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: white;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: white;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    padding: 6px;
    transition-property: color, background-color;
    transition-duration: .4s, .4s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1), cubic-bezier(.23, 1, .32, 1);
    display: flex;
}

.close-svg {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    display: flex;
}

.c-nav_list {
    flex-flow: column;
    flex: 1;
    width: 100%;
    display: flex;
}

.c-nav_list_group {
    margin-top: 16px;
    margin-bottom: 16px;
}

.c-nav_link {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    display: flex;
    position: relative;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.c-nav-item_heading-wrap {
    position: relative;
    overflow: hidden;
}

.c-nav_link:hover .c-nav-heading_wrap {
    transform: translateY(-100%);
}

.c-nav-heading_wrap {
    transition: transform .5s;
}

.c-heading-7 {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.4em;
}

.c-nav-heading_wrap.cc-repeat {
    position: absolute;
}

.c-underline-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
    overflow: hidden;
}

.c-underline {
    background-color: #fff3;
    flex: none;
    width: 100%;
    height: 1px;
    max-height: 1px;
    transition: transform .5s cubic-bezier(.165, .84, .44, 1);
}

.c-underline.cc-into {
    background-color: #ffffff80;
}

.c-nav_link.w--current .c-underline {
    transform: translateX(calc(100% + 0.5rem));
}

.c-nav_link:hover .c-underline {
    transform: translateX(calc(100% + 0.5rem));
}

.c-nav_link .c-underline {
    transform: translateX(0%);
}

.c-nav_list_dropdown {
    margin-bottom: 12px;
}

.nav_link.c-nav_dropdown-trigger {
    cursor: pointer;
}

.c-nav-dropdown_cross-wrapper {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    display: flex;
    position: relative;
}

.c-nav-dropdown_line {
    background-color: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
}

.c-nav_list_dropdown.cc-active .c-nav-dropdown_line.cc-rotate {
    transform: rotate(0deg);
}

.c-nav-dropdown_line.cc-rotate {
    transition: transform .5s;
    transform: rotate(90deg);
}

.c-nav_list_dropdown.cc-active .c-nav_dropdown-content {
    grid-template-rows: 1fr;
}

.c-nav_dropdown-content {
    display: grid;
    grid-template-rows: 0fr;
}

.c-nav_dropdown-content {
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.c-nav_dropdown-content>div {
    overflow: hidden;
}

.c-nav_link.c-nav_dropdown-trigger {
    cursor: pointer;
}

.c-nav_solutions {
    flex-flow: column;
    margin-top: .75rem;
    display: flex;
}

.c-nav-solutions {
    flex-flow: column;
    margin-top: .75rem;
    display: flex;
}

.c-nav_link.cc-solutions {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border: 1px #000;
    display: flex;
}

.c-nav_link-preview {
    border-radius: 4px;
    flex: none;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.c-nav_link-preview-img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
    transition: transform .5s;
}

.c-nav_link-text {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.c-text-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.3em;
}

.c-text-4.cc-gray {
    color: #727a83;
}

.c-nav_list_group.cc-contact {
    margin-top: 16px;
    margin-bottom: 24px;
}

.c-nav_list_group.mini-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    margin-bottom: 0;
    display: grid;
}

.c-mini-link_wrapper {
    color: #727a83;
    font-size: 16px;
    line-height: 1.1;
}

.c-mini-link_text-list {
    position: relative;
    overflow: hidden;
}

.c-mini-link_text-wrapper {
    transition: transform .4s;
    position: relative;
}

.c-mini-link_text-wrapper.cc-repeat {
    position: absolute;
}

.c-mini-link_wrapper:hover .c-mini-link_text-wrapper {
    transform: translateY(-100%);
}


@media screen and (max-width: 767px) {
    .c-nav-dropdown_cross-wrapper {
        width: 2rem;
        height: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .menu-panel {
        border-radius: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }
}

#page1 {
    width: 100%;
    background-color: #040404;
    position: relative;
    padding-bottom: 10rem;
    padding-top: 15rem;
    color: #fff;
}

.section-top {
    width: 100%;
    max-width: 240rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25em;
    padding-right: 2.25em;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.text-container {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.hero-tagline {
    font-size: 17rem;
    letter-spacing: -.3rem;
    font-weight: 500;
    font-family: Akkurat;
    text-transform: uppercase;
    transform: translateY(150%) rotate(5deg);
}

#page1-something {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    opacity: 0%;
}

#page1-something h4 {
    font-size: 3.2rem;
}

#page1-something span {
    font-weight: 400;
    font-size: 3.2rem;
    color: #8572fd;
    padding: 5px 18px;
    background-color: #0000ff1a;
    border: 1px solid #8572fd;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.gsap-video {
    margin-top: 6.6rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* Fixed width */
    opacity: 0%;
}

.reel {
    border-radius: .8rem;
    justify-content: center;
    align-items: center;
    height: 95rem;
    margin: 1px;
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.384);
    cursor: pointer;
}

.reel img {
    object-fit: cover;
    width: 100%;
    /* Ensure video fills parent */
    height: 100%;
    /* Ensure video fills parent */
}

.o-modal {
    z-index: 1600;
    background-color: #000000e6;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100dvh;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
    overflow: hidden;
}

[data-fx="reel"] {
    clip-path: inset(80% 15% 20% 15% round 1.6rem);
    will-change: clip-path, opacity;
    pointer-events: none;
    display: flex;
    opacity: 0;
    transition: 2s cubic-bezier(.64, .32, 0, 1) clip-path, .8s opacity cubic-bezier(.16, 1, .32, 1);
}

[data-fx="reel"].is-active {
    clip-path: inset(0% 0% 0% 0% round 0);
    pointer-events: all;
    opacity: 1;
}

.o-modal-item {
    flex: none;
    width: 100%;
    height: 100%;
    background-color: black;
}

.entered-reel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    opacity: 1;
}

video.lazy {
    opacity: 1;
    transition: opacity .5s cubic-bezier(.39, .575, .565, 1);
    will-change: opacity;
}

.c-bttn {
    color: #fff;
    flex-direction: column;
    flex: none;
    align-items: center;
    /* Center children horizontally */
    justify-content: center;
    width: 20rem;
    height: 20rem;
    padding: 4rem 4rem 5rem;
    display: flex;
    position: relative;
    gap: 1rem;
}

[data-fx="cimg"] {
    position: absolute;
    inset: 0%;
    clip-path: circle(0%);
    transition: clip-path 1s cubic-bezier(.16, 1, .32, 1);
    will-change: clip-path;
}

.c-bttn-target {
    background-color: #4946FF;
    border-radius: 100%;
    position: absolute;
    inset: 0%;
}

[aspect='1/1'] {
    aspect-ratio: 1 / 1;
}

.c-bttn-ico {
    flex: none;
    width: 1.6rem;
    /* margin-left: auto; */
    display: flex;
    /* Flexbox to center the SVG */
    align-items: center;
    justify-content: center;
}

.w-embed svg {
    width: 100%;
    height: 1rem;
    position: relative;
    object-fit: cover;
}

.o-nhg18--ucase-semi {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
}

.reel[data-hover="morph"] {
    position: relative;
    /* Required for absolute positioning of [data-fx="cimg"] */
}

#page2 {
    height: auto;
    width: 100%;
    background-color: #040404;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 6rem;
}

.middle {
    width: 100%;
    max-width: 240rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25em;
    padding-right: 2.25em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#service-option {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-columns: repeat(3, 1fr);
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
    margin-top: 8rem;
}

.option-box {
    background-color: #181818;
    /* Background for each box */
    color: white;
    border-radius: 1.4rem;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    min-width: 58.4rem;
    padding: 4.4rem 4rem 4rem;
    display: flex;
    overflow: hidden;
}

.option-box h2 {
    font-size: 5.5rem;
    margin-top: 8rem;
}

.option-box p {
    font-size: 2.3rem;
    margin-top: 1rem;
    color: #b3b3b3;
    /* Assuming a lighter shade for text */
}

.option-box h4 {
    font-size: 2rem;
    color: #b3b3b3;
    /* Assuming a lighter shade for text */
    font-weight: 400;
}

.figure-text {
    max-width: 170rem;
    position: relative;
    overflow: hidden;
}

.figure-text p {
    font-size: 7.135rem;
    text-transform: uppercase;
    font-weight: 200;
}

#page3 {
    height: auto;
    background-color: #111;
    position: relative;
    justify-content: space-between;
    background: url(Assets/Dark-gradient14.png);
    background-size: cover;
    background-position: center;
    padding-top: 20rem;
    padding-bottom: 10rem;

}

.scrollup-img {
    width: 100%;
    max-width: 240rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25em;
    padding-right: 2.25em;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.block-txt {
    max-width: 190rem;
    margin-top: 2rem;
    font-size: 3.8rem;
    font-weight: 100;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: NeueHaas-DisplayRoman;
}

.view-btn {
    margin-top: 10rem;
    grid-column-gap: 2rem;
    color: #000;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 66rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    display: flex;
    font-family: NeueHaas-DisplayRoman;
    position: relative;
    /* For absolute positioning of .ucase-txt */
    /* overflow: hidden; */
    scale: 1;
    transition: scale 1s cubic-bezier(.16, 1, .3, 1);
}

.view-btn:hover {
    scale: 1.1;
}

.target {
    background-color: #fff;
    border-radius: 100vw;
    position: absolute;
    inset: 0%;
    cursor: pointer;
}

.inner {
    perspective: 1500px;
    flex: none;
    position: relative;
    color: #000;
    pointer-events: none;
}

.inner.second {
    perspective: 1500px;
    flex: none;
    position: relative;
    color: #fff;
    pointer-events: none;
}


.ucase-txt {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.1;
    display: inline-block !important;
}

.ucase-txt:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
}

.ucase-txt.second:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.icon-svg {
    aspect-ratio: 1 / 1;
    flex: none;
    width: 2rem;
    position: relative;
    pointer-events: none;
}

.icon-svg svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.icon-svg:before,
.icon-svg:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.icon-svg::after {
    clear: both;
}


.mask-bg {
    display: inline-block;
}

.bloom {
    font-size: 12rem;
    /* Adjust size as needed */
    font-weight: bold;
    color: transparent;
    /* Make the text itself transparent */
    background-image: url('Assets/mask-image3.jpg');
    /* Replace with your image */
    background-size: cover;
    background-clip: text;
    /* Clip background to text shape */
    -webkit-background-clip: text;
    /* Webkit support */
    filter: blur(40px) saturate(1.5);
    position: absolute;
    /* Overlay on normal text */
    z-index: 1;
    /* Behind the normal text */
    background-position: center;
    font-family: Neue Haas Grotesk;
    letter-spacing: -0.04rem;
}

.normal-text {
    font-size: 12rem;
    font-weight: bold;
    color: transparent;
    background-image: url('Assets/mask-image3.jpg');
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    z-index: 2;
    position: relative;
    background-position: 10% 100%;
    font-family: Neue Haas Grotesk;
    letter-spacing: -0.04rem;
}



#page4 {
    width: 100%;
    background-color: #fff;
    position: relative;
    padding-bottom: 10rem;
    padding-top: 10rem;
    color: #000;
}

.o-container {
    width: 100%;
    max-width: 240rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25em;
    padding-right: 2.25em;
    display: block;
}

.content-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding-bottom: 4rem;
}

.content-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    /* Border thickness */
    width: var(--border-width, 0%);
    /* Controlled via a CSS variable */
    background-color: #000;
    /* Border color */
    transform-origin: right;
    /* Ensures animation starts from the right */
    transition: width 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* Optional, can be removed if using only GSAP */
}

.c-title1 {
    color: #615fff;
    word-spacing: .7em;
}


.c-title2 {
    font-size: 18rem;
}

.c-row {
    min-height: 352px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
}

.c-row .c-line {
    position: absolute;
    inset: 0 0 auto auto;
    height: 1px;
    /* Border thickness */
    width: 0%;
    transform-origin: right;
    transition: width 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: #000;
}

.c-row-txt {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2em;
    padding-bottom: 4em;
    padding-right: 4em;
    display: flex;
}

.c-heading {
    display: flex;
}

.c-heading h3 {
    letter-spacing: -.03em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.25rem;
    font-weight: 500;
    line-height: 1.2em;
}

.c-row-txt p {
    letter-spacing: -.01em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.8rem;
    line-height: 1.4em;
}

.c-panel {
    width: 100%;
    background-color: #3430D3;
    grid-column: span 2;
    position: relative;
    padding: 1.5em;
    display: flex;
    /* Adds flex layout for better control */
    flex-direction: row;
    border-radius: 8px;
}

.cpanel-left {
    flex-direction: column;
    align-items: flex-end;
    max-width: 52%;
    padding-top: 4em;
    padding-right: 10px;
    display: flex;
}

.cpanel-card-01 {
    object-fit: cover;
    height: 16em;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.cpanel-card-01 img {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.cpanel-card-02 {
    object-fit: cover;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.cpanel-card-02 img {
    max-width: 100%;
    display: inline-block;
}

.cpanel-right {
    max-width: 50%;
    padding-left: 10px;
}

.cpanel-card-03 {
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}

.cpanel-card-03 video {
    max-width: 100%;
    display: inline-block;
}

.c-about {
    padding: 20px;
    color: #fff;
}

.c-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 16px;
    display: flex;
}

.c-list-item {
    letter-spacing: .03em;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2em;
}

.c-about h2 {
    letter-spacing: -.01em;
    font-size: 2.5rem;
    line-height: 1.4em;
}

#page5 {
    background-color: #000000;
    width: 100%;
    position: relative;
    padding-top: 8rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.o-project {
    width: 100%;
    max-width: 240rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25em;
    padding-right: 2.25em;
    display: block;
    /* background-color: red; */
}

.oproject-head {
    padding-top: 8px;
    padding-bottom: 8px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
}

.o-header-txt {
    font-size: 15rem;
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    height: fit-content;
    grid-column: span 2;
}

.o-header-txt h1 {
    transform: translateY(150%) rotate(5deg);
    /* Initially position the h1 off-screen */
    transition: none;
    /* Disable default transition, GSAP will control it */
}

.o-header-txt-01 {
    max-width: 35em;
}

.o-header-txt-01 p {
    font-size: 2.6555rem;
}

.o-project-section {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 40px;
}

.o-project-section .c-line {
    position: absolute;
    inset: 0 0 auto auto;
    height: 1px;
    width: 0%;
    transform-origin: right;
    transition: width 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: #fff;
}

.o-case-panel {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area-1 " "Area-2 " / 1fr;
    grid-auto-columns: 1fr;
    min-height: 352px;
    margin-top: 5em;
    padding-bottom: 20px;
    padding-right: 20px;
    display: grid;
    position: relative;

}

.project-section {
    display: grid;
    grid-template: "Area-1 Area-1 Area Area Area Area Area"
        /* Top row */
        / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    gap: 10px;
}

.aside {
    grid-area: Area-1;
    display: flex;
    flex-direction: column;
    grid-column: span 2;
    padding-top: 2em;
    padding-bottom: 2.81em;
    padding-left: 2em;
    padding-right: 2em;
}

.cate-head {
    display: inline-block;
    height: fit-content;
}

.cate-head h3 {
    font-size: 8rem;
    font-weight: bold;
    transform: translateY(150%) rotate(5deg);
    /* Initially position the h1 off-screen */
    transition: none;
    /* Disable default transition, GSAP will control it */
}

.aside .ai-intro {
    line-height: 1.33333;
    font-size: 2.525rem;
    margin-top: 2em;
}

.aside .double-cta {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 24px;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-top: .75em;
    display: flex;
}

.project-botton {
    flex: 1;
    max-width: 300px;
}

.c-button {
    flex: none;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    display: flex;
    position: relative;
    overflow: hidden;
    height: 37px;
    max-width: 100%;
    text-decoration: none;
    color: #fff;
}

.button-text-wrap {
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.button-text-wrap::after {
    content: attr(data-text);
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s ease-out;
    /* Smooth transitions */
    pointer-events: none;
    letter-spacing: -.01em;
    font-size: 2.225rem;
    line-height: 1.4em;
}

.c-button:hover .button-text-wrap::after {
    transform: translateY(0);
    /* Move it into view from the bottom */
    opacity: 1;
    /* Make it visible */
    transition-delay: 0.1s;
}

.c-button:hover .c-text-1 {
    transform: translateY(-100%);
    /* Move the original text up */
}

.c-text-1 {
    letter-spacing: -.01em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.225rem;
    line-height: 1.4em;
    transform: translateX(0);
    transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
    transition-delay: 0.1s;
    position: relative;
}

.button-arrow-wrap {
    justify-content: flex-end;
    width: 18px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.button-embed-left {
    position: absolute;
    inset: 0% auto 0% 0%;
    transform: translateX(-100%);
    transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
}

.button-embed {
    transform: translateX(0);
    transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
    transition-delay: 0.1s;
}

.c-button:hover .button-embed-left {
    transform: translateX(0%);
    transition-delay: 0.2s;
}

.c-button:hover .button-embed {
    transform: translateX(100%);
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.c-line-overflow {
    width: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
}

.c-button-line-left {
    transform: translateX(-100%);
    transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
    justify-content: center;
    align-items: center;
    height: 1px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
}

.c-button-line {
    transform: translateX(0);
    height: 1px;
    transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
    transition-delay: 0.1s;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
}

.c-button:hover .c-button-line-left {
    transform: translateX(0%);
    transition-delay: 0.2s;
}

.c-button:hover .c-button-line {
    transform: translateX(100%);
}

.project-reel {
    grid-area: Area;
    grid-column: span 5;
    display: flex;
    flex-direction: column;
    padding-top: 2em;
    padding-left: 4em;
}


.para-list p {
    font-size: 2.223rem;
    margin-top: 2em;
    font-weight: 600;
    letter-spacing: .08em;
    font-family: Neue Haas Grotesk-light;
}

.para-list h3 {
    font-size: 3.5rem;
    font-weight: 500;
}

.span-cta {
    display: flex;
    flex-wrap: wrap;
    /* Allows spans to wrap */
    gap: 5px;
    /* Adds spacing between the spans */
    margin-top: 2rem;
}

.span-cta span {
    border: 1px solid #3d3d3d;
    border-radius: 100px;
    padding: 10px 15px;
    white-space: nowrap;
}

.span-svg {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.span-svg svg {
    height: 1.5rem;
}

.project-btn {
    position: relative;
    isolation: isolate;
    padding: 10px 25px;
    border-radius: 3em;
    font-size: 1.1em;
    border: none;
    outline: none;
    color: #fff;
    background-color: #3430D3;
    cursor: pointer;
    text-decoration: none;
}

.project-btn::after {
    all: inherit;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: -1;
    filter: blur(10px) saturate(1.9);
}

.display-reel {
    margin-top: 2em;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #6e6e6e;
}

.display-reel video {
    max-width: 100%;
    display: inline-block;
}

#page6 {
    background-color: #000000;
    width: 100%;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.moto-icon {
    display: grid;
    grid-template: "Area-1 Area-2 Area-2 " / 1fr;
    grid-auto-columns: 1fr;
    align-items: end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
}

.moto-icon .c-line-bottom {
    position: absolute;
    inset: auto 0 0 auto;
    height: 1px;
    width: 0%;
    transform-origin: right;
    /* Animate from the right */
    border-bottom: 1px dotted #fff;
    /* Use border-bottom for animation */
    overflow: hidden;
    transition: width 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hd-icon {
    grid-area: Area-1;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-right: 5rem;
}

.dev-icon {
    height: 14rem;
    width: 14rem;
}

.hd-icon video {
    width: 100%;
    /* Ensures the image does not exceed the container's width */
    height: 100%;
    /* Ensures the image does not exceed the container's height */
    object-fit: contain;
    /* Scales the image to fit within the container */
}

.moto-text {
    grid-area: Area-2;
}

.moto-text>p {
    font-weight: 400;
    font-size: 6.545rem;
    text-transform: uppercase;
}

.moto-text span {
    color: #E0FD60;
}

.industry-intro {
    color: #fff;
    font-size: 3.465rem;
    text-align: center;
    font-weight: 400;
    margin-top: 4rem;
}

.page6-content {
    width: 100%;
    max-width: 200rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25em;
    padding-right: 2.25em;
    margin-top: 4rem;

}

.flip-cards-section {
    padding-top: 8em;
    display: grid;
    grid-template: "Area-1 Area-1" "Area-2 Area-2"
        /* Top row */
        / 1fr;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.card-container {
    position: relative;
    height: 106rem;
    perspective: 4000px;
}

.thecard {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 1.5s cubic-bezier(.34, 1.56, .64, 1);
    text-align: center;
    cursor: pointer;
}

.card-container.flip .thecard {
    transform: rotateY(-180deg);
}

.thefront {
    padding: 8rem 4rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 30px;
    overflow: hidden;
}

.thefront h1 {
    color: #000;
    font-size: 6.5rem;
    font-weight: 400;
    line-height: 70%;
}

.thefront .white-text {
    color: #fff;
    font-size: 6.5rem;
    font-weight: 400;
    line-height: 70%;
}

.thefront img {
    position: absolute;
    /* Makes it fill the front face like a background */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the entire area */
    object-position: center;
    /* Centers the image */
    z-index: -1;
    /* Places it behind any content inside .thefront */
}

.items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 2vw;
    gap: 0.5rem;
}

.items span {
    border: 1px solid #000;
    color: #000;
    padding: 0.5rem 2rem;
    border-radius: 5rem;
    font-size: 2.5111rem;
}

.items-white {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 4rem;
    gap: 0.5rem;
}

.items-white span {
    border: 1px solid #fff;
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 5rem;
    font-size: 2.5111rem;
}

.theback {
    padding: 8rem 4rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background: #232325;
    transform: rotateY(180deg);
    border-radius: 40px;
}

.theback h1 {
    color: #fff;
    font-size: 6.5rem;
    font-weight: 400;
}

.theback p {
    margin-top: 4rem;
    text-align: left;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 400;
}

.theback .backside-span {
    border: 1px solid #fff;
    color: #fff;
}


#page7 {
    width: 100%;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 15rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.c-process {
    width: 100%;
    max-width: 240rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25em;
    padding-right: 2.25em;
    margin-top: 4rem;
}

.c-process-head {
    display: grid;
    align-items: flex-start;
    grid-template: "Area-1 Area-2 Area-2"
        / 1fr;
    grid-auto-columns: 1fr;
}

.process-text {
    grid-area: Area-2;
    position: relative;
    overflow: hidden;
}

.process-text h1 {
    font-size: 15.5rem;
    line-height: 1;
    font-weight: 600;
    color: #111111;
    font-family: Neue Haas Grotesk;
}

.process-container {
    display: grid;
    grid-template: "Area-1 Area-2 Area-2"
        / 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-top: 6em;
}

.process-about {
    grid-area: Area-2;
    display: grid;
    grid-template: "Area-1 Area-1 Area-1 Area-2"
        / 1fr;
    grid-auto-columns: 1fr;
}

.process-about-text {
    grid-area: Area-1;
    font-size: 2.8rem;
    line-height: 1.25;
    color: #000;
}

.process-about-text p:nth-child(2) {
    margin-top: 2em;
}

.process-btn {
    grid-area: Area-1;
    grid-column-gap: 2rem;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 45rem;
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
    display: flex;
    font-family: NeueHaas-DisplayRoman;
    position: relative;
}

.process-target {
    background-color: #3430D3;
    border-radius: 100vw;
    position: absolute;
    inset: 0%;
    cursor: pointer;
    scale: 1;
    transition: scale 1s cubic-bezier(.16, 1, .3, 1);
}

.process-target:hover {
    scale: 1.1;
}

.cprocess-btn-svg {
    aspect-ratio: 1 / 1;
    flex: none;
    width: 1rem;
    position: relative;
}

.cprocess-btn-svg svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.cprocess-btn-svg:before,
.cprocess-btn-svg:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.cprocess-btn-svg::after {
    clear: both;
}

.process-btn * {
    color: #fff;
}

.slide-in-spans {
    display: grid;
    align-items: flex-start;
    grid-template: "Area-1 Area-2 Area-2" / 1fr;
    grid-auto-columns: 1fr;
    border-top: 1px solid #bebebe;
    margin-top: 6rem;
}

#page7-bottom {
    grid-area: Area-2;
    display: grid;
    grid-template: "Area-1 Area-1 Area-1  Area-2  Area-3 Area-3  Area-4 Area-4 " / 1fr;
    grid-auto-columns: 1fr;
}


#btm6-part2 {
    flex: none;
    grid-area: Area-1;
    padding-top: 3rem;
    border-right: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
}

#btm6-part3 {
    flex: none;
    grid-area: Area-2;
    padding-top: 3rem;
    padding-left: .6rem;
    border-right: 1px solid #bebebe;
}

#btm6-part4 {
    flex: none;
    grid-area: Area-3;
    padding-top: 3rem;
    padding-left: .6rem;
    border-right: 1px solid #bebebe;
}

#btm6-part5 {
    flex: 1;
    grid-area: Area-4;
    padding-top: 3rem;
    padding-left: .6rem;
}


.btm6-parts h5 {
    color: #000;
    font-weight: 500;
    font-size: 0.9vw;
    margin-bottom: 4vh;
}

.btm6-parts h4 {
    background-color: #111;
    width: 48rem;
    padding: 1.2rem 1rem;
    margin-bottom: 0.3vh;
    border-radius: 100vw;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.btm6-parts.case-2 h4 {
    background-color: #111;
    width: 25.5rem;
    padding: 1.2rem 1rem;
    margin-bottom: 0.3vh;
    border-radius: 100vw;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.btm6-parts.case-3 h4 {
    background-color: #111;
    width: 25.5rem;
    padding: 1.2rem 1rem;
    margin-bottom: 0.3vh;
    border-radius: 100vw;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.btm6-parts h4 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.9rem;
    height: 3.9rem;
    background-color: #333;
    padding: 0.5rem;
    border-radius: 50%;
    margin-right: 1vw;
}

#btm6-part2 h4:nth-child(2) {
    transform: translateX(0);
}

#btm6-part2 h4:nth-child(3) {
    transform: translateX(15%);
}

#btm6-part2 h4:nth-child(4) {
    transform: translateX(25%);
}

#btm6-part2 h4:nth-child(5) {
    transform: translateX(35%);
}

#btm6-part2 h4:nth-child(6) {
    transform: translateX(45%);
}

#btm6-part2 h4:nth-child(7) {
    transform: translateX(55%);
}

/* ------------------------------------- */
#btm6-part3 h4:nth-child(2) {
    transform: translateX(0);
}

#btm6-part3 h4:nth-child(3) {
    transform: translateX(20%);
}

/* ------------------------------------- */
#btm6-part4 h4:nth-child(2) {
    transform: translateX(0);
}

#btm6-part4 h4:nth-child(3) {
    transform: translateX(20%);
}

#btm6-part4 h4:nth-child(4) {
    transform: translateX(40%);
}

#page8 {
    width: 100%;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #000000;
}

.creative-space {
    width: 100%;
    max-width: 200rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25em;
    padding-right: 2.25em;
    margin-top: 4rem;
}


.invisible-text-div h1 {
    color: #ffffff;
    font-size: 7.575rem;
    font-weight: 600;
    font-family: Neue Haas Grotesk;
    line-height: 100%;
    letter-spacing: -.02em;
}

.invisible-text-div {
    text-align: left;
    position: relative;
    overflow: hidden;
}

#page8 h1 span {
    color: #B2B2B2;
}

.canvas-effect {
    margin-top: 6rem;
    width: 100%;
    height: auto;
    display: grid;
    grid-template: "Area-1 Area-2 " / 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    justify-content: center;
}

.canvas-text {
    grid-area: Area-1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.canvas-text h5 {
    font-weight: 600;
    opacity: 0.6;
    color: #666666;
    font-size: 3.6rem;
    line-height: 1.6;
    font-family: NeueHaas-DisplayRoman;
}

.canvas-text h2 {
    font-size: 18rem;
    line-height: 0.9;
    color: #ffffff;
    font-weight: bold;
    font-family: Helvetica-bold;
}

.canvas-text p {
    color: #666666;
    opacity: 0.6;
    font-size: 3.535rem;
    letter-spacing: 0.02em;
    line-height: 1.1;
    margin-top: 1em;
    font-weight: 200;
}

#canvas-container {
    grid-area: Area-2;
    width: auto;
    /* Ensure the container takes up the full width */
    height: auto;
    /* Ensure the container takes up the full height (adjust as needed) */
    position: relative;
    /* Ensure the canvas fits inside */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#actual-canvas {
    transform: scale(1);
    display: block;
    /* Remove any inline-block space issues */
    background: transparent;
}

/* Container for the canvas and 3D scene */
#three-canvas {
    width: auto;
    /* Adjust this to control the width of the canvas relative to the viewport */
    height: auto;
    /* Adjust this to control the height of the canvas relative to the viewport */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* Prevent content from overflowing the container */
}

#page9 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cb-moto.-above {
    z-index: 10;
}

.cb-moto {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #7660F4;
}


.cb-moto-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

}

.cb-moto-bg-media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.cb-moto-bg-media img {
    height: 100%;

}


.cb-moto-container {
    width: 100%;
    max-width: 240rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25em;
    padding-right: 2.25em;
    padding-bottom: 8rem;
}

.blur-text {
    margin-top: 8em;
    color: #dfdcff;
}

.blur-in {
    font-size: 13.235em;
    /* Adjust size as needed */
    font-weight: 100;
    text-transform: uppercase;
    z-index: 2;
    font-family: matter-light;
    flex: none;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.cb-info-text {
    color: #dfdcff;
    margin: 3.8rem 0 0 0;
    font-weight: 500;
    font-size: 6rem;
    line-height: 120%;
}

@media (min-width: 768px),
(orientation: landscape) {
    .cb-info-text {
        max-width: 66.2rem;
        margin-top: 12rem;
        margin-left: auto;
        font-size: 3.5rem;
    }
}

#page10 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #000000;
}

.c-conatiner {
    width: 100%;
    max-width: 240rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25em;
    padding-right: 2.25em;
    display: block;
    margin-top: 10rem;
}

.cc-invert {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    gap: 20px;
}

.w-grid-title {
    grid-area: span 1/span 5/span 1/span 5;
    margin-top: 8em;
}

.c-tags {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-direction: column;
    margin-bottom: .75em;
    display: flex;
    flex-flow: row;
}

.c-tags.cc-primary {
    grid-row-gap: 0px;
    color: #7542ff;
    flex-wrap: wrap;
}

.c-overhead {
    letter-spacing: .03em;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2em;
}

.c-line-2 {
    background-color: #dee0e2;
    height: 1px;
    /* Border thickness */
    width: 0%;
    transform-origin: right;
    transition: width 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-top: 0;
    margin-bottom: 0;
}

.c-heading-3.titiler {
    letter-spacing: -.03em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8em;
    font-weight: 500;
    line-height: 1em;
    padding-top: 1.2rem;
}

.w-grid-right {
    grid-area: span 1/span 7/span 1/span 7;
}

.items-right {
    background-color: #0a0c0e;
    border-radius: 8px;
    width: 100%;
    aspect-ratio: 1;
    max-width: 60em;
    height: 40em;
    margin-left: auto;
    padding: 1.5em;
    overflow: hidden;
}


.items-right-wrap {
    position: relative;
    /* Ensures child elements with absolute positioning stay inside */
    background-color: #15181b;
    flex: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.neon-backdrop_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.c-layers {
    position: relative;
    /* Keeps .c-layers as the positioning reference */
    display: flex;
    align-items: center;
    justify-content: center;
}

#c-container {
    /* Center the text in the viewport. */
    position: absolute;
    width: 100%;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: url(#threshold) blur(0.6px);
    color: #ffffff;
    isolation: isolate;
}

/* Your average text styling */
#text1,
#text2 {
    position: absolute;
    display: inline-block;
    font-size: 6.657rem;
    font-weight: bold;
    text-align: center;
    user-select: none;
    font-family: Neue Haas Grotesk;
    will-change: filter, opacity;
}

.cta-faq-wrapper {
    width: 100%;
    max-width: 240rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25em;
    padding-right: 2.25em;
    padding-top: 12rem;
    padding-bottom: 8rem;
}

.project-cta {
    width: 100%;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    background-image: url(Assets/footerbackground1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.scta {
    width: 100%;
    max-width: 240rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25em;
    padding-right: 2.25em;
}

.cta-flex {
    height: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
}

.cc-footer-cta {
    grid-column-gap: 3px;
    grid-row-gap: 0em;
    place-content: end space-between;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
    position: relative;
    display: flex;
    align-content: center;
}

.c-services {
    display: flex;
    width: 70%;
    /* background-color: #46289a; */
    background: rgba(70, 40, 154, 0.5);
    /* Semi-transparent purple */
    backdrop-filter: blur(10px);
    /* Apply blur for the glass effect */
    -webkit-backdrop-filter: blur(10px);
    /* Safari support */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    /* Subtle shadow */
    color: #fff;
    border-radius: 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 100%;
    padding: 2em 1.95em;
    text-decoration: none;
    transition: all .5s cubic-bezier(.86, 0, .07, 1);
}

.c-services:hover {
    background-color: #fff;
    color: #000;
}

.cta-block {
    width: 100%;
    position: relative;
}

.c-services-header {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 2.5em;
    display: flex;
}

.c-services-header h5 {
    text-transform: uppercase;
}

.c-service-arrow {
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);
}

.c-heading-1 {
    font-size: 7em;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}

.get-in-message {
    /* background-color: #7542ff; */
    background: rgba(117, 66, 255, 0.5);
    /* Semi-transparent purple */
    backdrop-filter: blur(10px);
    /* Frosted glass blur effect */
    -webkit-backdrop-filter: blur(10px);
    /* Safari support */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 8px;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    width: 30%;
    height: 100%;
    padding: 2em 1.95em;
    text-decoration: none;
    transition: all .3s cubic-bezier(.86, 0, .07, 1);
    display: flex;
    position: relative;
    overflow: hidden;
}

.get-in-message:hover {
    background-color: #fff;
}

.get-in-message:hover p {
    color: #000;
}

.get-in-message:hover .get-svg svg path {
    fill: #000;
    /* Changes the color of the SVG path when hovering */
}

.get-svg {
    display: inline-flex;
    height: 20em;
}

.cc2-cta-block {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    font-size: 2.234rem;
    font-weight: 400;
    line-height: 1.3em;
}

.cc2-cta-block p {
    text-align: right;
    max-width: 19em;
}

.faq-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.faq-content-header {
    position: relative;
    overflow: hidden;
}

.faq-content-header h1 {
    font-size: 15rem;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 5vw;
}

.faq-content .faq {
    border-top: 1px solid #fdfdfd48;
    padding-top: 2rem;
    padding-bottom: 2rem;
    cursor: pointer;
    width: 100%;
}

.faq-content .faq:hover {
    border-top: 1px solid #fff;
    transition: 0.2s ease-in;
}

.faq-content .faq.active {
    border-top: 1px solid #fff;
}

.faq .question {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.faq .question h3 {
    width: 100%;
    font-size: 3rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.faq .question span {
    font-size: 1vw;
    margin-right: 2vw;
    color: #979797;
}

.faq .answer {
    display: block;
    position: static;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.faq .answer span {
    font-weight: 500;
    color: #ffffffa8;
}

.faq .answer p {
    padding-top: 3rem;
    line-height: 1.6;
    font-size: 2.9rem;
    margin-left: 3.5rem;
}

.faq.active .answer {
    max-height: 4000px;

}

.faq.active svg {
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(180deg);
}


.faq .question svg {
    width: 1.5rem;
    height: 1.5rem;
    transition: transform 0.5 ease-in;
}

#page11 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #000000;
}

.o-container-wrapper {
    width: 100%;
    max-width: 240rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25em;
    padding-right: 2.25em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.o-container {
    width: 100%;
    position: relative;
}

.c-footer__tline {
    border-top: 1px solid #3d3d3d;
    transform-origin: 0%;
    position: absolute;
    inset: 0% 0% auto;
}

[data-call="xline-fx"] {
    transform-origin: 0 50%;
}

.c-footer__head__inner {
    grid-row-gap: 4.7rem;
    flex-direction: column;
    flex: none;
    width: 74rem;
    margin-top: 6rem;
    margin-left: auto;
    display: flex;
}

.footer__inner-block {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.intxt {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: #666;
}

.latest-deck-block {
    border: 1px solid #fff;
    border-radius: 100vw;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 12.9rem;
    height: 3.6rem;
    padding: 1.4rem .4rem 1.4rem;
    line-height: 1.1;
    display: flex;
    color: #fff;
}

.latest-deck-block.u-gutter {
    width: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.o-container.c-footer-pane {
    flex-flow: wrap;
    margin-top: 10.1rem;
    margin-bottom: 9rem;
    display: flex;
    flex-wrap: wrap;
}

.c-footer-nav {
    display: flex;
}

.c-footer__sum {
    grid-row-gap: 1.7rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 38rem;
    padding-bottom: .2rem;
    display: flex;
}

.c-footer__sum.u-indstr {
    grid-row-gap: 2rem;
}

.c-footer__link {
    letter-spacing: .01em;
    white-space: nowrap;
    display: block;
    color: #fff;
}

.c-footer__link:hover,
.c-footer__sum__link:hover,
.c-socials__link:hover {
    color: #4644f3;
}



.c-footer__sum__link {
    text-transform: uppercase;
    flex: none;
    font-weight: 600;
    line-height: 1.1;
    display: block;
    color: #fff;
}

.c-footer__sum__link.u-gutter {
    margin-top: auto;
}

.c-footer__pane__inner {
    flex: none;
    width: 74rem;
}

.c-footer__block {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.c-socials {
    grid-column-gap: .8rem;
    grid-row-gap: 1.2rem;
    flex-wrap: wrap;
    width: 62rem;
    display: flex;
}

.intxt.c-socials__link {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100vw;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 17.9rem;
    height: 3.6rem;
    padding: 1rem .4rem .9rem;
    line-height: 1.1;
    display: flex;
}

.c-footer__pane__btm {
    position: relative;
    flex: none;
    width: 100%;
    margin-top: 9rem;
    padding-top: 6rem;
    display: flex;

}

.c-footer__btm__dd {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    /* grid-column-gap: 26.2rem; */
    grid-row-gap: 2.2rem;
    flex-wrap: wrap;
    width: 100%;

}

.s-industries__list.c-footer__btm__dd__inner {
    display: flex;
}

.s-industries__item {
    width: 20rem;
    display: flex;
}

.industries__link {
    letter-spacing: .01em;
    white-space: nowrap;
    display: block;
    color: #fff;
}

.c-footer__sum.indus {
    width: calc(33.33%);
    /* Three items per row */
    flex: none;
}

.c-footer__sum.case_std {
    width: 74rem;
    flex: none;
}

.w-embed svg {
    width: 100%;
    height: 1.9rem;
    position: relative;
    object-fit: cover;
}

.fixed-footer {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #000000;
    overflow: hidden;
    will-change: transform, opacity;
    transform: translate3d(0, 0, 0);
    border-top: 1px solid #fff;
}

.cc-showreel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    will-change: transform, opacity;
    transform: translate3d(0, 0, 0);
}

.cc-showreel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.footer-cc-show {
    width: 100%;
    height: 600px;
    padding-top: 3em;
    padding-bottom: 3em;
}

.footer-container {
    width: 100%;
    max-width: 240rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25em;
    padding-right: 2.25em;
}

.footer-flex {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
}

.cc-footer-content {
    grid-column-gap: 3px;
    grid-row-gap: 0em;
    place-content: end space-between;
    align-items: flex-start;
    height: 100%;
    display: flex;
    position: relative;
}

.footer-service {
    background-color: #282a9a;
    color: #fff;
    border-radius: 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 30%;
    min-height: 100%;
    padding: 2em 1.95em;
    text-decoration: none;
    transition: all .5s cubic-bezier(.86, 0, .07, 1);
    display: flex
}

.footer-service:hover {
    background-color: #fff;
    color: #000;
}

.footer-cta-block {
    width: 100%;
    position: relative;
}

.block-header {
    grid-column-gap: 1em;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 1.5em;
    display: flex;
    text-transform: uppercase;
}

.footer-cta-arrow {
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);
}

.footer-service:hover .footer-cta-arrow {
    transform: translateX(-0.5rem);
}

.block-title {
    max-width: 19.234em;
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);
}

.title-heading-6 {
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
    font-weight: 500;
    line-height: 1.35em;
}

[balance] {
    text-wrap: balance;
}

.footer-cc-block-2 {
    max-width: 21em;
}

.c-text-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.123rem;
    font-weight: 400;
    line-height: 1.3em;
}

.c-get-in-touch {
    background-color: #1445c4;
    color: #fff;
    border-radius: 8px;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    width: 70%;
    height: 100%;
    padding: 2em 1.95em;
    text-decoration: none;
    transition: all .35s;
    display: flex;
    position: relative;
    overflow: hidden;
}

.c-get-in-touch:hover .footer-cta-arrow {
    transform: translateX(-0.5rem);
}

.c-get-in-touch:hover {
    background-color: #fff;
    color: #000;
}

.footer-final-cta {
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
}

.button-arrow-wrap {
    justify-content: flex-end;
    width: 18px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.button-embed-left {
    position: absolute;
    inset: 0% auto 0% 0%;
    transform: translateX(-100%);
    transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
}

.button-embed {
    transform: translateX(0);
    transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
    transition-delay: 0.1s;
}

.c-button:hover .button-embed-left {
    transform: translateX(0%);
    transition-delay: 0.2s;
}

.c-button:hover .button-embed {
    transform: translateX(100%);
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.c-line-overflow {
    width: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
}

.c-footer-title {
    margin-bottom: 16px;
}

.c-heading-3 {
    letter-spacing: -.03em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7.535em;
    font-weight: 500;
    line-height: 1em;
}


.c-sub-para {
    margin-top: 2em;
    font-size: 1.545em;
    font-weight: 500;
    line-height: 1.5em;
}

.c-footer-cta {
    min-width: 180px;
}

.contact-cta {
    flex: none;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    display: flex;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.cta-button-text-wrap {
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
    position: relative;
    overflow: hidden;
}

.cta-button-text-wrap::after {
    content: attr(data-text);
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s ease-out;
    /* Smooth transitions */
    pointer-events: none;
    letter-spacing: -.01em;
    font-size: 2.425rem;
    line-height: 1.4em;
}

.cta-text-1 {
    letter-spacing: -.01em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.425rem;
    line-height: 1.4em;
    transform: translateX(0);
    transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
    transition-delay: 0.1s;
    position: relative;
}

.button-arrow-wrap {
    justify-content: flex-end;
    width: 18px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.button-embed-left {
    position: absolute;
    inset: 0% auto 0% 0%;
    transform: translateX(-100%);
    transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
}

.button-embed {
    transform: translateX(0);
    transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
    transition-delay: 0.1s;
}

.c-button:hover .button-embed-left {
    transform: translateX(0%);
    transition-delay: 0.2s;
}

.c-button:hover .button-embed {
    transform: translateX(100%);
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.c-line-overflow {
    width: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
}

.c-button-line-left {
    transform: translateX(-100%);
    transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
    justify-content: center;
    align-items: center;
    height: 1px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
}

.c-button-line {
    transform: translateX(0);
    height: 1px;
    transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
    transition-delay: 0.1s;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
}

.c-button:hover .c-button-line-left {
    transform: translateX(0%);
    transition-delay: 0.2s;
}

.c-button:hover .c-button-line {
    transform: translateX(100%);
}

.contact-cta:hover .cta-button-text-wrap::after {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.1s;
}

.contact-cta:hover .cta-text-1 {
    transform: translateY(-100%);
}

.contact-cta:hover .button-embed-left {
    transform: translateX(0%);
    transition-delay: 0.2s;
}

.contact-cta:hover .button-embed {
    transform: translateX(100%);
}

.contact-cta:hover .c-button-line-left {
    transform: translateX(0%);
    transition-delay: 0.2s;
}

.contact-cta:hover .c-button-line {
    transform: translateX(100%);
}

.footer-links {
    padding-top: 2.25em;
    padding-bottom: 0;
    position: relative;
}

.footer-legal-wrapper {
    grid-column-gap: 2.5em;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.footer-legal-wrapper-left {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.c-text-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.795rem;
    font-weight: 400;
    line-height: 1.3;
    transition: opacity .4s;
}

.c-text-6.cc-link {
    color: #fff;
    text-decoration: none;
    transition: all .5s;
}

@media screen and (max-width: 767px) {
    .c-footer__btm__dd {
        width: 17rem
    }

}

/* Mobile & Tablet (<= 991px) */
@media screen and (max-width: 991px) {
    .intxt {
        font-size: 1.4rem;
    }

    /* .c-footer__pane__inner {
    order: 1;
    width: 100%;
    margin-left: 0;
  } */
    .c-socials {
        grid-column-gap: 0rem;
        grid-row-gap: 1rem;
    }

    .c-footer__btm__dd {
        width: 50rem;
    }

    .s-industries__list.c-footer__btm__dd__inner {
        flex-direction: column;
    }

    .c-nav-dropdown_cross-wrapper {
        width: 2rem;
        height: 2rem;
    }
}

/* Desktop (>= 992px) */
@media (min-width: 992px) {
    .o-container.c-footer-pane {
        grid-row-gap: 8.4rem;
        flex-flow: column wrap;
        margin-top: 8.4rem;
    }

    .c-footer-nav {
        justify-content: space-between;
        /* grid-column-gap: 26.2rem; */
        grid-row-gap: 8.8rem;
        flex-wrap: wrap;
        width: 100%;
    }

    .c-footer__sum {
        width: 20rem;
    }

    /* .c-footer__pane__inner {
    order: 1;
    width: 100%;
    margin-left: 0;
  } */
    .c-socials {
        grid-column-gap: 0;
        grid-row-gap: .5rem;
    }

    .s-industries__list.c-footer__btm__dd__inner {
        /* grid-column-gap: 26.2rem; */
        grid-row-gap: 2rem;
        flex-wrap: wrap;
        width: 100%;
    }
}

/* ------------------------------------navbar responsive */


@media (min-aspect-ratio: 16/9) {
    .back-video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .back-video {
        width: auto;
        height: 100%;
    }
}

/* ------------------------------------navbar responsive */


@media (min-width: 1900px) {
    :root {
        font-size: .390625vw;
    }

    .w-embed svg {
        height: 100%;
    }
}

@media (max-width: 1899px) and (min-width: 992px) {
    :root {
        font-size: .5208333333333333vw;
    }

    .hero-tagline {
        font-size: 15rem;
    }

    .bloom {
        font-size: 8rem;
    }

    .normal-text {
        font-size: 8rem;
    }

    .c-title2 {
        font-size: 15rem;
    }

    .btm6-parts h4 {
        width: 36rem;
    }

    .blur-in {
        font-size: 8.235em;
    }

    .w-grid-right {
        grid-area: span 1 / span 7 / span 1 / span 7;
    }
}

@media (max-width: 1300px) {
    .cc-invert {
        display: flex;
        flex-direction: column;
    }

    .items-right {
        max-width: 100%;
    }

}

@media (max-width: 991px) and (min-width: 599px) {
    :root {
        font-size: 1.1848341232227488vw;
    }

    .ml16 .letter {
        font-size: 2rem;
    }

    .count {
        font-size: 1.5rem;
    }

    .c-navbar {
        padding: 8px 1.25em;
    }

    nav {
        max-width: 240rem;
        padding: 0;
    }

    .c-nav-cta {
        display: none;
    }

    .logo {
        font-size: 1.8rem;
    }

    .logo span {
        font-size: 1.8rem;
        flex: none;
    }

    .menu-button {
        padding: 6px 16px;
    }

    .c-heading-7 {
        font-size: 2.2rem;
    }

    .c-overhead {
        font-size: 1.5rem;
        line-height: 1.5em;
    }

    .c-text-4 {
        font-size: 1.8rem;
    }

    .hero-tagline {
        font-size: 5rem;
    }

    .section-top {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    #page1-something {
        width: 100%;
        flex-wrap: wrap;
        gap: .4rem;
        margin-top: 2rem;
    }

    #page1-something h4 {
        font-size: 1.2rem;
    }

    #page1-something span {
        font-size: 1.2rem;
    }

    .reel {
        height: 40rem;
    }

    .middle {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .figure-text p {
        font-size: 3.135rem;
    }

    .option-box {
        min-width: 100%;
        padding: 2.2rem 2rem 2rem;
    }

    .option-box h2 {
        font-size: 3rem;
    }

    .option-box p {
        font-size: 1.5rem;
    }

    .bloom {
        font-size: 5rem;
    }

    .normal-text {
        font-size: 5rem;
    }

    .block-txt {
        font-size: 2rem;
        text-align: left;
    }

    #page3 {
        padding-top: 5rem;
    }

    .scrollup-img {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .view-btn {
        width: 40rem;
        flex: 1;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .ucase-txt {
        font-size: 1.5rem;
    }

    .icon-svg {
        width: 1.5rem;
    }

    .content-head {
        gap: 2rem;
        flex-direction: column;
    }

    .o-container {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .c-title2 {
        font-size: 6rem;
    }

    .c-row {
        display: flex;
        flex-direction: column;
    }

    .c-row-txt {
        padding-bottom: 2em;
        padding-right: 0;
    }

    .c-heading h3 {
        font-size: 3.25rem;
    }

    .c-row-txt p {
        font-size: 1.8rem;
    }

    .c-panel {
        display: flex;
        flex-direction: column;
        padding: 1em;
    }

    .cpanel-left {
        display: none;
    }

    .cpanel-right {
        max-width: 100%;
        padding-left: 0px;
    }

    .c-about {
        padding: 5px;
    }

    .c-list {
        display: flex;
        flex-direction: column;
    }

    .c-list-item {
        font-size: 1.5rem;
    }

    .c-about h2 {
        font-size: 2rem;
    }

    .o-project {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .o-header-txt {
        width: 100%;
        font-size: 4.5rem;
        overflow: visible;
        grid-column: span 2;
    }

    .o-project-section {
        margin-top: 10px;
    }

    .project-section {
        display: flex;
        flex-direction: column;
    }

    .o-case-panel {
        margin-top: 2em;
        padding-right: 0px;
    }

    .aside {
        padding-top: 1em;
        padding-bottom: 1.81em;
        padding-left: 0;
        padding-right: 0;
    }

    .cate-head h3 {
        font-size: 6rem;
    }

    .c-text-1 {
        font-size: 1.525rem;
    }

    .button-text-wrap::after {
        font-size: 1.525rem;
    }

    .project-reel {
        padding-left: 0;
    }

    .para-list h3 {
        font-size: 3.5rem;
    }

    .para-list p {
        font-size: 1.823rem;
    }

    .span-cta span {
        font-size: 1.3rem;
    }

    .project-btn {
        font-size: 1.5rem;
    }

    .project-botton {
        max-width: 100%;
    }

    .button-arrow-wrap {
        width: 12px;
    }

    .moto-icon {
        display: flex;
        flex-direction: column;
    }

    .moto-text>p {
        font-size: 4rem;
    }

    .industry-intro {
        font-size: 2rem;
    }

    .page6-content {
        padding-left: 0em;
        padding-right: 0em;
    }

    .flip-cards-section {
        padding-top: 3em;
        display: flex;
        flex-direction: column;
    }

    .card-container {
        height: 80rem;
    }

    .thefront {
        padding: 4rem 2rem;
        border-radius: 10px;
    }

    .thefront .white-text {
        font-size: 3.5rem;
    }

    .items-white span {
        font-size: 1.2111rem;
    }

    .thefront h1 {
        font-size: 3.5rem;
    }

    .items span {
        font-size: 1.2111rem;
    }

    .c-process {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .process-text {
        grid-column: span 3;
    }

    .process-text h1 {
        font-size: 5.5rem;
    }

    .process-container {
        display: flex;
        flex-direction: column;
        gap: 4rem;
        margin-top: 2em;
    }

    .process-about-text {
        grid-column: span 4;
        font-size: 2rem;
    }

    .slide-in-spans {
        display: flex;
        flex-direction: column;
    }

    #page7-bottom {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .btm6-parts h4 {
        width: 100%;
        font-size: 1.8rem;
        padding: .8rem .8rem
    }

    .btm6-parts h5 {
        font-size: 2rem;
    }

    .btm6-parts h4 span {
        width: 3.5rem;
        height: 3.5rem;
    }

    .btm6-parts h5 {
        font-size: 2rem;
    }

    .btm6-parts h4 span {
        width: 3.5rem;
        height: 3.5rem;
    }

    .btm6-parts.case-2 h4 {
        font-size: 1.8rem;
        padding: .8rem .8rem
    }

    .btm6-parts.case-3 h4 {
        font-size: 1.8rem;
        padding: .8rem .8rem
    }

    #btm6-part3 {
        border-top: 1px solid #bebebe;
        border-left: 1px solid #bebebe;
    }

    #btm6-part4 {
        border-top: 1px solid #bebebe;
        border-left: 1px solid #bebebe;
    }

    #btm6-part5 {
        border-top: 1px solid #bebebe;
        border-left: 1px solid #bebebe;
    }

    .creative-space {
        padding-left: 1.25em;
        padding-right: 1.25em;
        margin-top: 0rem;
    }

    .canvas-effect {
        display: flex;
        flex-direction: column;
    }

    .canvas-text h2 {
        font-size: 11rem;
    }

    .canvas-text p {
        font-size: 2rem;
    }

    #canvas-container {
        width: 100%;
        margin-top: 2rem;
    }

    #three-canvas {
        width: 100%;
    }

    .cb-moto-container {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .blur-in {
        font-size: 7.234rem;
        white-space: wrap;
    }

    .cb-info-text {
        font-size: 2rem;
    }

    .project-cta {
        height: auto;
    }

    .scta {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .cc-footer-cta {
        flex-direction: column;
    }

    .c-services {
        width: 100%;
    }

    .c-heading-1 {
        font-size: 4em;
    }

    .get-in-message {
        width: 100%;
    }

    .get-svg {
        height: 10em;
    }

    .cc2-cta-block {
        font-size: 1.5rem;
    }

    .c-conatiner {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .cc-invert {
        display: flex;
        flex-direction: column;
    }

    .w-grid-title {
        margin-top: 4em;
    }

    .c-heading-3.titiler {
        font-size: 7rem;
    }

    .c-sub-para {
        font-size: 1.345em;
    }

    .items-right {
        height: 20em;
        padding: .5em;
    }

    .cta-faq-wrapper {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .faq-content-header h1 {
        font-size: 3.9rem;
    }

    .faq .question span {
        font-size: 1.5rem;
    }

    .faq .question h3 {
        font-size: 2rem;
    }

    .faq .question svg {
        width: 1.5rem;
        height: 1.5rem;
    }

    .faq .answer p {
        font-size: 1.7rem;
    }

    .o-container-wrapper {
        padding-left: 0em;
        padding-right: 0em;
    }

    .o-container.c-footer-pane {
        flex-direction: column;
    }

    .c-footer-nav {
        width: 100%;
        flex-direction: column;
        gap: 3rem;
    }

    .s-industries__list.c-footer__btm__dd__inner {
        gap: 2rem;
    }

    .c-footer__pane__inner {
        width: 100%;
    }

    .c-socials {
        width: 100%;
    }

    .c-footer__sum.case_std {
        width: fit-content;
    }

    .footer-cc-show {
        height: auto;
    }

    .cc-footer-content {
        flex-direction: column;
        grid-row-gap: .2em;
    }

    .footer-service {
        width: 100%;
    }

    .c-footer-cta {
        min-width: 200px;
    }

    .footer-cc-block-2 {
        margin-top: 2rem;
    }

    .c-text-4 {
        font-size: 1.8rem;
    }

    .c-get-in-touch {
        width: 100%;
    }

    .title-heading-6 {
        font-size: 1.5em;
    }

    .footer-final-cta {
        margin-top: 2rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .c-heading-3 {
        font-size: 4.5rem;
    }

    .footer-legal-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }

    .footer-legal-wrapper-left {
        flex-direction: column;
        align-items: flex-start;
        grid-row-gap: 1em;
    }

    .footer-container {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }
}

@media screen and (max-width: 767px) {}

@media (max-width: 598px) {
    :root {
        font-size: 2.3255813953488373vw;
    }

    .ml16 .letter {
        font-size: 2rem;
    }

    .count {
        font-size: 1.5rem;
    }

    .c-navbar {
        padding: 8px 1.25em;
    }

    nav {
        max-width: 240rem;
        padding: 0;
    }

    .c-nav-cta {
        display: none;
    }

    .logo {
        font-size: 1.8rem;
    }

    .logo span {
        font-size: 1.8rem;
        flex: none;
    }

    .menu-button {
        padding: 6px 16px;
    }

    .c-heading-7 {
        font-size: 2.2rem;
    }

    .c-overhead {
        font-size: 1.5rem;
        line-height: 1.5em;
    }

    .c-text-4 {
        font-size: 1.8rem;
    }

    .hero-tagline {
        font-size: 5rem;
        text-align: left;
    }

    .section-top {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    #page1-something {
        width: 100%;
        flex-wrap: wrap;

        justify-content: flex-start;
        gap: .4rem;
        margin-top: 2rem;
    }

    #page1-something h4 {
        font-size: 1.2rem;
    }

    #page1-something span {
        font-size: 1.2rem;
    }

    .reel {
        height: 40rem;
    }

    .middle {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .figure-text p {
        font-size: 3.135rem;
    }

    .option-box {
        min-width: 100%;
        padding: 2.2rem 2rem 2rem;
    }

    .option-box h2 {
        font-size: 3rem;
    }

    .option-box p {
        font-size: 1.5rem;
    }

    .bloom {
        font-size: 5rem;
    }

    .normal-text {
        font-size: 5rem;
    }

    .block-txt {
        font-size: 2rem;
        text-align: left;
    }

    #page3 {
        padding-top: 5rem;
    }

    .scrollup-img {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .view-btn {
        width: 40rem;
        flex: 1;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .ucase-txt {
        font-size: 1.5rem;
    }

    .icon-svg {
        width: 1.5rem;
    }

    .content-head {
        gap: 2rem;
        flex-direction: column;
    }

    .o-container {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .c-title2 {
        font-size: 6rem;
    }

    .c-row {
        display: flex;
        flex-direction: column;
    }

    .c-row-txt {
        padding-bottom: 2em;
        padding-right: 0;
    }

    .c-heading h3 {
        font-size: 3.25rem;
    }

    .c-row-txt p {
        font-size: 1.8rem;
    }

    .c-panel {
        display: flex;
        flex-direction: column;
        padding: 1em;
    }

    .cpanel-left {
        display: none;
    }

    .cpanel-right {
        max-width: 100%;
        padding-left: 0px;
    }

    .c-about {
        padding: 5px;
    }

    .c-list {
        display: flex;
        flex-direction: column;
    }

    .c-list-item {
        font-size: 1.5rem;
    }

    .c-about h2 {
        font-size: 2rem;
    }

    .o-project {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .o-header-txt {
        width: 100%;
        font-size: 4.5rem;
        overflow: visible;
        grid-column: span 2;
    }

    .o-project-section {
        margin-top: 10px;
    }

    .project-section {
        display: flex;
        flex-direction: column;
    }

    .o-case-panel {
        margin-top: 2em;
        padding-right: 0px;
    }

    .aside {
        padding-top: 1em;
        padding-bottom: 1.81em;
        padding-left: 0;
        padding-right: 0;
    }

    .cate-head h3 {
        font-size: 6rem;
    }

    .c-text-1 {
        font-size: 1.525rem;
    }

    .button-text-wrap::after {
        font-size: 1.525rem;
    }

    .project-reel {
        padding-left: 0;
    }

    .para-list h3 {
        font-size: 3.5rem;
    }

    .para-list p {
        font-size: 1.823rem;
    }

    .span-cta span {
        font-size: 1.3rem;
    }

    .project-btn {
        font-size: 1.5rem;
    }

    .project-botton {
        max-width: 100%;
    }

    .button-arrow-wrap {
        width: 12px;
    }

    .moto-icon {
        display: flex;
        flex-direction: column;
    }

    .moto-text>p {
        font-size: 4rem;
    }

    .industry-intro {
        font-size: 2rem;
    }

    .page6-content {
        padding-left: 0em;
        padding-right: 0em;
    }

    .flip-cards-section {
        padding-top: 3em;
        display: flex;
        flex-direction: column;
    }

    .card-container {
        height: 60rem;
    }

    .thefront {
        padding: 4rem 2rem;
        border-radius: 10px;
    }

    .thefront .white-text {
        font-size: 3.5rem;
    }

    .items-white span {
        font-size: 1.2111rem;
    }

    .thefront h1 {
        font-size: 3.5rem;
    }

    .items span {
        font-size: 1.2111rem;
    }

    .c-process {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .process-text {
        grid-column: span 3;
    }

    .process-text h1 {
        font-size: 5.5rem;
    }

    .process-container {
        display: flex;
        flex-direction: column;
        gap: 4rem;
        margin-top: 2em;
    }

    .process-about-text {
        grid-column: span 4;
        font-size: 2rem;
    }

    .slide-in-spans {
        display: flex;
        flex-direction: column;
    }

    #page7-bottom {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .btm6-parts h4 {
        width: 100%;
        font-size: 1.8rem;
        padding: .8rem .8rem
    }

    .btm6-parts h5 {
        font-size: 2rem;
    }

    .btm6-parts h4 span {
        width: 3.5rem;
        height: 3.5rem;
    }

    .btm6-parts h5 {
        font-size: 2rem;
    }

    .btm6-parts h4 span {
        width: 3.5rem;
        height: 3.5rem;
    }

    .btm6-parts.case-2 h4 {
        font-size: 1.8rem;
        padding: .8rem .8rem
    }

    .btm6-parts.case-3 h4 {
        font-size: 1.8rem;
        padding: .8rem .8rem
    }

    #btm6-part3 {
        border-top: 1px solid #bebebe;
        border-left: 1px solid #bebebe;
    }

    #btm6-part4 {
        border-top: 1px solid #bebebe;
        border-left: 1px solid #bebebe;
    }

    #btm6-part5 {
        border-top: 1px solid #bebebe;
        border-left: 1px solid #bebebe;
    }

    .creative-space {
        padding-left: 1.25em;
        padding-right: 1.25em;
        margin-top: 0rem;
    }

    .canvas-effect {
        display: flex;
        flex-direction: column;
    }

    .canvas-text h2 {
        font-size: 11rem;
    }

    .canvas-text p {
        font-size: 2rem;
    }

    #canvas-container {
        width: 100%;
        margin-top: 2rem;
    }

    #three-canvas {
        width: 100%;
    }

    .cb-moto-container {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .blur-in {
        font-size: 7.234rem;
        white-space: wrap;
    }

    .cb-info-text {
        font-size: 2rem;
    }

    .project-cta {
        height: auto;
    }

    .scta {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .cc-footer-cta {
        flex-direction: column;
    }

    .c-services {
        width: 100%;
    }

    .c-heading-1 {
        font-size: 4em;
    }

    .get-in-message {
        width: 100%;
    }

    .get-svg {
        height: 10em;
    }

    .cc2-cta-block {
        font-size: 1.5rem;
    }

    .c-conatiner {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .cc-invert {
        display: flex;
        flex-direction: column;
    }

    .w-grid-title {
        margin-top: 4em;
    }

    .c-heading-3.titiler {
        font-size: 7rem;
    }

    .c-sub-para {
        font-size: 1.345em;
    }

    .items-right {
        height: 20em;
        padding: .5em;
    }

    .cta-faq-wrapper {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .faq-content-header h1 {
        font-size: 3.9rem;
    }

    .faq .question span {
        font-size: 1.5rem;
    }

    .faq .question h3 {
        font-size: 2rem;
    }

    .faq .question svg {
        width: 1.5rem;
        height: 1.5rem;
    }

    .faq .answer p {
        font-size: 1.7rem;
    }

    .o-container-wrapper {
        padding-left: 0em;
        padding-right: 0em;
    }

    .o-container.c-footer-pane {
        flex-direction: column;
    }

    .c-footer-nav {
        width: 100%;
        flex-direction: column;
        gap: 3rem;
    }

    .s-industries__list.c-footer__btm__dd__inner {
        gap: 2rem;
    }

    .c-footer__pane__inner {
        width: 100%;
    }

    .c-socials {
        width: 100%;
    }

    .c-footer__sum.case_std {
        width: fit-content;
    }

    .footer-cc-show {
        height: auto;
    }

    .cc-footer-content {
        flex-direction: column;
        grid-row-gap: .2em;
    }

    .footer-service {
        width: 100%;
    }

    .c-footer-cta {
        min-width: 200px;
    }

    .footer-cc-block-2 {
        margin-top: 2rem;
    }

    .c-text-4 {
        font-size: 1.8rem;
    }

    .c-get-in-touch {
        width: 100%;
    }

    .title-heading-6 {
        font-size: 1.5em;
    }

    .footer-final-cta {
        margin-top: 2rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .c-heading-3 {
        font-size: 4.5rem;
    }

    .footer-legal-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }

    .footer-legal-wrapper-left {
        flex-direction: column;
        align-items: flex-start;
        grid-row-gap: 1em;
    }

    .footer-container {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

}


@media screen and (max-width: 100rem) {
    .gsap-video {
        width: 100%;
        /* Make it responsive on smaller screens */
    }
}