ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

.title-bx h2 {
    font-size: 32px;
    line-height: 44px;
    color: #2a2a2a;
    font-weight: 400;
}

.title-bx p {
  font-size: 14px;
  line-height: 30px;
  color: #6b7280;
  font-weight: 400;
  margin: 0;
}

.title-bx h2 span {
  position: relative;
}

.title-bx h2 span::after {
  position: absolute;
  height: 19px;
  width: 100%;
  bottom: -14px;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
}


.btn-link:hover {
  color: #2a2a2a;
}

.pd-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.btn-link {
  font-size: 16px;
  display: inline-block;
  color: #8327d0;
  text-decoration: none !important;
}

.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #8327d0;
  border: 1px solid #8327d0;
  color: #fff;
  white-space: nowrap;
  padding: 0 20px;
  height: 50px;
  border-radius: 30px;
  min-width: 150px;
  font-size: 16px;
  line-height: 0;
  font-weight: 500;
}

.btn-main:hover {
  background: #fff;
  color: #8327d0;
  border: 1px solid #8327d0;
}

.btn-bd-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #fff;
  border: 1px solid #8327d0;
  color: #8327d0;
  white-space: nowrap;
  padding: 0 20px;
  height: 50px;
  border-radius: 30px;
  min-width: 150px;
  font-size: 16px;
  line-height: 0;
  font-weight: 500;
}

.btn-bd-main:hover {
  background: #8327d0;
  color: #fff;
  border: 1px solid #8327d0;
}

/*======================= BANNER CSS STARTS HERE =======================*/

.hot-it-works-hero {
    background-image: linear-gradient(    to right,    rgba(32, 40, 119, 0.95),    rgba(55, 46, 149, 0.95),    rgba(83, 49, 177, 0.9),    rgba(114, 48, 205, 0.85),    rgba(150, 41, 230, 0.95)  );
}

