body {
  padding: 0;
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: var(--black);
}
html {
  scroll-behavior: smooth;
}
:root {
  --primary: #4d77fa;
  --secondary: #73829a;
  --light: #f6f7f9;
  --black: #061244;
  --highlight: #ff9190;
  --border-s: 4px;
  --border-m: 12px;
  --border-l: 16px;
  --border-xl: 24px;
  --border-xxl: 32px;
}

.primary {
  color: var(--primary);
}

.secondary {
  color: var(--secondary);
}

.black {
  color: var(--black);
}

.font_r {
  font-size: 16px;
}

.font_m {
  font-size: 18px;
}

.font_l {
  font-size: 20px;
}

.logo {
  width: 280px;
}
.heading_icon {
  display: flex;
  gap: 10px;
  align-items: center;
}
.heading_icon_wrapper {
  width: 100%;
  display: flex;
  gap: 40px;
}
.heading_icon_img img {
  width: 20px;
  height: 20px;
}
.heading_icon_text {
  font-size: 16px;
  font-weight: 500;
}
.clients_photos {
  margin-left: 34px;
}
.clients_photos img {
  margin-left: -14px;
  border: solid 1px #fff;
}

.hero-title {
  font-size: 68px;
  font-weight: 700;
}
.hero-section {
  background-color: var(--light);
  padding: 60px 0 100px 0;
}
.hero_image {
  position: relative;
  text-align: center;
}
.revenue_card {
  position: absolute;
  left: -30px;
  bottom: -50px;
  background: #fff8b9;
  padding: 24px;
  border-radius: 12px;
  min-width: 280px;
}
.template_card {
  position: absolute;
  right: -10px;
  bottom: -50px;
  width: 260px;
  background: #fff;
  padding: 24px;
  border-radius: 12px;
}
.template_card img {
  width: 100%;
}
.sell_card {
  position: absolute;
  top: -20px;
  right: 0;
  background: #cadfff;
  padding: 24px;
  border-radius: 12px;
}

