:root{
    --shift: 0;
    --gradient-first-color: 0;
}

.blue.green .cursor,
.blue.navigationActive .cursor,
.contact-fixed,
.scrollbar-wrapper,
.cursor,
.logo {
    mix-blend-mode: difference;
}

.career-description h4,
.contact-fixed,
.lets-talk,
.product-details h2,
.second-nav h4,
.single-service-v2 h2,
.submit-button,
.team-goals-wrapper h3 {
    text-transform: uppercase;
}

* {
    margin: 0;
    padding: 0;
    font-family: Inter, sans-serif;
    box-sizing: border-box;
    cursor: none;
    font-style: normal;
}

.cursor-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 0;
    height: 0;
}

.cursor {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    background-color: transparent;
    z-index: 10000;
    border: 3px solid #fff;
    height: 25px;
    width: 25px;
    transition: width 0.3s, height 0.3s, border-color 0.3s, mix-blend-mode;
}

.banner-wrapper,
.banner-wrapper video {
    height: 100vh;
    width: 100%;
}

.banner-wrapper {
    scroll-snap-align: start;
}

.blue .contact-fixed,
.blue .scrollbar-wrapper,
.blue .scrollbar-thumb,
.blue .scrollbar-track,
.blue .scrollbar-text,
.blue .cursor,
.blue header .hamby-wrapper,
.blue header .logo-wrapper,
.green header .hamby-wrapper,
.green .scrollbar-thumb,
.green .scrollbar-track,
.green .scrollbar-text,
.green .scrollbar-wrapper,
.green header .logo-wrapper,
.green-back-only header .hamby-wrapper,
.green-back-only header .logo-wrapper,
.green-back-only .scrollbar-thumb,
.green-back-only .scrollbar-track,
.green-back-only .scrollbar-text,
.navigationActive header .logo-wrapper,
.green-first header .logo-wrapper,
.green-first header .hamby-wrapper,
.green-first .scrollbar-thumb,
.green-first .scrollbar-track,
.green-first .scrollbar-text,
.product-catalog .hamby-wrapper,
.product-catalog .scrollbar-wrapper{
    mix-blend-mode: unset;
}

.cursor.hover {
    width: 40px;
    height: 40px;
    border-color: #fff;
}

.cursor.hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
}

.banner-wrapper,
.blue.navigationActive header .hamby span,
.cursor-black.cursor:after,
.green .contact-fixed::after,
.green .scrollbar-thumb,
.green .scrollbar-track,
.green .scrollbar::after,
.green header .hamby span,
body,
html {
    background-color: #000;
}

.cursor-black.cursor {
    mix-blend-mode: normal;
    border-color: #000;
}

body {
    width: 100%;
    height: 100%;
    /*overflow-x: hidden;*/
    transition: background-color 1s;
}

body.navigationActive {
    overflow: hidden;
}

.about-us-wrapper,
.green-back-only header .hamby span,
.hamby span,
.overlay-wrapper,
.partners-wrapper,
.services-v2-wrapper {
    background-color: #fff;
}

.banner-text-wrapper .amplify-benefits,
.lets-talk {
    background: linear-gradient(113deg, #9be545 0, #0cf 100%);
}

.banner-wrapper video {
    object-fit: cover;
}

.banner-text-wrapper {
    position: absolute;
    top: 50%;
    left: 22vw;
    transform: translate(0, -50%);
    height: 35vh;
}

.banner-text-wrapper .amplify-benefits {
    font-size: 6.667vw;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 6px solid #fff;
    width: max-content;
    font-weight: 600;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-text-wrapper p.amplify-benefits,
.benefits-container,
.hamby,
.logo,
.main-nav a {
    position: relative;
}

.hamby-wrapper,
.logo-wrapper {
    position: fixed;
    top: 3.8vw;
    z-index: 999;
    mix-blend-mode: difference;
}

.amplify-benefits.active {
    animation: 2s rotate-text-up;
}

@keyframes rotate-text-up {
    0% {
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
    20%,
    80% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}

.banner-text-wrapper .pretitle {
    font-size: 1.25vw;
    color: #fff;
}

.banner-text-wrapper .amplify {
    font-size: 6.667vw;
    line-height: 1.1;
    color: #fff;
    font-weight: 600;
}

.logo-wrapper {
    left: 3.8vw;
}

.hamby-wrapper {
    right: 3.8vw;
}

.green header path {
    fill: #000;
}

.green-back-only header path,
.navigationActive header .logo path {

    fill: #fff;
}
.logo {
    width: 12vw;
    display: flex;
    transform: translateX(-150%);
    animation: 1s 1s forwards logo;
}

@keyframes logo {
    0% {
        transform: translateX(-150%);
    }
    100% {
        transform: translateX(0);
    }
}

.contact-form-wrapper img,
.input-container.full-width,
.logo svg,
.second-nav .contact p:hover:after,
.second-nav svg,
.tell-us-about-it.active a::after {
    width: 100%;
}

.hamby span,
.hamby:hover span {
    width: calc(100% - 1.38vw);
}

#Arrango.active .product-icons::after,
#ProductCatalog.active .product-icons::after,
.product-icons::before {
    width: calc(100% - 13.88vw);
}

.hamby {
    width: 3.05vw;
    padding: 0.694vw;
    height: 2.22vw;
    display: flex;
    flex-flow: column;
    transform: translate(calc(3.8vw + 150%));
    animation: 1s 1s forwards hamby;
}

@keyframes hamby {
    0% {
        transform: translateX(calc(3.8vw + 150%));
    }
    100% {
        transform: translateX(0);
    }
}

.hamby span {
    position: absolute;
    top: 0.694vw;
    right: 0.694vw;
    height: 0.2vw;
    transition: top 0.3s, transform 0.4s 0.4s;
    transform-origin: center center;
    transform: rotate(0);
}

.hamby span:nth-of-type(2) {
    bottom: 0.694vw;
    top: unset;
    transition: width 0.3s;
    transition: bottom 0.3s, transform 0.4s 0.4s;
    transform-origin: center center;
    transform: rotate(0);
}

.hamby.active span {
    top: 50%;
    transform: rotate(45deg);
    transform-origin: center center;
}

.hamby.active span:nth-of-type(2) {
    bottom: 50%;
    transform: rotate(-45deg);
    transform-origin: center center;
}

.hamby.ready span {
    transition: top 0.3s 0.5s, transform 0.4s;
}

.hamby.ready span:nth-of-type(2) {
    transition: bottom 0.3s 0.5s, transform 0.4s;
}

html {
    scrollbar-width: none;
    -ms-overflow-style: none;
    /*scroll-snap-type: y mandatory;*/
    scroll-behavior: smooth;
    /*overscroll-behavior: contain;*/
}

html::-webkit-scrollbar {
    display: none;
}

.scrollbar-track {
    position: absolute;
    margin-top: 0.5vw;
    height: 2px;
    width: 3.5vw;
    background-color: white;
    border-radius: 0.7vw;
    z-index: 777;
}

.scrollbar-thumb {
    position: absolute;
    margin-top: 0.32vw;
    width: 0.5vw;
    height: 0.5vw;
    background-color: white;
    border-radius: 50%;
    z-index: 777;
    transform-origin: center left;
}

.scrollbar-thumbbox{
    position: relative;
    width: 3.5vw;
}

.scrollbar-thumb::before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
}

.scrollbar-text {
    position: absolute;
    left: 67%;
    width: 0.5vw;
    height: 0.5vw;
    font-size: 0.83vw;
    font-weight: 450;
    line-height: normal;
    text-decoration: none;
    z-index: 777;
}

.scrollbar-wrapper{
    position: fixed;
    bottom: 3.2vw;
    left: 3.2vw;
    width: 6.3vw;
    height: 1vw;
    z-index: 777;
    transform-origin: top left;
    transform: translateX(calc(-3.2vw - 50%)) rotate(-90deg);
    mix-blend-mode: difference;
    animation: 1s 1s forwards scrollbar-wrapper;
}

@keyframes scrollbar-wrapper {
    0% {
        transform: translateX(calc(-3.2vw - 50%))  rotate(-90deg);
    }
    100% {
        transform: translateX(0)  rotate(-90deg);
    }
}

.contact-fixed,
.scrollbar-wrapper,
.cursor,
.logo {
    mix-blend-mode: difference;
}

.green .contact-fixed,
.green .scrollbar-thumb,
.green .scrollbar-track,
.green .scrollbar-text{
    color: #000;
    mix-blend-mode: unset;
}

.overlay-wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -100%;
    z-index: 888;
    transition: right 1s ease-in-out;
}

.overlay-wrapper img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: -160%;
    transition: left 1s ease-in-out;
}

.main-nav a,
.second-bottom a,
.second-top a,
.social-nav a {
    transition: color 0.5s;
    color: #000;
    text-decoration: none;
}

.navigationActive .overlay-wrapper {
    right: 0;
}

.navigationActive .overlay-wrapper img {
    left: 0;
}

.overlay-navigation {
    padding: 15vh 10vw 5vh 60%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    overflow-y: auto;
    height: 100vh;
}

.main-nav {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.second-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0 25px;
    flex-wrap: wrap;
}

.main-nav a {
    width: fit-content;
    padding-right: 20px;
    bottom: -30px;
    opacity: 0;
    transform-origin: center left;
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.8;
}

.lets-talk,
.partners-container a,
.partners-title,
.what-we-do-services div {
    position: relative;
    bottom: -5vh;
    opacity: 0;
}

.product-icon svg,
.team-mosaic img {
    transform: translate(-50%, -50%);
    top: 50%;
}

