@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-display: swap;
}

a {
  text-decoration: none !important;
}

:root {
  --tp-ff-heading: "Inter", sans-serif;
  --font-primary: "Inter", sans-serif;
  --color-primary: #5c47cf;
  --color-primary-lite: #8174ca;
  --head-color: #000000;
  --tp-common-white: #ffffff;
  --tp-common-white-2: #f3f3f3;
  --tp-common-white-3: #f5f5f5;
  --tp-common-black: #151718;
  --tp-common-black-2: #52525c;
  --tp-common-black-3: #1f2021;
  --tp-common-yellow: #eed064;
  --tp-common-yellow-2: #fdfaef;
  --tp-common-green: #eb4d00;
  --tp-common-green-1: #1ea334;
  --tp-common-green-2: #ebfaf2;
  --tp-common-blue: #f2f2ff;
  --tp-common-orange: #0a0a09;
  --tp-common-red: #e01e5a;
  --tp-common-sky: #1edbdc;
  --tp-common-deep-blue: #4c40f7;
  --tp-heading-primary: #151718;
  --tp-grey-1: #f0f0f0;
  --tp-grey-2: #f9f9f9;
  --tp-grey-3: #c2c2c2;
  --tp-grey-4: #dddddd;
  --tp-grey-5: #888888;
  --tp-grey-6: #f7f7f7;
  --tp-grey-7: #f6f6f6;
  --tp-text-body: #211c15;
  --tp-text-p: #211c15;
  --tp-theme-1: #eb4d00;
  --tp-theme-2: #ff5500;
  --tp-theme-g-1: linear-gradient(180deg, #f15b00 80%, #e13600 100%);
  --tp-theme-g-2: linear-gradient(180deg, #f15b00 100%, #e13600 50%);
  --tp-border-1: #f5f5f5;
  --tp-border-2: #f4f4f4;
  --tp-border-3: #edefeb;
  --tp-border-4: #f1f3f6;
  --tp-border-5: #333435;
  --tp-border-6: #38393a;
  --tp-border-7: #ccd5da;
  --tp-service-1: #f3f3ff;
  --tp-service-2: #fff7f6;
  --tp-service-3: #ebf5ff;
  --bs-info: #7239ea;
  --bs-dark-footer-text: #bfbfc0;
  --bs-dark-footer-heading: #fff;
}

@supports (aspect-ratio: 1) {
  body {
    --aspect-ratio-supported: auto;
  }
}

::selection {
  background-color: #816bff;
  color: #ffffff;
}

.text-dark-green {
  color: #169250 !important;
}

.text-theme {
  color: var(--color-primary) !important;
}

.bg-theme {
  background-color: var(--bs-info) !important;
}

.border-theme {
  border: 1px solid var(--bs-info) !important;
}

.navbarscroll.scrolled {
  width: fit-content !important;
  position: fixed !important;
  left: 50%;
  transform: translate(-50%, -20px);
  z-index: 9999;
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.145) 0px 0.48175px 0.48175px -1.25px,
    rgba(0, 0, 0, 0.13) 0px 1.83083px 1.83083px -2.5px,
    rgba(0, 0, 0, 0.07) 0px 8px 8px -3.75px;
  padding: 2px;
  background-color: #fff;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.navbarscroll.scrolled .container-fluid {
  padding: 1px 1px 1px 5px !important;
}

.navbarscroll.scrolled div .navbar-collapse .short-navbar .nav-item a {
  font-weight: 500;
  word-break: keep-all;
  white-space: nowrap;
}

.navbarscroll.scrolled div .navbar-collapse .short-navbar {
  padding-right: 0px !important;
  padding-left: 10px !important;
}

.ws-nw {
  white-space: nowrap;
}

@media (max-width: 991px) {
  #divbrand {
    display: block !important;
  }
  #divbrand-one {
    display: none !important;
  }
}

.scale-in-top {
  -webkit-animation: scale-in-top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes scale-in-top {
  0% {
    transform: scale(0);
    transform-origin: -25%;
    opacity: 1;
  }
  100% {
    transform: scale(1) translateX(-50%);
    transform-origin: -25%;
    opacity: 1;
  }
}

@keyframes slide-bottom {
  0% {
    top: -20px;
  }
  100% {
    top: 40px;
  }
}
.home-page-heading {
  color: white !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}
.short-hero {
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 50px 0px 64px;
  position: relative;
  scroll-margin-top: 10px;
  width: 100%;
  z-index: 1;
}
.color-info {
  color: #7239ea !important;
}
.short-hero-div {
  font-size: 7rem;
  font-weight: 800;
  letter-spacing: 0px;
  line-height: 85px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
  text-transform: none;
}
.short-hero h1 {
  font-size: 7rem;
  font-weight: 800;
  letter-spacing: 0px;
  line-height: 85px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
  text-transform: none;
}
.short-hero h1 span {
  color: #ff3d00;
}
.short-hero p {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #18161b;
  text-decoration: none;
  text-transform: none;
  width: 90%;
}

.home-cta-focus {
  border: 3px solid #fe4100 !important;
}

.home-cta-focus:focus {
  border: 3px solid #ff5820 !important;
  outline: none !important;
  box-shadow: none !important;
}

.container {
  max-width: 992px !important;
}
.container-auto {
  max-width: 1320px !important;
}

.container-count {
  max-width: 1052px !important;
}

.logo img {
  padding-left: 30px;
}

@media (max-width: 1329px) {
  .container-auto,
  .container-count {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.nbar-lg-none {
  display: none !important;
}

@media (max-width: 757px) {
  .container-auto,
  .container-count {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nbar-lg-none {
    display: block !important;
  }

  .short-link-demo-section {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.highlightedx {
  background-color: rgb(255, 255, 133) !important;
}

.short-navbar .nav-item a {
  font-size: 16px;
  font-weight: 500;
}

.short-navbar > ul {
  gap: 15px;
}

.sg-head {
  color: var(--head-color);
  font-size: 2rem;
  font-weight: 500;
}

.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.p-50 {
  padding: 50px;
}
.pt-40 {
  padding-top: 40px;
}
.lh-100 {
  line-height: 100px !important;
}
/* ------navbar----------- */

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.main-container-text {
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.slug-text-container > div {
  box-shadow: 0 20px 50px rgba(68, 74, 102, 0.1);
  border-radius: 5px;
}

.main-container-text h1 {
  font-size: 3em;
  color: #2a305e;
  line-height: 1.2;
}

.main-container-text p {
  margin: 20px 0 50px 0px;
  font-size: 1.25em;
  color: #000;
  width: 60%;
  text-align: center;
}

.slug-text {
  background: #fff;
  border: 1px solid #e5ecf0;
  box-shadow: 0 20px 50px rgba(68, 74, 102, 0.1);
  border-radius: 5px;
  position: relative;
  margin: 10px 0px 40px 0px;
}

.slug-text input {
  border-radius: 5px;
}

.input-check-custom {
  width: 100%;
  border: none;
  outline: none;
  margin: 0px auto;
  height: 60px;
  padding-left: 20px;
}

.tabs-wrapper {
  display: block;
  margin: 0px auto;
}
.tabs-wrapper .tabs-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
}

.tabs-controls form div {
  border: 1px solid var(--color-primary);
  padding: 15px 10px;
  position: relative;
  border-radius: 5px;
  margin-right: 8px;
}

.tabs-controls form div:hover label {
  color: var(--color-primary);
}

.tabs-wrapper .tabs-controls label {
  border: none;
  transition: all 0.25s ease;
  color: #000;

  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
}

.tabs-wrapper .tabs-controls form input[type="radio"] {
  --radio-color: var(--color-primary);
}

.tabs-wrapper .tabs-controls form input[type="radio"]:checked + label {
  color: var(--color-primary);
}

.tabs-wrapper .tabs-controls form input[type="radio"]:checked + label::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eeeaff;
  position: absolute;
  left: 0;
  z-index: -1;
}

.tabs-wrapper .tabs-controls input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.tabs-wrapper .tabs-controls div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs-wrapper .tabs-controls {
  margin-bottom: 50px;
}

.tabs-wrapper .slug-gen-btn {
  width: 100%;
  display: flex;
  margin: 0px auto;
}

.tabs-wrapper .slug-gen-btn .btn-gen {
  display: block;
  padding-top: 0.58035714em;
  padding-bottom: 0.58035714em;
  padding-right: 3.48214286em;
  padding-left: 3.48214286em;
  background-color: #5c47cf;
  color: #fff;
  width: 50%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.3rem;
}

.tabs-wrapper .clr-reset-btn {
  display: flex;
  justify-content: end;
  cursor: pointer;
}

.tabs-wrapper .clr-reset-btn a {
  color: gray;
  margin-left: 20px;
  color: var(--color-primary);
  display: flex;
  position: relative;
}

.tabs-wrapper .clr-reset-btn a:hover {
  color: #60687a;
}

.tabs-wrapper .slug-gen-btn .clear-gen {
  margin-right: 20px;
}

.why-slug div {
  margin: 35px auto;
}

.why-slug div p {
  margin: 30px 0px 20px 0;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #000;
}

.slug-ex-table div {
  margin: 0px auto;
}
.pt-100 {
  padding-top: 100px;
}

.divslymenu {
  border-bottom: 1px solid #e9e9e9;
  position: sticky;
  top: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 997;
  background-color: white;
}

.responsive-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.responsive-table .table {
  width: 100%;
}

.responsive-table-td table tr {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.responsive-table-td table tr td {
  width: 100%;
}

.responsive-table .table tbody tr td {
  text-align: justify;
}

.divslymenu div {
  width: 100%;
}

.divslymenu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px;
  line-height: 50px;
  min-height: 70px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.divslymenu ul li {
  border-radius: 5px;
  border: 1px solid var(--color-primary-lite);
}

.divslymenu ul li a {
  position: relative;
}

.divslymenu ul li a {
  border: none;
  padding: 15px 30px;
  transition: all 0.25s ease;
  color: var(--color-primary);
  font-weight: 500;
  background-color: white;
  border-radius: 5px;
  position: relative;
}

.divslymenu ul li a:before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: var(--color-primary);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.divslymenu ul li a:hover:before {
  visibility: visible;
  width: 100%;
}

.divslymenu ul li .active:before {
  visibility: visible;
  width: 100%;
}

.divslymenu .mobile-menu {
  display: none;
}

@media (max-width: 757px) {
  .divslymenu .desktop-menu {
    display: none;
  }

  .divslymenu .mobile-menu {
    display: block;
  }
}

.mobile-menu-btn {
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.tabs-controls form {
  display: flex;
}

.tabs-controls form label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-right: 20px;
}

.slug-generate-output {
  /* box-shadow: 0 20px 50px rgba(68,74,102,.1); */
  border-radius: 5px;
  margin-top: 20px;
}

.slug-genrate-output.utm {
  box-shadow: none;
}

.slug-generate-output > div label {
  margin: 0px 0px 20px 0;
  font-size: 1.25em;
  color: #000;
}

.slug-generate-output > div input {
  border: none;
  border: 1px solid #dee2ff;
  width: 100%;
  height: 60px;
  padding-left: 20px;
}

.slug-generate-output > div input:focus {
  border: none;
  outline: none;
  border: 1px solid var(--color-primary);
}
.slug-generate-output > div button {
  width: 150px;
  border: none;
  color: #fff;
  background-color: var(--color-primary);
}

/*-------------------------- faq section -----------------------*/

.faq-container > div {
  padding-right: 0px !important;
}

.tp-custom-accordio .accordion-items {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(68, 74, 102, 0.1);
}
.tp-custom-accordio .accordion-items:not(.collapsed) {
  background-color: #fff;
}
.tp-custom-accordio .accordion-buttons {
  position: relative;
  width: 100%;
  padding-left: 20px;
  text-align: left;

  font-size: 20px;
  padding: 20px 45px;
  color: var(--head-color);
  background-color: white;
  outline: none;
  border: none;
  border-radius: 10px 10px 0 0;
}

.tp-custom-accordio .accordion-buttons:hover {
  color: var(--color-primary);
}

@media (max-width: 767px) {
  .tp-custom-accordio .accordion-buttons {
    font-size: 17px;
    padding: 28px 20px 28px 20px;
  }
}
.tp-custom-accordio .accordion-buttons::after {
  position: absolute;
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  top: 25px;
  right: 35px;
  color: #b8bcc8;
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 767px) {
  .tp-custom-accordio .accordion-buttons::after {
    top: 20px;
    right: 18px;
  }
}
.tp-custom-accordio .accordion-buttons.collapsed {
  padding: 20px 35px 20px 45px;
}
.tp-custom-accordio .accordion-buttons.collapsed::after {
  color: #b8bcc8;
  content: "\f062";
}

.tp-custom-accordio .accordion-buttons.collapsed[aria-expanded="true"]::after {
  color: #b8bcc8;
  content: "\f063";
}

.tp-custom-accordio .accordion-buttons svg {
  margin-right: 15px;
}
.tp-custom-accordio .collapsed {
  border-radius: 10px 10px 10px 10px;
}
.tp-custom-accordio .accordion-body {
  padding: 20px 45px;
  position: relative;
  z-index: 1;
  border-radius: 0 0px 10px 10px;
  font-size: 14px;
  line-height: 1.5;

  color: #000;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .tp-custom-accordio .accordion-body {
    padding: 20px 25px;
  }
}
.tp-custom-accordio .accordion-body::before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #e5e1f8;
  top: 0;
  left: 45px;
  right: 45px;
}

.faq-accordio-border .accordion-items {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
}

.accordion-items {
  position: relative;
}

/* --------------------slug example table----------------- */

.slug-ex-table h2 {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.slug-ex-table table th,
.slug-ex-table table tbody tr td {
  padding: 10px !important;
  border-color: #fff;
  font-size: 15px;
}

.slug-ex-table table th {
  border: 1px solid #e5f0ff;
}

.slug-ex-table table tbody tr td:nth-child(1) {
  background-color: #ffebeb;
}

.slug-ex-table table tbody tr td:nth-child(2) {
  background-color: #d8ffd1;
}

.slug-ex-table table tbody tr td:nth-child(3) {
  background-color: #ffebeb;
}

.slug-ex-table table tbody tr td:nth-child(4) {
  background-color: #d8ffd1;
}

.slug-ex-table table tbody tr i {
  position: absolute;
  right: 50px;
  color: #fff;
}
*

/* --------slug-libraries------------ */
.feature__body.boxed.boxed--border h3 {
  margin-bottom: 1.8rem;
  margin-top: 1.8rem;
  font-size: 20px;
}

.feature__body.boxed.boxed--border a {
  margin-bottom: 1.8rem;
}

.slugify-libraries article {
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  box-shadow: 1px 1px 20px 5px #e2e9ff;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.slugify-libraries article img {
  width: 200px;
}

.blog-card {
  width: 90%;
  margin: 0px auto;
  cursor: pointer;
  padding: 30px 20px;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 10px;
}

.blog-card:hover {
  box-shadow: 1px 1px 20px 5px #e2e9ff;
  border-radius: 10px;
}

.blog-card:hover h5 {
  color: var(--color-primary);
}

.blog-card h5 {
  font-size: 22px;

  color: var(--head-color);
}

.blog-card p {
  font-size: 14px;

  color: #000;
}

.blog-container > div {
  position: relative;
}

.blog-container > div::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  border-right: 1px solid #dddddd;
  top: 50%;
  transform: translatey(-50%);
}

.blog-container > div:last-child::after {
  content: "";
  border-right: none;
}

footer {
  background-color: #5c47cf;
  padding: 50px 0px 20px 0px;
}

.footer-links ul {
  list-style: none;
}

.footer-links ul li {
  margin-bottom: 20px;
}

.footer-links ul li a {
  font-weight: 300;
  color: #fff;
  position: relative;
}

.footer-links ul li a:before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0.1s;
}

.footer-links ul li a:hover:before {
  visibility: visible;
  width: 100%;
}

footer .container {
  padding-bottom: 80px;
}

footer .copyright {
  border-top: 1px solid #836dff;
  padding-top: 20px;
}

/* -----------URL Shortner----------- */

.url-short-container-text h1 {
  font-size: 2.8em;
  color: #2a305e;
  line-height: 1.2;
  margin-bottom: 4rem;
}

.url-short-container-text p {
  margin: 30px 0 20px 0px;
  font-size: 1.25em;
  color: #000;
}

.url-shortned label {
  margin: 20px 0;
  font-size: 1.25em;
  color: #000;
}

.url-shortned {
  display: flex;
  justify-content: space-around;
}

.url-shortned input {
  border: none;
  border: 1px solid #dee2ff;
  width: 78%;
  border-radius: 5px;
  padding-left: 13px;
  font-size: 1.1rem;
  font-weight: normal;
}

.url-shortned input:focus {
  border: none;
  outline: none;
  border: 1px solid var(--color-primary);
}

.url-shortned button {
  width: 180px;
  border: none;
  border-radius: 5px;
  font-size: 1.3rem;
  color: #fff;
  background-color: var(--color-primary);
}

.shortner-benifits div i {
  color: var(--color-primary);
  font-size: 40px;
}

.shortner-benifits div {
  padding: 20px 40px;
}

.shortner-benifits div h5 {
  font-size: 1.4rem;
  margin: 20px 0px 10px 0px;
}

.shortner-benifits div p {
  font-size: 14px;
  margin: 10px 0px;
  color: #000;
}

.counter-item h4 {
  font-weight: 600;
  font-size: 65px;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  display: inline-block;
  position: relative;
}
.counter-item h3 {
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.url-short-generate-output > div {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.url-short-generate-output > div label {
  margin: 0px 0px 10px 0;
  font-weight: 500;
  font-size: 1rem;
  color: var(--head-color);
}

.url-short-generate-output > div:last-child div {
  flex-direction: row;
  display: flex;
}

.url-short-generate-output > div {
  width: 100;
}

.url-short-generate-output > div input {
  border: none;
  border: 1px solid #dee2ff;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  padding-left: 20px;
}

.url-short-generate-output > div input:focus {
  border: none;
  outline: none;
  border: 1px solid #dee2ff;
}
.url-short-generate-output > div a {
  width: 120px;
  height: 40px;
  border: none;
  color: var(--color-primary);
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.url-short-generate-output > div a:hover {
  background-color: #f8f8f8;
}

/* ------------campaign url builder ---------------- */

.campaign-url-builder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.campaign-url-builder input {
  border: none;
  border: 1px solid #dee2ff;
  width: 100%;
  border-radius: 5px;
  height: 60px;
  padding-left: 20px;
  margin-top: 25px;
}

.campaign-url-builder input:focus {
  border: none;
  outline: none;
  border: 1px solid var(--color-primary);
}
.campaign-url-builder button {
  width: 180px;
  border: none;
  border-radius: 5px;
  color: #fff;
  background-color: var(--color-primary);
}

.campaign-url-builder span {
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
  margin-left: 10px;
  color: #b8bcc8;
}

.campaign-url-output > div {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.campaign-url-output > div label {
  margin: 0px 0px 10px 0;
  font-weight: 500;
  font-size: 1rem;
  color: var(--head-color);
}

.copy-slug-btn i {
  display: none;
}

.campaign-url-output > div a {
  background-color: #fff;
  border-radius: 5px;
}

.campaign-url-output > div:last-child div {
  flex-direction: row;
  display: flex;
}

.campaign-url-output > div {
  width: 100;
}

.why-slug.utm-tx > div {
  margin-bottom: 0px;
}

.why-slug.utm-tx > div > div p {
  margin: 0px;
  margin-top: 10px;
}

.campaign-url-output > div input {
  border: none;
  border: 1px solid #dee2ff;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border-radius: 5px;
}

.campaign-url-output > div input:focus {
  border: none;
  outline: none;
  border: 1px solid var(--color-primary);
}
.campaign-url-output > div a {
  width: 120px;
  height: 40px;
  border: 1px solid #dee2ff;
  border-left: none;
  color: var(--color-primary);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.campaign-url-output > div a:hover {
  background-color: #e1e1e1;
}

/* ------------url parser--------------- */

.tabs-wrapper .parse-gen-btn {
  width: 100%;
  display: flex;
  margin: 0px auto;
}

.tabs-wrapper .parse-gen-btn .btn-gen {
  display: block;
  padding-top: 0.58035714em;
  padding-bottom: 0.58035714em;
  padding-right: 3.48214286em;
  padding-left: 3.48214286em;
  background-color: #5c47cf;
  color: #fff;
  width: 25%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.3rem;
}

.parse-text {
  background: #fff;
  border: 1px solid #d8c0ff;
  border-radius: 5px;
  position: relative;
  margin: 10px 0px 40px 0px;
}

.parse-text input {
  border-radius: 5px;
}

.parse-generate-output {
  margin-top: 20px;
  margin-bottom: 80px;
}

.parse-generate-output > div table tbody tr td:nth-child(2) {
  word-break: break-all;
}

.url-short-generate-output > div a i {
  display: none;
}

.slug-text.slug-input.img-to-base-select {
  box-shadow: none;
  border: none;
}

.slug-text.slug-input.img-to-base-select > div select {
  height: 60px;
  border-radius: 5px;
  border: none;
  outline: none;
  border: 1px solid #dee2ff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.slug-text.slug-input.img-to-base-select > div option {
  padding: 50px 10px;
}

.slug-text.slug-input.img-to-base-select > div input {
  height: 60px;
  line-height: 43px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-size: inherit;
  border: 1px solid #dee2ff;
}

.slug-text.slug-input.img-to-base-select > div label {
  margin: 30px 0px 5px 0;
  font-weight: 500;
  text-align: left;
  font-size: 1rem;
  color: var(--head-color);
}

.slug-text.slug-input.img-to-base-select > div select:focus {
  box-shadow: none;
}

.slug-text.slug-input.img-to-base-select > div input:focus {
  box-shadow: none;
}

.slug-text.slug-input.img-to-base-select > div span {
  font-size: 13px;
  width: 100%;
  text-align: left !important;
  margin-top: 5px;
  margin-left: 10px;
  color: #b8bcc8;
}

.img-to-base-url {
  display: flex;
  flex-direction: column;
}

.img-to-base-url input {
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  padding-left: 1rem;
}

.img-to-base-url input:focus {
  border: 1px solid var(--color-primary-lite) !important;
}

#form-base64-converter-encode-image-format {
  width: 100%;
  margin-top: 30px;
  font-size: inherit;
  font-family: inherit;
}

#imgtobase-result {
  width: 100%;
  height: 250px;
  border: 1px solid #dee2ff;
  border-radius: 5px;
  resize: none;
  padding: 20px;
}

#imgtobase-result:focus {
  border: 1px solid var(--color-primary-lite);
  box-shadow: none;
  outline: none;
  padding: 20px;
}

.slug-generate-output.img-base > div label {
  margin: 0px 0px 5px 0px;
}

#imgToBaseUrl {
  display: none;
}

.copy-clr-download-btn a {
  cursor: pointer;
}

.slug-ex-table.img-base-table {
  width: 100%;
}

.slug-ex-table.img-base-table table tbody tr td:nth-child(1) {
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
  padding: 0px 8px 0px 18px;
}

.slug-ex-table.img-base-table table tbody tr td:nth-child(2) {
  padding: 0px 10px;
}

.img-base-generate-output > div > div span {
  font-size: 13px;
  width: 100%;
  text-align: left !important;
  margin-top: 5px;
  margin-left: 10px;
  color: #b8bcc8;
}

.main-container-text.img-to-base-head p {
  width: 100%;
}

.slug-input.baseto-img {
  margin: 10px 0px 45px 0px;
}

.slug-input.baseto-img label {
  font-weight: 500;
  text-align: left;
  font-size: 1rem;
  color: var(--head-color);
  margin-bottom: 5px;
}

.result-basetoimg span {
  font-size: 13px;
  width: 100%;
  text-align: left !important;
  margin-top: 5px;
  margin-left: 0px !important;
  color: #b8bcc8;
}

.word-count-txtarea {
  width: 100%;
  height: 350px;
  border: 1px solid #dee2ff;
  border-radius: 5px;
  padding: 20px;
  resize: vertical;
}

.word-count-txtarea:focus {
  border: 1px solid var(--color-primary-lite);
  box-shadow: none;
  outline: none;
  padding: 20px;
}

.word-count-result-div {
  padding-bottom: 20px !important;
}

.word-count-result-div div h3 {
  padding-right: 10px;
  margin-bottom: 0px;
  font-size: 1.25rem;
}

.word-count-result-div div span {
  font-size: 1rem;
  padding: 0px 15px;
  background-color: #e9e5ff;
  color: var(--color-primary);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-bottom: 0px;
  font-weight: 600;
}

.slug-input.txt-count {
  margin-top: 10px;
}

.highlighted {
  color: #0f5132 !important;
  background-color: #d1e7dd !important;
  border-color: #badbcc !important;
}

.highlighted:hover {
  color: #0f5132 !important;
  background-color: #d1e7dd !important;
  border-color: #badbcc !important;
}

.word-count-generate-output > div span {
  font-size: 1.25em;
  color: #000;
  margin-bottom: 5px;
}

.copy-slug-btn {
  background-color: #fff;
  border: 1px solid #dee2ff !important;
  border-radius: 5px;
}

.word-count-txtarea {
  min-height: 200px;
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow-y: scroll;
  border-radius: 5px;
}
.word-count-txtarea::-webkit-scrollbar {
  width: 5px;
}
.word-count-txtarea::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}
.word-count-txtarea::-webkit-scrollbar-thumb {
  background: #cacadb;
  border-radius: 5px;
  visibility: hidden;
}
.word-count-txtarea::-webkit-scrollbar-thumb:hover {
  background: #888888;
}
.word-count-txtarea:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

#topKeywordsTable tr {
  cursor: pointer;
}

#topKeywordsTable tr:hover {
  color: #5c47cf;
}

#topKeywordsTable tr td:nth-child(2) {
  position: relative;
}

