/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');


/* Variables */

:root {
    --color-100: #000;
    --color-90:  #141414;
    --color-80:  #202222;
    --color-70:  #363636;
    --color-50:  #3c3c39;
    --color-40:  #3c3c3c;
    --color-30:  #dcdcdc;
    --color-20:  #f2f2f2;
    --color-0:   #fff;
    --color-red: #d32227;

    --fw-light:  200;
    --fw-normal: 400;
    --fw-medium: 500;
    --fw-bold:   700;
    --fw-black:  800;

}

/* General */

html {

}

body {
    font-family: "avenir-lt-pro", sans-serif;
    font-style: normal;
    font-weight: var(--fw-normal);
    font-size: 16px;
    background-color: var(--color-20);
    color: var(--color-90);
    opacity: 0;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {

}

p {

}

h1 {
    font-size: 1.846em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.285em;
}

h4 {
    font-size: 1.21em;
}

h5 {
    font-size: 1.107em;
}

h6 {
    font-size: 1.07em;
}

strong {

}

a {
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

a:hover {

}

.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}

.padding-tb {
    padding-top: 88px;
    padding-bottom: 88px;
}

.padding-t {
    padding-top: 88px;
}

.padding-b {
    padding-bottom: 88px;
}

/* Header */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
header.header-fix {
    position: fixed;
    background-color: var(--color-90);
    top: 0;
    width: 100%;
    transform: translateY(-110%);
    transition: transform .3s ease;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
header.header-fix .navbar-expand-lg {
    padding: 10px 0;
}
header.header-fix.stick {
    transform: translateY(0);
}

header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--color-0);
    padding: 5px 13px 5px 16px;
    border-radius: 100px;
    letter-spacing: 2.8px;
    font-weight: var(--fw-light);
}
header .navbar-expand-lg .navbar-nav .nav-link:hover, header .navbar-expand-lg .navbar-nav .current-page-item .nav-link {
    background-color: var(--color-70);
}
header .navbar-expand-lg .navbar-nav .current-page-item .nav-link {
    font-weight: var(--fw-bold);
}
.navbar-expand-lg {
    padding-top: 45px;
}
.navbar-expand-lg .navbar-nav {
    gap: 30px;
}

.bg-grey {
    background-color: var(--color-30);
}

/* Main */

/* Banner */
.banner {
    position: relative;
    height: 806px;
    overflow: hidden;
}
.banner img.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    top: 0;
}
.banner .text {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 27%;
}
.banner .text h1 {
    color: var(--color-0);
    font-size: 84px;
    line-height: 84px;
    font-weight: 800;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}
.banner .text p {
    color: var(--color-0);
    font-size: 32px;
    line-height: 36px;
    padding-left: 30px;
    max-width: 650px;
    position: relative;
}
.banner .tint {
    position: absolute;
    top: 10px;
    left: 0;
    clip-path: inset(0 100% 0 0);
}
.banner .img-holder {
    position: relative;
    clip-path: rect(0 0 100% 0);
    width: 100%;
    height: 806px;
    filter: blur(5px)brightness(0);
}
.banner .line {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 100px;
    clip-path: inset(0 0 100% 0);
}

/* .banner .line-ball {
    position: absolute;
    bottom: -177px;
    z-index: 1;
    left: 80px;
}
.banner .line-ball .mask {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background-color: var(--color-20);
    top: 275px;
    left: -100px;
    transform-origin: right bottom;
} */

/* Steps */

.step1 {
    padding-top: 70px;
    overflow-x: hidden;
    position: relative;
}
.step1 .content {
    display: grid;
    grid-template-columns: 1fr 465px;
}
.step1 .content img.boots {
    margin-left: 0;
    max-width: 120%;
    justify-self: end;
    position: relative;
    z-index: 2;
}
.step1 .line-ball {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 88px;
}
.step1 .line-ball .mask-ball {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background-color: var(--color-20);
    top: 0;
    left: -100px;
    transform-origin: right bottom;
}
.step1 .content .text {
    position: relative;
    z-index: 2;
}
.step1 .content .text h2 {
    font-size: 40px;
    font-weight: var(--fw-black);
    margin-bottom: 20px;
    color: var(--color-red);
}
.step1 .content .text p {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 32px;
}

