.redcase-title {
    font-size: 21.8vw;
    letter-spacing: -0.0305em;
    text-align: center;
    margin: 0;
    color: #000;
    font-family: 'SyneSemiBold', sans-serif;
}

.redcase-title span {
    display: inline-block;
}

.text-indent-small:not(.seperate) {
    text-indent: 50px;
}

.hero-section-wrapper .bg-wrapper {
    min-height: 373px;
}

.hero-section-wrapper .subtitle {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.005em;
    color: #fdfdfd;
    padding-top: 10px;
    padding-left: 20px;
    font-family: 'SyneSemiBold', sans-serif;
}

.hero-section-wrapper .paragraph-hero-section {
    position: absolute;
    bottom: 1rem;
    font-size: 16px;
    font-weight: 400;
    color: #fdfdfd;

    letter-spacing: 0.004em;
    line-height: 21px;
    width: 294px;
    padding-left: 20px;
}

.hero-section-wrapper .main-bg-img {
    top: 0;
    z-index: -1;
}

.start-a-project-cta {
    display: inline-flex;
    position: absolute;
    right: 5%;
    top: 33%;

}

.start-a-project-cta-img-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1) rotate(45deg);
    width: 55px;
    transition: 0.3s ease;
}

.start-a-project-cta:hover .start-a-project-cta-img-arrow {
    transition: 0.3s ease;
    transform: translate(-50%, -50%) scale(0);
}

.start-a-project-cta-img {
    transform-origin: center;
    --animation-speed: 30s;
    -webkit-animation: rotation var(--animation-speed) linear infinite;
    -moz-animation: rotation var(--animation-speed) linear infinite;
    -ms-animation: rotation var(--animation-speed) linear infinite;
    -o-animation: rotation var(--animation-speed) linear infinite;
    animation: rotation var(--animation-speed) linear infinite;
}

.start-a-project-cta-img circle {
    transition: all 1s ease;
    fill: transparent;
    stroke: #fdfdfd;
}

.start-a-project-cta:hover .start-a-project-cta-img circle {
    fill: #b33229;
    stroke: #b33229;
    transition: all 1s ease;

}



.project-cta-cursor {
    transform-origin: center;
    --animation-speed: 12s;
    -webkit-animation: rotation var(--animation-speed) linear infinite;
    -moz-animation: rotation var(--animation-speed) linear infinite;
    -ms-animation: rotation var(--animation-speed) linear infinite;
    -o-animation: rotation var(--animation-speed) linear infinite;
    animation: rotation var(--animation-speed) linear infinite;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.start-a-project-cta-img {
    width: 6em;
    height: 6em;
}


.about-us-heading {
    padding: 30px 0 30px 30px;
    overflow: hidden;
}

.about-us-text-wrapper {
    padding: 50px 30px;
    padding-bottom: 0;
}

.about-us-text p {
    font-size: 20px;
    font-family: 'SyneSemiBold', sans-serif;
    color: #000;
    line-height: 23px;
    margin-bottom: 30px;

}

.about-footer-text {
    display: flex;
    margin-left: auto;
    max-width: 742px;
}

.about-footer-text p {
    font-size: 16px;
    line-height: 19px;
    margin: 3rem 0;
}

.about-us-text {
    display: flex;
    flex-wrap: wrap;
}

.show-desktop {
    display: none;
}

.show-mobile {
    display: flex;
}

.services-heading {
    padding: 30px 30px 30px 0;
}

.services .services-heading .h2-heading {
    text-align: right;
    margin: 0;
}

.services-list .services-item .services-heading-list {
    margin: 0;
    font-family: 'SyneSemiBold', sans-serif;
}

.services-list .services-item {
    margin-top: 3rem;
}

.services-list-wrapper {
    order: 1;
}

.services-img-wrapper {
    order: 2;
   
}

.services-footer-text-wrapper {
    order: 3;
}

.services-list .services-item .services-heading {
    border-bottom: 1px solid #000;
    font-family: 'SyneSemiBold', sans-serif;
    font-size: 24px;
    letter-spacing: -0.005em;
}

.services-footer-text p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 50px;
}

.services-list-wrapper .services-list-read-more {
    display: flex;
    flex-direction: column;
}

.team-images-wrapper svg {
    max-width: 100%;
}

.team-heading {
    padding: 30px 0 30px 30px;
}


.clients-heading {
    padding: 0px 30px 30px 0;
}

.clients .clients-heading .h2-heading {
    text-align: right;
    margin: 0;
}

