/* --------------------------------------Home-------------------------------------- */

.mob-home {
    position: relative;
    display: none;
    flex-direction: column;
    width: 100%;
    overflow-x: hidden;
}

.home__mob-scroll {
    position: fixed;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    aspect-ratio: 8 / 3;
    background: radial-gradient(closest-side at 50% 50%, #2C79F859 0%, #2C79F859 40%, #06060900 100%);
    translate: 0 66%;
    z-index: 1;
}
.home__mob-scroll div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    opacity: 0.85;
    transition: opacity 0.3s;
    animation: hero-scroll 2s linear 
    3s infinite;
}
.home__mob-scroll div.hidden {
    opacity: 0;
    animation: none;
}
.home__mob-scroll span {
    font-family: var(--satoshi-regular);
    font-size: 1em;
}

/* Home Hero */
.mob-h__hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 35vh auto;
    align-items: start;
    justify-items: center;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: visible;
}
.mob-h__hero h1 {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 700px;
    text-align: center;
    font-family: var(--satoshi-bold);
    font-size: 3em;
    line-height: 1.3em;
    z-index: 0;
}

.mob-h__hero-header {
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    align-items: start;
    padding: 0 2.2rem;
    width: 100%;
}

.mob-h__login {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2.2rem;
    width: max-content;
    height: min-content;
    color: var(--color-light);
    font-size: 1.2em;
    transform-origin: -45px 50px;
}
.mob-h__login i {
    opacity: 75%;
    transition: translate 0.3s;
}
.mob-h__login span {
    font-family: var(--satoshi-medium);
    opacity: 75%;
    transition: opacity 0.3s, translate 0.3s;
}
.mob-h__login:hover i {
    translate: 1rem;
}
.mob-h__login:hover span {
    opacity: 15%;
    translate: 0.3rem;
}

.mob-h__lang {
    position: relative;
    display: flex;
    margin: 65px auto 0 auto;
    height: 35px;
    background-color: var(--color-dark-4);
    box-shadow: inset 0.5px 0.75px 0.25px #EEEEEE59;
    border-radius: 17.5px;
    cursor: pointer;
    z-index: 1;
}
.mob-h__lang div {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 1.2rem;
    color: #EEEEEE59;
    font-family: var(--satoshi-bold);
    font-size: 0.75em;
    z-index: 5;
}
.mob-h__lang > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 35px;
    border-radius: 17.5px;
    background: var(--gradient-blue);
    box-shadow: inset 0.5px 0.75px 0.25px #EEEEEE59, 0 0 35px #1F58D6D8;
    transition: left 0.3s;
    z-index: 1;
}
.mob-h__lang input {
    display: none;
}
.mob-h__lang img {
    display: block;
    height: 10px;
    object-fit: contain;
}
.mob-h__lang input:checked + span {
    left: 50%;
}

.mob-h__lang-text.selected {
    color: #EEEEEECC;
}

.mob-h__header-btn {
    justify-self: end;
    position: relative;
    display: block;
    margin-top: 2.2rem;
    height: 35px;
    background-color: transparent;
    box-shadow: inset 0.5px 0.75px 0.25px #EEEEEE59;
    border-radius: 17.5px;
    transition:  box-shadow 0.3s;
    overflow: hidden;
    transform-origin: calc(100% + 45px) 50px;
}
.mob-h__header-btn.phone {
    display: none;
}
.mob-h__header-btn span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    width: 100%;
    height: 35px;
    color: #EEEEEE59;
    font-family: var(--satoshi-medium);
    transition: color 0.3s;
    z-index: 5;
}
.mob-h__header-btn div {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.mob-h__header-btn .gradient {
    opacity: 0;
    background: var(--gradient-blue);
    transition: opacity 0.3s ease;
}
.mob-h__header-btn .solid {
    background-color: var(--color-dark-4);
}
.mob-h__header-btn:hover {
    box-shadow: inset 0.5px 0.75px 0.25px #EEEEEE59, 0 0 35px #1F58D6D8;
}
.mob-h__header-btn:hover span {
    color: var(--color-light);
}
.mob-h__header-btn:hover .gradient {
    opacity: 1;
}

/* Mission */
.mob-h__mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    top: 0;
    column-gap: 2rem;
    row-gap: 3rem;
    padding: 3rem;
    width: 100%;
    max-width: calc(1060px + 6rem);
}
.mob-h__mission-grid > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: var(--color-light);
    z-index: 5;
}
.mob-h__mission-grid > div:first-child {
    padding: 4rem 4rem 5rem 4rem;
    height: min-content;
}
.mob-h__mission-grid > div:last-child {
    padding: 4rem 2rem 5rem 2rem;
}

.mob-h__mission-frame {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-dark-3);
    border-radius: 20px;
    z-index: -1;
}

.mob-h__mission-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.mob-h__mission-wrap.left {
    gap: 2rem;
}
.mob-h__mission-wrap.right {
    gap: 5rem;
}

.mob-h__mission-grid h2 {
    margin: 0;
    max-width: 330px;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.25em;
}
.mob-h__mission-grid h2 span {
    position: relative;
    display: inline-block;

}
.mob-h__mission-grid h2 div {
    position: absolute;
    display: block;
    left: 0;
    bottom: -3px;
    width: calc(100% + 8px);
    height: 3px;
    background-color: var(--color-blue-2);
}

.mob-h__mission-grid p {
    margin: 0;
    max-width: 320px;
    text-align: center;
    font-family: var(--satoshi-medium);
    font-size: 1.3em;
    line-height: 1.25em;
}
.mob-h__mission-grid p.light {
    font-size: 1.1em;
    opacity: 0.75;
}

.mob-h__mission-grid i {
    margin-left: auto;
    color: var(--color-light);
    font-size: 2.2em;
}
.mob-h__mission-grid i:last-child {
    display: none;
}