.step2 {
    overflow-x: hidden;
}
.step2 .content {
    display: grid;
    grid-template-columns: 512px 1fr;
}
.step2 .content img.boots {
    margin-left: 0;
    max-width: 130%;
    justify-self: start;
    position: relative;
    z-index: 2;
}
.step2 .content .text h2 {
    font-size: 40px;
    font-weight: var(--fw-black);
    margin-bottom: 20px;
    color: var(--color-red);
}
.step2 .content .text p {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 32px;
}

.step3 {
    position: relative;
}
.step3 .container {
    padding-top: 260px;
    position: relative;
}
.step3 h2 {
    font-size: 48px;
    font-weight: var(--fw-black);
    color: var(--color-red);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.step3 h2 span {
    font-size: 60px;
}
.step3 .mask {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    background-color: var(--color-20);
    top: -50px;
    right: -100px;
    transform-origin: left bottom;
    z-index: 1;
}

.step4 {
    overflow-x: hidden;
}
.step4 .container {
    position: relative;
    padding-top: 200px;
}
.step4 .content {
    display: grid;
    grid-template-columns: 1fr 585px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.step4 .content .text h2 {
    font-size: 40px;
    font-weight: var(--fw-black);
    margin-bottom: 20px;
    color: var(--color-red);
}
.step4 .content .text p {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 32px;
}
.step4 .mask {
    position: absolute;
    width: 1000px;
    height: 800px;
    border-radius: 100%;
    background-color: var(--color-20);
    top: -150px;
    left: -100px;
    transform-origin: left bottom;
    z-index: 1;
}

.step5 {
    margin-bottom: -240px;
}
.step5 .container {
    position: relative;
}
.step5 .content {
    display: grid;
    grid-template-columns: 550px 1fr;
    position: relative;
    z-index: 2;
}
.step5 .content .text {
    padding-top: 150px;
}
.step5 .content .text h2 {
    font-size: 40px;
    font-weight: var(--fw-black);
    margin-bottom: 20px;
    color: var(--color-red);
}
.step5 .content .text p {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 32px;
}
.step5 .mouse {
    max-width: none;
    margin-left: -300px;
}
.step5 .mask {
    position: absolute;
    width: 1200px;
    height: 800px;
    border-radius: 100%;
    background-color: var(--color-20);
    top: -150px;
    right: -200px;
    transform-origin: right bottom;
    z-index: 1;
}

.step6 {
    position: relative;
}
.step6 .ball {
    width: 1040px;
    height: 1040px;
    background-color: var(--color-50);
    border-radius: 100%;
    padding-top: 200px;
    transform: scale(0);
    margin: 0 auto;
    transform-origin: center center;
}
.step6 .content {
    top: 200px;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.step6 .content p {
    color: var(--color-0);
    font-size: 32px;
    max-width: 660px;
    margin: 0 auto 40px;
}
.step6 .content h2 {
    color: var(--color-0);
    font-size: 60px;
    font-weight: var(--fw-black);
    max-width: 660px;
    margin: 0 auto;
}

.line-1 {
    text-align: right;
}
.line-1 .line {
    position: relative;
}
.line-1 .line .mask {
    position: absolute;
    width: 1100px;
    height: 350px;
    border-radius: 100%;
    background-color: var(--color-20);
    top: -50px;
    right: 0px;
    transform-origin: right bottom;
}
.line-1 img {
    margin-right: 10%;
}
.line-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.line-3 {
    position: absolute;
    left: -50px;
    top: 0;
}
.line-4 {
    position: absolute;
    right: -150px;
    top: -100px;
}

.scale {
    transform: scale(0);
}
.scaleIconsText {
    transform: scale(0);
}

/* services-box */
.services-box {
    margin-top: -350px;
    position: relative;
}
.services-box .box {
    width: 100%;
    background-color: var(--color-0);
    padding: 55px 50px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.services-box .box h2 {
    color: var(--color-red);
    font-size: 48px;
    font-weight: var(--fw-black);
    text-align: center;
    margin-bottom: 46px;
}
.services-box .box .col-lg-4 {
    padding: 30px;
    border: 2px solid #fff;
    border-radius: 20px;
    transition: all .3s ease;
    position: relative;
}
/* .services-box .box .row:hover .col-lg-4::before {
    display: none;
} */
.services-box .box .col-lg-4:before {
    content: '';
    width: 1px;
    background-color: #a6a6a6;
    height: 60%;
    top: 48%;
    left: -2px;
    transform: translateY(-50%);
    position: absolute;
}
.services-box .box .col-lg-4:first-child::before {
    display: none;
}
.services-box .box .col-lg-4:hover {
    border-color: #a6a6a6;
}
.services-box .box h3 {
    font-size: 32px;
    font-weight: var(--fw-black);
}
.services-box .box p {
    font-size: 20px;
    line-height: 28px;
}
.services-box .button {
    font-size: 28px;
    font-weight: var(--fw-black);
    color: var(--color-90);
    background-color: var(--color-30);
    width: 300px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 40px auto 0;
}

/* clients */
.clients {
    padding-top: 120px;
    padding-bottom: 100px;
    text-align: center;
}
.clients h2 {
    font-size: 48px;
    color: var(--color-red);
    font-weight: var(--fw-black);
    margin-bottom: 22px;
}
.clients p {
    font-size: 32px;
    color: var(--color-50);
    margin-bottom: 90px;
}
.clients .grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 70px;
}
.clients .grid .item {
    width: 20%;
}

/* icons-text */
.icons-text {
    padding: 84px 0;
    background-color: var(--color-40);
    color: var(--color-0);
}
.icons-text h2 {
    display: table;
    font-size: 48px;
    font-weight: var(--fw-black);
    text-align: center;
    margin: 0 auto 90px;
    color: var(--color-0);
    position: relative;
    position: relative;
    z-index: 1;
}
.icons-text .title {
    position: relative;
    display: table;
    margin: 0 auto 20px;
}
.icons-text .tint {
    position: absolute;
    top: 36px;
    left: 50%;
    max-width: none;
    transform: translateX(-50%);
    clip-path: inset(0 100% 0 0);
}
.icons-text h3 {
    font-size: 32px;
    font-weight: var(--fw-black);
    margin-bottom: 20px;
    line-height: 32px;
}
.icons-text p {
    font-size: 20px;
}
.icons-text .row {
    justify-content: center;
    gap: 50px;
}
.icons-text .col-lg-4 {
    max-width: 360px;
}
.icons-text .text .icon {
    width: 135px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #363636;
    border-radius: 100px;
    margin-bottom: 30px;
}

/* .carousel-flip */
.carousel-flip {
    padding: 100px 0;
    background: url(../img/bg-carrousel.webp) center 180px no-repeat;
}
.carousel-flip-home {
    background-position: center 350px;
}
.carousel-flip h2 {
    display: table;
    font-size: 48px;
    font-weight: var(--fw-black);
    text-align: center;
    margin: 0 auto 20px;
    color: var(--color-red);
    position: relative;
}
.carousel-flip .text-center p {
    font-size: 32px;
    line-height: 42px;
    margin: 0 auto 50px;
}
.carousel-flip .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;

}
.carousel-flip .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 514px;
    height: 289px;
}
.carousel-flip .box {
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 514px;
  height: 289px;
  transform: translate(-50%,-50%);

}
/* .carousel-flip .box:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  background-image: var(--src);
  background-size: cover;
  transform: translate(-50%, -50%) rotate(180deg) translate(0, -100%) translate(0, -0.2vmin);
  opacity: 0.75;
}
.carousel-flip .box:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  background: linear-gradient(var(--color-20) 50%, transparent);
  transform: translate(-50%, -50%) rotate(180deg) translate(0, -100%) translate(0, -0.2vmin) scale(1.01);
  z-index: 2;
} */
.carousel-flip .box img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}
.carousel-flip .swiper-pagination-bullet-active {
    background-color: var(--color-red);
}
.carousel-flip .box:nth-of-type(odd) {
  background: #b3f075;
}
.carousel-flip .box:nth-of-type(even) {
  background: #66b814;
}
/* .carousel-flip .swiper-horizontal>.swiper-pagination-bullets, .carousel-flip .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -100px;
} */