.main-nav a:first-of-type {
    transition: bottom 0.2s 0.8s, opacity 0.2s 0.8s;
}

.main-nav a:nth-of-type(2) {
    transition: bottom 0.2s 0.9s, opacity 0.2s 0.9s;
}

.main-nav a:nth-of-type(3) {
    transition: bottom 0.2s 1s, opacity 0.2s 1s;
}

.main-nav a:nth-of-type(4) {
    transition: bottom 0.2s 1.1s, opacity 0.2s 1.1s;
}

.main-nav a:nth-of-type(5) {
    transition: bottom 0.2s 1.2s, opacity 0.2s 1.2s;
}

.lets-talk.active,
.navigationActive .main-nav a:first-of-type,
.navigationActive .main-nav a:nth-of-type(2),
.navigationActive .main-nav a:nth-of-type(3),
.navigationActive .main-nav a:nth-of-type(4),
.navigationActive .main-nav a:nth-of-type(5),
.partners-title.active,
.what-we-do-services.active div {
    bottom: 0;
    opacity: 1;
}

.main-nav a:hover {
    scale: 1.1;
    font-weight: 600;
}

.second-top a {
    font-size: 24px;
    line-height: 2.08;
    opacity: 0;
    position: relative;
    top: -40px;
}

.second-top a:first-of-type {
    transition: top 0.2s 0.8s, opacity 0.2s 0.8s;
}

.second-top a:nth-of-type(2) {
    transition: top 0.2s 0.9s, opacity 0.2s 0.9s;
}

.second-top a:nth-of-type(3) {
    transition: top 0.2s 1s, opacity 0.2s 1s;
}

.navigationActive .second-top a:first-of-type,
.navigationActive .second-top a:nth-of-type(2),
.navigationActive .second-top a:nth-of-type(3) {
    top: 0;
    opacity: 1;
}

.about-us-wrapper h1,
.about-us-wrapper p,
.second-bottom a:hover,
.second-top a:hover,
.social-nav a:hover {
    color: #000;
}

.career-openings,
.second-top,
.team-mosaic {
    display: flex;
    flex-flow: column;
}

.social-nav {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
}

.second-bottom a,
.social-nav a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.88;
}

.second-bottom {
    position: relative;
    opacity: 0;
    right: -40px;
    transition: right 0.2s 1s, opacity 0.2s 1s;
}

.navigationActive .second-bottom {
    right: 0;
    opacity: 1;
}

.second-nav h4 {
    color: #767676;
    font-size: 1vw;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: 2%;
}

.second-nav .contact {
    margin-right: 40px;
}

.second-nav .contact p {
    color: #000;
    font-size: 1.7vw;
    font-weight: 500;
    line-height: 138%;
    text-decoration: none;
    position: relative;
}

.second-nav .contact p:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 3px;
    background-color: #000;
    width: 0;
    transition: width 0.3s;
}

.contact-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form-wrapper .social-media div,
.second-nav .social-media div {
    display: flex;
    margin-top: 0.5vh;
}

.contact-form-wrapper .social-media a,
.second-nav .social-media a {
    display: flex;
    width: 1.53vw;
    margin-right: 1.3vw;
}

.lets-talk,
.partners-title {
    transition: bottom 0.3s ease-in, opacity 0.3s ease-in;
}

.partners-title {
    font-weight: 600;
    margin-bottom: 15vh;
    font-size: 5.556vw;
}

.partners-wrapper {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 15vh 5vw;
}

.partners-wrapper.gray-background {
    background-color: #fbfcff;
}

.partners-transition {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
}

.partners-container {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15vh;
}

.partners-container a {
    margin: 0 2vw;
    width: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-container a:first-of-type {
    transition: bottom 0.3s ease-in 0.1s, opacity 0.3s ease-in 0.1s;
}

.partners-container a:nth-of-type(2) {
    transition: bottom 0.3s ease-in 0.2s, opacity 0.3s ease-in 0.2s;
}

.partners-container a:nth-of-type(3) {
    transition: bottom 0.3s ease-in 0.3s, opacity 0.3s ease-in 0.3s;
}

.partners-container a:nth-of-type(4) {
    transition: bottom 0.3s ease-in 0.4s, opacity 0.3s ease-in 0.4s;
    width: 14vw;
}

.partners-container a:nth-of-type(5) {
    transition: bottom 0.3s ease-in 0.5s, opacity 0.3s ease-in 0.5s;
}

.partners-container.active a {
    opacity: 1;
    bottom: 0;
}

.partners-container img {
    width: 100%;
    height: fit-content;
    max-height: 6.5vh;
}

.services-v2-wrapper {
    padding: 6.94vw;
}

.lets-talk {
    color: #fff;
    font-size: 1.12vw;
    font-weight: 800;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    width: 14vw;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 transparent;
    transition: box-shadow 0.4s ease-in-out, color 0.4s ease-in-out, bottom 0.3s ease-in, opacity 0.3s ease-in;
    border-radius: 5vw;
}

.lets-talk:hover {
    box-shadow: inset 20vw 0 0 #000;
}

.about-us-wrapper,
.how-we-do-it-wrapper,
.what-we-do-wrapper {
    background-color: #000;
    min-height: 100vh;
    width: 100%;
    padding: 6.95vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    transition: background-color 0.5s ease-in;
}

.what-we-do-wrapper.white{
    background-color: white;
}

.what-we-do-wrapper.white h1{
    color: black;
}

.about-us-wrapper h1,
.contact-form-wrapper h1,
.how-we-do-it-wrapper h1,
.what-we-do-wrapper h1,
.product-section h1 {
    color: #fff;
    font-size: 4.87vw;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 8vh;
    opacity: 0;
    position: relative;
    left: -10vw;
    transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out, color 1s ease-in-out;
}
.product-section h1 {
    color: #000;
    margin-bottom: 10vh;
}

.about-us-wrapper p,
.how-we-do-it-wrapper p {
    opacity: 0;
    position: relative;
    right: -10vw;
    transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.about-us-wrapper.active h1,
.amplibit-team-wrapper > h1.active,
.contact-form-wrapper h1.active,
.contact-form-wrapper.active h1,
.how-we-do-it-wrapper.active h1,
.what-we-do-wrapper h1.active,
.product-section h1.active {
    opacity: 1;
    left: 0;
}

.about-us-wrapper.active p,
.how-we-do-it-wrapper.active p {
    opacity: 1;
    right: 0;
}

.contact-form-wrapper h1 {
    width: 100%;
    margin-bottom: 10vh;
}

.what-we-do-services {
    display: flex;
    justify-content: space-between;
    padding-left: 6.95vw;
}

.what-we-do-services div {
    width: 45%;
    transition: bottom 0.3s ease-in, opacity 0.3s ease-in;
}

.what-we-do-services div:nth-of-type(2) {
    bottom: 0;
    top: -5vh;
    transition: top 0.3s ease-in, opacity 0.3s ease-in;
}

.what-we-do-services.active div:last-of-type {
    top: 0;
}

.what-we-do-services h2,
.what-we-do-services h3 {
    color: #0cf;
    font-weight: 500;
    line-height: 160%;
    font-size: 2.1vw;
    margin-bottom: 1.3vw;
}

.about-us-wrapper p,
.how-we-do-it-wrapper p,
.what-we-do-services p {
    color: #fff;
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 188%;
    transition: color 0.5s ease-in;
    margin-bottom: 2vw;
}

.what-we-do-wrapper.white .what-we-do-services p{
    color: black;
}

.about-us-wrapper p,
.how-we-do-it-wrapper p {
    width: 75%;
    padding-left: 6.95vw;
}

.how-we-do-it-wrapper a {
    text-decoration: none;
    font-weight: 700;
    color: inherit;
}

.contact-link-wrapper{
    width: 100%;
}

.contact-link {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 0.55vw;
    padding: 1.2vw 1.8vw;
    border: 1px solid white;
    border-radius: 5vw;
    color: white;
    background-color: transparent;
    transition: color 0.4s ease;
    overflow: hidden;
    position: relative;
    z-index: 4;
    text-decoration: none;
    text-transform: uppercase;
}

.contact-link-big{
    border: 3px solid white;
    padding: 2.5vw 3.6vw;
}

.contact-link.contact-link-big span{
    font-size: 1.5vw;
}

.contact-link::before {
    content: '';
    position: absolute;
    transform-origin: center;
    top: -50%;
    width: 0;
    height: 150%;
    left: -10%;
    background: white;
    border-radius: 50%;
    transition: height 0.4s ease-in-out, width 0.4s ease-in-out, top 0.4s ease-in-out;
    z-index: 0;
}

.contact-link span {
    position: relative;
    width: 100%;
    z-index: 1;
    color: white;
    transition: color 0.3s ease;
    font-size: 1vw;
    font-weight: 700;
}

.contact-link svg {
    position: relative;
    height: 1vw;
    width: 1.4vw;
    fill: white;
    transition: fill 0.2s ease;
    z-index: 10;
}

.contact-link a{
    text-decoration: none;
}

.contact-link:hover {
    transition: background-color 0.3s ease-in-out 0.1s;
    background-color: white;
}

.contact-link:hover span {
    color: black;
    background-clip: text;
    -webkit-background-clip: text;
}

.contact-link:hover svg {
    fill: black;
}

.contact-link:hover::before {
    top: -50%;
    width: 130%;
    height: 300%;
}

.item-info .contact-link{
    font-size: 1.5vw;
}

#products-link {
    border: 0;
    background: transparent;
    font-size: 2vw;
    padding: 3vw;
}

#products-link span{
    font-size: 2.5vw;
}