.mob-h__mission-grid img {
    display: block;
    height: 180px;
    object-fit: contain;
}

.mob-h__mission-btn {
    position: relative;
    display: block;
    width: min-content;
    height: 180px;
    aspect-ratio: 11 / 9;
    background-color: var(--color-dark-2);
    border-radius: 26px;
    z-index: 1;
}
.mob-h__mission-btn button {
    display: block;
    width: min-content;
    height: 100%;
    aspect-ratio: 1 / 1;
    outline: none;
    border: none;
    background-color: transparent;
    color: #EEEEEE59;
    translate: 0;
    transition: translate 0.4s, color 0.4s;
}
.mob-h__mission-btn div {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 25px;
    z-index: -1;
}
.mob-h__mission-btn .solid {
    background-color: var(--color-dark-4);
    box-shadow: inset 0.5px 0.75px 0.25px #EEEEEE26;
}
.mob-h__mission-btn .gradient {
    background: var(--gradient-blue);
    box-shadow: inset 0.5px 0.75px 0.25px #EEEEEE26, 0 0 50px #1F58D6BF;
    opacity: 0;
    transition: opacity 0.4s;
}
.mob-h__mission-btn button.pushed {
    translate: calc(100% * 2 / 9);
    color: #EEEEEECC;
}
.mob-h__mission-btn button.pushed .gradient {
    opacity: 1;
}

/* We Care */
.mob-h__care {
    display: flex;
    flex-direction: column;
    gap: 200px;
    margin: 6rem 0 0 0;
    width: 100%;
    overflow: hidden;
}

.mob-h__care-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 0 3rem;
    width: max-content;
    z-index: -1;
}
.mob-h__care-title h2 {
    width: 100%;
    max-width: 450px;
    margin: 0;
    font-size: 7em;
    font-family: var(--satoshi-bold);
}
.mob-h__care-title p {
    margin: 0;
    padding-right: 1rem;
    width: 100%;
    max-width: 450px;
    font-family: var(--satoshi-medium);
    font-size: 1.45em;
    line-height: 1.35em;
    opacity: 0.65;
}

.mob-h__care-circles {
    align-self: end;
    justify-self: end;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-items: center;
    justify-items: center;
    width: 60%;
    height: min-content;
    aspect-ratio: 1 / 1;
    translate: 10%;
}
.mob-h__care-circles img {
    display: block;
    width: min(80%, 250px);
    object-fit: contain;
}

.mob-h__care-circle {
    position: relative;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    display: flex;
    height: min-content;
    aspect-ratio: 1 / 1;
    background: var(--gradient-gray);
    box-shadow: inset 0.75px 0.75px 0px #FFFFFF1A;
    border-radius: 50%;
}
.mob-h__care-circle.first {
    width: 100%;
    opacity: 0.25;
}
.mob-h__care-circle.second {
    width: calc(100% - 8rem);
    opacity: 0.5;
}
.mob-h__care-circle.third {
    align-items: center;
    justify-content: center;
    width: calc(100% - 16rem);
    opacity: 1;
    z-index: 1;
}

/* Journey */
.mob-h__journey {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 4rem 0;
    width: 100%;
}
.mob-h__journey h2 {
    position: relative;
    margin: 1rem 0 4.5rem 0;
    text-align: center;
    font-family: var(--satoshi-bold);
    font-size: 2.7em;
    line-height: 48px;
    z-index: 1;
}
.mob-h__journey > span {
    color: var(--color-blue-1);
    font-family: var(--satoshi-bold);
    font-size: 1.1em;
    line-height: 20px;
}

.mob-h__journey-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
    height: auto;
}
.mob-h__journey-cards > div {
    display: block;
    width: 340px;
    height: min-content;
    aspect-ratio: 114 / 143;
    background-color: transparent;
    perspective: 1000px;
}
.mob-h__journey-cards > div:hover
.mob-h__journey-card {
    transform: rotateY(180deg);
}

.mob-h__journey-card {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.mob-h__journey-card-front,
.mob-h__journey-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(142deg, #111111 0%, #0B0B0D 100%);
    border-radius: 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.mob-h__journey-card-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    box-shadow: inset 0.75px 0.75px 0px #FFFFFF1A;
}
.mob-h__journey-card-front h3 {
    margin: 0;
    font-family: var(--satoshi-bold);
    font-size: 1.8em;
    opacity: 0.75;
}
.mob-h__journey-card-front p {
    margin: 0;
    max-width: 180px;
    text-align: center;
    font-family: var(--satoshi-medium);
    font-size: 1.25em;
    line-height: 1.45em;
    opacity: 0.55;
}
.mob-h__journey-card-front span {
    color: var(--color-blue-1);
    text-transform: uppercase;
    font-family: var(--satoshi-bold);
    font-size: 0.8em;
}
.mob-h__journey-card-front img {
    display: block;
    width: 125px;
    object-fit: contain;
}

.mob-h__journey-card-back {
    transform: rotateY(180deg);
}
.mob-h__journey-card-back > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #1337B5D9;
    box-shadow: inset 0.75px 0.75px 0px #FFFFFF1A;
    border-radius: 20px;
}
.mob-h__journey-card-back p {
    max-width: 60%;
    text-align: center;
    font-family: var(--satoshi-medium);
    font-size: 1.35em;
    opacity: 0.85;
}
.mob-h__journey-card-back span {
    text-transform: uppercase;
    font-family: var(--satoshi-bold);
    font-size: 0.85em;
}
.mob-h__journey-card-back i {
    font-size: 1.5em;
}
.mob-h__journey-card-back .fa-arrow-down {
    display: none;
}