/* results*/
.results {
    padding: 100px 0;
}
.results h2 {
    font-weight: var(--fw-black);
    font-size: 48px;
    text-align: center;
    margin:0 auto 46px;
    max-width: 870px;
}
/* .results h2 strong {
    background: url(../img/bg-title1.webp) center 50px no-repeat;
} */
.results .text-center p {
    font-size: 32px;
    line-height: 42px;
    margin:0 auto 100px;
    max-width: 800px;
}
.results .title {
    position: relative;
    display: table;
    margin: 0 auto 20px;
}
.results .tint {
    position: absolute;
    right: 199px;
    bottom: 32px;
    clip-path: inset(0 100% 0 0);
}

.infographic {
    position: relative;
    width: 456px;
    height: 456px;
    margin: 0 auto;
}
.infographic .piece1 {
    position: absolute;
    bottom: -34px;
    left: -34px;
}
.infographic .piece2 {
    position: absolute;
    right: -34px;
    bottom: -34px;
    transform: rotate(-90deg);
}
.infographic .piece3 {
    position: absolute;
    left: -34px;
    top: -34px;
    transform: rotate(-270deg);
}
.infographic .piece4 {
    position: absolute;
    right: -34px;
    top: -34px;
    transform: rotate(-180deg);
}
.infographic .ball {
    width: 456px;
    height: 456px;
    background-color: var(--color-30);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.infographic .ball h3 {
    font-weight: var(--fw-black);
    font-size: 60px;
    line-height: 60px;
    color: var(--color-red);
    margin-bottom: 20px;
}
.infographic .ball p {
    margin-bottom: 0;
}
.infographic .item-1 {
    position: absolute;
    left: -360px;
    top: -30px;
    width: 250px;
}
.infographic h3 {
    font-size: 28px;
    font-weight: var(--fw-black);
    margin-bottom: 0;
}
.infographic .line-info1 {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: 1;
}
.infographic .line-info2 {
    position: absolute;
    top: 0;
    right: -100px;
    z-index: 1;
}
.infographic .line-info3 {
    position: absolute;
    bottom: 100px;
    left: -100px;
    z-index: 1;
}
.infographic .line-info4 {
    position: absolute;
    bottom: 100px;
    right: -100px;
    z-index: 1;
}
.infographic .icon {
    margin-bottom: 20px;
}
.infographic p {
    font-size: 22px;
    line-height: 32px;
}
.infographic span {
    font-size: 20px;
    display: block;
    margin-top: 5px;
}
.infographic .item-2 {
    position: absolute;
    right: -360px;
    top: -30px;
    width: 250px;
}
.infographic .item-3 {
    position: absolute;
    left: -360px;
    bottom: -80px;
    width: 250px;
}
.infographic .item-4 {
    position: absolute;
    right: -360px;
    bottom: -80px;
    width: 250px;
}

/* call-to-action*/
.call-to-action {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.call-to-action h2 {
    font-size: 48px;
    font-weight: var(--fw-black);
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.call-to-action h2 strong {
    /* background: url(../img/bg-title2.webp) center center no-repeat; */
    color: var(--color-0);
    padding: 0 50px;
}
.call-to-action .title {
    position: relative;
    display: table;
    margin: 0 auto;
}
.call-to-action .title .tint {
    position: absolute;
    right: 0;
    bottom: 5px;
    clip-path: inset(0 100% 0 0);
}

/* newsletter */
.newsletter .container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.newsletter .line-news {
    width: 100%;
    height: 1px;
    background-color: #c5c4bf;
    max-width: 1130px;
    margin: 0 auto;
}
.newsletter h2 {
    color: var(--color-red);
    font-weight: var(--fw-black);
    font-size: 48px;
    text-align: center;
}
.newsletter p {
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
}
.newsletter p a {
    color: var(--color-90);
    position: relative;
}
.newsletter p a:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--color-90);
    position: absolute;
    bottom: 5px;
}
.newsletter form {
    width: 100%;
    max-width: 1064px;
    display: grid;
    grid-template-columns: 1fr 194px;
    gap: 20px;
    margin: 0 auto;
}
.newsletter form input[type="text"] {
    width: 100%;
    background-color: var(--color-0);
    border: none;
    height: 40px;
    padding: 0 20px;
    border-radius: 100px;
    font-size: 24px;
}
.newsletter form input[type="submit"] {
    border-radius: 100px;
    width: 100%;
    background: var(--color-red);
    color: var(--color-0);
    border: none;
    height: 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
}

/* banner-pages */
.banner-pages {
    width: 100%;
    height: 804px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.banner-pages .text {
    position: relative;
    max-width: 455px;
    margin-top: 80px;
}
.banner-pages .text h1 {
    color: var(--color-0);
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}
.banner-pages .text p {
    color: var(--color-0);
    font-size: 32px;
    line-height: 36px;
    padding-left: 30px;
    max-width: 650px;
    position: relative;
}
.banner-pages .tint {
    position: absolute;
    top: -2px;
    left: 0;
    clip-path: inset(0 100% 0 0);
    width: 398px;
}
.banner-pages.banner-design .text {
    max-width: 608px;
}
.banner-pages.banner-design p {
    max-width: 550px;
}
.banner-pages.banner-design .tint {
    top: 60px;
    left: unset;
    right: 45px;
    width: 350px;
}
.banner-pages.banner-research .text, .banner-pages.banner-research .text p {
    max-width: none;
}
.banner-pages.banner-research .text h1 {
    line-height: 70px;
    max-width: 800px;
}
.banner-pages.banner-research .tint {
    top: 75px;
    left: 210px;
    width: 420px;
}

/* workshop */
.workshop p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 66px;
}
.workshop h2 {
    font-size: 48px;
    color: var(--color-red);
    font-weight: 800;
}
.workshop h5 {
    font-size: 32px;
}
.workshop .box {
    height: 100%;
    background-color: var(--color-0);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.workshop .box h3 {
    font-size: 32px;
    color: var(--color-red);
    margin-bottom: 28px;
}
.workshop .box h3 strong {
    display: block;
    font-weight: 800;
}
/* .workshop .animaTextScroll {
    margin-bottom: 110px;
} */
.workshop .box p {
    margin-bottom: 0;
}
.workshop .col-lg-6 {
    margin-bottom: 30px;
}
.workshop a {
    color: var(--color-red);
    font-weight: 600;
}

/* design-icons */
.design-icons {
    padding-top: 50px;
}
.design-icons p {
    font-size: 24px;
    line-height: 32px;
    max-width: 550px;
    margin: 0 auto 34px;
    text-align: center;
}
.design-icons h5 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    max-width: 660px;
    margin: 0 auto;
}
.design-icons .icons {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
}

/* design-content */
.design-content {
    overflow: hidden;
}
.design-content .ball {
    background-color: var(--color-20);
    width: 750px;
    height: 750px;
    margin: -375px auto 78px;
    border-radius: 100%;
    padding-top: 450px;
    text-align: center;
}
.design-content .ball p {
    font-size: 24px;
}
.design-content .ball h2 {
    font-size: 48px;
    font-weight: 600;
    background: url(../img/line-design-how.png) center 60px no-repeat;
    height: 92px;
}
.design-content .item-left {
    padding-left: 540px;
    background-position: left top;
}
.design-content .item-right {
    padding-right: 600px;
    background-position: right top;
}
.design-content .item {
    margin-bottom: 40px;
    background-repeat: no-repeat;
}
.design-content .item p {
    font-size: 20px;
    line-height: 32px;
}
.design-content .design-mouse {
    padding-top: 100px;
    padding-bottom: 50px;
}
.design-content .design-computer {
    padding-top: 80px;
    padding-bottom: 50px;
}
.design-content .design-colors {
    padding-top: 280px;
    padding-bottom: 50px;
}
.design-content .design-flowers {
    padding-top: 160px;
    padding-bottom: 150px;
}
.design-content .design-chairs {
    padding-top: 210px;
    margin-top: -150px;
}
.design-content .design-eggs {
    padding-top: 180px;
    margin-top: -40px;
}
.design-content .design-keys {
    padding-top: 80px;
    background-position: -300px top;
    position: relative;
    padding-bottom: 40px;
}
.design-content .design-keys:before {
    content: '';
    width: 1796px;
    height: 298px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/design-keys.webp) right center;
}
.design-content .design-keys p {
    position: relative;
}
.design-content .design-helms {
    padding-top: 160px;
    margin-top: -40px;
    padding-bottom: 50px;
}



