/* VARIAVEIS */
:root {
    /* colors */
    --color-black-600: #090806;

    --color-orange-800: #FF540A;
    --color-orange-700: #FF6D2E;
    --color-orange-600: #FFA985;
    --color-orange-500: #FFF4F0;

    --color-grey-600: #D4D4D4;
    --color-grey-400: #F7F7F7;
    --color-grey-200: #FEFEFE;

    --gradient-orange: linear-gradient(180deg, #FF6D2E 0%, #FF540A 100%);

    /* fonts */
    --font-default: 'Raleway', sans-serif;

    /* letter spacing */
    --text-line-height: 0.03em;
    --text-line-height-sm: 0.02em;

    /* logo marquee */
    --gap: 16px;
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

/* ELEMENTOS */
html {
    scroll-behavior: smooth;
}

*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
}

body {
    overflow-x: hidden;
    padding-inline: 40px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-variant-numeric: lining-nums proportional-nums;
}

@media (width <=760px) {
    body {
        padding-inline: 20px;
    }
}

img,
video {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic
}

button {
    all: unset;
    box-sizing: border-box;
    cursor: pointer;
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-default);
    font-weight: 900;
    text-transform: uppercase;
}

h1 {
    font-size: 100px;
    line-height: 95%;
}

@media (width <= 1440px) {
    h1 {
        font-size: 80px;
    }
}

@media (width <= 750px) {
    h1 {
        font-size: 40px;
    }
}

h2 {
    font-size: 56px;
    line-height: 120%;
    letter-spacing: var(--text-line-height-sm);
    color: var(--color-orange-800);
}

@media (width <= 1100px) {
    h2 {
        font-size: 46px;
    }
}

@media (width <= 750px) {
    h2 {
        font-size: 28px;
    }
}

h3,
h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: var(--text-line-height);
}

body :is(h1, h2, h3)>* {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

p,
li,
div,
span {
    font-family: var(--font-default);
    color: var(--color-black-600);
    font-size: 1.125rem;
}

p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: var(--text-line-height);
}

@media (width <=990px) {
    p,
    li,
    div,
    span {
        font-size: 1rem;
    }
}

a {
    font-family: var(--font-default);
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-black-600);
    text-decoration: none;
}

ul {
    padding: 0;
    list-style: none
}

li {
    list-style: none;
}

/* COMPONENTES */

/* layout */
.container {
    max-width: 1300px;
    margin-inline: auto;
}

@media (width <=760px) {
    .container {
        max-width: 100%;
    }
}

.double-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px
}

.double-col > * {
    max-width: 50%
}

@media (width <= 1100px) {
    .double-col {
        flex-direction: column;
        gap: 24px;
    }

    .double-col > * {
        max-width: unset
    }
}

@media (width <= 750px) {
    .double-col {
        gap: 16px
    }
}

.text-content {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.center-title {
    text-align: center;
    margin-inline: auto;
}

@media (width <= 1100px) {
    .center-title {
        max-width: 465px;
    }
}

.highlight {
    font-weight: 800 !important;
    text-transform: uppercase;
}

.sr-only {
    visibility: hidden;
    height: 0;
    width: 0
}

.mobile-only {
    display: none;
}

@media (width >=760px) {
    .mobile-only {
        display: block;
    }
}

/* botoes */
.button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 32px 56px;
    border-radius: 64px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: white;
    background-color: var(--color-black-600);
    transition: 0.275s cubic-bezier(0.68, 0.36, 0.34, 0.88) all;
    -webkit-transition: 0.275s cubic-bezier(0.68, 0.36, 0.34, 0.88) all;
    -moz-transition: 0.275s cubic-bezier(0.68, 0.36, 0.34, 0.88) all;
    -ms-transition: 0.275s cubic-bezier(0.68, 0.36, 0.34, 0.88) all;
    -o-transition: 0.275s cubic-bezier(0.68, 0.36, 0.34, 0.88) all;
}

.button span {
    color: inherit;
    position: relative;
    z-index: 1;
}

.button--arrow {
    position: relative;
    padding: 32px 88px 32px 56px;
}