#products-link svg{
    width: 3vw;
    height: 3vw;
}
.canvas-wrapper{
    width: 100vw;
    height: 100vh;
    z-index: 0;
}

.product-catalog{
    position: relative;
    width: 100vw;
    height: 400vh;
    background-color: black;
    display: flex;
    justify-content: center;
    opacity: 100;
    z-index: 1;
}

.transition {
    position: relative;
    overflow: visible;
    margin: 0;
    background: black;
    display: flex;
    justify-content: center;
    align-items: start;
    height: 210vh;
    padding-top: 10vh;
    transition: background 0.5s ease-in;
    z-index: 2;
}

.transition.white{
    background: white;
}

body.blue .transition.white {
    background: rgb(128,211,124);
    transition: background 0s;
}

.transition-text{
    position: absolute;
    text-align: center;
    display: flex;
    padding: 0 5vw 0;
    justify-content: center;
    font-size: 4.86vw;
    width: 100%;
    top: 50%;
    z-index:100;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in;
}

.transition-text.active{
    opacity: 1;
    transform: translateY(-40px);
}

#our-products{
    color: #FFFFFF;
}

.transition-window{
    opacity: 0;
    width: 100vw;
    height: 210vh;
    position: sticky;
    top: 0;
    align-items: center;
    transition: opacity 0.5s ease-in;
    z-index: 0;
}

.transition-window.active{
    opacity: 1;
}

.changing-header {
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-items: center;
    opacity: 0;
}

.changing-header.active{
    opacity: 1;
}

.canvas-wrapper{
    width: 100vw;
    height: 100vh;
    top: 0;
    position: sticky;
    align-content: center;
    justify-items: center;
}

canvas {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.products-window{
    --gradient-first-color: rgba(148,217,113);
    --gradient-second-color: rgba(148,217,113);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    overflow: hidden;
    background: linear-gradient(252.14deg, var(--gradient-first-color) 0.52%, var(--gradient-second-color) 79.19%);
    z-index: 0;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out, border-radius 0.5s ease-in-out;
}

.products-window.in-focus{
    width: 100vw;
    height: 100vh;
    border-radius: 0;
}

.scrollable-products{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 1;
}

.fixed-info{
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 5vw;
    width: 50%;
    z-index: 1;
    height: 100%;
}

.info-wrapper{
    position: sticky;
    top: 0;
    height: 100vh;
}

.product-contain{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: row;
    opacity: 1;
    background: rgba(255, 255, 255, 0.01);
    transition: opacity 1s ease-in;
}

.product-contain.active {
    opacity: 1;
}

.product-contain:not(.active) {
    transition: opacity 0s;
    opacity: 0;
}

.product-img-wrapper {
    align-content: center;
    width: 100%;
    position: relative;
}

.product-svg-wrapper{
    max-width: 45vw;
    width: 100%;
    transform: translateX(-15%);
}

.product-svg-wrapper svg{
    width: 100%;
    height: 100%;
}

.product-img {
    position: absolute;
    transform: translate(-70%, -50%);
    width: min(130%, 50vw);
    height: auto;
    top: calc(45%);
    left: calc(50%);
    display: block;
    opacity: 1;
}

#libby-img-2{
    right:calc(50%);
}

.product-image-container{
    position: relative;
    width: 50vw;
    aspect-ratio: 1/1;
}

.product-img-mini{
    position: absolute;
    top: calc(45% + 11vw/* - max(var(--shift)) - 15%*/);
    transform: translate(-30%, -50%);
    left: calc(50%  /*- max(var(--shift) - 10%, 0%)*/);
    width: min(100%, 28vw);
    height: auto;
    opacity: calc(100%/* - var(--shift)*4*/);
}

#vengo-img{
    width: 45vw;
}

#catago-img{
    width: 45vw;
}

#arrango-1{
    width: 55vw;
    left: 65%;
}

#arrango-2{
    left: -5%;
    width: 26vw;
}

.product-info{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    padding-left: 9vw;
    opacity: calc(150%);
    transition: opacity 0.5s ease-in-out;
}

.product-info:not(.active){
    opacity: 0;
    pointer-events: none;
}

.product-info.active{
    opacity: 1;
}

.product-info-content-wrapper{
    display: flex;
    height: 100%;
    width: 100%;
    flex-flow: column;
    gap: 1.39vw;
    justify-content: center;
}

.product-moto,
.product-name{
    color: #f0f0f0;
}

.product-header{
    display: flex;
    gap: 10px;
}

.product-name{
    font-family: Figtree, sans-serif;
    font-size: 3.8vw;
    text-align: left;
    left: 180px;
}

.product-moto{
    width: 23vw;
}

.product-moto p{
    font-size: 1.3vw;
    font-weight: 500;
}

.product-moto svg{
    width: 1.9vw;
    height: 1.9vw;
    pointer-events: none;
}

.product-logo{
    transform-origin: center calc(50% - 10px);
    width: 4vw;
    height: 4vw;
    opacity: 1;
}

.product-logo svg{
    width: 100%;
    height: 100%;
}

.product-logo.active{
    opacity: 100;
}

.button-wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    pointer-events: auto;
    z-index: 999;
}

@keyframes fadeDown {
    0% {

        transform: translateY(0);
    }
    100% {

        transform: translateY(20px);
    }
}
/*#############################################################################################*/
.product-section{
    position: relative;
    display: flex;
    justify-content: center;
    background: black;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.product-section.white {
    background-color: #fff;
}

.product-section{
    margin: 0;
    padding: 10vw 0;
    position: relative;
    display: flex;
    flex-flow: column;
    background: #fff;
    align-items: center;
    width: 100%;
    gap: max(1vw, 1vh);
}

.product-background{
    width: 98.5vw;
    height: 98vh;
    border-radius: 2.2vw;
    z-index: 2;
}

.product-background-text svg{
    width: 100%;
    height: 100%;
}

.product{
    position: relative;
    display: flex;
    border-radius: 2.2vw;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.product.visible .product-img-container {
    animation: fadeIn 0.8s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.product-background-text{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.product:not(.visible) .product-background-text div div span{
    opacity: 0;
}

.product.visible .product-background-text.visible div div span{
    opacity: 1;
}

#background-logo-vengo svg{
    height: 100%;
    width: 100%;
    transform: translate(-23%);
}

#background-logo-catago svg{
    height: 100%;
    width: 100%;
    transform: translate(30%);
}

#background-logo-arrango svg{
    height: 100%;
    width: 100%;
    transform: translate(-30%);
}

#background-logo-libby svg{
    transform: translate(20%);
}

.item-info{
    display: flex;
    flex-flow: column;
    position: relative;
    gap: 1vw;
    width: 35%;
    height: 100%;
    align-content: center;
    padding-left: 8.125vw;
    justify-content: center;
}

#catago-info{
    padding-left: 0;
    width: 35%
}

#libby-info{
    padding-left: 0;
    width: 35%
}

#libby-img{
    padding-right: 3vw;
}

.item-img {
    width: 65%;
    height: 100%;
    align-content: center;
}

.product-item-name{
    position: relative;
    font-size: min(5.6vw, 110px);
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 1vw;
}

.product-img-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
}

.product-img-wrapper {
    width: 80%;
    height: 100%;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
}

.product-page-img{
    height: auto;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.4s ease-in-out;
    will-change: transform;
    max-width: 80vh;
}

.product-page-img.no-transition {
    transition: none;
}

#vengo-3{
    width: 75%;
    max-width: 65vh;
    z-index:1;
}

#vengo-2{
    width: 95%;
    z-index:2;
}

#vengo-1{
    width: 15%;
    z-index:3;
}

#catago-1{
    width: 80%;
    max-width: 75vh;
    z-index:3;
}

#products-amplihire-img {
    width: 80%;
    max-width: 75vh;
}

#catago-2{
    width: 60%;
    z-index:2;
}

#catago-3{
    width: 10%;
    z-index:1;
}

#catago-4{
    width: 70%;
    z-index:4;
}

#vengo-gqi-1{
    width: 45.625vw;
}

#vengo-gqi-2{
    width:25%;
    position: absolute;
    transform: translate(-50%, -50%) translate(70%, 30%);
}

#arrango-1{
    top: 40%;
    left: 55%;
    width: 90%;
    z-index:3;
}

#arrango-2{
    top: 40%;
    left: 55%;
    width: 45%;
    max-width: 55vh;
    transform: translate(-50%, -50%) translate(10%, 20%);
    z-index:3;
}

#libby-1{
    width: 90%;
    max-width: 80vh;
    height: auto;
    transform: translate(-50%, -50%) translate(0, -10%);
}

#libby-2{
    width: 55%;
    max-width: 60vh;
    position: absolute;
    transform: translate(-50%, -50%) translate(70%, 40%);
}

.product-img-svg-wrapper {
    width: 60vw;
}

.product-img-svg-wrapper svg{
    width: 100%;
    height: auto;
    max-height: 75vh;
}

.parallax{
    --parallax-y: 0px;
    will-change: transform;
    transform: translateY(var(--parallax-y, 0));
    transition: transform 0.1s linear;
}

.product-item-logo{
    position: absolute;
    top: 6.8vw;
    right: 6.8vw;
    width: 3.125vw;
}

.product-item-logo svg{
    width: 100%;
    height: 100%;
}

.product-desc{
    max-width: 43vw;
    color: #FFFFFF;
    font-size: min(30px, 1.52vw);
    font-weight: 500;
    width: 80%;
    margin-bottom: 2vw
}

.product-view-more{
    bottom: 6.5vw;
    right: 7.2vw;
}

