/* Common Css */
.txt-blue {
  color: #504ee4;
}

body {
  overflow-x: hidden;
  transition: all 0.3s;
}

/* hero-section */
.k2-hero-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 500px;
}

.kl-hero-section {
  padding: 9rem 0 3rem;
}

.kl-hero-section input {
  border-radius: 0.25rem;
  border: 1px solid #ededed;
  padding: 0.625rem 1.25rem;
  border-radius: 4px;
  min-width: 248px;
  height: 44px;
  margin-right: 4px;
}

.formbelowText {
  color: #5e6175;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0175rem;
  margin-top: 0.87rem;
  margin-bottom: 0;
}

.formbelowText img {
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.kl-hero-section input:focus {
  outline: #b4a5a5;
}

.kl-hero-section input::placeholder {
  color: #adb5bd;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.015rem;
  text-transform: capitalize;
}

.color-red {
  color: red;
}

.emailErrorMessage {
  margin-bottom: 0px;
  color: #01003f;
  padding-top: 7px;
  font-size: 12px;
}

.kl-hero-section button {
  border: none;
  position: relative;
  top: -1px;
}

.kl-hero-h1 {
  font-family: var(--paytone);
  font-size: 2.875rem;
  line-height: 3.75rem;
  margin-bottom: 1.5rem;
  color: #05034e;
  width: 100%;
}

.kl-button-flex {
  display: flex;
  gap: 1rem;
}

.kl2-hero-img {
  position: relative;
  transform: scale(1.07);
  left: 70px;
  top: 14px;
}

.kl-hero-h1-1 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.02em;
  color: #504ee4;
}

.kl-hero-h2 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #393c56;
  margin-bottom: 2.5rem;
  width: 95%;
}

/* Logo Section */
.logo-scrolling {
  padding: 4rem 0;
}

.powering {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #3d3c7d;
  margin-bottom: 24px;
  padding: 0 1rem;
}

/* slider css */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.slider {
  background: white;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 104px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: 1750px;
}
.slider .slide {
  padding: 1rem 40px;
  text-align: center;
  display: flex;
  align-items: center;
}
/*  */

/* morepipelines */

.morepipelines {
  background: linear-gradient(
    180deg,
    rgba(250, 249, 255, 0) 0%,
    #faf9ff 8.98%,
    rgba(247, 251, 255, 0) 100%
  );
  padding: 6rem 0;
}

.morepipelines-head {
  color: #0e0d59;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.morepipelines-para {
  color: #0e0d59;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4rem;
}

