/*
Theme Name: Klevie Theme
Theme URI:
Author: Klevie
Author URI: https://klevie.com/
Description: Tailor-made by Klevie
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* GENERAL */
:root {
  --container: 1216px;
  --footer-container: 1279px;
  --mini-container: 1161px;
  --blue: #020223;
  --black: #02020B;
  --white: #F4F4F4;
  --grey: #818199;
  --luxury-green: #019E8A;
  --cunning-green: #0B564E;
}

html,
body {
  scroll-behavior: smooth;
  background-color: var(--blue);
  margin: 0;
  font-smooth: antialiased;
  -moz-osx-font-smoothing: greyscale;
  overflow-x: hidden;
  font-family: 'Figtree', sans-serif;
}

* {
  -webkit-tap-highlight-color: transparent;
}

h1.h1 {
  font-size: 0px;
  position: absolute;
  left: -100px;
  top: -100px;
  opacity: 0;
}


/* Header */
header.header {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 210px 1fr 210px;
  align-items: center;
  height: 132px;
}

header.header .menu ul {
  display: flex;
  flex-direction: row;
  gap: 64px;
  justify-content: center;
  list-style: none;
}

header.header .menu ul li {
  position: relative;
  transition: all .35s ease-out;
}

header.header .menu ul li a {
  font-size: 24px;
  line-height: 32px;
  color: var(--white);
  font-weight: 300;
  text-decoration: none;
}

header.header .menu ul li a::after {
  content: '';
  height: 1px;
  background-color: var(--white);
  width: 64px;
  position: absolute;
  opacity: 0;
  bottom: -10px;
  left: 0;
  transition: all .35s ease-out;
}

header.header .menu ul li:hover a::after {
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
}

.cta {
  border-radius: 40px;
  padding: 10px 16px 10px 24px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  text-decoration: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  align-items: center;
  transition: all .35s ease-out;
}

.cta-light {
  color: var(--black);
  background-color: var(--white);
  border: 1px solid var(--white);
}

.cta-light:hover {
  background-color: var(--cunning-green);
  color: var(--white);
  border: 1px solid var(--cunning-green);
}

.cta-outlined {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: transparent;
}

.cta-outlined svg path {
  stroke: var(--white);
}

.cta-outlined:hover {
  border: 1px solid var(--cunning-green);
  color: var(--cunning-green);
}

.cta svg {
  transition: all .35s ease-out;
}

.cta svg path {
  transition: all .35s ease-out;
}

.cta:hover svg {
  transform: rotate(45deg);
}

.cta-light:hover svg path{
  stroke: var(--white);
}

.cta-outlined:hover svg path {
  stroke: var(--cunning-green);
}

/* Footer */
footer#footer {
  background-color: var(--blue);
}

footer#footer .topo {
  max-width: var(--footer-container);
  margin: 0 auto;
  padding: 40px 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer#footer .topo .col-left {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

footer#footer .topo .col-right {
  display: flex;
  flex-direction: row;
  gap: 24px;
  text-decoration: none;
  margin-top: 12px;
}

footer#footer .topo .col-left .contact-info {
  display: flex;
  flex-direction: row;
  gap: 64px;
}

footer#footer .topo .col-left .contact-info span {
  font-size: 24px;
  line-height: 32px;
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 5px;
}

footer#footer .topo .col-left .contact-info span.footer-email a {
  text-decoration: underline!important;
}

footer#footer .topo .col-left .contact-info a {
  max-width: 295px;
  font-weight: 300;
  color: var(--white);
  text-decoration: none;
}

footer#footer .separador {
  width: 100vw;
  height: 1px;
  background-color: var(--white);
}

footer#footer .fundo {
  max-width: var(--footer-container);
  margin: 0 auto;
  padding: 40px 0;
}

footer#footer .fundo span {
  font-size: 24px;
  line-height: 32px;
  color: var(--white);
  font-weight: 300;
  text-decoration: none;
}