.remove-cell {
  position: relative;
  right: 0;
  visibility: hidden;
}

#topKeywordsTable tr:hover td:nth-child(2) span {
  visibility: visible;
}

.remove-cell i {
  color: #ff6d59 !important;
  position: relative !important;
}

.enter-custom-keyword div input {
  border: none;
  border: 1px solid #dee2ff;
  width: 350px;
  border-radius: 5px;
  height: 60px;
  padding-left: 20px;
}

.enter-custom-keyword div input:focus {
  border: none;
  outline: none;
  border: 1px solid var(--color-primary);
}

.enter-custom-keyword div button {
  width: 100px;
  border-radius: 5px;
  color: #fff;
  background-color: var(--color-primary);
  box-shadow: none;
  outline: none;
  margin: 0px;
  border: none;
}

#searchResult div {
  margin-bottom: 0px !important;
  padding-top: 10px !important;
}

.custom-frequency {
  margin-left: 20px;
  height: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-frequency span {
  font-size: 1rem;
  padding: 0px 15px;
  margin-left: 10px;
  background-color: #e9e5ff;
  color: var(--color-primary);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-bottom: 0px;
  font-weight: 600;
}

.enter-custom-button p {
  color: var(--color-primary);
  text-decoration: underline;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
}

.select-case:focus {
  box-shadow: none;
}

.wc-clear button {
  width: 100px;
  margin-left: 1rem;
  border: 1px solid #e2e2e2;
}

#searchResulterror div {
  margin-top: 10px;
}

/* common code for all the tools */

.input-textarea-div textarea {
  height: 350px;
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow-y: scroll;
  border-radius: 5px;
  margin-top: 10px;
}

.input-textarea-div textarea:focus {
  border: 1px solid var(--color-primary-lite);
  box-shadow: none;
  outline: none;
  padding: 20px;
}

.input-textarea-div textarea::-webkit-scrollbar {
  width: 5px;
}
.input-textarea-div textarea::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}
.input-textarea-div textarea::-webkit-scrollbar-thumb {
  background: #cacadb;
  border-radius: 5px;
  visibility: hidden;
}
.input-textarea-div textarea::-webkit-scrollbar-thumb:hover {
  background: #888888;
}
.input-textarea-div textarea:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

.c-btn.bg-clr-btn {
  padding-top: 0.58035714em;
  padding-bottom: 0.58035714em;
  padding-right: 3.48214286em;
  padding-left: 3.48214286em;
  background-color: #5c47cf;
  color: #fff;
  width: auto;
  height: 60px;
  line-height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}

.c-btn.bg-lte-btn {
  width: 100px;
  border: 1px solid #e2e2e2;
  width: 150px;
  height: 60px;
}

.c-btn.bg-lte-btn i {
  margin-right: 5px;
}

.small-input input {
  border: none;
  border: 1px solid #dee2ff;
  width: auto;
  border-radius: 5px;
  height: 60px;
  padding-left: 20px;
}

.small-input input:focus {
  border: none;
  outline: none;
  border: 1px solid var(--color-primary);
}

.small-input button {
  width: 100px;
  height: 60px;
  border-radius: 5px;
  color: #fff;
  background-color: var(--color-primary);
  box-shadow: none;
  outline: none;
  margin: 0px;
  border: none;
}

.c-btn.copybtn {
  background-color: #fff;
  border-radius: 5px;
}

.c-btn.copybtn span {
  border-radius: 5px;
  color: var(--color-primary);
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0px;
}

.c-btn.copybtn {
  width: 120px;
  height: 40px;
  border: 1px solid #dee2ff;
  border-left: none;
  color: var(--color-primary);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.c-btn.copybtn:hover {
  background-color: #e1e1e1;
}

.qr-gen-div {
  margin-top: 50px;
}

.qr-gen-div div input {
  width: 100%;
  border: none;
  outline: none;
  margin: 0px auto;
  height: 70px;
  padding-left: 13px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e5ecf0;
  border-radius: 5px;
  position: relative;
  margin: 10px 0px 10px 0px;
}

.qr-gen-div div input:focus {
  border: none;
  outline: none;
  border: 1px solid var(--color-primary);
}

.qr-gen-div div label {
  margin: 10px 0px 5px 0;
  font-weight: 500;
  text-align: left;
  font-size: 1rem;
  color: var(--head-color);
}

.qr-gen-div div textarea {
  min-height: 100px;
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow-y: scroll;
  border-radius: 5px;
}

.qr-gen-div div textarea:focus {
  border: none;
  outline: none;
  border: 1px solid var(--color-primary);
}

.qr-gen-div div textarea::-webkit-scrollbar {
  width: 5px;
}
.qr-gen-div div textarea::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}
.qr-gen-div div textarea::-webkit-scrollbar-thumb {
  background: #cacadb;
  border-radius: 5px;
  visibility: hidden;
}
.qr-gen-div div textarea::-webkit-scrollbar-thumb:hover {
  background: #888888;
}
.qr-gen-div div textarea:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

.qr-gen-div div .charCount {
  color: #bebebe;
  font-size: 0.8rem;
}

.qrcode-container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#qrcode-container #qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
}

#qrcode-container-bg {
  background-image: url("/assets/img/qr/qr-result.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: 80%;
}

#downloadSection div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

#downloadSection a {
  border: none;
  background-color: none;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  background-color: #5c47cf;
  margin-right: 20px;
  border-radius: 5px;
  border: 1px solid var(--color-primary-lite);
  cursor: pointer;
}

#downloadSection a:last-child {
  margin-right: 0px;
}

#downloadSection a:hover {
  background-color: #5c47cf;
  transform: translatey(3px);
  transition: all 0.3s ease-in-out 0s;
}

.qr-buttons {
  border-bottom: 1px solid #cec5ff;
}

.qr-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  vertical-align: middle;
  color: inherit;
  font-weight: 200;
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 0.02857em;
  max-width: 360px;
  min-width: 90px;
  min-height: 72px;
  padding: 12px 16px;
  text-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 9px;
  padding-bottom: 9px;
  color: rgba(0, 0, 0, 0.6);
}

.qr-buttons a:hover {
  color: var(--color-primary);
}

.qr-buttons a > span {
  font-size: 1rem;
  font-weight: 600;
}

.qr-buttons a > i {
  font-size: 1.5rem;
  padding-bottom: 10px;
}

.sty-bdr {
  border-bottom: 3px solid var(--color-primary);
}

.sty-bdr span {
  color: var(--color-primary);
}

.sty-bdr i {
  color: var(--color-primary);
}

/* ------------------- images converters ------------ */

.custom-buttons.img-cnvrt {
  display: flex;
  align-items: center;
}

.custom-buttons.img-cnvrt div > :nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-buttons.img-cnvrt .form-check input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.custom-buttons.img-cnvrt .form-check label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-right: 20px;
  padding-top: 3px;
}

.c-btn.bg-lte-btn.img-up-fl {
  border-color: #c0b6f8 !important;
  background-color: #f4f2ff !important;
  width: 170px !important;
}

.img-up-fl:hover {
  border-color: #a698f3 !important;
  background-color: #eae7fa !important;
  transition: all 0.3s ease-in-out;
}

.upload-icon {
  color: #b7abfa;
}

.upload-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  border: 2px dashed #bbaeff;
  padding: 20px;
  text-align: center;
}

.upload-icon i {
  font-size: 48px;
  display: block;
  margin-bottom: 10px;
}

#watermarkText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0px);
  color: rgb(238, 238, 238);
  font-size: 30px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.rlc-input {
  width: 350px !important;
  margin-right: 15px;
}