.mob-h__journey-card-bottom {
    position: absolute;
    display: flex;
    align-items: center;
    right: 1rem;
    bottom: 1rem;
    column-gap: 0.8rem;
    row-gap: 7px;
    opacity: 0.35;
}

/* Our Work */
.mob-h__work,
.mob-h__scrum {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 80vh;
    overflow: hidden;
}

.mob-h__scrum p {
    margin: 0 0 4rem 0;
    max-width: 600px;
    background: linear-gradient(99deg, #A2A2A2 0%, #EEEEEE 100%);
    text-align: center;
    font-family: var(--satoshi-medium);
    font-size: 2em;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mob-h__scrum img {
    display: block;
    width: 170px;
    object-fit: contain;
}

.mob-h__work h2 {
    margin: 0;
    text-align: center;
    font-family: var(--satoshi-bold);
    font-size: 10em;
    opacity: 0.9;
    line-height: 175px;
}

.mob-h__work p {
    margin: 5rem 0;
    width: 90%;
    max-width: 570px;
    text-align: center;
    font-family: var(--satoshi-medium);
    font-size: 1.6em;
    opacity: 0.65;
}

.mob-h__work span {
    color: var(--color-blue-1);
    font-family: var(--satoshi-bold);
    font-size: 1.35em;
    line-height: 22px;
}

.mob-h__work-links {
    display: flex;
    column-gap: 1rem;
    row-gap: 1.5rem;
    margin-top: 3rem;
}
.mob-h__work-links a {
    display: grid;
    grid-template-columns: 20px auto;
    align-items: center;
    gap: 13px;
    padding: 0 1.8rem;
    height: 50px;
    background-color: var(--color-dark-3);
    border-radius: 15px;
    color: var(--color-light);
    font-family: var(--satoshi-medium);
    transition: color 0.2s, background-color 0.2s;
}
.mob-h__work-links span {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    color: inherit;
    opacity: 1;
    transition: translate 0.2s;
}
.mob-h__work-links i {
    color: var(--color-blue-1);
    transition: opacity 0.15s;
}
.mob-h__work-links i:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.mob-h__work-links i:last-child {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    justify-self: end;
    color: var(--color-dark-1);
    font-size: 1.2em;
    opacity: 0;
}
.mob-h__work-links a:hover {
    background-color: var(--color-light);
    color: var(--color-dark-1);
}
.mob-h__work-links a:hover span {
    translate: -33px;
}
.mob-h__work-links a:hover i:first-child {
    opacity: 0;
}
.mob-h__work-links a:hover i:last-child {
    opacity: 1;
}

#work-portfolio {
    transform-origin: -40vw calc(100% + 60vw);
}
#work-blog {
    transform-origin: calc(100% + 40vw) calc(100% + 60vw);
}

/* Cost */
.mob-h__cost {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 80vh;
}

.mob-h__cost h3 {
    margin: 0 0 5rem;
    padding: 0 1rem;
    width: 100%;
    max-width: 360px;
    text-align: center;
    font-family: var(--satoshi-bold);
    font-size: 2.4em;
}
.mob-h__cost span {
    font-family: var(--satoshi-medium);
    font-size: 1.8em;
    opacity: 0.5;
}
.mob-h__cost i {
    margin: 2.5rem 0;
    font-size: 1.35em;
    opacity: 0.5;
}
.mob-h__cost a {
    display: flex;
    align-items: center;
    padding: 0 2.5rem;
    height: 55px;
    background: var(--gradient-blue);
    box-shadow: inset 0.5px 0.75px 0.25px #EEEEEE40, 0px 0px 50px #1F58D6BF;
    border-radius: 27.5px;
    font-size: 1.35em;
}



/* ------------------------------------Portfolio------------------------------------ */

.mob-portfolio {
    display: none;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: translate 1s;
}

/* Projects */
.mob-p__projects {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content 100px min-content;
}

.mob-p__projects a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2.5rem 0 2.5rem 2.5rem;
    width: max-content;
    height: min-content;
    font-size: 1.3em;
    z-index: 2;
}
.mob-p__projects a img {
    display: block;
    height: 20px;
    object-fit: contain;
    transition: opacity 0.3s, translate 0.3s;
}
.mob-p__projects a i {
    transition: translate 0.3s;
}
.mob-p__projects a:hover i {
    translate: -0.4rem;
}
.mob-p__projects a:hover img {
    opacity: 0.25;
    translate: -1rem;
}

.mob-p__projects h2 {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
    margin: 0;
    padding-left: 2.5rem;
    font-family: var(--satoshi-bold);
    font-size: 36vw;
    line-height: 1em;
}

.mob-p__projects-gallery {
    grid-column: 1 / 2;
    grid-row: 3 / 5;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 250px 250px;
    gap: 30px;
    margin: 2rem 0;
    width: 100vw;
}

.mob-p__gallery-row {
    display: flex;
    gap: 2rem;
    width: 100%;
    height: 100%;
    overflow-x: scroll;
}
.mob-p__gallery-row .swiper-slide {
    display: block;
    width: min-content;
    height: 100%;
}

.mob-p__swiper-up,
.mob-p__swiper-down {
    width: 100%;
    height: 100%;
}
.mob-p__gallery-row .swiper-slide:last-child {
    margin-right: 2.5rem;
}
.mob-p__gallery-row .swiper-slide:first-child {
    margin-left: 2.5rem;
}