.morepipelines-card {
  background: linear-gradient(180deg, #f3f3ff 0%, rgba(243, 243, 255, 0) 100%);
  background-size: cover;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: block;
}

.cardRightArrow {
  position: absolute;
  right: -11px;
  top: 32%;
}

.morepipelines-card-img-holder {
  width: 100%;
  height: 212px;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid #e3e3e3;
  margin-bottom: 1rem;
  background: #f9f8fc;
  display: flex;
  align-items: flex-end;
}

.morepipelines-card-img {
  position: relative;
  transition: all 0.4s;
}

.morepipelines-card:hover {
  text-decoration: none;
}

.morepipelines-card:hover .morepipelines-card-link img {
  transform: translateX(4px);
}

.morepipelines-card-1:hover .morepipelines-card-img {
  transform: scale(1) translate(10px, -10px);
}

.morepipelines-card-2:hover .morepipelines-card-img {
  transform: scale(1) translate(-12px, -16px);
}

.morepipelines-card-1 .morepipelines-card-img {
  width: 90%;
  top: 10px;
  left: -10px;
}

.morepipelines-card-2 .morepipelines-card-img {
  width: 100%;
  top: 22px;
  right: -30px;
}

.morepipelines-card-img-4-1 {
  top: -60px;
  left: 105px;
}

.morepipelines-card-img-4-2 {
  top: -20px;
  left: 10px;
}

.morepipelines-card-4:hover .morepipelines-card-img-4-1 {
  transform: translate(15px, 10px);
}

.morepipelines-card-4:hover .morepipelines-card-img-4-2 {
  transform: translateX(-10px);
}

.morepipelines-card-img-3-1 {
  left: 170px;
  top: 18px;
}

.morepipelines-card-img-3-2 {
  left: 58px;
  top: -30px;
}

.morepipelines-card-3:hover .morepipelines-card-img-3-1 {
  transform: translate(10px, -10px);
}

.morepipelines-card-3:hover .morepipelines-card-img-3-2 {
  transform: translate(-10px, 10px);
}

.morepipelines-card-head {
  color: #0e0d59 !important;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.morepipelines-card-para {
  color: #0e0d59 !important;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}

.morepipelines-card-subhead {
  color: #6362ab;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.morepipelines-card-link {
  color: #504ee4;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.morepipelines-card-link img {
  position: relative;
  top: -1px;
  left: 2px;
  transition: all 0.3s;
}

/*  */

/* Multichannel Outreach */
.multi-channel-outreach {
  padding: 4rem 0;
}

.section-head-2 {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-transform: uppercase;
  color: #504ee4;
  text-align: center;
}

.section-head-1 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  text-align: center;
  color: #0e0d59;
  margin-bottom: 0.25rem;
}

.section-description {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #0e0d59;
  margin-bottom: 2rem;
}

.height530 {
  height: 530px;
}

.cardContainer {
  cursor: pointer;
}

.cardContainer .cardContainerHead {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  transition: all 0.3s;
  color: #0e0d59;
  margin: 0;
}

.cardContainer svg {
  transform: rotate(-90deg);
  transition: all 0.3s;
}

.cardContainer .cardContainerSubHead {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #0e0d59;
  padding-left: 12px;
  border-left: 2px solid #504ee4;
  margin-bottom: 0.75rem;
}

.cardContainer .cardContainerPara {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #0e0d59;
  margin-bottom: 1.25rem;
}

.multi-channel-outreach hr {
  margin-top: 0;
  border-top: 1px solid #d7d7f1 !important;
}

.cardContainer .cardContent {
  transition: all 0.6s;
  overflow: hidden;
  height: 0;
}

.cardContainer .cardContent a {
  color: #504ee4 !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.cardContainer .cardContent a:hover {
  text-decoration: none;
}

.cardContainer .cardContent a img {
  width: 14px;
  position: relative;
  top: -1px;
  left: 2px;
  transition: all 0.3s;
}

.cardContainer .cardContent a:hover img {
  left: 6px;
}

.cardContainer.active .cardContent {
  overflow: auto;
  height: 160px;
}

.cardContainer.active svg path {
  fill: #504ee4;
}

.cardContainer.active .cardContainerHead {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #504ee4;
}

.cardContainer .cardContent::-webkit-scrollbar {
  display: none;
}

.cardContainer.active svg {
  transform: rotate(0deg);
}

/*  */

/* stay-persistent */

.stay-persistent {
  background: linear-gradient(
    211deg,
    #f5f1ff 18.65%,
    rgba(247, 251, 255, 0) 91.12%
  );
  height: 1860px;
  display: none;
}

.stickyContainer {
  position: sticky;
  top: 48px;
  padding: 4rem 1rem 3rem;
}

.stay-persistent .subheading {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-transform: uppercase;
  text-align: center;
  color: #504ee4;
  margin-bottom: 1rem;
}

.stay-persistent h2 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3rem;
  text-align: center;
  color: #0e0d59;
  margin-bottom: 0.25rem;
}

.stay-persistent .headdesc {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #0e0d59;
  margin-bottom: 4rem;
}

.height424 {
  height: 424px;
}

.scrollingContainer {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  display: flex;
  z-index: 0;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.scrollingContainer.d-none {
  opacity: 0 !important;
}

.scrollingContainer .col-md-11 img {
  position: relative;
  top: -14px;
}

.activeDiv {
  opacity: 1;
  z-index: 1;
  transition-delay: 0.25s;
}

.number {
  color: #4e4e82;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.number.active {
  color: #504ee4;
}

@keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(50px);
  }
}