@media (max-width: 757px) {
  .qr-gen-div div input {
    height: 60px;
  }
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    z-index: 9997;
  }

  .small-none {
    display: none;
  }

  .header .logo {
    padding-left: 10px;
  }

  .header .logo img {
    width: 100px;
  }

  .logo img {
    padding-left: 0px;
  }
  .soltns:hover {
    background-color: #f7f4ee;
    border-radius: 7px;
  }
  .short-navbar .nav-item a {
    font-size: 14px !important;
  }
  @media screen and (max-width: 1366px) {
    .menu-bg-mob {
      overflow-y: auto !important;
      max-height: 580px !important;
    }
  }

  @media screen and (min-width: 1367px) {
    .menu-bg-mob {
      overflow-y: visible !important;
      max-height: unset !important;
    }
  }

  .mobile-menu .navbar-nav {
    padding-top: 15px;
  }

  .mobile-menu .navbar-nav .nav-item .nav-link {
    color: var(--color-primary);
    padding: 10px 0px 10px 10px;
  }

  .main-container-text {
    padding-top: 40px;
    margin-top: 60px;
  }

  .main-container-text h1 {
    font-size: 32px;
    text-align: center;
  }

  .main-container-text p {
    margin: 0px 0 30px 0px;
    font-size: 15px;
    width: 100%;
  }

  .slug-text-container > div {
    border: none !important;
  }

  .pb-00 {
    padding-bottom: 0px !important;
  }

  .py-30 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pt-00 {
    padding-top: 0px !important;
  }

  .p-00 {
    padding: 0px !important;
  }
  .sml-p-10 {
    padding: 10px !important;
  }

  .sml-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .px-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pt-50 {
    padding-top: 20px;
  }

  .pt-15 {
    padding-top: 15px !important;
  }

  .mt-15 {
    margin-top: 15px !important;
  }

  .pb-15 {
    padding-bottom: 15px !important;
  }

  .ps-00 {
    padding-left: 0px !important;
  }

  .pb-50 {
    padding-bottom: 20px;
  }

  .p-50 {
    padding: 20px;
  }

  .pt-80 {
    padding-top: 30px !important;
  }

  .sml-p-20 {
    padding: 20px !important;
  }

  .pb-80 {
    padding-bottom: 30px;
  }

  .url-shortned input {
    height: 60px;
    width: 100%;
  }

  .url-shortned button {
    width: 100%;
    font-size: 16px;
    position: relative;
    float: right;
    margin-top: 10px;
    height: 60px;
  }

  .url-shortned {
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
    gap: 10px;
  }

  .url-short-generate-output > div label {
    text-align: center;
  }

  .url-short-generate-output > div input {
    height: 60px;
  }

  .shortner-benifits div p {
    width: 80%;
    margin: 0px auto;
  }

  .url-short-generate-output > div:last-child div {
    flex-direction: column;
    align-items: flex-end;
  }

  .url-short-generate-output > div a {
    width: 50px;
    height: 60px;
    border: none;
    color: var(--color-primary);
    position: absolute;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
  }

  .url-short-generate-output > div a i {
    display: none;
  }

  .slug-text-container div .row {
    max-width: 100%;
    padding: 0px !important;
    margin: 0px !important;
  }

  .slug-text-container div .row > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0px !important;
  }

  .slug-text-container > div {
    box-shadow: none;
    padding: 30px 10px;
  }

  .shortner-benifits div {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }

  .sg-head {
    font-size: 28px;

    text-align: center;
  }

  .why-slug div p {
    margin: 10px 0px 10px 0px;
  }

  .why-slug div {
    margin: 10px auto;
    text-align: center;
  }

  .tp-custom-accordio .accordion-body::before {
    left: 16px;
    right: 16px;
    height: 1px;
  }

  .tp-custom-accordio .accordion-buttons {
    padding: 15px 40px 15px 15px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    border-radius: 5px;
  }
  .tp-custom-accordio .accordion-buttons.collapsed {
    padding: 15px 40px 15px 15px;
  }

  .tp-custom-accordio .accordion-body {
    padding: 15px;
  }

  .tp-custom-accordio .accordion-items {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
  }

  .blog-card {
    padding: 20px 0px;
    text-align: center;
  }

  .blog-container > div::after {
    display: none;
  }

  footer .container {
    padding-bottom: 20px;
  }

  .faq-container {
    width: 100%;
  }

  .faq-container div {
    padding-right: 0;
  }

  .px-sm-none {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .input-check-custom {
    height: 60px;
    border: 1px solid var(--color-primary-lite);
  }

  .slug-text {
    box-shadow: none;
  }

  .tabs-controls form {
    flex-wrap: wrap;
    gap: 8px;
  }

  .slug-input {
    margin-bottom: 20px;
  }

  .tabs-wrapper .slug-gen-btn .btn-gen {
    width: 100%;
  }

  .tabs-wrapper .tabs-controls {
    margin-bottom: 20px;
  }

  .tabs-controls form div {
    border: 1px solid #d3cbff;
    padding: 15px 10px;
    position: relative;
    border-radius: 5px;
    width: 100%;
    margin-right: 0px;
  }

  .slug-generate-output {
    border: none !important;
    box-shadow: none;
    margin-top: 0px;
    padding: 0px 10px 30px 10px;
  }

  .slug-ex-table table th,
  .slug-ex-table table tbody tr td {
    padding: 10px;
    font-size: 16px;
  }

  .slugify-libraries article {
    box-shadow: none;
    width: 100%;
    border: 1px solid #e7e7e7;
  }

  .slugify-libraries {
    gap: 10px;
  }

  .copy-slug-btn {
    background-color: #fff;
    border-right: 1px solid #dee2ff !important;
    border-top: 1px solid #dee2ff !important;
    border-bottom: 1px solid #dee2ff !important;
    border-left: 0px;
    border-radius: 0px 5px 5px 0px;
  }

  .fill-fields-utm {
    font-size: 15px;
    text-align: center;
  }

  .main-container-text.utm-txt p {
    margin-bottom: 0px;
  }

  .slug-text-container.utm-txt h3 {
    border-top: 1px solid #b8bcc8;
    padding-top: 20px;
  }

  .campaign-url-output label {
    text-align: center;
  }

  .campaign-url-output > div a {
    width: 50px;
  }

  .main-container-text.parser-txt p {
    margin-bottom: 5px;
  }

  .tabs-wrapper .parse-gen-btn .btn-gen {
    width: 100%;
  }

  .parse-text {
    margin: 10px 0px;
  }

  .parse-generate-output {
    margin-bottom: 10px;
    border: none !important;
  }

  .parse-gen-btn.en-de .btn-gen {
    padding-left: 0px;
    padding-right: 0px;
  }

  .main-container-text.en-de p {
    margin-bottom: 10px;
  }

  .parse-generate-output.en-de > div {
    flex-direction: column;
  }

  .parse-generate-output.en-de > div #copy-button {
    width: 100%;
    height: 40px;
  }

  .slug-generate-output > div label {
    font-size: 1rem;
  }

  .slug-text.slug-input.img-to-base-select > div label {
    margin: 30px 0px 5px 0px !important;
  }

  .slug-ex-table.img-base-table table tbody tr td {
    font-size: 15px;
  }
  .slug-ex-table.img-base-table table tbody tr td:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
  }

  .slug-ex-table.img-base-table > div {
    overflow: scroll;
  }

  .slug-ex-table.img-base-table table tbody tr {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

  .txt-sm-cent {
    text-align: center;
  }

  .slug-ex-table.img-base-table p {
    padding: 0px 20px 20px 20px;
    text-align: center;
  }

  .custom-buttons {
    display: block !important;
    margin-top: 3px !important;
    margin-right: 0px !important;
  }

  .custom-buttons .c-btn.bg-clr-btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .custom-buttons div:nth-child(2) {
    display: inline-block;
    width: 48%;
  }

  .custom-buttons div:nth-child(3) {
    display: inline-block;
    width: 49%;
  }

  .custom-buttons div:nth-child(2) > button {
    width: 100%;
  }

  .custom-buttons div:nth-child(3) > button {
    margin-left: 5px;
    margin-right: 0px !important;
    width: 100%;
  }

  .input-textarea-div textarea {
    height: 200px;
  }

  .c-btn.copybtn span {
    font-size: 16px !important;
  }

  .c-btn.copybtn {
    width: 80px;
  }

  .highlighted,
  .c-btn.copybtn {
    font-size: 16px !important;
  }

  .word-count-result-div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .word-count-result-div div h3 {
    font-size: 16px;
  }

  .sml-w-60 {
    width: 60% !important;
  }

  .word-count-txtarea {
    height: 200px;
  }

  .enter-custom-button p {
    margin-top: 10px;
  }

  .enter-custom-keyword div input {
    width: auto;
  }

  .qr-buttons {
    flex-wrap: wrap;
    padding: 10px;
  }

  .qr-buttons a > span {
    font-size: 12px;
  }

  .qr-buttons a > i {
    font-size: 1rem;
  }

  .qr-buttons a {
    min-width: auto;
    margin-right: 0px !important;
  }

  .qr-gen-div {
    margin-top: 0px;
  }

  #qrcode-container-bg {
    background-image: none;
  }

  #qrcode-container {
    height: fit-content;
  }

  #qrcode-container h4 {
    margin-bottom: 15px !important;
  }

  .download-heading {
    margin-top: 15px !important;
  }

  .slug-ex-table {
    overflow-x: scroll;
  }

  .sml-px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .custom-buttons.img-cnvrt .form-check label {
    justify-content: flex-start;
  }

  #result-image {
    margin-top: 10px;
    padding-top: 0px !important;
  }

  #result-image .container {
    border-radius: 5px;
    border: 1px solid #d6d6d6;
  }

  #result-image {
    border-width: 0px !important;
  }

  .custom-buttons .form-check {
    margin-top: 10px;
  }
  .upload-icon {
    font-size: 32px;
  }

  .c-btn.bg-lte-btn.img-up-fl {
    height: 50px;
    width: 150px !important;
  }

  .upload-container {
    height: 190px;
  }

  #min-ht-auto {
    min-height: auto !important;
  }

  .rlc-input {
    width: 100% !important;
  }

  .custom-buttons .rlc-btn {
    width: 100% !important;
    margin-top: 10px;
  }

  .c-btn.bg-clr-btn {
    padding: 0.5rem 0px;
  }

  .tabs-wrapper .slug-gen-btn .btn-gen {
    padding: 0.5rem 0px;
  }
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color);
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-success-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.separator {
  display: block;
  height: 0;
  border-bottom: 1px solid var(--bs-border-color);
}
.separator.separator-dotted {
  border-bottom-style: dotted;
  border-bottom-color: var(--bs-border-dashed-color);
}
.separator.separator-dashed {
  border-bottom-style: dashed;
  border-bottom-color: var(--bs-border-dashed-color);
}
.separator.separator-content {
  display: flex;
  align-items: center;
  border-bottom: 0;
  text-align: center;
}
.separator.separator-content::before,
.separator.separator-content::after {
  content: " ";
  width: 50%;
  border-bottom: 1px solid var(--bs-border-color);
}
.separator.separator-content::before {
  margin-right: 1.25rem;
}
.separator.separator-content::after {
  margin-left: 1.25rem;
}
.separator.separator-content.separator-dotted::before,
.separator.separator-content.separator-dotted::after {
  border-bottom-style: dotted;
  border-bottom-color: var(--bs-border-dashed-color);
}
.separator.separator-content.separator-dashed::before,
.separator.separator-content.separator-dashed::after {
  border-bottom-style: dashed;
  border-bottom-color: var(--bs-border-dashed-color);
}
.separator.separator-content.border-light::before,
.separator.separator-content.border-light::after {
  border-color: #f9f9f9 !important;
}
.separator.separator-content.border-primary::before,
.separator.separator-content.border-primary::after {
  border-color: #3e97ff !important;
}
.separator.separator-content.border-secondary::before,
.separator.separator-content.border-secondary::after {
  border-color: #e1e3ea !important;
}
.separator.separator-content.border-success::before,
.separator.separator-content.border-success::after {
  border-color: #50cd89 !important;
}
.separator.separator-content.border-info::before,
.separator.separator-content.border-info::after {
  border-color: #7239ea !important;
}
.separator.separator-content.border-warning::before,
.separator.separator-content.border-warning::after {
  border-color: #f6c000 !important;
}
.separator.separator-content.border-danger::before,
.separator.separator-content.border-danger::after {
  border-color: #f1416c !important;
}
.separator.separator-content.border-dark::before,
.separator.separator-content.border-dark::after {
  border-color: #181c32 !important;
}

.service-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.service-space-left {
  padding-left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .service-space-left {
    padding-left: 0;
  }
}