.hero-area {
  width: 100%;
  height: auto;
  position: relative;
  background: linear-gradient(to bottom, #f1f5f9 0%, #ffffff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 80px 0;
}

.hero-content {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  z-index: 1;
}

.hero-content-left span {
  color: rgb(255 193 7);
}

.hero-content h1 {
  font-size: 42px;
  line-height: 70px;
  color: #2a2a2a;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-content h1 span {
  color: #8327d0;
}

.hero-content p {
  font-size: 14px;
  line-height: 28px;
  color: #6b7280;
  margin-bottom: 30px;
}

.hero-content .typed {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #2a2a2a;
}

.hero-content .type-wrap {
  height: 41px;
}

.hero-content .typed-cursor {
  font-weight: bold;
  font-size: 20px;
  color: #2a2a2a;
}

.hero-content .shape1 {
  position: absolute;
  top: -100px;
  left: -70px;
}

.hero-content .shape2 {
  position: absolute;
  top: -100px;
  right: -50px;
}

.hero-content .shape3 {
  position: absolute;
  top: 0;
  left: 0;
}

.trust-user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.trust-user span span {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding: 0;
}

.trust-user span {
  font-size: 16px;
  color: #6a656c;
  line-height: 24px;
  display: block;
  text-align: right;
}

.trust-user ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.trust-user ul li {
  margin-left: -10px;
}

.trust-user ul li:first-child {
  margin-left: 0;
}

.moving_position_animatin {
  position: relative;
  animation: moving_position_animatin 6s infinite linear;
}

.moving_position_animatin.delay-5 {
  animation-delay: -1s;
}


@keyframes moving_position_animatin {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

.banner-img2 {
  margin-top: 70px;
  margin-bottom: -70px;
}

/*======================= BANNER CSS ENDS HERE =======================*/

/*======================= HELP AREA CSS STARTS HERE =======================*/

.help-area {
  background: #f1f5f9;
  position: relative;
}

.help-area .help-content h2 {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 64px;
  margin: 0;
}

.best-offer {
  position: absolute;
  max-width: 250px;
  top: 100px;
  left: 200px;
  filter: hue-rotate(24deg);
}

.video-box {
  position: relative;
  width: 100%;
  height: 550px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 auto 0;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgb(156 234 172);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  backdrop-filter: blur(2px);
}

.play-button {
  border: 2px solid rgb(156 234 172);
  color: rgb(156 234 172);
  animation: pulse-secondary 2s linear infinite;
}

@keyframes pulse-secondary {
  0% {
    box-shadow: 0 0 0 0 rgb(156 234 172);
  }

  70% {
    box-shadow: 0 0 0 45px rgba(156, 234, 172, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(156, 234, 172, 0);
  }
}

.play-button:hover {
  background: rgb(129, 226, 148);
}

.play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

#videoModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}

#videoModal .modal-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  background: #000;
  border-radius: 8px;
}

#videoModal .modal-content video {
  width: 100%;
  height: auto;
}

#videoModal .close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  z-index: 99;
  background: #f00;
  border-radius: 50%;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.video-overlay {
  position: absolute;
  height: 400px;
  max-width: 1200px;
  background: #9ceaac;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-size: cover;
  background-position: top;
  background-color: #8327D0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cg %3E%3Ccircle fill='%238327D0' cx='400' cy='400' r='600'/%3E%3Ccircle fill='%238b4bdb' cx='400' cy='400' r='500'/%3E%3Ccircle fill='%239568e5' cx='400' cy='400' r='400'/%3E%3Ccircle fill='%23a081ec' cx='400' cy='400' r='300'/%3E%3Ccircle fill='%23ae9af2' cx='400' cy='400' r='200'/%3E%3Ccircle fill='%23BDB2F7' cx='400' cy='400' r='100'/%3E%3C/g%3E%3C/svg%3E");
}

/*======================= HELP AREA CSS ENDS HERE =======================*/

/*====================== PARTNER SLIDER CSS START HERE ======================*/

.partner-slider {
  padding: 50px 0;
  background-color: #8b4bdb;
  position: relative;
  z-index: -1;
}

.partner-slider .item img {
  width: 220px !important;
  height: 50px;
  object-fit: scale-down;
}

.counter-wrapper {
  position: relative;
  z-index: 2;
}

.partner-slider::before {
  content: "";
  width: 350px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #b687f1, #8b4bdb);
}

.partner-slider::after {
  content: "";
  width: 350px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, #8b4bdb, #b687f1);
}

/*====================== PARTNER SLIDER CSS END HERE ======================*/

/*======================= ABOUT AREA CSS STARTS HERE =======================*/

.about-area {
  background: #fff;
}

.about-area .user-panel-card {
  border: 1px solid #e6e9eb;
  border-radius: 8px;
  padding: 20px 20px;
  background: #fff;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}

.about-area .user-panel-card:hover {
  background: #f7eeff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.about-area .feature-count {
  background: #f7eeff;
  padding: 6px 12px;
  color: #8327d0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0px;
  margin-bottom: 10px;
  display: inline-block;
}

.about-area .user-panel-card h6 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 6px;
}

.about-area .user-panel-card p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  color: #595b61;
}

#panel-1 {
  margin-right: 50px;
}

#panel-2 {
  margin-left: 50px;
}

#panel-3 {
  margin-right: 50px;
}

#panel-4 {
  margin-left: 50px;
}

.about-step {
  position: absolute;
  right: -10px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #8327d0 !important;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  top: -10px;
  border: 0px solid #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.about-work-card {
  background: #fff;
  padding: 20px 22px 0px 22px;
  border-radius: 16px;
  position: relative;
  max-height: 500px;
  transition: all 0.5s ease-in-out;
  height: calc(100% - 20px);
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
}

.about-work-card .about-info {
  min-height: 250px;
}

.about-work-card h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 20px 0 5px;
  letter-spacing: 0.5px;
}

.about-work-card p {
  color: #474747;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 18px;
}

