/* all similar content styling codes */

.max-width {
  max-width: 1300px;
  padding: 0 80px;
  margin: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
}

.main {
  height: 100vh;
  width: 100%;
}

.banner1 {
  width: 80%;
  padding: 40px;
  padding-top: 70px;
  padding-bottom: 0px;
  margin: auto;
  text-align: center;
  background-color: #f5f5f5;
}

.banner1 h1 {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  ;
  color: rgb(44, 44, 44);
}

.banner1 p {
  color: #333;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}

.banner1 .frase {
  font-weight: 600;
}

.banner1 .descricao,
.descricao1,
.descricao2 {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.banner1 .descricao2 {
  margin-bottom: 70px;
}

.banner1 .descricao1 .highlight {
  color: #1E90FF;
  font-family: Arial, Helvetica, sans-serif;
}

.banner1 .descricao2 .highlight {
  color: #1E90FF;
  font-family: Arial, Helvetica, sans-serif;
}

.typing,
.typing-2 {
  font-weight: 300;
  font-size: 35px;
}

.image-data span.text {
  font-weight: 800;
}

@media (max-width: 700px) {
  .banner1 {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 4px;
    width: 97%;
  }

  .banner1 h1 {
    font-size: 25px;
  }

  .banner1 p {
    font-size: 11.5px;
  }

  .banner1 .descricao {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.charts {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.container3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
  margin-bottom: 70px;
}

.chart {
  height: 400px;
  width: 400px;
  padding: 2rem;
  margin-top: 30px;
  border: 0px solid #1E90FF;
  border-radius: 25px;
  background: white;
  box-shadow: 2px 2px 5px #1E90FF;
  transition: all 0.3s ease;
}

.chart:hover {
  transform: translateY(-4px);
  box-shadow: 5px 5px 10px #1E90FF;
}

a.button.contact-button2 {
  margin-bottom: 70px;
}

@media (max-width: 700px) {
  .container3 {
    flex-direction: column;
    gap: 45px;
  }

  .chart {
    height: 315px;
    width: 325px;
  }
}

.background-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/assets/img/home/pawel-czerwinski-suLgJZ1edT4-unsplash.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.wrapper,
.slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  overflow: hidden;
  background: transparent;
  /* Garante que o slide seja transparente para ver o fundo fixo */
}

.slide::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(11, 11, 19, 0.8), rgba(14, 21, 34, 0.8));
  z-index: 10;
}

.slide .image-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 100;
}

.image-data span.text {
  font-size: 25px;
  font-weight: 600;
  color: white;
}

.image-data h2 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}

a.button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  color: white;
  background: #1E90FF;
  text-decoration: none;
  margin-top: 25px;
  transition: all 0.3s ease;
  font-weight: 600;
}

a.button:hover {
  color: #1E90FF;
  background-color: white;
}

a.button2 {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  color: white;
  background: #1E90FF;
  text-decoration: none;
  margin-top: 25px;
  transition: all 0.3s ease;
  font-weight: 600;
}

a.button2:hover {
  color: #1E90FF;
  ;
  background-color: white;
}

/* Rotating Banner section */
.banner {
  width: 80%;
  padding: 40px;
  padding-bottom: 100px;
  padding-top: 0px;
  margin: auto;
  text-align: center;
  background-color: #f5f5f5;
}

.banner h1 {
  font-size: 42px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
  ;
  color: rgb(44, 44, 44);
}

.banner p {
  color: #333;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
}

.banner .frase {
  font-weight: 600;
}

.banner .descricao {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.banner .descricao .highlight {
  color: #1E90FF;
  font-family: Arial, Helvetica, sans-serif;
}

.banner .entenda {
  color: #1E90FF;
}

.metodologia {
  flex: 1;
  text-align: left;
}

a.button.contact-button1 {
  margin-bottom: 0px;
}

.row {
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
}

.banner {
  flex: 1;
  text-align: center;
}

.banner-tabs {
  display: flex;
  justify-content: left;
  margin-bottom: 60px;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.banner-tabs .tab-link {
  background: none;
  border: none;
  outline: none;
  color: #333;
  padding: 10px 20px;
  cursor: pointer;
  transition: color 0.5s, border-bottom 0.5s;
  font-size: 18px;
  transition: all 0.3s ease;
}

.banner-tabs .tab-link:hover {
  transform: translateY(-4px);
}

.banner-tabs .tab-link.active {
  color: #1E90FF;
  border-bottom: 2px solid #1E90FF;
}

.tab-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  box-shadow: 2px 2px 5px #1E90FF;
  border-radius: 25px;
  width: 96, 2%;
  background: white;
  text-align: left;
  transition: all 0.3s ease;
}

.tab-content:hover {
  transform: translateY(-4px);
  box-shadow: 5px 5px 10px #1E90FF;
}

.tab-content h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #1E90FF;
  font-weight: 600;
}