.button--arrow::after {
    content: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.07148 0.214216L13.7858 6.49993L8.07148 12.7856L7.05362 11.6856L11.0536 7.28565L0.785767 7.28565V5.71422L11.0536 5.71422L7.05362 1.31422L8.07148 0.214216Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--color-orange-800);
    border-radius: 64px;
    transition: 0.275s cubic-bezier(0.68, 0.36, 0.34, 0.88) all;
    -webkit-transition: 0.275s cubic-bezier(0.68, 0.36, 0.34, 0.88) all;
    -moz-transition: 0.275s cubic-bezier(0.68, 0.36, 0.34, 0.88) all;
    -ms-transition: 0.275s cubic-bezier(0.68, 0.36, 0.34, 0.88) all;
    -o-transition: 0.275s cubic-bezier(0.68, 0.36, 0.34, 0.88) all;
}

.button--arrow:hover::after {
    right: 32px;
}

.button--arrow::before {
    content: '';
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: var(--color-orange-800);
    border-radius: 64px;
    transition: 0.275s cubic-bezier(0.68, 0.36, 0.34, 0.88) all;
    -webkit-transition: 0.275s cubic-bezier(0.68, 0.36, 0.34, 0.88) all;
    -moz-transition: 0.275s cubic-bezier(0.68, 0.36, 0.34, 0.88) all;
    -ms-transition: 0.275s cubic-bezier(0.68, 0.36, 0.34, 0.88) all;
    -o-transition: 0.275s cubic-bezier(0.68, 0.36, 0.34, 0.88) all;
}

.button--arrow:hover::before {
    width: 100%;
    height: 100%;
    right: 0;
}

.button--outline {
    margin-top: 64px;
    background: white;
    border: 2px solid var(--color-orange-800);
    color: var(--color-black-600);
    padding-inline: 48px 56px;
    position: relative;
    overflow: hidden;
}

.button--outline:hover {
    color: #fff;
}

.button--outline svg {
    fill: #FF540A;
    transition: 0.275s cubic-bezier(0.68, 0.36, 0.34, 0.88) all;
}

.button--outline:hover svg {
    fill: white;
}

.button--outline::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 100px;
    background-color: var(--color-orange-800);
    transition: 0.3s ease-out all;
}

.button--outline:hover::after {
    width: 400px;
    height: 400px;
}

.button--outline span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (width <= 1100px) {
    .button--outline {
        margin-top: 48px;
        margin-inline: auto;
    }
}

@media (width <= 750px) {
    .button {
        font-size: 16px;
    }

    .button--arrow {
        padding: 24px 84px 24px 56px;
    }

    .button--outline {
        margin-top: 40px;
        padding: 24px 38px 24px 32px;
    }
}

.link {
    display: flex;
    gap: 10px;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 100%;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    transition: 0.3s ease-out all;
}

.link::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='14' viewBox='0 0 13 14' fill='none'%3E%3Cpath d='M7.28571 0.714277L13 6.99999L7.28571 13.2857L6.26786 12.1857L10.2679 7.78571L0 7.78571V6.21428L10.2679 6.21428L6.26786 1.81428L7.28571 0.714277Z' fill='white'/%3E%3C/svg%3E");;
    position: relative;
}

/* titulos */
.title-100 {
    position: relative;
    z-index: -2;
    text-transform: uppercase;
    white-space: pre;
    background: var(--gradient-orange);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 2px;
    margin-left: -9px;
    margin-bottom: 32px;
}

.title-200 {
    margin-bottom: 32px;
}

.title-stroked {
    font-family: var(--font-default);
    font-size: 130px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0.4rem;
    color: white;
    text-transform: uppercase;
    text-shadow: 2.4px 2.4px 0 var(--color-orange-800), 2.4px -2.4px 0 var(--color-orange-800), -2.4px 2.4px 0 var(--color-orange-800), -2.4px -2.4px 0 var(--color-orange-800), 2.4px 0px 0 var(--color-orange-800), 0px 2.4px 0 var(--color-orange-800), -2.4px 0px 0 var(--color-orange-800), 0px -2.4px 0 var(--color-orange-800);
}

.title-stroked__pipe {
    background-color: var(--color-orange-800);
    width: 24px;
    height: 100%;
    border-radius: 16px;
    margin-inline: 80px;
}

@media (width <= 1100px) {
    .title-100 {
        margin-bottom: 24px;
    }

    .title-200 {
        margin-bottom: 24px;
    }

    .title-stroked {
        font-size: 65px;
        text-shadow: 2px 2px 0 var(--color-orange-800), 2px -2px 0 var(--color-orange-800), -2px 2px 0 var(--color-orange-800), -2px -2px 0 var(--color-orange-800), 2px 0px 0 var(--color-orange-800), 0px 2px 0 var(--color-orange-800), -2px 0px 0 var(--color-orange-800), 0px -2px 0 var(--color-orange-800);
    }

    .title-stroked__pipe {
        width: 16px;
    }
}