/* Homepage */
#main-section {
  max-width: var(--mini-container);
  margin: 120px auto;
  height: 976px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

#main-section h2 {
  font-size: 120px;
  line-height: 120px;
  color: var(--white);
  font-weight: 400;
  margin: 0;
}

#main-section .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-end;
  margin-top: 40px;
}

#main-section .content p {
  max-width: 485px;
  color: var(--white);
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}

#main-section .content .actions {
  max-width: 506px;
  display: flex;
  flex-direction: row;
  gap: 40px;
}

#about-klevie {
  max-width: var(--mini-container);
  margin: 180px auto;
  position: relative;
}

.section-decription {
  margin: 0 0 16px;
  font-weight: 500;
  color: var(--grey);
  font-size: 24px;
  line-height: 32px;
}

#about-klevie h3 {
  margin: 0;
  font-weight: 400;
  color: var(--white);
  max-width: 755px;
  font-size: 80px;
  line-height: 80px;
}

#about-klevie>p {
  margin: 0;
  font-weight: 300;
  color: var(--white);
  max-width: 485px;
  position: absolute;
  left: 50%;
  top: 188px;
  transform: translateX(-20%);
  font-size: 24px;
  line-height: 32px;
}

#about-klevie .cards-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 120px;
}

#about-klevie .cards-grid .card {
  border-radius: 24px;
  border: 1px solid var(--white);
  padding: 24px;
  height: calc(324px - 48px);
  display: flex;
  flex-direction: column;
}

#about-klevie .cards-grid .card p {
  margin: 0;
  margin-top: auto;
  font-weight: 300;
  color: var(--white);
  font-size: 36px;
  line-height: 44px;
}

#services {
  margin: 120px auto;
  max-width: var(--container);
}

#services h2 {
  margin: 0 0 0 48px;
  font-weight: 400;
  color: var(--white);
  font-size: 120px;
  line-height: 120px;
}

#services .services-flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 80px;
  gap: 80px;
}

#services .services-flex .col-left img {
  object-fit: cover;
  border-radius: 24px;
  position: sticky;
  top: 50px;
}

#services .services-flex .col-right {
  display: flex;
  flex-direction: column;
}

#services .services-flex .col-right .service {
  color: var(--white);
  border-bottom: 1px solid var(--white);
  cursor: pointer;
}

#services .services-flex .col-right .service h3 {
  font-weight: 300;
  margin: 0;
  padding: 32px 0 32px 48px;
  font-size: 40px;
  line-height: 48px;
  position: relative;
  user-select: none;
}

#services .services-flex .col-right .service h3::before {
  content: '+';
  position: absolute;
  left: 0;
  top: 32px;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  user-select: none;
}

#services .services-flex .col-right .service.service-active h3::before {
  content: '-';
}

#services .services-flex .col-right .service p {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  max-height: 0px;
  opacity: 0;
  margin: 0;
  user-select: none;
  transition: margin .2s ease-out, opacity .2s ease-out, max-height .2s ease-out;
}

#services .services-flex .col-right .service.service-active p {
  max-height: 150px;
  opacity: 1;
  margin: 0 0 48px;
}

#how-we-do-it {
  max-width: var(--container);
  margin: 180px auto;
}

#how-we-do-it h3 {
  color: var(--white);
  font-weight: 400;
  margin: 24px 0 120px 0;
  font-size: 80px;
  line-height: 80px;
}

#how-we-do-it .flex-steps {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: row;
}

#how-we-do-it .flex-steps .step-wrapper {
  position: relative;
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
  flex: 50%;
  width: 100%;
}

#how-we-do-it .flex-steps .step-wrapper .step {
  z-index: 1;
  position: relative;
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  height: calc(287px - 48px);
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--white);
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

#how-we-do-it .flex-steps .step-wrapper:hover {
  flex-basis: 100%;
}

