:root {
  --primary-color: #019ddc;
  --primary-text-color: #015F7A;
  --text-color: #545454;
  --dark-text-color: #5e5e5e;
  --light-text-color: #a8a7a7;
  --black: #000;
  --white: #fff;
  --light-bg: #e9e9e933;
  --dark-bg: #f0f0f0;
  --header-bg: #fbfbfb;
  --alert-bg: #ffd3d3;
  --blue-bg: #cee6f0;
  --tag-bg: #eff1f3;
  --dark-grey: #efefef;
  --placeholder: #c8c8c8;
  --shadow-color: rgba(0, 0, 0, 0.1);
  --border: 1px solid #e5e5ea;
  --radius-rounded: 50%;
  --small: 0.5rem;
  --medium: 1rem;
  --large: 1.5rem;
  --xlarge: 2rem;
  --xxlarge: 3rem;
  --xxxlarge: 4rem;
}

* {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.4;
  color: var(--black);
  background: var(--white);
  overflow-x: hidden;
  min-height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;

  
  background: var(--header-bg);
  color: var(--black);
  box-shadow: 0 2px 8px var(--shadow-color);
  height: fit-content;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#header-wrapper {
  width: 76%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}






header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  transition: all 0.3s ease;
  z-index: 1000;
  padding: var(--small);
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  transition: padding 0.3s ease;
}

#header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.shrink #header {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

header .logo {
  height: 50px;
  object-fit: contain;
  transition: height 0.3s ease;
}

header.shrink .logo {
  height: 35px;
  object-fit: contain;
}

header.shrink .outline-btn {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}







#about-wrapper p {
  font-size: 1.3rem;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav a {
  margin: 0 var(--medium);
  text-decoration: none;
  color: var(--black);
}

h1, h2, h3, h4 {
  color: var(--primary-text-color);
}

h1 {
  font-size: var(--xxlarge);
  margin-bottom: var(--medium);
}

h2,
h3,
h4 {
  font-weight: 500;
  margin-bottom: var(--small);
}

h2 {
  font-size: var(--xlarge);
}

h3 {
  font-size: var(--large);
}

h4 {
  font-size: var(--medium);
}

ul {
  list-style: none;
}

li {
  display: flex;
  align-items: flex-start;
  gap: var(--small);
  margin-top: 0.75rem;
}

#about {
  margin: 10rem 0 var(--xxxlarge) 0;
}

#thanks {
  width: 80%;
  min-height: 40vh;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--xlarge);
}

#thanks img {
  height: 10rem;
}

#thanks p {
  font-size: 1.2rem;
}

#thanks a {
  margin-top: var(--large);
}

.thanks-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-y: hidden;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.horizontal-box {
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--medium);
}

.vertical-box {
  width: 40%;

  span {
    font-weight: bold;
  }
}

.why-change {
  padding: 0;
  padding-bottom: 2rem;
}

.hero-content p {
  margin-bottom: var(--xlarge);
}

.hero-image {
  width: fit-content;
  height: 100%;
}

.avatar-placeholder {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: var(--radius-rounded);
  background: var(--placeholder);
}

#why {
  padding-bottom: 4rem;
}

#why,
#integrations {
  width: 76%;
  margin: 0 auto;
  text-align: center;
}

#why-change {
  width: 96%;
  margin: 0 auto;
  margin-top: 1rem;
  text-align: center;
  padding: 3rem 1rem 2rem 1rem;
}

#why-change-wrapper {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1rem;
}

#challenges {
  width: 100%;
  background: var(--dark-bg);
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin: 0;
  h3 {
    text-align: center;
  }
}

#challenges-box {
  margin: 1rem 0;
}

#integrations {
  width: 100%;
  background: var(--light-bg);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#testimonials {
  width: 50%;
  margin: var(--xxxlarge) auto;
}

#contact {
  width: 100%;
  background: var(--light-bg);
  padding: 3rem 0;
  margin-bottom: 0;
}

form {
  background: var(--blue-bg);
  width: 52%;
  height: fit-content;
  padding: var(--xxlarge) var(--xlarge);
  border-radius: var(--small);

  display: flex;
  flex-direction: column;
  align-items: center;
}

#form-title {
  text-align: center;
  margin-bottom: var(--xlarge);
}

.inputs-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: var(--xlarge);
  grid-row-gap: var(--xlarge);
}

input {
  border: none;
  border-radius: var(--small);
  padding: 0.7rem;
}

input:focus {
  outline: none;
  border: 2px solid var(--primary-color);
}

.input:required:invalid + label {
  color: red;
}

.input:focus:required:invalid {
  border-bottom: 1px solid red;
}

