@font-face {
    font-family: Aspekta Variable;
    src: url(/common/fonts/AspektaVF.woff2) format('woff2-variations');
}

body {
    width: 100%;

    background-color: var(--black);

    font-family: Aspekta Variable;
    color: white;

    overflow: hidden auto;

    z-index: 0;
    pointer-events: none;

    margin: -1px;
}

#content-container {
    width: 100%;
}

.menu {
    position: fixed;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    height: 100px;

    padding: 0px 80px;
    box-sizing: border-box;

    font-size: 16px;
    font-weight: 300;

    background-color: none;

    z-index: 101;
    mix-blend-mode: difference;

    pointer-events: all;
}

.menu .navlinks {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.menu a {
    text-decoration: none;
    color: white;
}

.menu a:hover {
    color: var(--gray);
}

.menu-expanded {
    position: fixed;

    width: 100%;
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: -32px;

    padding-top: 16px;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;

    z-index: 100;

    transform: translateY(-100vh);
    transition: transform var(--customEase) 0.8s;

    mix-blend-mode: normal;

    pointer-events: all;
}

.menu-expanded a {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;

    color: var(--black);
    background-color: var(--white);

    width: max-content;

    padding: 8px 64px;
    box-sizing: border-box;

    font-size: 64px;
    font-weight: 450;
    text-align: center;
    text-decoration: none;

    transition: transform ease 1s, height ease 0.5s;
    transition-delay: 0.5s;

    overflow: hidden;
}

.menu-expanded a #line {
    margin-top: -6px;

    width: 0px;
    height: 3px;

    background-color: var(--black);

    transition: all 0.3s;
}

.menu-expanded a:hover {
    cursor: none;
    color: var(--black);
}

.menu-expanded a:hover #line {
    width: 100%;
}

.menu-button {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;

    width: 56px;
    height: 56px;
    border-radius: 32px;

    z-index: 201;

    background-color: rgba(255, 255, 255, 0.1) !important;

    transition: all var(--customEase) 0.8s;

    mix-blend-mode: difference;

    pointer-events: all;
}

.menu .logo {
    color: var(--white);
    font-weight: 900;
    font-size: 24px;
}

.menu-button object {
    transition: all ease 0.3s;
    pointer-events: none;
}

.menu-button:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

button {
    background: none;
    border: none;
    outline: none;

    font-size: 24px;
    color: var(--white);
    font-weight: 500;

    margin-top: 64px;
    padding: 16px 32px;
    border: 1px solid var(--gray);
    border-radius: 999px;

    text-align: center;
    text-wrap: nowrap;
    overflow: hidden;

    transition: all 0.3s ease;
}

button:hover {
    background: white;
    color: var(--black);

    transition: all 0.3s ease;
}

/* ===================================
------------    HERO    -------------- 
=================================== */

.hero {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 8px;
    background-color: var(--black);

    height: 100vh;
    padding: 0px 80px;
    padding-top: 120px;

    z-index: 0;
    pointer-events: all;

    box-sizing: border-box;
}

.hero#contact,
.hero#services {
    align-items: start;
    justify-content: space-between;

    box-sizing: border-box;
    padding: 120px 80px 80px 80px;
}

.hero#mywork {
    height: fit-content;
}

.headline {
    display: flex;
    align-items: center;
    justify-content: end;

    gap: 24px;

    height: 15vw;
    overflow: hidden;
}


.headline * {
    width: 100%;
}

.headline-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0px;
}

.headline-wrapper#about {
    align-items: center;
    justify-content: center;
    height: 60vh;
}

.headline-wrapper .headline-wrapper#about .headline {
    height: 160px;
}

.headline-wrapper#about .headline * {
    text-wrap: nowrap;
    font-size: 12vw;
}

.hero#mywork .headline * {
    font-size: 7.5vw;
    text-wrap: nowrap;
}

.hero#mywork .headline:nth-child(2) {
    margin-top: -32px;
}

.hero#mywork .headline {
    height: 12vw;
}

.hero#services .headline * {
    font-size: 6vw;
    line-height: 100%;
}

.hero#contact .description {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    justify-content: center;
    align-items: start;

    gap: 0px;

    width: 100%;
    text-align: right;
    font-size: 20px;

    padding-left: 70%;
}

.hero#project .description {
    margin: auto;
    width: 50%;
    color: var(--lightgray);

    transform: translateY(0px);
    overflow: hidden;
}

.hero#project .description * {}

.hero#project .headline * {
    font-size: 160px;
}

