@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Recursive:wght@100..2000&display=swap');

:root {
  --body-font: 'Montserrat';
  --font-size-h1: clamp(32px, 4vw, 57px);
  --normal-font-size: clamp(14px, 2vw, 18px);
  --border-default: 1px solid #000;
  --color-default: #ffce00;
  --header-height: 6.5rem;
  --z-fixed: 100;
}

body,
main {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* auxiliares */
.d-flex {
  display: flex !important
}

.f-column {
  flex-direction: column;
}

.all-center {
  justify-content: center;
  align-items: center;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

header .container__section {
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.header {
  z-index: 10;
  transition: box-shadow 0.3s ease;
}

.header.scrolled {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

header {
  background-color: var(--color-default);
  width: 100%;
  height: var(--header-height);
  position: fixed;
}

.nav__list {
  display: flex;
  gap: 30px;
}

.nav__list a {
  text-transform: uppercase;
}

.nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 160px;
  border-radius: 50px;
  color: #000;
  font-weight: 600;
  transition: .4s;
}

.nav__link:hover {
  background-color: #fff;
  border: solid 1px #000;
  box-shadow: -10px 8px 1px 1px #000;
}

.nav__link.active {
  background-color: #fff;
  border: solid 1px #000;
  box-shadow: -10px 8px 1px 1px #000;
}

/* Sections */

#hero {
  background-color: var(--color-default);
}

/* section heights */

#hero {
  margin-top: 6.5rem;
  height: 100vh;
}

#plans,
#container-plans {
  height: auto;
}

#plans {

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#container-marketing .box__bottom h2 {
  font-size: clamp(24px, 4vw, 35px);
}

#container-marketing .box__bottom {
  width: 100%;
  display: flex;
  margin-top: var(--header-height);
}

#container-marketing .box__bottom .box__info ul {
  list-style: disc;
  padding-left: 20px;
}

#container-marketing {
  height: auto;
  display: flex;
  flex-direction: column;
}

#container-marketing .box__info .btn,
#container-marketing .box__info p,
#container-marketing .box__info li {
  margin-top: 30px;
}

#container-marketing .box__items h1 {
  font-size: clamp(24px, 4vw, 35px);
}


.floating-wrapper {
  width: 80%;
  margin-right: 135px;
  max-width: 400px;
  animation: floatAndRotate 3s ease-in-out infinite;
}

.floating-wrapper img {
  width: 115%;
  height: auto;
  display: block;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.4));
}

@keyframes floatAndRotate {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-10px) rotate(-4deg);
  }

  75% {
    transform: translateY(-10px) rotate(4deg);
  }

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

#container-marketing .box__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.subtitle {
  margin-top: 70px;
  margin-bottom: 50px;
}

.items {
  justify-content: center;
  gap: 20px;
  display: flex;
}

@media screen and (min-width: 1500px) {
  .items {
    margin-top: 100px;
    gap: 100px;
  }
}

.item img {
  width: 70px;
  height: 70px;
}

.item {
  text-align: center;
  width: 210px;
  height: auto;
}

#container-faq {
  height: auto;
}

#container-streaming,
#container-personizi {
  height: 100vh;
}

#container-best {
  height: auto;
}

#container-faq .box__button {
  width: 100%;
}


#container-faq .box__bottom .box__img img {
  width: 80%;
}

#container-faq .box__bottom .box__img {
  display: flex;
  justify-content: center;
  align-items: center;
}

#container-faq {
  flex-direction: column;
}

#container-faq .box__button {
  margin-bottom: 50px;
}

#container-faq,
#container-faq .box__bottom,
#container-faq .box__button,
#container-streaming {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container__section {
  display: flex;
}

.container__section .box__info h1 {
  font-size: clamp(24px, 4vw, 35px)
}

.container__section .box__info,
.container__section .box__img {
  width: 100%;
}

#container-best .box__info ul {
  padding-left: 20px;
}

#container-revenue {
  margin-top: 50px;
  height: auto;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

#container-revenue h1 {

  font-size: clamp(24px, 4vw, 35px)
}

.timeline {
  position: relative;
  border-left: 4px solid #ffce00;
  padding-left: 30px;
}

.timeline-item h3 i {
  font-size: 30px;
  margin-right: 5px;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -40px;
  top: 5px;
  width: 18px;
  height: 18px;
  background-color: #ffce00;
  border-radius: 50%;
}

.timeline-item h3 {
  color: #000;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.timeline-item p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #000;
}



.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item {
  margin-bottom: 60px;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
  position: relative;
}