.about-img {
  max-height: 220px;
  overflow: hidden;
  text-align: center;
  padding-top: 4px;
  transition: all 0.4s ease-in-out;
}

.about-work-card:hover .about-img {
  transform: translateY(-15px);
}

.about-img img {
  width: 90%;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  max-width: 100%;
  height: auto;
}

/*======================= ABOUT AREA CSS ENDS HERE =======================*/

/*======================= COUNTER CSS STARTS HERE =======================*/

.counter-section {
  position: relative;
  background: #9568e5;
}

/* .counter-wrapper {
  background: #9568e5;
  padding: 50px 50px 40px;
  border-radius: 20px;
} */

.counter-box {
  position: relative;
  text-align: center;
}

.counter-box .counter {
  margin-bottom: 5px;
}

.counter-box .counter .counter-number {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.counter-box .counter .plus {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -1.6px;
}

.counter-box .text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  letter-spacing: 0.5px;
}

.counter-box.bx1::after,
.counter-box.bx2::after,
.counter-box.bx3::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

/*======================= COUNTER CSS END HERE =======================*/

/*======================= APP SCREENSHOT CSS STARTS HERE =======================*/
.app-title-wrapper {
  position: relative;
  z-index: 9;
}

.app-title-wrapper .review-rating p {
  font-size: 13px;
  font-weight: 500;
  color: #2a2a2a;
}

.app-title-wrapper .review-stars p.paragraph {
  margin: 0;
  font-size: 13px;
  text-align: start;
}

.app-title-wrapper h1 {
  font-size: 40px;
  font-weight: 600;
  color: #2a2a2a;
}

.app-title-wrapper p {
  font-size: 16px;
  line-height: 28px;
  color: #6b7280;
}

.mobile-app-user-wrapper img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.mobile-app-user-wrapper:nth-child(2) {
  margin-left: -15px;
}

.mobile-app-user-wrapper:nth-child(3) {
  margin-left: -15px;
}

.mobile-app-user-wrapper:nth-child(4) {
  margin-left: -15px;
}

.bottom-left-wrapper img {
  object-fit: cover;
  width: 100%;
  border-radius: 16px;
}

.app-mockup-1 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: 375px;
  min-height: 200px;
  max-height: 200px;
}

.app-mockup-2 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: 375px;
  min-height: 300px;
  max-height: 300px;
}

.app-mockup-3 {
  min-height: 400px;
  max-height: 400px;
}

.bottom-left-wrapper {
  padding: 32px;
  border-radius: 16px;
}

.bottom-left-wrapper.lavender {
  background-color: #edeaff;
}

.bottom-left-wrapper.green {
  background-color: #d5ffde;
}

.bottom-left-wrapper.yellow {
  background-color: #ffebd1;
}

.three-boxes {
  margin-top: -200px;
}

.bottom-left-wrapper h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #2a2a2a;
  line-height: 34px;
  text-transform: capitalize;
}

.bottom-left-wrapper p {
  font-size: 14px;
  font-weight: 400;
  color: #2a2a2a;
  line-height: 26px;
}

.bottom-left-wrapper .steps {
  font-size: 12px;
  color: #3e3e3e;
  font-weight: 500;
}

/*======================= APP SCREENSHOT CSS ENDS HERE =======================*/

/*======================= HOME TABS CSS START HERE =======================*/

.lead_inner {
  margin: 0 auto;
  background-color: #8327d0;
  border-radius: 30px;
  background-image: url("../img/home1/pattern2.png");
  background-repeat: repeat;
  padding: 60px 40px;
  overflow: hidden;
  position: relative;
}

.convert_leads .section_title h2 {
  color: #fff;
}

.convert_leads {
  margin-bottom: 40px;
}

.lead_inner .nav-pills .nav-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  border-radius: 10px;
  padding: 12px 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.lead_inner .nav-pills .nav-link.active {
  color: #2a2a2a;
  background: #fff;
}

.lead_inner .nav-pills .nav-link.active::before {
  opacity: 1;
}