.team .team-text {
    font-size: 20px;
    line-height: 23px;
    font-family: 'SyneSemiBold', sans-serif;
    letter-spacing: -0.005em;
}

.team .team-main-wrapper {
    margin: 4rem 0;
}

.team .first-paragraph {
    padding: 0 30px;
}

.team .team-main-wrapper .team-footer-text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.004em;
    margin-bottom: 0;
}

.team .team-main-wrapper .team-footer-text>span.seperate:first-of-type>span {
    text-indent: 50px;
}

.clients .clients-carousel-wrapper {
    text-align: center;
    margin: 200px 0 100px;
    padding: 0 30px;
}

.main-clients-wrapper {
    margin: 50px 0;
}

#clients-carousel-controls .next {
    order: 3;
}

#clients-carousel-controls .prev,
#clients-carousel-controls .next {
    cursor: pointer;
}

#clients-carousel-controls .prev-arrow,
#clients-carousel-controls .next-arrow {
    width: 25px;
    height: 25px;
}

.count-slides {
    margin: 0 0.5rem;
    font-size: 20px;
}

.clients-carousel-wrapper {
    text-align: center;
    margin-top: 4rem;
    padding: 0 60px;
}

.clients .clients-carousel .client-name {
    font-size: 28px;
    font-family: 'SyneSemiBold', sans-serif;
}

.clients .clients-carousel .excerpt {
    font-size: 14px;
    margin-top: 20px;
    max-height: 170px;
    overflow-y: auto;
    scrollbar-color: #000 #fff;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

.clients .clients-carousel .excerpt::-webkit-scrollbar {
    width: 10px;

}

.clients .clients-carousel .excerpt::-webkit-scrollbar-thumb {
    background: #000;
    border: 6px solid rgba(0, 0, 0, 0.2);
}

.clients-carousel .prev-arrow,
.clients-carousel .next-arrow {
    width: 20px;
    height: 20px;
}

.clients .main-clients-wrapper .clients-text {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    font-family: 'SyneSemiBold', sans-serif;
}

.cases-heading {
    display: flex;
    align-items: center;
}

.cases .read-more-cta-wrapper {
    justify-content: flex-end;
    margin: 0;
}

.cases .cases-carousel .item-details,
.cases .cases-carousel .case-img img {
    padding: 20px;
}

.cases .cases-carousel .name-and-number .case-name {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    font-family: 'SyneSemiBold',sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.cases .cases-carousel .name-and-number a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cases .cases-carousel .name-and-number .case-number {
    display: none;
}

.type-and-link .case-services h5 {
    font-size: 16px;
}

.type-and-link .case-services {
    display: flex;
    gap: 10px;
    font-size: 16px;
}

.case-services-wrapper {
    margin-top: 4rem;
    margin-bottom: 3rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.cases-carousel-wrapper {
    margin-top: 2rem;
    padding: 0 30px;
}

.cases-heading {
    padding: 30px 0 30px 30px;
}

.case-services-wrapper h5 {
    flex: 0 0 100%;
}

.services-list .border-line-btm {
    height: 1px;
    background-color: #000;
    width: 100%;
}

.services-img .img-wrapper {
    display: none;
}

.line {
    display: inline-block;
}

.preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #F3F3F3;
    z-index: 999999;
}

.preload-text-number-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    padding: 0 30px;
}

.preload-text span {
    font-size: 55px;
    font-family: 'SyneSemiBold', sans-serif;
}

.preload-text{
    display: flex;
    flex-wrap: wrap;
}
.preload-text .triple-text {
    font-family: 'SyneSemiBold', sans-serif;
    width: 100%;
}

.preload-text #animation-triple-text span {
    position: absolute;
    visibility: hidden;
    color: #E02B27;
}

.preload-number .percent {
    font-size: 8em;
}


.red-line {
    transform: scale(0);
    transform-origin: left center;
    height: 2px;
    background-color: #E02B27;
    position: relative;
    bottom: 10%;
}

.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    padding: 0;
    height: 100vh;
}

.video-wrapper {
    position: relative;
    margin-top: 5.5rem;
}

.video-container video {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 97%;
    object-fit: cover;
}

.video-container h1 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16.9vw;
    letter-spacing: -0.0305em;
    text-indent: -0.4%;
    font-weight: 800;
    color: #fff;
    background: #000;
    mix-blend-mode: multiply;
    cursor: help;
    font-family: 'SyneBold', sans-serif;
    animation: scaleAnimation 15s infinite;
}