.fadeInUp {
    opacity: 0; /* Inicialmente invisível */
    transform: translateY(50px); /* Deslocamento inicial para baixo */
}

footer {
    padding: 50px 0;
    background-color: var(--color-50);
}
footer p {
    font-weight: 500;
    font-size: 14px;
    color: var(--color-0);
}
footer .button {
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-0);
    color: var(--color-0);
    font-size: 15px;
    font-weight: var(--fw-black);
    border-radius: 10px;
}
footer .d-lg-flex {
    align-items: flex-end;
    justify-content: flex-end;
}


/* neuro-research */

.neuro-research h2 {
    font-size: 48px;
    position: relative;
    font-weight: 800;
    margin-bottom: 88px;
}
.neuro-research h2 .line {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 520px;
}
.neuro-research p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.neuro-research p strong {
    font-size: 30px;
    font-weight: 800;
}
.neuro-research p:last-child {
    margin-bottom: 0;
}
.neuro-research ul li {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}
.neuro-research ul li:last-child {
    margin-bottom: 0;
}
.neuro-research h3 {
    font-size: 46px;
    color: var(--color-red);
    font-weight: 800;
    margin-bottom: 18px;
}
.neuro-research .grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
}
.neuro-research .box {
    position: relative;
    background-color: var(--color-0);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 60px;
}
.neuro-research .box .icon {
    position: absolute;
    right: 50px;
    top: 30px;
}
.neuro-research .left .box1 .arrow {
    position: absolute;
    top: -60px;
    left: 100px;
}
.neuro-research .left .box2 .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}
.neuro-research .left .box3 .arrow {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}
.neuro-research .right .box1 .arrow {
    position: absolute;
    top: 240px;
    left: -50px;
}
.neuro-research .right .box2 .arrow {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}