@media (width <= 750px) {
    .title-100 {
        margin-bottom: 16px;
        white-space: unset;
    }

    .title-200 {
        margin-bottom: 16px;
    }
}

/* ANIMACOES */
/* rotacao no proprio eixo */
@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

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

@-webkit-keyframes rotating

/* Safari / Chrome */
    {
    from {
        transform: rotate(0deg);
    }

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

/* rotacao esquerda->direita */
@-webkit-keyframes rotate-animation {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
}
@keyframes rotate-animation {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
}

/**** ESTILO ****/

/* BARRA DE NAVEGAÇÃO */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100vw;
    z-index: 100;
    margin-left: -40px;
    padding: 20px 40px;
    background-color: white;
    border-bottom: 1px solid transparent;
    transition: 0.2s ease-out all;
    -webkit-transition: 0.2s ease-out all;
    -moz-transition: 0.2s ease-out all;
    -ms-transition: 0.2s ease-out all;
    -o-transition: 0.2s ease-out all;
}

.navbar.scrolled {
    padding-block: 8px;
    border-color: var(--color-orange-500);
}

/* logo */
.logo {
    min-width: 150px;
    align-self: center;
    margin-right: 80px;
}

/* menu */
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    align-self: center;
}

.nav__menu {
    display: flex;
    align-items: center;
    gap: 64px;
}

.nav__link {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.nav__menu .nav__link:hover::before {
    content: "";
    position: absolute;
    top: -9px;
    right: -10px;
    width: 6px;
    height: 6px;
    background-color: var(--color-orange-600);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.nav__link--active::before {
    content: "";
    position: absolute;
    top: -9px;
    right: -10px;
    width: 6px;
    height: 6px;
    background-color: var(--color-orange-800);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* seletor de linguagem */
.nav__language-selector {
    display: flex;
    gap: 16px;
}

.nav__language-selector--active {
    cursor: not-allowed;
    color: var(--color-gray-800);
}

.nav__language-selector--inactive a {
    color: var(--color-grey-600);
}

.nav__language-selector--inactive:hover a {
    color: var(--color-orange-600);
}

/* botao call-to-action */
.nav__cta {
    margin-left: 80px;
    min-width: 150px;
    display: flex;
    justify-content: flex-end;
}

.nav__button {
    padding: 24px 32px;
    border-radius: 64px;
    color: var(--color-black-600);
    font-weight: 700;
    border: 2px solid var(--color-orange-800);
    background: transparent;
    overflow: hidden;
}

.nav__button:hover {
    color: white;
}

.nav__button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 100px;
    background-color: var(--color-orange-800);
    transition: 0.3s ease-out all;
}

.nav__button:hover::after {
    width: 200px;
    height: 200px;
}

@media (width <= 1440px) {
    .logo {
        min-width: unset;
        margin-right: 48px;
    }

    .nav__menu {
        gap: 32px;
    }

    .nav__cta {
        margin-left: 32px;
    }
}

@media (width <= 1200px) {
    .nav {
        justify-content: flex-end;
    }

    .nav__menu {
        display: none;
    }
}

@media (width <= 1100px) {
    .navbar {
        padding-inline: 20px;
    }
}

@media (width <= 750px) {
    .logo {
        margin-right: unset;
    }

    .navbar {
        gap: 16px;
        padding-top: 16px;
        margin-left: -20px;
    }

    .nav__language-selector {
        display: none;
    }

    .nav__cta {
        margin-left: unset;
    }

    .nav__button {
        padding: 18px 32px;
    }
}

/* HERO */
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 128px;
}

@media (height >= 1000px) {
    .hero {
        min-height: 800px;
    }
}

/* conteudo hero */
.hero__content {
    max-width: 50%;
    position: relative;
}

.hero__content .title-100::before {
    content: "Crafting user- \A centered web \A experiences";
    white-space: pre;
    position: absolute;
    z-index: 0;
    background: var(--gradient-orange);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0 transparent;
    padding-left: 5px;
    margin-left: -5px;
}

.hero__svg {
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: visible;
    padding-left: 2px;
    margin-left: -9px;
    pointer-events: none;
}

.hero__svg text {
    font-family: var(--font-default);
    font-size: 100px;
    font-weight: 900;
    line-height: 95%;
    text-transform: uppercase;
    fill: transparent;
}

.hero__svg text:last-child {
    stroke: #FF540A;
    stroke-width: 2;
}

.hero__content p {
    font-size: 20px;
    max-width: 600px;
}

.hero__cta {
    margin-top: 64px;
}

/* imagem hero */
.hero__image {
    position: relative;
    padding-right: 5px;
}

.image__wrapper {
    position: relative;
    margin-left: auto;
}

.image__wrapper img {
    position: relative;
    z-index: -1;
    max-width: 645px;
    filter: saturate(1.25);
    -webkit-filter: saturate(1.25);
}

.image__wrapper svg {
    position: absolute;
    z-index: -3;
    left: 0;
    bottom: 0;
    max-width: 645px;
}

@media (width <= 1200px) {
    .hero__content p {
        max-width: 465px
    }
}

@media (width <= 1100px) {
    .hero {
        flex-direction: column;
        gap: 56px;
        padding-top: calc(109px + 48px);
    }

    .hero__content {
        max-width: unset;
        text-align: center;
        width: 100%;
    }

    .hero__content .title-100::before {
        display: none;
    }

    .hero__content p {
        margin-inline: auto;
    }

    .hero__cta {
        margin-top: calc(105px + 32px);
    }

    .hero__cta .button {
        margin-inline: auto;
    }
}

@media (width <= 750px) {
    .hero {
        padding-top: 100px;
        min-height: 100vh;
    }

    .hero__content p {
        font-size: 16px;
    }

    .hero__cta {
        margin-top: 48px;
    }

    .image__wrapper svg {
        max-width: calc(100% - 40px);
        left: 50%;
        transform: translateX(-50%);
        height: unset;
    }

    .image__wrapper img {
        max-width: calc(100% - 40px);
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (height <= 900px) and (width > 750px) {
    .hero {
        align-items: flex-start;
    }

    .hero__content {
        padding-top: 32px;
    }

    .image__wrapper img {
        max-width: 560px;
    }

    .image__wrapper svg {
        max-width: 560px;
        height: auto;
    }
}

/* ** LOGO MARQUEE ** */
.logos {
    margin-block: 128px;
}

.logos .center-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px;
    color: var(--color-black-600);
}

.logos__marquee {
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    gap: var(--gap);
    position: relative;
}

.logos__marquee::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(var(--mask-direction, to right), rgba(255 255 255 / 1), rgba(255 255 255 / 0) 20%, rgba(255 255 255 / 0) 80%, rgba(255 255 255 / 1));
}

.logos__marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    -webkit-animation: scroll-x var(--duration) linear infinite;
            animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .logos__marquee__group {
        -webkit-animation-play-state: paused;
                animation-play-state: paused;
    }
}

