.card {
  width: 320px;
  height: 210px;
  perspective: 1000px;
  margin: 0 0 65px 0;
}

.card2 {
  width: 320px;
  height: 210px;
  perspective: 1000px;
  margin: 0 0 65px 0;
}


.card .paleta {
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: 20;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.component {
  height: 23px;
}

.card .paleta .cores {
  width: 80px;
  height: 180px;
  cursor: pointer;
  /* transition: 0.3s linear; */
  overflow: hidden;
}

/* .card .paleta .cores:hover {
    width: 120px;
    transition: 0.4s linear;
  } */

.card .paleta .cores .nome {
  width: 100%;
  height: 30px;
  background-color: #fff;
  text-align: center;
  font-size: 11px;
  font-family: Roboto, sans-serif;
  font-weight: 550;
}

.details h1 {
  /* font-size: 18px; */
  text-align: center;
  margin-bottom: 15px;
  color: white;
}

.details p {
  /* font-size: 14px; */
  text-align: center;
  color: white;
}

/* .card .paleta .func {
    width: 100px;
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 40px;
    margin-left: -41px;
    padding-left: 5px;
    color: #fff;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 500;
  }
   */


/* download app  */
.pn-app-section {
  padding: 20px;
  text-align: center;
  /* background-color: #f5f5f5; */
}

.pn-app-section h2 {
  font-size: 3rem;
  margin-top: 23px;
  margin-bottom: 54px;
  font-weight: bold;
}

.pn-app-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
}

.pn-app-image {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
}

.pn-app-banner {
  width: auto;
  height: 520px;
  border-radius: 10px;
}

.pn-store-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}

.pn-store-buttons a img {
  width: 120px;
}

.pn-app-details {
  flex: 2;
  max-width: 600px;
}

.pn-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.pn-feature img {
  width: 90px;
  height: auto;
  margin-right: 20px;
}

.pn-feature h3 {
  font-weight: bolder;
  text-align: start;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.pn-feature p {
  text-align: start;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #555;
}

@media screen and (max-width: 768px) {
  .pn-app-container {
    flex-direction: column;
    align-items: center;
  }

  .pn-store-buttons {
    flex-direction: column;
    gap: 10px;
  }
}


/* new slider */
.test-cont {
  display: flex;
  align-items: center;
  justify-content: center;

}

.slider-wrapper {

  overflow: hidden;
  max-width: 1200px;
  margin: 0 70px 55px;
}

.card-list .test-card-item {
  height: auto;
  color: #fff;
  user-select: none;
  /* padding: 35px; */
  padding-top: 10px;
  /* padding-bottom: 10px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  /* background: rgba(255, 255, 255, 0.2); */
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.card-list .test-card-item .user-image {
  width: 228px;
  margin-bottom: 20px;
  /* height: auto; */

}

.card-list .test-card-item .user-profession {
  font-family: Arial, Helvetica, sans-serif;
  height: 210px;
  background-color: white;
  font-size: 14px;
  border-radius: 0px 0px 8px 8px;
  text-align: center;
  padding: 10px 23px;
  color: black;
  font-weight: 500;
  /* margin:  0 30px; */
}

.card-list .test-card-item .message-button {
  font-size: 1.25rem;
  padding: 10px 35px;
  color: #030728;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent;
  transition: 0.2s ease;
}

.card-list .test-card-item .message-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  color: #fff;
}

.slider-wrapper .swiper-pagination-bullet {
  background: #fff;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.slider-wrapper .swiper-slide-button {
  color: #fff;
  margin-top: -55px;
  transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
  /* color: #4658ff; */
}

@media (max-width: 768px) {
  .slider-wrapper {
    margin: 0 10px 40px;
  }

  .slider-wrapper .swiper-slide-button {
    display: none;
  }
}