.input:required:invalid + label:before {
  content: "*";
}

.tag-with-text {
  margin: var(--small) 0 0 0;
  width: 100%;
  justify-content: flex-start;
}

.square-tag,
.rounded-tag {
  background: var(--blue-bg);

  display: flex;
  align-items: center;
  justify-content: center;

  img {
    position: relative;
  }
}

.rounded-tag {
  width: var(--xlarge);
  height: var(--xlarge);
  border-radius: var(--radius-rounded);

  img {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.square-tag {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: var(--small);

  img {
    width: 1.6rem;
    height: 1.6rem;
  }
}

#alert {
  background: var(--alert-bg);
}

.text-light {
  color: var(--text-color);
}

.btn,
.outline-btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: var(--xlarge);
  cursor: pointer;
  background: transparent;
}

.btn {
  background: var(--primary-color);
  padding: var(--small) var(--medium);
  color: var(--white);
  text-decoration: none;
  transition: 0.5s;
}

.outline-btn {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 2rem;
  padding-right: 2rem;

  color: var(--primary-color);
  font-weight: bold;
  font-size: var(--medium);
  border: 1px solid var(--primary-color);
}

.default-card {
  width: 100%;
  background: var(--white);
  box-shadow: 0 2px 8px var(--shadow-color);
  border: var(--border);
  border-radius: var(--small);
  padding: var(--medium);
  font-size: var(--medium);
  color: var(--black);
  text-align: start;

  display: flex;
  flex-direction: column;
  gap: var(--medium);

  span {
    font-weight: bold;
    color: var(--primary-text-color);
  }
}


.rounded-card {
  border-radius: var(--medium);
  text-align: center;
  padding: var(--xlarge) var(--medium);

  align-items: center;
}

.vertical-card {
  height: 19rem;
}

.integration-icon-wrapper {
  background: var(--dark-grey);
  border-radius: var(--small);
  width: 5.4rem;
  height: 5.4rem;

  img {
    position: relative;
    top: 0.6rem;
  }
}

#application {
  top: 0;
}

label {
  font-weight: 500;
  font-family: "Ubuntu", sans-serif !important;
  font-size: 1.1rem;
}

input {
  font-family: "Ubuntu", sans-serif !important;
  font-size: var(--medium);
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--small);
}

#form-btn {
  border: none;
  width: fit-content;
  margin-top: var(--xlarge);
  font-size: var(--medium);
  padding: var(--small) var(--large);
  cursor: pointer;
  font-family: "Inter", sans-serif !important;
}

footer {
  background: var(--dark-bg);
  width: 100%;
  padding: var(--xlarge) 0;

  display: flex;
  flex-direction: column;
  gap: 3rem;
  bottom: 0;
}

footer img {
  height: var(--xxxlarge);
}

footer a {
  color: var(--dark-text-color);
}

.row {
  width: 70%;
  margin: 0 auto;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  color: var(--dark-text-color);

  display: flex;
  justify-content: space-between;
}

.infos-wrapper {
  color: var(--light-text-color);
  max-width: 40%;
  text-align: end;
}

.infos-wrapper a {
  text-decoration: none;
}

.email-wrapper {
  color: var(--dark-text-color);

  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.email-wrapper {
  img {
    width: var(--large);
  }
}

#resources, #change {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.carousel-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel-container h1 {
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}

.carousel {
  width: 100%;
  overflow-x: auto;
  padding: 20px 0;
  -webkit-overflow-scrolling: touch; /* Para scroll suave em dispositivos móveis */
  scrollbar-width: none; /* Esconde a barra de scroll no Firefox */
}

.carousel::-webkit-scrollbar {
  display: none; /* Esconde a barra de scroll no Chrome/Safari */
}

.cards-wrapper {
  display: flex;
  gap: 20px;
  width: max-content; /* Faz o container se expandir conforme o conteúdo */
  padding: 0 20px;
}

.card {
  width: 18rem;
  min-width: 18rem; /* Evita que os cards diminuam */
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column; /* Alinhamento vertical interno */
  cursor: pointer;
}

.change-card {
  width: 100px;

  a {
    display: flex;
    align-items: center;
    gap: var(--small);
    text-decoration: none;
    color: var(--primary-color);
    
    span {
      font-family: "Ubuntu", sans-serif !important;
    }

    img {
      width: var(--medium);
      height: var(--medium);
    }
  }
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card h3 {
  margin-bottom: 10px;
  color: #333;
}

.card p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.scroll-hint {
  text-align: center;
  margin-top: 15px;
  color: #666;
  font-style: italic;
  font-size: 14px;
}

/* Carousel Styles */
.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 3rem 0;
  padding-bottom: 1rem
}

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