.hero#contact .headline * {
    font-size: 14vw;
}

.hero#contact .description p {
    margin: 0px;
}

.headline * {
    /* font-family: 'Druk Text Wide Trial'; */
    font-size: 16vw;
    font-weight: 500;
    line-height: 90%;
    letter-spacing: 0px;
}

.headline *.alt {
    display: block;
    font-family: "TRJN DaVinci Italic";
    font-weight: 400;

    line-height: 80%;
}

.headline *.small {
    font-family: inherit;
}

.tagline-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16vw;

    height: max-content;

    padding: 60px 0px 0px 0px;
}

.tagline-wrapper .social {
    display: flex;
    flex-direction: column;
    gap: 8px;

    width: 30%;
}

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

a:hover {
    color: var(--gray);
}

.tagline {
    display: flex;
    flex-direction: column;

    width: 100%;
    color: var(--gray);

    font-size: 24px;

    text-align: left;
}

.tagline * {
    align-self: flex-start;
}

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--black);

    padding: 100px 80px;

    pointer-events: all;
}

.header {
    display: flex;
    gap: 30vw;

    width: 100%;
    height: max-content;

    justify-content: space-between;
}

.header#column {
    width: 100%;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.header#column * {
    width: max-content;
    align-self: auto;
}

.info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.subtitle {
    font-size: 12px;
    color: var(--gray);
    font-weight: 700;

    width: 30%;
    padding: 8px 0px;

    border-bottom: 1px solid var(--darkgray);
}

.section#achievements .header .subtitle {
    min-width: 200px;
}

.header * {
    align-self: flex-start;
}

.title {
    font-size: 64px;
    font-weight: 500;
    letter-spacing: 0px;

    width: 100%;
    line-height: 110%;
}

.header#column .title {
    width: 80vw;
    text-align: center;
}

.title#philosophy {
    text-align: center;
    font-size: 56px;
    padding: 0px 240px;
    width: auto
}

/* ==========================================
------------    SELECTED WORK    ------------ 
========================================== */

.project-container {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    gap: 80px;

    padding: 64px 0px;
}

a.project {
    text-decoration: none;
    color: white;

    pointer-events: all;
}

.section#mywork .project-container {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 32px;

    flex-direction: row;
    align-items: start;
}

.section#mywork .project-container .project {
    width: 40vw;
}


.section#mywork .project-container .project .image-container {
    height: 24vw;
}

.section#form {
    height: 100vh;
    justify-content: start;
}

.contact-info {
    display: flex;
    flex-direction: row;
    gap: 64px;
    margin-top: 128px;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}

.project {
    display: flex;
    flex-direction: column;
    gap: 8px;

    width: 100%;
    height: auto;
    overflow: hidden;
}

.project .image-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.project .image {
    width: 100%;
    height: inherit;

    background-size: cover;
    background-attachment: fixed;
    /* This makes the background move at a different speed */
    background-position-y: bottom;

    scale: 1.0;
    transition: scale ease 0.3s;
}

.project:hover .image {

    scale: 1.05;
    transform-origin: center center;

    transition: scale ease 0.3s;
}

.project .image#no1 {
    background-image: url("../img/project/Wisp/Wisp\ 2.png");
}

.project .image#no2 {
    background-image: url("../img/project/Blockintosh/Blockintosh\ 5.png");
}

.project .image#no3 {
    background-image: url("../img/project/VaultPass/VaultPass\ 5.png");
}

.project .image#no4 {
    background-image: url("../img/project/TAG/TAG\ 5.png");
}

.project .image#no5 {
    background-image: url("../img/project/PrimeView/PrimeView\ 5.png");
}

.project .image#no6 {
    background-image: url("../img/project/Hivemind/Hivemind\ 5.png");
}

.project .image#no7 {
    background-image: url("../img/project/Fernix/Fernix\ 3.png");
}

.project .image#no8 {
    background-image: url("../img/project/EVONE/EVONE\ 1.png");
}

.project .image#no9 {
    background-image: url("../img/project/jupiter/jupiter\ 2.png");
}

.project img {
    width: 100%;
    height: 480px;
    object-fit: cover;

    transform: scale(1);
    /* Initial scale */
    transition: all 0.3s ease-in-out;
    /* Set transition here */

}

.project:hover img {
    scale: 1.05;
}

.project .info {
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    pointer-events: none;
}

.section#mywork .project-container .project .info {
    align-items: start;
    gap: 48px;
}