.gradientTextContainer h3 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 27px;
  text-transform: capitalize;
  color: #0e0d59;
  margin-bottom: 0.25rem;
  margin-top: 1rem;
}

.gradientTextContainer p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 21px;
  color: #0e0d59;
}

.main-img img {
  position: relative;
  top: -28px;
  margin: auto;
}

.gradientArrowleft {
  background: linear-gradient(
    320deg,
    rgba(247, 247, 255, 0) 28.27%,
    #f0f0ff 97.09%,
    rgba(241, 241, 255, 0) 100.01%
  );
  position: absolute;
  z-index: -2;
  width: 53.5%;
  left: -136px;
  top: -40px;
  height: 730px;
  margin-right: auto;
  transform: rotate(18deg);
  border-radius: 0;
}

#firstLottie1 {
  position: relative;
  top: -364px;
  transform: rotate(180deg);
}
.gradientArrowRight {
  background: linear-gradient(
    44deg,
    rgba(247, 247, 255, 0) 28.27%,
    #f0f0ff 97.09%,
    rgba(241, 241, 255, 0) 100.01%
  );
  position: absolute;
  z-index: -1;
  width: 53.5%;
  right: -174px;
  top: -50px;
  height: 730px;
  margin-left: auto;
  transform: rotate(341deg);
  border-radius: 0;
}

#firstLottie2 {
  position: relative;
  top: -364px;
}

.gradientCircle {
  position: absolute;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #ffffffde 28.44%,
    rgb(255 255 255 / 0%) 100%
  );
  /* filter: blur(25.5px); */
  transform: translate(-42%, 13%);
  left: 50%;
  top: 50%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}

/*  */

/* pipeline indicator */
.pipeline-indicator {
  background: linear-gradient(
    180deg,
    rgba(247, 251, 255, 0) 0%,
    #f7fbff 7.77%,
    rgba(247, 251, 255, 0) 100%
  );
  padding: 5rem 0;
  position: relative;
}

.pipeline-indicator-container {
  margin-bottom: 5rem;
}

.pipeline-indicator-container img {
  margin-top: 2rem;
}

.pipeline-indicator .subheading {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #007ce7;
  margin-bottom: 1rem;
}

.pipeline-indicator h2 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.5rem;
  color: #0d144a;
  margin-bottom: 0.25rem;
  margin-bottom: 0.25rem;
}

.pipeline-indicator-container p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #0e0d59;
  margin-bottom: 2rem;
}

.pipeline-indicator a {
  display: inline-block;
}

#indicators .col-6:not(:last-child) .pipeline-card {
  border-right: 1px solid #e0ecf8;
  padding-right: 1rem;
}

.pipeline-card img {
  margin-bottom: 1.25rem;
}

.pipeline-card h3 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-transform: capitalize;
  color: #0e0d59;
}

.pipeline-card p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #0e0d59;
  margin: 0;
}
/*  */

/* accelerate */

.accelerate {
  background: var(--klenty-acceleration);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 7rem 0;
}

.accelerate h2 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.375rem;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.accelerate p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  margin-bottom: 2.67rem;
}

.sales-card img {
  margin-bottom: 1.5rem;
}

.sales-card h3 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.sales-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #cdccf4;
  margin-bottom: 1.5rem;
}

/* .sales-card a {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none;
} */

.sales-card .kt-btn--primary {
  padding: 10px 20px !important;
}

.sales-card a svg {
  transition: all 0.3s;
  margin-left: 4px;
}

.sales-card a:hover svg {
  transform: translateX(6px);
}

.sales-card-pos {
  position: relative;
  left: 8px;
}

#sales-type .col-12:not(:last-child) .sales-card {
  border-right: 1px solid #252459;
}

/*  */

/* workflow-automation */
.workflow-automation {
  background: linear-gradient(
    180deg,
    #f7fbff 0%,
    #f7fbff 87.15%,
    rgba(247, 251, 255, 0) 100%
  );
  padding: 5rem 0;
}

