:root {
  --primary: #a84fff;
  --secondary: #2d0036;
  --bg: #1a0022;
  --text: #fff;
  --card-bg: #2a0a3c;
  --accent: #ff6ec7;
}

header {
  height: 8rem;
  width: 100%;
  margin-top: 0;
  top: 0;
  background-color: #fff;
  pointer-events: none
}

.header-content {
  position: fixed !important;
  transform: none;
  margin-top: 0;
  top: 0;
  width: 100%;
  height: 8rem;
  background-color: #fff;
  z-index: 999;
  pointer-events: none
}

html {
  font-size: calc(10 * 100vw / 2048);
  width: 100vw;
}


.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 5%;
  transform: translateX(14rem);
}

.swiper-wrapper {
  padding: 20px 0;
}

.testimonial {
  width: 80rem !important;
  max-width: 80rem;
  max-height: 36.8rem;
  box-sizing: border-box;
  border-radius: 1.6rem;
  padding: 4rem;
  color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  background-color: #58203A;
  position: relative;
  overflow: visible;
  margin: 0 auto;
}

.person-img {
  width: 21.2rem;
  height: 42.4rem;
  object-fit: cover;
  z-index: 999;
  position: absolute;
  bottom: 0;
  right: 0;
}

.testimonial-content {
  width: 50.8rem;
  height: 28.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.testimonial-content p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.8rem;
  color: #FFFFFF;
  line-height: 2.8rem;
  text-align: left;
  font-style: normal;
  margin: 0;
}

.user {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.head-img {
  margin-right: 1.6rem;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  object-fit: cover;
}

.user div {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
}

.user p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 2.8rem;
  text-align: left;
  font-style: normal;
}

.swiper-button-next,
.swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.4);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

.swiper-pagination {
  position: relative;
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 10px;
  transform: translateX(-14rem);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.2);
}

.features-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features-content h2 {
  margin-top: 12rem;
  margin-bottom: 1.2rem;
}

.features {
  background: #270025;
  padding-top: 8rem;
}

.faq {
  background: #270025;
  padding: 0 12rem;
  padding-top: 12rem;
  box-sizing: border-box;
  padding-bottom: 12rem;
}

body {
  margin: 0;
  font-family: 'Segoe UI', 'Arial', sans-serif;
  background-color: #fff;
  color: var(--text);
}

body {
  overflow-x: hidden;
  background-color: #fff;
  width: 100%;
}

