body {
  background-color: #231f20;
}
.navbar * {
  font-family: "DM Mono", monospace;
  color: #fffcee;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.navbar-collapse {
  gap: 7em;
}

.nav-button {
  border: 2px solid #29c584;
  box-sizing: border-box;
  border-radius: 100px;
  background-color: #231f20;
  color: white;
  font-family: DM Mono;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 6px 30px;
  line-height: 22px;
}

section#main {
  height: calc(92vh - 102px);
}

.main-container {
  width: 870px;
}

.main-container h1 {
  font-family: "DM Serif Display", serif;
  color: #fffcee;
  text-align: center;
  font-size: 6.5rem;
  line-height: 6.5rem;
}
.main-container h2 {
  margin-top: 30px;
  font-family: "DM Sans", sans-serif;
  color: #fffcee;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.main-button {
  border: 0;
  box-sizing: border-box;
  border-radius: 100px;
  background-color: #29c584;
  color: white;
  font-family: DM Mono;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  padding: 12px 35px;
}

.bg-wall {
  background-color: #fcf8f3;
}

.bg-hoop-black {
  background-color: #231f20;
}

.dm-sans {
  font-family: DM Sans !important;
}

.dm-mono {
  font-family: DM Mono !important;
}

.mh-350 {
  max-height: 350px;
  min-height: 200px;
}

.integrations h2 {
  font-family: "DM Serif Display", serif;
  letter-spacing: 2.52px;
  font-size: 72px;
}
.integrations p {
  font-size: 36px;
  width: 80%;
}
.app h3 {
  font-size: 52px;
}
.app .cellphone {
  max-width: 400px;
  width: auto;
  height: auto;
}
.app .app {
  max-width: 600px;
  width: auto;
  height: auto;
}

.app p {
  font-size: 32px;
}

.subTitle {
  font-family: "DM Serif Display", serif;
  letter-spacing: 0.1em;
  font-size: 48px;
}

.our-results {
  background-color: #f5f5f5;
}
.card-image {
  background-color: #fec1af;
  background-image: url(../img/hoopCrm/paint.png);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain;
}
.person-name {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 54px;
  color: #000000;
}
.occupation {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.case {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.card-desc {
  background: #fcf8f3;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  flex: 1;
}

.image-empty {
  background-color: #806eff;
  background-image: url(../img/hoopCrm/paint2.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 280px;
}

.bg-yellow {
  background-color: #ece865;
}

.what-we-believe {
  background-color: #fcf8f3;
}

.title {
  font-family: "DM Serif Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 78px;
  letter-spacing: 0.035em;
}

.sub-title {
  width: 80%;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.035em;
}

.problem {
  background-color: #f5f5f5;
}
.tracking-card {
  width: 380px;
  position: absolute;
  top: 50%;
  box-shadow: 0px 4px 60px rgb(0 0 0 / 10%);
}
.orderInfo {
  background: #fcf8f3;
}
.order-track {
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
}
.order-track-step {
  display: flex;
}
.order-track-status {
  margin-right: 1.5rem;
  position: relative;
  top: 10px;
}
.order-track-status-dot {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #000000;
}
.order-track-status-line {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 7rem;
  background: #000000;
  opacity: 0.3;
}
.order-track-text-stat {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;

  letter-spacing: 0.035em;
}

.order-name {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 22px;

  letter-spacing: 0.035em;
}

.order-image {
  background-color: #8a6eff;
  position: relative;
  height: 180px;
}

.order-image img {
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 7%;
}
.solution {
  background-color: #fcf8f3;
}

.solution .title {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 70px;
  width: 80%;
}

.solution .sub-title {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 50px;
}

.solution .desc {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}

.solution-card {
  background: #fcf8f3;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  border-radius: 10px;
}

.solution-card .title {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 52px;
  /* or 109% */

  letter-spacing: 0.035em;
}
.solution-card .desc {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  /* or 150% */

  letter-spacing: 0.035em;
}

.icon {
  transform: scale(0.8);
  max-width: 230px;
  object-fit: contain;
}

.footer * {
  color: #fcf8f3;
}
.footer .title {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 82px;
  line-height: 80px;
  /* or 98% */

  text-align: center;
}

.footer .desc {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.footer-button {
  border: 0;
  background-color: #29c584;
  box-sizing: border-box;
  border-radius: 100px;
  color: white;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  padding: 8px 20px 8px 20px;
}
.footer a {
  text-decoration: none;
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}

.footer a:hover {
  text-decoration: underline;
}

.footer p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.bg-pink {
  background-color: #fec1af;
}

/* =================================
   SWIPER CAROUSEL STYLES
   ================================= */

/* Container principal do Swiper */
.swiper-testimonials {
  width: 100%;
  height: 900px;
  margin-top: 29px;
  margin-bottom: 58px;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.2));
}

/* Wrapper do Swiper */
.swiper-testimonials .swiper-wrapper {
  margin-top: 49px;
}

/* Slide individual */
.swiper-slide-testimonial {
  width: 267px;
  height: 810px;
}

/* Card do depoimento */
.testimonial-card {
  width: 267px;
  height: 800px;
  background-color: #fcf8f3;
}

/* Container do conteúdo do card */
.testimonial-content {
  padding: 0 5%;
}

/* Nome da pessoa no depoimento */
.testimonial-name {
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin: 0;
  color: #000000;
}

/* Subtítulo/empresa no depoimento */
.testimonial-company {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #000000;
}

/* Texto do depoimento */
.testimonial-text {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #000000;
}

.infocard h3 {
  font-weight: bold;
}

.footer .title {
  font-size: 3rem;
  line-height: 3rem;
}

@media (max-width: 767.98px) {
  .main-container {
    padding: 1rem;
  }

  .main-container h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .main-container h2 {
    font-size: 16px;
    line-height: 21px;
  }
  .main-container .main-button {
    font-size: 14px;
    max-width: 300px;
    padding: 12px 25px;
  }

  .nav-button {
    padding: 0;
    border: unset;
  }

  .subTitle {
    font-size: 32px;
  }

  .ai-list {
    font-size: 20px !important;
  }
  .ai-list li:not(:last-child) {
    margin-bottom: 6px;
  }

  .subTitle + p {
    font-size: 24px !important;
    width: 90% !important;
    line-height: 24px;
    color: #000000;
  }

  .infocard h3 {
    font-size: 24px !important;
    width: 100% !important;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2.5rem;
  }
  .infocard p {
    font-size: 18px !important;
    color: #000000;
  }
  .infocard img {
    max-height: none !important;
    min-height: auto !important;
    margin: 15px 0;
    margin-bottom: 2.5rem;
  }

  .icon {
    max-width: 150px;
  }

  .footer .title {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }

  .footer-button {
    font-size: 12px;
  }
}

.integrations h2 {
  font-size: 32px;
  text-align: center;
}
.integrations p {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
}

.app .app {
  order: 3;
  margin-top: 2rem;
}

.app .cellphone {
  order: 2;
}

.app .info {
  order: 1;
}

.app h3 {
  font-size: 32px;
  text-align: center;
}
.app p {
  font-size: 24px;
  line-height: 30px;
}
.app img {
  width: 250px !important;
}

.title {
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.title + p {
  font-size: 18px;
}
.our-results h4 {
  font-size: 20px !important;
}

.footer .desc {
  font-size: 12px;
}

.image-empty {
  height: 300px;
  position: relative;
  background-size: cover;
}
.image-empty img {
  position: absolute;
  bottom: 0px;
  max-height: 300px;
}