/* assets-research */
.assets-research h2 {
    font-size: 48px;
    font-weight: 800;
    margin:0 auto 100px;
    display: table;
    position: relative;
}
.assets-research h2 .line {
    position: absolute;
    left: 90px;
    bottom: -5px;
    width: 280px;
    z-index: -1;
}
.assets-research p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.assets-research ul li {
    font-size: 18px;
    margin-bottom: 5px;
}
.assets-research p strong {
    font-size: 30px;
    font-weight: 800;
}
.assets-research h3 {
    font-size: 46px;
    color: var(--color-red);
    font-weight: 800;
    margin-bottom: 18px;
}

/* Responsive */
@media (min-width: 1200px) and (max-width: 1600px) {
    .banner {
        height: 100vh;
        max-height: 640px;
    }
    .banner .img-holder {
        width: 100%;
        height: 806px;
        max-height: 640px;
    }
    .banner .line {
        left: 50px;
    }
    .banner .text h1 {
        font-size: 74px;
        line-height: 74px;
        padding-left: 50px;
    }
    .banner .text p {
        font-size: 26px;
        line-height: 30px;
        padding-left: 50px;
        max-width: 550px;
    }
    .banner .tint {
        left: 32px;
    }
    .step1 .line-ball {
        left: 39px;
    }
    .navbar-expand-lg {
        padding-top: 36px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 96%;
    }
    .step1 .content img.boots {
        margin-left: 0;
        max-width: 100%;
    }
    .step2 .content img.boots {
        margin-left: 0;
        max-width: 110%;
    }
    .step5 .mouse {
        max-width: 160%;
    }
    .line-4 {
        right: -60px;
        top: -100px;
    }
    .step5 {
        margin-bottom: -200px;
    }
}

@media (max-width: 1600px) {
    .banner-pages {
        height: 600px;
    }
    .banner-pages .text h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .banner-pages .text p {
        font-size: 24px;
        line-height: 32px;
    }
    .banner-pages .tint {
        top: 0px;
        width: 335px;
    }
    .banner-pages.banner-research .text h1 {
        line-height: 58px;
        max-width: 600px;
    }
    .banner-pages.banner-research .tint {
        top: 65px;
        left: 180px;
        width: 350px;
}
}