.tab-content p {
  font-size: 17px;
  color: #333;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 22px;

}

@media (max-width: 700px) {
  .banner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    width: 97%;
  }

  .banner h1 {
    font-size: 25px;
  }

  .banner p {
    font-size: 11.5px;
  }

  .banner .descricao {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

/* swiper button css */
.nav-btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
}

.nav-btn:hover {
  background: transparent;
}

.swiper-button-next {
  right: 50px;
}

.swiper-button-prev {
  left: 50px;
}

.nav-btn::before,
.nav-btn::after {
  font-size: 25px;
  color: #fff;
}

.swiper-pagination-bullet {
  opacity: 1;
  height: 12px;
  width: 12px;
  background-color: #fff;
  visibility: hidden;
}

.swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background-color: #c87e4f;
}

@media screen and (max-width: 768px) {
  .nav-btn {
    visibility: hidden;
  }

  .swiper-pagination-bullet {
    visibility: visible;
  }
}

.wrapper3 {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container4 {
  height: 450px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
}

.card2 {
  width: 80px;
  border-radius: 0.75rem;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
  border-radius: 2rem;
  /* Sobrescreve o primeiro border-radius */
  margin: 0 10px;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 5px #1E90FF;
  position: relative;
  /* Necessário para posicionar o ::before */
}

.card2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  /* Gradiente escuro */
  z-index: 0;
  /* Fica atrás do conteúdo do .card2 */
  opacity: 0.7;
  /* Transparência para legibilidade */
}

.card2 .content {
  position: relative;
  /* Garante que o conteúdo fique acima do ::before */
  z-index: 1;
  /* Prioridade acima do gradiente */
  padding: 10px;
  /* Adiciona espaço interno, ajuste conforme necessário */
  color: white;
  /* Garante legibilidade do texto */
}

.card2:hover {
  transform: translateY(-4px);
  box-shadow: 5px 5px 10px #1E90FF;
}

.card2>.row {
  color: white;
  display: flex;
  flex-wrap: nowrap;
}

.card2>.row>.icon {
  background: white;
  color: #1E90FF;
  font-weight: 700;
  border-radius: 50%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
}

.card2>.row>.description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  height: 81px;
  width: 520px;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: .3s;
  transition: all .3s ease;
}

.description p {
  font-size: 18.3px;
  color: white;
  font-weight: 400;
  text-align: left;
  justify-content: left;
  padding-top: 5px;
}

.description h4 {
  font-size: 18.3px;
  font-weight: 600;
  text-align: left;
  justify-content: left;
}

input {
  display: none;
}

input:checked+label {
  width: 600px;
}

input:checked+label .description {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.card2[for="c1"] {
  background-image: url('/assets/img/home/macroperspective-6503070_1920.jpg');
}

.card2[for="c2"] {
  background-image: url('/assets/img/home/floral-5096532_1920.jpg');
}

.card2[for="c3"] {
  background-image: url('/assets/img/home/drops-7879899_1920.jpg');
}

.card2[for="c4"] {
  background-image: url('/assets/img/home/solen-feyissa-r6UY109iJBA-unsplash.jpg');
}

/* Media Query for Mobile Devices (iPhone 12: 390px width) */
@media screen and (max-width: 430px) {
  .wrapper3 {
    height: auto;
    padding: 20px 0;
    align-items: flex-start;
  }

  .container4 {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
    gap: 10px;
  }

  .card2 {
    width: 90vw;
    max-width: 360px;
    height: 80px;
    border-radius: 1rem;
    margin: 5px 0;
    box-shadow: 0px 4px 12px -2px rgba(0, 0, 0, 0.5);
    transition: height .4s ease-in-out, width .4s ease-in-out;
  }

  input:checked+label {
    width: 90vw;
    max-width: 360px;
    height: 170px;
  }

  .card2>.row>.icon {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
    margin: 10px;
  }

  .card2>.row>.description {
    height: 50px;
    width: calc(90vw - 60px);
    max-width: 300px;
    padding-left: 10px;
  }

  input:checked+label .description {
    height: 100px;
  }

  .description h4 {
    font-size: 0.9rem;
  }

  .description p {
    font-size: 0.75rem;
    padding-top: 3px;
  }

  /* Hide scrollbar for cleaner look */
  .container4::-webkit-scrollbar {
    display: none;
  }

  .container4 {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}