.cards-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  gap: 1.5rem;
  padding: 1rem 0;
}

.card {
  min-width: 230px;
  width: 300px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-content {
  padding: 1.5rem;
}

.card-content h4 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.card-content p {
  font-size: 0.9rem;
  color: #666;
}

.carousel-nav {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 0.5rem;

  position: fixed;
}

.carousel-nav-btn {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  padding: 0;
}

.carousel-nav-btn.active {
  background: var(--primary-text-color);
}

.carousel-btn {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  background: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.carousel-btn.prev, .carousel-btn.next, .change-carousel-btn.prev, .change-carousel-btn.next {
  display: none;
}

.carousel-btn.prev {
  left: 1rem;
}

.carousel-btn.next {
  right: 1rem;
}

.carousel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#guarantee {
  margin: 0 auto;
  gap: 0;
  padding-top: 3rem;

  h2 {
    text-align: center;
  }
  

  p {
    font-size: var(--medium);
  }

  li {
    align-items: center;
    
    img {
      width: var(--medium);
      min-width: var(--medium);
      height: var(--medium);
      min-height: var(--medium);
    }
  }
  
}

#about-wrapper {
  width: 30%;
}

.card-tag {
  width: fit-content;
  background: var(--tag-bg);
  color: var(--primary-color);
  font-family: "Ubuntu", sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: bold;
  padding: 0.3rem var(--medium);
  border: 1px solid var(--primary-color);
  border-radius: var(--large);
  margin-bottom: var(--medium) !important;
} 

nav a {
  padding: 0 var(--small) 0.25em;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

nav a:hover {
  color: var(--primary-color);
}

nav a:before {
  content: "";
  position: absolute;
  inset: calc(100% - 2px) 0 0 0;
  background: var(--primary-color);
  scale: 0 1;
  transition: 0.3s, translate 0s 0.3s;
}

nav:hover a:before {
  scale: 1;
}

nav a:hover:before {
  translate: 0;
  transition: 0.3s;
}

nav:hover a:has(~ a:hover):before {
  translate: 100% 0;
  transition: 0.2s 0.2s, scale 0s 0.4s;
}

nav:hover a:hover ~ a:before {
  translate: -100% 0;
  transition: 0.2s 0.2s, scale 0s 0.4s;
}

/* Animação de hover nos botões */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 5px transparent;
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(1, 157, 220, 0.5);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 5px transparent;
  }
}

.btn {
  transition: all 0.3s ease-in-out;
}