.container {
  width: 100vw;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

header {
  background: #fff;
  color: #222;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}

.logo {
  height: 40px;
  margin-left: 12rem;
}

nav ul {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav a {
  color: #222;
  text-decoration: none;
  font-weight: 500;
}

.hero {
  background-color: #270025;
  color: #fff;
  /* padding: 3rem 0 2rem 0; */
  max-height: 179.5rem;
  height: 179.5rem;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  padding-top: 14.8rem;

}

.hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6.4rem;
}

.banner-logo {
  display: block;
  max-width: 100%;
  max-height: 14.9rem;
  width: auto;
  height: auto;
  margin-bottom: 0;
  object-fit: contain;
  background: none;
  margin-left: 12rem;
}

.hero-main-text h1 {
  font-family: PingFangSC, 'PingFang SC', Arial, sans-serif;
  font-weight: 600;
  font-size: 4rem;
  color: #fff;
  line-height: 5.6rem;
  margin: 0;
  text-align: left;
  max-width: 68.8rem;
  margin-left: 12rem;
}

.hero-text {
  flex: 1 1 350px;
}

.hero-text h1 {
  font-size: 3rem;
  margin: 0;
  letter-spacing: 2px;
}

.hero-text .subtitle {
  font-size: 1.2rem;
  margin: 1rem 0;
  color: #ffe0fa;
}

.hero-text blockquote {
  font-size: 1.3rem;
  font-style: italic;
  margin: 2rem 0 0 0;
  color: #fff;
}

.hero-image {
  flex: 1 1 300px;
  text-align: right;
}

.hero-image img {
  max-width: 320px;
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.about {
  margin-top: 24.9rem;
  padding: 0rem 0;
}

.about-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h2 {
  height: 6.7rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 4.8rem;
  color: #FFFFFF;
  line-height: 6.7rem;
  text-align: left;
  font-style: normal;
  margin: 0;
  margin-bottom: 2.4rem;
}

.about h2 {
  height: 6.7rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 4.8rem;
  color: #FFFFFF;
  line-height: 6.7rem;
  text-align: left;
  font-style: normal;
  margin: 0;
  margin-bottom: 2.4rem;
}

.about-desc {
  max-width: 96rem;
  height: 5.6rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 2.8rem;
  text-align: center;
  font-style: normal;
  margin: 0;
  margin-bottom: 13.6rem;
}

.testimonials {
  height: 36.8rem;
  overflow: visible;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 32px;
  padding-bottom: 8px;
  cursor: grab;
  user-select: none;
  overflow-x: visible;

}


.testimonial {
  background-color: #58203A;
}

.person-img {
  width: 21.2rem;
  height: 42.4rem;
  object-fit: cover;
  z-index: 999;
  position: absolute;
  bottom: 0;
  right: 0;
}

.testimonial-content {
  width: 50.8rem;
  height: 28.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;

}

.user {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.head-img {
  margin-right: 1.6rem;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  object-fit: cover;
}

.user div {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
}

.user p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 2.8rem;
  text-align: left;
  font-style: normal;
}



.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
  gap: 0.5rem;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff3;
  border: 2px solid #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.carousel-dot.active {
  background: #fff;
}

.faq h2 {
  margin-bottom: 0;
}



.features-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features-content h2 {
  margin-top: 12rem;
  margin-bottom: 1.2rem;
}

.features {
  background: #270025;
  padding-top: 8rem;
}

.faq {
  background: #270025;
  padding: 0 12rem;
  padding-top: 12rem;
  box-sizing: border-box;
  padding-bottom: 12rem;
}

.faq-grid {
  width: 120rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 8rem;
}

.faq-item {
  width: 37.4rem;
  height: 29.6rem;
  background: #641555;
  border-radius: 1rem;
  padding: 3.2rem 3.2rem;
  color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.faq-item h3 {
  height: 2.8rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 2.8rem;
  text-align: left;
  font-style: normal;
  margin: 0;
}

.faq-item p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.8rem;
  color: #FFFFFF;
  line-height: 2.5rem;
  text-align: left;
  font-style: normal;
  margin: 0;

}

.faq-item span {
  height: fit-content;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.8rem;
  color: #FFFFFF;
  line-height: 2.5rem;
  text-align: left;
  font-style: normal;
}

footer {
  height: 6rem;
  background: #fff;
  color: #8D8D8D;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.6rem;
  color: #8D8D8D;
  line-height: 6rem;
  text-align: left;
  font-style: normal;
}

footer p {
  text-align: center;
  margin: 0;
}

.feature-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
  display: flex;
  gap: 4rem;
  width: 120rem;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  margin-top: 0;
}

.feature-grid h3 {
  height: 3.3rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 2.4rem;
  color: #FFFFFF;
  line-height: 3.3rem;
  text-align: left;
  font-style: normal;
  margin-bottom: 1.6rem;
}

.feature-grid p {
  width: 51.6rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 2.8rem;
  text-align: left;
  font-style: normal;
  margin: 0;
}

.feature-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.feature-col:first-child .feature-card:nth-child(1) {
  height: 54.8rem;
}

.feature-col:first-child .feature-card:nth-child(2) {
  height: 50.8rem;
}

.feature-col:last-child .feature-card:nth-child(1) {
  height: 40rem;
}

.feature-col:last-child .feature-card:nth-child(2) {
  height: 65.6rem;
}

.feature-card {
  width: 58rem;
  margin: 0;
  background-color: transparent !important;
}

.feature-card {
  background: var(--card-bg);
  padding: 3.2rem 3.2rem;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 1.8rem;
}

.feature-card img {
  width: 80px;
  margin-bottom: 1rem;
}

.feature-desc {

  max-width: 98.9rem;
  height: 5.6rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 2.8rem;
  text-align: center;
  font-style: normal;
  margin: 0;
}

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

.big-screen {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.small-screen {
  display: none;
}

.contact{
  
  font-size: 1.6rem;
  margin-right: 3rem;
}
.contact-title{
  font-weight: 600;
  font-size: 1.8rem;
}
.bottom-footer{
  display: flex;
  line-height: normal;
}
.footer {
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
@media (min-width: 2048px) {
  .contact{
  
  font-size: 1.6rem;
  margin-right: 3rem;
  }
  .contact-title{
    font-weight: 600;
    font-size: 1.8rem;
  }
  .about {
    margin-top: 64rem;
  }

  .hero {
    max-height: 410rem;
    height: 260rem;
  }

  .container {
    overflow: visible !important;
  }

  .feature-grid {
    transform: translate3d(0px, -300px, 10px);
  }

  .faq {
    transform: translate3d(0px, -150px, 10px);
  }

  main {
    background-color: #270025;
  }
}


@media (max-width: 2047px) {
   .contact{
  
    font-size: 1.8rem;
    margin-right: 3rem;
    }
    .contact-title{
      font-weight: 600;
      font-size: 2rem;
    }
  .feature-grid {
    transform: none;
  }

  .faq {
    transform: none;
  }

  main {
    background-color: transparent;
  }

  html {
    font-size: calc(10 * 100vw / 2048);
  }

  .logo {
    height: 4rem;
    margin-left: 12rem;
  }

  .hero {
    max-height: 480rem;
    height: 218rem;
    /* height: 252rem; */
    background-size: 100%;
  }

  .about {
    margin-top: 64rem;
  }

  .features-content h2 {
    margin-top: 14rem;
  }

}


@media (max-width: 1640px) {
     .contact{
  
      font-size: 2rem;
      margin-right: 3rem;
      }
      .contact-title{
        font-weight: 600;
        font-size: 2.2rem;
      }

  /* @media (max-width: 1440px) { */
  html {
    font-size: calc(10 * 100vw / 1440);
  }

  .hero {
    height: 179.5rem;
  }

  .about {
    margin-top: 26rem;
  }

  .logo {
    height: 4rem;
    margin-left: 12rem;
  }

  .testimonial-content {
    width: 50.8rem;
  }
}



@media (max-width: 1026px) {
  .contact{
  
      font-size: 2.8rem;
      margin-right: 3rem;
      }
      .contact-title{
        font-weight: 600;
        font-size: 3rem;
      }
  html {
    font-size: calc(6 * 100vw / 1023);
  }

  .logo {
    margin-left: 12rem;
  }

  .banner-logo {
    margin-left: 3rem;
  }

  .hero {
    height: 260rem;
    background-position: 78% 40% !important;
  }

  .about {
    margin-top: 48rem;
  }

  .about h2 {
    font-size: 6rem;
  }

  h2 {
    font-size: 8rem;
  }

  .features-content h2 {
    font-size: 6rem;
  }

  .feature-desc {
    font-size: 4.6rem;
    line-height: 4.8rem;
    max-width: 120rem;
  }

  .about-desc {
    font-size: 4.6rem;
    line-height: 4.8rem;
    margin-bottom: 10rem;
    max-width: 120rem;
  }

  .hero-content {
    padding: 32px 0 24px 0;
  }

  .hero-main-text h1 {
    font-size: 6rem;
    line-height: 6rem;
    max-width: 92rem;
    text-align: left;
    margin: 0;
  }

  .hero-left {
    align-items: left;
    gap: 20px;
  }

  .banner-logo {
    width: 180px;
    max-height: 220px;
  }

  .hero-left {
    min-height: 220px;
  }

  .testimonials {
    height: 68rem;
  }

  .testimonial {
    min-width: 260px;
    max-width: 90rem !important;
    width: 90rem !important;
    padding: 4rem 6rem;
    max-height: 68rem;
  }


  .head-img {
    width: 48px;
    height: 48px;
    margin-bottom: 4px;
  }

  .hero-content,
  .testimonials {
    /* flex-direction: column; */
    text-align: left;
    padding-top: 16rem;
    padding-left: 14rem;
  }

  .testimonial-content {
    height: 54rem;
  }

  .testimonial-content p {
    line-height: 3.8rem;
    width: 56rem;
    font-size: 3.6rem;
  }

  .hero-image {
    text-align: center;
    margin-top: 2rem;
  }

  .feature-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid h3 {
    font-size: 3.6rem;
  }

  .feature-grid p {
    font-size: 3.2rem;
  }

  .faq-grid {
    width: 82rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    margin-top: 8rem;
    justify-content: center;
    justify-items: center;
  }

  .faq-item {
    width: 68rem;
    height: 54rem;
    padding: 4rem 4rem;
    color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
  }

  .faq-item h3 {
    height: 3.6rem;
    font-size: 5rem;
    line-height: 6rem;
    margin-bottom: 4rem;
  }

  .faq-item p {
    font-size: 4.6rem;
    line-height: 5rem;
  }

  .footer {
    height: 16rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer p {
    font-size: 2.4rem;
    height: 8rem;
    line-height: 8rem;
  }

  footer div {
    height: 8rem;
  }

  .user p {
    font-size: 3rem;
  }
}

@media (max-width: 899px) {
  .contact{
  
      font-size: 3.2rem;
      margin-right: 3rem;
      }
      .contact-title{
        font-weight: 600;
        font-size: 3.4rem;
      }
  .hero {
    height: 290rem;
    background-size: 100%;
    background-position: 80% 40% !important;
  }

  header {
    height: 12rem;
  }

  .header-content {
    height: 12rem;
    padding: 0;
    
  }

}


@media (max-width: 599px) {
  .contact{
  
      font-size: 3.8rem;
      margin-right: 3rem;
      }
      .contact-title{
        font-weight: 600;
        font-size: 4rem;
      }
  .big-screen {
    display: none;
  }

  .logo {
    height: 8rem;
    margin-left: 12rem;
  }

  .small-screen {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .container {
    padding: 0 0.5rem;
    box-sizing: border-box;
  }

  .hero-text h1 {
    font-size: 2.1rem;
  }

  .feature-card img {
    width: 60px;
  }

  .hero-main-text h1 {
    line-height: 9rem;
  }

  .testimonial,
  .feature-card,
  .faq-item {
    padding: 1rem 0.5rem;
  }

  html {
    font-size: calc(3.6 * 100vw / 480);
  }

  .banner-logo {
    width: 36rem;
    margin-left: 1rem;
  }

  .container {
    padding: 0;
    justify-content: left;
  }

  header {
    height: 20rem;
  }

  .header-content {
    height: 20rem;
  }

  .hero-left h1 {
    margin-left: 0;
    text-align: left;
    /* max-width: 70rem; */
    font-size: 8rem;
    max-width: 60rem;

  }

  .hero-content {
    display: flex;
    justify-content: left;
    align-items: self-start;
    padding-top: 10rem;
    padding-left: 8rem;
  }

  .hero {
    max-height: 480rem;
    height: 340rem;
    background-size: 100%;
    background-position: 83% 40% !important;
  }

  .about {
    margin-top: 48rem;
  }

  .swiper-container {
    box-sizing: border-box;
    transform: none;
    margin-bottom: 6rem;
    height: 70rem;
    transform: none;

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

  .features {
    padding-top: 0;
  }

  /* .features-content {
    margin-top: 8rem;
  } */

  .about h2,
  .features-content h2 {
    font-size: 8rem;
    margin-top: 0;

  }

  .faq-box h2 {
    font-size: 8rem;
    margin-top: 10rem;
  }

  .about-desc {
    max-width: 110rem;
    font-size: 6rem;
    line-height: 8rem;
    height: fit-content;
    margin-bottom: 18rem;
  }

  .feature-desc {
    max-width: 100rem;
    font-size: 6rem;
    line-height: 8rem;
    height: fit-content;
    margin-top: 4rem;
    margin-bottom: 6rem;
  }

  .feature-grid {
    grid-template-columns: none;
    margin-top: 2rem;
    display: block;
    gap: 0;
    width: 120rem;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }

  .feature-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .feature-card {
    width: 100rem;
    padding-left: 6rem;
    padding-bottom: 4rem;
    border-radius: 3.2rem;
  }

  .feature-col {
    gap: 0
  }

  .feature-col:first-child .feature-card:nth-child(1) {
    height: 95rem;
    margin-top: 8rem;
  }

  .feature-col:first-child .feature-card:nth-child(2) {
    height: 88rem;
    margin-top: 8rem;
  }

  .feature-col:last-child .feature-card:nth-child(1) {
    height: 69rem;
    margin-top: 8rem;
  }

  .feature-col:last-child .feature-card:nth-child(2) {
    height: 114rem;
    margin-top: 8rem;
  }

  .feature-card h3 {
    font-size: 6rem;
  }

  .feature-card p {
    margin-top: 4rem;
    font-size: 4.6rem;
    font-weight: 300;
    width: 90rem;
    line-height: 4.6rem;
  }


  .faq-grid {
    width: 120rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 8rem;
    gap: 8rem;
  }

  .faq-item {
    width: 110rem;
    height: 58rem;
    padding: 6rem;
  }

  .faq-item h3 {
    height: 5.4rem;
    font-size: 6.4rem;
  }

  .faq-item p {
    font-size: 5.6rem;
    line-height: 7rem;
  }

  footer,
  .user {
    height: 16rem;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: flex-start;
  }

  footer p {
    height: 16rem;
    font-size: 4rem;
  }



  .hero-content,
  .testimonials {
    max-height: 92rem;
    height: 92rem;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    gap: 0;
  }

  .testimonials {
    height: 128rem !important;
    max-height: 128rem !important;
    padding: 0;
  }


  .testimonial {
    /* width: inherit !important; */
    max-width: 100% !important;
    width: 100% !important;
    height: 118rem !important;
    max-height: 118rem !important;
    padding: 8rem;
    box-sizing: border-box;
    padding-bottom: 4rem;
    /* margin-right: 20rem; */
  }

  .testimonial-content {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .testimonial-content p {
    width: 74rem;

    font-size: 5.6rem;
    line-height: 6rem;
    font-weight: 300;
  }

  .person-img {
    height: 74rem;
    width: fit-content;
    right: -1rem;
  }

  .head-img {
    width: 12rem;
    height: 12rem;
  }

  .user {
    height: 20rem;
  }

  .user div {
    width: 68rem;
    height: 20rem;

  }

  .user div p {
    width: 62rem;
    font-size: 4rem;
    height: fit-content
  }



  .swiper-pagination {
    width: 100vw !important;
    justify-content: center;
    align-items: center;
    transform: none;
    margin-top: 8rem;

  }



  .swiper-container {
    height: 132rem;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .footer div {
    height: 24rem;
  }

  .footer {
    height: 32rem;
    display: flex;
    padding: 0 4rem;
    justify-content: center;
    align-items: center;
  }


}