.project .info .name {
    font-size: 18px;
    font-weight: 400;
}

.project .info .category {
    font-size: 16px;
}

.project .description {
    color: var(--gray);

    pointer-events: none;
}

/* ===================================
-----------    SERVICEs    ----------- 
=================================== */

.service-card,
.award {
    display: block;
    position: relative;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;

    width: 100%;
    height: 160px;
}

.service-card *,
.award * {
    pointer-events: none;
}

.service-card :first-child,
.award :first-child {
    font-size: 32px;
    color: var(--gray);

    transition: all ease 0.3s;
}

.service-card:hover :first-child,
.award:hover :first-child {
    color: var(--white);
    transition: all ease 0.3s;
}

.service-card .name,
.award .name {
    flex: 1 0 0;

    display: flex;
    flex-direction: column;
    align-items: start;

    height: 64px;
    overflow: hidden;
}

.service-card .name *,
.award .name * {
    font-size: 40px;
    color: white;
    font-weight: 550;

    width: 100%;

    transition: all ease 0.3s;
}

.service-card:hover .name *,
.award:hover .name * {
    translate: 0px -100%;

    transition: all ease 0.3s;
}

.service-card :nth-child(3),
.award :nth-child(3) {
    width: 64px;
    height: 64px;
}

.service-card :nth-child(3),
.award :nth-child(3) {
    transition: all ease 0.3s;
}

.service-card:hover :nth-child(3),
.award:hover :nth-child(3)

/* Rotate when hovered */
    {
    /* transform-origin: center center; */
    transform-style: preserve-3d;
    transform: rotateZ(-45deg);

    transition: all var(--customEase) 0.3s;

}

.service-card:hover :nth-child(3) *,
.award:hover :nth-child(3) * {
    stroke: var(--white);
}

.service-card #line,
.award #line {
    position: absolute;
    bottom: 0px;

    width: 0px;
    height: 4px;
    border-bottom: 1px solid var(--white);

    transition: width var(--customEase) 0.5s;
}

.service-card:hover #line,
.award:hover #line {
    width: 100%;
    height: 4px;

    border-bottom: 1px solid var(--white);

    transition: width var(--customEase) 0.5s;
}

.service-card #image {
    position: absolute;

    width: 16px;
    height: 12px;

    opacity: 0;

    transform-origin: center center;
    transition: all ease-in-out 0.3s;
}

.service-card #image img {
    width: inherit;
    height: inherit;
}

.service-card:hover #image {
    position: absolute;

    width: 320px;
    height: 240px;

    opacity: 1;

    transition: all ease-in-out 0.3s;
}

/* =======================================
-----------    ACHIEVEMENTS    ----------- 
======================================= */

.section#achievements {
    gap: 32px;
    align-items: start;
}

.section#achievements .column-2,
.column-2 {
    position: relative;

    display: flex;
    flex-direction: row;

    gap: 30vw;
    width: 100%;
}

.column-2#mission {
    width: 100%;
    gap: 240px;
}

.header #column#awards {
    align-items: start;
}

.section#achievements #intro,
.section#services #intro {
    align-self: flex-start;

    position: sticky;
    top: 100px;
    font-size: 18px;

    color: var(--gray);
    width: 30%;
    min-width: 200px;
}

.section#achievements #col,
#col {
    width: 100%;
}

.year-range {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    padding: 8px 0px;
    color: var(--gray);
    font-weight: 700;
    font-size: 12px;

    border-bottom: 1px solid var(--darkgray);
}

.year-range.end {
    width: 100%;
    padding: 8px 0px;
    color: var(--gray);
    font-weight: 700;
    font-size: 12px;

    border-bottom: none;
    border-top: 1px solid var(--darkgray);
}

.section#achievements .achievement {
    display: flex;
    align-items: start;
    flex-direction: column;

    padding: 16px 0px 128px 0px;
}

.section#achievements .achievement.end {
    display: flex;
    align-items: start;
    flex-direction: column;

    padding: 16px 0px 64px 0px;
}

.section#achievements .achievement * {
    font-size: 32px;
    font-weight: 500;

    color: var(--gray);
}

.section#achievements .achievement :first-child {
    line-height: 100%;
    font-size: 22vw;
    font-weight: 800;
    letter-spacing: -4px;
    color: var(--white);
}

/* =======================================
---------------    FAQS    --------------- 
======================================= */

.section#faqs {

    height: 160vh;

    justify-content: flex-start;
}