.final-message {
  border: none;
  cursor: pointer;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 1.3rem;
  background: #000;
  color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(255, 206, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 206, 0, 0);
  }
}

#container-revenue .box__img {
  display: flex;
  justify-content: center;
}

#container-streaming .box__img img {
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.9));
  width: 80%;
}

#container-streaming .box__img {
  display: flex;
  justify-content: center;
  align-items: center;
}

#container-best .box__info li {
  list-style: disc;
  margin-top: 10px;
}

#container-faq .box__button .btn {
  width: 40%;
  margin-top: 50px;
}

#container-faq .box__info h3 {
  margin-top: 30px;
}

#container-revenue .box__info .btn {
  margin-top: 50px;
}

#container-revenue .box__info p {
  margin-top: 20px;
}

#challenge {
  height: auto;
}

#container-challenge .box__info {
  text-align: center;
  margin-top: var(--header-height);
}

#container-challenge {
  display: flex;
  flex-direction: column;
}

#container-challenge .cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  gap: 30px;
}

.desafio-card {
  background-color: var(--color-default);
  border: 1px solid #000;
  border-radius: 16px;
  width: 230px;
  height: 270px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: #000 -7px 7px 1px;
  transition: .3s;
}

.desafio-card:hover {
  cursor: pointer;
  box-shadow: #000 -13px 13px 1px;
}

#container-challenge {
  height: auto;
}

#container-challenge i {
  font-size: 40px;
  color: #000;
}

#container-challenge p {
  margin-top: 20px;
}

#vyb,
#container-vyb {
  height: auto;
}

#container-vyb .box__info i {
  color: #00BA00;
  margin-right: 10px;
}

#container-vyb .box__info p {
  margin-top: 30px;
}

#container-challenge .box__img img {
  width: 80%;
}

#container-challenge .box__info {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

#container-vyb .box__img,
#container-challenge .box__img {
  display: flex;
  justify-content: center;
  align-items: center;
}

#container-faq .box__info p {
  margin-top: 20px;
}

#container-personizi .box__info p,
#container-best .box__info ul,
#container-best .box__info p {
  margin-top: 30px;
}

#container-personizi .box__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#container-personizi .box__img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#container-personizi .box__img img {
  width: 80%;
}

.video {
  cursor: pointer;
  box-shadow: -8px 8px 1px 1px #000;
  border-radius: 10px;
  width: 50%;
}

#products {
  width: 100%;
}

#container-products .box__bottom .btn {
  margin-bottom: 50px;
}

#container-products .box__bottom {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.splide__track {
  width: 100%;
  width: 1000px;
  height: 450px;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box !important;
}

.splide__arrow--next,
.splide__arrow--prev {
  background-color: black;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow svg {
  fill: #fff;
  height: 1.2em;
  width: 1.2em;
}

.splide__pagination__page {
  border: solid 1px #000;
  background-color: #ffce00;
}

#container-companies button {
  width: 40%;
}

#container-companies {
  border: none;
  display: flex;
  flex-direction: column;
  max-width: 80%;
  margin: 0 auto;
}

#container-companies h1 {
  margin-top: 50px;
}

#container-companies .box__bottom {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}

#container-companies .splide__track {
  height: auto;
  border: none;
}

#container-companies h1 {
  text-align: center;
  font-size: clamp(24px, 4vw, 32px);
  margin-bottom: 40px;
}

#container-companies .splide__slide {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#container-companies .splide__slide img {
  max-width: 120px;
  height: auto;
  transition: filter 0.3s ease, transform 0.3s ease;
}

#container-companies .splide__slide img:hover {
  filter: none;
  transform: scale(1.05);
}

@media screen and (max-width: 1150px) {
  #container-companies .splide__slide {
    width: 20%;
  }

  #splide-companies-2 {
    display: none;
  }

  #container-companies .splide__slide img {
    width: 100%;
    padding: 15px;
  }

  #container-companies {
    max-width: 90%;
  }
}

.text-carousel-wrapper {
  overflow: hidden;
  background-color: #ffce00;
  white-space: nowrap;
  padding: 20px 0;
}

.text-carousel-track span {
  margin-left: 10px;
  border: solid red 2px;
}

.text-carousel-track {
  width: 100%;
  gap: 20px;
  display: inline-block;
  flex-direction: row;
  animation: scroll-text 15s linear infinite;
}