.mob-p__gallery-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min-content;
    height: 100%;
    aspect-ratio: 5 / 4;
    background-color: var(--color-dark-3);
    border-radius: 20px;
    overflow: hidden;
}
.mob-p__gallery-item .logo {
    display: block;
    height: 55px;
    object-fit: contain;
}
.mob-p__gallery-item h4 {
    margin: 1.2em 0 0.8em 0;
    padding: 0 1rem;
    text-align: center;
    font-family: var(--satoshi-bold);
    font-size: 1.25em;
}
.mob-p__gallery-item span {
    padding: 0 0.9rem;
    color: var(--color-blue-1);
    text-align: center;
    font-family: var(--satoshi-medium);
    font-size: 1.15em;
}
.mob-p__gallery-item div {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.35s;
}
.mob-p__gallery-item .preview {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.35s;
    z-index: 2;
}
.mob-p__gallery-item .preview iframe {
    display: block;
    width: 1080px;
    height: 720px;
}
.mob-p__gallery-item button {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    align-self: end;
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem;
    width: 38px;
    height: 38px;
    background-color: var(--color-light);
    outline: none;
    border: none;
    border-radius: 50%;
    font-size: 1.3em;
    z-index: 3;
}
.mob-p__gallery-item button i {
    color: var(--color-dark-1);
    transition: translate 0.3s;
}
.mob-p__gallery-item:hover div {
    opacity: 1;
}
.mob-p__gallery-item button:hover i {
    translate: 4px -4px;
}

/* Team */
.mob-p__team {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    margin-bottom: 8rem;
    padding: 6rem 3rem 3rem 3rem;
}

.mob-p__team h2 {
    margin: 0;
    text-align: center;
    font-family: var(--satoshi-black);
    font-size: 3.4em;
}

.mob-p__team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}
.mob-p__team-grid div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mob-p__team-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    object-fit: contain;
}
.mob-p__team-grid p {
    position: relative;
    margin: 1.5rem 0 0.6rem 0;
    font-family: var(--satoshi-bold);
    font-size: 1.3em;
    z-index: 1;
}
.mob-p__team-grid span {
    position: relative;
    text-align: center;
    font-family: var(--satoshi-medium);
    font-size: 1.15em;
    opacity: 0.65;
    z-index: 1;
}

/* Project Detail */
.mob-project-detail {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: translate 1s;
    translate: 100%;
    z-index: 10;
}

.mob-p__det-hero {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    width: 100%;
}

.mob-p__det-back {
    padding: 2.5rem;
    width: 100%;
}
.mob-p__det-back button {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: max-content;
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 1.3em;
}
.mob-p__det-back i {
    transition: translate 0.3s;
}
.mob-p__det-back span {
    transition: opacity 0.3s, translate 0.3s;
}

.mob-p__det-swiper-cont {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 5rem;
    width: 100%;
    height: min-content;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.mob-p__det-swiper-cont > div {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: calc(100% - 10rem);
    height: 100%;
    overflow: visible;
}
.mob-p__det-swiper-cont button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    padding: 0;
    width: 38px;
    aspect-ratio: 1 / 1;
    background-color: #0606093F;
    outline: none;
    border: none;
    border-radius: 50%;
    font-size: 1.3em;
    translate: 0 -50%;
    transition: opacity 0.25s;
    z-index: 10;
}
.mob-p__det-swiper-cont button:disabled {
    opacity: 0;
}

#mob-swiper-prev {
    left: 1.2rem;
}
#mob-swiper-next {
    right: 1.2rem;
}

.mob-p__swiper-pagination {
    position: absolute;
    display: flex;
    left: 50%;
    bottom: 1.2rem;
    gap: 8px;
    padding: 8px;
    background-color: #0606093F;
    border-radius: 16px;
    translate: -50%;
    z-index: 10;
}
.mob-p__swiper-pagination div {
    display: block;
    width: 8px;
    aspect-ratio: 1 / 1;
    background-color: #EEEEEE3F;
    border-radius: 50%;
    transition: background-color 0.25s;
}
.mob-p__swiper-pagination div.selected {
    background-color: var(--color-light);
}

.mob-p__det-swiper {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mob-p__det-swiper img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.mob-p__det-tags {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 5rem;
    width: 100%;
}
.mob-p__det-tags div {
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 0.8rem;
    width: 100%;
    max-width: 1000px;
}
.mob-p__det-tags span {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    height: 35px;
    background-color: var(--color-dark-4);
    border-radius: 10px;
    color: var(--color-light);
    font-family: var(--satoshi-bold);
    font-size: 0.95em;
}
.mob-p__det-tags span.hidden {
    display: none;
}

.mob-p__det-info {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 4rem 5rem;
    width: 100%;
}
.mob-p__det-info > div {
    max-width: 50%;
}
.mob-p__det-info > div:nth-child(2) {
    margin: 0 2rem 0 auto;
}
.mob-p__det-info > div:nth-child(3) {
    margin-left: 15%;
}

.mob-p__det-info h3 {
    margin: 0 0 2rem 0;
    font-family: var(--satoshi-black);
    font-size: 1.8em;
}
.mob-p__det-info h4 {
    margin: 0 0 1.5rem 0;
    font-family: var(--satoshi-bold);
    font-size: 1.3em;
}
.mob-p__det-info p {
    font-family: var(--satoshi-medium);
    font-size: 1.3em;
    opacity: 0.5;
}

.mob-p__det-btn {
    position: relative;
    display: block;
    margin: 2rem 0 0 auto;
    padding: 0;
    width: max-content;
    height: 55px;
    background-color: transparent;
    outline: none;
    border: none;
    overflow: visible;
}
.mob-p__det-btn span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2.5rem;
    height: 100%;
    box-shadow: inset 0.5px 0.75px 0.25px #EEEEEE59, 0 0 35px #1F58D6D8;
    border-radius: 27.5px;
    color: #EEEEEECC;
    font-family: var(--satoshi-medium);
    font-size: 1.15em;
    transition: color 0.3s;
    z-index: 5;
}
.mob-p__det-btn div {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 27.5px;
    z-index: -1;
}
.mob-p__det-btn .gradient {
    background: var(--gradient-blue);
    transition: opacity 0.3s ease;
}
.mob-p__det-btn .solid {
    background-color: var(--color-dark-4);
}
.mob-p__det-btn:hover span {
    color: #EEEEEE59;
}
.mob-p__det-btn:hover .gradient {
    opacity: 0;
}