#see-more-vengo:hover{
    color: #52c36f;
}

#see-more-vengo:hover span{
    color: #52c36f;
}

#see-more-vengo:hover svg{
    fill: #52c36f;
}

#see-more-arrango:hover{
    color: #0fbcb3;
}

#see-more-arrango:hover span{
    color: #0fbcb3;
}

#see-more-arrango:hover svg{
    fill: #0fbcb3;
}

#see-more-catago:hover{
    color: #34b0fd;
}

#see-more-catago:hover span{
    color: #34b0fd;
}

#see-more-catago:hover svg{
    fill: #34b0fd;
}

#see-more-libby:hover{
    color: #3c8ef0;
}

#see-more-libby:hover span{
    color: #3c8ef0;
}

#see-more-libby:hover svg{
    fill: #3c8ef0;
}

#see-more-amplihire:hover{
    color: #6e4ed4;
}

#see-more-amplihire:hover span{
    color: #6e4ed4;
}

#see-more-amplihire:hover svg{
    fill: #6e4ed4;
}


.background {
    position: relative;
    width: 100vw;
    height: 100vh;
    z-index: 1;
}

.leak {
    position: absolute;
    width: 300px;
    height: 300px;
    background:
            radial-gradient(circle at 40% 30%, rgb(255, 255, 255), transparent 60%),
            radial-gradient(circle at 70% 50%, rgb(255, 255, 255), transparent 65%),
            radial-gradient(circle at 30% 70%, rgb(255, 255, 255), transparent 70%);
    filter: blur(40px);
}

@keyframes float {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, -10px) scale(1.05); }
    100% { transform: translate(0, 0) scale(1); }
}
/*##################################################################################################*/

/*########## overdie should be edeleted*/


/*#############################################################################################*/
.services-wrapper {
    width: 100%;
    padding: 6.94vw 0;
}

.services-v2-wrapper > h1 {
    color: #000;
    font-size: 4.86vw;
    font-weight: 500;
    line-height: 110%;
    padding: 6.94vw;
}

.single-service-wrapper {
    padding: 6.94vw;
    display: flex;
    align-items: center;
    flex-flow: column;
    opacity: 0;
    transition: opacity 0.5s;
}

.career-description,
.single-process p {
    transition: height 0.5s;
    overflow: hidden;
}

body.blue,
body.blue.green-first {
    background-color: #0cf;
}

.single-service-v2-wrapper:last-of-type a,
.single-service-wrapper:nth-of-type(2) .product-icon,
body.blue.green,
body.blue.green-back-only,
body.green,
body.green-first {
    background-color: #9be545;
}