.text-carousel-track span {
  color: #fff;
  gap: 10px;
  padding-left: 5px;
  width: 100%;
  display: inline-block;
  margin: 0 50px;
  font-size: clamp(10px, 3vw, 18px);
  font-weight: 600;
}

#line-2,
#line {
  height: 80px;
  background-color: #7B02FD;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#line {
  margin-top: 50px;
}

.swiper {
  width: 100%;
  height: 80px;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
  transition-timing-function: linear !important;
}

.swiper-slide {
  flex-shrink: 0;
  width: auto !important;
  padding: 0 30px;
  color: #fff;
  font-weight: 600;
  font-size: clamp(15px, 3vw, 25px);
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

#splide-vyb {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide span {
  margin-right: 10px;
}

#products .container__section {
  flex-direction: column;
  height: auto;
}

#products .box__bottom {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#products .box__bottom .btn {
  width: 40%;
}

#products .box__bottom,
#products .box__info {
  width: 100%;
}

#products .box__info {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#products .splide__slide img {
  max-width: 80%;
  max-height: 250px;
  object-fit: contain;
}

#products .splide__slide {
  max-width: 340px;
  max-height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  box-sizing: border-box;
}

.product__description {
  margin-top: 10px;
  gap: 6px;
  color: #fff;
  font-size: 14px;
  align-items: center;
  text-align: center;
  width: 100%;
}

.product__description span,
.product__description a {
  margin-top: 10px;
  line-height: 1.2;
  font-size: 14px;
  color: #000;
}

.product__description a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

#products .splide__slide {
  height: 420px;
  overflow-y: auto;
}

#products .box__bottom h3 {
  margin-top: 30px;
}

#products .box__bottom,
#products .container__section {
  overflow-x: hidden;
}

#products .splide__slide {
  padding: 0;
  height: auto;
  border-radius: 10px;
  background-color: #ffce00;
}

#container-products {
  height: auto;
}

.splide__slide .box__img {
  height: 70%;
}

.product__description {
  height: 30%;
  background-color: #000;
}

#products {
  overflow: hidden;
  width: 100%;
}

#container-products {
  width: 100%;
}

#products .box__bottom .splide__track {
  box-sizing: border-box !important;
  overflow: hidden;
}

@media screen and (max-width: 1150px) {
  .splide {
    width: 100% !important;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  #products .splide__slide {
    width: 100% !important;
  }
}

#products .box__bottom ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}


#products .box__bottom ul li img {
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.4));
  width: 100%;
}

#products .container__section {
  display: flex;
  justify-content: center;
  align-items: center;
}

#products .box__bottom {
  margin-top: 50px;
}

#products .splide__list {
  display: flex;
  width: 100% !important;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.splide__slide span {
  bottom: 0;
  border: var(--border-default);
  width: 100%;
  color: #fff;
}

.splide__slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}


#products .box__info h1 {
  margin-top: 50px;
}

#products .box__info {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1150px) {
  #products .container__section {
    height: auto;
  }

  #products .box__bottom .splide__track li {
    height: auto;
  }

  #products .box__bottom .btn {
    width: 100%;
  }
}

#container-artist {
  margin-top: var(--header-height);
  display: flex;
  flex-direction: column;
}

#container-streaming .box__bottom {
  display: flex;
}

#container-streaming .box__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#container-streaming .box__info li::marker {
  font-size: 0.6em;
}

#container-streaming .box__info p {
  margin: 50px 0px 0px;
}

#container-streaming .box__info li {
  margin: 30px 0px 0px;
}

#container-streaming .box__info ul {
  list-style: disc;
  padding-left: 20px;
}

#container-personizi {
  display: flex;
}

#container-best .box__info {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#container-best {
  margin-top: var(--header-height);
}

#container-marketing .box__img img,
#container-best .box__img img {
  width: 70%;
}

#container-marketing .box__img,
#container-best .box__img {
  display: flex;
  justify-content: center;
}

#best .box__bottom {
  display: flex;
}

#best .box__img {
  order: 1;
}

.first-info-best h1 {
  font-size: clamp(24px, 4vw, 42px);
}

.first-info-best {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

#best .box__bottom .box__info {
  order: 2;
}

#vyb .box__img {
  order: 1;
}

#vyb .box__info {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#vyb .box__info {
  order: 2;
}

#best .box__img,
#best .box__info {
  width: 100%;
}

.persona {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.persona:hover {
  transform: scale(1.1);
}

#artist .persona img {
  width: 90%;
}

.persona__name {
  margin-top: 20px;
}

#container-artist .box__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}