.section#faqs .container {
    width: 85%;

    display: flex;
    flex-direction: column;

    gap: 80px;

    padding: 120px 0px;

    transition: ease 0.1s;
}

.accordion {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.accordion:hover .question {
    border-bottom: 1px solid var(--gray);
}

.accordion img {
    position: absolute;
    top: 12px;
    right: 0px;

    transition: ease 0.1s;
}

.accordion .question {
    padding: 24px 16px;
    font-size: 28px;

    border-bottom: 1px solid var(--darkgray);
}

.accordion.active img {
    transform: rotateZ(45deg);
    transition: ease 0.1s;
}


.accordion .answer {
    padding: 0px 16px;
    font-size: 18px;
    color: var(--lightgray);

    height: 0px;
    max-height: 0px;

    overflow: hidden;
    transition: 0.3s ease-out;
}


.accordion.active .answer {
    padding: 24px 16px;
    height: fit-content;
    max-height: max-content;

    transition: 0.3s ease-out;
}

/* =======================================
-----------    CONTACT US    ----------- 
======================================= */
.section#contact {
    height: 100vh;
    background-color: white;
    color: var(--black);

    z-index: 3;
}

.section#contact a {
    font-size: 16vw;

    width: max-content;
    text-align: center;
    text-decoration: none;

    color: var(--black);
    letter-spacing: -5%;
    font-weight: 600;
}

.section#contact a #line {
    margin-top: -24px;

    width: 0px;
    height: 12px;

    background-color: var(--black);

    transition: width var(--customEase) 0.3s;
}

.section#contact a:hover #line {
    width: 100%;
    height: 12px;

    background-color: var(--black);

    transition: width var(--customEase) 0.3s;
}

/* =======================================
-----------    FOOTER    ----------- 
======================================= */
.section#footer {
    position: fixed;
    top: 0px;

    width: 100%;
    height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 64px;

    background-color: var(--black);
    box-sizing: border-box;

    pointer-events: visible;
    z-index: -99;
}

.section#footer #container {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.section#footer #container .info {
    display: flex;
    gap: 240px;
}

.section#footer-placeholder {
    height: 80vh;

    background: none;
    pointer-events: none;
}

.section#footer .num {
    font-family: "TRJN DaVinci Text";
    color: var(--gray);
    font-size: 24px;
    margin-top: 8px;
}

.section#footer .list,
.section#footer .links {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.section#footer .links a,
.section#footer .links span {
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 500;
}

.section#footer .links a.nav {
    font-size: 36px;
}

.section#footer .links a:hover {
    color: var(--gray);
}

.section#footer .headline {
    display: block;
    overflow: visible;
    height: auto;

    font-size: 18vw;
    letter-spacing: -5%;
    font-weight: 500;
    white-space: nowrap;
    line-height: 100%;
}

.section#footer .credit {
    margin-top: -64px;

    display: flex;
    justify-content: space-between;

    width: 100%;
}

/* ABOUT */

#about-image {
    border-radius: 8px;
}

.clients-container {
    position: relative;
    padding: 32px 0px;
}

.clients-container img {
    opacity: 0.25;

    mix-blend-mode: luminosity;
}

.clients-container img:hover {
    opacity: 1;
    mix-blend-mode: normal;

}

.clients-container #overlay {
    width: 100vw;
    height: 100%;

    position: absolute;
    right: 50%;
    transform: translateX(50%);

    display: flex;
    justify-content: space-between;

    pointer-events: none;

    z-index: 1;
}

.clients-container #overlay #left {
    width: 20%;
    height: 100%;
    top: 0px;
    left: 0px;

    background: linear-gradient(90deg, rgba(13, 14, 15, 0.00) 0%, #0d0e0f 100%);
    transform: rotateY(180deg);
}

.clients-container #overlay #right {
    width: 20%;
    height: 100%;
    top: 0px;
    right: 0px;

    background: linear-gradient(90deg, rgba(13, 14, 15, 0.00) 0%, #0d0e0f 100%);
}

.clients-container .clients {
    display: flex;

    justify-content: start;

    gap: 64px;
}

.quality-container {
    display: flex;
    flex-direction: row;

    gap: 24px;

    padding: 32px 0px;
}

.quality-container * {
    color: var(--lightgray);
    font-size: 24px;
}

#changing-text {
    font-weight: 600;
}

.section#gallery {
    display: flex;
    flex-direction: row;

    gap: 16px;
}

.section#gallery img {
    height: 85vh;

    mix-blend-mode: luminosity;
    transition: all ease 0.3s;
}