.workflow-automation .subheading {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #007ce7;
  margin-bottom: 1rem;
}

.workflow-automation h2 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.375rem;
  color: #0e0d59;
  margin-bottom: 0.25rem;
}

.workflow-automation p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #2d2c76;
  margin-bottom: 2.5rem;
}

.workflow-automation a {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #504ee4 !important;
  text-decoration: none;
}

.workflow-automation a svg {
  transition: all 0.3s;
  margin-left: 4px;
}

.workflow-automation a:hover svg {
  transform: translateX(6px);
}
/*  */

/* klentySpin */

.klentySpin {
  background: var(--klenty-spin-bg);
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 2rem;
  text-align: center;
}

.klentySpin h2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  color: #0e0d59;
  margin-bottom: 0.25rem;
}

.klentySpin p {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-align: center;
  color: #0e0d59;
  margin-bottom: 2rem;
}

.klentySpin .kt-btn--primary {
  display: inline-block;
}

/*  */

/* useKlenty */

.useKlenty {
  padding: 6rem 0 4rem;
}

.useKlenty h2 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.5rem;
  text-align: center;
  color: #0e0d59;
  margin-bottom: 3rem;
  padding: 0 1rem;
}

.caseStudyContainer {
  position: relative;
  width: 328px;
  height: 270px;
  margin: auto;
  overflow: hidden;
  border-radius: 18px;
  transition: all 0.6s;
  background: rgba(245, 245, 254, 0.94);
}

.caseStudyContainer img {
  position: relative;
  z-index: -1;
}

.useKlenty .owl-stage {
  height: 390px;
}

.owl-item.active .caseStudyContainer {
  background: rgba(206, 208, 255, 0.82);
}

.useKlenty .owl-item {
  position: relative;
  z-index: -1;
}

.owl-item.center .caseStudyContainer {
  height: 386px;
  background: linear-gradient(
      202.37deg,
      rgba(5, 3, 78, 0) 39.01%,
      #01003f 76.14%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56));
}

.owl-item.center .caseStudyContainer .textContainer {
  opacity: 1;
  transition: all 1s;
}

.logotextContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  top: 0;
  padding: 20px;
  height: 100%;
}

.textContainer {
  opacity: 0;
}

.textContainer p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 28px;
}

.textContainer p span {
  /* color: #504ee4; */
  font-weight: 700;
}

.textContainer a {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #fff !important;
  margin: 0;
  text-decoration: none;
}

.textContainer svg {
  position: relative;
  top: 1px;
  margin-left: 4px;
  transition: all 0.3s;
}

.textContainer a:hover svg {
  margin-left: 8px;
}

.logoContainer img {
  width: fit-content;
}

.useKlenty .owl-carousel .owl-item img {
  width: fit-content !important;
}

.useKlenty .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}

.useKlenty .owl-theme button:focus {
  outline: none;
}

/*  */

/* integrations */
.color {
  background: linear-gradient(
    180deg,
    rgba(247, 251, 255, 0) 0%,
    #f7fbff 12.17%,
    #f7fbff 84.28%,
    rgba(247, 251, 255, 0) 100%
  );
  position: relative;
  z-index: -1;
}

.integrations {
  background: linear-gradient(
    180deg,
    rgba(247, 251, 255, 0) 43.57%,
    #ffffff 100%
  );
  padding: 5rem 0 0;
}

.integrations .subheading {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-transform: uppercase;
  text-align: center;
  color: #007ce7;
  margin-bottom: 1rem;
}

.integrations h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.75rem;
  text-transform: capitalize;
  text-align: center;
  color: #0e0d59;
  margin-bottom: 0.25rem;
}

.integrations p {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #2d2c76;
  margin-bottom: 4rem;
}

.integration {
  text-align: center;
}

.integration a {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #504ee4 !important;
  width: fit-content;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  position: relative;
  top: -170px;
}

