
body {
    font-family: 'Inter', sans-serif;
    background-color: #fff;
    color: #0a0a0a;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.hero-container {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-content {
    width: 100%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: 0;
    height: 100vh;
    justify-content: center;
}

.spacer {
    height: 2.5rem;
    opacity: 0;
    transform: translateY(-2.5rem);
}

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

.logo-container {
    width: 100%;
    max-width: 1204px;
    height: 212px;
    position: relative;
    opacity: 0.2;
    transform: scale(0.8);
}

.logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.subtext-container {
    text-align: center;
    margin-top: 2rem;
    opacity: 0.2;
    transform: scale(0.8);
    font-size: 1.25rem;
}

.subtext-bold {
    font-weight: 500;
}

.bottom-container {
    position: absolute;
    bottom: 4rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    opacity: 0;
    transform: translateY(40px);
}

.year-text,
.location-text {
    color: white;
}

.location-text {
    text-align: right;
}

.divider-line {
    height: 1px;
    width: 100px;
    background-color: white;
    border-radius: 10px;
}

.background-canvas {
    position: absolute;
    inset: 0;
    z-index: -10;
}

.products-section {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.product-container {
    position: relative;
    aspect-ratio: 1/1;
    will-change: transform;
    opacity: 0;
    transform: rotate(0deg);
}

.product-item {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.logo-title-container h2 {
    font-size: 4rem;
    color: red;
    font-weight: 700
}

.scroll-content {
    position: relative;
    z-index: 2;
}

.hero-spacer {
    height: 100vh;
    width: 100%;
    pointer-events: none;
}


.brand-section {
    color: #f5f5f5;
    background-color: #1a1a1a;
    padding: 5rem 2rem !important;
    min-height: 100vh;
}

.section-heading {
    text-transform: uppercase;
    color: #fafafa;
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateY(20px);
}

.quote-container {
    min-height: 40vh;
    margin-bottom: 2rem;
    position: relative;
}

.quote-text {
    font-size: 2.5rem;
    line-height: 1.3;
    letter-spacing: -0.06em;
    margin-bottom: 2rem;
    text-align: left !important;
}

.quote-word {
    display: inline-block;
    white-space: pre;
    opacity: 0.2;
    filter: blur(5px);
    transform: translateY(20px);
    will-change: opacity, filter, transform;
}

.quote-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    opacity: 0;
    transform: translateY(10px);
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-name {
    color: #a3a3a3;
    font-size: 0.9rem;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 1rem;
    text-align: left;
}

.brand-card {
    background-color: #252525;
    padding: 1rem;
    border-radius: 8px;
    transform: translateY(20px);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 0px;
}

.card-title {
    font-size: 1.5rem;
    color: #f5f5f5;
}

.card-number {
    color: #525252;
    font-size: 1rem;
}

.card-description {
    color: #d4d4d4;
    line-height: 1.5;
}

.quote-text span.quote-word {
    margin-right: 8px;
}

.brand-section .title-desc {
    display: flex;
    flex-flow: row wrap;
}

.brand-section .quote-container {
    width: calc(50% - 7.5px);
}

.brand-section .cards-container {
    width: calc(50% - 7.5px);
}

.brand-section .section-heading {
    width: 100%;
}

.logo-section {
    min-height: 100vh;
    background: #fff;
}

.logo-title-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.logo-wrapper {
    position: relative;
    width: 500px;
    height: auto;
    margin: 0 auto;
}

.logo-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: scale(0.8);
}

.text-lines {
    margin-top: 2rem;
    text-align: left;
    color: red;

}

.text-line {
    opacity: 0;
    padding: 10px 0;
    transform: translateY(20px);
}

.logo-section-container {
    position: relative;
}

.text-group-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.text-group-2 {
    position: absolute;
    top: 0;
    right: 0;
}


.our-story-sec .text-center {
    text-align: left !important;
}

.fiture-project-sec .favorite-btn img {
    width: 20px;
}

.fiture-project-sec .project-card {
    transition: all 0.3s ease;
    overflow: hidden;
    text-align: left !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transform-origin: center bottom;
}

.fiture-project-sec .project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.fiture-project-sec .card-img-container {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.fiture-project-sec .card-img-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
}

.fiture-project-sec .project-card:hover .card-img-container img {
    transform: scale(1.09);
}

.fiture-project-sec .card-body {
    position: relative;
    padding-bottom: 2.5rem;
    transition: all 0.3s ease;
}

.fiture-project-sec .project-card:hover .card-body {
    padding-left: 25px;

}

.fiture-project-sec .hover-arrow {
    position: absolute;
    bottom: 1rem;
    right: 1.5rem;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.fiture-project-sec .project-card:hover .hover-arrow {
    opacity: 1;
    transform: translateX(0);
}

.fiture-project-sec .favorite-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 2;
    transition: all 0.3s ease;
    transform: scale(0.8);
}

.fiture-project-sec .project-card:hover .favorite-btn {
    opacity: 1;
    transform: scale(1);
}

.fiture-project-sec .favorite-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.fiture-project-sec .project-card {
    opacity: 0;
    transform: translateY(20px);
}

.our-story-sec .video-wrap {
    margin: 60px 0;
    position: relative;
}

.our-story-sec .video-container {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: scale(0.95);
}

.our-story-sec .video-element {
    width: 100%;
    display: block;
    height: auto;
}

.our-story-sec .play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.our-story-sec .play-button {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.our-story-sec .play-button:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.9);
}