#how-we-do-it .flex-steps .step-wrapper:hover .step {
  background-color: rgba(11, 86, 78, 0.7);
}

#how-we-do-it .flex-steps .step-wrapper::after {
  font-size: 200px;
  line-height: 200px;
  color: var(--grey);
  font-weight: 500;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 0;
  pointer-events: none;
}

#how-we-do-it .flex-steps .step-wrapper:nth-child(1)::after {
  content: '1';
}
#how-we-do-it .flex-steps .step-wrapper:nth-child(2)::after {
  content: '2';
}
#how-we-do-it .flex-steps .step-wrapper:nth-child(3)::after {
  content: '3';
}
#how-we-do-it .flex-steps .step-wrapper:nth-child(4)::after {
  content: '4';
}

#how-we-do-it .flex-steps .step img {
  object-fit: contain;
  width: 56px;
  height: auto;
  pointer-events: none;
  user-select: none;
}

#how-we-do-it .flex-steps .step .step-title {
  font-weight: 500;
  color: var(--white);
  margin: 0;
  margin-top: auto;
  font-size: 24px;
  line-height: 32px;
  pointer-events: none;
  user-select: none;
}

#how-we-do-it .flex-steps .step .step-content {
  font-weight: 300;
  color: var(--white);
  margin: 0;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  opacity: 0;
  max-height: 0px;
  pointer-events: none;
  user-select: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

#how-we-do-it .flex-steps .step-wrapper:hover .step-content {
  margin-top: 24px;
  opacity: 1;
  max-height: 150px;
  pointer-events: none;
  user-select: none;
}

#how-we-do-it .cta {
  width: fit-content;
  margin: 120px auto 0;
}

#text-highlight {
  max-width: 909px;
  margin: 120px auto 180px;
}

#text-highlight h2 {
  margin: 0;
  font-weight: 500;
  color: var(--white);
  font-size: 24px;
  line-height: 32px;
}

#text-highlight .content-container {
  position: relative;
  margin-top: 40px
}

#text-highlight .content-container h3 {
  margin: 0;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
}

#text-highlight .content-container h3.white-text {
  color: var(--white);
  max-width: 734px;
}

#text-highlight .content-container h3.green-text {
  color: var(--luxury-green);
  max-width: 564px;
  position: absolute;
  bottom: -80px;
  right: 16px;
}

#marquee,
#marquee-partners {
  margin: 280px 0;
  position: relative;
}

#marquee .marquee-content,
#marquee-partners .marquee-content {
  display: flex;
  width: fit-content;
  white-space: nowrap;
  will-change: transform;
  /* Correções específicas a safari */
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

#marquee .marquee-content img,
#marquee-partners .marquee-content img {
  max-height: 70px;
  width: auto;
  margin: 0 40px; 
  object-fit: contain;
  transition: opacity 0.3s ease-in-out; 
  /* Correções específicas a safari */
  flex-shrink: 0;
  position: relative;
  min-width: 0;
}

#marquee-partners .titles {
  max-width: var(--container);
  margin: 0 auto 80px;
}

#marquee-partners h2 {
  margin: 0 0 40px;
  font-weight: 500;
  color: var(--grey);
  font-size: 24px;
  line-height: 32px;
}

#marquee-partners h3 {
  margin: 0;
  max-width: 485px;
  font-weight: 400;
  color: var(--white);
  font-size: 80px;
  line-height: 80px;
}

#testimonials {
  max-width: var(--container);
  margin: 120px auto 200px;
}

#testimonials h2 {
  margin: 0 0 40px;
  font-weight: 500;
  color: var(--grey);
  font-size: 24px;
  line-height: 32px;
}

#testimonials h3 {
  margin: 0;
  max-width: 485px;
  font-weight: 400;
  color: var(--white);
  font-size: 80px;
  line-height: 80px;
}