/* ------------------------------------Originals------------------------------------ */
.mobile-og,
.mob-og__landing {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: top 0.6s;
}
.mob-og__landing {
    grid-template-columns: 1fr;
    grid-template-rows: 100vh repeat(3, auto);
    top: -100vh;
}

.mob-og__btn {
    position: relative;
    display: block;
    padding: 0;
    width: max-content;
    height: 55px;
    background-color: transparent;
    outline: none;
    border: none;
    overflow: visible;
}
.mob-og__btn span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 0 2.5rem;
    height: 100%;
    box-shadow: inset 0.5px 0.75px 0.25px #EEEEEE59, 0 0 35px #1F58D6D8;
    border-radius: 27.5px;
    color: #EEEEEECC;
    font-family: var(--satoshi-medium);
    font-size: 1.15em;
    transition: color 0.3s;
    z-index: 5;
}
.mob-og__btn div {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 27.5px;
    z-index: -1;
}
.mob-og__btn .gradient {
    background: var(--gradient-blue);
    transition: opacity 0.3s ease;
}
.mob-og__btn .solid {
    background-color: var(--color-dark-4);
}
.mob-og__btn i {
    transition: color 0.3s;
}
.mob-og__btn:hover i,
.mob-og__btn:hover span {
    color: #EEEEEE59;
}
.mob-og__btn:hover .gradient {
    opacity: 0;
}


/* Title */
.mob-og__title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6rem;
    padding: 2.5rem 2.5rem 0 2.5rem;
    width: 100%;
}

.mob-og__title a {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: max-content;
    font-size: 1.3em;
}
.mob-og__title img {
    display: block;
    height: 20px;
    object-fit: contain;
    transition: opacity 0.3s, translate 0.3s;
}
.mob-og__title i {
    transition: translate 0.3s;
}
.mob-og__title a:hover i {
    translate: -0.4rem;
}
.mob-og__title a:hover img {
    opacity: 0.25;
    translate: -1rem;
}

.mob-og__title h1 {
    margin: 0 0 0 2rem;
    width: max-content;
    font-family: var(--satoshi-bold);
    font-size: 2.9em;
}

/* Access */
.mob-og__access {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content min-content;
    column-gap: 3rem;
    row-gap: 4rem;
    padding: 10rem 3rem;
}
.mob-og__access img {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    align-self: center;
    display: block;
    width: 100%;
    object-fit: contain;
}
.mob-og__access div {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 3rem;
    width: 100%;
    max-width: 400px;
    text-align: right;
}
.mob-og__access h3 {
    margin: 0;
    font-family: var(--satoshi-bold);
    font-size: 2.3em;
}
.mob-og__access p {
    margin: 0;
    max-width: 350px;
    font-family: var(--satoshi-medium);
    font-size: 1.3em;
    opacity: 0.35;
}
.mob-og__access button {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    justify-self: end;
}

/* Smart Communities */
.mob-og__smart {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: min-content min-content;
    column-gap: 3rem;
    row-gap: 4rem;
    padding: 10rem 5rem;
}
.mob-og__smart img {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    align-self: center;
    display: block;
    height: 350px;
    object-fit: contain;
}
.mob-og__smart div {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
    max-width: 400px;
}
.mob-og__smart h3 {
    margin: 0;
    font-family: var(--satoshi-bold);
    font-size: 2.3em;
}
.mob-og__smart p {
    margin: 0;
    max-width: 350px;
    font-family: var(--satoshi-medium);
    font-size: 1.3em;
    opacity: 0.35;
}
.mob-og__smart button {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

/* -----------------Landing----------------- */

/* Blue */
.mob-og__land-blue {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    position: sticky;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.mob-og__land-blue > div {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 20px;
    width: 100%;
    height: 100%;
}
.mob-og__land-blue .circle {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 100px;
    aspect-ratio: 1 / 1;
    background-color: #1F58D6;
    border-radius: 50%;
    opacity: 0.75;
    translate: -20px -20px;
    transform-origin: center center;
}
.mob-og__land-blue span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    text-align: center;
    font-family: var(--satoshi-medium);
    font-size: 1.1em;
    z-index: 1;
}

/* Title */
.mob-og__land-title {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    height: 100vh;
    z-index: 20;
}

.mob-og__land-back {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: max-content;
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 1.3em;
    z-index: 50;
}
.mob-og__land-back p {
    margin: 0;
    font-family: var(--satoshi-medium);
    transition: opacity 0.3s, translate 0.3s;
}

.mob-og__land-title div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
}
.mob-og__land-title h1 {
    margin: 0;
    text-align: center;
    font-size: 4.2em;
    font-family: var(--satoshi-bold);
}
.mob-og__land-title img {
    display: block;
    height: 45px;
    object-fit: contain;
}
.mob-og__land-title span {
    display: block;
    height: 100px;
}

/* Subtitle */
.mob-og__land-subtitle {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
    padding: 50vh 3rem 0 3rem;
    width: 100%;
    min-height: 150vh;
    z-index: 20;
}
.mob-og__land-subtitle h3 {
    margin: 0;
    font-family: var(--satoshi-bold);
    font-size: 3.4em;
}
.mob-og__land-subtitle img {
    display: block;
    width: 100%;
    max-width: 250px;
    object-fit: contain;
}

/* Feature */
.mob-og__land-features {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 17vh 3rem 3rem 3rem;
    width: 100%;
    background-color: var(--color-dark-1);
    border-radius: 60vw 60vw 0 0 / 17vh 17vh 0 0;
    z-index: 20;
}