.our-story-sec .play-button img {
    margin-left: 5px;
}

.our-story-sec .stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.our-story-sec .stat-label {
    font-size: 1rem;
    color: #666;
}

.projects-stps-sec .process-step {
    transform: translateY(20px);
}

.projects-stps-sec .process-pill {
    background-color: #ffb6f0;
    border-color: #ffb6f0;
}

.projects-stps-sec .step-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 182, 240, 0.2);
    text-align: center !important;
}

.projects-stps-sec .step-card:hover {
    transform: translateY(-5px);
    background-color: #1a1a1a !important;
    border-color: #ffb6f0 !important;
    box-shadow: 0 10px 20px rgba(255, 182, 240, 0.1);
}

.projects-stps-sec .text-pink {
    color: #ffb6f0;
}

.our-story-sec .video-container-animation {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: scale(0.95);
}

.our-story-sec .video-element {
    width: 100%;
    display: block;
}

.our-story-sec .play-button-wrapper-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.our-story-sec .play-gif {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.our-story-sec .play-gif:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.9);
}

.our-story-sec .play-gif img {
    margin-left: 5px;
    width: 30px;
    height: auto;
}

.our-story-sec .stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #fff;
}

.our-story-sec .stat-label {
    font-size: 1rem;
    color: #aaa;
}

.testimonial-card .author img {
    max-width: 80px;
}

.logoMark-logo-slider {
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}

.logoMark-container {
    max-width: 1200px;
    margin: 0 auto;
}

.logoMark-row {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.logoMark-track {
    display: flex;
    gap: 50px;
    will-change: transform;
}

.logoMark-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoMark-logo img {
    max-width: 150px;
    height: auto;
    filter: grayscale(100%) brightness(2);
    transition: filter 0.3s ease;
}

.logoMark-logo:hover img {
    filter: grayscale(0) brightness(1);
}

.section-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #f8d3c8, transparent);
    margin-bottom: 1rem;
}

.section-label {
    background-color: #f8d3c8;
    color: #000;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    top: -12px;
}

.testimonialsslide {
    overflow: hidden;
}

.testimonialsslide .testimonial-container {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.testimonialsslide .testimonial-column {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 500px;
    min-width: 0;
}

.testimonialsslide h2 {
    color: #fff;
}

.testimonialsslide .testimonial-track {
    position: absolute;
    will-change: transform;
    width: 100%;
}

.testimonialsslide .testimonial-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    text-align: left !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.testimonialsslide .stars {
    color: #FFD700 !important;
    font-size: 20px;
    margin-bottom: 15px;
}

.testimonialsslide .author br {
    display: none;
}

.testimonialsslide .author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonialsslide .author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: contain;
}

.testimonialsslide .author strong {
    display: block;
    font-size: 16px;
    color: #222;
}

.testimonialsslide .author small {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 3px;
}



.products-grid-empty {
    height: 100vh;
}

.section-1 {
    height: 100vh;
    overflow: hidden
}

section.secton-2.p-0 {
    padding: 0 !important;
}

section.how-you-do-sec {
    overflow: hidden;
}

.how-you-do-scroll-container {
    position: relative;
    height: 500vh;
}

.how-you-do-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.how-you-scroll-title {
    text-align: center;
    z-index: 10;
}

.how-you-scroll-title,
.how-you-scroll-title-two {
    max-width: 490px;
    text-align: center;
}

.how-you-do-sec .text-line {
    font-size: 65px;
    line-height: 85px;
    letter-spacing: -0.02em;
    margin: 0;
    font-weight: 800;
}

