:root {
  --bs-primary: #e368b5;
  --bs-secondary: #983ed4;
}
body {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
a {
  text-decoration: none;
  color: unset;
}
.btn-primary {
  background-color: #d160bc;
  border: #d160bc;
}
.text-blue {
  color: #9a40d4;
}
.bg-blue {
  background-color: #9a40d4;
}
.banner {
  background: linear-gradient(
    73deg,
    rgba(211, 98, 185, 1) 0%,
    rgba(153, 62, 213, 1) 100%
  );
}
.banner .card.icon-card {
  border-bottom: 2px solid #9A40D4 !important;
}
.border-primary {
  border: 1px solid #993FD4 !important;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-50 {
  font-size: 50px;
}
.form-control:focus,
.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #bfc1c4;
  outline: 0;
  box-shadow: unset;
}
.text-purpel{
  color: var(--bs-primary);
}
.banner-cta .banner-bar::before {
  content: "";
  height: 48px;
  border: 2px solid #9A40D4;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-cta .banner-bar img,
.banner-cta .card img {
  border: 1px solid #9A40D4;
}
footer {
  background-color: #983FD4;
}
.footer-two .social-icon-two li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e368b5;
  color:white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.footer-two .footer-menu li {
  margin-bottom: 8px;
}
.footer-two .footer-widget h5 {
  position: relative;
  margin-bottom: 22px;
}
.footer-two .footer-widget h5::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 38px;
  height: 2px;
  background: #e368b5;
  border-radius: 30px;
}
.customer-info {
  margin-bottom: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.customer-info .customer-info-icon span {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e368b5;
  font-size: 24px;
  font-weight: 700;
  color: #ffff;
}
.rounded-table {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 467px) {
  .fs-50 {
    font-size: 30px;
  }
  .fs-12 {
    font-size: 10px;
  }
  .fs-14 {
    font-size: 13px;
  }
  .banner-cta .banner-bar::before {
    display: none;
    content: "";
    height: 48px;
    border: 2px solid #e368b5;
    background-color: #f5f5f5;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