#testimonials .testimonials-grid {
  display: grid;
  grid-template-columns: 38% 31.6% 23.5%;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: 
    "testimonial1 testimonial2 image2"
    "image1 testimonial3 image2";
  gap: 40px;
  margin-top: 80px;
}

#testimonials .testimonials-grid img.testimonial-image-1 {
  grid-area: image1;
}
#testimonials .testimonials-grid img.testimonial-image-2 {
  grid-area: image2;
}
#testimonials .testimonials-grid .testimonial-item.testimonial-1 {
  grid-area: testimonial1;
}
#testimonials .testimonials-grid .testimonial-item.testimonial-2 {
  grid-area: testimonial2;
}
#testimonials .testimonials-grid .testimonial-item.testimonial-3 {
  grid-area: testimonial3;
}

#testimonials .testimonials-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

#testimonials .testimonials-grid .testimonial-item {
  border: 1px solid var(--white);
  border-radius: 16px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 400px;
}

#testimonials .testimonials-grid .testimonial-item p {
  margin: 0;
  margin-top: auto;
  font-weight: 300;
  color: var(--white);
  font-size: 24px;
  line-height: 32px;
}

#testimonials .testimonials-grid .testimonial-item h4 {
  margin: 0;
  font-weight: 300;
  color: var(--grey);
  font-size: 24px;
  line-height: 32px;
}

#contacts {
  background-color: var(--cunning-green);
  margin: 120px 0;
}

#contacts .contact-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
}

#contacts .contact-inner .form-content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: 86%;
  align-self: flex-end;
}

#contacts .contact-inner h2 {
  margin: 0;
  font-weight: 400;
  color: var(--white);
  font-size: 120px;
  line-height: 120px;
}

#contacts .contact-inner .form-content>p {
  margin: 0;
  font-weight: 300;
  color: var(--white);
  font-size: 40px;
  line-height: 48px;
}

#contacts .contact-inner .form-content form label {
  font-weight: 500;
  color: var(--white);
  font-size: 24px;
  line-height: 32px;
}

#contacts .contact-inner .form-content form p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#contacts .contact-inner .form-content form input[type="text"],
#contacts .contact-inner .form-content form input[type="email"],
#contacts .contact-inner .form-content form textarea {
  width: 100%;
  background-color: transparent;
  border:none;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  font-size: 24px;
  line-height: 32px;
  padding: 16px 0;
  margin-top: 8px;
  font-weight: 300;
  font-family: 'Figtree', sans-serif;
}

#contacts .contact-inner .form-content form input[type="text"]::placeholder,
#contacts .contact-inner .form-content form input[type="email"]::placeholder,
#contacts .contact-inner .form-content form textarea::placeholder {
  color: var(--luxury-green);
}

#contacts .contact-inner .form-content form input[type="text"]:focus-visible,
#contacts .contact-inner .form-content form input[type="email"]:focus-visible,
#contacts .contact-inner .form-content form textarea:focus-visible {
  outline: none;
}

#contacts .contact-inner .form-content form button[type="submit"] {
  background-color: var(--white);
  border-radius: 40px;
  padding: 10px 24px 10px 24px;
  border: none;
  color: var(--black);
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Figtree', sans-serif;
  cursor: pointer;
  max-width: fit-content;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid var(--white);
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  transition: all .35s ease-out;
}

#contacts .contact-inner .form-content form button[type="submit"]:hover {
  background-color: var(--cunning-green);
  color: var(--white);
}

#contacts .contact-inner .form-content form button[type="submit"] svg path, 
#contacts .contact-inner .form-content form button[type="submit"] svg{
  transition: all .35s ease-out;
}

#contacts .contact-inner .form-content form button[type="submit"]:hover svg path {
  stroke: var(--white);
}

#contacts .contact-inner .form-content form button[type="submit"]:hover svg {
  transform: rotate(45deg);
}

#contacts .contact-inner .form-content .wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--luxury-green);
  margin: 0 0 50px;
  border-radius: 16px;
  color: var(--white);
  padding: 10px 24px;
}