.hero-section-paragraphs {
    color: #fdfdfd;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 0 0 100%;
    padding: 0 30px;
}

.hero-section-paragraphs .heading {
    align-self: flex-end;
    flex: 0 0 100%;
    justify-content: right;
    display: flex;
}

.hero-section-paragraphs .heading .subtitle {
    font-size: 20px;
    line-height: 1;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    font-weight: 700;
}

.hero-section-paragraphs .paragraph {
    align-self: self-end;
}

.hero-section-paragraphs .paragraph .paragraph-hero-section {
    font-size: 16px;
    line-height: 1;
    text-align: right;
}


.cases-carousel {
    width: 100%;
}

.cases-carousel-wrapper {
    width: 300%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.cases-carousel-wrapper::before {
    content: '';
    position: absolute;
    top: -2rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.mobile-cases-carousel-wrapper {
    padding: 30px;
    padding-right: 0;
}
.mobile-cases-carousel-wrapper .tns-slider{
    display: flex;
}

.mobile-case-item {
    padding: 2em;
    background-color: #F3F3F3;
    margin-right:20px
}

.mobile-case-item:last-child(){
    margin-right: 0;
}

.mobile-case-item .case-img img {
    aspect-ratio: 55/34;
    object-fit: cover;
}

.mobile-cases-carousel-wrapper .name-and-number a {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.case-item,
.case-item img {
    width: 100%;
    height: 25vh;
    object-fit: cover;
}

.case-item::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0) 27%, rgba(15, 15, 15, 0.65) 100%);
}

.case-item {
    padding-right: 20px;
}

.cases {
    box-sizing: border-box;
}

.start-a-project-cta-mobile .cursor-cta-mob {
    display: block;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    will-change: transform;
    pointer-events: none;
    background: url('/images/homepage/arrow-cta-follow-cursor.svg') center center no-repeat;
    background-size: 25%;
    background-color: #000;
    z-index: 1;
    margin-top: 4rem;
}

.cursor-cta {
    display: none;
}

.hero-section-paragraphs div {
    flex: 0 0 100%;
}

.video-paragraph {
    margin-top: 5.5rem;
}
.view-all-cases-cta-wrapper {
    padding-right: 30px;
}

.services {
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1250px) {
    .services.ready,
    .cases.ready {
        background-color: #151515;
        transition: all 0.5s ease-in-out;
    }

    .cases.ready .cases-carousel-wrapper::before {
        background-color: #151515;
        transition: all 0.5s ease-in-out;
    }

    .services.ready h2,
    .cases.ready .cases-heading h2,
    .services.ready a,
    .cases.ready .cases-heading a,
    .services.ready a.read-more-cta .arrow,
    .cases.ready a.read-more-cta .arrow,
    .services.ready li,
    .services.ready p,
    .services.ready .bg-black {
        filter: invert(1);
        transition: all 0.5s ease-in-out;
    }
}

@media (min-width: 393px) {
    .video-container {
        height: 75vh;
    }
}

@media (min-width: 450px) {

    .clients .main-clients-wrapper .clients-text {
        font-size: 32px;
        line-height: 34px;
    }

    .clients .clients-carousel .client-name {
        font-size: 40px;
        line-height: 46px;
    }

    .clients .clients-carousel .excerpt {
        font-size: 16px;
        line-height: 21px;
    }

}

@media (min-width: 768px) {
    .text-indent-small:not(.seperate) {
        text-indent: 100px;
    }

    .hero-section-wrapper .bg-wrapper {
        min-height: 513px;
    }

    .hero-section-wrapper .subtitle {
        padding-top: 20px;
        padding-right: 30px;
        padding-left: 0;
        font-size: 32px;
        float: right;
    }

    .hero-section-wrapper .paragraph-hero-section {
        font-size: 16px;
        width: 406px;
        padding-left: 0;
        right: 30px;
    }

    .about-us-text p {
        font-size: 32px;
        line-height: 37px;
        width: 100%;
    }

    .about-footer-text p {
        font-size: 16px;
        line-height: 21px;
        max-width: 475px;
        float: right;
    }

    .about-footer-text p>span.seperate:first-of-type>span {
        text-indent: 200px;
    }


    .services-footer-text p {
        font-size: 16px;
    }

    .team .team-text {
        font-size: 32px;
        line-height: 34px;
    }

    .team .team-main-wrapper .team-footer-text {
        font-size: 16px;
        line-height: 21px;
    }

    .team .team-main-wrapper .team-footer-text>span.seperate:first-of-type>span {
        text-indent: 200px;
    }

    .cases .cases-carousel .name-and-number .case-name {
        font-size: 34px;
        line-height: 38px;
    }

    .case-services-wrapper h5 {
        font-size: 28px;
    }

    .type-and-link .case-services {
        font-size: 24px;
    }
    .view-all-cases-cta-wrapper {
        padding-right: 60px;
    }
}