.tp-service-item {
  /* background-color: var(--tp-common-yellow-2); */
  padding: 35px 25px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .tp-service-item {
    padding: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-item {
    padding: 30px;
  }
}
.tp-service-item__content .tp-service-sm-title {
  margin-bottom: 35px;
}
.tp-service-item__button-link a {
  padding: 15px 20px 15px 5px;
  background-color: var(--tp-common-white);
  border-radius: 100px;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  line-height: 1;
}
.tp-service-item__button-link a:hover {
  color: var(--tp-common-yellow);
}
@media (max-width: 767px) {
  .tp-service-item__button-link a {
    font-size: 12px;
    padding: 10px 5px 10px 0px;
  }
}
.tp-service-item__button-link a span {
  position: relative;
  margin-right: 10px;
}
.tp-service-item__button-link a span::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 13px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: var(--tp-common-yellow);
}
@media (max-width: 767px) {
  .tp-service-item__button-link a span::after {
    top: -2px;
    left: 17px;
    height: 20px;
    width: 20px;
  }
}
.tp-service-item__button-link a span svg {
  color: var(--tp-common-white);
  position: relative;
  z-index: 5;
}
.tp-service-item__icon span {
  height: 67px;
  width: 67px;
  background-color: var(--tp-common-yellow);
  display: inline-block;
  text-align: center;
  line-height: 67px;
  border-radius: 50%;
}
.tp-service-item__icon span svg {
  color: var(--tp-common-white);
}
.tp-service-item.sv-color-blue-one {
  background-color: var(--tp-common-green-2);
}
.tp-service-item.sv-color-blue-one .tp-service-item__button-link a:hover {
  color: var(--tp-common-green);
}
.tp-service-item.sv-color-blue-one .tp-service-item__button-link a span::after {
  background-color: var(--tp-common-green);
}
.tp-service-item.sv-color-blue-one .tp-service-item__icon span {
  background-color: var(--tp-common-green);
}
.tp-service-item.sv-color-blue-two {
  background-color: var(--tp-common-blue);
}
.tp-service-item.sv-color-blue-two .tp-service-item__button-link a:hover {
  color: var(--tp-theme-1);
}
.tp-service-item.sv-color-blue-two .tp-service-item__button-link a span::after {
  background-color: var(--tp-theme-1);
}
.tp-service-item.sv-color-blue-two .tp-service-item__icon span {
  background-color: var(--tp-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-content {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-space-bottom {
    padding-bottom: 0;
  }
}

.tp-service-item-two {
  background-color: var(--tp-common-black-3);
  padding: 80px 55px;
  border-radius: 20px;
  position: relative;
  transition: 0.3s;
}
.tp-service-item-two:hover {
  margin-top: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-item-two {
    padding: 55px 40px;
  }
}
.tp-service-item-two__icon {
  margin-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-item-two__icon {
    margin-bottom: 30px;
  }
}
.tp-service-item-two__icon svg {
  min-height: 74px;
  min-width: 74px;
}
.tp-service-item-two__title {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--tp-border-5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-item-two__title {
    padding-bottom: 20px;
  }
}
.tp-service-item-two__title a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.tp-service-item-two__title a:hover {
  background-size: 0% 1px, 100% 1px;
}
.tp-service-item-two__button:hover span {
  color: var(--tp-common-green);
}
.tp-service-item-two__button span {
  font-size: 16px;
  color: var(--tp-grey-3);
  transition: 0.3s;
}
.tp-service-item-two__count {
  position: absolute;
  top: 80px;
  right: 55px;
}
.tp-service-item-two__count .counter-content {
  height: 50px;
  width: 50px;
  background-color: var(--tp-common-black);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: 2px dashed var(--tp-border-5);
  position: relative;
}
.tp-service-item-two__count .counter-content::after {
  font-size: 14px;
  content: "0" counter(count);
  counter-increment: count;
  color: #fff;
}

.tp-service-item.pb-0 .tp-service-item__content div img {
  padding: 0px 20px;
}

.tp-service-sm-title:hover {
  color: var(--tp-theme-1);
  transition: all 0.1s linear;
}

.counter-row {
  counter-reset: count;
}

.service-item-three {
  padding: 55px 60px;
  border: 1px solid var(--tp-border-1);
  border-radius: 20px;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-item-three {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .service-item-three {
    padding: 30px 30px;
  }
  .tp-service-item.pb-0 .tp-service-item__content div img {
    position: relative;
    bottom: 0;
    padding: 0px;
  }
}
.service-item-three:hover {
  box-shadow: 0px 55px 89px rgba(0, 0, 0, 0.1);
}
.service-item-three__img {
  margin-bottom: 40px;
}
.service-item-three__content {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service-item-three__content,
  .service-item-three__img {
    margin-bottom: 15px;
  }
}
.service-item-three__content p {
  font-size: 18px;
  line-height: 30px;
  color: #6a6a74;
}
@media (max-width: 767px) {
  .service-item-three__content p {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.service-item-three__content .tp-service-sm-title {
  margin-bottom: 30px;
}
.service-item-three__content .tp-service-sm-title:hover {
  color: var(--tp-common-green);
}
.service-item-three__button a {
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  line-height: 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .service-item-three__content .tp-service-sm-title {
    margin-bottom: 5px;
  }
  .service-item-three__button a {
    font-size: 13px;
  }
}
.service-item-three__button a:hover {
  color: var(--tp-common-green);
}
.service-item-three__button a:hover span::after {
  background-color: var(--tp-common-green);
}
.service-item-three__button a:hover span svg {
  color: var(--tp-common-white);
  position: relative;
  z-index: 5;
}
.service-item-three__button a span {
  position: relative;
  margin-right: 10px;
}
.service-item-three__button a span::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 13px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: var(--tp-common-yellow);
  transition: 0.3s;
}
.service-item-three__button a span svg {
  color: var(--tp-common-white);
  position: relative;
  z-index: 5;
}

.tp-service-item__icon {
  margin-bottom: 16px;
}

.tp-service-item.srv-color-purple {
  background-color: var(--tp-service-1);
}

.tp-service-item.srv-color-red {
  background-color: var(--tp-service-2);
}

.tp-service-item.srv-color-blue {
  background-color: var(--tp-service-3);
}

.srv-color-blue-col {
  background-color: var(--tp-service-3);
}

.srv-color-red-col {
  background-color: #fff0f0;
}

.srv-color-yellow-col {
  background-color: #fffedf;
}

.srv-color-purple-col {
  background-color: #efe8ff;
}

.tp-service-item.h-442 {
  height: 442px;
}

.tp-service-item.h-221 {
  height: 221px;
}

.tp-service-item.h-450 {
  height: 425px;
}

.tp-service-item.h-201 {
  height: 201px;
}

.tp-section-title {
  font-weight: 600;
  font-size: 55px;
  line-height: 1.2 !important;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 2rem !important;
  }
  .card .card-header .card-toolbar ul {
    padding: 0px 12px;
  }
}

.tp-section-title-sm {
  font-weight: 600;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-sm {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-sm {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-sm {
    font-size: 35px;
  }
}

.tp-section-title-xs {
  font-weight: 600;
  font-size: 45px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-xs br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-section-title-xs {
    font-size: 32px;
  }
  .tp-section-title-xs br {
    display: none;
  }
}

.tp-service-sm-title {
  line-height: 27px;
  font-family: var(--tp-ff-heading) !important;
}

.tp-service-sm-title a {
  color: #161616;
  font-size: 1.3rem;
}

.tp-service-item.h-201 {
  height: auto;
  width: auto;
}
.tp-service-item.h-450 {
  height: auto;
  width: 100%;
}
.tp-service-sm-title-head,
.tp-service-sm-title-head-1,
.tp-service-sm-title-head-2 {
  font-size: 35px;
  line-height: 35px;
}
.tp-service-sm-title-head-1 {
  line-height: 42px;
}
.tp-service-sm-title-head-2 {
  line-height: 36px;
}

@media (max-width: 767px) {
  .tp-service-item {
    border-radius: 10px !important;
  }
}

.sub-title-sm {
  font-size: 19px;
  margin-bottom: 8px;
  color: #1b1723;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.z-10 {
  z-index: 10;
}

.circle-btn-container:hover div > div .circle-button img {
  transition: all 0.2s ease-in-out;
  scale: 1.1;
}

.circle-button {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #f2f0f9;
  color: white;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.circle-text {
  width: 130px;
  height: 130px;
  box-sizing: border-box;
  border-radius: 50%;
}

.circle-btn-container {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.empty-circle {
  width: 170px;
  height: 170px;
  background-color: #f2f0f9;
  border-radius: 50%;
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
}

/* integration section */

.int-block {
  width: calc(1 * 50%);
  aspect-ratio: 1 / 1;
}

.int-block div {
  padding: 30px;
  width: fit-content;
}

.int-bg-one {
  background-color: #f7f7e3;
}

.int-bg-two {
  background-color: #e8fdf6;
}

.int-bg-three {
  background-color: #e5f1fb;
}

.int-bg-four {
  background-color: #fbe0e6;
}

.int-bg-five {
  background-color: #dffbdb;
}

.int-bg-six {
  background-color: #f7f7e3;
}

.integration-text {
  color: white;
  bottom: 0;
  text-align: center;
  padding: 20px 30px 35px 30px;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  backdrop-filter: spread(10px);
}

.integration-text h3 {
  font-weight: bold;
}

.int-logo {
  opacity: 1;
}

/* Add CSS styles for the 'fade' class */
.intfade {
  transition: opacity 0.6s ease;
  opacity: 1;
}

.intfade.hidden {
  opacity: 0;
}

.bx-shdow {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.bx-shdow-1 {
  box-shadow: 0px -3px 32px -4px rgba(0, 0, 0, 0.1);
}

.carousel-indicators.theme-1 button {
  background-color: #8d8d8d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

@media (max-width: 762px) {
  .testimonial-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .testimonial-container > p {
    text-align: center;
  }
}

.carousel-indicators.theme-1 {
  top: 10px;
  right: -60% !important;
  margin-right: 0px;
}

.carousel-indicators.rounded-indicators button {
  background-color: #8d8d8d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.carousel-indicators.rounded-indicators.theme-six-indi {
  left: 8%;
}

.carousel-item img {
  width: max-content;
}

@media (max-width: 1320px) {
  .carousel-item img {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .carousel-indicators.theme-1 {
    right: 12% !important;
    top: -9%;
  }
}

@media (max-width: 375px) {
  .pt-12 {
    padding-top: 20px !important;
  }
}

.site-footer {
  /* background-color: #5c47cf; */
  /* background-color: #181c32; */
  /* background: #fafafb; */
  /* background: rgb(92,71,207);
background: linear-gradient(180deg, rgb(104, 81, 236) 0%, rgb(63, 48, 150) 100%); */
  font-size: 14px;

  line-height: 20px;
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../media/illustrations/footer.jpg");
  z-index: -2;
}

.site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #100550e0;
  z-index: -1;
}

.site-footer .footer-main-content {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px 0 32px;
  /* border-bottom: 1px solid #7a7a7a; */
  border-bottom: 1px solid #34217a;
}

.footer-cta-input {
  padding-right: 185px !important;
}

.get-started-now {
  border-radius: 0.42rem !important;
}

.short-hero.cta-signup {
  padding: 90px 0px 120px;
}

@media (max-width: 992px) {
  .form-floating #floatingInput {
    border-radius: 0.55rem;
  }

  .get-started-now {
    border-radius: 0.55rem !important;
  }

  .footer-cta-input {
    padding-right: 15px !important;
    border-radius: 0.55rem !important;
  }
  .cta-signup {
    padding-bottom: 40px !important;
  }
  .total-shots-container {
    padding-top: 10px;
  }
}

.other-free-tools {
  padding: 48px 0 32px;
  /* border-bottom: 1px solid #e7e7e9; */
  border-bottom: 1px solid #34217a;
}

@media (min-width: 1160px) {
  .site-footer .footer-main-content {
    flex-direction: row;
    padding: 72px 0 50px 0px;
  }
  .other-free-tools {
    padding: 50px 0;
  }
}

.site-footer .divsly-wordmark {
  width: 104px;
  -webkit-transition: fill 200ms ease;
  transition: fill 200ms ease;
  fill: #ea4c89;
}

.site-footer .divsly-wordmark:hover {
  fill: #bb3d6e;
}

.site-footer .tagline {
  max-width: 256px;
  margin: 20px 0;
  color: var(--bs-dark-footer-text) !important;
}

.site-footer .social-links-container a {
  color: #3d3d4e;
}

.site-footer .social-links-container a:hover {
  color: #0d0c22;
}

.site-footer .social-links-container .icon {
  width: 18px;
  height: 18px;
  /* margin-top: 8px; */
  margin-right: 14px;
}

.site-footer .social-links-container a:nth-child(4) svg {
  margin-right: 0px !important;
}

.site-footer .links-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 768px) {
  .site-footer .links-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1160px) {
  .site-footer .links-container > .links-column {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .site-footer > .links-column {
    margin-right: 36px;
  }

  .site-footer > .links-column:last-of-type {
    margin-right: 0;
  }
}

.site-footer .links-column {
  width: 50%;
  padding: 0px 5px 0px 0px;
}

@media (min-width: 1160px) {
  .site-footer .links-column {
    width: fit-content;
    /* margin-left: 40px; */
  }
}

.site-footer .link-heading,
.footer-contact .link-heading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 32px;
  /* color: #0d0c22; */
  color: var(--bs-dark-footer-heading);
}

.footer-contact div {
  color: var(--bs-dark-footer-text);
}

@media (min-width: 1160px) {
  .site-footer .link-heading {
    margin-top: 0;
  }

  .site-footer .link-heading:not(:first-child) {
    margin-top: 24px;
  }
}

.site-footer .link h6 {
  display: block;
  margin-top: 11px;
  /* color: #3d3d4e; */
  color: var(--bs-dark-footer-text) !important;
  font-size: 14px;

  line-height: 20px;
}

.cntry {
  color: var(--bs-dark-footer-heading) !important;
}

.site-footer .link:hover {
  color: #0d0c22;
}

.site-footer .footer-lower-content {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0;
  /* color: #6e6d7a; */
  color: #fff;
}

@media (min-width: 1160px) {
  .site-footer .footer-lower-content {
    flex-direction: row;
    padding: 20px 0;
  }
}

.site-footer .total-shots-container div:first-child {
  padding-right: 15px;
  border-right: 1px solid #34217a;
  margin-right: 15px;
}

@media (max-width: 992px) {
  .site-footer .total-shots-container div:first-child {
    padding-right: 0px;
    padding-top: 5px;
    border-right: 0px;
    margin-right: 0px;
  }
  .footer-lower-content div p {
    padding-top: 5px;
  }
}

.site-footer .total-shots-container {
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1160px) {
  .site-footer .total-shots-container {
    flex-direction: row;
  }
}

.site-footer .total-shots-container .shots-count {
  color: var(--bs-dark-footer-heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.site-footer .total-shots-container .divsly-ball {
  width: 24px;
  height: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .footer-lower-content {
    padding: 20px 10px !important;
  }
}

@media (min-width: 1160px) {
  .site-footer .total-shots-container .divsly-ball {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8px;
  }
}

.footer-cta {
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(224, 218, 255, 1) 100%
  );
}

.footer-floating-form input {
  outline: none;
  border: 2px solid var(--bs-info);
  border-radius: 50px;
  padding-left: 30px !important;
}

.footer-floating-form .get-started-now {
  height: 70px;
  right: 0px;
  border-radius: 50px !important;
  padding: 0px 25px !important;
}

.accessibility-text {
  position: absolute;
  width: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-prev-btn,
.custom-next-btn {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}

.custom-prev-btn {
  left: 10px;
}

.custom-next-btn {
  right: 10px;
}

.onhvrnobg:hover {
  background-color: transparent !important;
  color: var(--color-primary) !important;
  padding-right: 6px !important;
}

.onhvrnobg::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-left: 10px;
  display: none;
}

@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}

.onhvrnobg:hover::after {
  display: block;
  animation: tfLeftToRight 0.2s ease-in-out;
}

.customtabbutton.active {
  color: var(--color-primary) !important;
  border-radius: 5px 5px 0px 0% !important;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item.show .nav-link,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
  border-bottom: 3px solid var(--color-primary) !important;
}

.custom-card-border {
  border: 3px solid #110909 !important;
  margin: 0px auto;
  border-radius: 13px;
}
.custon-qrcard-border {
  border: 8px solid #d80606 !important;
  margin: 0px auto;
  border-radius: 13px;
}

.customtabbutton.active i {
  color: var(--color-primary) !important;
}

.pt-100-trusted {
  padding-top: 100px;
}

/* ------------------ mobile Responsive -------------- */

@media (max-width: 839px) and (min-width: 0px) {
  .short-hero h1 {
    font-size: 40px;
    line-height: 48px !important;
    font-weight: 700;
    letter-spacing: -1px;
  }

  .short-hero p {
    font-size: 16px;
    width: 100%;
    line-height: 24px;
  }

  .dsm-none {
    display: none;
  }
  .short-hero {
    padding: 10px 0px;
  }

  .empty-circle {
    width: 70px;
    height: 70px;
    top: -40px;
  }
  .circle-text {
    width: 59px;
    height: 59px;
  }
  .circle-button {
    width: 39px;
    height: 39px;
  }
  .circle-btn-container {
    top: -35px;
  }

  .circle-icon img {
    width: 18px;
  }

  .nav-line-tabs .nav-item .nav-link.active,
  .nav-line-tabs .nav-item.show .nav-link,
  .nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    border-bottom: 1px solid var(--color-primary) !important;
  }

  .pt-lg-50 {
    padding-top: 0px !important;
  }

  .smp-none {
    padding: 0px !important;
  }

  .smw-100 {
    width: 100% !important;
  }

  .smm-0 {
    margin: 0px !important;
  }
  .smborder-none {
    border: none !important;
  }

  .pb-120 {
    padding-bottom: 30px;
  }

  .pt-120 {
    padding-top: 30px;
  }

  .pt-100-trusted {
    padding-top: 20px;
  }

  .smjustify-content-center {
    justify-content: center !important;
  }

  .smrounded-none {
    border-radius: 0px !important;
  }
}

@media (max-width: 320px) {
}

.menu-bg-mob {
  background-color: var(--bs-menu-dropdown-bg-color);
  box-shadow: var(--bs-menu-dropdown-box-shadow);
}

.heading-1.h1.wor {
  color: #e4e4e4;
  margin-bottom: 0;
  margin-left: 19vw;
  font-size: 7.8vw;
}
.heading-1 .h1 {
  color: #767171;
  margin-top: -3vw;
  margin-bottom: 0;
  margin-left: 38vw;
}
.resource-m-heading {
  color: #000;
  letter-spacing: -6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 7.8vw;
  font-weight: 500;
  line-height: 100%;
  width: 70%;
}

.ttt {
  padding-top: 70px;
}

/*------------------------ BUTTON SECTION----------------------- */

.custom-btn {
  border-radius: 25px;
  padding: 10px 20px;
  margin: 5px;
  box-shadow: 1px 1px 3px transparent;
  cursor: pointer;
  font-size: 15.36px;
}

.button-details {
  padding-bottom: 50px;
}

/* BOTTOM SECTION */

.heading-service {
  margin-top: 1.8vw;

  font-weight: 600;
  line-height: 28px;
  font-size: 22px;
  color: black;
}

.heading-service a {
  text-decoration: none;
  color: black;
}

.para-2 {
  width: auto;
  color: #4d4d4d;
  width: auto;
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Lausannepan 350", sans-serif;
  font-size: 1vw;

  line-height: 1.2vw;
}

.heading-4 {
  color: #000;
  letter-spacing: -0.7vw;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 4.1vw;

  font-size: 10vw;

  line-height: 85%;
}

.div-block-7 {
  width: 100%;
  margin-top: 2.4vw;
  display: flex;
  border: none;
}
.list-disc {
  list-style-type: disc !important;
}
/* -----------------------------Custom CSS for blog layout ----------------------*/

.page-content {
  font-size: 14px;
  width: fit-content;
  line-height: 30px;
}

.page-content ul {
  list-style-type: none;
}

.page-content h3 {
  padding-top: 30px;
  line-height: 30px;
}

.article-quote {
  padding: 50px;
  background-color: rgb(246, 246, 246);
  width: 100%;
  margin: 50px 0px;
  border-left: 6px solid #5c47cf;
  font-size: 16px;
}
.pg-content {
  font-size: 14px;
  width: fit-content;
  line-height: 30px;
}
.pg-content-ul li {
  font-size: 14px !important;
  padding-bottom: 17px;
  margin-left: 10px !important;
}
.pg-content-ul {
  margin: 20px 0px;
}
.pg-content-ul li span {
  font-size: 14px;
  color: #7b7f8a;
}
.page-content ul {
  padding-top: 20px;
}

.pg-content-t {
  padding-bottom: 20px;
}
.page-content ul li {
  font-size: 16px;
  padding-bottom: 20px;
}
.page-content ul li span {
  padding-left: 0px;
}
.page-content ul li a {
  text-decoration: underline;
}
.page-content ul li i {
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  color: #5c47cf;
  line-height: 30px;
}

.period {
  font-size: 35px;
}

.feature-outline div:nth-child(2) span {
  background-color: #f0edff;
}

.feature-outline div span {
  border: 1px solid #f1f1f1;
  border-top: 0px;
  border-bottom: 0px;
  justify-content: center;
  align-items: center;
}

.feature-outline-div .col-4 > div {
  border: 1px solid #f1f1f1;
  border-top: 0px;
  border-bottom: 0px;
}

.feature-outline-div .col-4:nth-child(2) > div {
  background-color: var(--color-primary);
  border-radius: 25px 25px 0px 0px;
  color: #fff;
}

.feature-outline-div .col-4:nth-child(1) > div {
  border-radius: 25px 25px 0px 0px;
  border-top: 1px solid #f1f1f1;
}

.feature-outline-div .col-4:nth-child(3) > div {
  border-radius: 25px 25px 0px 0px;
  border-top: 1px solid #f1f1f1;
}

.feature-outline div:nth-child(2) .bg-gray-200 {
  --bs-bg-rgb-color: var(--bs-gray-200-rgb);
  background-color: var(--bs-gray-200);
}

.feature-outline-end div:nth-child(2) span {
  border-radius: 0px 0px 25px 25px;
  background-color: #f0edff;
}

.feature-outline-end div:nth-child(1) span {
  border-radius: 0px 0px 25px 25px;
  border-bottom: 1px solid #f1f1f1;
}

.feature-outline-end div:nth-child(3) span {
  border-radius: 0px 0px 25px 25px;
  border-bottom: 1px solid #f1f1f1;
}

.feature-outline-end div span {
  border: 1px solid #f1f1f1;
  border-top: 0px;
  border-bottom: 0px;
  justify-content: center;
  align-items: center;
}

.feature-color tr td:nth-child(3) {
  background-color: #f0edff !important;
  box-shadow: none !important;
}

.compare-highlight tr td:nth-child(1) {
  background-color: #f0edff !important;
  box-shadow: none !important;
}
.compare-highlight tr td:nth-child(4) {
  background: transparent !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.blog-post div div h1 {
  font-size: 3.75rem;
  font-weight: 800;
}

.blog-post div div p {
  font-size: 22px;
  color: var(--color-primary);
}

.blog-post div div p:first-child {
  margin-bottom: 5px;
}

.resource-image-container img {
  border-radius: 10px;
}

.heading-page {
  color: #000;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}
.headings-policy {
  color: #000;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.headings-policy ul li span {
  color: #9fa6b6;
}
.policy-title {
  font-size: 42px !important;
  font-weight: 800 !important;
}
.headi {
  font-size: 35px;
  padding: 120px 0px 20px 0px;
}

.img-details {
  border-radius: 10px;
}

.brand-circle {
  position: relative;
  text-align: center;
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  margin-left: -22px;
}
.brand-circle.brand-circle_lg {
  width: 410px;
  height: 410px;
  margin-left: -22px;
}

.partners-sub_title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 16px;

  color: var(--color-primary);
}

.partners-title span {
  color: #7b7b7b;
}

@media only screen and (max-width: 991px) {
  .brand-circle.brand-circle_lg {
    width: 350px;
    height: 350px;
  }
  .brand-circle.brand-circle_lg img {
    width: 250px;
  }
  .resource-blog-section {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .resource-blog-section div:first-child div:nth-child(2) {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 599px) {
  .brand-circle.brand-circle_lg {
    width: 250px;
    height: 250px;
  }
  .brand-circle.brand-circle_lg {
    width: 160px;
    height: 160px;
  }
  .brand-circle.brand-circle_lg img {
    width: 80px;
  }
}

.gradient-rectangle {
  width: 100px;
  height: 40px;
  background: linear-gradient(to right, #555, #ddd);
}

.direction-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.direction-list-item {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 5px;
  cursor: pointer;
}

.direction-icon {
  margin-right: 5px;
}

.text-wrap-resource {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  line-clamp: 1;

  -webkit-box-orient: vertical;
}

.threeline-clamp {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  line-clamp: 3;

  -webkit-box-orient: vertical;
}

.filtercategory {
  margin-bottom: 3vw;
}

.filtercategory div {
  overflow: hidden !important;
  width: 100%;
}

.filtercategory img {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}

.filtercategory:hover img {
  transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.filtercategory:hover h2 {
  transform: translate3d(0px, 10px, 0);
  transition: transform 0.3s ease;
}

.filtercategory:hover p {
  transform: translate3d(0px, 10px, 0);
  transition: transform 0.4s ease;
}
.filtercategory h2 {
  margin-top: 18px;
}

.rounded-55rem {
  border-radius: 0.55rem !important;
}

@media only screen and (max-width: 599px) {
  .resource-m-heading {
    color: #000;
    letter-spacing: 1px;

    font-size: 35px;
    font-weight: 700;
    width: 90%;
  }

  .ttt {
    padding-top: 30px;
  }

  .custom-btn {
    border-radius: 25px;
    padding: 10px 20px;
    margin: 5px 5px 5px 0px;
    box-shadow: 1px 1px 3px transparent;
    cursor: pointer;
    font-size: 13.36px;
  }

  .para-2 {
    width: auto;
    color: #4d4d4d;
    margin-bottom: 20px;
    width: auto;
    letter-spacing: auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 17px;
  }

  .filtercategory h2 {
    margin-top: 10px;
  }

  .filtercategory div a img {
    border-radius: 5px;
  }

  .blog-post div div h1 {
    font-size: 30px;
    font-weight: 800;
  }
  .page-content h3 {
    padding-top: 20px;
    font-size: 22px;
    font-weight: 700;
  }
  .page-content {
    line-height: unset;
  }
  .heading-page {
    font-size: 20px;
  }

  .article-quote {
    padding: 20px;
    margin: 25px 0px;
  }
}

.features-heading {
  font-size: 5rem;
  line-height: 70px;
  font-weight: 800;
  margin: 0 auto 1.25rem;
  text-align: center;
  vertical-align: baseline;
  color: #181c32;
}

.features-info {
  margin-bottom: 32px;
  font-size: 1.5rem;

  line-height: 32px;
  text-align: center;
  color: #35303f;
}

.features__btns {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.features__btn:not(:last-child) {
  margin-right: 24px;
}

.features__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.features__btns:first-child {
  font-size: 16px;
}

.features__btn {
  margin-right: 24px;
  padding: 14px 28px !important;
  font-size: 16px !important;
  display: flex;
  border-radius: 0.55rem !important;
  align-items: center;
}

.btn-outline-info.features__btn {
  padding: 12px 28px !important;
}

.features__preview:nth-child(2) {
  position: absolute;
  left: -144px;
  bottom: 14%;
  width: 72%;
}

.features__col {
  flex: 0 0 33%;
  width: 33%;
  padding: 0 80px;
}
.features__col:nth-child(2) {
  flex: 0 0 34%;
  width: 34%;
  border-width: 0 4px;
  border-style: solid;
  border-color: rgba(116, 143, 181, 0.1);
}

.features__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 62px;
  border-radius: 50%;
  background: rgba(116, 143, 181);
}

.features__category {
  margin-bottom: 24px;

  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.features__text {
  max-width: 240px;
  color: #6e757c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.features {
  margin-bottom: 134px;
}

.options .stage {
  margin-bottom: 16px;
  text-align: center;
}

.options__title {
  margin-bottom: 88px;
  text-align: center;
  font-size: 48px;
  line-height: 1.16667;
  font-weight: 600;
}

.options__preview {
  margin: 0 -25px 110px -20px;
}

.options__preview img {
  max-width: 100%;
}

.options__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -72px -12px 0;
}

.options__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 24px);
  flex: 0 0 calc(25% - 24px);
  width: calc(25% - 24px);
  margin: 72px 12px 0;
}

.options__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  margin-bottom: 24px;
  font-size: 0;
}

.options__info {
  max-width: 210px;
  margin-bottom: 24px;

  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.options__text {
  position: relative;
  max-width: 215px;
  padding-top: 28px;
  color: #6e757c;

  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.options__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: rgba(116, 143, 181, 0.15);
}

/* .options:not(:last-child) {
  margin-bottom: 136px;
} */

.center {
  max-width: 1320px;
  margin: 0 auto;
}

.options .stage {
  margin-bottom: 16px;
  text-align: center;
}

.stage {
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.33333;
  text-transform: uppercase;
  color: #748fb5;
}

.feature-cap {
  font-size: 14px;

  font-weight: 500;
  letter-spacing: 0px;
  line-height: 20px;
  text-align: left;
  color: #000;
  text-decoration: none;
  text-transform: none;
}

.featured-cols {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 96px;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 0;
  position: relative;
}

.featured-cols > div:first-child {
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 22px;
  height: min-content;
  justify-content: center;
  max-width: 416px;
  padding: 0;
  position: relative;
  width: 416px;
}

.featured-cols > div:last-child {
  border-radius: 32px;
  opacity: 1;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  height: 600px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 600px;
  will-change: transform;
}

.featured-cols div h3 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 48px;
  text-align: left;
  color: #000000;
  text-decoration: none;
  text-transform: none;
}

.featured-cols div p {
  font-size: 1.5rem;
  color: #35303f;

  letter-spacing: 0px;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

@media only screen and (max-width: 1179px) {
  .m-feature-center {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature-center {
    padding: 0 12px;
  }
}

.m-feature-container {
  position: relative;
  padding: 38px 140px;
  color: #ffffff;
}

@media only screen and (max-width: 1179px) {
  .m-feature-container {
    padding: 38px 80px;
  }
}

@media only screen and (max-width: 1023px) {
  .m-feature-container {
    padding: 44px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature-container {
    padding: 20px 32px;
  }
}

.m-feature-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background: #291456;
  border-radius: 24px;
}

.m-feature-bg:before,
.m-feature-bg:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(
    135.15deg,
    #672713 1.17%,
    #c54c26 31.88%,
    #ffbaa5 65.46%
  );
}

.m-feature-bg:before {
  top: -280px;
  left: -280px;
  width: 560px;
  height: 560px;
  opacity: 0.6;
  filter: blur(278.261px);
}

.m-feature-bg:after {
  right: -195px;
  bottom: -181px;
  width: 389px;
  height: 389px;
  filter: blur(160px);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .m-feature-bg:after {
    display: none;
  }
}

.m-feature-row {
  position: relative;
  z-index: 3;
  display: flex;
  margin: 0 -120px;
}

@media only screen and (max-width: 1179px) {
  .m-feature-row {
    margin: 0 -80px;
  }
}

@media only screen and (max-width: 1023px) {
  .m-feature-row {
    margin: 0 -40px;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature-row {
    display: block;
    margin: 0;
  }
}

.m-feature-col {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 50px;
}

@media only screen and (max-width: 1179px) {
  .m-feature-col {
    padding: 0 80px;
  }
}

@media only screen and (max-width: 1023px) {
  .m-feature-col {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature-col {
    width: 100%;
    padding: 0;
  }
}

.m-feature-col:first-child {
  position: relative;
}

.m-feature-col:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 4px;
  background: rgba(116, 143, 181, 0.1);
}

@media only screen and (max-width: 767px) {
  .m-feature-col:first-child:before {
    display: none;
  }
}

.m-feature-col:nth-child(2) {
  position: relative;
}

.m-feature-col:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 4px;
  background: rgba(116, 143, 181, 0.1);
}

@media only screen and (max-width: 767px) {
  .m-feature-col:nth-child(2):before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature-col:not(:last-child) {
    margin-bottom: 48px;
  }
}

.m-feature-preview {
  margin-left: -140px;
}

.m-feature-title {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.25;

  font-weight: 600;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .m-feature-title {
    max-width: 240px;
    font-size: 24px;
  }
}

.m-feature-text {
  max-width: 260px;
  margin-bottom: 40px;
  color: #a2a7ac;

  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .m-feature-text {
    margin-bottom: 24px;
  }
}

.m-feature .btn_border {
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}

.m-feature .btn_border:hover {
  box-shadow: none;
  background: #ffffff;
  color: #272e35;
}

.m-feature:not(:last-child) {
  margin-bottom: 136px;
}

@media only screen and (max-width: 1179px) {
  .m-feature:not(:last-child) {
    margin-bottom: 96px;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature:not(:last-child) {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .features-heading {
    font-size: 35px;
    line-height: 1.2;
    margin: 0 auto 10px;
    width: 100% !important;
  }
  .features-info {
    font-size: 16px;
  }
  .features__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features__btn:not(:last-child) {
    margin: 0 0 24px;
  }

  .features__btn:last-child {
    margin: 0;
  }

  .features__preview:nth-child(2) {
    left: 5%;
    bottom: 14%;
    width: 100%;
  }
  .features__wrap {
    position: relative;
  }

  .center {
    padding: 0 10px;
  }
  .features__col {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .features__col:nth-child(2) {
    flex: 0 0 100%;
    width: 100%;
    border-width: 0;
  }
  .features__text {
    max-width: 100%;
    color: #6e757c;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }

  .features__col:nth-last-child(2) {
    padding-right: 0px;
  }

  .features__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(116, 143, 181);
    margin: 50px auto 20px auto;
  }

  .features__col:nth-child(1) .features__icon {
    margin: 0px auto 20px auto;
  }

  .options__preview {
    margin: 0;
  }

  .options .stage {
    margin-bottom: 16px;
    text-align: center;
  }
  .options__title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 2rem;
  }

  .featured-cols {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    padding: 20px 10px;
  }
  .featured-cols > div:first-child {
    gap: 16px;
    max-width: unset;
    width: 100%;
  }

  .featured-cols > div:last-child {
    aspect-ratio: 1 / 1;
    height: var(--aspect-ratio-supported, 416px);
    max-width: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    will-change: transform;
  }

  .featured-cols div {
    align-items: center !important;
  }

  .featured-cols div h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
  }

  .featured-cols div p {
    font-size: 16px;

    letter-spacing: 0px;
    margin-bottom: 0;
    line-height: 24px;
    text-align: center;
  }

  .featured-cols {
    margin-top: 30px !important;
  }
}

.advantages {
  margin-top: -78px;
}

@media only screen and (max-width: 767px) {
  .advantages {
    margin: 0;
  }
}

.why-divsly-center {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 64px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-center {
    padding: 0 20px;
  }
}

.advantages .stage {
  margin-bottom: 16px;
}

.why-divsly-title {
  max-width: 550px;
  margin: 0 auto;
}

.why-divsly-item {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .why-divsly-item {
    display: block;
  }
}

.why-divsly-item:nth-child(3) {
  align-items: flex-start;
}

.why-divsly-item:not(:last-child) {
  margin-bottom: 112px;
}

@media only screen and (max-width: 1179px) {
  .why-divsly-item:not(:last-child) {
    margin-bottom: 72px;
  }
}

@media only screen and (max-width: 1023px) {
  .why-divsly-item:not(:last-child) {
    margin-bottom: 48px;
  }
}

.why-divsly-bg {
  position: relative;
  flex: 0 0 500px;
  width: 500px;
  margin-right: 110px;
}

@media only screen and (max-width: 1179px) {
  .why-divsly-bg {
    flex: 0 0 460px;
    width: 460px;
  }
}

@media only screen and (max-width: 1023px) {
  .why-divsly-bg {
    margin: 0 auto 64px;
  }
}

@media only screen and (max-width: 767px) {
  .why-divsly-bg {
    width: 100%;
    margin-bottom: 48px;
    margin-right: 0px;
  }
}

.why-divsly-preview:first-child img {
  width: 100%;
}

.why-divsly-preview:not(:first-child) {
  position: absolute;
}

.why-divsly-item:first-child .why-divsly-preview:first-child {
  margin-left: -28px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:first-child .why-divsly-preview:first-child {
    margin-left: -12px;
  }
}

.why-divsly-item:first-child .why-divsly-preview:nth-child(2) {
  top: 49%;
  left: -22%;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:first-child .why-divsly-preview:nth-child(2) {
    top: 65%;
    left: -9%;
    width: 30%;
  }
}

.why-divsly-item:first-child .why-divsly-preview:nth-child(6) {
  left: 8%;
  bottom: -7%;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:first-child .why-divsly-preview:nth-child(3) {
    width: 17%;
  }
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:first-child .why-divsly-preview img {
    width: 100%;
  }
}

.why-divsly-item:first-child .why-divsly-wrap {
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:first-child .why-divsly-wrap {
    padding: 0;
  }
}

.why-divsly-item:nth-child(2) .why-divsly-preview:first-child {
  margin-left: -74px;
}

@media only screen and (max-width: 1179px) {
  .why-divsly-item:nth-child(2) .why-divsly-preview:first-child {
    margin-left: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:nth-child(2) .why-divsly-preview:first-child {
    margin-left: -12px;
  }
}

.why-divsly-item:nth-child(2) .why-divsly-preview:nth-child(2) {
  left: 1%;
  bottom: -11%;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:nth-child(2) .why-divsly-preview:nth-child(2) {
    left: 30%;
    bottom: -15%;
    width: 40%;
  }
}

.why-divsly-item:nth-child(2) .why-divsly-preview:nth-child(3) {
  top: 34%;
  right: -2%;
  width: 74px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:nth-child(2) .why-divsly-preview:nth-child(3) {
    width: 43px;
  }
}

.why-divsly-item:nth-child(2) .why-divsly-preview:nth-child(3) img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:nth-child(2) .why-divsly-preview img {
    width: 100%;
  }
}

.why-divsly-item:nth-child(2) .why-divsly-wrap {
  padding-bottom: 27px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:nth-child(2) .why-divsly-wrap {
    padding: 0;
  }
}

.why-divsly-item:nth-child(3) .why-divsly-preview:nth-child(2) {
  top: 28%;
  right: -12%;
  width: 81px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:nth-child(3) .why-divsly-preview:nth-child(2) {
    width: 70px;
  }
}

.why-divsly-item:nth-child(3) .why-divsly-preview:nth-child(2) img {
  width: 100%;
}

.why-divsly-item:nth-child(3) .why-divsly-preview:nth-child(3) {
  top: 17.5%;
  left: -18.5%;
  width: 82px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:nth-child(3) .why-divsly-preview:nth-child(3) {
    left: -10%;
    width: 60px;
  }
  .why-divsly-preview img {
    margin: 0px auto;
  }
}

.why-divsly-item:nth-child(3) .why-divsly-preview:nth-child(3) img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .why-divsly-item:nth-child(3) .why-divsly-bg {
    margin-bottom: 0;
  }
}

.why-divsly-item:nth-child(3) .why-divsly-wrap {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:nth-child(3) .why-divsly-wrap {
    padding: 0;
  }
}

.why-divsly-item:nth-child(3) .why-divsly-icon {
  margin-bottom: 23px;
}

.why-divsly-wrap {
  max-width: 500px;
  padding-right: 20px;
}

@media only screen and (max-width: 1179px) {
  .why-divsly-wrap {
    max-width: 340px;
    padding: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .why-divsly-wrap {
    max-width: 460px;
    margin: 0 auto;
  }
}

.why-divsly-icon {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1179px) {
  .why-divsly-icon {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .why-divsly-icon {
    display: none;
  }
}

@media only screen and (max-width: 1179px) {
  .why-divsly-icon img {
    width: 250px;
  }
}

.why-divsly-info {
  margin: -16px 0 16px;

  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .why-divsly-info {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }
}

.why-divsly-text {
  margin-bottom: 40px;

  font-size: 1.5rem;

  letter-spacing: 0px;
  line-height: 32px;
  text-align: left;
  color: #35303f;
  text-decoration: none;
  text-transform: none;
}

.advantages:not(:last-child) {
  margin-bottom: 136px;
}

@media only screen and (max-width: 1179px) {
  .advantages:not(:last-child) {
    margin-bottom: 82px;
  }
  .why-divsly-text {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .advantages:not(:last-child) {
    margin-bottom: 48px;
  }
}

.border-light-gray-info {
  border-color: #e1dbeb !important;
}

.form-control {
  border: 1px solid #e1e3ea;
  border-radius: 5px !important;
  font-weight: 300;
}

.text-light-grey-info {
  color: #d1cbdf !important;
}

.sub-features-img {
  border-radius: 1.5rem;
  padding: 4.75rem;
}

.sub-features-img:nth-child(1) {
  background: rgb(255, 240, 236);
  background: linear-gradient(
    51deg,
    rgba(255, 240, 236, 1) 0%,
    rgba(244, 237, 255, 1) 100%
  );
}

.landingeml {
  width: 100% !important; /* Default: mobile */
}

@media (min-width: 768px) {
  .landingeml {
    width: 50% !important; /* Desktop */
  }
}
.qrtps-features-img {
}
.w-lg-70 {
  width: 70% !important;
}
.tb-rht {
  background-color: rgb(247, 247, 247);
  border-radius: 0px 10px 10px 0px;
}
.tb-rht h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 48px;
  color: #000000;
}
.tb-rht p {
  font-size: 1.2rem;
  color: #35303f;
  letter-spacing: 0px;
  line-height: 1.5;
}
.tb-lft {
  border-radius: 10px 0px 0px 10px;
}

.taabs-container {
  text-align: center;
  width: 100% !important;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-table;
}

.taabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.taab {
  height: auto;
  width: 110px;
  cursor: pointer;
  font-weight: bold;
  color: black;
  border: 2px solid #f4f0fc;
  background-color: white;
  border-radius: 0.7rem;
  margin: 10px;
}
.taab:nth-child(1) {
  background-color: #5c47cf17;
}
.taab:nth-child(2) {
  background-color: #e0451512;
}
.taab:nth-child(3) {
  background-color: #8d6aa81f;
}

.taab:nth-child(4) {
  background-color: #ffd93b29;
}
.taab:nth-child(5) {
  background-color: #89bae726;
}
.taab:nth-child(6) {
  background-color: #387bfe14;
}
.taab:nth-child(7) {
  background-color: #f8e6a047;
}
.taab:nth-child(8) {
  background-color: #f8812517;
}
.taab:nth-child(1):hover {
  background-color: #5c47cf2e;
}
.taab:nth-child(2):hover {
  background-color: #e045152b;
}
.taab:nth-child(3):hover {
  background-color: #8d6aa82e;
}

.taab:nth-child(4):hover {
  background-color: #ffd93b5e;
}
.taab:nth-child(5):hover {
  background-color: #89bae73b;
}
.taab:nth-child(6):hover {
  background-color: #387bfe26;
}
.taab:nth-child(7):hover {
  background-color: #f8e6a096;
}
.taab:nth-child(8):hover {
  background-color: #f881252e;
}

.taab.active {
  color: black;
  border: 2px solid #ff3d00;
}
.taab:hover {
  border: 2px solid #ff3d00;
}
.taab-containerqr {
  opacity: 0;
  transition: opacity 0.5s ease-in;
  max-width: 1177px;
}

.taab-containerqr.active {
  opacity: 1;
}

.taab-contntqr {
  display: none;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
}

.taab-contntqr.active {
  display: block;
}

.taab-contntqr img {
}
.sub-bg {
  background: rgb(255, 240, 236);
  background: linear-gradient(
    51deg,
    rgba(255, 240, 236, 1) 0%,
    rgba(244, 237, 255, 1) 100%
  );

  border-radius: 1rem 1rem 0 0;
}

@media (min-width: 992px) {
  .sub-bg {
    border-radius: 0.75rem 0 0 0.75rem;
  }
}

.qrfor {
  padding: 10px 0px;
  font-weight: 500;
  font-size: 13px;
}

.hd-colr {
  color: #7239ea;
}

.article-quote-1 {
  padding: 15px;
  background-color: rgb(246, 246, 246);
  width: 90%;

  border-left: 6px solid #7239ea;
  font-size: 17px;
}

.sub-title-sm1 {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 2rem;
  color: var(--tp-common-black-2);
}

.sub-title-sm2 {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 2rem;
  color: var(--tp-common-black-2);
  padding-top: 20px;
}

.point-prop {
  font-size: 24px;
  color: #2c2c2c;
  margin-left: 10px;
  font-weight: 700;
}
.point-prop1 {
  font-size: 24px;
  color: #2c2c2c;
}

.abt {
  line-height: 28px;
  font-size: 16px;
  color: #2c2c2c;
}

/* -----------CTA Section */

.cta_prop {
  background-color: #7239ea;
}

.im-prop {
  position: relative;
  padding: 30px;
}

.im-prop::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: #e9e4ff;
  border-radius: 30px;
  top: -20px;
  left: -20px;
  z-index: -1;
}

.indi-prop {
  width: 15px !important;
  height: 15px !important;
  border-radius: 100% !important;
  background-color: #8800cc !important;
}

.indi-prop-1 {
  width: 15px !important;
  height: 15px !important;
  border-radius: 100% !important;
  background-color: #d858ff !important;
}

.crd-pro {
  width: 400px !important;
  height: 227px !important;
  border-radius: 20px !important;
  background-color: #ffffff;
  padding: 20px;
  margin-left: 30px;
}

.carousel-indicators.carousel-indicators.custom_testimonial {
  bottom: -60px;
}

.test-prop {
  background-color: #e9e4ff;
}

.cta2_prop {
  background-color: #7239ea;
}

.sup {
  position: relative;
  bottom: 1.5ex;
  font-size: 27px;
  margin-left: -12px;
}

.sup1 {
  position: relative;
  bottom: 1.5ex;
  font-size: 27px;
}

.supp {
  margin-left: -12px;
}

.nav-line-tabs .nav-item .nav-link.integrationactive.active,
.nav-line-tabs .nav-item .nav-link.integrationactive:hover {
  border: 1px solid #9452ff !important;
  border-bottom: 1px;
  background-color: #7239ea;
  color: #ffffff;
}

.nav-line-tabs .nav-item .nav-link.integrationactive {
  border-radius: 5px;
  padding: 5px 20px !important;
  color: #506690;
  background-color: #5066901a;
  font-weight: 600;
}

.home-app-carousel {
  padding-top: 150px;
  padding-bottom: 50px;
}

.home-app-carousel > div {
  overflow: visible;
}

.knowledge-base-search {
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -65px;
}

.kb-search-container {
  max-width: 600px;
  margin: 0px auto;
  position: relative;
  border-radius: 15px;
}

.kb-search-input {
  border: 1px solid #cebafd;
}

.kb-dropdown {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  border: 1px solid #cebafd;
  background-color: #ffffff;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.kb-dropdown-item {
  padding: 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.kb-dropdown-item:last-child {
  border-bottom: none;
}

.kb-title {
  font-weight: 600;
  font-size: 15px;
}

.kb-subtitle {
  color: #888;
}

.kb-card {
  height: 320px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  transition: transform 0.2s;
  margin-top: -110px;
}

.kb-card:hover {
  transform: scale(1.05);
}

.quick-question {
  border: 1px solid #d9cbff;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 30px 30px 10px;
  transition: transform 0.2s;
  position: relative;
}

.quick-question:hover {
  transform: scale(1.05);
}

.quick-question::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translatey(-50%);
  color: #bbbbbb;
}

.trending-topics-hyperlinks div ul li {
  list-style: none;
  position: relative;
}

.trending-topics-hyperlinks-help div ul li {
  list-style: none;
  position: relative;
}

.trending-topics-hyperlinks div ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 0;
  height: 2px;
  background-color: #9481ff;
  transition: width 0.25s ease-out;
}
.trending-topics-hyperlinks div ul li:hover::after {
  width: 100%;
}
.trending-topics-hyperlinks div ul li::before {
  content: "\00BB";
  font-size: 20px;
  padding-right: 10px;
  color: #7239ea;
}
.trending-topics-hyperlinks-help div ul li::before {
  content: "\00BB";
  font-size: 20px;
  padding-right: 10px;
  color: #7239ea;
}

.trending-topics-hyperlinks div ul li a {
  color: #36383b;
  font-weight: 500;
}

.see-all-btn {
  font-size: 15px;
  position: relative;
}

.see-all-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #3e97ff;
  transition: width 0.25s ease-out;
}

.see-all-btn:hover::after {
  width: 100%;
}

.see-all-btn .tutorial-search {
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tutorial-card-section-1 {
  margin-top: -110px;
}

.tutorial-card {
  background-color: #fff;
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
}

.tutorial-card a {
  transition: transform 0.3s;
}

.tutorial-card a:hover {
  transform: scale(1.05);
}

.tutorial-info {
  padding: 16px 16px 16px 0px;
}

.tutorial-title {
  font-size: 1.25em;
  margin: 0 0 8px;
}

.tutorial-description {
  font-size: 1em;
  color: #666;
  margin: 0;
}

/* help Documentaion */

.doc_api_cont_container {
  max-width: 1175px;
}

.doc-api-tabs-head {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 2rem 1.5rem 0.125rem;
}

.doc-api-tabs.nav-item .nav-link {
  color: #000;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
}

.doc-api-tabs.nav-item .nav-link.active {
  background-color: #6f53ff;
  color: #000;
  border-radius: 0;
}

.kb-article-nav {
  background-color: #f9f8ff;
  border: 1px solid #c0b4ff;
  border-radius: 10px;
  padding: 15px 0px;
}

.kb-article-nav-item.nav-item .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.kb-article-nav-item.nav-item .nav-link.active {
  background-color: transparent;
  color: #7961ff;
  border: 0px;
}
/* .kb-article-nav-item.nav-item .nav-link.active:hover
{
 background-color: #7961ff;
 color: #ffffff;
 border-radius: 5px;
} */

.kb-article-nav-item.nav-item .nav-link:hover {
  color: #7961ff;
  border-radius: 5px;
  transition: 0s;
}

.arrow-kb-inner-page {
  position: absolute;
  right: -61px;
  bottom: -16px;
  width: 63px;
  transform: rotate(14deg);
}

.code_block {
  width: 100%;
  height: 100%;
}

.kb-inner-page-title {
  font-size: 32px;
  color: #1a1f36;
  font-weight: 700;
}

.breadcrumb.breadcrumb-arrow .breadcrumb-item:after {
  padding-left: 0.5rem;
  content: "»";
  color: #2a5bd7;
}

.custom-breadcrumbs li a {
  color: #2b2b2b;
}
.custom-breadcrumbs li {
  color: #2b2b2b;
}

.breadcrumb li {
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 650px) {
  .breadcrumb li:last-child {
    display: none;
  }
  .breadcrumb li:nth-last-child(2)::after {
    display: none;
  }
}

.kb-article-nav-toggle {
  font-size: 16px;
  font-weight: 500;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
  text-align: left;
}

.kb-article-nav .arrow:after {
  content: "\25BC"; /* Down arrow */
  float: right;
  color: #c9c0ff;
  transition: transform 0.3s;
}
.kb-article-nav.collapsed .arrow:after {
  content: "\25BA"; /* Right arrow */
  float: right;
  transform: rotate(180deg);
}
.kb-article-nav:not(.collapsed) .arrow:after {
  transform: rotate(0deg);
}

/* <ol class="bbbb">
<li><a href="#"><span>Knowledge Base</span></a></li>
<li><a href="#"><span>Getting Started</span></a></li>
<li><a href="#"><span>Divsly Essentials</span></a></li>
<li><a href="#" class="active"><span>What is divsly</span></a></li>
</ol>

.bbbb {
  display: flex;
  padding-left: 8px;
}

.bbbb li {
  margin-left: -2px;
  list-style: none;
}
.bbbb li:first-child a {
  border-radius: 8px 0 0 8px;
}
.bbbb li:last-child a {
  border-radius: 0 8px 8px 0;
}

.bbbb li a {
  background-color: #fff;
  color: #6b7280;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid #d1d5db;
  height: 3em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 0;
  transform: skew(-30deg);
  position: relative;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.bbbb li a:hover, .bbbb li a:focus, .bbbb li a.active {
  outline: 0;
  color: #6366f1;
  border-color: #6366f1;
  z-index: 1;
}
.bbbb li a > * {
  transform: skew(30deg);
}
.bbbb li a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bbbb li a span svg {
  margin-right: 0.375em;
  width: 1.5em;
  height: 1.5em;
} */

.custom-breadcrumbs li a:hover {
  color: #654bfa;
}

/* Knowledge base artice section */

/* .kb-article-section h1
{
  font-size: 42px;
  color: #263238;
  font-weight: 800;
  margin-bottom: 30px;
} */

/* .kb-article-section:first-child:first-letter
 {
    font-size: 25px; 
    font-weight:400; 
} */

.kb-article-section p {
  margin-bottom: 35px;
  font-size: 17px;
  color: #4b4f58;
  font-weight: light;
  letter-spacing: 0.3px;
  border: 0;

  vertical-align: baseline;
}

.kb-article-section ol {
  padding-left: 40px;
  margin-bottom: 30px;
}

.kb-article-section ol li {
  font-size: 17px;
  margin-bottom: 10px;
  color: #4b4f58;
}

.kb-article-section div img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  position: relative;
}

.kb-article-section div {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15) !important;
}

.kb-article-section .no-shadow {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
  box-shadow: none !important;
  border: 2px solid #f3f3f3;
  filter: none;
  -webkit-filter: none;
}

.kb-article-section h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
}

.kb-article-section h3 {
  margin-bottom: 30px;
  font-weight: 700;
}

.kb-article-section ul {
  margin: 20px 20px 40px 20px;
}

.kb-article-section ol li ul {
  margin: 20px 20px 0px 20px;
}

.kb-article-section ol li ul li strong {
  font-weight: 600;
  color: #000;
}
.kb-article-section ul li {
  font-size: 17px;
  padding: 5px 0px;
  color: #4b4f58;
}

.kb-article-section blockquote {
  font-size: 14px;
  background-color: #fbfaff;
  padding: 20px;
  border: 1px solid #edebff;
}

.kb-article-section blockquote {
  border-left: 3px solid #a593ff;
  color: #1a1a1a;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.8em;
  position: relative;
  transition: 0.2s border ease-in-out;
  z-index: 0;
  margin: 30px 0px;
}
.kb-article-section blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  height: 2em;
  background-color: #fff;
  width: 5px;
  margin-top: -1em;
}
.kb-article-section blockquote:after {
  content: "\275E";
  position: absolute;
  top: 53%;
  left: -0.5em;
  font-size: 15px;
  color: #a593ff;
  font-family: "Ionicons";

  line-height: 1em;
  text-align: center;
  text-indent: -2px;
  width: 1em;
  margin-top: -0.5em;
  transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}

.kb-article-section > ol > li > ul > li {
  margin: 0px !important;
}

/* Knowledge Base inner search */

.knowledge-base-inner-banner {
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -105px;
}

#knowledge-base-background {
  background-image: url(../../assets/knowledge-base/knowledge-base-background.jpg);
  background-size: cover;
  background-position: left;
  position: relative;
  z-index: -1;
}

#knowledge-base-background::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.kb-main-category-heading-section {
  margin-top: 100px;
}

.kb-main-category-heading-section .kb-main-article-heading {
  font-size: 60px;
  font-weight: bolder;
  color: #fff;
  z-index: 1;
  text-align: center;
}

.kb-main-category-heading-section p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.kb-article-section hr {
  border-color: #b8b8b8;
}

@media (max-width: 650px) {
  .kb-search-input {
    width: 100% !important;
  }
  .kb-search-container {
    width: 100%;
  }

  .kb-card {
    height: 320px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    transition: transform 0.2s;
    margin-top: 15px;
  }
  .kb-card-container div:first-child .kb-card {
    margin-top: -120px;
  }
  .kb-main-category-heading-section .kb-main-article-heading {
    font-size: 32px;
    font-weight: bolder;
    color: #fff;
    z-index: 1;
    text-align: center;
  }
  .knowledge-base-inner-banner {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -90px;
  }
  .kb-article-section {
    margin-top: 20px;
  }

  .kb-article-section p {
    margin-bottom: 35px;
    font-size: 17px;
    color: #4b4f58;
    font-weight: light;
    letter-spacing: 0.3px;
    border: 0;

    vertical-align: baseline;
  }

  .kb-article-section div img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    position: relative;
  }

  .kb-article-section div {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15) !important;
  }

  .kb-article-section .no-shadow {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    box-shadow: none !important;
  }

  .kb-article-section h2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
  }

  .kb-article-section ul {
    margin: 10px;
  }

  .kb-article-section ul li {
    font-size: 17px;
    padding: 5px 0px;
    color: #4b4f58;
  }

  .kb-article-section blockquote {
    font-size: 14px;
    background-color: #fbfaff;
    padding: 20px;
    border: 1px solid #edebff;
  }

  .kb-article-section blockquote {
    border-left: 3px solid #a593ff;
    color: #1a1a1a;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.25em;
    font-style: italic;
    line-height: 1.8em;
    position: relative;
    transition: 0.2s border ease-in-out;
    z-index: 0;
    margin: 30px 0px;
  }
  .kb-article-section blockquote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 2em;
    background-color: #fff;
    width: 5px;
    margin-top: -1em;
  }
  .kb-article-section blockquote:after {
    content: "\275E";
    position: absolute;
    top: 53%;
    left: -0.5em;
    font-size: 15px;
    color: #a593ff;
    font-family: "Ionicons";

    line-height: 1em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.5em;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
  }

  #knowledge-base-background {
    background-image: url(../../assets/knowledge-base/knowledge-base-background.jpg);
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: -1;
  }
  .kb-article-section ol {
    padding-left: 10px;
  }
}