.lead_inner .card {
  background: transparent;
  margin: 0;
}

.lead_inner .tab-content {
  color: #fff;
}

.lead_inner .feature_list {
  margin-top: 20px;
  margin-bottom: 10px;
}

.lead_inner .feature_list li {
  display: flex;
  align-items: start;
  gap: 5px;
  margin-bottom: 15px;
  color: #fff;
}

.lead_inner .feature_list li:last-child {
  margin: 0;
}

.lead_inner p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

.lead_text h5 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 05px 0;
}

.lead_img {
  text-align: center;
}

.visitors_leads .btn_block a {
  position: relative;
  margin-top: 15px;
}

.visitors_leads .card-header a .card-arrow {
  width: 10px;
  height: 10px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid rgba(256, 256, 256, 1);
  border-right: 2px solid rgba(256, 256, 256, 1);
  float: right;
  position: absolute;
  top: 21px;
  right: 27px;
}

.visitors_leads .card-header a[aria-expanded="true"] .card-arrow {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.visitors_leads .card-header a[aria-expanded="false"] .card-arrow {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lead_inner .card-header {
  text-align: left;
}

.lead_inner .nav-pills .nav-link::before {
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  opacity: 0;
}

/*======================= HOME TABS CSS END HERE =======================*/

/*======================= HOW IT WORKS CSS STARTS HERE =======================*/
.how-work-card {
  padding-left: 100px;
  position: relative;
  margin-bottom: 30px;
}

.how-work-icon {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 80px;
  min-width: 80px;
  /* background: #ff00001f; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 20px;
}

.how-work-icon img {
  width: 60px;
  height: 60px;
}

.how-work-icon i {
  font-size: 22px;
}

/* .how-work-icon.first {
    background-color: #59abff2e;
}

.how-work-icon.first i {
  color: #0051ff;
}

.how-work-icon.second {
    background-color: #00bd691c;
}

.how-work-icon.second i {
  color: #ff0356;
}


.how-work-icon.third {
    background-color: #a4a4f726;
}
.how-work-icon.third i {
  color: #16cd16;
} */




.how-work-dis h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #000;
}

.how-work-dis p {
  font-size: 14px;
  line-height: 28px;
  color: #595b61;
}

.how-img {
  text-align: left;
  margin: 0 auto;
}

.how-img img {
  width: 70%;
}

/*======================= HOW IT WORKS CSS END HERE =======================*/

/*======================= WHY CHOOSE US CSS STARTS HERE =======================*/

.wcu-section {
  background: #f0e6f46e;
}

.wcu-wrapper {
  margin-top: 100px;
}

.fancy-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  min-width: 230px;
}

.fancy-box .icon {
  display: none;
}

.wcu-wrapper .wcu-thumb .shape {
  position: absolute;
  bottom: -20px;
  max-width: 100%;
  z-index: -1;
  left: 100px;
}

.wcu-section .main-thumb {
  width: 600px;
  margin-left: 74px;
}

.fancy-box .content {
  max-width: 205px;
}

.fancy-box .content h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0px;
}

/* .fancy-box .content h4.color1 {
  color: #7b04ff;
}

.fancy-box .content h4.color2 {
  color: #de0000;
}

.fancy-box .content h4.color3 {
  color: #e200de;
}

.fancy-box .content h4.color4 {
  color: #0b79ff;
}

.fancy-box .content h4.color5 {
  color: #509e00;
}

.fancy-box .content h4.color6 {
  color: #f09d00;
} */

.fancy-box .content .text {
  color: #6a656c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.wcu-wrapper .wcu-thumb {
  position: relative;
}

.wcu-wrapper .wcu-thumb .shape img {
  max-width: 100%;
}

/*======================= WHY CHOOSE US CSS END HERE =======================*/

/*======================= CTA CSS STARTS HERE =======================*/

.cta-wrapper {
  position: relative;
  border-radius: 50px;
  background: #edeaff;
  padding: 80px 70px;
  overflow: hidden;
}