/* Efeito ao passar o mouse */
.btn:hover {
  animation: pulse 0.4s ease-in-out;
  background: var(--white);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

/* Efeito de clique */
@keyframes press {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}

.btn:active {
  animation: press 0.15s ease-in-out;
}

/* Efeito de aparição */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.btn {
  animation: fadeIn 0.5s ease-in-out;
}

/* Animação de hover no botão outline */
@keyframes outlineGlow {
  0% {
    box-shadow: 0 0 5px transparent;
  }
  50% {
    box-shadow: 0 0 10px rgba(1, 157, 220, 0.5);
  }
  100% {
    box-shadow: 0 0 5px transparent;
  }
}

.outline-btn {
  transition: all 0.3s ease-in-out;
}

/* Efeito ao passar o mouse */
.outline-btn:hover {
  animation: outlineGlow 0.4s ease-in-out;
  background: var(--primary-color);
  color: var(--white);
}

/* Efeito de clique */
@keyframes press {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}

.outline-btn:active {
  animation: press 0.15s ease-in-out;
}

/* Efeito de aparição */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.outline-btn {
  animation: fadeIn 0.5s ease-in-out;
}

main {
  flex-grow: 1;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #header-wrapper,
  #why,
  #integrations,
  #testimonials,
  .row {
    width: 90%;
  }

  nav,
  .outline-btn {
    font-size: var(--medium);
  }

  .vertical-box {
    width: 50%;
  }

  .rounded-card {
    max-width: 25%;
  }

  #thanks {
    min-height: 100%;
    height: 100%;
    margin-top: var(--xxlarge);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #header-wrapper {
    width: 90%;
  }

  nav,
  .outline-btn {
    font-size: var(--large);
  }

  #first-nav {
    display: none;
  }

  .horizontal-box {
    flex-direction: column;
    align-items: center;
  }

  .vertical-box {
    width: 92%;
  }

  #about {
    margin: 10rem auto 0.4rem auto;
  }

  #about-wrapper {
    padding: 5rem var(--xlarge) 1rem var(--xlarge);
    width: 90%;
  }

  #why {
    margin: var(--xxxlarge) auto;
  }

  #why-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  #why-change-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .default-card {
    width: 40%;
  }

  form {
    width: 80%;
  }

  label {
    font-size: var(--large);
  }

  .inputs-wrapper {
    width: 100%;
  }

  input {
    padding: var(--medium);
    font-size: var(--large);
  }

  .text-light,
  .btn,
  #form-btn {
    font-size: var(--large);
  }

  #form-btn {
    width: fit-content !important;
    padding: var(--medium) var(--xlarge);
  }

  p {
    font-size: var(--medium);
  }

  .btn {
    width: 14rem !important;
    border-radius: var(--xxxlarge);
  }

  h2,
  h3 {
    font-size: var(--xlarge);
  }

  h4 {
    font-size: var(--large);
  }

  #challenges-image-wrapper {
    display: none;
  }

  #challenges-wrapper {
    width: 70%;
    padding: 2rem 0;
  }

  .vertical-card {
    width: 100%;
    height: 30rem;
  }

  #challenges-box {
    flex-direction: row;
    margin: 2rem 0 0 0;
  }

  .card {
    width: 24rem;
    min-width: 24rem;
  }

  .card p {
    font-size: 1.3rem;
  }

  #integrations-wrapper {
    flex-direction: row;
  }

  .integration-icon-wrapper {
    width: 7rem;
    height: 7rem;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .integration-icon-wrapper img {
    width: 5.4rem;
    height: 5.4rem;
    position: relative;
    top: 0;
  }

  #application {
    height: 7rem;
    width: 7rem;
  }

  #testimonials {
    width: 86%;
    padding-top: 4rem;
    flex-direction: row;
  }

  .rounded-card {
    width: 100%;
  }

  .rounded-card p,
  .rounded-card span {
    font-size: var(--large);
  }

  .avatar-placeholder {
    width: 6.4rem;
    height: 6.4rem;
  }

  .row {
    width: 90%;
  }

  .row,
  p {
    font-size: var(--large);
  }

  .infos-wrapper {
    max-width: 60%;
  }

  #guarantee {
    flex-direction: row;
    width: 70%;

    h2 {
      text-align: center;
    }

    li {
      align-items: flex-start;

      img {
        width: var(--xlarge);
        max-width: var(--xlarge);
        height: var(--xlarge);
        min-height: var(--xlarge);
      }
    }

    p {
      font-size: var(--large);
    }
  }

  #guarantee-image {
    display: none;
  }

  #why {
    .default-card {
      height: fit-content;
      min-height: 14rem;
    }
  }

  .card-tag {
    font-size: 1.2rem !important;
  }

  .change-card {
    width: 20rem;

    .card-content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    p {
      flex: 1;
    }
  
    a {
      display: flex;
      align-items: center;
      gap: var(--small);
      text-decoration: none;
      color: var(--primary-color);
      
      span {
        font-family: "Ubuntu", sans-serif !important;
        font-size: var(--large);
      }
  
      img {
        width: var(--large);
        height: var(--large);
      }
    }
  }

  .thanks-wrapper {
    justify-content: space-between;

    p {
      font-size: var(--large) !important;
    }

    .btn {
      width: 20rem !important;
    }
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #header-wrapper {
    width: 90%;
  }

  nav,
  .outline-btn {
    font-size: 1.3rem;
  }

  #first-nav {
    display: none;
  }

  .horizontal-box {
    flex-direction: column;
    align-items: center;
  }

  #about {
    margin: 6rem 0 var(--xxxlarge) 0;
  }
  
  #about-wrapper {
    padding: 5rem var(--xlarge) 1rem var(--xlarge);
    width: 90%;
  }

  #why {
    margin: var(--xxxlarge) auto;

    .default-card {
      height: fit-content;
    }
  }

  #why p {
    font-size: 1.2rem;
  }

  .default-card {
    height: 11rem;
  }

  #why-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  #why-change-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .text-light,
  .btn,
  #form-btn {
    font-size: var(--large);
  }

  .btn {
    width: 14rem !important;
    border-radius: var(--xxlarge);
  }

  h2 {
    font-size: var(--xlarge);
  }

  h3,
  h4 {
    font-size: var(--large);
  }

  p {
    font-size: var(--medium) !important;
  }

  #why {
    width: 94%;
  }

  #challenges-box {
    flex-direction: row;
  }

  #challenges-image-wrapper {
    display: none;
  }

  .vertical-card {
    height: 20rem;
    width: 100%;
  }

  .vertical-box {
    width: 90%;
  }

  #integrations {
    width: 94%;
  }

  #integrations-wrapper {
    flex-direction: row;
  }

  #testimonials {
    flex-direction: row;
    width: 90%;
    margin: 6rem auto var(--xxlarge) auto;
  }

  .rounded-card {
    height: 12rem;
  }

  form {
    width: 80%;
  }

  label {
    font-size: 1.2rem;
  }

  .inputs-wrapper {
    width: 100%;
  }

  input {
    padding: var(--medium);
    font-size: 1.2rem;
  }

  #form-btn {
    width: fit-content !important;
    padding: var(--small) var(--xlarge);
  }

  .row {
    width: 90%;
  }

  .row,
  p {
    font-size: var(--large);
  }

  .row a {
    font-size: var(--medium);
  }

  .infos-wrapper {
    max-width: 60%;
  }

  #guarantee {
    h2 {
      text-align: center;
      font-size: var(--large);
    }
  }

  #guarantee-image {
    display: none;
  }

  .card-tag {
    font-size: var(--medium) !important;
  }

  .change-card {
    width: 10%;

    .card-content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    p {
      flex: 1;
    }
  
    a {
      display: flex;
      align-items: center;
      gap: var(--small);
      text-decoration: none;
      color: var(--primary-color);
      
      span {
        font-family: "Ubuntu", sans-serif !important;
        font-size: var(--medium);
      }
  
      img {
        width: var(--medium);
        height: var(--medium);
      }
    }
  }

  .thanks-wrapper {
    justify-content: space-between;

    p {
      font-size: var(--large) !important;
    }

    .btn {
      width: 20rem !important;
    }
  }
}