.logos__marquee--reverse .logos__marquee__group {
    animation-direction: reverse;
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
}

@-webkit-keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

@-webkit-keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start));
    }

    to {
        transform: translateY(var(--scroll-end));
    }
}

@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start));
    }

    to {
        transform: translateY(var(--scroll-end));
    }
}

@media (width <= 1100px) {
    .logos {
        margin-block: 80px;
    }
}

@media (width <= 750px) {
    .logos {
        margin-block: 64px;
    }

    .logos .center-title {
        font-size: 16px;
        margin-bottom: 24px;
    }
}

/* Element styles */
.sprite {
    display: grid;
    place-items: center;
    width: 190px;
    height: 100px;
    fill: var(--color-black-600);
    background: var(--color-orange-500);
    aspect-ratio: 16/9;
    border-radius: 1rem;
}

.sprite__logo.agrocorsi {
    width: 91px;
    height: 40px;
    background: url('../imgs/clientes_sprites.webp') -155px -348px;
}

.sprite__logo.idiomhouse {
    width: 84px;
    height: 50px;
    background: url('../imgs/clientes_sprites.webp') -208px -111px;
}

.sprite__logo.lrviagens {
    width: 83px;
    height: 40px;
    background: url('../imgs/clientes_sprites.webp') -274px -428px;
}

.sprite__logo.realsindico {
    width: 107px;
    height: 36px;
    background: url('../imgs/clientes_sprites.webp') -20px -272px;
}

.sprite__logo.biofarming {
    width: 71px;
    height: 56px;
    background: url('../imgs/clientes_sprites.webp') -462px -20px;
}

.sprite__logo.alphi {
    width: 95px;
    height: 40px;
    background: url('../imgs/clientes_sprites.webp') -20px -348px;
}