/* white navbar with transparent -background */

.navbarscroll.white-nav-scroll .transparent-nav-link {
  color: #fff !important;
}

.navbarscroll.white-nav-scroll.scrolled .transparent-nav-link {
  color: inherit !important;
}

.navbarscroll.white-nav-scroll .transparent-nav-link-login {
  color: #fff !important;
}

.navbarscroll.white-nav-scroll.scrolled .transparent-nav-link-login {
  color: var(--bs-info) !important;
}

.navbarscroll.white-nav-scroll .transparent-nav-link-signup {
  color: inherit !important;
}

.navbarscroll.white-nav-scroll.scrolled .transparent-nav-link-signup {
  color: #fff !important;
  background-color: var(--bs-info);
}

.navbarscroll.white-nav-scroll.scrolled .transparent-nav-link-signup:hover {
  color: var(--bs-info) !important;
}

.signup-btn {
  padding: 15px 28px !important;
  font-size: 14px;
}
.signup-btn:hover {
  background-color: #5014d0 !important;
}

@media (min-width: 650px) {
  .get-started-now {
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
}

.input-group.rounded-55rem input {
  border-radius: 0.5rem;
}

@media (min-width: 2200px) {
  .short-link-demo-section {
    margin-top: -150px;
  }
}

.sub-titles-includes {
  font-size: 1.5rem;
  color: #35303f;
}

.pricing-features {
  font-size: 1.3rem;
  color: #35303f;
}

.trusted-partners-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.trusted-partners-logos img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.footer-cta-inner {
  width: 100% !important;
  max-width: 45% !important;
}

@media (min-width: 992px) {
  .rounded-lg-5 {
    border-radius: 2rem !important;
  }
}

@media (max-width: 762px) {
  .trusted-partners-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .trusted-partners-logos img {
    width: 28% !important;
    margin-bottom: 10px;
  }

  .short-hero.cta-signup {
    padding: 10px 0px 20px;
  }

  .footer-cta-inner {
    width: 100% !important;
    max-width: 100% !important;
  }

  .nb-sml-f {
    flex-wrap: nowrap !important;
  }
}

input {
  font-size: 1.25rem !important;
}

input::placeholder {
  color: #a1a5b7 !important;
}

.dcount {
  font-size: 60px;
  font-weight: 800;
}

.dcount-card {
  padding: 20px;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  height: 100%;
}

.dcount-card div {
  text-align: right;
}

.dcount-card div img {
  height: 60px;
}

.dcount-row div:nth-child(5) .dcount-card div img {
  height: 50px;
}

.dcount-row div:nth-child(3) .dcount-card div img {
  height: 60px;
}

.dcount-row div:nth-child(6) .dcount-card div img {
  height: 50px;
}

.dcount-row {
  --bs-gutter-x: 20px !important;
  --bs-gutter-y: 20px !important;
}

.dcount-row div:nth-child(2) .dcount-card {
  display: flex;
  justify-content: space-between;
}

.dcount-row div .dcount-card div p {
  font-size: 22px;
  text-align: right;
  font-weight: 600;
  line-height: 29px;
}

.dcount-row div:nth-child(2) .dcount-card div .dcount {
  margin-right: -10px;
}

.dcount-row > div:nth-child(2) .dcount-card {
  background-color: #f7f4ff;
  color: #423759;
}
.dcount-row > div:nth-child(3) .dcount-card {
  background-color: #fff0dd;
  color: #7a5d3d;
}
.dcount-row > div:nth-child(4) .dcount-card {
  background-color: #e7fff2;
  color: #4d7260;
}
.dcount-row > div:nth-child(5) .dcount-card {
  background-color: #ffeded;
  color: #724b4c;
}
.dcount-row > div:nth-child(6) .dcount-card {
  background-color: #e2e8ff;
  color: #3a4154;
}

.dcount-row > div:nth-child(3) .dcount-card div p {
  text-align: left;
}
.dcount-row > div:nth-child(4) .dcount-card div p {
  text-align: left;
}
.dcount-row > div:nth-child(5) .dcount-card div p {
  text-align: left;
}
.dcount-row > div:nth-child(5) .dcount-card .dcount {
  text-align: left;
}
.dcount-row > div:nth-child(6) .dcount-card div p {
  text-align: left;
}

.dcount {
  font-size: 86px;
  line-height: 63px;
  font-weight: 900;
}

@media (max-width: 762px) {
  .dcount-card div img {
    display: none;
  }

  .dcount {
    font-size: 86px;
    line-height: 90px;
  }

  .dcount-row div .dcount-card div p {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
  }

  .dcount-card {
    padding: 20px;
    border-radius: 13px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    min-height: fit-content;
  }

  .dcount-card div {
    text-align: center;
  }

  .dcount-row > div:nth-child(3) .dcount-card div p,
  .dcount-row > div:nth-child(4) .dcount-card div p,
  .dcount-row > div:nth-child(5) .dcount-card div p,
  .dcount-row > div:nth-child(6) .dcount-card div p {
    text-align: center;
  }

  .dcount-row > div:nth-child(3) .dcount-card,
  .dcount-row > div:nth-child(4) .dcount-card,
  .dcount-row > div:nth-child(6) .dcount-card {
    flex-direction: column-reverse !important;
  }
}

@media (min-width: 992px) {
  .w-lg-80 {
    width: 80% !important;
  }
}

.header-sub-titles {
  margin-top: 0.75rem !important;
  line-height: 5px !important;
  color: #35303f !important;
}

.legal-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid #dedede;
}

