@media only screen and (min-width: 0px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  html {
    font-size: 16px;
  }
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.padding-horizontal {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  section.padding-horizontal {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  section.padding-horizontal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.custom-gradient {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(228, 218, 255, 0.2) 100%
  );
}
.active {
  color: #8460e5;
}
.main-page-title {
  font-size: 3.625rem;
  font-weight: 600;
  line-height: 4.125rem;
  text-align: left;
}
.section-subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.688rem;
}
.content-subheading {
  font-size: 1rem;
  /* font-size: 1.063rem; */
  font-weight: 500;
  line-height: 1.5rem;
}
.small-heading {
  /* font-size: 1.25rem; */
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: left;
}
.minor-subheading {
  /* font-size: 1.125rem; */
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.688rem;
}
.caption-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
}
.content-regular {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.nav-link-active {
  color: #8460e5;
}
.medium-body-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.body-text-regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.313rem;
}
.content-medium {
  /* font-size: 0.938rem; */
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.688rem;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 1441px) {
  .main-page-title {
    font-size: 4.875rem;
    font-weight: 600;
    line-height: 88px;
    text-align: left;
  }
  .section-subtitle {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 37.5px;
  }
  .content-subheading {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 33px;
  }
  .small-heading {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
  }
  .minor-subheading {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 30px;
  }
  .caption-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
  }
  .content-regular {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
  }
  .medium-body-text {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
  }
  .body-text-regular {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
  .content-medium {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
}
:root {
  --bg-pattern-image: url("/images/homePage/image-bg.png");
}
@media (min-width: 375px) {
  .bg-pattern {
    background-image: var(--bg-pattern-image);
    background-size: 320px 340px;
    background-repeat: no-repeat;
    background-position: right 50% bottom 50%;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .bg-pattern {
    background-image: var(--bg-pattern-image);
    background-size: 320px;
    background-repeat: no-repeat;
    background-position: right 50% bottom 55%;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .bg-pattern {
    background-image: var(--bg-pattern-image);
    background-size: 420px;
    background-repeat: no-repeat;
    background-position: right 50% bottom 50%;
    z-index: 1;
  }
}
@media (min-width: 1280px) {
  .bg-pattern {
    background-image: var(--bg-pattern-image);
    background-size: 540px 540px;
    background-repeat: no-repeat;
    background-position: right 50% bottom 50%;
    z-index: 1;
  }
}
@media (min-width: 375px) {
  .serp-api-bg {
    background-image: var(--bg-pattern-image);
    background-size: 350px;
    background-repeat: no-repeat;
    background-position: right 50% bottom 50%;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .serp-api-bg {
    background-image: var(--bg-pattern-image);
    background-size: 350px;
    background-repeat: no-repeat;
    background-position: right 50% bottom 50%;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .serp-api-bg {
    background-image: var(--bg-pattern-image);
    background-size: 420px;
    background-repeat: no-repeat;
    background-position: right 50% bottom 50%;
    z-index: 1;
  }
}
@media (min-width: 1280px) {
  .serp-api-bg {
    background-image: var(--bg-pattern-image);
    background-size: 500px 480px;
    background-repeat: no-repeat;
    background-position: right 50% bottom 50%;
    z-index: 1;
  }
}
.integration-code-block {
  scrollbar-width: thin;
}
#iframe-block::-webkit-scrollbar {
  display: none;
  scrollbar-width: thin;
}
.copy-to-clipboard-button {
  display: none;
}
#nav-links {
  display: none;
}
@media (min-width: 1024px) {
  #nav-links {
    display: flex !important;
  }
}
.feature-menu {
  display: none;
}
.product-menu {
  display: none;
}
@media (min-width: 1024px) {
  .dropdown-inner:before {
    content: "";
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 30px solid #fff;
    position: absolute;
    left: 50%;
    top: -17px;
    transform: translateX(-50%);
  }
  .feature-menu .dropdown-inner:before {
    content: "";
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 30px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .dropdown:hover {
    .feature-menu {
      display: block;
    }
  }
  .dropdown:hover {
    .product-menu {
      display: block;
    }
  }
}
.dropdown-link {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #4f4f4f;
  width: 100%;
  border-radius: 4px;
}
.dropdown-link:hover {
  background-color: #f4f0ff;
}
.serp-benefit {
  border-radius: 10px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .serp-benefit:hover {
    box-shadow: 0px 0px 20px 0px #f0ebff;
    border: 1px solid white;
    border-bottom: 3px solid #8460e5;
  }
}
input[type="range"] {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.slider-line {
  position: absolute;
  inset: 0;
  width: 0.2rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}
.custom-container .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  width: 100%;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.custom-container {
  display: flex;
  position: relative;
  overflow: hidden;
}
.language-link {
  text-align: center;
  color: #d6c8c8;
  font-family: Inter;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
.active-link {
  color: white;
  background-color: #565656;
}
pre {
  margin: 0 !important;
}
.easy-integration pre {
  padding-top: 0px;
}
.code-container pre {
  padding-left: 25px;
}
pre[class*="language-"] {
  background-color: #272822;
  border-radius: 0;
}
.section {
  min-height: 90px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}
.faq-header {
  color: #434343;
}
.faq-header.active {
  color: #8460e5;
}
.content {
  display: none;
}
.rotate-45 {
  transform: rotate(45deg);
}
.rotate-0 {
  transform: rotate(0deg);
}
.transition-transform {
  transition: transform 0.9s ease-out;
}
.footer-copyright-privacy {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: #f4f4f4;
}
.footer-link .content-regular {
  display: inline-block;
  text-decoration: none;
}
.footer-link .content-regular::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #f1f1f1;
  transition: width 0.8s;
}
.footer-link .content-regular:hover::after {
  width: 100%;
}
.verbatim .radio-button {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 180px;
}
.verbatim .radio-button input[type="radio"] {
  appearance: none;
  display: none;
}
.verbatim .radio-button label {
  padding: 3px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 17px;
  overflow: hidden;
  transition: linear 0.3s;
  cursor: pointer;
}
.verbatim .radio-button input[type="radio"]:checked + label {
  background-color: #8460e5;
  color: #f1f3f5;
  transition: 0.3s;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 54px;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 25px;
  padding-right: 20px;
  color: #434040;
}
.select2-results__option {
  color: #434040;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: white;
  color: #434040;
  border-style: solid;
  border-width: 0px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0px;
}
.select2-dropdown {
  position: absolute;
  top: 2px;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.select2-container--default .select2-search__field {
  outline: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #434040;
}
select.location {
  appearance: none;
  cursor: pointer;
}
select {
  appearance: none;
}
.g-recaptcha {
  transform: scale(0.7);
}
@media only screen and (min-width: 302px) {
  .g-recaptcha {
    transform: scale(0.87);
  }
}
@media only screen and (min-width: 701px) {
  .g-recaptcha {
    transform: scale(1);
  }
}
.overlay {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: wait;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay p {
  z-index: 2100;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  color: black;
  opacity: 1;
  padding: 10px 30px;
  border-radius: 20px;
}
@media only screen and (min-width: 640px) {
  .overlay p {
    z-index: 2100;
    background-color: rgb(255, 255, 255);
    font-size: 18px;
    color: black;
    opacity: 1;
    padding: 10px 60px;
    border-radius: 20px;
  }
}
.loader-container.loading .overlay {
  visibility: visible;
}
.custom-container {
  display: flex;
  place-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  --position: 50%;
  box-shadow: -2px 0px 2px 0px rgb(0 0 0 / 9%);
}
.custom-container .slide-container {
  width: 100%;
}
.custom-container .slider-section {
  height: 100%;
}
.custom-container .slide-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  z-index: 99;
}
.custom-container .slider:focus-visible ~ .slider-button {
  outline-offset: 3px;
}
.custom-container .slider-line {
  position: absolute;
  inset: 0;
  width: 0.2rem;
  height: 100%;
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.ser-code-toolbar {
  position: relative;
  overflow: auto;
}
.ser-code-toolbar code[class*="language-"],
.ser-code-toolbar pre[class*="language-"] {
  font-size: 14spx;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  margin: 0;
}
div.code-toolbar > .toolbar {
  position: absolute;
  top: 5px;
  right: 12px;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.custom-container .slider-button {
  position: absolute;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 100;
  background-image: url(/images/homePage/dragging_btn.png);
  background-position: center;
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
}
@media (min-width: 1024px) {
  .custom-container .slider-button {
    width: 70px;
    height: 70px;
  }
}
div.code-toolbar {
  position: relative;
}
.swiper-button-next,
.swiper-button-prev {
  color: #d9d9d9;
  border-radius: 50%;
  width: 10px;
}
.swiper-container {
  margin: auto;
  overflow: hidden;
}
.swiper-container .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}
.swiper-container .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}
.clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.scale-your-business {
  background-image: url("/images/homePage/scale-up-business-background-one.png"),
    url("/images/homePage/scale-up-business-background-two.png");
  background-size: 70%, 70%;
  background-repeat: no-repeat, no-repeat;
  background-position:
    left top 0px,
    right top 0px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .scale-your-business {
    background-image: url("/images/homePage/scale-up-business-background-one.png"),
      url("/images/homePage/scale-up-business-background-two.png");
    background-size: 35%, 36.5%;
    background-repeat: no-repeat, no-repeat;
    background-position:
      left top 0px,
      right top 0px;
    z-index: 1;
  }
}
.serp-api-result-snippet .content-regular {
  text-align: center;
  color: #434040;
  border-bottom: 1.5px solid #8460e5;
  padding-bottom: 5px;
}
.serp-api-result-snippet .content-regular:hover {
  color: #251849;
  font-weight: 600;
}
.nav-toggler {
  background: #f7f5ff;
  border-radius: 5px;
  padding: 3px;
}
.nav-toggler div {
  width: 2rem;
  height: 3px;
  margin: 0.3rem;
  background: #747171;
  transition: 0.4s ease-in-out;
}
.toggle-icon .one {
  transform: rotate(47deg) translate(5px, 5px);
}
.toggle-icon .two {
  opacity: 0;
}
.toggle-icon .three {
  transform: rotate(-45deg) translate(5.4px, -5.5px);
}
@media screen and (max-width: 767px) {
  .serp-types {
    background-image: url("/images/features/serpTypes/serp-types2.png");
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: 0px -25px;
  }
}
@media screen and (min-width: 767px) {
  .serp-types {
    background-image: url("/images/features/serpTypes/serp-types.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px -25px;
  }
}
.mostly-customized-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #272822;
}
.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
  background: #504c4c;
  border-radius: 20px;
}
.active-btn {
  background-color: #8460e5;
  color: white;
}
.active-btn svg path {
  fill: white;
}
.inactive-btn {
  color: #8460e5;
}
.inactive-btn svg path {
  fill: currentColor;
}
.features-active {
  background-color: #f7f5ff;
}
.no-wrap-link {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.grecaptcha-badge {
  visibility: hidden;
}
.content-bg{
  background-image: url('/images/homePage/background-pattern-decorative.png');
  background-repeat: no-repeat;
  background-size: 350px 400px;
  background-position: left;
}
@media (min-width: 1800px) {
  .content-bg {
    background-position: 15% center;
  }
}
.image {
    filter: invert(3) brightness(4);
}
.accent{
  height: 20px;
  width: 20px;
  accent-color: #1C1B1F;
}