.sprite__logo.skyzulpo {
    width: 126px;
    height: 30px;
    background: url('../imgs/clientes_sprites.webp') -184px -201px;
}

.sprite__logo.institutoevoluir {
    width: 62px;
    height: 56px;
    background: url('../imgs/clientes_sprites.webp') -462px -116px;
}

.sprite__logo.estantedaleitura {
    width: 148px;
    height: 50px;
    background: url('../imgs/clientes_sprites.webp') -20px -20px;
}

.sprite__logo.mrc {
    width: 70px;
    height: 60px;
    background: url('../imgs/clientes_sprites.webp') -352px -20px;
}

.sprite__logo.mgsat {
    width: 110px;
    height: 51px;
    background: url('../imgs/clientes_sprites.webp') -20px -110px;
}

.sprite__logo.mixbom {
    width: 104px;
    height: 51px;
    background: url('../imgs/clientes_sprites.webp') -208px -20px;
}

.sprite__logo.montag {
    width: 124px;
    height: 31px;
    background: url('../imgs/clientes_sprites.webp') -20px -201px;
}

.sprite__logo.icons {
    width: 102px;
    height: 31px;
    background: url('../imgs/clientes_sprites.webp') -286px -348px;
}

.sprite__logo.osc360 {
    width: 41px;
    height: 55px;
    background: url('../imgs/clientes_sprites.webp') -462px -212px;
}

.sprite__logo.whz {
    width: 85px;
    height: 35px;
    background: url('../imgs/clientes_sprites.webp') -397px -428px;
}

.sprite__logo.novaserv {
    width: 87px;
    height: 41px;
    background: url('../imgs/clientes_sprites.webp') -147px -428px;
}

.sprite__logo.tikva {
    width: 87px;
    height: 41px;
    background: url('../imgs/clientes_sprites.webp') -20px -428px;
}

.sprite__logo.utilmaq {
    width: 109px;
    height: 31px;
    background: url('../imgs/clientes_sprites.webp') -167px -272px;
}

/* Parent wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
}

/* ** VIDEO ** */
.pitch {
    margin-bottom: 128px;
}

.pitch__wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.video__disclaimer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
    padding: 10px;
    background-color: var(--color-orange-800);
    border-radius: 32px 32px 0 0;
}

.video__disclaimer p {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 100%;
    color: white;
    text-transform: uppercase;
}

.video__wrapper {
    position: relative;
    width: 100%;
}

.video__wrapper video {
    width: 100%;
    height: auto;
    border-radius: 0px 0px 32px 32px;
}

/* .videoWrapper {
    display: none;
} */

.videoWrapper iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 0 0 32px 32px;
}