.mobile-toggle {
  display: none;
}

/* MEDIA QUERIES */
@media (max-width: 1280px) {
  :root {
    --container: 90vw;
    --footer-container: 95vw;
    --mini-container: 90vw;
  }

  #about-klevie>p {
    top: 240px;
  }

  #about-klevie .cards-grid {
    margin-top: 160px;
  }
}

@media (max-width: 1025px) {
  header.header .menu,
  header.header .actions {
    display: none;
  }

  #main-section h2 {
    font-size: 64px;
    line-height: 64px;
    max-width: 80%;
  }

  .cta {
    font-size: 20px;
    line-height: 28px;
  }

  #about-klevie h3,
  #text-highlight .content-container h3,
  #testimonials h3 {
    font-size: 64px;
    line-height: 64px;
  }

  #about-klevie>p {
    top: 140px;
  }

  #services h2 {
    margin: 0;
    font-size: 80px;
    line-height: 80px;
  }

  #services .services-flex .col-right .service h3 {
    padding: 32px 0 32px 40px;
    font-size: 28px;
    line-height: 38px;
  }

  #services .services-flex .col-right .service h3::before {
    font-size: 28px;
    line-height: 38px;
  }

  #services .services-flex .col-right .service.service-active p {
    max-height: 180px;
  }

  #services .services-flex .col-right .service p {
    font-size: 18px;
    line-height: 28px;
  }

  #how-we-do-it h3 {
    margin: 24px 0 120px 0;
    font-size: 64px;
    line-height: 64px;
  }

  #text-highlight .content-container h3.green-text {
    bottom: -64px;
    right: 74px;
  }

  #testimonials .testimonials-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: 
      "testimonial1 testimonial2"
      "image1 testimonial3"
      "image2 image2";
  }

  #testimonials .testimonials-grid .testimonial-item {
    height: 280px;
  }

  #testimonials .testimonials-grid img {
    height: 100%;
    max-height: calc(280px + 80px);
  }

  #contacts .contact-inner h2 {
    font-size: 80px;
    line-height: 80px;
  }

  #contacts .contact-inner .form-content>p {
    font-size: 32px;
    line-height: 40px;
  }

  #contacts .contact-inner .form-content form button[type="submit"] {
    font-size: 20px;
    line-height: 28px;;
  }

  #contacts .contact-inner .form-content form input[type="text"], 
  #contacts .contact-inner .form-content form input[type="email"], 
  #contacts .contact-inner .form-content form textarea {
    font-size: 20px;
    line-height: 28px;
  }

  #contacts .contact-inner .form-content form label {
    font-size: 20px;
    line-height: 28px;
  }

  footer#footer .topo {
    padding: 40px 0;
  }

  footer#footer .topo .col-left .contact-info {
    flex-direction: column;
  }

  footer#footer .topo .col-left .contact-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  #how-we-do-it .flex-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 100px;
  }

  .mobile-toggle {
    display: block;
    position: absolute;
    bottom: 29px;
    right: 24px;
    color: var(--white);
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    user-select: none;
    cursor: pointer;
  }

  #how-we-do-it .flex-steps .step-wrapper {
    cursor: pointer;
  }

  #how-we-do-it .flex-steps .step-wrapper:hover .step {
    background-color: unset;
  }

  #how-we-do-it .flex-steps .step-wrapper:hover .step-content {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
  }

  #how-we-do-it .flex-steps .step .step-title {
    max-width: 50%;
  }

  #how-we-do-it .flex-steps .step.step-expanded {
    background-color: rgba(11, 86, 78, 0.7)!important;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  #how-we-do-it .flex-steps .step img {
    opacity: 1;
    height: 56px;
    transition: all .2s ease-out;
  }

  #how-we-do-it .flex-steps .step.step-expanded img {
    opacity: 0;
    height: 0;
  }

  #how-we-do-it .flex-steps .step.step-expanded .step-title {
    margin-top: 0;
  }

  #how-we-do-it .flex-steps .step.step-expanded .step-content {
    max-height: 150px;
    opacity: 1;
    margin-top: 24px;
  }
}