.cta-wrapper .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}

.cta-wrapper .shape2 {
  position: absolute;
  bottom: 60px;
  left: -130px;
  z-index: 1;
  opacity: 0.2;
}

.cta-wrapper .shape3 {
  position: absolute;
  bottom: 57px;
  right: 400px;
  z-index: 1;
  opacity: 0.4;
}

.cta-wrapper .shape4 {
  position: absolute;
  top: 53px;
  right: 0;
  z-index: 1;
  opacity: 0.1;
}

.cta-wrapper .cta-content {
  position: relative;
  z-index: 9;
}

.cta-wrapper .cta-content .section_title {
  margin-bottom: 45px;
}

.title-bx .title_badge.bg2 {
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
  padding: 3px 25px;
  border-radius: 12px;
  font-size: 14px;
}

.cta-wrapper .cta-thumb {
  top: 0;
  position: absolute;
  z-index: 3;
  right: 10px;
  max-width: 500px;
}

.cta-wrapper a {
  transition: 0.5s;
}

.cta-wrapper a:hover {
  transform: translateY(-3px);
}

/*======================= CTA CSS END HERE =======================*/

/*======================= BLOG CSS STARTS HERE =======================*/

.blog-area .post-item {
  transition: 0.5s;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #eeeeee9e;
  box-shadow: rgb(149 157 165 / 11%) 0px 4px 4px;
}

.blog-area .post-thumbnail {
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
}

.blog-area .post-thumbnail img {
  width: 100%;
}


.blog-area .post-meta {
  position: relative;
}

.blog-area .post-meta-date span.date {
  font-size: 12px;
  display: block;
}

.blog-area .post-meta-date span.month {
  font-size: 20px;
  display: block;
  font-weight: 600;
}

.blog-area .post-meta .post-meta-date {
  border-radius: 50%;
  padding-top: 8px;
  display: inline-block;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 20px;
  background: #8327d0;
  border: 2px solid #fff;
}

.blog-area .post-text-content {
  padding-top: 40px;
}

.blog-area .post-text-content .post-title {
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000;
}

.blog-area .post-text-content .post-title a {
  color: #000;
}

.blog-area .post-text-content p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
  color: #6b7280;
}

.blog-area .post-meta-info {
  margin-top: 20px;
}

.blog-area .post-meta-info-item {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #3e3e3e;
}

/*======================= BLOG CSS ENDS HERE =======================*/

/*======================= TESTIMONIALS CSS STARTS HERE =======================*/

.testimonial-area .sidebar {
  padding: 0 20px;
  background: #dbdbdb2b;
  padding: 32px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
}

.testimonial-area .sidebar h6 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
}

.testimonial-area .sidebar .description {
  margin-top: 22px;
  color: #6b7280;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
}

.testimonial-area .sidebar .rating {
  margin-top: 25px;
}

.testimonial-area .sidebar .rating span {
  color: #ffad00;
  font-size: 18px;
}

.testimonial-area .sidebar .rating p {
  margin: 5px 0;
  font-size: 14px;
}

.testimonial-area .owl-stage-outer {
  padding: 32px 0;
}

.testimonial-area .testimonial {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #8327d036;
  margin-bottom: 24px;
  border: 1px solid #eeeeee;
  box-shadow: rgb(149 157 165 / 11%) 0px 4px 4px;
}

.testimonial-area .testimonial h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
}

.testimonial-area .testimonial .quote {
  font-size: 18px;
  color: #333;
}

.testimonial-area .author {
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ebebeb;
}