.g2slider_section {
  padding: 72px 100px 120px 100px;
}
.g2slider {
}
.g2slider_wrapper {
  overflow: hidden;
  position: relative;
}
.g2slider_wrapper::before {
  position: absolute;
  content: "";
  width: 88px;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background: linear-gradient(90deg, #ffffff, transparent);
  z-index: 2;
}

.g2slider_wrapper::after {
  position: absolute;
  content: "";
  width: 88px;
  height: 100%;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  background: linear-gradient(90deg, #ffffff, transparent);
  z-index: 2;
}
.g2_badge img {
  width: 150px;
}

h3 {
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 30px;
}
.subtitle {
  font-size: 20px;
  color: var(--secondary);
  margin-bottom: 20px;
}
.checklist {
  margin: 0;
  padding: 0;
}
.checklist li {
  margin: 0;
  padding: 0 0 16px 0;
  list-style: none;
  font-size: 18px;
  font-weight: 500;
}
.checklist li img {
  margin-right: 14px;
}

.whyqrcodechimp_list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.whyqrcodechimp_section {
  padding: 0 0 120px 0;
}
.whyqr_section {
  background: var(--light);
}
.why_qr_img {
  border-radius: 12px;
}
.py-xl {
  padding-top: 120px;
  padding-bottom: 120px;
}
.sln_card {
  background: #fff;
  padding: 40px;
  border-radius: 18px;
}
.sln_card_heading {
  font-size: 28px;
  font-weight: 600;
}
.sln_card {
  position: relative;
  overflow: hidden;
}
.sln_card_1,
.sln_card_2,
.sln_card_4,
.sln_card_5 {
  min-height: 320px;
}
.sln_card_1 {
  margin-bottom: 24px;
}
.solution_1 {
  position: absolute;
  bottom: 0;
  right: 40px;
}
.sln_card_3 {
  min-height: 664px;
}
.solution_2 {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.solution_2 img {
  max-width: 80%;
}
.solution_3 {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.solution_4 {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.sln_card_4 {
  margin-bottom: 24px;
}
.solution_5 {
  position: absolute;
  bottom: 0;
  right: 10px;
  text-align: right;
}
.solution_5 img {
  max-width: 80%;
}

.sln_card_count {
  background: var(--primary);
  width: 76px;
  height: 76px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
}
.sln_card_count h5 {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
}
.sln_card_count span {
  font-size: 13px;
  line-height: 18px;
}

.overlay_section {
  opacity: 0;
  background: #061244f0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: all 0.5s ease-out;
}
.overlay_section h4 {
  color: #fff;
  margin-bottom: 32px;
}
.sln_card:hover .overlay_section {
  opacity: 1;
}
.qr_solutions {
  background: var(--light);
}
.qr_solutions_heading {
  margin-bottom: 0;
}
.text-muted {
  color: var(--secondary);
}

.fancy-box {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
}
.fancy-box .icon {
  width: 80px;
  flex-shrink: 0;
}
.fancy-box .icon img {
  width: 100%;
}
.fancy-box .text {
  margin-bottom: 0;
  color: var(--secondary);
}
.fancy-box .content h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 1px;
}
.wcu-thumb img {
  max-width: 100%;
}
.wcu-content {
  margin-top: 60px;
}
.work-process-box {
  text-align: center;
}
.work-process-box .step {
  background: var(--light);
  border-radius: 40px;
  margin-top: 20px;
  padding: 4px 16px;
  display: inline-flex;
}
.work-process-box .title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 16px;
}
.work-process-box .text {
  color: var(--secondary);
}
.work-process-box-action {
  text-align: center;
  margin-top: 40px;
}
.work-process-box-action .text {
  margin-bottom: 16px;
}
.work-process-section {
  padding: 110px 0;
}
.whychoose {
  margin: 0;
  padding: 0;
}
.whychoose li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}
.whychoose .point .heading {
  font-size: 24px;
}
.whychoose .point .text {
  color: var(--secondary);
  font-size: 16px;
  font-weight: normal;
}

.btn {
  padding: 0.8rem 2rem;
}
.demo_form {
  padding: 80px;
  margin-top: 120px;
  background: var(--light);
  border-radius: 24px;
}

.footer {
  padding: 120px 0 90px 0;
  background: var(--black);
}

.count_box_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 60px;
}
.count_box {
  border-radius: 160px;
  background: var(--primary);
  padding: 30px 50px;
  color: #fff;
  align-items: center;
  display: flex;
}
.count_box.light {
  background: var(--light);
  color: var(--black);
}
.count_box .heading {
  font-weight: 700;
  font-size: 68px;
  margin: 0 0 8px !important;
}
.count_box_inner.child2 .text {
  text-align: left;
}
.count_box_inner.child2 {
  display: flex;
  gap: 10px;
}
.global_increase {
  padding: 120px 0;
}
.unb_features {
  background: var(--light);
}
.unb_features .subtitle {
  margin-bottom: 60px;
}
.marquee-swiper {
  width: 100%;
  overflow-x: hidden;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 16px 0;
  position: relative;
}

.left-right-gradient::before,
.left-right-gradient::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background: linear-gradient(90deg, #ffffff, transparent);
  z-index: 2;
  top: 10px;
}

.left-right-gradient::after {
  background: linear-gradient(90deg, transparent, #ffffff);
  inset-inline-start: auto;
  inset-inline-end: 0;
}
.modal_form {
  margin-top: -90px;
}
.sqr_bg {
  position: absolute;
  z-index: 0;
  left: -60px;
  top: -60px;
  max-width: 100%;
}
.hero_main_img {
  position: relative;
}
.faq_q {
  font-weight: 500;
  font-size: 18px;
  padding: 24px 16px;
}
.faq_ans {
  color: var(--secondary);
}
#faqAccordion .accordion-item {
  margin-bottom: 16px;
  border: solid 1px var(--light);
  border-radius: 12px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .hero-title {
    font-size: 42px;
  }
  h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .form_right_img {
    display: none;
  }
  .demo_form {
    padding: 24px;
  }
  .count_box .heading {
    font-size: 36px;
  }
  .count_box_inner.child2 {
    align-items: center;
  }
  .logo {
    width: 210px;
  }
  header .btn {
    padding: 10px 10px !important;
  }

  .g2slider_section {
    padding: 80px 0;
  }

  .g2_badge img {
    width: 120px;
  }

  .swiper-slide {
    width: 120px !important;
  }

  .why_qr_img {
    margin-bottom: 30px;
  }

  .sqr_bg {
    top: 20px;
    left: -60px;
  }

  .hero_image img:last-child {
    top: 30px;
  }

  .hero-addtional-content {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .hero-addtional-content button {
    width: 100%;
  }

  .clients_photos span {
    margin-left: 20px;
  }

  .work-process-box {
    margin-bottom: 30px;
  }

  .btn {
    font-size: 14px !important;
  }
}