@media (max-width: 768px) {
  #about-klevie .cards-grid {
    grid-template-columns: 1fr;
  }

  #about-klevie .cards-grid .card {
    height: calc(161px - 48px);
  }

  #services .services-flex {
    flex-direction: column-reverse;
  }

  #services .services-flex .col-left img {
    width: 100%;
    aspect-ratio: 1/1;
  }

  #how-we-do-it .flex-steps .step .step-title {
    max-width: 70%;
  }

  #text-highlight {
    max-width: 80vw;
    margin: 120px auto 180px;
  }

  #text-highlight h2 {
    font-size: 14px;
    line-height: 14px;
  }

  #about-klevie h3, 
  #text-highlight .content-container h3, 
  #testimonials h3 {
    font-size: 32px;
    line-height: 32px;
  }

  #text-highlight .content-container h3.green-text {
    max-width: 228px;
    bottom: -64px;
    right: 0;
  }

  #text-highlight .content-container h3.white-text {
    max-width: 264px;
  }

  #testimonials .testimonials-grid .testimonial-item p,
  #testimonials .testimonials-grid .testimonial-item h4 {
    font-size: 18px;
    line-height: 26px;
  }

  #about-klevie>p {
    top: 100px;
  }
}

@media (max-width: 460px) {
  :root {
    --container: 100vw;
    --footer-container: 100vw;
    --mini-container: 100vw;
  }

  #main-section,
  #about-klevie,
  #services,
  #how-we-do-it,
  #text-highlight,
  #testimonials {
    padding: 0 24px;
  }

  header.header {
    height: 72px;
    padding: 0 24px;
  }

  header.header .logo img {
    height: 24px;
    width: auto;
  }

  #main-section h2 {
    font-size: 40px;
    line-height: 40px;
    max-width: 90%;
  }

  #main-section {
    margin: 40px auto 120px;
    height: 520px;
  }

  #main-section .content p {
    max-width: 70%;
    font-size: 14px;
    line-height: 14px;
  }

  #main-section .content {
    margin-top: 30px;
  }

  .cta {
    font-size: 16px;
    line-height: 32px;
    padding: 4px 10px;
  }

  #main-section .content .actions {
    gap: 18px;
    width: 100%;
    justify-content: space-between;
  }

  .cta svg {
    height: 16px;
    width: 16px;
    transition: all .35s ease-out;
  }

  .section-decription {
    font-size: 14px;
    line-height: 14px;
  }

  #about-klevie {
    margin: 100px auto;
  }

  #about-klevie>p {
    font-size: 14px;
    line-height: 14px;
    max-width: 240px;
    left: unset;
    right: 24px;
    transform: unset;
    width: 100%;
    top: 120px;
  }

  #about-klevie .cards-grid {
    margin-top: 120px;
  }

  #about-klevie .cards-grid .card p {
    font-size: 20px;
    line-height: 24px;
  }

  #about-klevie .cards-grid .card img {
    width: 28px;
    height: 28px;
  }

  #about-klevie .cards-grid .card {
    height: calc(140px - 48px);
  }

  #services .services-flex {
    margin-top: 40px;
  }

  #services .services-flex .col-right .service h3 {
    padding: 32px 0 32px 32px;
    font-size: 20px;
    line-height: 24px;
  }

  #services .services-flex .col-right .service h3::before {
    font-size: 20px;
    line-height: 24px;
  }

  #services h2 {
    font-size: 40px;
    line-height: 40px;
  }

  #services .services-flex .col-right .service p {
    font-size: 14px;
    line-height: 14px;
  }

  #services .services-flex .col-right .service.service-active p {
    max-height: 80px;
  }

  #services .services-flex .col-left img {
    height: 327px;
  }

  #how-we-do-it h3 {
    font-size: 32px;
    line-height: 32px;
    max-width: 70%;
    margin: 24px 0 100px 0;
  }

  #how-we-do-it .flex-steps .step .step-title,
  #how-we-do-it .flex-steps .step .step-content {
    font-size: 14px;
    line-height: 14px;
  }

  #how-we-do-it .flex-steps .step img {
    height: 25px;
    width: 25px;
  }

  #how-we-do-it .flex-steps .step {
    height: calc(161px - 48px)!important;
    max-height: calc(161px - 48px)!important;
    padding: 24px 16px;
  }

  #how-we-do-it .flex-steps .step.step-expanded {
    height: calc(207px - 48px)!important;
    max-height: calc(207px - 48px)!important;
  }

  #how-we-do-it .flex-steps .step-wrapper::after {
    font-size: 104px;
    line-height: 104px;
    right: 10px;
    top: -55px;
  }

  #how-we-do-it .flex-steps {
    column-gap: 24px;
    row-gap: 80px;
  }

  #how-we-do-it .cta {
    margin: 60px auto 0;
  }

  #how-we-do-it {
    margin: 100px auto;
  }

  #marquee .marquee-content img {
    max-height: 27px;
    margin: 0 24px;
  }

  #marquee {
    margin: 160px 0;
  }

  #testimonials h2 {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 14px;
  }

  #testimonials .testimonials-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
        "testimonial1"
        "image1"
        "testimonial2"
        "testimonial3"
        "image2";
    margin-top: 40px;
  }

  #testimonials .testimonials-grid .testimonial-item {
    height: calc(202px - 104px);
    padding: 80px 24px 24px 24px;
    gap: 14px;
  }

  #testimonials .testimonials-grid .testimonial-item p,
  #testimonials .testimonials-grid .testimonial-item h4 {
    font-size: 14px;
    line-height: 14px;
  }

  #testimonials .testimonials-grid img {
    height: 228px;
  }

  #contacts {
    margin: 120px 0 0;
  }

  #contacts .contact-inner {
    padding: 40px 24px 80px;
    gap: 40px;
  }

  #contacts .contact-inner h2 {
    font-size: 40px;
    line-height: 40px;
  }

  #contacts .contact-inner .form-content>p {
    font-size: 20px;
    line-height: 24px;
  }

  #contacts .contact-inner .form-content form input[type="text"], 
  #contacts .contact-inner .form-content form input[type="email"], 
  #contacts .contact-inner .form-content form textarea {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 0;
  }

  #contacts .contact-inner .form-content form button[type="submit"] {
    font-size: 16px;
    line-height: 32px;
    bottom: 40px;
  }

  #contacts .contact-inner .form-content form label {
    font-size: 14px;
    line-height: 14px;
  }

  #contacts .contact-inner .form-content {
    gap: 24px;
  }

  #testimonials {
    margin: 120px auto;
  }

  footer#footer .topo {
    padding: 80px 24px 60px;
    position: relative;
  }

  footer#footer .topo .col-left img {
    height: 40px;
    width: 164px;
  }

  footer#footer .fundo {
    padding: 40px 24px;
  }

  footer#footer .topo .col-left {
    gap: 130px;
  }

  footer#footer .topo .col-right {
    position: absolute;
    left: 24px;
    top: 160px;
    gap: 16px;
  }

  footer#footer .topo .col-right img {
    height: 32px;
    width: 32px;
  }

  footer#footer .topo .col-left .contact-info span {
    font-size: 14px;
    line-height: 14px;
  }

  footer#footer .fundo span {
    font-size: 14px;
    line-height: 14px;
  }

  footer#footer .separador {
    width: unset;
    margin: 0 24px;
  }

  footer#footer .topo .col-left .contact-info {
    gap: 24px;
  }

  #contacts .contact-inner .form-content form button[type="submit"] svg {
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
  }
}