#container-artist .box__bottom {
  gap: 70px;
  margin-top: 50px;
}

#container-artist .box__info h1 {
  font-size: clamp(24px, 4vw, 35px)
}

#artist {
  height: auto;
}

#container-footer p {
  margin-top: 20px;
  font-size: clamp(12px, 4vw, 14px);
}

.social__footer {
  display: flex;
  gap: 20px;
}

footer .box__img {
  display: flex;
  justify-content: center;
  gap: 50px;
}

footer .nav__social-link {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 1.5rem;
  transition: .4s;
  background-color: #fff;
  border: 1px solid #fff;
}

footer .nav__social-link:hover {
  box-shadow: -5px 5px 1px 1px #000;
  border: var(--border-default);
  transform: scale(1.1);
}

#container-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

footer {
  height: 20vh;
  background-color: var(--color-default);
}

.box-item-info h3 {
  margin-top: 10px;
  font-size: clamp(14px, 4vw, 16px);
}

.box-item-info p {
  margin-top: 10px;
  font-size: 14px;
}

.box-item {
  display: flex;
  justify-content: center;
  height: 40%;
  width: 100%;
}

#container-hero {
  height: 100vh;
  display: flex;
}

#container-hero p {
  margin-top: 20px;
  text-align: left;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
}

.btn {
  font-size: clamp(16px, 2vw, 18px);
  cursor: pointer;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border: var(--border-default);
  border-radius: 50px;
  margin-top: 20px;
  width: 70%;
  height: 50px;
  transition: .4s;
}

.btn:hover {
  background-color: #fff;
  box-shadow: -10px 8px 1px 1px #000;
  color: #000;
}

#container-hero .box__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.box__info img {
  max-width: 100%;
}

#container-hero .box__img img {
  max-width: 100%;
}

#container-hero .box__img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

#plans .box__info {
  margin-top: var(--header-height);
}

.box__card {
  margin-top: 50px;
  gap: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.card {
  border: solid 2px #000;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 350px;
  background-color: #fff;
  height: auto;
}

.card .card__bottom .box__img {
  display: flex;
  justify-content: center;
}

.card .card__bottom {
  padding: 20px;
}

.card .card-subtitle {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #7B02FD;
}

#card-2 .card__bottom {
  padding: 20px;
}

#card-2 {
  height: auto;
}

.mini__logo {
  right: -7%;
  top: 20%;
  position: absolute;
}

.mini__logo img {
  width: 60px;
}

.description__title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  margin-top: 10px;
}

.price span {
  font-size: 14px;
}

.price h1 {
  font-size: 50px;
}