.single-service,
.single-service-details,
.single-service-v2 {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-service-details {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1vh;
}

.second-service .single-service-details {
    flex-flow: row-reverse;
}

.single-service-details div {
    width: 45%;
    padding: 5vh 0 0;
}

.single-service img,
.single-service-v2 img {
    width: 45%;
    height: auto;
}

.blue.green-first .single-service-wrapper:nth-of-type(2),
.green .single-service-wrapper:last-of-type,
.green-back-only .single-service-wrapper:last-of-type,
.green-first .single-service-wrapper:first-of-type,
.process-icons-mobile div.active,
.product-icon p,
.single-service-wrapper.active .product-icon svg,
.team-mosaic > div > div:hover picture:nth-of-type(2) {
    opacity: 1;
}

.single-service div,
.single-service-v2 div {
    width: 45%;
}

.single-service h2,
.single-service h3 {
    color: #fff;
    font-size: 1.67vw;
    font-weight: 500;
    margin-bottom: 1vh;
}

.single-service-v2 h2 {
    color: #000;
    font-size: 1.112vw;
    font-weight: 500;
    margin-bottom: 0.69vw;
}

.single-service h1 {
    color: #fff;
    font-size: 4.167vw;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 3vh;
}

.single-service-v2 h1 {
    color: #000;
    font-size: 2.77vw;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 2.08vw;
}

.single-service p,
.single-service-details a,
.single-service-details li,
.single-service-details p {
    color: #fff;
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 166.667%;
    margin-bottom: 3.5vh;
}

.single-service-details li {
    margin-bottom: 0;
}

.single-service-details ul {
    padding-left: 2vw;
    margin-bottom: 3.5vh;
}

.single-service-v2 p {
    color: #000;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 2.08vw;
}

.single-service a,
.single-service-v2 a {
    display: flex;
    font-size: 1.112vw;
    text-decoration: none;
    color: #fff;
}

.single-service a {
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 1.74vw;
    height: 3.5vw;
    width: fit-content;
    font-weight: 700;
    padding: 0 2vw;
}

.single-service-v2 a {
    justify-content: center;
    align-items: center;
    border-radius: 1.73vw;
    background-color: #0cf;
    height: 3.46vw;
    width: 10.42vw;
    font-weight: 700;
}

.product-details,
.product-icons,
.product-icons > div {
    background-color: inherit;
    display: flex;
}

.product-details {
    flex-flow: column;
    margin-top: 120px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.product-details h2 {
    color: #fff;
    text-align: center;
    font-size: 1.39vw;
    font-weight: 700;
    line-height: 1.5;
}

.product-details h4,
.product-icon p {
    color: #fff;
    font-size: 1.66vw;
    font-weight: 500;
    text-align: center;
}

.product-icons > div:first-of-type .product-icon p,
.product-icons > div:first-of-type svg {
    transition: opacity 0.3s;
}

.product-icons > div:nth-of-type(2) .product-icon p,
.product-icons > div:nth-of-type(2) svg {
    transition: opacity 0.3s 1s;
}

.product-icons > div:nth-of-type(3) .product-icon p {
    transition: opacity 0.3s 2s;
}

.product-icons > div:nth-of-type(4) .product-icon p,
.product-icons > div:nth-of-type(4) svg {
    transition: opacity 0.3s 3s;
}

.single-service-wrapper.active .product-icon p {
    opacity: 0;
}

.product-icon svg {
    width: 100%;
    height: 100%;
    max-width: 30%;
    max-height: 30%;
    position: absolute;
    left: 50%;
    opacity: 0;
}

.product-icons > div:nth-of-type(3) svg {
    max-width: 40%;
    transition: opacity 0.3s 2s;
}

.product-icons {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.product-icons > div {
    flex-flow: column;
    width: 13.88vw;
    align-items: center;
    margin-top: 4.16vw;
}

.product-icons > div::before {
    content: "";
    display: block;
}

.product-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.07vw solid #fff;
    width: 8.33vw;
    height: 8.33vw;
    border-radius: 50%;
    margin-bottom: 1.38vw;
    position: relative;
    z-index: 2;
    background-color: #0cf;
}

.product-icons::before {
    content: "";
    position: absolute;
    border-top: 0.14vw dashed #fff;
    opacity: 0.7;
    left: 6.94vw;
    top: 8.33vw;
}

.product-icons::after {
    content: "";
    position: absolute;
    border-top: 0.2vw solid #fff;
    width: 0;
    left: 6.94vw;
    top: 8.3vw;
    transition: width 3s linear;
}

.process-wrapper {
    min-height: 100vh;
    width: 100%;
    padding: 13.88vw 6.94vw;
    display: flex;
    background-color: #f9faff;
}

.process-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.process-animation {
    width: 35%;
}

.process-description {
    width: 35%;
    display: flex;
    flex-flow: column;
}

.process-description h1 {
    color: #000;
    font-size: 5.55vw;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 2.08vw;
}

.single-process {
    padding-left: 0.348vw;
}

.single-process:not(:last-of-type) {
    margin-bottom: 1.38vw;
    border-bottom: 0.07vw solid #d9d9d9;
    padding-bottom: 1.38vw;
}

.single-process h4 {
    color: #000;
    font-size: 1.112vw;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 0.69vw;
}

.single-process h2 {
    color: #000;
    font-size: 2.36vw;
    font-weight: 500;
    margin-bottom: 1.042vw;
}

.career-description:not(.active),
.careers-container p.career-contact span:nth-of-type(2n),
.careers-container p.careers-hello span:nth-of-type(2n),
.contact-info-container p.text-hello span:nth-of-type(2n),
.contact-text span:nth-of-type(2n),
.join-us p span:nth-of-type(2n),
.single-process h2 span,
footer .text-hello span:nth-of-type(2n) {
    display: none;
}

.single-process p {
    color: #000;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 2;
    height: 0;
}

.single-service-v2-wrapper {
    background-color: #f4f6fa;
    padding: 6.9vw;
    margin-bottom: 6.9vw;
}

.careers-container,
.full-width-image {
    margin: auto;
    width: 100%;
}

.full-width-image {
    display: block;
    aspect-ratio: 2;
    max-height: 100vh;
    object-fit: cover;
}

.careers-wrapper {
    padding: 6.94vw 13.88vw;
    background-color: #fff;
}

.career-opening {
    display: flex;
    margin-bottom: 30px;
    border-radius: 6px;
    background-color: #f1f3f9;
    flex-flow: column;
    padding: 0 2.43vw;
}

.career-opening h3 {
    color: #000;
    font-size: 1.66vw;
    font-weight: 500;
    line-height: 110%;
    position: relative;
    display: block;
    width: 100%;
    padding: 1.66vw 0;
}

.career-opening h3::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 8px;
    height: 8px;
}

.careers-container h2,
.careers-container p.careers-hello {
    color: #000;
    font-size: 2.64vw;
    font-weight: 500;
    line-height: 110%;
}

.careers-container p.careers-hello {
    text-decoration: underline;
    display: inline;
}

.careers-container h2 {
    margin-bottom: 100px;
}

.career-description {
    border-top: 1px solid #d9d9d9;
}

.career-description > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.career-description > div:first-of-type {
    padding-top: 40px;
}

.career-description h4 {
    width: 20%;
    min-width: 13.88vw;
    color: #000;
    font-size: 0.98vw;
    font-weight: 700;
    line-height: 2.4;
}

.career-description > div > div {
    flex: 1;
}

.career-description li,
.career-description p {
    color: #000;
    font-size: 1.12vw;
    font-weight: 400;
    line-height: 2;
}

.tell-us-about-it a,
.tell-us-about-it h1 {
    color: #fff;
    line-height: 110%;
    font-size: 4.86vw;
}

.career-description ul {
    padding-left: 20px;
}

.careers-container p.career-contact {
    display: flex;
    color: #fff;
    font-size: 1.12vw;
    font-weight: 700;
    padding: 0.97vw 1.53vw;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 40px;
    text-decoration: none;
    border-radius: 2vw;
    align-items: center;
    background-image: linear-gradient(113deg, #9be545 0, #0cf 100%);
    transition: border-radius 0.5s;
}

.careers-container p.career-contact:hover {
    border-radius: 0;
}

footer {
    background-color: #000;
    padding: 0 13.889vw;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.tell-us-about-it {
    padding-top: 20vh;
}

.tell-us-about-it h1 {
    font-weight: 500;
}

.tell-us-about-it a {
    font-weight: 300;
    position: relative;
    text-decoration: none;
}

.tell-us-about-it a::after {
    content: "";
    position: absolute;
    bottom: -1vh;
    width: 0;
    height: 4px;
    left: 0;
    background-image: linear-gradient(113deg, #9be545 0, #0cf 100%);
    transition: width 0.3s 0.3s;
}

.amplibit-team-wrapper {
    width: 100%;
    padding: 25vh 0;
    background-color: #fff;
}

.amplibit-team-wrapper > h1 {
    color: #000;
    font-size: 4.86vw;
    font-weight: 500;
    line-height: 100%;
    padding: 0 6.94vw 5vh;
    opacity: 0;
    position: relative;
    left: -5vw;
    transition: left 0.3s ease-in, opacity 0.3s ease-in;
}

.amplibit-team-wrapper > p {
    color: #000;
    font-size: 1.38vw;
    font-weight: 400;
    line-height: 160%;
    padding: 0 13.88vw 25vh;
    width: 80%;
}

.team-goals-wrapper {
    padding: 0 13.88vw 25vh;
    background-color: #fff;
}

.team-goals-wrapper > div > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5vh;
}

.team-goals-wrapper h3 {
    width: 20%;
    color: #000;
    font-size: 1.112vw;
    font-weight: 700;
    line-height: 2;
}

.team-goals-wrapper p {
    width: 70%;
    color: #000;
    font-size: 1.38vw;
    font-weight: 400;
    line-height: 1.6;
}

.contact-fixed,
.scrollbar-track,
.scrollbar-thumb,
.scrollbar-text,
.join-us h1,
.join-us p {
    color: #fff;
    font-weight: 500;
}

.team-mosaic > div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}

.team-mosaic > div:nth-of-type(2) {
    align-items: flex-start;
}

.team-mosaic > div > div {
    display: flex;
    margin: 0.7%;
    position: relative;
    overflow: hidden;
    transition: scale 0.3s;
}

.team-mosaic img {
    object-fit: cover;
    position: absolute;
    left: 50%;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    border-radius: 2vw;
}

.team-mosaic > div > div:hover {
    scale: 1.02;
}

.team-mosaic picture:nth-of-type(2) {
    opacity: 0;
    transition: opacity 0.4s;
}

.team-mosaic > div:first-of-type > div:first-of-type,
.team-mosaic > div:first-of-type > div:nth-of-type(3) {
    width: 23.5%;
    aspect-ratio: 1.59;
}

.team-mosaic > div:first-of-type > div:nth-of-type(2),
.team-mosaic > div:first-of-type > div:nth-of-type(4),
.team-mosaic > div:last-of-type > div:nth-of-type(3) {
    width: 14.8%;
    aspect-ratio: 0.76;
}

.team-mosaic > div:first-of-type > div:nth-of-type(5) {
    width: 14.8%;
    aspect-ratio: 1.35;
}

.team-mosaic > div:last-of-type > div:first-of-type,
.team-mosaic > div:last-of-type > div:nth-of-type(5) {
    width: 6.5%;
    aspect-ratio: 0.69;
}

.team-mosaic > div:last-of-type > div:nth-of-type(2) {
    width: 23.5%;
    aspect-ratio: 1.45;
}

.team-mosaic > div:last-of-type > div:nth-of-type(4) {
    width: 23.5%;
    aspect-ratio: 1.47;
}

.team-mosaic .join-us {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(113deg, #9be545 0, #0cf 100%);
    width: 100%;
    height: 100%;
    padding: 10%;
    text-decoration: none;
    border-radius: 2vw;
}

.contact-fixed::before,
.contact-fixed:hover::after {
    width: 1.52vw;
    height: 1.52vw;
}

.join-us h1 {
    text-align: center;
    font-size: 1.95vw;
    line-height: 100%;
    margin-bottom: 1vh;
}

.join-us p,
.process-icon.active h1 {
    font-size: 1.25vw;
}

.join-us p {
    line-height: 158.5%;
}

.post-footer a,
.post-footer p,
footer .contact-info p {
    font-size: 1.112vw;
    font-weight: 500;
}

footer .contact-info p.text-hello {
    display: block;
    color: #fff;
    font-size: 1.52vw;
    font-weight: 500;
    margin-bottom: 20px;
}

footer .contact-info p {
    color: #9b9b9b;
    line-height: 142%;
}

.social-icon {
    text-decoration: none;
    margin-top: 2.5vh;
    display: inline-block;
    width: 1.53vw;
    margin-right: 1.3vw;
}

.social-icon svg {
    width: 100%;
    height: 100%;
}

.post-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6vh;
}

.post-footer a {
    color: #fff;
    text-decoration: none;
    margin-top: auto;
    margin-right: 2.01vw;
}

.post-footer p {
    color: #9b9b9b;
}

.contact-fixed {
    position: fixed;
    bottom: 4.7vw;
    right: 4.7vw;
    font-size: 0.84vw;
    line-height: normal;
    letter-spacing: 0.11vw;
    writing-mode: vertical-lr;
    text-decoration: none;
    transform: translateX(calc(6vw + 200%)) rotate(180deg);
    z-index: 777;
    padding-top: 2.5vw;
    transition: letter-spacing 0.2s;
    animation: 1s 1s forwards contact;
}

@keyframes contact {
    0% {
        transform: translateX(calc(6vw + 200%)) rotate(180deg);
    }
    100% {
        transform: translateX(0) rotate(180deg);
    }
}

.green .contact-fixed {
    color: #000;
    mix-blend-mode: unset;
}

.contact-fixed:hover {
    letter-spacing: 0.4rem;
}

.contact-fixed::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 0.1vw solid #fff;
    border-radius: 50%;
}

.contact-fixed::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.84vw;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.5vw;
    height: 0.5vw;
    background-color: #fff;
    border-radius: 50%;
    transition: width 0.2s, height 0.2s;
    box-shadow: 0 0 1px 1px #0000001a;
    animation: 2s infinite pulse-animation;
}

.green .contact-fixed::before {
    border-color: #000;
}

.process-cycle {
    background: url(img/product-arrows.svg) 50% / contain no-repeat;
    width: 25vw;
    height: 25vw;
    margin: auto;
    position: relative;
    transition: transform 1s;
}

.process-icon {
    position: absolute;
    border: 0.69vw solid #dedede;
    border-radius: 50%;
    width: 55%;
    height: 55%;
    transition: transform 1s;
}

