
/* -------------- Common Section -------------- */
body,
html {
  background: #fff;
  color: #5d6180;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
}
img {
  max-width: 100%;
  border: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  color: #e01e5a;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
h1 {
  font-size: 50px;
  line-height: 64px;
  color: #3a3a3a;
}
h2 {
  font-size: 34px;
  line-height: 46px;
  color: #494949;
}
h3 {
  font-size: 22px;
  line-height: 36px;
}

p:last-child {
  margin-bottom: 0;
}

.mobile-only {
  display: none;
}

.button-wrapper {
  width: 180px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
.button-wrapper .btn {
  width: 100%;
  transition: all 0.5s;
  border-radius: 99999px;
  text-align: center;
  background: #e01e5a;
  color: #fff;
  padding: 0;
  line-height: 48px;
  font-family: 'Inter', sans-serif;
}
.button-wrapper .btn.btn-inverse {
  background: transparent;
  color: #e01e5a;
  border: 1px solid #e01e5a;
  font-weight: 700;
}
.button-wrapper:hover .btn {
  width: 88%;
}

.section-header {
  margin-bottom: 20px;
  text-align: center;
}
.section-header h2 {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 54px;
  color: #060c3c;
}
.section-header h2 span {
  color: #e01e5a;
}
.section-header p {
  font-size: 18px;
  margin-top: 16px;
}
.section-bottom {
  text-align: center;
  margin-top: 20px;
}
.section-bottom h6 {
  font-weight: 600;
  color: #060c3c;
}

@media (max-width: 1399.98px) {
  .container-xxl {
    padding-left: 46px;
    padding-right: 46px;
  }
}
@media (max-width: 991.98px) {
  .section-header h2 {
    font-size: 30px;
    line-height: 46px;
  }
  .section-header p {
    font-size: 16px;
    margin-top: 14px;
  }
}

@media (max-width: 767.98px) {
  .container-xxl {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-header h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .section-header p {
    font-size: 14px;
    line-height: 17px;
    margin-top: 14px;
  }
}

/* -------------- Header Section -------------- */
.header-section .navbar-brand {
  max-width: 271px;
}
.header-section .navbar-collapse {
  flex-grow: 0;
}
.nav-link {
  font-family: 'Outfit', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
.navbar-nav li.nav-item {
  margin-left: 40px;
}
.navbar-nav li.nav-item:first-child {
  margin-left: 0;
}
.nav-link svg {
  stroke: #1a1a1a;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
}
.navbar-nav li.nav-item .nav-link.nav-button {
  background: #e01e5a;
  border-radius: 99999px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding-left: 16px;
  gap: 16px;
  padding-right: 16px;
}
.navbar-nav li.nav-item .nav-link.nav-button:hover {
  color: #fff;
  background: #ec5f5f;
}
.navbar-nav li.nav-item .nav-link.nav-button:hover svg {
  stroke: none;
  fill: #fff;
}
.nav-link.nav-button svg {
  stroke: none;
  fill: #fff;
}
.navbar-nav li.nav-item .nav-link.active,
.navbar-nav li.nav-item .nav-link:hover {
  color: #e01e5a;
}
.navbar-nav li.nav-item .nav-link.active svg,
.navbar-nav li.nav-item .nav-link:hover svg {
  stroke: #e01e5a;
}

@media (max-width: 991.98px) {
  .navbar-toggler {
    border: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .header-section .navbar-brand {
    max-width: 236px;
  }
  .navbar-nav li.nav-item {
    margin-left: 0;
  }
}
@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {
  .header-section .navbar-brand {
    max-width: 200px;
  }
  .navbar-nav li.nav-item {
    margin-left: 10px;
  }
  .nav-link {
    font-size: 14px;
  }
  .navbar-nav li.nav-item .nav-link.nav-button {
    gap: 10px;
  }
  .nav-link svg {
    max-width: 16px;
    max-height: 16px;
  }
}
@media (max-width: 575.98px) {
  .header-section .navbar-brand {
    max-width: 200px;
  }
}

/* -------------- Footer Section -------------- */
.footer-wrapper {
  background: #140829;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #fff;
}
.footer-logo {
  max-width: 260px;
  width: 100%;
}
.footer-logo img {
  width: 100%;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
}
.footer-nav ul li {
  list-style: none;
  display: block;
  margin-bottom: 20px;
}
.footer-nav ul li:last-child {
  margin-bottom: 0;
}
.footer-nav ul li a {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #fff;
}
.footer-nav ul li a:hover {
  color: #e01e5a;
}

.footer-brand ul {
  margin: 18px 0;
  padding: 0;
}
.footer-brand ul li {
  list-style: none;
  display: inline-block;
  margin-right: 40px;
}
.footer-brand ul li:last-child {
  margin-right: 0;
}
.footer-brand ul li a img {
  max-width: 140px;
  width: 100%;
}
.footer-policy-nav ul {
  margin: 0;
  padding: 0;
}
.footer-policy-nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-right: 1px;
  padding-right: 10px;
}
.footer-policy-nav ul li:after {
  content: '|';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-policy-nav ul li:last-child::after {
  content: none;
}
.footer-policy-nav ul li a {
  font-size: 13px;
  color: #fff;
}
.footer-policy-nav ul li a:hover {
  color: #e01e5a;
}
.footer-copyright {
  font-size: 13px;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .footer-nav ul li {
    margin-bottom: 4px;
  }
  .footer-policy-nav ul {
    margin: 6px 0 0;
  }
  .footer-copyright {
    font-size: 13px;
    margin-top: 6px;
  }
}
@media (max-width: 575.98px) {
  .footer-policy-nav ul li {
    display: block;
    margin-right: 0;
    padding-right: 0;
    line-height: 20px;
  }
  .footer-policy-nav ul li:after {
    content: none;
  }
  .footer-policy-nav ul li a {
    font-size: 10px;
  }
  .footer-copyright {
    font-size: 10px;
  }
}

/* -------------- Banner Section -------------- */
.banner-wrapper {
  background-color: #28293e;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-bottom: 24px;
}
.banner-head {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 36px;
}
.banner-head h1 {
  font-size: 60px;
  line-height: 92px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.banner-head h5 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}
.banner-wrapper .banner-curve-bg {
  background-image: url('/splash-images/curve-bg-1.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
}
.banner-image {
  padding-left: 200px;
  margin-top: -170px;
}
.banner-wrapper .footer-brand {
  padding-left: 200px;
}
.banner-text-wrapper {
  padding: 40px 0 30px;
  width: 510px;
}
.banner-text-bg {
  position: relative;
  background: #fff;
}
.banner-text-bg:after {
  content: '';
  position: absolute;
  width: 10000%;
  background: #fff;
  height: 100%;
  left: -10000%;
  top: 0;
}
.banner-text-wrapper ul li {
  display: flex;
  gap: 15px;
  margin-bottom: 16px;
}
.banner-text-image {
  background-color: #ffdf2b;
  min-height: 50px;
  min-width: 50px;
  max-height: 50px;
  max-width: 50px;
  border-radius: 99999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-text-image img {
  max-width: 26px;
}
.banner-text {
  color: #000;
  font-size: 14px;
  line-height: 17px;
    letter-spacing: -0.03em;
}
.banner-text h5 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 4px;
  color: #000;
}
.banner-text-wrapper ul li .button-wrapper {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 1399.98px) {
  .banner-text-wrapper {
    width: 450px;
  }
}
@media (max-width: 1250px) {
  .banner-image {
    margin-top: -100px;
  }
}
@media (max-width: 1199.98px) {
  .banner-text-wrapper {
    width: 400px;
  }
  .banner-image,
  .banner-wrapper .footer-brand {
    padding-left: 150px;
  }
}
@media (max-width: 1150px) {
  .banner-image {
    margin-top: -50px;
  }
}

@media (max-width: 991.98px) {
  .banner-text-wrapper {
    width: 330px;
  }
  .banner-head h1 {
    font-size: 50px;
    line-height: 82px;
  }
  .banner-head h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .banner-curve-bg .footer-brand ul li {
    margin-right: 20px;
  }
  .banner-curve-bg .footer-brand ul li a img {
    max-width: 100px;
  }
  .banner-image {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .banner-wrapper {
    background-color: transparent;
    margin-bottom: 16px;
  }
  .banner-text-bg {
    position: initial;
  }
  .banner-text-bg:after {
    content: none;
  }
  .banner-text-wrapper {
    width: 100%;
    padding-bottom: 18px;
  }
  .banner-wrapper .banner-curve-bg {
    background-image: none;
    background-color: #28293e;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    min-width: calc(100% + 24px);
    margin-left: -12px;
  }
  .banner-image,
  .banner-wrapper .footer-brand {
    padding-left: 0;
  }
  .banner-head {
    padding-top: 22px;
    padding-bottom: 12px;
  }
  .banner-head h1 {
    font-size: 26px;
    line-height: 39px;
  }
  .banner-head h5 {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 575.98px) {
}

/* ----------- Brand Section ----------- */
.brand-wrapper {
  padding: 24px 0;
}
.logo-list ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 16px;
}

@media (max-width: 767.98px) {
  .brand-wrapper {
    padding: 16px 0;
  }
}
/* ---------------- Apps Section -------------- */
.apps-wrapper {
  padding: 24px 0;
}
.app-item {
  text-align: center;
}
.step {
  background: #ffb801;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  padding: 4px 14px;
  border-radius: 99999px;
}
.app-item h3 {
  font-size: 16px;
  color: #060c3c;
  font-weight: 600;
  line-height: 25px;
  max-width: 80%;
  margin: 8px auto;
}

@media (max-width: 767.98px) {
  .apps-wrapper {
    padding: 16px 0;
  }
  .apps-wrapper .row .col-12.col-md-4 {
    margin-bottom: 20px;
  }
  .apps-wrapper .row .col-12.col-md-4:last-child {
    margin-bottom: 0;
  }
}
/* --------------- Features Section --------------- */
.features-wrapper {
  padding: 24px 0;
}
.feature-item {
  background-color: #e01e5a;
  color: #fff;
  padding: 26px 20px 20px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 20px;
}
.feature-item h3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feature-item img {
  margin-bottom: 8px;
}
.feature-item ul {
  margin-left: 16px;
}
.feature-item ul li {
  list-style-type: disc;
  font-weight: 600;
}
.feature-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 991.98px) {
  .feature-item h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .feature-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .features-wrapper {
    padding: 16px 0;
  }
  .feature-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .feature-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* ------- Features Calculator Section -------- */
.calculator-features .feature-wrapper {
  gap: 46px;
}
.calculator-features .section-header {
  margin-bottom: 50px;
}
.calculator-features .feature-item {
  background-color: #140829;
  color: #fff;
  padding: 30px 20px 4px 20px;
  border-radius: 12px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.calculator-features .feature-item img.feature-icon {
  position: absolute;
  max-width: 50px;
  width: 100%;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.calculator-features .feature-item h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 6px 0 0;
}
.feature-item span {
  font-size: 8px;
  display: block;
}
.calculator-features .feature-item img {
  margin: 16px 0 0;
}
@media (max-width: 991.98px) {
  .calculator-features .feature-item h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .calculator-features .feature-wrapper {
    row-gap: 40px;
    column-gap: 20px;
  }
  .calculator-features .feature-item img.feature-icon {
    max-width: 64px;
    top: -32px;
  }
}
/* -------- img-text-wrapper Section ---------- */
.img-text-wrapper {
  padding: 24px 0;
}
.img-text-wrapper .section-header {
  text-align: left;
}
.img-text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px;
}
.img-text-item img {
  max-width: 33px;
  width: 100%;
  margin-bottom: 4px;
}
.img-text-item {
  font-size: 16px;
  line-height: 26px;
}
.img-text-item h5 {
  color: #060c3c;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .img-text-item h5 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  .img-text-wrapper {
    padding: 16px 0;
  }
  .img-text-wrapper .section-header {
    text-align: center;
  }
  .img-text {
    gap: 30px;
  }
  .img-text-item h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .img-text-image {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .img-text {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .img-text-item {
    text-align: center;
  }
}

/* -------- img-box-wrapper Section ---------- */
.img-box-wrapper {
  padding: 24px 0;
}
.img-box-item {
  border: 1px solid #e01e5a;
  padding: 7px 21px;
  margin: 6px;
  text-align: center;
  border-radius: 12px;
  color: #5d6180;
  -webkit-box-shadow: 8px 8px 40px -2px rgba(6,12,59,0.10);
  -moz-box-shadow: 8px 8px 40px -2px rgba(6,12,59,0.10);
  box-shadow: 8px 8px 40px -2px rgba(6,12,59,0.10);
}
.icon-img {
  max-width: 44px;
  width: 100%;
  margin-bottom: 4px;
}
.img-box-item h5 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 4px;
  font-weight: 400;
  color: #060c3c;
}
.img-box-item h5 a {
  color: #060c3c;
  text-decoration: underline;
}
.img-box-item h5 a:hover {
  color: #e01e5a;
}
/* --- about-img-box Section ---- */
.about-img-box .img-box-item {
  border: 0;
  padding: 0;
  text-align: center;
  border-radius: 0;
  max-width: 80%;
  margin: 0 auto;
}
.about-img-box .icon-img {
  max-width: 150px;
}

@media (max-width: 991.98px) {
  .img-box-item h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .about-img-box .icon-img {
    max-width: 100px;
  }
}

@media (max-width: 767.98px) {
  .img-box-wrapper {
    padding: 16px 0;
  }
  .icon-img {
    max-width: 40px;
  }
  .img-box-item h5 {
    font-size: 22px;
    line-height: 32px;
  }
  .about-img-box .icon-img {
    max-width: 150px;
  }
}

/* -------- review-wrapper Section ---------- */
.review-wrapper {
  padding: 24px 0;
}
.review-item-wrapper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.review-item {
  display: flex;
  flex-direction: column;
  padding: 16px;
  position: relative;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(69,14,21,0.16);
  -moz-box-shadow: 0px 4px 20px 0px rgba(69,14,21,0.16);
  box-shadow: 0px 4px 20px 0px rgba(69,14,21,0.16);
}
.review-item::before {
  content: '';
  position: absolute;
  height: 4px;
  width: 55px;
  background: #140829;
  top: 0;
  left: 0;
}
.review-item p {
  margin-bottom: auto;
  font-size: 14px;
  font-style: italic;
  color: #000;
}
.review-star li {
  display: inline-block;
  max-width: 16px;
}
.review-star li svg {
  max-width: 16px;
}
.review-head {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  margin-bottom: 18px;
}
.review-star {
    max-width: 100px;
}
.testimonial-badge {
    max-width: 89px;
}
.review-footer {
  background-color: #060c3c;
  color: #fff;
  margin: 28px -16px -16px;
  padding: 10px 16px;
}
.review-footer h5 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.review-footer p {
  font-size: 10px;
  margin: 0;
  color: #fff;
  font-style: normal;
}

@media (max-width: 1399.98px) {
  .review-head ul.review-star {
    letter-spacing: -5px;
  }
}
@media (max-width: 1199.98px) {
  .review-star li,
  .review-star li svg {
    max-width: 12px;
  }
  .review-head span svg {
    max-width: 66px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .review-item-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .review-item {
    padding: 10px;
  }
  .review-head {
    gap: 0px;
    flex-direction: column;
  }
  .review-footer {
    margin: 28px -10px -10px;
  }
}

@media (max-width: 767.98px) {
  .review-item-wrapper {
    display: none;
  }
  .review-item {
    margin: 0 5px;
  }
  .general-slider-wrapper {
    display: block;
  }
  .review-head {
    gap: 4px;
    flex-direction: initial;
  }
  .review-star li,
  .review-star li svg {
    max-width: 20px;
  }
}
/* -------- pricing-wrapper Section --------- */
.pricing-wrapper {
  padding: 65px 0;
  margin: 24px 0;
  background-image: url('/splash-images/pricing-bg-color.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: rgba(6, 12, 60, 1);
}
.pricing-text {
  color: #fff;
}
.pricing-text h2 {
  font-size: 42px;
  line-height: 63px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 16px;
}
.pricing-text ul {
  margin-bottom: 30px;
}
.pricing-text ul li {
  display: inline-block;
  position: relative;
  padding-right: 50px;
  margin-right: 50px;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
}
.pricing-text ul li span {
  display: block;
}
.pricing-text ul li span.pricing {
  font-size: 72px;
  font-weight: 600;
  display: inline-block;
  line-height: 72px;
}
.pricing-text ul li::after {
  content: '';
  height: 100%;
  width: 2px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.pricing-text ul li:last-child {
  margin: 0;
  padding: 0;
}
.pricing-text ul li:last-child:after {
  content: none;
}
.pricing-text .button-wrapper {
  width: 280px;
  text-transform: uppercase;
  margin-left: 0;
}
.pricing-text .button-wrapper .btn img {
  max-width: 20px;
  width: 100%;
  margin-top: -5px;
  margin-left: 5px;
}
.app-image {
  text-align: center;
}
.app-image img {
  max-width: 310px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .pricing-text h2 {
    font-size: 40px;
    line-height: 60px;
  }
  .pricing-text ul li {
    padding-right: 30px;
    margin-right: 30px;
    font-size: 26px;
    line-height: 26px;
  }
  .pricing-text ul li span.pricing {
    font-size: 68px;
    line-height: 68px;
  }
}
@media (max-width: 991.98px) {
  .pricing-text h2 {
    font-size: 30px;
    line-height: 50px;
  }
  .pricing-text ul li {
    padding-right: 26px;
    margin-right: 26px;
    font-size: 22px;
    line-height: 22px;
  }
  .pricing-text ul li span.pricing {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .pricing-wrapper {
    padding: 30px 0;
    margin: 16px 0;
  }
  .pricing-text h2 {
    font-size: 25px;
    line-height: 33px;
  }
  .pricing-text ul li span.pricing {
    font-size: 35px;
    line-height: 48px;
  }
  .pricing-text ul li {
    padding-right: 30px;
    margin-right: 30px;
    font-size: 16px;
    line-height: 20px;
  }
  .pricing-text .button-wrapper {
    width: 315px;
    margin-top: 40px;
    margin-left: auto;
  }
}

@media (max-width: 575.98px) {
  .pricing-text h2 {
    font-size: 15px;
    line-height: 23px;
  }
  .pricing-text ul li span.pricing {
    font-size: 25px;
    line-height: 38px;
  }
  .pricing-text ul li {
    padding-right: 30px;
    margin-right: 30px;
    font-size: 10px;
    line-height: 11px;
  }
}

/* ------- rich-text-wrapper Section ---------- */
.rich-text-wrapper {
  margin: 120px auto 40px;
}
.rich-text {
  text-align: center;
  background-color: #140829;
  padding: 40px 50px;
  border-radius: 15px;
  position: relative;
  color: #fff;
}
.overlay-img {
  position: absolute;
  top: -36%;
  left: 0;
}
.overlay-img img {
  max-width: 160px;
}
.rich-text h2 {
  font-size: 36px;
  line-height: 54px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .overlay-img {
    top: -26%;
  }
  .overlay-img img {
    max-width: 120px;
  }
}

@media (max-width: 767.98px) {
  .rich-text-wrapper {
    margin: 80px auto 40px;
  }
  .overlay-img {
    top: -22%;
  }
  .overlay-img img {
    max-width: 100px;
  }
  .rich-text h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

/* ---------- slider-wrapper Section ---------- */
.featured-slider-wrapper {
  padding: 24px 0 50px;
}
.slider-wrapper .carousel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-wrapper .carousel-indicators {
  transform: translateY(100%);
}
.slider-wrapper .carousel-control-prev {
  transform: translateX(-100%);
}
.slider-wrapper .carousel-control-next {
  transform: translateX(100%);
}
.slider-wrapper .slide {
  display: inline-block;
  height: 565px;
  padding: 30px 40px;
  overflow: hidden;
  align-items: center;
  transition: width 0.2s;
  border-radius: 0 30px 30px 0;
  margin-right: -30px;
  position: relative;
}
.slider-wrapper .carousel-item .slide:nth-child(1) {
  background-color: #fff0f0;
  border-radius: 30px;
  z-index: 5;
  padding-left: 40px;
}
.slider-wrapper .carousel-item .slide:nth-child(2) {
  background-color: #ffe5e5;
  z-index: 4;
}
.slider-wrapper .carousel-item .slide:nth-child(3) {
  background-color: #ffe0e9;
  z-index: 3;
}
.slider-wrapper .carousel-item .slide:nth-child(4) {
  background-color: #feccd6;
  z-index: 2;
}
.slider-wrapper .carousel-item .slide:nth-child(5) {
  background-color: #fea3b4;
  z-index: 1;
}
.slider-wrapper .slide.expand {
  width: 47.9%;
  background: #e01e5a !important;
  color: #fff;
  padding: 30px 40px 30px 60px;
}
.slider-wrapper .slide.unset {
  width: 15%;
  color: #fff;
}
.slider-wrapper .slide.small {
  width: 15%;
}
.slider-wrapper .slide.small > div {
  opacity: 1;
}
.slider-wrapper .slide.unset > div > p {
  opacity: 0;
}
.slider-wrapper .slide.small > div > .slide-title {
  font-weight: 500;
  font-size: 14px;
}
.slider-wrapper .slide.small > div > p,
.slider-wrapper .slide.small > div > img.apps-feature {
  display: none;
}
.slider-wrapper .slide.expand > div {
  transition-delay: 200ms;
  opacity: 1;
}
.slider-wrapper .slide.expand > div > .slide-arrow {
  display: none;
}
.slider-wrapper .slide-body {
  display: inline-flex;
  flex-direction: column;
  height: 100%;
}
.slide-tag {
  font-size: 11px;
  color: #263238;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0px 10px;
  margin-bottom: 18px;
  display: inline-block;
  margin-right: auto;
}
.slide-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
}
.slide-text {
  font-size: 14px;
  line-height: 18px;
}
.slide-arrow {
  max-width: 50px;
  margin-top: auto;
  cursor: pointer;
}
.slide-arrow img {
  width: 100%;
}
.rotate-180 .slide-arrow img {
    transform: rotate(180deg);
}
.slider-wrapper .carousel-indicators [data-bs-target] {
  background-color: #e01e5a;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.slider-wrapper .carousel-control-next,
.slider-wrapper .carousel-control-prev {
  opacity: 1;
  width: 80px;
}
.slider-wrapper .carousel-control-next-icon,
.slider-wrapper .carousel-control-prev-icon {
  background-color: #e01e5a;
  width: 50px;
  height: 50px;
  background-size: 24px 24px;
  border-radius: 99999px;
}
.slider-wrapper .carousel-indicators {
  gap: 17px;
  padding-top: 40px;
}
.slider-wrapper .carousel-indicators [data-bs-target] {
  height: 20px;
  width: 20px;
  border-radius: 99999px;
  overflow: hidden;
  border: 1px solid #e01e5a;
  background: transparent;
  opacity: 1;
}
.slider-wrapper .carousel-indicators .active {
  background: #e01e5a;
}

.feature-slide-item {
  background: #e01e5a;
  color: #fff;
  padding: 20px 12px;
  border-radius: 22px;
}

@media (max-width: 1399.98px) {
  .slider-wrapper .slide {
    padding: 30px 34px 30px 40px;
  }
}
@media (max-width: 1199.98px) {
  .slider-wrapper .slide {
    padding-right: 16px;
  }
  .slider-wrapper .slide.unset,
  .slider-wrapper .slide.small {
    width: 16.5%;
  }
  .slider-wrapper .slide.expand {
    width: 47%;
    padding: 30px 30px 130px 50px;
  }
  .slide-arrow {
    max-width: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .slider-wrapper .carousel-inner {
    padding: 0 60px;
  }
  .slider-wrapper .carousel-control-next,
  .slider-wrapper .carousel-control-prev {
    width: 50px;
  }
  .slider-wrapper .carousel-control-next,
  .slider-wrapper .carousel-control-prev {
    opacity: 1;
    width: 80px;
    transform: none;
  }
  .slider-wrapper .carousel-control-next {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .slider-wrapper .slide {
    height: 450px;
    padding: 30px 40px;
  }
  .slider-wrapper .carousel-item .slide:nth-child(1) {
    padding-left: 18px;
  }
  .slider-wrapper .slide.expand {
    width: 40%;
    padding: 20px 14px 130px 40px;
  }
  .slider-wrapper .slide-title {
    font-size: 18px;
  }
  .slider-wrapper .slide-text {
    font-size: 12px;
    line-height: 16px;
  }
  .slider-wrapper .slide.unset,
  .slider-wrapper .slide.small {
    width: 18%;
  }
  .slider-wrapper .slide.small > div > .slide-title {
    font-size: 12px;
  }
  .slider-wrapper .carousel-control-next-icon,
  .slider-wrapper .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    background-size: 16px 16px;
  }
  .slider-wrapper .carousel-control-next,
  .slider-wrapper .carousel-control-prev {
    width: 30px;
  }
  .slider-wrapper .carousel-indicators [data-bs-target] {
    height: 16px;
    width: 16px;
  }
  .slider-wrapper .carousel-indicators {
    gap: 10px;
    padding-top: 20px;
  }
}

/* ---------- general slider Section ---------- */
.general-slider-wrapper .carousel-inner {
  padding: 0 44px;
}
.general-slider-wrapper .carousel-control-next,
.general-slider-wrapper .carousel-control-prev {
  opacity: 1;
  width: 38px;
}
.general-slider-wrapper .carousel-control-next-icon,
.general-slider-wrapper .carousel-control-prev-icon {
  background-color: #e01e5a;
  width: 38px;
  height: 38px;
  background-size: 16px 16px;
  border-radius: 99999px;
}
.general-slider-wrapper .carousel-indicators [data-bs-target] {
  background-color: #e01e5a;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.general-slider-wrapper .carousel-indicators {
  gap: 10px;
  padding-top: 0;
  margin: 0 auto;
  bottom: -30px;
}
.general-slider-wrapper .carousel-indicators [data-bs-target] {
  height: 10px;
  width: 10px;
  border-radius: 99999px;
  overflow: hidden;
  border: 1px solid #e01e5a;
  background: transparent;
  opacity: 1;
}
.general-slider-wrapper .carousel-indicators .active {
  background: #e01e5a;
}
.general-slider-wrapper .slide-tag {
  font-size: 11px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.general-slider-wrapper .slide-title {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 4px;
}
.general-slider-wrapper .slide-text {
  font-size: 10px;
  line-height: 14px;
}
.general-slider-wrapper {
  display: none;
}
@media (max-width: 767.98px) {
  .general-slider-wrapper {
    display: block;
  }
}

/*--------- details-feature Section ---------- */
.details-feature .feature-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}
.features-wrapper.details-feature .feature-wrapper .feature-item:nth-child(1) {
    background-color: #005bd3;
}
.features-wrapper.details-feature .feature-wrapper .feature-item:nth-child(2) {
    background-color: #057d85;
}
.details-feature .feature-item {
    padding: 20px 30px 30px;
    border-radius: 9px;
    display: flex;
    gap: 20px;
    align-items: start;
}
.details-feature .feature-content p {
    font-size: 17px;
    line-height: 1.4em;
}
.details-feature .feature-item a {
    color: #fff;
    text-decoration: underline;
}
.details-feature .details-feature-image-wrapper {
    max-width: 91px;
    display: inline-block;
    flex: 0 0 91px;
}
.details-feature .feature-item img.feature-icon {
    margin-bottom: 0;
    width: 100%;
    object-fit: contain;
}
.details-feature .feature-item h3 {
    margin-bottom: 10px;
}
.details-feature .feature-item p a {
    font-weight: 600;
}
.feature-arrow svg {
    fill: #fff;
}

@media (max-width: 991.98px) {
    .details-feature .feature-wrapper {
        gap: 20px;
    }
    .details-feature .feature-item {
        padding: 20px;
    }
    .details-feature .details-feature-image-wrapper {
        max-width: 60px;
        flex: 0 0 60px;
    }
    .details-feature .feature-content p {
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    .details-feature .details-feature-image-wrapper {
        max-width: 40px;
        flex: 0 0 40px;
    }
    .details-feature .feature-item {
        gap: 14px;
    }
}
@media (max-width: 575.98px) {
    .details-feature .feature-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/*Carousel indicators like on Figma project*/
@media (min-width: 1200px) {
    #pureBsAccordionCarousel{
        position: inherit;
    }
    .featured-slider-wrapper{
        position: relative;
    }
    .slider-wrapper .carousel-control{
        top: 0;
        transform: translateX(0px);
    }

    .slider-wrapper .carousel-control .carousel-control-prev-icon{
        width: 46px;
        height: 80px;
        transform: translateX(-17px);
        background-position-x: calc((16px / 2));
        border-bottom-left-radius: 90px;
        border-top-left-radius: 90px;
    }

    .slider-wrapper .carousel-control .carousel-control-next-icon{
        width: 46px;
        height: 80px;
        transform: translateX(16px);
        background-position-x: calc((24px / 2));
        border-bottom-right-radius: 90px;
        border-top-right-radius: 90px;
    }

    .slider-wrapper .carousel-indicators{
        padding-top: 0;
    }
}
/*END Carousel indicators like on Figma project*/