.price {
  margin-top: 10px;
  gap: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.card__list li {
  margin-top: 20px;
}

.card__list ul {
  padding-left: 20px;
  list-style: disc;
}

.btn-card {

  width: 100%;
}

.btn-card:hover {
  background-color: #fff;
  box-shadow: -10px 8px 1px 1px #000;
  color: #000;
}

@media screen and (max-width: 1150px) {

  #plans,
  #container-plans {
    height: auto;
  }

  .container__section {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
  }

  #hero {
    height: 80vh;
  }

  #container-marketing .box__bottom {
    margin-top: 50px;
  }

  #hero .box__info {
    height: 80vh;
    gap: 20px;
    justify-content: center;
  }

  #hero .box__img {
    display: none;
  }

  .nav__menu {
    display: none;
  }

  .nav__toggle,
  .nav__close {
    display: flex;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }

  #container-companies button {
    width: 100%;
  }

  .fa-bars {
    color: white;
    -webkit-text-stroke: 1px black;
  }

  #container-artist .box__info {
    text-align: center;
  }

  #container-streaming .box__img img {
    margin: 50px 0 0;
    width: 90%;
  }

  #container-streaming {
    margin-top: var(--header-height);
    height: auto;
  }

  #container-faq .box__bottom,
  #container-artist .box__bottom {
    display: grid;
  }

  #container-artist {
    display: flex;
    flex-direction: column;
  }

  #container-personizi .box__img {
    margin-top: 50px;
  }

  #container-personizi,
  #container-best {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
  }


  .timeline-item h3 {
    font-size: 1.3rem;
  }

  .timeline-item p {
    font-size: 1rem;
  }

  #container-challenge .box__bottom {
    display: grid;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .cards-container {
    display: flex;
    flex-direction: column;
  }

  .desafio-card {
    width: 100%;
  }

  .video {
    width: 95%;
  }

  #vyb,
  #container-vyb,
  #container-personizi {
    height: auto;
  }

  #container-vyb .box__img {
    display: none;
  }

  #personizi .box__img {
    margin-bottom: 50px;
  }

  #personizi {
    height: auto;
  }

  #container-marketing .box__img {
    margin-top: 50px;
  }

  #container-streaming .box__bottom {
    display: flex;
    flex-direction: column;
  }

  #container-faq {
    height: auto;
  }

  #container-faq .box__button .btn {
    width: 100%;
    margin-bottom: 50px;
  }


  #container-revenue {
    margin-top: 50px;
  }

  #container-revenue .box__img {
    margin-top: 50px;
  }

  #container-revenue {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }

  #container-challenge .box__info h1 {
    text-align: center;
  }


  #vyb .box__img img {
    width: 80%;
  }

  .social__footer {
    display: none;
  }

  #vyb .container__section {
    margin-bottom: 50px;
  }

  #vyb .box__img {
    margin-top: 50px;
    order: 2;
  }

  #vyb .box__info {
    margin-top: 50px;
    order: 1;
  }

  #container-challenge .box__img {
    margin-top: 50px;
  }

  #container-vyb,
  #container-challenge {
    display: flex;
    flex-direction: column;
  }

  #container-faq .box__img {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  #container-faq .box__img img {
    width: 50%;
  }

  #best .box__img {
    margin-top: 50px;
    order: 2;
  }

  #best .box__bottom .box__info {
    order: 1;
  }

  #best .box__bottom {
    display: flex;
    flex-direction: column;
  }

  .fa-bars {
    color: white;
    text-shadow:
      -1px -1px 0 black,
      1px -1px 0 black,
      -1px 1px 0 black,
      1px 1px 0 black;
  }

  .items {
    display: grid;

  }

  .item {
    margin-top: 50px;
  }

  .box-item-info {
    margin-top: 20px;
  }

  .fa-xmark {
    color: white;
    text-shadow:
      -1px -1px 0 black,
      1px -1px 0 black,
      -1px 1px 0 black,
      1px 1px 0 black;
  }

  .fa-xmark {
    color: white;
    -webkit-text-stroke: 1px black;
  }

  .nav__menu {
    position: fixed;
    left: -100%;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    padding: 6rem 3.5rem 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: left .4s;
  }

  .nav__item {
    transform: translateX(-150px);
    visibility: hidden;
    transition: transform .4s ease-out, visibility .4s;
  }

  .nav__list {
    flex-direction: column;
    row-gap: 2rem;
  }

  .nav__link {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    border: none;
    display: flex;
    justify-content: flex-start;
    transition: opacity .4s;
  }

  .nav__link:hover span {
    margin-left: 2.5rem;
  }

  .nav__link:hover i {
    opacity: 1;
    visibility: visible;
  }

  .nav__link:hover span::after {
    width: 100%;
  }

  .nav__list:has(.nav__link:hover) .nav__link:not(:hover) {
    opacity: .4;
  }

  .nav__close {
    position: absolute;
    top: 2.5rem;
    right: 1.5rem;
  }

  .nav__social {
    display: flex;
    gap: 1rem;
  }

  .nav__social-link {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    color: #000;
    border: var(--border-default);
    font-size: 1.5rem;
    transition: transform .4s;
    background-color: #fff;
    box-shadow: -5px 5px 1px 1px #000;
  }

  .nav__social-link:hover {
    transform: translateY(-.25rem);
  }

  .show-menu {
    left: 0;
  }

  .show-menu .nav__item {
    visibility: visible;
    transform: translateX(0);
  }

  .nav__item {
    transform: translateX(-150px);
    visibility: hidden;
    transition: transform .4s ease-out, visibility .4s;
  }

  .nav__item:nth-child(1) {
    transition-delay: .5s;
  }

  .nav__item:nth-child(2) {
    transition-delay: .7s;
  }

  .nav__item:nth-child(3) {
    transition-delay: .8s;
  }

  .nav__item:nth-child(4) {
    transition-delay: .9s;
  }

  #container-hero {
    display: grid;
  }

  #container-marketing .box__bottom {
    display: grid;
  }

  .btn {
    height: 70px;
    width: 100%;
  }

  .box__card {
    display: flex;
    flex-direction: column;
  }

  .card {
    width: 100%;
  }
}

@media screen and (min-width:1150px) {

  .nav__social,
  .nav__close,
  .nav__toggle {
    display: none;
  }
}

@media screen and (min-width: 1800px) {
  #container-revenue {
    max-width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .container__section {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