.testimonial-area .author img {
  border-radius: 50%;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

/* .testimonial-slider .owl-item {
  padding-right: 0px;
} */

.custom-nav {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 8px;
  z-index: 99;
  background-color: #fff;
}

.custom-nav button {
  background-color: #572086;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-nav button span {
  font-size: 17px;
  line-height: 10px;
}

/*======================= TESTIMONIALS CSS ENDS HERE =======================*/

/*======================= FAQ CSS STARTS HERE =======================*/

.faq-sec .accordion-button::after {
  content: none;
}

.faq-sec .accordion-button {
  background-color: transparent;
  padding: 20px 32px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #2a2a2a;
}

.faq-sec .accordion-item {
  border-radius: 16px !important;
  margin-bottom: 15px;
  border: 1px solid #eeeeee9e;
  box-shadow: rgb(149 157 165 / 11%) 0px 3px 4px;
}

.faq-sec .accordion-button:focus {
  box-shadow: none;
}

.faq-sec .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq-sec .accordion-body {
  padding: 0 32px 20px 32px;
  font-size: 14px;
  line-height: 26px;
  color: #6b7280;
  font-weight: 400;
}

.faq-sec .plus-icon i {
  color: rgb(16 16 16);
}

.faq-sec .accordion-button.collapsed .plus-icon i {
  transform: rotate(0deg);
}

.faq-sec .accordion-button .plus-icon i {
  transform: rotate(45deg);
}

/*======================= FAQ CSS ENDS HERE =======================*/

.fade-image {
  z-index: 3;
  background-image: linear-gradient(180deg, #fff0 68%, #fff 91%);
  pointer-events: none;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% -3px;
}

.home-card {
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 0 #41466800, 0 .1px .2px #4146681a, 0 .9px 1.9px #4146681d, 0 5.1px 10.9px #41466820;
}

.home-card .card-img-main {
  height: 400px;
  object-fit: cover;
  width: 100%;
}

.home-card .card-img-bottom {
  height: 80px;
  width: 80px;
  object-fit: contain;
  width: 100%;
}

.slider-box {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.infinite-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.infinite-slider-track,
.infinite-slider-track-reverse {
  display: flex;
  width: max-content;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.infinite-slider-track {
  animation-name: slideLeft;
  animation-duration: 30s;
}

.infinite-slider-track-reverse {
  animation-name: slideRight;
  animation-duration: 50s;
}

.infinite-slide {
  background: #efefef;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 8px 16px;
  margin: 0 4px;
  font-size: 12px;
  white-space: nowrap;
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes slideRight {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.how-it-works-new-box .icon img {
  max-height: 100px;
  width: 100px;
  filter: saturate(1.5);
}

.how-it-works-new-box {
  padding: 24px;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
  transition: all .3s ease-in-out;
  height: 100%;
  border: 1px solid #eeeeee9e;
  box-shadow: rgb(149 157 165 / 11%) 0px 4px 4px;
}

.how-it-works-new-box p {
  color: #6b7280;
  margin: 0;
}

.how-it-works-new-box:hover {
  transform: translateY(-10px);
}

.how-it-works-new-box .icon {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  margin-bottom: 22px;
}

.how-it-works-new-box .icon.first {
  background-color: #ffe2f1;
}

.how-it-works-new-box .icon.second {
  background-color: #fffbce;
}

.how-it-works-new-box .icon.third {
  background-color: #e4dfff;
}

.how-it-works-new-box h4 {
  font-size: 22px;
}

.first-box {
  border-radius: 16px;
  overflow: hidden;
  position: sticky;
  top: 150px;
  background-color: #fff;
  border: 1px solid #eeeeee9e;
  box-shadow: rgb(149 157 165 / 11%) 0px 4px 4px;
}

.first-box.second {
  position: sticky;
  top: 180px;
}

.first-box.third {
  position: sticky;
  top: 210px;
}

.content-box {
  padding: 60px;
}

.why-choose-us-new .content-box span {
  background-color: red;
}

.why-choose-us-new .content-box span {
  background-color: #bdb2f761;
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 16px;
  display: inline-block;
}


.content-box-img img {
  border: 1px solid #111;
  box-shadow: 5px 5px 0 0 #111;
  border-radius: 10px;
  position: relative;

}

.content-box-img {
  width: 100%;
  height: 420px;
  position: relative;
}


.content-box-img.first .first-img {
  position: absolute;
  max-width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-93%, -50%);
}

.content-box-img.first .second-img {
  position: absolute;
  max-width: 180px;
  top: 29%;
  left: 66%;
  transform: translate(-15%, -20%);
  z-index: 1;
}

.content-box-img.first .third-img {
  position: absolute;
  max-width: 170px;
  top: 55%;
  left: 50%;
  transform: translate(-15%, -20%);
}

.why-choose-us-new .content-box-img.first {
  background-color: #edeaff;
}

.why-choose-us-new .content-box-img.second {
  background-color: #d5ffde;
}

.why-choose-us-new .content-box-img.third {
  background-color: #ffebd1;
}

.why-choose-us-new .content-box h4 {
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 0px;
}

.why-choose-us-new .content-box p {
  font-size: 14px;
  line-height: 30px;
  color: #6b7280;
  font-weight: 400;

}

.why-choose-us-new .content-box-img.second .first-img {
  position: absolute;
  max-width: 220px;
  top: 50%;
  left: 50%;
  transform: translate(-93%, -50%);
  object-fit: contain;
}

.why-choose-us-new .content-box-img.second .second-img {
  position: absolute;
  max-width: 200px;
  top: 47%;
  left: 48%;
  transform: translate(-15%, -20%);
}

.why-choose-us-new .content-box-img.third .first-img {
  position: absolute;
  max-width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-93%, -50%);
  object-fit: contain;
}

.why-choose-us-new .content-box-img.third .second-img {
  position: absolute;
  max-width: 220px;
  top: 42%;
  left: 48%;
  transform: translate(-15%, -20%);
}



.btn.btn-theme-new {
  background: #7a1fa1;
  padding: 10px 20px;
  text-align: center;
  line-height: unset;
  color: #fff;
  font-weight: 400;
  transition: 0.5s;
  display: inline-flex;
  height: unset;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
}

.btn.btn-theme-new:hover {
  color: #fff !important;
}

.btn.btn-theme-new:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 550px;
  height: 550px;
  margin: auto;
  background: #a22ed4;
  border-radius: 50%;
  z-index: -1;
  transform-origin: top center;
  transform: translateX(-50%) translateY(-5%) scale(0.4);
  transition: transform 0.9s;
}

.btn.btn-theme-new:hover:before {
  transition: transform 1s;
  transform: translateX(-45%) translateY(0) scale(1);
  transform-origin: bottom center;
}

.new-cta-section .title-bx .title_badge.bg2 {
  color: #000 !important;
  background-color: rgb(77 69 69 / 15%);
}

.new-cta-section .title-bx h2,
.new-cta-section .title-bx p {
  color: #000 !important;
}

.applestore-btn,
.playstore-btn,
.cmn-btn.appstore-btn,
.cmn-btn.playstore-img {
  max-width: 180px;
  height: 100%;
}

.heading-and-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

/*======================= New Home tab CSS STARTS HERE =======================*/


/*======================= How it Works CSS STARTS HERE =======================*/

.video-play-box {
    position: relative;
    max-height: 550px;
    max-width: 600px;
    border-radius: 16px;
    overflow: hidden;
}

.video-play-box video {
  height: 100%;
  width: 100%;
}

.trusted-company img {
  display: flex;
  height: 32px;
  justify-content: center;
  width: 120px;
  object-fit: contain;
  margin-bottom: 36px;
}

.custom-list li {
  font-size: 14px;
  line-height: 30px;
  color: #6b7280;
  font-weight: 400;
  margin: 0;
}

.custom-list li i {
    color: #ba68ff;
    font-size: 18px;
    margin-right: 8px;
}

.sticky-user {
  position: relative;
  overflow: visible;
}

.sticky-screens {
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sticky-screens img {
    border-radius: 16px;
}

.sticky-screens .first {
    max-width: 450px;
    max-height: 450px;
}