.card-top img {
  display: block;
  width: 100%;
}

.card-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.card-info h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 5px 0;
}

.card-info p {
  font-size: 15px;
  display: block;
}

.bitly-clr {
  color: #ee6123;
}

.blink-clr {
  color: #37308f;
}

.cuttly-clr {
  color: #005ef4;
}

.lnnkin-clr {
  color: #15325c;
}

.rebrandly-clr {
  color: #3b94e6;
}

.replug-clr {
  color: #2b70fa;
}

.sniply-clr {
  color: #2681db;
}

.tinyurl-clr {
  color: #84ae1b;
}

.tlinky-clr {
  color: #2f69f7;
}
.featured-soulns h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 48px;
  text-align: left;
  color: #000000;
  text-decoration: none;
  text-transform: none;
}

.qr-busins:hover {
  border: 2px solid #7239ea;
}
.qr-busins {
  width: 107px;
  height: 131px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
}

.qr-busins-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.busins-icon {
  object-fit: contain;
  display: block;
  margin-bottom: 5px;
}

.busins-text {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px;
}
.moretext {
  display: none;
}
.rdbtn:hover {
  background-color: #f5f0fe;
}

.rdbtn {
  border: none;
  padding: 6px 15px;
  color: #7239ea;
  font-size: 14px;
  font-weight: 600;
  background-color: #f9f9f9;
  border-radius: 6px;
}
.qr-busins-content img {
  width: 50px;
  height: 50px;
  margin: 10px 0px;
}

/* =============================qr-codes-on========================== */