.section#gallery img:hover {
    mix-blend-mode: normal;
    transition: all ease 0.3s;
}

#content {
    display: flex;
    flex-direction: column;

    width: 100%;

    gap: 16px;
    font-size: 18px;
    line-height: 27px;

    color: var(--gray);
}

#content #heading {
    font-size: 24px;
    font-weight: 500;

    color: var(--lightgray);
}

#content #heading-alt {
    font-size: 40px;
    line-height: 48px;
    color: var(--white);

    margin-top: 80px;
    margin-left: -160px;
}


/* PROCESS */

#process-container {
    display: flex;
    flex-direction: row;

    align-items: stretch;

    gap: 64px;

    padding: 64px;
    box-sizing: border-box;

    width: 100%;
    height: 100%;
}

#process-container #left,
#process-container #right {
    width: 45%;

    display: flex;
    flex-direction: column;

    gap: 400px;
}

#process-container #left {
    margin-top: 100px;
}

#process-container #right {
    margin-top: 500px;
}

#process-container #road {
    width: 1px;
    height: auto;

    flex-grow: 1;

    align-items: auto;

    background-color: var(--darkgray);

    overflow: hidden;
}

#process-container #road #line {
    width: 1px;
    height: 100%;

    background-color: var(--white);

    opacity: 0;
}

.phase {
    width: 100%;
    height: 400px;
}

.phase .heading {
    margin-top: 16px;
    font-size: 48px;
}

.phase .subtitle {
    font-size: 20px;
    color: var(--gray);
    text-wrap: nowrap;
}

.phase .description {
    margin-top: 16px;

    color: var(--lightgray);
    font-size: 18px;
    line-height: 28px;
}

.award-container {
    margin-top: 64px;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: end;
}

.award {
    width: 60%;
}

.service {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0px 160px;

    height: 60vh;
}

.service .symbol {
    float: right;

    width: 16px;
    height: 16px;
    font-size: 48px;
    font-weight: 200;
    pointer-events: none;
}

.service .name {
    font-size: 40px;
    font-weight: 600;
}

.service .description {
    width: 100%;
    max-width: 600px;
    color: var(--lightgray)
}

.subservice-container {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    gap: 24px;

    justify-content: start;
    align-items: start;
}

.subservice-container * {
    height: 48px;

    font-size: 18px;
    font-weight: 400;

    box-sizing: border-box;
    padding: 4px 16px 0px 12px;
    border: 1px solid var(--darkgray);
    border-radius: 99px;
}

.subservice-container :before {
    content: "+";
    margin-right: 12px;
    font-size: 24px;
    color: var(--gray);
}

.hero#project {
    overflow: hidden;
    justify-content: end;
    padding-bottom: 200px;
}

#project-info-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding: 100px 320px;
}

.project-background {
    position: absolute;
    top: 0px;
    left: 0px;

    z-index: -100;
}

.project-background img {
    width: 100%;
}

.project-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 8px;
}

.project-info :first-child {
    font-size: 20px;
    color: var(--gray);
    font-weight: 500;
}

.project-info :nth-child(2) {
    font-weight: 500;
    font-size: 28px;
}

#project-description {
    padding: 100px 320px;
    gap: 100px;

    align-items: start;
}

#project-description #research {
    font-size: 20px;
}

#project-description #problem :nth-child(2) {
    font-size: 36px;
    font-weight: 450;
    line-height: 120%;
}

#project-description #results {
    color: var(--lightgray);
    line-height: 27px;
    margin-left: 240px;
}

#project-image {
    gap: 32px;
}

#project-image img {
    width: 100%;
    height: 640px;
    object-fit: cover;

    border-radius: 8px;
}

#project-description .title {
    font-size: 40px;
}

.project-gallery {
    padding: 100px;
    display: flex;
    gap: 48px;

    width: 100%;
}

.project-gallery a {
    width: 100%;
}

.project-gallery .image-container {
    height: 450px;
}

.section#other-cases {
    padding-bottom: 480px;
}

.hero#project .headline-wrapper .headline {
    width: 100%;
    text-align: center;
}

.hero#project .headline-wrapper .headline * {

    font-size: 80px;
}

#live-web-container {
    width: 100%;
}

#live-web {
    margin: auto;

    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    width: max-content;

    font-size: 20px;
    font-weight: 500;
    border: 1px solid var(--darkgray);
    border-radius: 99px;
}

#live-web:hover {
    background-color: var(--white);
    color: var(--black);
}

