.landing-container {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;

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

.container {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}
.container.no-padding{
    padding:0 !important;
}
.navigation-bar-duplicate {
    height: 8rem;
    width: 100%;
    background-color: red;
    position: relative;
    z-index: 10001;
}

.navigation-bar {
    height: 8rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    background-color: rgba(0, 0, 0, 0.99);
    top: 0;
    left: 0;
    z-index: 1000;
}

.home-wrapper {
    width: 100%;
    height: auto;
    width: 100%;
    /* max-width: 1440px; */
}


.home-section {
    background-color: black;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    font-family: 'Poppins', sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-hero {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: white;
    padding-top: 10%;
    padding-bottom: 10%;
    width: auto;
    height: 100vh;
    width: auto;
}




.home-header {
    font-size: 13.5rem;
    font-weight: 400;
    width: 100%;
    line-height: 110%;
    text-wrap: wrap;
    word-break: keep-all;
    text-transform: uppercase;
    width: fit-content;
}


.home-hero-content {
    display: flex;
    align-items: center;
    gap: 3rem;
    width: max-content;
    padding-right: 100%;
    min-width: 100vw;

}

.home-hero-content img {
    width: 30rem;
    height: 20rem;
    margin-right: 4rem;
    margin-left: 4rem;
    display: block;
    will-change: transform;
    z-index: 2;
    max-width: none;
    max-width: none;
    max-height: 100vh;
    object-fit: contain;
}

.button{
    text-decoration: none !important;
    display:block;
}
.home-button {
    font-size: 2rem;
    padding: 1.6rem 2.5rem;
    height: auto;
    background-color: black;
    color: white;
    border: 1px solid white;
    height: auto;
    width: auto;
    white-space: nowrap;
}

.home-button:hover {
    background-color: white;
    color: black;
    border: 1px solid black;
    transition: all 0.3s ease-in-out;
}

/*  view work*/
.work-header-row {
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;      
    width: 100%;
}

.titles-column {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.work-button-sidebar {
	margin-top: 30px;
    margin-left: 30px; 
    white-space: nowrap; 
}

.view-our-work-button {
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 12px 28px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

/* who we helped  */
.who-we-helped {
    padding-top: 15rem;
    padding-bottom: 6rem;
	width:100vw;
}

.who-we-helped-title {
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 5rem;
}

 .logo-carousel-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 4rem 0;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.logo-carousel {
    display: flex;
	gap: 20rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
} 


.logo {
    width: 8rem;
    height: 2.5rem;
    flex-shrink: 0;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

/* hits different */
.hits-different {
    height: auto;
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 30rem;
    background: conic-gradient(from 180deg at 50% 50%, #222222 0deg, #111111 360deg);
    position: relative;
}

.hits-different-title {
    font-size: 6.4rem;
    /* margin-top: 10rem; */
    /* margin-bottom: 20rem; */
    font-weight: 400;
    color: #919191;
}

.hits-different-cards {
    display: flex;
    flex-direction: column;
    gap: 65vh;
	margin-top: 25vh;
}

.hits-different-title span {
    color: white;
}

.hits-different-card-container {
    width: 100%;
    display: flex;
}


.hits-different-card-container:nth-of-type(odd) {
    justify-content: flex-start;
}

.hits-different-card-container:nth-of-type(even) {
    justify-content: flex-end;
}

.hits-different-card {
    width: 70rem;
    height: 41rem;
    background: #0000004D;
    padding: 3rem 5rem;
    border: 0.1rem solid #C8F542;
    border-top-right-radius: 1.6rem;
    border-bottom-right-radius: 1.6rem;
	align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hits-different-card-image {
    width: 20rem;
/*     height: 4.2rem; */
    margin-bottom: 5%;
}

.hits-different-card-paragraph {
    color: #919191;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
	word-break:break-word;
}

.hits-different-card-paragraph span {
    color: white;
}

.hits-different-card-author {
    font-size: 1.6rem;
    color: #919191;
}

.hits-different-card-author span {
    color: white;
}

.platform-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #333;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.4);
}

/* slow grind */
.slow-grind {
    width: 100%;
    /* overflow-x: hidden; */
    height: auto;
    background-color: black;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.slow-grind-hero {
    box-sizing: unset;
    width: 90%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.slow-grind-hero-bg-container {
    width: 50%;
    height: 100%;
    /* background-image: url('../assets/slow-grind-bg.gif'); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    position: absolute;
    left: 0;
    z-index: 1;
    filter: blur(20px);
}

.slow-grind-hero-bg-overlay-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.slow-grind-hero-title {
    font-size: 8.6rem;
    font-weight: 400;
    color: #363636;
    position: relative;
    z-index: 3;
    padding-top: 2rem;
    max-width: 100%;
	line-height: 90px;
	color:#ffffff;
}

.slow-grind-cards {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40rem;
    z-index: 1;
    margin-left: 0rem;
	align-items: center;
}

.slow-grind-sticky-wrapper {
    display: flex;
    justify-content: center;
}

.slow-grind-card {
    width: 42rem;
    height: 48rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    filter: grayscale(100%);
    position: sticky;
    top: 45rem;
    z-index: 1;
}

.slow-grind-card:nth-of-type(1) {
    transform: rotate(30deg);
}

.slow-grind-card:nth-of-type(2) {
    transform: rotate(15deg);
}

.slow-grind-card:nth-of-type(3) {
    transform: rotate(-15deg);
}

.slow-grind-cta {
    position: relative;
    width: 27rem;
    z-index: 4;
    position: absolute;
    bottom: 2.5%;
    right: 8rem;
}

.slow-grind-cta-title {
    font-size: 3.2rem;
    font-weight: 400;
}

.slow-grind-cta-paragraph {
    font-size: 2rem;
    color: #919191;
    margin-bottom: 3rem;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.slow-grind-cta-paragraph span {
    color: white;
}


/* why us */
.why-us-section {
    width: 100%;
    height: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative;
}

.why-us-text-container {
    height: auto;
    width: 100%;
    padding: 14rem 0;
    position: sticky;
    top: 0;
}

.why-us .why-us-text-title {
    text-transform: uppercase;
    margin-bottom: 1.8rem;
    font-size: 2rem;
    font-weight: 110%;
}

.why-us-text-container .why-us-text-content {
    max-width: 55.2rem;
    font-size: 9.6rem;
    font-weight: 400;
    color: #919191;
}

.why-us-text-container .why-us-text-content span {
    color: white;
}

.why-us-container-content {
    position: relative;
    z-index: 3;
    padding-right: 5rem;
}

.why-us-cards-container {
    min-height: 100vh;
    height: auto;
    width: 100%;
    position: relative;
}

.why-us-container-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.95);
    filter: blur(10rem);
    z-index: 2;
}

.why-us-text-content {
    position: relative;
    z-index: 3;
    padding-right: 5rem;
}

.why-us-cards-container .cards {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 50rem;
}

.why-us-card-container {
    width: 100%;
    display: flex;
}

.why-us-card-container:nth-of-type(1) {
    justify-content: flex-start;
}

.why-us-card-container:nth-of-type(2) {
    justify-content: center;
}

.why-us-card-container:nth-of-type(3) {
    justify-content: flex-end;
}

/* additional css */
.big_headline{
    color: #E1E1E1;
    font-size: 101px;
}
.about-us{
    padding-top:150px;
}



/* keyframes */
@keyframes move-up {
    from {
        transform: translateY(50%) scale(0.8);
        opacity: 0;
    }

    to {
        transform: translateY(0rem) scale(1);
        opacity: 1;
    }
}

@keyframes move-down {
    from {
        transform: translateY(-50%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* Tablet (between 768px and 1024px) */
@media (max-width: 1024px) {
    html {
        font-size: 56.25%;
        /* 1rem = 9px */
    }

    .home-hero-content {
        width: max-content;
        padding-right: 105%;
    }


    .slow-grind-cta {
        position: relative;
        width: 27rem;
        z-index: 4;
        position: absolute;
        bottom: 5%;
        right: 5%;
    }

    .slow-grind-card {
        top: 60rem;
    }

    .slow-grind-cards {
        margin-left: 5rem;
    }
}

/* Mobile (below 768px) */
@media (max-width: 768px) {
    html {
        font-size: 50%;
        /* 1rem = 8px */
    }


    .home-hero-content {
        width: max-content;
        padding-right: 102%;
    }

    .container {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .hook-text-container .hook-text-title {
        font-size: 1.8rem;
    }

    .hook-text-container .hook-text-content {
        font-size: 5rem;
        max-width: 100%;
        color: #919191;
    }

    /* who we helped */

    .who-we-helped {
        padding-top: 10rem;
        padding-bottom: 6rem;
    }

    .who-we-helped-title {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }

    .logo-carousel-container {
        padding: 2rem 0;
    }

    .logo-carousel {
        gap: 15rem;

    }

    .logo {
        width: 6rem;
        height: 2rem;
    }

    /* hits different  */
    .hits-different {
        padding: 6rem;
        padding-bottom: 20rem;
    }

    .hits-different-title {
        font-size: 4.5rem;
        margin-bottom: 0px;
    }

    .hits-different-cards {
        /* row-gap: 0; */
    }

    .hits-different-card-container:nth-of-type(odd) {
        justify-content: center;
    }

    .hits-different-card-container:nth-of-type(even) {
        justify-content: center;
    }

    .hits-different-card {
        width: 100%;
        height: max-content;
    }

    .hits-different-card-image {
        width: 12rem;
        height: 3.5rem;
        margin-bottom: 5%;
    }

    .hits-different-card-paragraph {
        color: #919191;
        font-size: 1.8rem;
        font-weight: 400;
        margin-bottom: 1.5rem;
    }

    .hits-different-card-paragraph span {
        color: white;
    }

    .hits-different-card-author {
        font-size: 1.6rem;
        color: #919191;
    }

    /* slow grind */

    .slow-grind {
        width: 100%;
        height: auto;
        background-color: black;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slow-grind-hero {
        width: 90%;
        height: auto;
        position: relative;

    }

    .slow-grind-hero-bg-container {
        width: 100%;
        height: 100%;
        filter: blur(5px);
    }

    .slow-grind-hero-title {
        font-size: 7rem;
        padding-top: 10rem;
    }

    .slow-grind-cards {
        width: 100%;
        height: auto;
        margin-top: 5rem;
        padding: 5rem 0;
        padding-left: 2rem;
        row-gap: 25rem;
    }

    .slow-grind-sticky-wrapper {
        padding-bottom: 0rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slow-grind-card {
        width: 27rem;
        height: 31rem;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 15px;
        filter: grayscale(100%);
        top: 10vh;
    }

    .slow-grind-card:nth-of-type(1) {
        transform: rotate(30deg);
    }

    .slow-grind-card:nth-of-type(2) {
        transform: rotate(15deg);
    }

    .slow-grind-card:nth-of-type(3) {
        transform: rotate(-15deg);
    }

    .slow-grind-cta {
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        margin-top: 4rem;
    }

    .slow-grind-cta-title {
        font-size: 2.5rem;
    }

    .slow-grind-cta-paragraph {
        font-size: 1.8rem;
    }



    /* why us */
    .why-us-section {
        padding: 6rem 0;
    }

    .why-us-text-container {
        padding: 10rem 0;
    }

    .why-us .why-us-text-title {
        font-size: 1.8rem;
    }

    .why-us-text-container .why-us-text-content {
        max-width: 95%;
        font-size: 7rem;
    }

    .why-us-cards-container {
        min-height: unset;
    }

    .why-us-cards-container .cards {
        row-gap: 70vh;
    }


    .why-us-card-container {
        justify-content: center !important;
    }

    .white-card-lg .white-card-title {
        font-size: 2rem;
    }

    .white-card-lg .white-card-description {
        font-size: 1.8rem;
    }

    .why-us-container-content {
        padding-right: 0rem;
    }

    /* big headline */
    .big_headline{
        font-size: 40px;
    }
}


.hits-different-card-container,
.hits-different-title{
    z-index: 2;
    position: relative;
}
.threejs-sticky-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: 0;
    overflow:hidden;
}

.threejs-viewer {
/*     width: 1200px;
    height: 1200px; */
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.threejs-viewer canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
	height: 800px !important;
    object-fit: cover;
}
@media (max-width:767px){
    .threejs-viewer{
     /* width: 400px; */
		width:358px;
        height: 400px;
    }
	.threejs-viewer canvas{
		height: 400px !important;
		width: 100% !important;
	}
	.threejs-sticky-wrapper {
		position: sticky;
		top: 22vh;
		height: 50vh;
		z-index: 0;
		overflow:hidden;
	}
	
	   .work-header-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .work-button-sidebar {
        margin-top: 10px;
		margin-left: 0px;
    }
	
	.projects-cards {
        margin-top: 20vh;
}

}