@media (max-width: 767.98px) {
  #header-wrapper {
    width: 90%;
    justify-content: space-between;
    padding: 0 var(--medium) 0 var(--medium);
  }

  #header-wrapper img {
    width: 5rem;
  }

  nav,
  .outline-btn {
    font-size: var(--medium);
  }

  .outline-btn {
    margin-right: var(--medium);
  }

  #first-nav {
    display: none;
  }

  .horizontal-box {
    flex-direction: column;
    align-items: center;
  }

  .vertical-box {
    width: 90%;
  }

  #about {
    margin: 6rem auto var(--xxxlarge) auto;
  }

  #about-wrapper {
    padding: 3rem var(--xlarge) 3rem var(--xlarge);
    width: 90%;
  }

  h2 {
    font-size: var(--xlarge);
  }

  h3,
  h4 {
    font-size: var(--large);
  }

  p {
    font-size: var(--medium) !important;
  }

  #why {
    width: 90%;
  }

  #why-wrapper {
    width: 100%;
  }

  .default-card {
    width: 90%;
  }

  #challenges-image-wrapper {
    display: none;
  }

  #challenges-wrapper {
    padding: 0;
  }

  #challenges-box {
    width: 100%;
  }

  .tag-with-text {
    flex-direction: row;
  }

  .vertical-card {
    height: fit-content;
  }

  #integrations {
    max-width: 90%;
    width: fit-content;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #integrations-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  #testimonials {
    width: 90%;
    margin: var(--xxxlarge) auto var(---large) auto;
  }

  form {
    width: 76%;
  }

  .inputs-wrapper {
    display: flex;
    flex-direction: column;
  }

  .row {
    width: 90%;

    flex-direction: column;
    align-items: flex-start;
  }

  .infos-wrapper {
    max-width: 100%;
    text-align: start;
  }

  .email-wrapper {
    justify-content: flex-start;
    margin-top: var(--large);
  }

  
  #privacy-policy {
    margin-top: var(--medium);
  }

  #guarantee {
    h2 {
      text-align: center;
      font-size: var(--large);
    }
  }

  #guarantee-image {
    display: none;
  }

  #testimonials {
    width: 90%;
    margin: var(--xxxlarge) auto;
  }

  .card-tag {
    font-size: var(--medium) !important;
  }

  .change-card {
    width: 96%;

    .card-content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    p {
      flex: 1;
    }
  
    a {
      display: flex;
      align-items: center;
      gap: var(--small);
      text-decoration: none;
      color: var(--primary-color);
      
      span {
        font-family: "Ubuntu", sans-serif !important;
        font-size: var(--medium);
      }
  
      img {
        width: var(--medium);
        height: var(--medium);
      }
    }
  }

  .thanks-wrapper {
    justify-content: space-between;
    margin-bottom: var(--xlarge);

    h1 {
      font-size: var(--large);
    }
  }
}

@media (pointer: coarse) {
  .carousel-nav, .change-carousel-nav {
    display: none !important;
  }
}