.qrcustom-tabs {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.qrcustom-tabs::-webkit-scrollbar {
  display: none;
}

.qrnav-tab {
  display: inline-block;
  padding: 15px 30px;
  margin: 0 8px;
  font-weight: 500;
  color: black;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.qrnav-tab:hover {
  color: #1a73e8;
}

.qrnav-tab.active {
  color: #1a73e8;
  font-weight: 600;
}

.qrnav-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background-color: #1a73e8;
  border-radius: 2px;
  transition: width 0.3s ease;
}

/* Optional: Add media query for very small devices */
@media (max-width: 576px) {
  .qrnav-tab {
    padding: 8px 16px;
    font-size: 14px;
  }
}

.qrnav-p {
  color: rgb(104, 103, 108);
}

.qrcodes-on img {
  height: 250px;
  background-color: gray;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.qrcodes-on img:hover {
  transform: scale(1.05);
}
.qrcodes-on-benfits h1 {
  color: rgb(34, 14, 39);
  font-size: 35px;
  font-weight: 700;
  line-height: 56px;
}
.qrcodes-on-benfits p {
  color: rgb(104, 103, 108);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 8px;
}
.bnftaccordion {
  margin: 35px auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.bnftaccordion-item {
  border-bottom: 1px solid #ccc;
}
.bnftaccordion:last-child {
  border-bottom: none;
}
.bnftaccordion-header {
  padding: 23px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.bnftaccordion-header:hover {
  background-color: #f6f6f6;
}
.bnftaccordion-header .icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}
.bnftaccordion-header.active .icon {
  transform: rotate(45deg);
}
.bnftaccordion-content {
  display: none;
  padding: 15px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.bnftaccordion-content.active {
  display: block;
}
.timeline-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin: 65px 0;
  overflow-x: auto;
}

.timeline-container::before {
  content: "";
  position: absolute;
  top: 14px; /* aligns with center of icons */
  left: 0;
  right: 0;
  height: 2px;
  background: #397bea;
  z-index: 0;
  margin: 0px 45px;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-width: 200px;
  text-align: center;
}

.timeline-icon {
  width: 35px;
  height: 35px;
  background-color: #397bea;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 18px;
}

.timeline-content {
  margin-top: 20px;
  padding: 0 10px;
}
.timeline-content p {
  font-size: 15px;
}

.scroll-nav .nav-link {
  border: 1px solid #d9d7d7;
  border-radius: 50px;
  color: #374151;
  font-weight: 600;
  padding: 14px 45px;
  margin: 0 8px;
  background-color: #f7f7f7;
}
.scroll-nav .nav-link.active {
  background-color: #d0bbfd;
  color: #7239ea;
}

.scroll-nav .nav-link:hover,
.scroll-nav .nav-link:focus {
  background-color: #d0bbfd;
  color: #7239ea;
}

.best-practice {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}
.best-practice h1 {
  font-size: 35px;
  font-weight: 600;
  color: #111827;
}

.best-practice p {
  color: rgb(104, 103, 108);
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 25px;
}
.best-practice h6 {
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  color: #111827;
}
.best-practice a {
  color: #2563eb;
  text-decoration: none;
}
.use-cases h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}
.use-case {
  background: #fff;
  padding: 25px;
  height: 100%;
  margin-bottom: 13px;
  border-right: 1px solid #dcdcdc;
}
.use-case p {
  color: #4d4d4d;
  line-height: 24px;
  font-size: 13px;
}

.qr-codes-accordion h3 {
  font-size: 35px !important;
  font-weight: bold;
}
.faqaccordian-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 25px;
}
.faqaaccordian-item {
  border: none;
  border-bottom: 1px solid #e9e9e9 !important;
}
.faqaccodian-body {
  font-size: 15px;
  line-height: 28px;
  color: rgb(104, 103, 108);
  padding: 0px 22px;
}
.qr-codes-btn {
  padding: 10px 43px !important;
}
.step-box {
  background-color: #fbfbfb;
  padding: 30px 20px;
  border-radius: 12px;
  position: relative;
  text-align: center;
  height: 100%;
}
.step-box p {
  color: #4d4d4d;
  line-height: 24px;
  font-size: 13px;
}

.step-number {
  background-color: #ece3ff;
  color: #7239ea;
  font-weight: 600;
  width: 60px;
  height: 60px;
  line-height: 48px;
  font-size: 30px;
  border-radius: 41px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  display: flex;
}

.step-title {
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: 18px;
}
.faqacodin-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 25px;
}
.imgbox {
  height: 170px;
  width: 290px;
  background-color: #cbcbcb;
}

@media screen and (max-width: 768px) {
  #landingVideo {
    height: 28vh !important;
    object-fit: cover;
  }
  .use-case {
    padding: 15px;
    height: 100%;
    margin-bottom: 13px;
    border: none;
  }
  .timeline-container::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    right: -905px;
    height: 2px;
    background: #397bea;
    z-index: 0;
    margin: 0px 10px;
  }
  .imgbox {
    width: auto;
  }
}

.bg-accent {
  background-color: #ff3d00 !important;
}
.border-accent {
  border: 5px solid #ffb097 !important;
}
.input-border {
  border: 1px solid #c6c6c699;
}
.rounded-lf-55rem {
  border-radius: 6px 0px 0px 6px;
}
.rounded-rt-55rem {
  border-radius: 0px 6px 6px 0px !important;
}
.custom-price-btn {
  border: 2px solid #7239ea !important;
  color: #7239ea !important;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 25px;
  font-size: 16px;
  transition: all 0.3s ease;
  background-color: transparent;
}

.custom-price-btn:hover {
  background-color: #7239ea;
  color: white !important;
}
.custom-price-btn:hover i {
  color: white !important;
}
.align-baseline {
  vertical-align: baseline;
}
.z-10 {
  z-index: 10;
}
.input-inside-icon {
  width: 45px;
  height: 45px;
  border-radius: 5px !important;
}

.form-box {
  pointer-events: auto !important;
  position: relative;
  z-index: 10;
}

.hero-section {
  color: white;
  min-height: 700px;
}

@media (max-width: 768px) {
  .left-banner {
    min-height: 445px;
    background-size: cover !important;
  }

  .hero-section {
    min-height: auto;
  }
}

.form-star {
  color: #7239ea;
}
.form-container {
  max-width: 1320px !important;
}

.landingpage-qr-plus {
  width: 70px;
  height: 70px;
  background-color: #efe9fd;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.landingpage-qr-plus:hover {
  width: 70px;
  height: 70px;
  background-color: #e4d9fe !important;
  cursor: pointer;
}

/* layout & visual tweaks */
.input-group .country-btn {
  width: 90px; /* small left column */
  text-align: left;
  padding-left: 0.6rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  white-space: nowrap;
}
.input-group .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex: 1 1 auto;
}

/* make dropdown scrollable */
.country-menu {
  max-height: 220px;
  overflow-y: auto;
  min-width: 120px;
}
.country-btn {
  background-color: #fff !important;
  border: 1px solid #e1e3ea !important;
  color: #5e6278 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
}

/* Remove grey hover/focus background */
.country-btn:hover,
.country-btn:focus,
.country-btn:active {
  background-color: #fff !important;
  color: #212529 !important;
  box-shadow: none !important;
  font-weight: normal !important;
}

.mx-90 {
  margin: 0px 90px;
}

@media (max-width: 550px) {
  .mx-90 {
    margin: 0px !important;
  }
}

.card-img-qr {
  background: linear-gradient(90deg, #731fff 0%, #ff8963 100%);
  border-radius: 20px;
  color: #fff;
  padding: 80px 72px;
}
.card-img-qr span {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 11px 24px;
  border-radius: 30px;
  border: 1px solid white;
  color: white;
}
.card-img-qr-btn {
  background-color: #f75f44;
  color: white;
  font-weight: 600;
  border: none;
  height: 52px;
  border-radius: 8px;
  font-size: 18px;
  width: auto;
  display: inline-flex;
  align-items: center;
  padding: 0px 50px;
}
.card-img-qr-left h2 {
  font-size: 41px;
  color: white;
  font-weight: 700;
  line-height: 1.25 !important;
  margin-bottom: 16px;
}
.card-img-qr-left p {
  font-size: 18px;
  color: white;
  line-height: 2 !important;
  padding-bottom: 16px;
}
.fade-container {
  width: 100%;
  max-width: 566px;
  aspect-ratio: 566 / 272;
  position: relative;
  overflow: hidden;
}

.fade-container img {
  position: absolute;
  top: 0; /* Changed from 50% */
  left: 0; /* Changed from 50% */
  width: 100%;
  height: 100%; /* Ensures both fill same space */
  object-fit: contain; /* Keeps aspect ratio consistent */
  opacity: 0;
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform: scale(1); /* No translate, avoids shifting */
}

.fade-container img.first {
  animation-name: fade1;
  z-index: 1;
}

.fade-container img.second {
  animation-name: fade2;
  z-index: 2;
}

@keyframes fade1 {
  0%,
  40% {
    opacity: 1;
    transform: scale(1);
  }
  50%,
  90% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fade2 {
  0%,
  40% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
  90% {
    opacity: 1;
    transform: scale(1.02);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.qr-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 0px;
  margin: 10px;
}

.qr-title {
  padding: 15px 0px 20px 32px;
}
.qr-title img {
  width: 36px;
  height: auto;
  margin-bottom: 20px;
}
.qr-title h5 {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 15px;
}
.qr-title a {
  font-size: 14px;
  font-weight: 700;
  color: #7239ea;
}
.qr-hero {
  background: #ebf5ff;
  padding: 80px 40px;
  border-radius: 24px;
}

.qr-hero-sub {
  color: #0a3d62;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 15px;
}

.qr-hero-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  color: #0a3d62;
  margin-bottom: 25px;
}

.qr-hero-text {
  font-size: 18px;
  line-height: 1.7;
  color: #556070;
  margin-bottom: 14px;
  max-width: 580px;
}

.qr-hero-strong {
  font-size: 20px;
  font-weight: 700;
  color: #0a3d62;
  margin-top: 15px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .qr-hero-title {
    text-align: center;
    font-size: 40px;
  }
  .qr-hero-text,
  .qr-hero-strong {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .qr-hero {
    padding: 50px 20px;
  }
  .qr-hero-img {
    width: 260px;
  }
  .qr-hero-title {
    font-size: 32px;
  }
}

section:nth-of-type(2) .qr-hero {
  background-color: #efe8ff;
  padding: 80px 40px;
}

section:nth-of-type(2) .qr-hero-title {
  color: #190250;
}

section:nth-of-type(2) .qr-hero-sub {
  color: #381f74;
}

section:nth-of-type(2) .qr-hero-text {
  color: #5a5a6e;
}

section:nth-of-type(2) .qr-hero-strong {
  color: #381f74;
}

section:nth-of-type(3) .qr-hero {
  background-color: #f1fff0;
  padding: 80px 40px 80px 0px;
}

section:nth-of-type(3) .qr-hero-sub {
  color: #1f4d2e;
}

section:nth-of-type(3) .qr-hero-title {
  color: #0e361d;
}

section:nth-of-type(3) .qr-hero-text {
  color: #4b5e54;
}

section:nth-of-type(3) .qr-hero-strong {
  color: #0e361d;
}
.bg-landingpage-qrcode {
  background-image: url("/assets/media/landingpage/qr-codes/bg-qr-codes.jpg");
}
.taab-contntqr {
  opacity: 0;
  transition: opacity 0.5s ease-in;
  max-width: 1177px;
}

.taab-contntqr.active {
  opacity: 1;
}

.taab-contntqr:nth-of-type(1) .qr-code-rht-tab {
  background-color: #f0eefb !important;
}
.taab-contntqr:nth-of-type(2) .qr-code-rht-tab {
  background-color: #fdf2ee !important;
}
.taab-contntqr:nth-of-type(3) .qr-code-rht-tab {
  background-color: #f1edf4 !important;
}
.taab-contntqr:nth-of-type(4) .qr-code-rht-tab {
  background-color: #fdf8e5 !important;
}
.taab-contntqr:nth-of-type(5) .qr-code-rht-tab {
  background-color: #fff9e1ab !important;
}
.taab-contntqr:nth-of-type(6) .qr-code-rht-tab {
  background-color: #edf5fb !important;
}
.taab-contntqr:nth-of-type(7) .qr-code-rht-tab {
  background-color: #eff5ff !important;
}
.taab-contntqr:nth-of-type(8) .qr-code-rht-tab {
  background-color: #f8812517 !important;
}
.w-lg-82 {
  width: 82% !important;
}
.accordion-body {
  font-size: 18px !important;
}

/* Big cards float animation */
@keyframes floatUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-22px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes floatDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(22px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes snakeFloat {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-14px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(14px);
  }
  100% {
    transform: translateY(0px);
  }
}
.floating-card:nth-child(1) {
  animation-delay: 0s;
}
.floating-card:nth-child(2) {
  animation-delay: 0.7s;
}
.floating-card:nth-child(3) {
  animation-delay: 1.4s;
}
.floating-card:nth-child(4) {
  animation-delay: 2.1s;
}

.floating-card {
  animation: snakeFloat 3.8s ease-in-out infinite;
}
@keyframes rotateFloat {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(10deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.float-icon {
  position: absolute;
  animation: rotateFloat 6s ease-in-out infinite;
}
.float-icon.qr-code-icon1 {
  position: absolute;
  top: 64%;
  left: 5%;
  animation-delay: 0s;
}

.float-icon.qr-code-icon1 img {
  width: 100%;
  height: auto;
}
.float-icon.qr-code-icon2 {
  position: absolute;
  top: 82%;
  left: 39%;
  animation-delay: 1s;
}

.float-icon.qr-code-icon2 img {
  width: 100%;
  height: auto;
}
.float-icon.qr-code-icon3 {
  position: absolute;
  top: 82%;
  left: 43%;
  animation-delay: 2s;
}

.float-icon.qr-code-icon3 img {
  width: 100%;
  height: auto;
}

.float-icon.qr-code-icon4 {
  position: absolute;
  top: 80%;
  left: 48%;
  animation-delay: 2s;
}

.float-icon.qr-code-icon4 img {
  width: 100%;
  height: auto;
}
.float-icon.qr-code-icon5 {
  position: absolute;
  top: 40%;
  right: 0%;
  animation-delay: 3s;
}

.float-icon.qr-code-icon5 img {
  width: 100%;
  height: auto;
}

.float-icon.qr-code-icon6 {
  position: absolute;
  top: 71%;
  right: 24%;
  animation-delay: 3s;
}

.float-icon.qr-code-icon6 img {
  width: 100%;
  height: auto;
  transform: rotate(24deg) !important;
}

.float-icon.qr-code-icon7 {
  position: absolute;
  top: 0%;
  right: 17%;
  animation-delay: 0s;
}

.float-icon.qr-code-icon7 img {
  width: 100%;
  height: auto;
  transform: rotate(326deg) !important;
}

.float-icon.qr-code-icon8 {
  position: absolute;
  top: 7%;
  right: 45%;
  animation-duration: 4s;
}

.float-icon.qr-code-icon8 img {
  width: 120px;
  height: auto;
  transform: rotate(326deg) !important;
}

.float-icon.qr-code-icon9 {
  position: absolute;
  top: -2%;
  right: 59%;
  animation-duration: 5s;
}

.float-icon.qr-code-icon9 img {
  width: 120px;
  height: auto;
  transform: rotate(311deg) !important;
}

.float-icon.qr-code-icon10 {
  position: absolute;
  top: 5%;
  right: 85%;
  animation-duration: 3s;
}

.float-icon.qr-code-icon10 img {
  width: 120px;
  height: auto;
  transform: rotate(304deg) !important;
}

.float-icon.qr-code-icon11 {
  position: absolute;
  top: 1%;
  right: 27%;
  animation-delay: 3s;
}

.float-icon.qr-code-icon11 img {
  width: 100%;
  height: auto;
}

.float-icon.qr-code-icon12 {
  position: absolute;
  top: 0%;
  right: 70%;
  animation-delay: 3s;
}

.float-icon.qr-code-icon12 img {
  width: 100%;
  height: auto;
}

#cards .qr-code-banner-bottom:nth-child(1) .card-content {
  background-image: url("/assets/media/landingpage/qr-codes/qr-code-generator.webp");
  height: 535px;
}

#cards .qr-code-banner-bottom:nth-child(2) .card-content {
  background-image: url("/assets/media/landingpage/qr-codes/url-shortner.webp");
  height: 535px;
}

#cards .qr-code-banner-bottom:nth-child(3) .card-content {
  background-image: url("/assets/media/landingpage/qr-codes/link-in-bio.webp");
  height: 535px;
  background-repeat: round;
}
.feature-include-qrcode {
  padding: 85px 0px 0px 69px;
  text-align: start;
}
.stacking-cards-section h2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.stacking-cards-section p {
  font-weight: 400;
  font-size: 24px;
}
.qr-code-heading {
  font-size: 6rem;
}
.feature-include-shortlink {
  text-align: end;
  padding: 80px 50px 0px 0px;
}
.feature-include-linkinbio {
  text-align: center;
  padding: 114px 0px 0px 0px;
}
.qr-code-heading span {
  color: #fc470d;
}
.qr-code-icon13 {
  top: -38%;
  right: 43%;
}
.box-tabs {
  border: 30px solid #fff0f4;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .box-tabs {
    border: 7px solid #fff0f4;
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  .floating-card {
    width: 100%;
  }
  .qr-code-icon13 {
    top: -15%;
    right: 1%;
  }
}
.landingpage-secondbg {
  background-image: url("/assets/media/landingpage/qr-codes/qrcode-background2.png");
  background-repeat: no-repeat;
  background-position: center;
}

.qr-generator-card {
  width: 100%;
  height: 480px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  padding: 50px;
  color: white;
}

.qrcard-left {
  align-items: flex-start;
  text-align: left;
}

.qrcard-right {
  align-items: flex-end;
  text-align: right;
}
.card-content {
  gap: 30px;
  display: grid;
}
.card-content h3 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 48px;
  color: white;
}
.card-content p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
  color: white;
  font-weight: 300;
}
.custom-card {
  background-image: url("/assets/media/features/qr-code-generator/custom-qr-code.png");
  background-repeat: no-repeat;
  background-position: center;
}
.image-card {
  background-image: url("/assets/media/features/qr-code-generator/image-qr-code.png");
  background-repeat: no-repeat;
  background-position: center;
}
.artistic-card {
  background-image: url("/assets/media/features/qr-code-generator/artistic-qr-code.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .qr-generator-card {
    align-items: center !important;
    text-align: center !important;
  }
  .card-content h3 {
    font-size: 3rem;
  }
  .card-content {
    gap: 10px;
    display: grid;
    width: 100% !important;
  }
  .qr-generator-card {
    padding: 0px;
  }
}
.custom-features-img {
  border-radius: 1.5rem;
}

/* custom qr code banner */
.float-icon.custom-qrcode-icon1 img {
  width: 100%;
  height: auto;
  transform: rotate(334deg) !important;
}
.float-icon.custom-qrcode-icon1 {
  position: absolute;
  top: 62%;
  left: 2%;
  animation-delay: 0s;
}

.float-icon.custom-qrcode-icon2 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.float-icon.custom-qrcode-icon2 {
  position: absolute;
  top: 80%;
  left: 2%;
  animation-delay: 1s;
}