@media (min-width: 820px) {
    .hero-section-paragraphs .heading .subtitle {
        font-size: 40px;
    }

    .hero-section-paragraphs .paragraph .paragraph-hero-section {
        font-size: 20px;
        max-width: 414px;
        margin-left: auto;
    }

    .start-a-project-cta-mobile .cursor-cta-mob {
        width: 165px;
        height: 165px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .start-a-project-cta-img {
        width: 10em;
        height: 10em;
    }

    .start-a-project-cta {
        right: 75%;
        top: 50%;
    }

    .services-img-wrapper .services-img {
        padding: 0 1rem;
    }
}

@media (min-width: 1024px) {
    .text-indent-small:not(.seperate) {
        text-indent: 200px;
    }

    .hero-section-wrapper .bg-wrapper {
        min-height: 50em;
    }

    .hero-section-wrapper .subtitle {
        padding-top: 1em;
        padding-right: 0;
        padding-left: 100px;
        font-size: 60px;
        float: unset;
        overflow: hidden;
    }

    .hero-section-wrapper .paragraph-hero-section {
        font-size: 22px;

        right: 100px;
        bottom: 5em;
    }

    .start-a-project-cta {
        right: 75%;
        top: 40%;
    }

    .start-a-project-cta-img {
        width: 16em;
        height: 16em;
    }

    .about-us-heading,
    .team-heading,
    .clients-heading {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-footer-text p {
        font-size: 22px;
    }


    .services-list-wrapper,
    .services-img-wrapper,
    .services-footer-text-wrapper {
        order: unset;
    }

    .services-list .services-item .services-heading {
        font-size: 45px;
    }

    .services .services-heading {
        padding-top: 40px;
        margin-bottom: 40px;
        padding-right: 30px;
    }

    .services-list-wrapper .services-list-read-more {
        gap: 70px;
    }

    /* .services-list-read-more .services-list {
        margin-right: 5rem;
    } */

    .services-footer-text p {
        font-size: 22px;
        line-height: 28px;
    }

    .services .services-list-wrapper {
        display: flex;
        align-items: center;
    }

    .services-list .services-item .services-heading-list {
        font-size: 36px;
        letter-spacing: -0.01em;
        text-transform: uppercase;
    }

    .team-heading,
    .clients-heading {
        padding-bottom: 40px;
    }

    .cases-heading {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .team .team-main-wrapper .team-footer-text {
        font-size: 22px;
        line-height: 28px;
    }

    .team .team-text {
        font-size: 42px;
        line-height: 49px;
        max-width: 789px;
    }

    .clients .main-clients-wrapper .clients-text {
        font-size: 42px;
        line-height: 44px;
    }

    .clients .clients-carousel .client-name {
        font-size: 50px;
        line-height: 56px;
    }

    .clients .clients-carousel .excerpt {
        font-size: 22px;
        line-height: 24px;
    }

    .case-services-wrapper {
        gap: 0px;
    }
}

@media (min-width: 1280px) {

    .last-paragraph .read-more-cta-wrapper {
        margin-top: 50px;
    }
    
    .count-slides {
        font-size: 30px;
    }

    .team-images-wrapper {
        margin: 200px 0;
    }

    .services-image img {
        max-height: 728px;
        object-fit: cover;
    }

    .preload-text .triple-text {
        width: unset;
    }
    
    .preload-number .percent {
        font-size: 10em;
    }
    .cursor-cta {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 115px;
        height: 115px;
        border-radius: 50%;
        will-change: transform;
        pointer-events: none;
        background: url('/images/homepage/arrow-cta-follow-cursor.svg') center center no-repeat;
        background-size: 25%;
        background-color: #000;
        z-index: 1;
        display: block;
    }

    .start-a-project-cta-mobile,
    .cursor-cta-mob {
        display: none;
    }

    .video-container h1 {
        font-size: 16.9vw;
    }

    .hero-section-paragraphs div {
        flex: unset;
        margin-top: unset;
    }

    .cursor-cta {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999;
        scale: 0;
    }
    
    #app.preloader-active{
        scale: 1;
    }
    
    .case-drag {
        background-color: #e02b2791;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        pointer-events: none;
    }

    .video-wrapper {
        margin-top: unset;
    }

    .video-container {
        height: 100vh;
    }

    .hero-section-paragraphs {
        color: #fdfdfd;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        flex: 0 0 100%;
        margin-top: 75px;
        padding: 15px 100px;
    }

    .hero-section-paragraphs .heading .subtitle {
        font-size: 60px;
        line-height: 69px;
        text-align: left;
        max-width: 11ch;
    }

    .hero-section-paragraphs .paragraph .paragraph-hero-section {
        max-width: 31ch;
        font-size: 22px;
        line-height: 28px;
        text-align: right;
        letter-spacing: 0.004em;
    }

    .about-us-flex,
    .about-img-wrapper {
        flex: 0 0 50%;
    }

    .about-img-wrapper {
        max-width: 742px;
        max-height: 728px;
        margin-left: auto;
    }

    .about-us-heading,
    .about-us,
    .team,
    .clients {
        border-bottom: 5px solid #000;
        border-bottom: none;
    }

    .show-mobile {
        display: none;
    }

    .show-desktop {
        display: flex;
    }

    .read-more-cta-wrapper {
        width: 100%;
        justify-content: flex-start;
        margin-top: auto;
    }

    .about-footer-text p {
        font-size: 22px;
        line-height: 28px;
        max-width: 100%;
        float: left;
        margin: 150px 0 50px;
    }

    .about-us-text p {
        font-size: 27px;
        line-height: 33px;
        padding-right: 8rem;
    }

    .about-us-flex .overflow-hidden-wrapper {
        margin: 0 0 8rem;
    }

    .read-more-cta {
        font-size: 42px;
    }

    .services-footer-text {
        padding-left: 100px;
    }

    .services-list-wrapper .read-more-cta-wrapper {
        justify-content: flex-start;
        padding-right: 5rem;
    }

    .services-list .services-item .services-heading-list {
        font-size: 42px;
    }

    .clients .clients-carousel-wrapper {
        margin: 100px 0 50px;
    }

    .clients .main-clients-wrapper .clients-text {
        font-size: 42px;
        line-height: 48px;
        text-align: left;
        max-width: 25ch;
    }

    .clients .clients-carousel-wrapper {
        text-align: left;
    }

    .clients .clients-carousel .client-name {
        font-size: 33px;
        line-height: 38px;
        text-transform: uppercase;
    }

    .clients .clients-carousel .excerpt {
        font-size: 22px;
        line-height: 28px;
        margin-top: 50px;
    }

    .clients .main-clients-wrapper {
        margin: 200px 0;
        padding: 0 100px 0 100px;
    }

    .cases-heading {
        padding-left: 100px;
        padding-right: 100px;
        align-items: center;
    }

    .case-item,
    .case-item img {
        width: 100%;
        height: 75vh;
        object-fit: cover;
    }

    .case-item .read-more-arrow {
        width: 50px;
        height: 50px;
    }

    .cases .cases-carousel .item-details {
        position: absolute;
        bottom: 5%;
        margin-left: 4rem;
        z-index: 1;
        width: 90%;
    }

    .cases .cases-carousel .name-and-number .case-name {
        font-size: 70px;
        line-height: 80px;
        color: #fff;
    }

    .cases .cases-carousel .name-and-number .case-number::before {
        content: '';
        position: absolute;
        width: 105px;
        height: 3px;
        background-color: #fdfdfd;
        top: 50%;
        left: -65%;
        transform: translate(-65%, -50%);
    }

    .case-services-wrapper h5 {
        font-size: 28px;
        color: #fff;
    }

    .type-and-link .case-services {
        color: #fff;
        border-right: 1px solid #fdfdfd;
        padding: 0 1rem;
        line-height: 10px;
    }

    .type-and-link .case-services:first-child {
        padding-left: 0;
    }

    .type-and-link .case-services:last-child {
        border-right: none;
    }

    .type-and-link .read-more-cta {
        color: #fff;
    }

    .name-and-number {
        display: flex;
        justify-content: space-between;
    }

    .cases .cases-carousel .name-and-number .case-number {
        display: block;
        color: #fff;
        font-size: 80px;
        position: relative;
    }

    .type-and-link {
        display: flex;
        align-items: center;
    }

    .cases .cases-carousel .item-details,
    .cases .cases-carousel .case-img img {
        padding: 0;
    }

    .team .team-main-wrapper {
        margin: 200px 0;
        padding: 0 100px;
    }

    .about-us-heading {
        padding-left: 100px;
    }

    .clients-heading,
    .services .services-heading {
        padding-right: 100px;
        overflow: hidden;
    }

    .team-heading {
        padding-left: 100px;
        overflow: hidden;
    }

    .about-us-text-wrapper {
        padding: 50px 100px;
    }

    .services-img-wrapper {
        padding-left: 100px;
        margin-top: 200px;
    }

    .services-list-wrapper {
        padding-right: 100px;
    }

    .services-img .img-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    .services-img-wrapper .services-img[data-hover*="1"] .img-wrapper[data-image*="1"] {
        opacity: 1;
    }

    .services-img-wrapper .services-img[data-hover*="2"] .img-wrapper[data-image*="2"] {
        opacity: 1;
    }

    .services-img-wrapper .services-img[data-hover*="3"] .img-wrapper[data-image*="3"] {
        opacity: 1;
    }

    .services-img-wrapper .services-img[data-hover*="4"] .img-wrapper[data-image*="4"] {
        opacity: 1;
    }

    .services-img-wrapper .services-img[data-hover*="5"] .img-wrapper[data-image*="5"] {
        opacity: 1;
    }

    .services-img-wrapper .services-img[data-hover*="6"] .img-wrapper[data-image*="6"] {
        opacity: 1;
    }

    .services-img-wrapper .services-img[data-hover*="7"] .img-wrapper[data-image*="7"] {
        opacity: 1;
    }

    .services-img-wrapper .services-img[data-hover*="8"] .img-wrapper[data-image*="8"] {
        opacity: 1;
    }

    .services-img-wrapper .services-img[data-hover*="9"] .img-wrapper[data-image*="9"] {
        opacity: 1;
    }

    .services-img-wrapper .services-img[data-hover*="10"] .img-wrapper[data-image*="10"] {
        opacity: 1;
    }

}

@media (min-width: 1440px) {
    .video-container h1 {
        font-size: 17vw;
    }
}

@media (min-width: 1450px) {
    .services-footer-text {
        /* max-width: 603px; */
        margin-top: 200px;
        margin-bottom: 125px;
    }

    .cases .cases-carousel .name-and-number .case-name {
        font-size: 70px;
        line-height: 75px;
    }

    .cases .cases-carousel .name-and-number .case-number {
        font-size: 106px;
        line-height: 108px;
    }

    .video-container h1 {
        font-size: 16.4vw;
    }
}

@media (min-width: 1680px) {
    .preload-number .percent {
        font-size: 13em;
    }
    .cases .cases-carousel .name-and-number .case-name {
        font-size: 82px;
        line-height: 85px
    }

    .video-container h1 {
        font-size: 16.9vw;
    }

    .about-us-text p {
        font-size: 42px;
        line-height: 48px;
        letter-spacing: -0.01em;
    }

    .about-footer-text p {
        max-width: 742px;
        margin: 200px 0 150px;
    }

    .services-footer-text {
        margin-top: 200px;
    }

    .clients .clients-carousel-wrapper {
        margin: 200px 0 100px;
    }

    .clients .clients-carousel .client-name {
        font-size: 42px;
        line-height: 44px;
    }

    .about-us-text-wrapper {
        padding-top: 200px
    }

}

@media (min-width: 1950px) {
    .cases .cases-carousel .name-and-number .case-name {
        font-size: 108px;
        line-height: 110px;
    }

    .video-container {
        padding: 5rem 0;
    }
}

@media (max-width: 1025px) {
    .services {
        margin-top: 50px;
    }

    .last-paragraph {
        padding: 0 30px;
    }

    .team-images-wrapper {
        margin: 50px 0;
    }

    .team .team-text {
        padding: 0 15px;
    }

    .services-footer-text {
        padding-left: 30px;
    }

    .services-footer-text p {
        margin-top: 50px;
    }

    .clients .clients-carousel-wrapper {
        margin: 50px 0 50px;
    }
}

@media (max-width: 834px) {
    
    
}

@media (max-width: 320px) {
    .preload-text span {
        font-size: 50px;
    }

    .video-wrapper {
        margin-top: 2.5rem;
    }

    .video-paragraph {
        margin-top: 2.5rem;
    }

    .hero-section-wrapper .paragraph-hero-section {
        bottom: 0;
    }

    .start-a-project-cta {
        top: 30%;
    }

    .hero-section-wrapper .paragraph-hero-section {
        font-size: 12px;
    }
}



@keyframes scaleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.001);
    }
    100% {
      transform: scale(1);
    }
}