.how-you-grid-images {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

.how-you-do-image {
    position: absolute;
    width: 290px;
    height: 360px;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
}

.how-you-do-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.how-you-do-sec .trigger {
    position: absolute;
    width: 100%;
    height: 100vh;
}

.do-anithing {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.do-anithing-image-wrapper,
.do-anithing-video-wrapper {
    position: absolute;
    width: 290px;
    height: 360px;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
}

.do-anithing img,
.do-anithing video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.beam {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(130deg,
            transparent 45%,
            #ff00aa 50%,
            transparent 55%);
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.9;

}

.beam:nth-child(2) {
    background: linear-gradient(130deg, transparent 40%, #ff33cc 50%, transparent 60%);
}

.beam:nth-child(3) {
    background: linear-gradient(130deg, transparent 42%, #ff1493 50%, transparent 58%);
}

.beam:nth-child(4) {
    background: linear-gradient(130deg, transparent 43%, #ff66cc 50%, transparent 57%);
}

.section-1 {
    overflow: hidden;
}

.our-story-sec .counter-content:after {
    display: none;
}

.projects-stps-sec .card-icon img {
    max-width: 60px;
}

p.card-title {
    font-size: 28px;
}

.beam {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(130deg,
            transparent 45%,
            #ff00aa 50%,
            transparent 55%);
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.9;

}

.beam:nth-child(2) {
    background: linear-gradient(130deg, transparent 40%, #ff33cc 50%, transparent 60%);
}

.beam:nth-child(3) {
    background: linear-gradient(130deg, transparent 42%, #ff1493 50%, transparent 58%);
}

.beam:nth-child(4) {
    background: linear-gradient(130deg, transparent 43%, #ff66cc 50%, transparent 57%);
}

/*Responsive css start*/
/*1366 Start*/
@media(max-width:1366px) {
    .logo-title-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo-wrapper {
        width: 400px;
    }
}

/*1366 End*/

/*1200 start*/
@media (max-width: 1200px) {
    .testimonialsslide .testimonial-container {
        flex-wrap: wrap;
    }

    .testimonialsslide .testimonial-column {
        flex: 1 1 45%;
        height: 400px;
    }

}

/*1200 End*/
/*991 Start*/
@media (max-width: 991px) {
    .logo-section .text-lines {
        position: absolute;
        top: 0;
    }

    .text-group-2,
    .text-group-1 {
        position: relative;
        top: 0;
        right: auto;
    }

    .logo-wrapper {
        width: 500px;
        top: 150px;
        right: -15%;
        left: auto;
    }

    .text-group-1 {
        margin-top: 0px;
    }

    .logo-section .text-line {
        padding: 13px 0;
        font-size: 24px;
    }

    .fiture-project-sec .card-img-container {
        height: 336px;
    }
}

/*991 End*/
/*768 Start*/
@media (max-width: 768px) {
    .how-you-do-sec .text-line {
        font-size: 50px;
        line-height: 62px;
    }

    .how-you-grid-images {
        transform: scale(0.8);
    }

    .do-anithing-image-wrapper,
    .do-anithing-video-wrapper {
        width: 250px;
        height: 310px;
    }

    .our-story-sec .play-gif {
        width: 60px;
        height: 60px;
    }

    .our-story-sec .stat-number {
        font-size: 2rem;
    }

    .subtext-container {
        font-size: 1.5rem;
    }

    .location {
        display: block;
    }

    .quote-text {
        font-size: 1.8rem;
    }

    .cards-container {
        grid-template-columns: 1fr;
    }

    .testimonialsslide .testimonial-column {
        flex: 1 1 100%;
        height: 350px;
        margin-bottom: 20px;
    }

    .testimonialsslide .testimonial-card {
        padding: 20px;
    }
}

/*768 End*/
/*767 Start*/
@media (max-width: 767px) {
    .brand-section .quote-container {
        width: 100%;
    }

    .brand-section .cards-container {
        width: 100%;
    }

    .text-group-1 {
        position: relative;
        top: 0;
        left: 0;
    }

    .text-group-2 {
        position: relative;
        top: 0;
        right: 0;
    }

    .text-line {
        padding: 4px 0;
    }

    .products-grid {
        gap: .5rem;
    }

    .brand-content-wrap {
        flex-flow: row wrap;
    }

    .logo-wrapper {
        width: 350px;
        top: 100px;
        right: 0;
    }

    .logo-container {
        height: auto;
    }

    .logo-section .text-line {
        padding: 6px 0;
        font-size: 20px;
    }

    .text-group-1 {
        margin-top: 0;
    }
}

/*767 End*/

/*480 Start*/
@media (max-width: 480px) {
    .bottom-container {
        flex-flow: column;
        bottom: 4rem;
    }

    .bottom-container .year {
        width: 100%;
        text-align: center;
    }

    .bottom-container .divider {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .bottom-container .location {
        width: 100%;
        text-align: center;
    }

    .location-text {
        text-align: center;
    }

    .divider-line {
        height: 1px;
        width: 100px;
        background-color: white;
        border-radius: 10px;
        margin: 0 auto;
    }

    .logo-title-container h2 {
        font-size: 3rem;
    }

    .text-lines {
        margin-top: 0rem;
    }

    .logo-section .text-line {
        padding: 4px 0;
        font-size: 18px;
    }

    .fiture-project-sec .card-img-container {
        height: 336px;
    }

    .how-you-do-sec .text-line {
        font-size: 42px;
        line-height: 52px;
    }
    .section-heading {
        margin-bottom: 0rem;
    }
    .logo-wrapper {
        width: 313px;
        top: 0px;
        right: 0;
    }
    .quote-text {
        margin-bottom: 1rem;
    }
    .quote-container {
        min-height: auto;
    }
    .logo-section .text-lines {
        position: absolute;
        top: 280px;
    }
    .rounded-pill {
        width: fit-content;
    }
}

/*480 End*/
@media (max-width: 420px) {
.logo-section .text-lines {
    top: 195px;
}
}
@media (max-width: 400px) {

.logo-section .text-lines {
    position: absolute;
    top: 180px;
}
}
@media (max-width: 380px) {
.logo-layer {
    top: -17px;
}
.logo-section .text-lines {
    position: absolute;
    top: 134px;
}
}