.integration svg {
  position: relative;
  top: 1px;
  margin-left: 4px;
  transition: all 0.3s;
}

.integration a:hover svg {
  margin-left: 8px;
}

.integrations #firstLottie3 {
  position: relative;
  z-index: -1;
}

.integrationImg {
  width: 4%;
  height: 11%;
}

.integrations .main-img-pos {
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27.45%;
  height: 80%;
}

.integrations .slack {
  position: absolute;
  top: 28%;
  left: 4%;
}

.integrations .hubspot {
  position: absolute;
  top: 1.5%;
  left: 26%;
}

.integrations .calendly {
  position: absolute;
  top: 20%;
  left: 17%;
}

.integrations .zapier {
  position: absolute;
  bottom: 29%;
  left: 17%;
}

.integrations .salesforce {
  position: absolute;
  top: 34%;
  left: 32%;
}

.integrations .segment {
  position: absolute;
  top: 28%;
  right: 4%;
}

.integrations .zoho {
  position: absolute;
  top: 1.5%;
  right: 26%;
}

.integrations .msdynamics {
  position: absolute;
  top: 20%;
  right: 17%;
}

.integrations .hippo {
  position: absolute;
  bottom: 29%;
  right: 17%;
}

.integrations .pipedrive {
  position: absolute;
  top: 34%;
  right: 32%;
}

/*  */

/* enterprise-grade */

.enterprise-grade {
  padding: 7rem 0 4rem;
  /* background: #f9f9ff; */
}

.enterprise-grade h2 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  text-transform: capitalize;
  color: #0e0d59;
  margin-bottom: 0.25rem;
}

.enterprise-grade p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #2d2c76;
  margin-bottom: 2.67rem;
}

.enterpriseCards img {
  margin-bottom: 0.75rem;
}

.enterpriseCards h3 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #0e0d59;
  margin-bottom: 0.125rem;
}

.enterpriseCards p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #0e0d59;
  margin-bottom: 3rem;
}

/*  */

/* cta-section */

.cta-section {
  background: var(--cta-section);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 7rem 1rem;
  text-align: center;
}

.cta-section h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.75rem;
  color: #ffffff;
  margin-bottom: 2.5rem;
}

.startbutton {
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #151442 !important;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  height: 2.75rem;
}

.demobutton {
  padding: 0.6875rem 1.5rem;
  border: 1px solid #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff !important;
  margin-left: 1rem;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  height: 2.75rem;
}

/*  */

/* take a tour section */
.takeatour {
  background: var(--take-a-tour-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px 56px;
  border-radius: 16px;
}

.takeatour h2 {
  font-family: "Paytone One";
  font-size: 36px;
  line-height: 50px;
  color: #ffffff;
  margin-bottom: 4px;
}

.takeatour p {
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 52px;
}
/*  */
@media only screen and (min-width: 2000px) {
  .gradientArrowleft {
    transform: rotate(9.3deg);
  }
  .gradientArrowRight {
    transform: rotate(350deg);
  }
}

@media only screen and (max-width: 1440px) {
  /* stay persistent */
  .gradientCircle {
    transform: translate(-42%, -16%);
  }
  .gradientArrowleft {
    background: linear-gradient(
      300deg,
      rgba(247, 247, 255, 0) 28.27%,
      #f0f0ff 97.09%,
      rgba(241, 241, 255, 0) 100.01%
    );
    border-top-right-radius: 6%;
    width: 54%;
    left: -136px;
    top: -40px;
    height: 630px;
  }
  #firstLottie1 {
    top: -314px;
  }
  .gradientArrowRight {
    background: linear-gradient(
      60deg,
      rgba(247, 247, 255, 0) 28.27%,
      #f0f0ff 97.09%,
      rgba(241, 241, 255, 0) 100.01%
    );
    border-top-left-radius: 6%;
    /* width: 54%;
    right: -174px;
    top: -50px; */
    width: 56%;
    right: -174px;
    top: -52px;
    height: 630px;
  }
  #firstLottie2 {
    top: -314px;
  }
  /*  */
}