.process-icon:first-of-type {
    left: 110%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.process-icon:nth-of-type(2) {
    left: 15%;
    bottom: -5%;
    transform: translate(-50%, 50%);
}

.process-icon:last-of-type {
    left: 15%;
    top: -5%;
    transform: translate(-50%, -50%);
}

.process-icon div {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.process-icon.active {
    width: 75%;
    height: 75%;
    background-color: #fff;
}

.process-icon::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(113deg, #9be545 0, #0cf 100%);
    border-radius: 50%;
}

.input-container input,
textarea {
    border: none;
    outline: 0;
    background-color: transparent;
}

.process-icon.active::before {
    width: calc(100% + 1.5vw);
    height: calc(100% + 1.5vw);
    top: -0.75vw;
    left: -0.75vw;
    right: -0.75vw;
    bottom: -0.75vw;
}

.process-icon svg {
    flex: 0.5;
    margin-bottom: 5%;
}

.process-icon h1 {
    color: #000;
    font-size: 0.8vw;
    font-weight: 600;
    max-width: 80%;
    text-align: center;
}

.process-cycle[data-active="2"] {
    transform: rotate(-120deg);
    background: url(img/product-arrows-4.svg) 50% / contain no-repeat;
}

.process-cycle[data-active="2"] .process-icon:last-of-type {
    left: 20%;
    top: -5%;
    transform: translate(-50%, -50%) rotate(120deg);
}

.process-cycle[data-active="2"] .process-icon:first-of-type {
    transform: translate(-50%, -50%) rotate(120deg);
}

.process-cycle[data-active="2"] .process-icon:nth-of-type(2) {
    transform: translate(-50%, 50%) rotate(120deg);
}

.process-cycle[data-active="3"] {
    transform: rotate(-240deg);
    background: url(img/product-arrows-7.svg) 50% / contain no-repeat;
}

.process-cycle[data-active="3"] .process-icon:last-of-type {
    left: 20%;
    top: -5%;
    transform: translate(-50%, -50%) rotate(240deg);
}

.process-cycle[data-active="3"] .process-icon:first-of-type {
    transform: translate(-50%, -50%) rotate(240deg);
}

.process-cycle[data-active="3"] .process-icon:nth-of-type(2) {
    left: 20%;
    bottom: -5%;
    transform: translate(-50%, 50%) rotate(240deg);
}

.process-icons-mobile {
    display: none;
    height: 200px;
    width: 100%;
    position: relative;
}

.process-icons-mobile div {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 25px;
    transition: opacity 0.3s;
}

.process-icons-mobile svg {
    max-width: 60%;
    max-height: 150px;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }
    100% {
        box-shadow: 0 0 0 0.6vw rgba(255, 255, 255, 0);
    }
}

.contact-form-wrapper {
    padding: 13.88vw 13.08vw 0;
    margin: auto;
}

.contact-form-wrapper form {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    flex-wrap: wrap;
    width: 60%;
    margin-bottom: 10vh;
}

.input-container {
    width: 48%;
    position: relative;
    margin-bottom: 1.25vw;
}

.input-container input {
    width: 100%;
    border-bottom: 0.07vw solid #fff;
    line-height: 2.25;
    font-size: 1.38vw;
    color: #fff;
    transition: border-color 0.3s;
    padding-top: 0.69vw;
}

.input-container input span {
    color: #fff;
}

.input-container input:focus,
textarea:focus {
    outline: 0;
}

.input-container label {
    position: absolute;
    left: 0;
    top: 0.69vw;
    color: #fff;
    font-size: 1.25vw;
    transition: font-size 0.3s ease-in, top 0.2s ease-in;
    cursor: text;
}

.input-container input:focus + label,
.input-container input:not([value=""]):not(:focus) + label,
.input-container textarea:focus + label,
.input-container textarea:not([value=""]):not(:focus) + label {
    font-size: 0.69vw;
    top: 0;
}

.input-container.empty input[name="email"],
.input-container.empty input[name="name"],
.input-container.empty input[name="phone"],
.input-container.empty input[name="title"],
.input-container.wrong input[name="email"],
.input-container.wrong input[name="name"],
.input-container.wrong input[name="phone"],
.textarea-input.empty {
    border-color: red;
}

.input-container.success input[name="email"],
.input-container.success input[name="name"],
.input-container.success input[name="phone"],
.input-container.success input[name="title"],
.textarea-input.success {
    border-color: #0f0;
}

.input-container.empty .validation-message span:first-of-type {
    opacity: 1;
    color: red;
}

.input-container.wrong .validation-message span:last-of-type {
    opacity: 1;
    color: red;
    position: absolute;
    left: 0.69vw;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    background-color: #000 !important;
    -webkit-box-shadow: 0 0 0 2.08vw #000 inset !important;
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    box-shadow: inset 0 0 1.38vw 1.38vw #000;
}

.validation-message {
    line-height: 1;
    padding: 0.35vw 0.69vw;
    font-size: 0.97vw;
    position: relative;
}

.validation-message span {
    opacity: 0;
    left: 0;
}

textarea {
    resize: none;
    width: 100%;
    height: 5.55vw;
    margin-top: 1.38vw;
    color: #fff;
    font-size: 1.38vw;
}

.email-sent {
    width: 100%;
    display: flex;
    height: 2.08vw;
    margin-bottom: 0;
    opacity: 0;
    transition: height 1s, margin-bottom 1s, opacity 2s;
}

.sent .email-sent {
    margin-bottom: 3.47vw;
    height: 1.38vw;
    opacity: 1;
}

.email-sent p {
    font-size: 1.25vw;
    display: none;
}

.sent .email-sent p.sent {
    color: #fff;
    display: block;
}

.failed .email-sent p.failed {
    color: red;
    display: block;
}

.textarea-input {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    margin-bottom: 2.08vw;
    color: #fff;
    transition: border-color 0.3s;
}

.submit-button {
    width: 15vw;
    height: 4.16vw;
    background: linear-gradient(113deg, #9be545 0, #0cf 100%);
    font-size: 1.25vw;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border: 0.14vw solid #000;
    box-shadow: inset 0 0 0 transparent;
    transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}

.submit-button:hover {
    box-shadow: inset 0 4.16vw 0 #fff;
    color: #000;
}

.contact-info-container p.text-hello {
    color: #fff;
    font-size: 1.38vw;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 5%;
    display: block;
}

.contact-info-container p {
    color: #9b9b9b;
    font-size: 1.12vw;
    font-weight: 500;
    line-height: 142%;
    margin-bottom: 10%;
}

.contact-info-container {
    width: 25%;
}

@media screen and (max-width: 1280px) {
    .partners-container,
    .partners-title {
        margin-bottom: 120px;
    }

    .logo {
        width: 160px;
    }

    .banner-text-wrapper {
        left: 20vw;
        height: auto;
    }

    .banner-text-wrapper .amplify,
    .banner-text-wrapper .amplify-benefits {
        font-size: 96px;
    }

    .about-us-wrapper p,
    .banner-text-wrapper .pretitle,
    .email-sent p,
    .how-we-do-it-wrapper p,
    .join-us p,
    .single-process p,
    .what-we-do-services p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .partners-title {
        font-size: 80px;
    }

    .lets-talk {
        font-size: 16px;
        width: 180px;
        text-transform: uppercase;
        height: 50px;
        border-radius: 15vw;
    }

    .about-us-wrapper h1,
    .contact-form-wrapper h1,
    .how-we-do-it-wrapper h1,
    .what-we-do-wrapper h1,
    .product-section h1 {
        font-size: 70px;
        margin-bottom: 64px;
    }
    .product-section h1 {
        margin-bottom: 96px;
    }

    .what-we-do-services h2,
    .what-we-do-services h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .tell-us-about-it a,
    .tell-us-about-it h1 {
        font-size: 70px;
    }

    .tell-us-about-it a::after {
        bottom: -10px;
    }

    .second-nav .contact p,
    footer .contact-info p.text-hello {
        font-size: 22px;
    }

    .career-description li,
    .career-description p,
    .careers-container p.career-contact,
    .contact-info-container p,
    .post-footer a,
    .post-footer p,
    .team-goals-wrapper h3,
    footer .contact-info p {
        font-size: 16px;
    }

    .social-icon {
        margin-top: 22px;
        width: 22px;
        margin-right: 14px;
    }

    .post-footer,
    .team-goals-wrapper > div > div {
        margin-bottom: 45px;
    }

    .post-footer a {
        margin-right: 22px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .navigation {
        margin-right: 50px;
    }

    footer {
        padding: 0 100px;
    }

    .main-nav a {
        font-size: 42px;
    }

    .contact-fixed,
    .second-nav h4 {
        font-size: 12px;
    }

    .contact-form-wrapper .social-media a,
    .second-nav .social-media a {
        width: 22px;
        margin-right: 20px;
    }

    .overlay-wrapper img {
        width: 40%;
    }

    .overlay-navigation {
        padding: 15vh 5vw 5vh 50%;
    }

    .contact-form-wrapper .social-media,
    .second-nav .contact,
    .second-nav .social-media {
        margin-top: 30px;
    }

    .join-us h1 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .amplibit-team-wrapper {
        padding: 200px 0;
        overflow-x: hidden;
        position: relative;
    }

    .amplibit-team-wrapper > h1 {
        font-size: 70px;
        padding: 0 100px 45px;
    }

    .amplibit-team-wrapper > p {
        font-size: 20px;
        padding: 0 200px 200px;
    }

    .team-goals-wrapper {
        padding: 0 150px 200px;
    }

    .contact-info-container p.text-hello,
    .team-goals-wrapper p {
        font-size: 20px;
    }

    .team-mosaic-wrapper {
        overflow: auto;
        width: 100%;
        padding-bottom: 20px;
        position: relative;
    }

    .amplibit-team-wrapper:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        bottom: 200px;
        height: 20px;
        background-color: #fff;
    }

    .contact-fixed::before,
    .contact-fixed:hover::after {
        width: 22px;
        height: 22px;
    }

    .team-mosaic {
        width: 1200px;
        margin: auto;
    }

    .careers-container h2,
    .careers-container p.careers-hello {
        font-size: 38px;
    }

    .careers-wrapper {
        padding: 100px 10%;
    }

    .career-opening h3 {
        font-size: 24px;
        padding: 25px 0;
    }

    .career-opening {
        padding: 0 35px;
    }

    .career-description h4 {
        min-width: 200px;
        font-size: 14px;
        letter-spacing: 0.56px;
    }

    .contact-fixed {
        bottom: calc(4.2vw + 10px);
        right: calc(4.2vw + 10px);
        letter-spacing: 0.96px;
        padding-top: 35px;
    }

    .contact-fixed::before {
        border: 1px solid #fff;
    }

    .contact-fixed::after {
        top: 12px;
        width: 7px;
        height: 7px;
    }

    .contact-fixed:hover {
        letter-spacing: 0.2rem;
    }

    @keyframes pulse-animation {
        0% {
            box-shadow: 0 0 0 0 #fff;
        }
        100% {
            box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
        }
    }

    .process-description h1 {
        font-size: 80px;
        margin-bottom: 30px;
    }

    .single-process {
        padding-left: 5px;
    }

    .single-process:not(:last-of-type) {
        margin-bottom: 20px;
        border-bottom: solid #d9d9d9;
        padding-bottom: 20px;
    }

    .single-process h4,
    .single-service-v2 h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .single-process h2 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .single-service-v2 h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .single-service-v2 p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .single-service-v2-wrapper {
        padding: 50px;
        margin-bottom: 50px;
    }

    .services-v2-wrapper {
        padding: 100px;
    }

    .services-v2-wrapper > h1 {
        font-size: 70px;
        padding: 50px;
    }

    .single-service-wrapper {
        padding: 100px;
        display: flex;
        align-items: center;
        flex-flow: column;
    }

    .single-service-v2 a {
        border-radius: 25px;
        height: 50px;
        width: 150px;
        font-size: 16px;
    }

    .hamby span,
    .hamby:hover span {
        width: calc(100% - 20px);
    }

    .process-wrapper {
        padding: 200px 50px;
    }

    .process-container {
        justify-content: space-between;
    }

    .process-description {
        width: 45%;
    }

    .input-container {
        margin-bottom: 18px;
    }

    .input-container input {
        border-bottom: 1px solid #fff;
        line-height: 45px;
        font-size: 20px;
        padding-top: 10px;
    }

    .input-container label {
        top: 10px;
        font-size: 18px;
    }

    .input-container input:focus + label,
    .input-container input:not([value=""]):not(:focus) + label,
    .input-container textarea:focus + label,
    .input-container textarea:not([value=""]):not(:focus) + label {
        font-size: 10px;
    }

    .input-container.wrong .validation-message span:last-of-type {
        left: 10px;
    }

    input:-internal-autofill-previewed,
    input:-internal-autofill-selected,
    input:-webkit-autofill,
    input:-webkit-autofill:active,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:hover {
        -webkit-box-shadow: 0 0 0 30px #000 inset !important;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:active,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:hover {
        box-shadow: inset 0 0 20px 20px #000;
    }

    .validation-message {
        padding: 5px 10px;
        font-size: 14px;
    }

    textarea {
        height: 80px;
        margin-top: 20px;
        font-size: 20px;
    }

    .email-sent {
        height: 30px;
    }

    .success .email-sent {
        margin-bottom: 50px;
        height: 20px;
    }

    .textarea-input {
        border-bottom: 1px solid #fff;
        margin-bottom: 30px;
    }

    .submit-button {
        width: 220px;
        height: 60px;
        font-size: 18px;
        border: 2px solid #1d1d1d;
    }

    .submit-button:hover {
        box-shadow: inset 0 60px 0 #f5f5f5;
    }

    .hamby {
        width: 44px;
        padding: 10px;
        height: 32px;
    }

    .hamby span {
        top: 10px;
        right: 10px;
        height: 3px;
    }

    .hamby span:nth-of-type(2) {
        bottom: 10px;
    }

    .scrollbar-wrapper{
        bottom: calc(3.2vw + 10px);
        left: calc(3.2vw + 10px);
        height: 15px;
        width: 90px;
    }

    @keyframes scrollbar-wrapper {
        0% {
            transform: translateX(calc(-3.2vw - 50%))  rotate(-90deg);
        }
        100% {
            transform: translateX(0)  rotate(-90deg);
        }
    }

    .scrollbar-thumb{
        box-sizing: content-box;
        width: 7px;
        height: 7px;
        margin-top: 4px;
    }

    .scrollbar-thumb::before {
        content: "";
        position: absolute;
        top: -12px;
        bottom: -12px;
        left: -12px;
        right: -12px;
    }

    .scrollbar-track{
        width: 50px;
        height: 1px;
        margin-top: 7px;
    }

    .scrollbar-thumbbox{
        width: 50px;
    }

    .scrollbar-text{
        height: 15px;
        width: 30px;
        font-size: 12px;
    }

    .careers-container p.career-contact {
        padding: 14px 22px;
        border-radius: 50px;
    }

    .product-img {
        object-position: top left;
        border-radius: 25px;
    }

    .contact-link{
        padding: 20px 25px;
        border-radius: 30px;
    }

    .item-info .contact-link{
        padding: 20px 25px;
        border-radius: 30px;
    }
    .contact-link span{
        font-size: 15px;
    }

    .contact-link svg{
       width: 15px;
        height: 15px;
    }

}


@media screen and (max-width: 960px) {
    .cursor,
    .process-animation,
    .single-process h4 {
        display: none;
    }

    * {
        cursor: auto;
    }

    .banner-text-wrapper {
        left: 10vw;
        height: auto;
    }

    .banner-text-wrapper .amplify,
    .banner-text-wrapper .amplify-benefits {
        font-size: 82px;
    }

    .banner-text-wrapper .pretitle {
        font-size: 14px;
    }

    .partners-container {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 70px;
    }

    .partners-container a {
        margin: 0 5% 50px;
        width: 22%;
    }

    .services-v2-wrapper,
    .what-we-do-wrapper {
        padding: 50px;
    }

    .product-section {
        padding-top: 50px;
    }

    .what-we-do-services {
        padding-left: 50px;
        flex-flow: column;
    }

    .single-service-v2 img,
    .what-we-do-services div {
        width: 100%;
        margin-bottom: 50px;
    }

    .single-service-wrapper {
        padding: 100px 50px;
    }

    .second-service .single-service-details,
    .single-service,
    .single-service-details,
    .single-service-v2 {
        flex-flow: column;
    }

    .single-service-wrapper:nth-of-type(3) .single-service,
    .single-service-wrapper:nth-of-type(1) .single-service {
        flex-flow: column-reverse;
    }

    .single-service img {
        width: 70%;
        margin-bottom: 50px;
    }

    .single-service div {
        width: 70%;
    }

    .process-description,
    .single-service-v2 div {
        width: 100%;
    }

    .single-service h2,
    .single-service h3,
    .single-service-v2 h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .single-service h1,
    .single-service-v2 h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .single-service p,
    .single-service-details p,
    .single-service-v2 p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .single-service-details ul {
        padding-left: 25px;
        margin-bottom: 40px;
    }

    .single-service-details a,
    .single-service-details li {
        font-size: 18px;
    }

    .single-service a,
    .single-service-v2 a {
        border-radius: 25px;
        height: 50px;
        padding: 0 20px;
        font-size: 16px;
        font-weight: 700;
    }

    .amplibit-team-wrapper > h1,
    .tell-us-about-it a,
    .tell-us-about-it h1 {
        font-size: 50px;
    }

    footer {
        padding: 0 50px;
    }

    .amplibit-team-wrapper > p {
        font-size: 20px;
        padding: 0 0 100px 200px;
    }

    .team-goals-wrapper {
        padding: 0 100px 150px;
    }

    .team-goals-wrapper h3 {
        min-width: 180px;
    }

    .product-details {
        margin-top: 20px;
    }

    .product-details h2 {
        font-size: 20px;
    }

    .product-icons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .product-icon {
        border: 1px solid #fff;
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
    }

    .product-icons > div {
        width: 45%;
        margin-top: 60px;
    }

    .product-icons::after,
    .product-icons::before {
        content: none;
    }

    .product-details h4,
    .product-icon p {
        font-size: 24px;
    }

    .process-icons-mobile {
        display: block;
    }

    .single-process h2 {
        display: flex;
        align-items: center;
        position: relative;
        width: fit-content;
        padding-right: 40px;
    }

    .contact-form-wrapper form,
    .contact-info-container {
        margin-bottom: 100px;
        width: 100%;
    }

    .single-process h2 span {
        font-size: 20px;
        margin-right: 20px;
        font-weight: 500;
        display: block;
    }

    .single-process h2::after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-70%) rotate(45deg);
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        width: 8px;
        height: 8px;
        transition: transform 0.3s;
    }

    .single-process.active h2:after {
        transform: translateY(-30%) rotate(225deg);
    }

    .process-container {
        align-items: flex-start;
    }

    .contact-form-wrapper {
        padding: 150px 50px 0;
    }

    .what-we-do-title.active + .what-we-do-services div {
        bottom: 0;
        opacity: 1;
    }

    .what-we-do-title.active + .what-we-do-services div:last-of-type {
        top: 0;
    }

    .contact-info-container p {
        margin-bottom: 50px;
    }

    .main-nav a {
        font-size: 32px;
    }

    .single-service-details > div {
        width: 70%;
        margin: auto;
        padding: 40px 0 0;
    }

    .scrollbar-wrapper{
        display: none;
/*        bottom: calc(4.2vw + 10px);
        left: calc(4.2vw + 10px);*/
    }

    @media screen and (max-width: 680px) {
        .navigationActive header .logo path {
            fill: #000;
        }

        .partners-title {
            font-size: 50px;
            margin-bottom: 80px;
        }

        .partners-wrapper {
            padding: 10vh 5vw;
        }

        .single-service img,
        .single-service-v2 img {
            width: 100%;
            aspect-ratio: 1.6;
            object-fit: cover;
        }

        .banner-text-wrapper .amplify,
        .banner-text-wrapper .amplify-benefits {
            font-size: 18vw;
        }

        .banner-text-wrapper .pretitle {
            font-size: 4vw;
        }

        .input-container,
        .single-service div,
        .single-service-details > div,
        .single-service-v2 div {
            width: 100%;
        }

        .single-service h2,
        .single-service h3,
        .single-service-v2 h2 {
            font-size: 15px;
            margin-bottom: 15px;
        }

        .single-service h1,
        .single-service-v2 h1 {
            margin-bottom: 20px;
        }

        .email-sent p,
        .product-details h4,
        .product-icon p,
        .single-process h2 span,
        .single-service p,
        .single-service-details a,
        .single-service-details li,
        .single-service-details p,
        .single-service-v2 p {
            font-size: 16px;
        }

        .single-service a,
        .single-service-v2 a {
            font-size: 14px;
        }

        .post-footer {
            display: flex;
            flex-flow: column;
        }

        .navigation {
            margin-bottom: 80px;
            margin-top: 20px;
            display: flex;
            flex-wrap: wrap;
            margin-right: 0;
        }

        .navigation a {
            width: 50%;
            margin-right: 0;
            line-height: 1.8;
        }

        .amplibit-team-wrapper {
            padding: 100px 0;
        }

        .amplibit-team-wrapper > h1 {
            font-size: 40px;
            padding: 0 0 35px 25px;
        }

        .amplibit-team-wrapper > p {
            width: 90%;
            font-size: 18px;
            padding: 0 0 50px 50px;
        }

        .about-us-wrapper p {
            width: 90%;
        }

        .team-goals-wrapper {
            padding: 0 25px 100px;
        }

        .career-description > div,
        .team-goals-wrapper div {
            flex-flow: column;
        }

        .team-goals-wrapper h3 {
            margin-bottom: 40px;
        }

        .team-goals-wrapper p {
            padding-left: 40px;
            width: 90%;
        }

        .team-mosaic img{
            border-radius: 4vw;
        }

        .team-mosaic .join-us{
            border-radius: 4vw;
        }

        .careers-wrapper {
            padding: 100px 0 0;
            background-color: #f1f3f9;
        }

        .career-opening {
            border-radius: 0;
            margin: 0;
            padding: 0 25px;
        }

        .career-opening h3 {
            padding: 35px 0;
            border-top: 1px solid #d9d9d9;
        }

        .career-description {
            border: none;
        }

        .career-description > div:first-of-type {
            padding-top: 20px;
        }

        .partners-wrapper.gray-background {
            background-color: #fff;
        }

        .careers-container p.career-contact {
            margin-left: 0;
        }

        .careers-container h2 {
            padding: 0 25px;
            font-size: 24px;
        }

        .careers-container p.careers-hello,
        .single-process h2 {
            font-size: 24px;
        }

        .product-details {
            align-items: flex-start;
        }

        .product-icon {
            width: 96px;
            height: 96px;
        }

        .product-icons > div {
            width: 50%;
        }

        .product-details h2 {
            font-size: 16px;
            padding-bottom: 4px;
            border-bottom: 1px solid #fff;
        }

        .process-description h1 {
            font-size: 40px;
        }

        .amplibit-team-wrapper:after {
            bottom: 100px;
        }

        /*##########################################################################*/
        .product-section{
            overflow-x: hidden;
        }

        .product{
            flex-flow: column-reverse;
            border-radius: 5vw;
        }

        #catago-product{
            flex-flow: column;
        }

        #libby-product{
            flex-flow: column;
        }

        .item-info{
            width: 100%;
            height: 50%;
            gap: 15px;
            align-content: flex-start;
        }

        #catago-info{
            padding-left: 8.125vw;
            width: 100%;
        }

        #libby-info{
            padding-left: 8.125vw;
            width: 100%;
        }

        #products-amplihire-img{
            width: 90%;
            max-width: 100vh;
            top: 15vh;
        }

        .item-img{
            width: 100%;
            height: 50%;
            align-content: center;
        }

        .product-item-name{
            font-size: 10vw;
        }

        .product-item-logo{
            width: 9vw;
        }

        .product-img-wrapper{
            position: absolute;
            top: 10vh;
            width: 90%;
        }

        .product-background {
            width: 95vw;
            height: 80vh;
        }

        .product-img-svg-wrapper{
            width: 90%;
        }

        .product-page-img{
            width: 100%;
        }

        #background-logo-vengo svg{
            transform: translate(0, -10%);
        }

        #background-logo-catago svg{
            transform: translate(0%, -10%);
        }

        #background-logo-arrango svg{
            transform: translate(-10%, -20%);
        }

        #background-logo-libby{
            transform: translate(10%, -20%);
        }

        #vengo-gqi-1{
            width: 100%;
        }

        #vengo-gqi-2{
            width: 50%;
            transform: translate(50%, 40%);
        }

        #arrango-1{
            width: 90%;
            transform: translate(0%, 40%);
        }

        #arrango-2{
            width: 40%;
            transform: translate(-60%, 110%);
        }

        #libby-1{
            width: 85%;
            transform: translate(0, 30%);
        }

        #libby-2{
            width: 45%;
            position: absolute;
            transform: translate(60%, 90%);
        }

        .see-more{
            border-radius: 20vw;
            height: max-content;
            padding: 3vw 4vw;
            gap: 8px;
            justify-items: center;
        }

        .see-more span {
            font-size: 14px;
            font-weight: 700;
        }

        .see-more svg {
            width: 15px;
            height: 15px;
        }

        .product-desc{
            width: 80%;
            max-width: 80vw;
            font-size: 4vw;
        }
        .product-view-more{

        }
        /*##########################################################################*/
    }
    @media screen and (max-width: 580px) {
        .logo {
            width: 130px;
        }

        .banner-text-wrapper {
            transform: translate(0, -70%);
        }

        .partners-title {
            font-size: 40px;
            margin-bottom: 80px;
        }

        .partners-container {
            flex-flow: column;
            margin-bottom: 20px;
        }
        .partners-container a {
            width: 100%;
            max-height: 30px;
            margin-bottom: 70px;
        }

        .partners-container img {
            width: fit-content;
            height: 100%;
            max-height: 6.5vh;
        }

        .process-wrapper,
        .services-v2-wrapper,
        .single-service-wrapper,
        .what-we-do-wrapper {
            padding: 100px 25px;
        }
        .product-section {
            padding-top: 100px;
        }

        .about-us-wrapper h1,
        .contact-form-wrapper h1,
        .how-we-do-it-wrapper h1,
        .what-we-do-wrapper h1,
        .product-section h1 {
            font-size: 12vw;
            margin-bottom: 50px;
        }

        .what-we-do-services {
            padding: 20px;
        }

        .tell-us-about-it {
            padding-top: 150px;
            padding-bottom: 80px;
        }

        .tell-us-about-it a,
        .tell-us-about-it h1 {
            font-size: 40px;
        }

        footer .contact-info p.text-hello {
            font-size: 20px;
        }

        .post-footer a,
        footer .contact-info p {
            font-size: 15px;
        }
        .social-icon {
            margin-top: 20px;
            width: 20px;
            margin-right: 10px;
        }

        .post-footer {
            margin-bottom: 25px;
        }

        .post-footer p {
            font-size: 13px;
        }

        footer {
            padding: 0 25px;
        }

        .services-v2-wrapper > h1 {
            padding: 0;
            font-size: 40px;
        }

        .single-service-v2-wrapper {
            padding: 50px 0;
            margin-bottom: 50px;
            background-color: #fff;
        }

        .overlay-wrapper img {
            display: none;
        }

        .second-nav {
            flex-flow: column;
        }

        .overlay-navigation {
            padding: 15vh 7vw 10vh 10%;
        }

        .overlay-wrapper {
            transition: right 0.5s;
        }

        .main-nav a:first-of-type {
            transition: bottom 0.2s 0.3s, opacity 0.2s 0.3s;
        }

        .main-nav a:nth-of-type(2) {
            transition: bottom 0.2s 0.4s, opacity 0.2s 0.4s;
        }

        .main-nav a:nth-of-type(3) {
            transition: bottom 0.2s 0.5s, opacity 0.2s 0.5s;
        }

        .main-nav a:nth-of-type(4) {
            transition: bottom 0.2s 0.6s, opacity 0.2s 0.6s;
        }

        .main-nav a:nth-of-type(5) {
            transition: bottom 0.2s 0.7s, opacity 0.2s 0.7s;
        }

        .contact-form-wrapper {
            padding: 150px 25px 0;
        }

        .contact-form-wrapper form {
            width: 100%;
            margin-bottom: 100px;
        }

        .contact-info-container {
            margin-bottom: 100px;
        }

        .transition-text{
            font-size: 40px;
        }

        .product-catalog{
            height: 400vh;
            display: flex;
            z-index: 4;
        }

        .transition-window{
            height: 100vh;
            z-index: 3;
        }

        .fixed-info{
            position: absolute;
            width: 100%;
            justify-content: center;
            padding: 0;
            z-index: 5;
        }

        .scrollable-products{
            position: absolute;
            justify-content: center;
            width: 100%;
        }

        .info-wrapper{
            position: relative;
            height: 350vh;
        }

        .product-info{
            position: relative;
            width: 100%;
            min-height: 35vw;
            height: 100vh;
            top: 0;
            opacity: 1;

        }

        .product-moto{
            width: 100%;
        }

        #Vengo{
            opacity: 1;
        }

        #Arrango{
            opacity: 1;
        }

        #Catago{
            opacity: 1;
        }

        #Libby{
            opacity: 1;
        }

        .product-logo{
            width: 50px;
            height: 50px;
            top: 40%;
        }

        .product-name{
            font-size: 50px;
        }

        .product-moto{
            flex-flow: column;
            width: 80%;
            margin-top: 40px;
        }

        .product-moto p{
            font-size: 15px;
            margin-bottom: 30px;
        }


        .product-img{
            top: 0;
            width: 80vw;
            position: relative;
            left: 0;
            transform: translate(0);
        }

        .product-img-mini{
            top:0;
            transform: translate(0);
            left: 0;
            position: relative;
        }

    }

}

.green-first .contact-fixed,
.green-first .scrollbar-wrapper{
    mix-blend-mode: unset;
}