.previewVideo {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.playButton {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 1;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    pointer-events: none;
    transition: 0.3s ease transform;
    -webkit-transition: 0.3s ease transform;
    -moz-transition: 0.3s ease transform;
    -ms-transition: 0.3s ease transform;
    -o-transition: 0.3s ease transform;
    transform: translate(-45%, -50%);
    -webkit-transform: translate(-45%, -50%);
    -moz-transform: translate(-45%, -50%);
    -ms-transform: translate(-45%, -50%);
    -o-transform: translate(-45%, -50%);
}

.video__wrapper:hover .playButton {
    transform: translate(-45%, -50%) scale(1.25);
    -webkit-transform: translate(-45%, -50%) scale(1.25);
    -moz-transform: translate(-45%, -50%) scale(1.25);
    -ms-transform: translate(-45%, -50%) scale(1.25);
    -o-transform: translate(-45%, -50%) scale(1.25);
}

.video__reminder {
    display: flex;
    align-items: center;
    gap: 16px;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    padding: 16px 24px;
    background: rgba(9, 8, 6, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 64px;
}

.video__reminder span {
    color: #FFF;
    font-family: var(--font-accent);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

@media (width <= 1100px) {
    .pitch {
        margin-bottom: 80px;
    }

    .pitch__wrapper {
        gap: 48px;
    }

    .video__reminder {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (width <= 900px) {
    .video__disclaimer {
        flex-direction: column;
        gap: 8px;
    }

    .playButton svg {
        width: 44px;
        height: 44px;
    }

    .video__reminder {
        display: none;
    }
}

@media (width <= 750px) {
    .pitch {
        margin-bottom: 64px;
    }

    .video__disclaimer {
        flex-direction: row;
        padding: 8px 16px;
    }

    .video__disclaimer p {
        font-size: 0.75rem;
    }
}

/* ** VENDA ** */
.sell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 128px;
}

.sell>* {
    width: 50%;
}

.sell__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
    padding-top: 8px;
}

.sell__slider {
    position: relative;
    min-height: calc(378px + 64px + 32px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.sell__card {
    position: absolute;
    width: 100%;
    min-height: 378px;
    background: var(--gradient-orange);
    padding: 48px 64px;
    border-radius: 32px;
    transition: all 0.3s ease-in-out;
}

.sell__card1 {
    left: 0;
    top: 0;
    rotate: 0deg;
}

.sell__card2 {
    left: 673px;
    top: 90px;
    rotate: 15deg;
}

.sell__card3 {
    left: 1346px;
    top: 390px;
    rotate: 30deg;
}

.sell__card h3 {
    margin-block: 32px 16px;
    font-size: 20px;
    font-weight: 800;
    line-height: 140%;
    color: white;
}

.sell__card p {
    font-size: 16px;
    font-weight: 450;
    color: rgba(255, 255, 255, 0.9);
}

.sell__arrows {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 44px;
    width: 100%;
}

.sell__arrow {
    fill: var(--color-orange-800);
    cursor: pointer;
}

.sell__arrow--inactive {
    fill: var(--color-grey-600);
    cursor: default;
}

@media (width <= 1440px) {
    .sell {
        overflow: hidden;
    }
}

@media (width <= 1200px) {
    .sell {
        gap: 0;
    }

    .sell__content {
        padding-top: 0;
        padding-right: 32px;
    }

    .sell__slider {
        min-height: calc(378px + 64px + 64px);
    }
}

@media (width <= 1100px) {
    .sell {
        flex-direction: column;
        gap: 64px;
    }

    .sell__content {
        width: 100%;
        padding: unset;
    }

    .sell__slider {
        width: 60%;
    }
}

@media (width <= 810px) {
    .sell__slider {
        min-height: calc(378px + 64px + 88px);
    }
}

@media (width <= 750px) {
    .sell {
        gap: 48px;
        overflow: hidden;
    }

    .sell__slider {
        width: 70%;
    }

    .sell__card {
        min-height: calc(100% - 64px);
        padding: 32px;
        padding-bottom: 40px;
    }
    
    .sell__card h3 {
        margin-top: 24px;
    }    
}

@media (width <= 660px) {
    .sell__slider {
        width: 100%;
    }
}

@media (width <= 490px) {
    .sell__slider {
        min-height: calc(378px + 64px + 8px);
    }
}

@media (width <= 475px) {
    .sell__slider {
        min-height: calc(378px + 64px + 64px);
    }
}

@media (width <= 405px) {
    .sell__slider {
        min-height: calc(378px + 64px + 96px);
    }
}

@media (width <= 372px) {
    .sell__slider {
        min-height: calc(378px + 64px + 104px);
    }
}

@media (width <= 350px) {
    .sell__slider {
        min-height: calc(378px + 64px + 128px);
    }
}

@media (width <= 333px) {
    .sell__slider {
        min-height: calc(378px + 64px + 156px);
    }
}

@media (width <= 330px) {
    .sell__slider {
        min-height: calc(378px + 64px + 186px);
    }
}

@media (width <= 326px) {
    .sell__slider {
        min-height: calc(378px + 64px + 216px);
    }
}

/* EXPERIENCIA */
.experience {
    margin-inline: -40px;
}

.experience__marquee {
    height: 100vh;
    min-height: 700px;
    max-height: 2400px;
    display: flex;
    align-items: center;
}

.marquee {
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.marquee-content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
}

@-webkit-keyframes scroll {
    from {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
}

    to {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
}
}

@keyframes scroll {
    from {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
}

    to {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
}
}

.scroll {
    -webkit-animation: scroll 25s linear infinite;
            animation: scroll 25s linear infinite;
}

.works {
    position: relative;
    margin-block: 50vh -25vh;
}

.work {
    display: flex;
    align-items: center;
    gap: 40px;
    height: 760px;
    border-radius: 64px;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    -ms-border-radius: 64px;
    -o-border-radius: 64px;
    overflow: hidden;
    margin-bottom: 64px;
    padding-left: 64px;
    position: -webkit-sticky;
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
}

.work:nth-child(1) {
    background: linear-gradient(243deg, #BB75BB 13.17%, #874487 91.62%);
}

.work:nth-child(2) {
    background: linear-gradient(108deg, #DB4C76 33.17%, #F988AA 97.68%);
}

.work:nth-child(3) {
    background: linear-gradient(103deg, #1D1520 20.54%, #451C54 96.91%);
}

.work:nth-child(4) {
    background: linear-gradient(71deg, #E7F3D8 0%, #DAF1EC 100%);
}

.work:nth-child(5) {
    background: linear-gradient(180deg, #150F17 0%, #271C2B 100%);
}

.work:nth-child(6) {
    background-image: url(../imgs/bg-lr-viagens.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.work__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-width: 46%;
    max-width: 46%;
    color: white;
}

.work__explanation {
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: white;
}

.work__description {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.work__content h3 {
    font-size: 60px;
    font-weight: 900;
    line-height: 110%;
    letter-spacing: 1.12px;
    text-transform: unset;
}

.work__content p {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 430;
}

.work__content--dark p {
    color: var(--color-black-600);
    font-weight: 450;
}

.work__role {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: white;
}

.work__content h4 {
    font-size: 18px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.4px;
}

.work__description p {
    font-size: 1rem;
}

.work__content--dark, .work__content--dark h3, .work__content--dark h4, .work__content--dark .link {
    color: var(--color-black-600) !important;
}

.work__content--dark .link::after {
    content: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.28571 0.714277L13 6.99999L7.28571 13.2857L6.26786 12.1857L10.2679 7.78571L0 7.78571V6.21428L10.2679 6.21428L6.26786 1.81428L7.28571 0.714277Z' fill='%23090806'/%3E%3C/svg%3E%0A");;
}

.work__content .link {
    color: white;
}

@media (width > 1100px) {
    .work:hover .link {
        padding-left: 16px;
    }
}

.work__image {
    margin-right: -50%;
    position: relative;
    right: 0px;
    transition: 0.3s ease-out all;
}

@media (width > 1100px) {
    .work:hover .work__image {
        right: 24px;
    }
}

@media (width > 1100px) {
    .work:nth-child(2) .work__image {
        right: -48px;
    }

    .work:nth-child(2):hover .work__image {
        right: -24px;
    }
}

.work__image img {
    width: 100%;
}

.works .button {
    margin-inline: auto;
}

@media (width <= 1200px) {
    .works {
        margin-inline: 40px;
    }

    .work {
        top: calc(50% + 40px);
    }
}

@media (width <= 1100px) {
    .works {
        margin-block: unset;
    }

    .work {
        height: auto;
        transform: unset;
        position: static;
        flex-direction: column;
        padding: 64px 40px 0px 40px;
        gap: 64px;
        margin-bottom: 32px;
    }

    .work__content {
        max-width: unset;
        gap: 48px;
    }

    .work__explanation {
        gap: 24px;
    }

    .work__content h3 {
        font-size: 46px;
    }

    .work__image {
        margin-inline: unset;
    }
}

@media (width <= 750px) {
    .experience {
        overflow-x: hidden;
        margin-inline: -20px;
    }

    .experience__marquee {
        max-width: 100vw;
    }

    .works {
        margin-inline: 20px;
    }

    .work {
        margin-bottom: 16px;
        padding: 40px 32px 0 32px;
        gap: 56px;
        border-radius: 48px;
    }

    .work__explanation {
        gap: 16px;
    }

    .work__content {
        gap: 40px;
    }

    .work__content h3 {
        font-size: 32px;
    }
}

@media (width <= 370px) {
    .work__content .link {
        font-size: 16px !important;
    }
}

@media (max-height: 900px) {
    .works {
        margin-block: unset;
    }

    .work {
        position: static;
        transform: unset;
    }
}

/* SOBRE */
.about {
    display: flex;
    align-items: center;
    gap: 91px;
    margin-top: 128px;
}

/* conteudo sobre */
.about__content {
    min-width: 50%;
    max-width: 50%;
}

/* sobre imagem */
.about__image img {
    width: 100%;
    filter: saturate(1.25);
    -webkit-filter: saturate(1.25);
}

@media (width <= 1200px) {
    .about {
        margin-top: 0;
    }
}

@media (width <= 1100px) {
    .about {
        margin-top: 80px;
        flex-direction: column;
        gap: 48px;
    }

    .about__content {
        max-width: 100%;
    }
}

@media (width <= 750px) {
    .about {
        margin-top: 64px;
    }
}

@media (max-height: 900px) {
    .about {
        margin-top: 108px;
    }
}

/* CLIENTES */
.clients {
    margin-top: 128px;
}

@media (width <= 1100px) {
    .clients {
        margin-top: 80px;
    }
}

@media (width <= 750px) {
    .clients {
        margin-top: 64px;
    }
}

/* avaliacoes */
.reviews {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-top: 64px;
}

.reviews__column {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.review {
    width: 100%;
    padding: 48px 64px;
    background: var(--gradient-orange);
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.review p {
    color: white;
    font-size: 16px;
    font-weight: 430;
    line-height: 150%;
}

.review__name {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.review .review__title {
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
}

.review .review__description {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.85);
}

.review span {
    font-weight: 800;
    color: white;
}

@media (width <= 1100px) {
    .reviews {
        margin-top: 48px;
        flex-direction: column;
        gap: 24px;
    }

    .reviews__column {
        gap: 24px;
    }
}

@media (width <= 750px) {
    .reviews {
        gap: 16px;
        margin-top: 32px;
    }

    .reviews__column {
        gap: 16px;
    }

    .review {
        padding: 32px;
        gap: 32px;
    }
}

/* RODAPÉ */
.footer {
    margin-inline: -40px;
    background: var(--gradient-orange);
    padding-block: 128px 64px;
    padding-inline: 40px;
    position: relative;
    margin-top: 128px;
    overflow: hidden;
}

.footer::before {
    content: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0C0 0 401.5 -6.05948e-05 960 0C1440 0 1440 0 1440 0H1920C1920 0 1920 60.0005 1920 56.3968C1920 52.7931 1440 1.19273e-07 960 0C367.5 -6.42835e-05 0 48.502 0 57C0 65.4981 0 0 0 0Z' fill='white'/%3E%3C/svg%3E%0A");;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.footer::after {
    content: url("data:image/svg+xml,%3Csvg viewBox='0 0 781 715' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='634.5' cy='365.5' r='634.5' transform='rotate(-180 634.5 365.5)' fill='url(%23paint0_linear_1784_1561)' fill-opacity='0.1'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1784_1561' x1='1269' y1='366' x2='-8.97617e-06' y2='366' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    top: -30%;
    right: -50%;
    z-index: 1;
    width: 100%;
}

.footer__wrapper {
    display: flex;
    flex-direction: column;
    gap: 128px;
}

.footer__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer__content h2 {
    font-size: 24px;
    font-weight: 600;
    color: white;
    letter-spacing: 0.1rem;
    text-transform: unset;
    line-height: 150%;
    margin-bottom: 8px;
}

.footer__content a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.04rem;
    font-weight: 900;
    color: white;
}

.footer__social {
    display: flex;
    gap: 32px;
}

.footer__social a {
    position: relative;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.275s ease-out all;
}

.footer__social a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: white;
    border-radius: 100px;
    box-sizing: content-box;
    border: 5px solid white;
    opacity: 0;
    transition: 0.275s ease-out all;
}

.footer__social a:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.footer__social svg {
    position: relative;
    z-index: 3;
    fill: white;
    transition: 0.275s ease-out all;
}

.footer__social a:hover svg {
    width: 28px;
    height: auto;
    fill: var(--color-orange-800);
}

.footer__wrapper p {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.9);
}

@media (width <= 1100px) {
    .footer {
        margin-top: 80px;
        padding-top: 104px;
    }

    .footer::after {
        width: 100vw;
        right: -50vw;
    }

    .footer__wrapper {
        gap: 64px;
    }
    
    .footer__content a {
        font-size: 32px;
    }

    .footer__content a > svg {
        height: 32px;
    }

    .footer__social a {
        height: 35px;
        width: 35px;
    }
}

@media (width <= 750px) {
    .footer {
        margin-top: 64px;
        padding-top: 96px;
        margin-inline: -20px;
    }

    .footer::before {
        top: -2px;
        width: calc(100vw + 10px);
        margin-inline: -5px;
    }

    .footer::after {
        display: none;
    }

    .footer__wrapper {
        gap: 56px;
    }

    .footer__content {
        gap: 4px;
    }

    .footer__content h2 {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .footer__content a {
        font-size: 20px;
    }

    .footer__content a > svg {
        height: 24px;
        width: unset;
    }

    .footer__social {
        gap: 24px;
    }

    .footer__social a {
        height: 24px;
        width: 24px;
    }

    .footer__social a > svg {
        height: 24px;
        width: 24px;
    }
}

/* LENIS */
html.lenis, html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}