@media only screen and (max-width: 1200px) {
  .kl2-hero-img {
    left: 0;
  }
  .height530 {
    height: 330px;
  }
}

@media only screen and (max-width: 992px) {
  html {
    font-size: 14px !important;
  }
  .kl2-hero-img {
    position: initial;
    transform: scale(1);
    margin-top: 2rem;
    width: 100%;
  }
  .main-img img {
    width: 90%;
    margin: auto;
    top: -14px;
  }
  .section-description {
    margin-bottom: 4rem;
  }
  .integration a {
    top: -70px;
  }
  .stay-persistent {
    height: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .kl-hero-section input {
    height: 36.75px;
    min-width: 180px;
  }

  /* multichannel outrech */
  .cardContainer.active .cardContent {
    height: 432px;
  }
  /*  */

  /* stay-persistent */
  .stay-persistent {
    height: fit-content;
  }

  .stay-persistent .main-img img {
    margin-top: 2rem;
  }

  .gradientTextContainer {
    width: 60%;
    margin: auto;
    text-align: center !important;
    transition: all 0.4s;
  }
  /*  */

  .pipeline-indicator-container {
    margin-bottom: 2rem;
  }
  .pipeline-indicator-container img {
    margin-top: 3rem;
  }
  #indicators .pipeline-card {
    border: none !important;
  }
  .pipeline-card {
    margin-bottom: 2.5rem;
  }

  .sales-card {
    width: 80%;
    margin-bottom: 3rem;
    border: none !important;
  }
  .cardContent img {
    width: fit-content;
    /* height: 350px; */
    margin: auto;
  }
  .accelerate {
    padding: 4rem 0;
  }
  .stickyContainer {
    padding-bottom: 0;
  }
  .gradientTextContainer .kt-btn--primary {
    margin-bottom: 40px;
  }
  .gradientArrowleft,
  .gradientArrowRight,
  .gradientCircle {
    display: none;
  }
  .text-right {
    text-align: left;
  }

  .workflow-automation img {
    margin-top: 2rem;
  }

  /* takeatour */
  .takeatour {
    padding: 56px 16px;
  }
  .takeatour h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .takeatour p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 32px;
  }
  /*  */

  .scrollingContainer {
    position: initial;
  }

  .scrollingContainer.d-none {
    display: block !important;
  }

  .height424 {
    height: auto;
  }

  .scrollingContainer .img-fluid {
    width: 100%;
  }

  .gradientTextContainer img {
    display: none;
  }

  .scrollingContainer .col-md-11 img {
    top: 0;
  }

  /* .morepipelines-card */

  .morepipelines-card {
    width: 255px;
    margin: auto;
    margin-bottom: 2rem;
  }

  .morepipelines-card-head {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
  }

  .morepipelines-card-para {
    font-size: 1rem;
  }

  .cardRightArrow {
    display: none;
  }

  /*  */
}

@media only screen and (max-width: 576px) {
  h2 {
    font-size: 1.84rem !important;
    line-height: 2.75rem !important;
  }

  /* stay-persistent */
  .gradientTextContainer {
    width: 80%;
  }
  /*  */

  /* Multichannel Outreach */
  .slider::before,
  .slider::after {
    width: 80px;
    height: 68px;
  }
  .cardContainer.active .cardContent {
    height: 440px;
  }
  .cardContainer .cardContent::-webkit-scrollbar {
    display: none;
  }
  /*  */

  /* useKlenty */
  .useKlenty .caseStudyContainer {
    width: 280px;
  }
  .useKlenty .owl-item.center .caseStudyContainer {
    height: 356px;
  }
  .useKlenty .owl-nav {
    margin: 0;
  }
  .useKlenty .owl-nav button img {
    width: 36px;
    height: 36px;
  }
  /*  */

  /* integrations */

  .integrations {
    padding-bottom: 4rem;
  }

  .integrationImg {
    width: 6%;
    height: 16%;
  }

  .integration a {
    top: -50px;
  }
  /*  */
}