.mob-og__land-features h3 {
    margin: 0;
    text-align: center;
    font-family: var(--satoshi-bold);
    font-size: 3.5em;
}

.mob-og__swiper-grid {
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    column-gap: 1rem;
    row-gap: 2rem;
}
.mob-og__swiper-grid button {
    align-self: center;
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 2.2em;
}
.mob-og__swiper-grid button:disabled {
    opacity: 0.35;
}
.mob-og__swiper-grid .swiper {
    width: 100%;
    height: 100%;
}

.mob-og__swiper-imgs {
    position: relative;
    display: block;
    width: 100%;
    height: min-content;
    aspect-ratio: 6 / 5;
    border-radius: 15px;
    overflow: hidden;
}

.og-img-swiper .swiper-slide {
    padding: 4rem 2rem;
    border-radius: 15px;
}
.og-img-swiper .swiper-slide:nth-child(1) {
    background-color: #86A3E2;
}
.og-img-swiper .swiper-slide:nth-child(2) {
    background-color: #FFF3D3;
}
.og-img-swiper .swiper-slide:nth-child(3) {
    background-color: #EFC26E;
}
.og-img-swiper .swiper-slide:nth-child(4) {
    background-color: #E1E8FC;
}
.og-img-swiper img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.mob-og__swiper-labels {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    /* background-color: rebeccapurple; */
    overflow: hidden;
}

.og-label-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 0.8rem 2.5rem;
}
.og-label-swiper p {
    margin: 0;
    font-family: var(--satoshi-medium);
    font-size: 1.8em;
    opacity: 0.4;
    scale: 0.8;
    transition: sale 0.3s, opacity 0.3s;
}
.og-label-swiper .swiper-slide-active p {
    scale: 1;
    opacity: 1;
}



/* ---------------------------------------End--------------------------------------- */
.mob__end-cont {
    position: relative;
    background-color: var(--color-dark-1);
    z-index: 20;
}

.mob__end {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    padding: 3rem 0;
    width: 100%;
    height: calc(100vh - 55px);
}
.mob__end.white {
    padding: 13vh 0 3rem 0;
    background-color: var(--color-light);
    border-radius: 60vw 60vw 0 0 / 17vh 17vh 0 0;
    color: var(--color-dark-1);
}
.mob__end h2 {
    margin: 0;
    color: inherit;
    text-align: center;
    font-family: var(--satoshi-black);
    font-size: 6em;
    line-height: 1em;
}
.mob__end.white h2 {
    font-family: var(--satoshi-medium);
}
.mob__end p {
    margin: 0;
    max-width: 500px;
    color: inherit;
    text-align: center;
    font-family: var(--satoshi-medium);
    font-size: 1.45em;
    line-height: 1.4em;
}

.mob__marquee-cont {
    display: block;
    width: 100%;
    overflow: hidden;
}

.mob__marquee {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 0 3rem;
    width: max-content;
    min-width: 120vw;
    animation: scrolling 20s linear infinite;
}
.mob__marquee h4 {
    margin: 15px 0;
    font-family: var(--satoshi-bold);
    font-size: 120px;
}
.mob__marquee i {
    font-size: 2.1rem;
}

.mob__contact,
.mob__contact-white {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    justify-items: center;
    row-gap: 6rem;
    width: 100%;
}

.mob__contact a {
    grid-row: 2 / 3;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 50px;
    color: #EEEEEE59;
    font-family: var(--satoshi-medium);
    font-size: 1.1em;
    overflow: hidden;
    transition: box-shadow 0.3s, color 0.3s;
}
.mob__contact a:first-child {
    justify-self: start;
    box-shadow: inset -0.5px 0.75px 0.25px #EEEEEE59;
    border-radius: 0 27.5px 27.5px 0;
}
.mob__contact a:last-child {
    justify-self: end;
    box-shadow: inset 0.5px 0.75px 0.25px #EEEEEE59;
    border-radius: 27.5px 0 0 27.5px;
}
.mob__contact a span {
    position: relative;
    color: inherit;
    z-index: 5;
}
.mob__contact a div {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.mob__contact a .gradient {
    opacity: 0;
    background: var(--gradient-blue);
    transition: opacity 0.3s ease;
}
.mob__contact a .solid {
    background-color: var(--color-dark-4);
}
.mob__contact a:hover {
    color: var(--color-light);
}
.mob__contact a:first-child:hover {
    box-shadow: inset -0.5px 0.75px 0.25px #EEEEEE59, 0 0 35px #1F58D6D8;
}
.mob__contact a:last-child:hover {
    box-shadow: inset 0.5px 0.75px 0.25px #EEEEEE59, 0 0 35px #1F58D6D8;
}
.mob__contact a:hover .gradient {
    opacity: 1;
}

.mob__contact-white a {
    grid-row: 2 / 3;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 50px;
    background-color: var(--color-dark-1);
    color: var(--color-light);
    font-family: var(--satoshi-medium);
    font-size: 1.1em;
}
.mob__contact-white a:first-child {
    justify-self: start;
    border-radius: 0 27.5px 27.5px 0;
}
.mob__contact-white a:last-child {
    justify-self: end;
    border-radius: 27.5px 0 0 27.5px;
}

.mob__contact-icon {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: max-content;
    color: #1F58D6;
    font-family: var(--satoshi-bold);
    font-size: 1.05em;
}
.mob__contact-white
.mob__contact-icon {
    color: var(--color-dark-1);
}
.mob__contact-icon img {
    display: block;
    width: 140px;
    object-fit: contain;
    transition: translate 0.5s;
}
.mob__contact-icon span {
    color: inherit;
    transition: translate 0.5s;
}
.mob__contact-icon:hover img {
    translate: calc(50vw - 175px) -50px;
}
.mob__contact-icon:hover span {
    translate: calc(-50vw + 175px) 50px;
}
.mob__contact:has(.mob__contact-icon:hover) a:first-child {
    box-shadow: inset -0.5px 0.75px 0.12px #EEEEEE59, 0 0 35px #1F58D6D8;
}
.mob__contact:has(.mob__contact-icon:hover) a:last-child {
    box-shadow: inset 0.5px 0.75px 0.12px #EEEEEE59, 0 0 35px #1F58D6D8;
}

/* Footer */
.mob__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 2rem;
    row-gap: 1.2rem;
    width: 100%;
    height: 55px;
    font-family: var(--satoshi-medium);
    font-size: 1.15em;
}
.mob__footer.white {
    background-color: var(--color-light);
}

