
/* ---- ---- ---- Customer Section ---- ---- ---- */

.customer-section {
	padding-top: 128px;
  margin: 0 auto;
  /* max-width: 1398px; */
  width: 100%
}
.customer-section-wrapper {
  margin: 0 auto;

  width: 100%;
}
.customer-title {
  margin: 0 auto;
  height: 60px;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #ffffff;
}
.customer-inner-title {
  font-weight: 700;
}

/* -- -- Cards -- -- */
.card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.card-container {
  padding: 48px;
  background-color: #25262e;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.25), inset 2px 2px 0px rgba(255, 255, 255, 0.1), inset 1px 1px 0px #000000;
}
.card-wrapper {
  margin: 0 auto;
  text-align: center;
}
.customer-img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
}
.card-title {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: white;
  margin: 24px 0;
}
.card-inner-title {
  font-weight: 400;
  font-family: 'Sora';
  font-style: normal;
}
.card-message {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 29px;
  text-align: center;
  color: #bfbfbf;
}
.quote-container {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 24px;
}
.quote-container3 {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 24px;
}
.quote-inner-imgUp {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}
.quote-title {
  padding: 48px 0;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  line-height: 39px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin: 0;
}
.quote-inner-imgDown-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.quote-inner-imgDown {
  padding: 0px;
  width: 40px;
  height: 40px;
}



/* --- Customer Section Slider --- */

.swiper {
	/* overflow: visible !important; */
  width: 100vw;
}

.swiper-wrapper {
  height: fit-content !important;
}

.swiper-slide {
  /* align-items: center; */
  justify-content: center;
  display: flex;
}

@media (max-width: 768px) {
  .pricing-section {
    padding-top: 0px !important;
  }

  .title-wrapper {
    margin-top: 128px !important;
  }

  .swiper-custom-controls {
	  display: flex;
	  flex-direction: row;
	  gap: 64px;
    /* background-color: red;
    top:-100px !important; */
    position: relative;
	  margin-top: 0px !important;
    /* margin-bottom: 48px; */
    justify-content: center;
  }
}

.swiper-custom-controls {
	display: flex;
	flex-direction: row;
	gap: 64px;
  top:36px !important;
  position: relative;
	margin-top: 45px;
  justify-content: center;
}

.swiper-text::selection {
  background-color: transparent;
  color: none;
}

@media (max-width: 767px) {
  .swiper-text {
    display: none;
  }
}

@media (max-width: 1200px) {
  .tooltip {
    transform:scale(80%)
  }
}
  

.swiper-slide {
  margin: 45px 0px;
    /* overflow: visible !important; */
}

.swiper-button-next {
	position: relative;
  color: #bfbfbf;
  font-size: 21px;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: -0.04em;
  padding: 9px 15px;
  width: unset !important;
  margin-left: 39px;
}

.swiper-button-next > img {
  margin-left: 24px;
}

.swiper-button-prev > img {
  margin-right: 24px;
}

.swiper-button-next:after {
	display: none;
}

.swiper-button-prev {
  width: unset !important;
	position: relative;
  color: #bfbfbf;
  font-size: 21px;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: -0.04em;
  padding: 9px 15px;
}

.swiper-button-prev:after {
	display: none;
}

@media (max-width: 767px) {
  .swiper {
    height: max-content;
    padding: 0px 16px;
  }

  .customer-title {
    font-size: 28px;
    line-height: 34px;
  }
  .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
  }
  .card-container {
    padding: 16px;
    margin: 0 auto;
  }
  .card-title {
    font-size: 22px;
    margin: 15px 0;
  }
  .card-message {
    font-size: 18px;
    margin: 22px 0;
  }
  .quote-container {
    padding: 14px;
  }
  .quote-container3 {
    padding: 14px;
  }
  .quote-inner-imgUp {
    width: 20px;
    height: 20px;
  }
  .quote-title {
    padding: 15px 0;
    font-size: 18px;
    line-height: 22px;
    padding-right: 5px;
  }
  .quote-inner-imgDown-container {
  }
  .quote-inner-imgDown {
    width: 20px;
    height: 20px;
  }

  /* .swiper-button-prev:after {
    padding: 1px 11px;
    border: 1px solid white;
    border-radius: 50%;
    right: 15px;
    font-size: 10px;
  } */
  /* .swiper-button-next:after {
    padding: 19px 11px;
    border: 1px solid white;
    border-radius: 50%;
    left: 15px;
    font-size: 10px;
  } */
}

@media (min-width: 768px) and (max-width: 1199px) {
  .card-container {
    margin: 0 auto;
  }
  .customer-title {
    font-size: 39px;
    line-height: 46px;
  }
}