.float-icon.custom-qrcode-icon3 img {
  width: 100%;
  height: auto;
  transform: rotate(24deg) !important;
}
.float-icon.custom-qrcode-icon3 {
  position: absolute;
  top: 81%;
  left: 7.2%;
  animation-delay: 3s;
}

.float-icon.custom-qrcode-icon4 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.float-icon.custom-qrcode-icon4 {
  position: absolute;
  top: 78%;
  left: 42%;
  animation-delay: 2s;
}

.float-icon.custom-qrcode-icon5 img {
  width: 100%;
  height: auto;
  transform: rotate(328deg) !important;
}
.float-icon.custom-qrcode-icon5 {
  position: absolute;
  top: 71%;
  left: 50%;
  animation-delay: 3s;
}

.float-icon.custom-qrcode-icon6 img {
  width: 100%;
  height: auto;
  transform: rotate(349deg) !important;
}
.float-icon.custom-qrcode-icon6 {
  position: absolute;
  top: 79%;
  left: 58%;
  animation-delay: 1s;
}

.float-icon.custom-qrcode-icon7 img {
  width: 100%;
  height: auto;
  transform: rotate(333deg) !important;
}
.float-icon.custom-qrcode-icon7 {
  position: absolute;
  top: 71%;
  left: 86%;
  animation-delay: 0s;
}

.float-icon.custom-qrcode-icon8 img {
  width: 100%;
  height: auto;
  transform: rotate(20deg) !important;
}
.float-icon.custom-qrcode-icon8 {
  position: absolute;
  top: 52%;
  left: 88%;
  animation-delay: 2.5s;
}

.float-icon.custom-qrcode-icon9 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.float-icon.custom-qrcode-icon9 {
  position: absolute;
  top: -5%;
  left: 61%;
  animation-delay: 4s;
}

.float-icon.custom-qrcode-icon10 img {
  width: 100%;
  height: auto;
  transform: rotate(25deg) !important;
}
.float-icon.custom-qrcode-icon10 {
  position: absolute;
  top: 2%;
  left: 56%;
  animation-delay: 5s;
}

.float-icon.custom-qrcode-icon11 img {
  width: 100%;
  height: auto;
  transform: rotate(325deg) !important;
}
.float-icon.custom-qrcode-icon11 {
  position: absolute;
  top: -6%;
  left: 51%;
  animation-delay: 4s;
}

.float-icon.custom-qrcode-icon12 img {
  width: 100%;
  height: auto;
  transform: rotate(310deg) !important;
}
.float-icon.custom-qrcode-icon12 {
  position: absolute;
  top: 8%;
  left: 29%;
  animation-delay: 3s;
}

.float-icon.custom-qrcode-icon13 img {
  width: 100%;
  height: auto;
  transform: rotate(42deg) !important;
}
.float-icon.custom-qrcode-icon13 {
  position: absolute;
  top: -1%;
  left: 17%;
  animation-delay: 1s;
}

.float-icon.custom-qrcode-icon14 img {
  width: 100%;
  height: auto;
  transform: rotate(57deg) !important;
}
.float-icon.custom-qrcode-icon14 {
  position: absolute;
  top: -6%;
  left: 12%;
  animation-delay: 3s;
}

.sticky-icon.custom-qrcode-icon15 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.sticky-icon.custom-qrcode-icon15 {
  position: absolute;
  top: 16%;
  left: 3%;
  animation-delay: 2.8s;
}

.sticky-icon.custom-qrcode-icon16 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.sticky-icon.custom-qrcode-icon16 {
  position: absolute;
  top: -7.5%;
  left: 78%;
  animation-delay: 1.7s;
}

/* image qr code banner */
.float-icon.image-qrcode-icon1 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.float-icon.image-qrcode-icon1 {
  position: absolute;
  top: 77%;
  left: 7%;
  animation-delay: 0s;
}

.float-icon.image-qrcode-icon2 img {
  width: 100%;
  height: auto;
  transform: rotate(326deg) !important;
}
.float-icon.image-qrcode-icon2 {
  position: absolute;
  top: 85%;
  left: 18%;
  animation-delay: 1s;
}

.float-icon.image-qrcode-icon3 img {
  width: 100%;
  height: auto;
  transform: rotate(313deg) !important;
}
.float-icon.image-qrcode-icon3 {
  position: absolute;
  top: 79%;
  left: 47.2%;
  animation-delay: 3s;
}

.float-icon.image-qrcode-icon4 img {
  width: 100%;
  height: auto;
  transform: rotate(18deg) !important;
}
.float-icon.image-qrcode-icon4 {
  position: absolute;
  top: 82%;
  left: 51%;
  animation-delay: 2s;
}

.float-icon.image-qrcode-icon5 img {
  width: 100%;
  height: auto;
  transform: rotate(339deg) !important;
}
.float-icon.image-qrcode-icon5 {
  position: absolute;
  top: 76%;
  left: 72%;
  animation-delay: 3s;
}

.float-icon.image-qrcode-icon6 img {
  width: 100%;
  height: auto;
  transform: rotate(31deg) !important;
}
.float-icon.image-qrcode-icon6 {
  position: absolute;
  top: 70%;
  left: 77%;
  animation-delay: 1s;
}

.float-icon.image-qrcode-icon7 img {
  width: 100%;
  height: auto;
  transform: rotate(23deg) !important;
}
.float-icon.image-qrcode-icon7 {
  position: absolute;
  top: 58%;
  left: 88%;
  animation-delay: 0s;
}

.float-icon.image-qrcode-icon8 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.float-icon.image-qrcode-icon8 {
  position: absolute;
  top: -10%;
  left: 71%;
  animation-delay: 2.5s;
}

.float-icon.image-qrcode-icon9 img {
  width: 100%;
  height: auto;
  transform: rotate(31deg) !important;
}
.float-icon.image-qrcode-icon9 {
  position: absolute;
  top: 4%;
  left: 60%;
  animation-delay: 4s;
}

.float-icon.image-qrcode-icon10 img {
  width: 100%;
  height: auto;
  transform: rotate(316deg) !important;
}
.float-icon.image-qrcode-icon10 {
  position: absolute;
  top: 2%;
  left: 31%;
  animation-delay: 5s;
}

.float-icon.image-qrcode-icon11 img {
  width: 100%;
  height: auto;
  transform: rotate(10deg) !important;
}
.float-icon.image-qrcode-icon11 {
  position: absolute;
  top: -2%;
  left: 28%;
  animation-delay: 4s;
}

.float-icon.image-qrcode-icon12 img {
  width: 100%;
  height: auto;
  transform: rotate(160deg) !important;
}
.float-icon.image-qrcode-icon12 {
  position: absolute;
  top: 2%;
  left: 24%;
  animation-delay: 3s;
}

.float-icon.image-qrcode-icon13 img {
  width: 100%;
  height: auto;
  transform: rotate(329deg) !important;
}
.float-icon.image-qrcode-icon13 {
  position: absolute;
  top: 0%;
  left: 6%;
  animation-delay: 1s;
}

.float-icon.image-qrcode-icon14 img {
  width: 100%;
  height: auto;
  transform: rotate(57deg) !important;
}
.float-icon.image-qrcode-icon14 {
  position: absolute;
  top: 36%;
  left: 0%;
  animation-delay: 3s;
}

.sticky-icon.image-qrcode-icon15 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.sticky-icon.image-qrcode-icon15 {
  position: absolute;
  top: 35%;
  left: 0%;
  animation-delay: 2.8s;
}

.sticky-icon.image-qrcode-icon16 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.sticky-icon.image-qrcode-icon16 {
  position: absolute;
  top: 4%;
  left: 89.5%;
  animation-delay: 1.7s;
}

/* home page */
.bg-home-page {
  background-image: url("/assets/media/main-page/qr-code-home-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.float-icon.qrcode-main-icon1 img {
  width: 87%;
  height: auto;
  transform: rotate(0deg) !important;
}
.float-icon.qrcode-main-icon1 {
  position: absolute;
  top: 42%;
  left: -9%;
  animation-delay: 0s;
}

.float-icon.qrcode-main-icon2 img {
  width: 77%;
  height: auto;
  transform: rotate(0deg) !important;
}
.float-icon.qrcode-main-icon2 {
  position: absolute;
  top: 34%;
  left: -15%;
  animation-delay: 1s;
}

.float-icon.qrcode-main-icon3 img {
  width: 82%;
  height: auto;
  transform: rotate(0deg) !important;
}
.float-icon.qrcode-main-icon3 {
  position: absolute;
  top: 24%;
  left: -10%;
  animation-delay: 3s;
}

.float-icon.qrcode-main-icon4 img {
  width: 60%;
  height: auto;
  transform: rotate(0deg) !important;
}
.float-icon.qrcode-main-icon4 {
  position: absolute;
  top: 47%;
  right: -18%;
  animation-delay: 2s;
}

.float-icon.qrcode-main-icon5 img {
  width: 86%;
  height: auto;
  transform: rotate(353deg) !important;
}
.float-icon.qrcode-main-icon5 {
  position: absolute;
  top: 31%;
  right: -13%;
  animation-delay: 3s;
}

.float-icon.qrcode-main-icon6 img {
  width: 100%;
  height: auto;
  transform: rotate(31deg) !important;
}
.float-icon.qrcode-main-icon6 {
  position: absolute;
  top: 24%;
  right: -6%;
  animation-delay: 1s;
}

.float-icon.qrcode-main-icon7 img {
  width: 100%;
  height: auto;
  transform: rotate(23deg) !important;
}
.float-icon.qrcode-main-icon7 {
  position: absolute;
  top: 18%;
  left: 14%;

  animation-delay: 0s;
  opacity: 20%;
}
.float-icon.qrcode-main-icon8 img {
  width: 100%;
  height: auto;
  transform: rotate(23deg) !important;
}
.float-icon.qrcode-main-icon8 {
  position: absolute;
  top: 10%;
  left: 4%;

  animation-delay: 0s;
  opacity: 20%;
}
.float-icon.qrcode-main-icon9 img {
  width: 100%;
  height: auto;
  transform: rotate(23deg) !important;
}
.float-icon.qrcode-main-icon9 {
  position: absolute;
  top: 1%;
  left: -10%;
  animation-delay: 0s;
  opacity: 20%;
}
.float-icon.qrcode-main-icon10 img {
  width: 100%;
  height: auto;
  transform: rotate(23deg) !important;
}
.float-icon.qrcode-main-icon10 {
  position: absolute;
  top: 15%;
  left: 80%;
  animation-delay: 0s;
  opacity: 20%;
}
.float-icon.qrcode-main-icon11 img {
  width: 100%;
  height: auto;
  transform: rotate(23deg) !important;
}
.float-icon.qrcode-main-icon11 {
  position: absolute;
  top: 4%;
  left: 92%;
  animation-delay: 0s;
  opacity: 20%;
}
.custom-card-nav-tabs {
  border: 3px solid black;
  border-bottom: 0px;
  border-radius: 10px 10px 0px 0px;
}

.qrcode-demo-section {
  margin-top: -240px;
  position: relative;
  z-index: 3;
}
.floating-center-wrapper {
  position: relative;
  max-width: 2200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.qrcode-banner-floating-section {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* artstic qr code */
.float-icon.artistic-qrcode-icon1 img {
  width: 100%;
  height: auto;
  transform: rotate(24deg) !important;
}
.float-icon.artistic-qrcode-icon1 {
  position: absolute;
  top: 74%;
  left: 1%;
  animation-delay: 0s;
}

.float-icon.artistic-qrcode-icon2 img {
  width: 100%;
  height: auto;
  transform: rotate(314deg) !important;
}
.float-icon.artistic-qrcode-icon2 {
  position: absolute;
  top: 82%;
  left: 44%;
  animation-delay: 1s;
}

.float-icon.artistic-qrcode-icon3 img {
  width: 100%;
  height: auto;
  transform: rotate(323deg) !important;
}
.float-icon.artistic-qrcode-icon3 {
  position: absolute;
  top: 81%;
  left: 67.2%;
  animation-delay: 3s;
}

.float-icon.artistic-qrcode-icon4 img {
  width: 100%;
  height: auto;
  transform: rotate(326deg) !important;
}
.float-icon.artistic-qrcode-icon4 {
  position: absolute;
  top: 76%;
  left: 80%;
  animation-delay: 2s;
}

.float-icon.artistic-qrcode-icon5 img {
  width: 100%;
  height: auto;
  transform: rotate(31deg) !important;
}
.float-icon.artistic-qrcode-icon5 {
  position: absolute;
  top: 85%;
  left: 85%;
  animation-delay: 3s;
}

.float-icon.artistic-qrcode-icon6 img {
  width: 100%;
  height: auto;
  transform: rotate(31deg) !important;
}
.float-icon.artistic-qrcode-icon6 {
  position: absolute;
  top: 41%;
  left: 89%;
  animation-delay: 1s;
}

.float-icon.artistic-qrcode-icon7 img {
  width: 100%;
  height: auto;
  transform: rotate(336deg) !important;
}
.float-icon.artistic-qrcode-icon7 {
  position: absolute;
  top: 2%;
  left: 57%;
  animation-delay: 0s;
}

.float-icon.artistic-qrcode-icon8 img {
  width: 100%;
  height: auto;
  transform: rotate(28deg) !important;
}
.float-icon.artistic-qrcode-icon8 {
  position: absolute;
  top: -4%;
  left: 50%;
  animation-delay: 2.5s;
}
.sticky-icon.artistic-qrcode-icon9 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.sticky-icon.artistic-qrcode-icon9 {
  position: absolute;
  top: -7%;
  left: 9%;
  animation-delay: 2.8s;
}
.sticky-icon.artistic-qrcode-icon10 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.sticky-icon.artistic-qrcode-icon10 {
  position: absolute;
  top: 12%;
  left: 89.5%;
  animation-delay: 2.8s;
}
/* pricing start */
.pricing-bg {
  background-image: url("/assets/media/pricing/pricing-background.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.float-icon.pricing-qrcode-icon1 img {
  width: 92%;
  height: auto;
  transform: rotate(8deg) !important;
}
.float-icon.pricing-qrcode-icon1 {
  position: absolute;
  top: 37%;
  left: -12%;
  animation-delay: 0s;
}

.float-icon.pricing-qrcode-icon2 img {
  width: 100%;
  height: auto;
  transform: rotate(17deg) !important;
}
.float-icon.pricing-qrcode-icon2 {
  position: absolute;
  top: 44%;
  left: -12%;
  animation-delay: 1s;
}

.float-icon.pricing-qrcode-icon3 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.float-icon.pricing-qrcode-icon3 {
  position: absolute;
  top: 29%;
  left: -6.8%;
  animation-delay: 3s;
}

.float-icon.pricing-qrcode-icon4 img {
  width: 90%;
  height: auto;
  transform: rotate(18deg) !important;
}
.float-icon.pricing-qrcode-icon4 {
  position: absolute;
  top: 47%;
  right: -12%;
  animation-delay: 2s;
}

.float-icon.pricing-qrcode-icon5 img {
  width: 100%;
  height: auto;
  transform: rotate(27deg) !important;
}
.float-icon.pricing-qrcode-icon5 {
  position: absolute;
  top: 27%;
  right: -6%;
  animation-delay: 3s;
}
.float-icon.pricing-qrcode-icon6 img {
  width: 100%;
  height: auto;
  transform: rotate(329deg) !important;
}
.float-icon.pricing-qrcode-icon6 {
  position: absolute;
  top: 38%;
  right: -11%;
  animation-delay: 3s;
}

@media (max-width: 1500px) {
  .container-auto {
    max-width: 1225px !important;
  }
  .float-icon.pricing-qrcode-icon1 {
    position: absolute;
    top: 37%;
    left: -10%;
    animation-delay: 0s;
    scale: 95%;
  }
  .float-icon.pricing-qrcode-icon2 {
    position: absolute;
    top: 44%;
    left: -9%;
    animation-delay: 1s;
    scale: 95%;
  }
  .float-icon.pricing-qrcode-icon3 {
    position: absolute;
    top: 26%;
    left: -5%;
    animation-delay: 3s;
    scale: 95%;
  }
  .float-icon.pricing-qrcode-icon4 {
    position: absolute;
    top: 43%;
    right: -11%;
    animation-delay: 2s;
    scale: 95%;
  }
  .float-icon.pricing-qrcode-icon5 {
    position: absolute;
    top: 24%;
    right: -7%;
    animation-delay: 3s;
    scale: 95%;
  }
  .float-icon.pricing-qrcode-icon6 {
    position: absolute;
    top: 35%;
    right: -9%;
    animation-delay: 3s;
    scale: 95%;
  }

  .float-icon.qrcode-main-icon1 {
    position: absolute;
    top: 42%;
    left: -10%;
    animation-delay: 0s;
    scale: 92%;
  }
  .float-icon.qrcode-main-icon2 {
    position: absolute;
    top: 34%;
    left: -14%;
    animation-delay: 1s;
    scale: 90%;
  }
  .float-icon.qrcode-main-icon3 {
    position: absolute;
    top: 24%;
    left: -7%;
    animation-delay: 3s;
    scale: 90%;
  }
  .float-icon.qrcode-main-icon5 {
    position: absolute;
    top: 33%;
    right: -13%;
    animation-delay: 3s;
    scale: 85%;
  }
  .float-icon.qrcode-main-icon4 {
    position: absolute;
    top: 47%;
    right: -17%;
    animation-delay: 2s;
    scale: 82%;
  }
  .float-icon.qrcode-main-icon9 {
    position: absolute;
    top: 1%;
    left: -7%;
    animation-delay: 0s;
    opacity: 20%;
  }
}

.link-management-bg {
  background-image: url("/assets/img/features/link-management-bg.png");
  background-size: cover;
}
.link-in-bio-bg {
  background-image: url("/assets/img/features/link-in-bio-bg.png");
  background-size: cover;
}
.custom-qrcode-bg {
  background-image: url("/assets/img/features/feature-qrcode-bg.png");
  background-size: cover;
}
.feature-include-content h3 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0px;
}
.feature-include-content p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  color: black;
}
.feature-include-content ul li {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
  font-weight: 600;
  color: black;
  list-style-type: none;
}
.qr-box {
  border: 2px dotted #ccc;
  border-radius: 10px;
  display: flex;
}
.qr-box h5 {
  font-size: 16px;
  font-weight: 700;
  color: black;
}
.qr-box h3 {
  font-size: 16px;
  font-weight: 700;
  color: black;
}
.qr-box p {
  font-size: 14px;
  color: #35303f;
}
.qr-box p span {
  font-weight: 600;
  color: black;
}
.icon-box {
  width: 100px;
  height: 65px;
}
.icon-box img {
  width: 80px;
  height: auto;
}