.mob__footer a {
    opacity: 0.15;
    transition: opacity 0.3s;
}
.mob__footer.white a {
    color: var(--color-dark-1);
    opacity: 0.35;
}
.mob__footer a:first-child,
.mob__footer a:last-child {
    cursor: default;
}
.mob__footer a:hover {
    opacity: 0.65;
}

/* -----------------------------------Breakpoints----------------------------------- */
@media screen and (max-width: 900px) {
    .mob-portfolio,
    .mob-project-detail,
    .mobile-og  {
        display: block;
    }

    .mob-home {
        display: flex;
    }

    .mob-og__landing {
        display: grid;
    }
}

@media screen and (max-width: 760px) {
    /* Home */
    .mob-h__hero-header {
        grid-template-columns: 1fr 1fr;
        row-gap: 65px;
        padding: 2rem;
    }
    .mob-h__login {
        margin-top: 0;
    }
    .mob-h__lang {
        justify-self: end;
        margin: 0;
        width: min-content;
    }
    .mob-h__header-btn {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        justify-self: center;
        margin-top: 0;
    }
    .mob-h__hero h1 {
        padding: 0 2rem;
        font-size: 2.4em;
    }
    .mob-h__mission-grid {
        grid-template-columns: 1fr;
    }
    .mob-h__mission-grid > div:first-child {
        justify-self: end;
        padding: 2rem 2rem 3rem 2rem;
        width: 100%;
    }
    .mob-h__mission-grid img {
        height: 150px;
    }
    .mob-h__mission-grid i:first-child {
        display: none;
    }
    .mob-h__mission-grid i:last-child {
        display: inline-block;
        margin-top: 1rem;
    }
    .mob-h__mission-btn {
        height: 150px;
    }
    .mob-h__care-title {
        padding: 0 2rem;
    }
    .mob-h__care-title h2 {
        font-size: 5em;
    }
    .mob-h__care-title p {
        font-size: 1.35em;
    }
    .mob-h__care-circles {
        width: max(80%, 400px);
    }
    .mob-h__care-circle.second {
        width: calc(100% - 18%);
    }
    .mob-h__care-circle.third {
        width: calc(100% - 36%);
    }
    .mob-h__journey h2 {
        padding: 0 1rem;
        font-size: 2.4em;
    }
    .mob-h__journey-card-back p {
        max-width: 75%;
    }
    .mob-h__scrum p {
        padding: 0 2rem;
        font-size: 1.6em;
    }
    .mob-h__work h2 {
        font-size: 6em;
        line-height: 1em;
    }
    .mob-h__work p {
        padding: 0 1rem;
        font-size: 1.30em;
    }
    .mob-h__cost h3 {
        font-size: 2em;
    }
    /* Portfolio */
    .mob-p__projects {
        grid-template-rows: min-content min-content 80px min-content;
    }
    .mob-p__projects a {
        margin: 2.5rem 0 2.5rem 1.5rem;
    }
    .mob-p__projects h2 {
        padding-left: 1rem;
    }
    .mob-p__gallery-row .swiper-slide:first-child {
        margin-left: 2rem;
    }
    .mob-p__projects-gallery {
        grid-template-rows: 300px 300px;
    }
    .mob-p__gallery-item {
        aspect-ratio: 4 / 5;
    }
    .mob-p__gallery-item .logo {
        height: 35px;
    }
    .mob-p__team {
        padding: 6rem 2rem 3rem 2rem;
    }
    .mob-p__team-grid {
        column-gap: 2rem;
        row-gap: 4rem;
    }
    .mob__end h2 {
        font-size: 4em;
    }
    .mob-p__det-back {
        padding: 2.5rem 1.5rem;
    }
    .mob-p__det-swiper-cont {
        padding: 0 1.5rem;
    }
    .mob-p__det-swiper-cont > div {
        width: calc(100% - 3rem);
    }
    .mob-p__det-tags {
        padding: 3rem 1.5rem;
    }
    .mob-p__det-info {
        padding: 4rem 2rem 2rem 2rem;
    }
    .mob-p__det-info > div {
        max-width: 70%;
    }
    .mob-p__det-info > div:nth-child(3) {
        margin-left: 2rem;
    }
    /* Originals */
    .mob-og__title {
        gap: 4rem;
        padding: 1.5rem 1.5rem 0 1.5rem;
    }
    .mob-og__title h1 {
        margin: 0;
        width: 100%;
    }
    .mob-og__smart,
    .mob-og__access {
        grid-template-columns: 1fr;
        padding: 10rem 3rem;
    }
    .mob-og__access {
        margin-left: auto;
        max-width: 450px;
    }
    .mob-og__smart button,
    .mob-og__access button {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
    .mob-og__smart img,
    .mob-og__access img {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    .mob-og__land-subtitle {
        flex-direction: column;
        padding: 50vh 3rem 4rem 3rem;
        min-height: unset;
    }
    .mob-og__land-subtitle h3 {
        text-align: center;
        font-size: 2.8em;
    }
    .mob-og__land-subtitle img {
        max-width: 180px;
    }
    .mob-og__land-features {
        padding: 17vh 1rem 6rem 1rem;
    }
    .og-label-swiper .swiper-slide {
        padding: 0.8rem 1.5rem;
    }
    /* End */
    .mob__end {
        height: unset;
        padding: 0;
        min-height: 90vh;
    }
    .mob__contact,
    .mob__contact-white {
        column-gap: 2.5rem;
    }
    .mob__contact-icon:hover img {
        translate: calc(50vw - 100px) -50px;
    }
    .mob__contact-icon:hover span  {
        translate: calc(-50vw + 100px) 50px;
    }
    .mob__footer {
        flex-direction: column;
        padding: 3rem 0 1.5rem 0;
        height: unset;
    }
}

@media screen and (max-width: 480px) {
    /* Home */
    .mob-h__hero {
        grid-template-rows: min-content auto 1fr;
        padding-bottom: 15vw;
    }
    .mob-h__hero-header {
        padding: 1.5rem;
    }
    .mob-h__hero h1 {
        margin-top: 8rem;
        padding: 0 1.5rem;
        font-size: 2em;
    }
    .mob-h__header-btn {
        display: none;
    }
    .mob-h__header-btn.phone {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
        display: block;
        margin: auto 0;
        height: 45px;
        border-radius: 22.5px;
    }
    .mob-h__header-btn span {
        height: 45px;
    }
    .mob-h__mission-grid {
        row-gap: 1.5rem;
        padding: 1.5rem;
    }
    .mob-h__care-title {
        padding: 0 1.5rem;
        width: 100%;
    }
    .mob-h__care-title h2 {
        font-size: 4.6em;
    }
    .mob-h__care-title p {
        font-size: 1.25em;
    }
    .mob-h__care-circles {
        width: 100%;
    }
    .mob-h__journey h2 {
        font-size: 2.2em;
    }
    .mob-h__journey-cards {
        gap: 3rem;
        padding: 0 2rem;
    }
    .mob-h__journey-cards > div {
        width: 100%;
        aspect-ratio: 87 / 125;
        max-width: 360px;
    }
    .mob-h__journey-card-bottom {
        flex-direction: column;
    }
    .mob-h__journey-card-back .fa-arrow-right-long {
        display: none;
    }
    .mob-h__journey-card-back .fa-arrow-down {
        display: inline-block;
    }
    .mob-h__work h2 {
        font-size: 4.6em;
    }
    .mob-h__work-links {
        flex-direction: column;
        align-items: center;
    }
    .mob-h__work-links a {
        width: max-content;
    }
    .mob-h__cost {
        min-height: 90vh;
    }
    .mob-h__cost a {
        font-size: 1.25em;
    }
    .mob-h__cost span {
        font-size: 1.5em;
    }
    /* Portfolio */
    .mob-p__team {
        margin-bottom: 6rem;
        padding: 6rem 1.5rem 3rem 1.5rem;
    }
    .mob-p__team-grid {
        column-gap: 2rem;
        row-gap: 4rem;
    }
    /* Originals */
    .mob-og__title h1 {
        font-size: 2.5em;
    }
    .mob-og__smart h3,
    .mob-og__access h3 {
        font-size: 2em;
    }
    .mob-og__land-subtitle {
        padding: 50vh 3rem 6rem 3rem;
    }
    .mob-og__land-features {
        justify-content: center;
        min-height: 100vh;
        border-radius: 60vw 60vw 0 0 / 12vh 12vh 0 0;
    }
    .og-img-swiper .swiper-slide {
        padding: 2rem 1rem;
    }
    /* End */
    .mob__marquee {
        animation: scrolling 18s linear infinite;
    }
    .mob__marquee h4 {
        font-size: 100px;
    }
    .mob__end.white {
        border-radius: 60vw 60vw 0 0 / 12vh 12vh 0 0;
    }
    .mob__end p {
        padding: 0 1rem;
    }
    .mob__contact,
    .mob__contact-white {
        grid-template-columns: 1fr;
        row-gap: 2rem;
    }
    .mob__contact-icon {
        grid-column: 1 / 2;
        margin-bottom: 2rem;
    }
    .mob__contact a,
    .mob__contact-white a {
        grid-row: unset;
    }
    .mob__contact a:first-child,
    .mob__contact a:last-child {
        justify-self: center;
        box-shadow: inset -0.5px 0.75px 0.25px #EEEEEE59;
        border-radius: 27.5px;
    }
    .mob__contact-white a:first-child, 
    .mob__contact-white a:last-child {
        justify-self: center;
        border-radius: 27.5px;
    }
    .mob__contact-icon:hover img,
    .mob__contact-icon:hover img {
        translate: calc(50vw - 100px) -20px;
    }
    .mob__contact-icon:hover span,
    .mob__contact-icon:hover span {
        translate: calc(-50vw + 100px) 20px;
    }
    .mob__contact:has(.mob__contact-icon:hover) a:first-child,
    .mob__contact:has(.mob__contact-icon:hover) a:first-child,
    .mob__contact:has(.mob__contact-icon:hover) a:last-child,
    .mob__contact:has(.mob__contact-icon:hover) a:last-child {
        box-shadow: inset -0.5px 0.75px 0.12px #EEEEEE59, 0 0 20px #1F58D6D8;
    }
    .mob__footer {
        padding: 5rem 0 1.5rem 0;
    }
}

/* Small mobiles */
@media screen and (max-width: 376px) {
    /* Home */
    .mob-h__hero h1 {
        margin-top: 4rem;
    }
    .mob-h__care {
        gap: 150px;
    }
    .mob-h__journey {
        margin: 6rem 0 4rem 0;
    }
    .mob-h__work,
    .mob-h__cost,
    .mob-h__scrum {
        min-height: 100vh;
    }
}