.wrapper {
    position: relative;
    overflow: hidden;
}

.welcome-screen {
    background-color: var(--primary);
    height: calc(100vh - 0px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.brandName {
    position: absolute;
    top: 0;
    font-size: 69px;
    font-family: 'Deutschlander';
    line-height: 1em;
    letter-spacing: 1;
    margin: .8em 0;
    color: white;
    width: calc(100vw - 100px);
    text-align: center;
    text-transform: uppercase;
}

.welcome-screen h1 {
    font-size: 220px;
    color: var(--text);
    line-height: .9em;
    text-align: center;
    /* text-transform: uppercase; */
    /* font-family: 'Deutschlander'; */
    /* font-family: 'Manrope'; */
}

.home-cont {
    width: calc(100vw - 110px);
}

.inner-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.inner-text {
    font-size: 24px;
    font-family: 'Manrope';
    color: var(--text);
    margin: 0 37px;
    text-align: center;
    width: 204px;
}


/* .welcome-screen h1:nth-child(1) {
    text-transform: uppercase;
}

.welcome-screen h1:nth-child(2) {
    font-size: 3.5rem;
}

.welcome-screen h1:nth-child(3) {
    font-size: 3.5rem;
} */

.digital-journey {
    background-color: white;
    padding: 2rem 3rem;
}

.digital-journey p {
    font-size: 1rem;
    /* font-family: 'Manrope'; */
    line-height: 1rem;
    color: var(--text);
    text-align: justify;
}

.digital-journey .Biz {
    font-size: 11.6rem;
    font-family: 'Deutschlander';
    text-transform: uppercase;
    text-align: center;
    line-height: 9rem;
    margin: 2rem 0;
    color: var(--text);
}

.digital-tech {
    background-color: var(--primary);
    color: var(--text);
    padding: 2rem 3rem;
    height: 100vh;
    max-height: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: url(../images/bg-lines.jpg);
}

.digital-tech p {
    font-size: 10.6vw;
    line-height: 4rem;
    text-align: right;
}

.digital-tech p:nth-child(1) {
    text-align: right;
}

.tech-cont {
    background-color: var(--primary);
    padding: 1rem;
}

.our-services {
    background-color: var(--primary);
    padding: 2rem 3rem;
}

.our-services h3 {
    color: var(--text);
    font-size: 5rem;
    line-height: 4.1rem;
    text-transform: uppercase;
    transition: 0.3s;
}

.serv-item:hover .serv-item-name h3 {
    color: var(--primary);
}

.subscript {
    font-size: 4em;
    color: var(--text);
    transition: 0.3s;
}

.serv-item:hover .subscript {
    color: var(--primary);
}

.panel {
    display: none;
    overflow: hidden;
    font-size: .6rem;
    padding: 1rem 0 0 .3rem;
    color: var(--text);
    font-family: 'Manrope';
    /* line-height: .8rem; */
    /* transition: max-height 0.2s ease-out; */
    /* max-height: 6rem; */
    transition: all 2s linear;
}

.panel h4 {
    font-family: 'Deutschlander';
    font-size: 1.2rem;
    margin-bottom: .6rem;
}

.dd-open {
    height: auto;
    color: var(--text);
    position: absolute;
    top: 4rem;
    right: 8rem;
    width: .6rem;
    transition: 0.4s;
    transform: rotate(180deg);
}

.open-dd {
    transform: rotate(0);
}

.serv-item-name {
    display: flex;
    align-items: flex-end;
    gap: .6rem;
}

.serv-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serv-item {
    position: relative;
    transition: 0.3s;
}

.item-contain {
    padding: 1.2rem 0;
    transition: 0.3s;
    margin-bottom: .6rem;
}

.serv-item:hover .item-contain {
    background: #9ec7c7;
    padding: 2rem .6rem;
}

.read-btn {
    background: var(--dark-pink);
    color: white;
    border: 0;
    padding: .2rem .5rem;
    border-radius: .1rem;
    font-family: 'Manrope';
    line-height: .3rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.read-btn:hover {
    background: var(--text);
}

.read-arw {
    width: .3rem;
    color: white;
    transform: rotate(225deg);
    margin-right: 1rem;
}

.serv-title {
    border-bottom: 1px solid var(--text);
    color: var(--text);
    padding-bottom: .6rem;
}

.serv-title p {
    font-size: .6rem;
    font-family: 'Manrope';
}

.how-we,
.design-lead {
    background: white;
    padding: 3.6rem 3rem;
}

.how-we .section-title,
.proj-stg .section-title {
    padding: 0 0 2rem 0;
    color: var(--text);
}

.design-lead .section-title {
    padding-bottom: 3rem;
    color: var(--text);
}

.how-we .section-title p,
.design-lead .section-title p,
.proj-stg .section-title p {
    font-size: .6rem;
    text-align: center;
}

.how-we .section-title h3,
.design-lead .section-title h3,
.proj-stg .section-title h3 {
    font-size: 1.6rem;
    text-align: center;
}

.how-we-item-title,
.design-lead-item-title,
.proj-stg-item-title {
    display: flex;
    align-items: center;
    gap: .2rem;
}

.how-we-item-title svg,
.design-lead-item-title svg,
.proj-stg-item-title svg {
    width: .3rem;
    color: var(--text);
}

.how-we-items h4,
.design-lead-items h4,
.proj-stg-items h4 {
    font-size: .6rem;
    color: var(--text);
}

.how-we-items p,
.design-lead-items p,
.proj-stg-items p {
    font-size: .33rem;
    font-family: 'Manrope';
    line-height: .5rem;
    margin-top: .2rem;
    color: var(--text);
}

.how-we-list {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 1rem;
}

.design-lead-list {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 1rem;
}

.video-screen {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 14rem;
    padding: 0 2rem;
    background: white;
    overflow: hidden;
}

.video-screen video {
    width: 100%;
}

.people-lead {
    background-color: white;
    padding-top: 4em;
}

.bubles-icons {
    width: 100%;
    min-height: 42em;
    /* margin-top: 4em; */
    position: relative;
}

.b-img-1 {
    height: 6.43em;
    border-radius: 100px;
    position: absolute;
    top: 2%;
    bottom: auto;
    left: 6em;
    right: auto;
}

.b-img-2 {
    height: 10.9em;
    border-radius: 100px;
    position: absolute;
    top: 5em;
    bottom: auto;
    left: -6%;
    right: auto;
}

.b-img-3 {
    height: 10.9em;
    border-radius: 100px;
    position: absolute;
    top: 5em;
    bottom: auto;
    left: 20em;
    right: auto;
}

.b-img-4 {
    height: 10.9em;
    border-radius: 100px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 45%;
    right: 0%;
}

.b-img-5 {
    height: 10.9em;
    border-radius: 100px;
    position: absolute;
    top: 4em;
    bottom: auto;
    left: auto;
    right: 20%;
}

.b-img-6 {
    height: 12.29em;
    border-radius: 100px;
    position: absolute;
    top: 10em;
    bottom: auto;
    /* left: auto; */
    right: -16px;
}

.b-img-7 {
    height: 6.3em;
    border-radius: 100px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}

.b-img-8 {
    height: 10.9em;
    border-radius: 100px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 2em;
}

.b-img-9 {
    height: 10.9em;
    border-radius: 100px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.b-img-10 {
    height: 9em;
    border-radius: 100px;
    position: absolute;
    top: auto;
    bottom: 30%;
    left: 40%;
    right: auto;
}

.b-img-11 {
    height: 6.25em;
    border-radius: 100px;
    position: absolute;
    top: auto;
    bottom: 30%;
    left: 25%;
    right: auto;
}

.b-img-12 {
    height: 6.25em;
    border-radius: 100px;
    position: absolute;
    top: auto;
    bottom: 4em;
    left: auto;
    right: 35%;
}

.b-img-13 {
    height: 9.02em;
    border-radius: 100px;
    position: absolute;
    top: 20em;
    bottom: auto;
    left: auto;
    right: 30%;
}

.b-img-14 {
    height: 6.25em;
    border-radius: 100px;
    position: absolute;
    top: 15em;
    bottom: auto;
    left: auto;
    right: 40%;
}

.b-img-14,
.b-img-9,
.b-img-8,
.b-img-3,
.b-img-12 {
    animation: polygons 15s cubic-bezier(.42, 0, .58, 1) infinite
}

.b-img-2,
.b-img-7,
.b-img-6,
.b-img-4,
.b-img-4,
.b-img-5,
.b-img-6 {
    animation: polygons-2 15s cubic-bezier(.42, 0, .58, 1) infinite
}

.b-img-10 {
    animation: moveup 10s cubic-bezier(.42, 0, .58, 1) infinite
}

.b-img-1,
.b-img-11,
.b-img-13 {
    animation: moveup-2 16s cubic-bezier(.42, 0, .58, 1) infinite
}

@keyframes polygons {
    0% {
        transform: scale(1) translateY(15px) rotate(0deg)
    }

    50% {
        transform: translateY(-15px) scale(.9) rotate(20deg)
    }

    100% {
        transform: translateY(15px) rotate(0deg)
    }
}

@keyframes polygons-2 {
    0% {
        transform: translateY(0) scale(1.05) rotate(-10deg)
    }

    50% {
        transform: translateY(-4em) scale(.95) rotate(5deg)
    }

    100% {
        transform: translateY(0) scale(1.05) rotate(-10deg)
    }
}

@keyframes moveup {
    0% {
        transform: translateY(0) scale(1.05)
    }

    50% {
        transform: translateY(4em) scale(.8)
    }

    100% {
        transform: translateY(0) scale(1.05)
    }
}

@keyframes moveup-2 {
    0% {
        transform: translateY(0) scale(.8)
    }

    50% {
        transform: translateY(-2em) scale(1.025)
    }

    100% {
        transform: translateY(0) scale(.8)
    }
}

.our-process {
    max-width: 100%;
    background-color: var(--primary);
}

.container-11 {
    width: 100%;
    max-width: 96.6em;
    /* width: calc(100vw - 120px); */
    flex-direction: column;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 30px;
    display: block;
}

.studio-section-7 {
    border-top: 0.07em var(--text);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5.97em;
    padding-bottom: 6em;
    display: flex;
}

.process-block {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10.4em;
    display: flex;
}

.elyts-heading-2 {
    height: auto;
    padding: 0 0 24px;
    font-size: .8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2em;
    display: block;
    color: var(--text);
    text-transform: uppercase;
}

.section-right-2 {
    width: 100%;
    max-width: 68em;
}

.subhead.our-process,
.subhead.how-it-works {
    width: 100%;
}

.subhead {
    width: 63%;
    color: var(--text);
    flex: 0 auto;
    align-self: auto;
    /* padding-top: 2em; */
    font-size: 1.7em;
    line-height: 1.4em;
    display: block;
    font-family: 'Manrope';
}

.process-circles-wrapper {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 6em;
    display: flex;
    position: relative;
}

.process-circles {
    width: 100%;
    max-width: 84.72em;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.process-circle-wrapper {
    text-align: center;
}

.process-circle {
    width: 22.36em;
    height: 22.36em;
    min-height: 22.36em;
    min-width: 22.36em;
    border: 0.083em solid var(--text);
    border-radius: 50%;
    margin-bottom: 1.52em;
    position: relative;
}

.process-text.process-text-bottom-l {
    top: auto;
    bottom: 25%;
    left: 8%;
    right: auto;
}

.process-text {
    width: auto;
    text-align: center;
    font-size: 1.4em;
    position: absolute;
    top: 0.5em;
    bottom: auto;
    left: 0%;
    right: 0%;
    color: var(--text);
}

.process-text.process-text-bottom-r {
    top: auto;
    bottom: 25%;
    left: auto;
    right: 8%;
}

.process-text.process-text-top-r {
    top: 25%;
    bottom: auto;
    left: auto;
    right: 8%;
}

.process-text.process-text-top-l {
    top: 25%;
    bottom: auto;
    left: 8%;
    right: auto;
}

.process-text.process-text-top {
    left: 50%;
    transform: translate(-50%);
}

.process-bottom {
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 2%;
    left: 50%;
    right: 0%;
    transform: translate(-47%);
}

.process-arrow-l {
    height: 1.875em;
}

.process-text-b {
    width: auto;
    text-align: center;
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-size: 1.2em;
    transform: translateY(.6em);
    text-transform: uppercase;
    color: var(--text);
}

.process-arrow-r {
    height: 1.875em;
    transform: translateY(0.0em)rotate(2deg);
}

.process-circles-line {
    width: 100%;
    border-bottom: 0.076em solid var(--text);
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0.2em;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 12%;
    left: 0%;
    right: 0%;
}

.process-circles-item-1 {
    width: 34em;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.process-line-text {
    font-size: .73em;
}

.process-circles-item-arrow {
    align-items: center;
    display: flex;
}

.arrows-bock {
    width: 4.44em;
    margin-right: 0.5em;
    display: flex;
    overflow: hidden;
}

.arrow-r {
    animation: fadeRight 2.5s linear infinite;
}

.process-line-text {
    font-size: 1.4em;
    color: var(--text);
}

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

.w-embed:after {
    clear: both;
}

.process-circles-item-2 {
    width: 39em;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.design-sprits {
    width: 100%;
    max-width: 75.69em;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.design-sprits-l {
    width: 33.81em;
}

.design-sprits-l-heading {
    margin-bottom: 5.55em;
}

.subhead.our-process,
.subhead.how-it-works {
    width: 100%;
}

.design-sprits-logos {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    opacity: .5;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
}

.design-sprits-logo {
    height: 5.9em;
    justify-content: center;
    align-items: center;
    display: flex;
}

.ds-logo-1-2 {
    height: 1.8em;
}

.ds-logo-2 {
    height: 1.25em;
}

.ds-logo-1 {
    height: 1.84em;
}

.ds-logo-3 {
    height: 3.85em;
}

.ds-logo-4 {
    height: 5.9em;
}

.ds-logo-5 {
    height: 1.32em;
}

.design-sprits-r {
    width: 36.25em;
}

.subheading-2 {
    width: 100%;
    color: var(--text);
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 1em;
    font-size: 1.4em;
    font-weight: 400;
}

.design-sprits-list {
    flex-direction: column;
    margin-top: 2.22em;
    display: flex;
}

.design-sprits-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    align-items: flex-start;
    margin-bottom: 2.35em;
    display: grid;
}

.elyts-heading-4 {
    color: var(--text);
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 2em;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2em;
}

.elyts-paragraph {
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: var(--text);
}

.ds-title {
    font-size: 1.5em;
    color: var(--text);
}

.b-img-14,
.b-img-9,
.b-img-8,
.b-img-3,
.b-img-12 {
    animation: polygons 15s cubic-bezier(.42, 0, .58, 1) infinite
}

.b-img-10 {
    animation: moveup 10s cubic-bezier(.42, 0, .58, 1) infinite
}

.b-img-1,
.b-img-11,
.b-img-13 {
    animation: moveup-2 16s cubic-bezier(.42, 0, .58, 1) infinite
}

@keyframes polygons {
    0% {
        transform: scale(1) translateY(15px) rotate(0deg)
    }

    50% {
        transform: translateY(-15px) scale(.9) rotate(20deg)
    }

    100% {
        transform: translateY(15px) rotate(0deg)
    }
}

@keyframes polygons-2 {
    0% {
        transform: translateY(0) scale(1.05) rotate(-10deg)
    }

    50% {
        transform: translateY(-4em) scale(.95) rotate(5deg)
    }

    100% {
        transform: translateY(0) scale(1.05) rotate(-10deg)
    }
}

@keyframes moveup {
    0% {
        transform: translateY(0) scale(1.05)
    }

    50% {
        transform: translateY(4em) scale(.8)
    }

    100% {
        transform: translateY(0) scale(1.05)
    }
}

@keyframes moveup-2 {
    0% {
        transform: translateY(0) scale(.8)
    }

    50% {
        transform: translateY(-2em) scale(1.025)
    }

    100% {
        transform: translateY(0) scale(.8)
    }
}

.b-img-1-2 {
    height: 6.43em;
    position: absolute;
    top: 2%;
    bottom: auto;
    left: 6em;
    right: auto;
}

.b-img-2-2 {
    height: 10.9em;
    position: absolute;
    top: 5em;
    bottom: auto;
    left: -6%;
    right: auto;
}

.b-img-3-2 {
    height: 10.9em;
    position: absolute;
    top: 5em;
    bottom: auto;
    left: 20em;
    right: auto;
}

.b-img-4-2 {
    height: 10.9em;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 45%;
    right: 0%;
}

.b-img-5-2 {
    height: 10.9em;
    position: absolute;
    top: 4em;
    bottom: auto;
    left: auto;
    right: 20%;
}

.b-img-6-2 {
    height: 12.29em;
    position: absolute;
    top: 10em;
    bottom: auto;
    left: auto;
    right: -6em;
}

.b-img-7-2 {
    height: 6.3em;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}

.b-img-8-2 {
    height: 10.9em;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 2em;
}

.b-img-9-2 {
    height: 10.9em;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.b-img-10-2 {
    height: 9em;
    position: absolute;
    top: auto;
    bottom: 30%;
    left: 40%;
    right: auto;
}

.b-img-11-2 {
    height: 6.25em;
    position: absolute;
    top: auto;
    bottom: 30%;
    left: 25%;
    right: auto;
}

.b-img-12-2 {
    height: 6.25em;
    position: absolute;
    top: auto;
    bottom: 4em;
    left: auto;
    right: 35%;
}

.b-img-13-2 {
    height: 9.02em;
    position: absolute;
    top: 20em;
    bottom: auto;
    left: auto;
    right: 30%;
}

.b-img-14-2 {
    height: 6.25em;
    position: absolute;
    top: 15em;
    bottom: auto;
    left: auto;
    right: 40%;
}

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

.w-embed:after {
    clear: both;
}

.title-desc {
    font-size: 14px !important;
    font-family: 'Manrope';
    line-height: 20px;
    text-align: center;
    max-width: 26em;
    margin: .3rem auto 0 auto;
}

.projects-stage {
    width: 100%;
    max-width: 75.55em;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.projects-stage-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    align-items: flex-start;
    margin-top: 8px;
    display: grid;
}

.ps-arrow {
    width: 13em;
    align-self: auto;
    display: block;
    position: absolute;
    top: 1.5em;
    bottom: auto;
    left: 11.75em;
    right: auto;
}

.ps-arrow-2 {
    width: 12em;
    position: absolute;
    top: 1.5em;
    bottom: auto;
    left: 40em;
    right: auto;
}

.section-5-wrapper-2 {
    width: 100%;
    /* border-top: 0.07em #000; */
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 0;
    display: flex;
}

.logos-holder-2 {
    width: 100%;
    height: 11.32em;
    border-bottom: 0.07em solid #888;
    justify-content: center;
    align-items: center;
    display: flex;
}

.logo-container-1 {
    width: 100%;
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

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

.logo-img {
    height: auto;
    width: 6em;
    opacity: .7;
    filter: grayscale(1);
    mix-blend-mode: multiply;
    max-height: 4em;
    object-fit: contain;
}

.logos-holder-2.border-0 {
    border-bottom-width: 0;
    border-bottom-color: #64665a;
}

.logo-img-8 {
    height: 2.43em;
    opacity: .7;
}

.image-20 {
    height: 3.8em;
    filter: contrast(41%)invert();
}

.client-logo {
    background: white;
    padding: 0 3.6rem 3rem;
}

.proj-stg {
    background: white;
    padding: 1rem 3rem 0;
}

.testimonials-section {
    background-color: var(--primary);
    padding: 2rem 3rem;
}

.case-study-section {
    background-color: white;
    padding: 2rem 3rem;
}

.testimonials-breadcrumbs,
.case-study-breadcrumbs {
    border-bottom: 1px solid var(--text);
    color: var(--text);
    padding-bottom: .6rem;
}

.testimonials-breadcrumbs p,
.case-study-breadcrumbs p {
    font-size: .6rem;
    font-family: 'Manrope';
}

.testimonial-item {
    width: 100%;
    min-width: 40.55em;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .07em var(--text);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding: 8em 4% 4em;
    display: grid;
    color: var(--text);
}

.testimonials-info {
    width: 75%;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 0 auto;
    margin-top: 0;
    display: flex;
}

.testimonial-avatar {
    width: 4em;
    height: 4em;
    min-height: 3.34em;
    min-width: 3.34em;
    margin-right: 1.875em;
}

.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-person-info {
    grid-row-gap: 2px;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
}

.testimonial-item-texts {
    min-height: 11em;
    grid-column-gap: 32px;
    display: flex;
    margin-left: -6rem;
}

.quote-txt {
    margin-top: -14px;
    font-family: 'Manrope';
    font-size: 227.61px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.testimonial-text {
    font-family: 'Manrope';
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6em;
}

.heading-testimonial {
    font-size: 4em;
}

.paragraph-testimonial {
    font-size: .8em;
    font-family: 'Manrope';
}

.btn-wrap {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-left: 4em;
}

.btn-wrap button {
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: ease-in-out;
}

.btn-wrap button:hover {
    transform: scaleX(1.4);
    color: var(--text);
}

.btn-wrap svg {
    width: 2em;
    color: var(--text);
}

.btn-wrap .prev-btn {
    margin-right: 20px;
}

.btn-wrap .next-btn {
    margin-left: 20px;
}

.case-study-layout {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 8em;
    display: grid;
    align-items: flex-start;
    color: var(--text);
}

.case-study-info {
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 0 auto;
    margin-top: 0;
    display: flex;
}

.case-study-person-info {
    /* grid-row-gap: 16px; */
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
}

.case-study-heading {
    font-size: 4em;
}

.case-study-paragraph {
    font-size: .8em;
    font-family: 'Manrope';
}

.collection-list-wrapper {
    overflow: hidden;
}

.case-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.case-study-text {
    min-height: auto;
    grid-column-gap: 0px;
    flex-direction: column;
    padding-top: 1em;
    display: flex;
}

.case-study-title {
    color: var(--text);
    font-size: 26px;
    line-height: 24px;
}

.case-study-type-of-work {
    color: var(--text);
    font-family: 'Manrope';
    /* font-style: italic; */
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
}

.case-study-btn {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-left: 0;
}

.form-section {
    background: var(--primary) !important;
    position: relative;
}

.sitemap {
    background: var(--primary) !important;
}

.main-sub-menu-group .main-menu-item {
    background: #9cc3c3 !important;
}

@media screen and (max-width: 900px) {
    .projects-stage {
        max-width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

    .welcome-screen h1 {
        font-size: 16vw;
    }

    .inner-text {
        font-size: 2vw;
        margin: 0 3vw;
        position: absolute;
        bottom: -80px;
        width: fit-content;
    }

    .inner-section {
        gap: 10px;
    }
}

@media screen and (max-width: 768px) {
    .welcome-screen h1 {
        font-size: 23vw!important;
    }

    .inner-text {
        font-size: 4vw;
    }

    .home-cont {
        width: calc(100vw - 0px);
    }

    .brandName {
        width: calc(100vw - 0px)!important;
        top: 60px;
        font-size: 5em!important;
    }

    .digital-journey p {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }

    .digital-journey .Biz {
        margin: 6rem 0;
    }

    .digital-tech {
        padding: 9rem 3rem;
        height: unset;
    }

    .our-services h3 {
        font-size: 14vw;
        line-height: 3.6rem;
    }

    .subscript {
        font-size: 5vw;
    }

    .serv-title p {
        font-size: 5vw;
    }

    .dd-open {
        /*top: 6.2rem;*/
        right: 6rem;
        width: 1rem;
    }

    .read-btn span {
        display: none;
    }

    .read-arw {
        margin-right: 0;
        width: 1rem;
        color: var(--text);
    }

    .read-btn {
        background: transparent;
    }

    .item-contain {
        padding: 2rem 0;
    }

    .how-we-list,
    .design-lead-list {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 0 3rem;
    }

    .how-we .section-title p,
    .design-lead .section-title p,
    .proj-stg .section-title p {
        font-size: 5vw;
    }

    .how-we .section-title h3,
    .design-lead .section-title h3,
    .proj-stg .section-title h3 {
        font-size: 16vw;
        line-height: 1em;
        margin-bottom: .6em;
    }

    .how-we-items h4,
    .design-lead-items h4,
    .proj-stg-items h4 {
        font-size: 6vw;
        color: var(--text);
    }

    .how-we-item-title,
    .design-lead-item-title,
    .proj-stg-item-title {
        gap: .6rem;
    }

    .how-we-item-title svg,
    .design-lead-item-title svg,
    .proj-stg-item-title svg {
        width: 1.3rem;
    }

    .how-we-items h4,
    .design-lead-items h4,
    .proj-stg-items h4 {
        font-size: 6vw;
    }

    .how-we-items p,
    .design-lead-items p,
    .proj-stg-items p {
        font-size: 4vw;
        line-height: 2rem;
        margin-top: 1.2rem;
    }

    .design-sprits {
        display: block;
        padding: 2rem;
    }

    .design-sprits-l,
    .design-sprits-r {
        width: 100%;
    }

    .container-11 {
        padding-right: unset;
        max-width: 100%;
    }

    .elyts-heading-4 {
        font-size: 3em;
        line-height: .8em;
    }

    .design-sprits-list {
        gap: 2rem;
    }

    .process-block {
        display: block;
        padding: 2rem;
    }

    .elyts-heading-2 {
        font-size: 2.8rem;
    }

    .process-circles {
        width: unset;
        display: block;
    }

    .process-circles-line {
        display: none;
    }

    .process-circle {
        width: 300px;
        height: 300px;
        min-height: 300px;
        min-width: 300px;
    }

    .process-arrow-l {
        height: 25px;
    }

    .process-text-b {
        font-size: 14px;
    }

    .process-arrow-r {
        height: 25px;
        transform: translateY(-2px);
    }

    .process-text {
        font-size: 2.2em;
    }

    .subheading-2 {
        font-size: 2.4em;
    }

    .video-screen {
        height: 500px;
        width: 100%;
        padding: 0;
    }

    .video-screen video {
        height: 100%;
        object-fit: cover;
    }

    .b-img-1-2 {
        height: 40px;
        left: 10%;
    }

    .b-img-2-2 {
        height: 50px;
    }

    .b-img-3-2 {
        height: 60px;
        top: 30%;
        left: 25%;
    }

    .b-img-4-2 {
        height: 70px;
        left: 33%;
    }

    .b-img-5-2 {
        height: 70px;
    }

    .b-img-6-2 {
        height: 40px;
        right: 0;
    }

    .b-img-7-2 {
        height: 60px;
    }

    .b-img-8-2 {
        height: 70px;
        right: 0;
        bottom: 20%;
    }

    .b-img-9-2 {
        height: 50px;
        bottom: 20%;
    }

    .b-img-10-2 {
        left: 20%;
        height: 60px;
    }

    .b-img-11-2 {
        height: 40px;
        bottom: 40%;
        left: 10%;
    }

    .b-img-12-2 {
        height: 50px;
    }

    .b-img-13-2 {
        height: 70px;
        top: 30%;
    }

    .b-img-14-2 {
        height: 45px;
        right: 35%;
    }

    .bubles-icons {
        min-height: 500px;
    }

    .how-we,
    .design-lead {
        padding: 3.6rem 0;
    }

    .design-lead .section-title {
        padding: 3rem;
    }

    .b-img-1 {
        height: 40px;
        left: 10%;
    }

    .b-img-2 {
        height: 50px;
    }

    .b-img-3 {
        height: 60px;
        top: 30%;
        left: 25%;
    }

    .b-img-4,
    .b-img-5 {
        height: 70px;
    }

    .b-img-4,
    .b-img-5 {
        height: 70px;
    }

    .b-img-6 {
        height: 40px;
        right: 0;
    }

    .b-img-7 {
        height: 60px;
    }

    .b-img-8 {
        height: 70px;
        right: 0;
        bottom: 20%;
    }

    .b-img-9 {
        height: 50px;
        bottom: 20%;
    }

    .b-img-10 {
        left: 20%;
        height: 60px;
    }

    .b-img-11 {
        height: 40px;
        bottom: 40%;
        left: 10%;
    }

    .b-img-12 {
        height: 50px;
    }

    .b-img-13 {
        height: 70px;
        top: 30%;
    }

    .b-img-14 {
        height: 45px;
        right: 35%;
    }

    .bubles-icons {
        min-height: 500px;
        font-size: 20px;
    }

    .people-lead {
        padding-top: 6em;
    }

    .testimonial-item {
        grid-template-columns: 1fr;
        min-width: auto;
        display: block;
        padding: 8em 0 0;
    }

    .testimonials-info {
        align-items: center;
        width: 100%;
    }

    .testimonial-avatar {
        margin-right: 0;
        width: 6em;
        height: 6em;
    }

    .testimonial-person-info {
        align-self: unset;
        align-items: center;
        text-align: center;
    }

    .paragraph-testimonial {
        font-size: 1.6em;
    }

    .testimonial-item-texts {
        display: block;
    }

    .quote-txt {
        margin-top: 0;
        margin-bottom: -40px;
        font-size: 110px;
        line-height: 1em;
        text-align: center;
    }

    .testimonial-text {
        text-align: center;
        font-size: 1.8em;
        line-height: 1.5em;
    }

    .btn-wrap {
        display: flex;
        flex-direction: unset;
        width: 100%;
        margin-left: 0;
        justify-content: flex-end;
        margin-top: 36px;
    }

    .btn-wrap .prev-btn {
        margin-right: 0;
    }

    .testimonials-breadcrumbs p,
    .case-study-breadcrumbs p {
        font-size: 2rem;
    }

    .case-study-layout {
        /* grid-template-columns: 1fr; */
        padding-top: 4em;
        display: block;
    }

    .case-study .item {
        /* height: 190px; */
    }

    .case-study-section .owl-carousel .owl-item img {
        height: 200px;
    }

    .case-study-paragraph {
        font-size: 1.8em;
        font-family: 'Manrope';
        line-height: 1.2em;
        margin-bottom: 30px;
    }

    .case-study-heading {
        font-size: 6em;
    }

    .logo-container-1 {
        grid-template-columns: 1fr 1fr 1fr;
        padding-bottom: 29px;
        /* grid-row-gap: 40px; */
    }

    .section-5-wrapper-2 {
        gap: 12px;
    }

    .client-logo {
        padding: 0 0 3rem;
    }

    .case-study-section {
        padding: 6rem 3rem;
    }

    .panel {
        padding: 3rem 0 0 .3rem;
    }

    .panel h4 {
        font-size: 3.2rem;
        margin-bottom: 1rem;
    }

    .panel p {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .logos-holder-2 {
        height: auto;
    }

    .logo-img {
        opacity: 1;
    }
}

@media screen and (max-height: 800px) {
    .welcome-screen h1 {
        font-size: 150px;
    }

    .brandName {
         position: unset; 
         /*top: 0; */
        font-size: 4em;
        font-family: 'Deutschlander 2.0';
         line-height: unset; 
        letter-spacing: 1;
         margin: unset; 
        color: white;
        width: calc(100vw - 100px);
        text-align: center;
        text-transform: uppercase;
    }
}