html {
  scroll-behavior: smooth;
}

.kt-ph2 {
  line-height: 60px;
}

.kt-ph2 span {
  color: #504ee4;
}

/* hero section starts */

.hero-section {
  padding: 180px 0 80px;
}

.hero-section h1 {
  line-height: 60px;
  margin-bottom: 16px;
}

.hero-section .hero-subHead {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #926bff;
  margin: 0;
}

.buttonContainer {
  margin-top: -16px;
}

.hero-section p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #393c56;
}

.hero-section ul {
  margin-bottom: 56px;
}

.hero-section ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5e6175;
  padding-left: 8px;
  list-style: none;
  margin-bottom: 16px;
}

.hero-section ul li::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: var(--listImg);
  background-size: contain;
  position: relative;
  top: 0px;
  left: -8px;
}

.hero-section .kt-btn-secondary {
  padding: 11px 24px !important;
  text-decoration: none;
}

.hero-section .hero-vid-1 {
  position: absolute;
  top: 40px;
  z-index: 1;
  left: 24px;
  animation: lefttoright1 0.5s;
  animation-delay: 1s;
  transition: all 0.4s;
}

@keyframes lefttoright1 {
  0% {
    left: -60px;
    opacity: 0;
  }
  100% {
    left: 24px;
    opacity: 1;
  }
}

.hero-section .hero-vid-2 {
  position: absolute;
  bottom: 40px;
  z-index: 1;
  right: 18px;
  animation: righttoleft1 0.5s;
  animation-delay: 1s;
  transition: all 0.4s;
}

@keyframes righttoleft1 {
  0% {
    right: -60px;
    opacity: 0;
  }
  100% {
    right: 18px;
    opacity: 1;
  }
}

.hero-bg {
  position: absolute;
  top: -100px;
  right: 0px;
  width: 48vw;
}

/* hero section ends */

/* Video iframe css starts */

.video-how {
  position: relative;
  left: -124px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #3739bd;
  margin-bottom: 5px;
}

.video-arrow {
  width: 128px;
}

.video-arrow-box {
  z-index: 4;
  position: relative;
  top: -220px;
  left: 67px;
}

.hero-play-icon {
  transform: scale(0.4);
  cursor: pointer;
  transition: 0.3s;
}

.hero-vid {
  position: relative;
}

.video-box {
  position: fixed;
  top: 0px;
  z-index: 1000;
  left: 0px;
  background-color: #504ee4e1;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pos-abosolute-center {
  z-index: 9;
}

.video-box video {
  width: 70vw;
}

.video-box {
  display: none;
}

.video {
  width: 80vw;
  height: 80vh;
}

.playpause img {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  opacity: 1 !important;
}

.video-box .pos-relative {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.btn-cross {
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 5%;
  right: 7%;
}

.btn-cross svg:hover {
  color: #000000;
}

.btn-cross svg {
  color: white;
  width: 40px;
  height: 40px;
}

/* Video iframe css ends */

/* sales-touch starts */

.sales-touch {
  padding: 60px 0 80px;
}

.sales-touch-card p {
  font-size: 16px;
  line-height: 24px;
  color: #393c56;
  margin: 0;
}

.sales-touch-card p span {
  color: #504ee4;
}

.sales-touch-card {
  background: #ffffff;
  border: 1px solid #b499ff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  text-align: center;
  padding: 36px 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.sales-touch-card img {
  height: 124px;
  margin-top: -92px;
}

.card-1 img,
.card-2 img {
  margin-top: -100px;
}

.card-1 {
  position: relative;
  animation: lefttoright 1s;
}

.card-3 {
  position: relative;
  animation: righttoleft 1s;
}

@keyframes righttoleft {
  0% {
    right: 380px;
  }
  100% {
    right: 0px;
  }
}

@keyframes lefttoright {
  0% {
    left: 380px;
  }
  100% {
    left: 0px;
  }
}

/* sales-touch ends */

/* whyHappens css starts */

.whyHappens {
  background-color: #f5faff;
  padding: 80px 0;
}

.whyHappens h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #63b7ff;
  margin-bottom: 8px;
}

.whyHappens ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5e6175;
  padding-left: 22px;
  list-style: none;
  margin-bottom: 16px;
  text-indent: -12px;
}

.whyHappens ul li::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: var(--listImg);
  background-size: contain;
  position: relative;
  top: 0px;
  left: -8px;
}

.whyHappens h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #393c56;
  margin: 0;
}

.whyHappens .contentDiv {
  height: 500px;
  flex-direction: column;
  text-align: left;
}

.sticky-img {
  position: sticky;
  top: 120px;
}

/* whyHappens css ends */

/* build playbooks css starts */

.builtPlaybooks {
  text-align: center;
  padding: 80px 0;
}

.builtPlaybooks .playbooks-header-img {
  margin-bottom: 16px;
}

.builtPlaybooksheadPara {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #393c56;
  margin-bottom: 80px;
}

.builtPlaybooks h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #0d144a;
  margin-bottom: 40px;
}

.playBooksWorks {
  background: #ffffff;
  box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #b499ff;
  border-radius: 16px;
  padding: 64px;
  padding-bottom: 84px;
}

.playBooksWorksHead {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #926bff;
  margin-bottom: 48px;
  text-align: center;
}

.playBooksWorksHead.blue {
  color: #63b7ff;
}

.uparrowright {
  position: absolute;
  right: 0px;
  top: 38px;
}

.downarrowright {
  position: absolute;
  right: 0px;
  bottom: -42px;
}

.uparrowleft {
  position: absolute;
  left: 0px;
  top: 38px;
}

.downarrowleft {
  position: absolute;
  left: 0px;
  bottom: -42px;
}

.playBooksWorksCards {
  background: #f0ebff;
  box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.08);
  padding: 0 40px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.playBooksWorksCards h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #0d144a;
  /* margin-bottom: 16px; */
  margin-bottom: 0;
  text-align: center;
  transition: all 0.4s;
}

.anime {
  animation: opacityShow 0.8s;
}

@keyframes opacityShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cardAction {
  background: #d9edff;
}

.playBooksWorksCards p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #393c56;
  margin: 0;
  text-align: left;
}

.uparrowright,
.downarrowright,
.uparrowleft,
.downarrowleft {
  cursor: pointer;
}

/* build playbooks css ends */

/* klenty trial section */

.klenty-trials-box {
  background: url(../images/playbook/last-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  padding: 36px 0 44px;
  text-align: center;
  margin-top: -120px;
}
.klenty-trials-title {
  font-family: "Paytone One";
  font-size: 30px;
  line-height: 50px;
  color: #ffffff;
  margin-bottom: 24px;
}
.klenty-trials-subtitle {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.border-0 {
  border: none !important;
}

/*  */

/* Spammy sales teams starts */

.spammy-sales-teams {
  padding: 80px 0;
}

.spammy-sales-teams-card {
  border: 1px solid #b499ff;
  border-radius: 8px;
  padding: 24px;
  height: 100%;
}

.spammy-sales-teams-card img {
  margin-bottom: 24px;
}

.spammy-sales-teams-card h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #393c56;
  margin-bottom: 16px;
}

.spammy-sales-teams-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5e6175;
  margin: 0;
}

/* Spammy sales teams ends */

/* related resources */

.related-resources {
  background-color: #f7f5ff;
  padding: 40px 0;
}

.related-resources h2 {
  font-family: "Paytone One";
  font-size: 34px;
  line-height: 47px;
  color: #0d144a;
  margin-bottom: 40px;
  text-align: center;
}

.resources-card {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}

.resources-card:hover svg {
  transform: translateX(4px);
}

.resources-card-img {
  width: 100%;
}

.resources-card-title {
  background-color: #efeaff;
  height: 48px;
  border-radius: 0 0 8px 8px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resources-card-title p {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  color: #393c56;
  margin: 0;
}

.resources-card h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #0d144a;
  margin-bottom: 16px;
}

.resources-card button {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #504ee4 !important;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.resources-card button:focus {
  outline: none;
}

.resources-card svg {
  transition: all 0.3s;
}

/*  */

/* top-sales-team starts */

.top-sales-team {
  background: #f7f5ff;
  padding: 80px 0 190px;
}

/* Feature Section --start--*/

.section-4 .timer-section {
  position: relative;
  height: 816px;
}

.section-4 .kts-head-title-head {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #8a61ff;
}

.boldtext {
  font-weight: 700;
}

.section-4 .ts-heading {
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #120155;
}

.section-4 .kts-head-title {
  font-family: "Paytone One";
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #0d144a;
  margin-bottom: 24px;
}

.kts-section-item .headDescription {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #393c56;
  margin-bottom: 48px;
}

.section-4 .kts-head-desc {
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
}

.section-4 .kts-reason-section {
  margin-top: 60px;
  margin-bottom: 40px;
}

.section-4 .kts-reason-wrapper {
  display: flex;
  justify-content: center;
}

.kts-reason-item1,
.kts-reason-item2,
.kts-reason-item3,
.kts-reason-item4 {
  border-bottom: 1px solid #b1b1b1;
  padding: 0px 0px;
  height: 45px;
  z-index: 1;
}

.section-4 .kts-reason-inner {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 14px;
}

.section-4 .kts-reason-title:hover {
  color: #504ee4 !important;
}

.section-4 .kts-progrss-bar {
  position: relative;
  top: -10.4px;
  display: none;
  width: 100%;
  height: 3px;
}

.section-4 .k_highlight .kts-progrss-bar {
  display: block !important;
  z-index: 3;
}

.section-4 .k_highlight .progresbarBlue {
  background-color: #504ee4;
  display: block !important;
}

.section-4 .kts-reason-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #b1b1b1;
}

.section-4 .kts-progrss-bar:before {
  content: "" !important;
  width: 100px;
  height: 3px;
  display: block !important;
  animation: progressBarForTabs2 5s linear forwards infinite !important;
}

.section-4 .kts-section-item-box {
  position: relative;
}

.section-4 .kts-section-item {
  position: absolute;
  top: 0px;
  opacity: 0;
  transition: 0.3s;
}

.section-4 .kt_opacity {
  opacity: 1;
  z-index: 5;
}

.section-4 .k_highlight p {
  color: #504ee4;
}

.section-4 .mt-24 {
  margin-top: 36px;
}

@keyframes progressBarForTabs2 {
  0% {
    width: 1%;
    background-color: #504ee4;
  }
  100% {
    width: 100%;
    background-color: #504ee4;
  }
}

/* featues section */

.cardContainer {
  display: flex;
  margin: 40px 40px;
  cursor: pointer;
}

.cardContainer.cardActive {
  margin: 20px 0px;
  transition: all 0.3s;
}

.cardContainer img {
  margin-right: 24px;
  position: relative;
  top: 2px;
}

.cardContainerHead {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #393c56;
  margin-bottom: 16px;
}

.cardContainerPara {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #393c56;
  margin: 0;
}

.inActiveBulletin {
  display: block;
}

.cardActive {
  background: #ffffff;
  box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 24px 40px;
}

.activeBulletin,
.cardContainerPara {
  display: none;
}

.cardContainer.cardActive .activeBulletin,
.cardContainer.cardActive .cardContainerPara {
  display: block;
}

.cardContainer.cardActive .inActiveBulletin {
  display: none;
}

/* top-sales-team ends */

/* cta-section starts */

.section-cta {
  background: var(--cta-section);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  text-align: center;
  color: #fff;
  height: 408px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-cta h2 span {
  color: #b499ff;
}

.section-cta p {
  margin-bottom: 40px;
}

.section-cta .kt-btn-secondary {
  border: none !important;
  font-weight: 600;
}

/* cta-section ends */

/* compare section */

.way-title {
  margin-bottom: 10px;
}
.section-compare {
  margin-top: 170px;
}
.cadence {
  margin-bottom: 24px !important;
  color: #120155;
  font-size: 14px;
  line-height: 30px;
  margin-top: 20px;
  font-weight: 400 !important;
}
.compare-left-box1 {
  height: 195px;
  text-align: center;
  border-radius: 20px;
}
.compare-right-box {
  border: 1px solid #504ee4;
  box-sizing: border-box;
  background: linear-gradient(180deg, #efeaff 0%, rgba(239, 234, 255, 0) 100%);
  z-index: -2 !important;
  width: 585px;
  height: 948px;
  margin: 0px 10px;
  position: relative;
  top: -40px;
}
.compare-right-box .way-title {
  padding-top: 80px !important;
}
.compare-right-box .girl-img {
  top: 260px !important;
}
.compare-right-box1 {
  height: 195px;
  text-align: center;
}
.compare-right-box1 .way-title {
  color: #504ee4;
}
.compare3-right ul {
  margin-top: 8px;
}
.cadence {
  font-weight: 600;
}
.section-compare-box {
  display: flex;
  justify-content: center;
}
.compare-left-box {
  width: 575px;
  margin-top: 40px;
  border: 1px solid #99d0ff;
  box-sizing: border-box;
  position: relative;
  margin: 0px 10px;
  height: 868px;
}
.compare-left-box .time-intent {
  color: #120155;
}
.color-lines {
  position: absolute;
  top: 50px;
  z-index: -1;
  width: 100vw;
}
.compare3 li {
  list-style: none;
  margin-left: 220px;
}

.compare3 {
  z-index: 5;
  margin-top: 150px;
  height: 480px;
  padding-top: 160px;
}
.compare3-right-bg {
  position: absolute;
  bottom: 150px;
  width: 49vw;
  z-index: -1;
}

.compare3-bg-right {
  right: 0px;
}
.compare3-left {
  position: absolute;
  /* transform: scale(1.005); */
  background: url(../images/playbook/old-way-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  bottom: 0px;
}
.girl-img {
  position: absolute;
  height: 280px;
  top: 210px;
  z-index: 0;
  left: 50%;
  transform: translate(-50%);
}
.compare3-right {
  transform: scale(1.005);
  background: url(../images/playbook/klenty-way-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  bottom: -40px;
  height: 60%;
}
.compare3-left li {
  font-size: 18px;
  font-weight: 400;
  padding-left: 10px;
  color: #000000;
  padding-bottom: 10px;
  list-style: url(../images/playbook/li-cross.png);
}
.compare3-right li {
  font-size: 18px;
  padding-left: 10px;
  padding-bottom: 10px;
  list-style: url(../images/playbook/li-tick.png);
}
.compare3-right .compare3 {
  margin-bottom: 50px;
}
.compare-meeting {
  margin-top: 30px;
  text-align: center;
}
.compare3-right .compare-last-title {
  padding-bottom: 100px;
  margin-bottom: 0px !important;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.color-hr {
  margin-bottom: 15px;
  width: 280px;
  border-bottom: 5px solid;
}

.green-hr {
  border-color: #00e788;
}

.red-hr {
  border-color: #e90c2e;
}
.compare-last-title {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 28px;
  font-family: Poppins;
}

/* reason section */
.feature-section {
  padding: 120px 0px;
}
.feature-subtitle {
  font-family: var(--Poppins);
  font-size: var(--font-s2);
  text-align: center;
  color: #343434;
}
.kts-top-heading {
  font-family: Poppins;
  font-weight: 600;
  padding: 8px 16px;
  font-size: var(--font-s3);
  border-radius: 23px;
  display: inline-block !important;
}
.kts-DETECT {
  background: #cce7ff;
  color: #0089ff !important;
}
.section-2-action {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #504ee4 !important;
  padding-top: 15px !important;
  display: block;
  cursor: pointer;
}
.section-2-action:hover {
  text-decoration: underline !important;
}
.section-2-action svg {
  position: relative;
  top: 3px;
  left: 10px;
}
.kts-CLASSIFY {
  background: #e5f8ef;
  color: #00bd6e !important;
}
.kts-PRIORITIZE {
  background: #d9c8fb;
  color: #4201ff !important;
}
.ts-heading {
  font-size: var(--font-h2);
  line-height: 54px;
  text-align: center;
  font-family: "Paytone One", sans-serif;
  color: #272727;
  margin-bottom: 0px;
}
.kts-section-para {
  width: 90%;
}

.kts-title {
  font-size: var(--font-h4);
  line-height: 120%;
  font-family: "Paytone One", sans-serif;
  color: #151516;
  margin-bottom: 24px;
}
.kts-section-item ul {
  margin-left: 18px;
  width: 87%;
}
.kts-section-item ul li {
  margin-bottom: 16px;
  padding-left: 13px;
  font-size: var(--font-s2);
  line-height: 24px;
  color: #2e2e2e;
}
.kts-reason-section {
  margin-bottom: 80px;
  margin-top: 80px;
}
.kts-reason-title {
  font-family: Poppins;
  padding: 8px 0px;
  margin-bottom: 7px;
  font-size: var(--font-s2);
  color: #ced4da;
}
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.kts-section-item1 {
  z-index: 2;
}
.kts-reason-wrapper {
  display: flex;
  justify-content: center;
}
.kts-reason-item {
  border-bottom: 2px solid #ced4da;
  width: fit-content;
  display: flex;
  justify-content: center;
}
.kts-progrss-bar {
  position: relative;
  top: 4px;
  display: none;
  width: 180px;
  height: 5px;
}
.k_highlight .kts-progrss-bar {
  display: block !important;
  z-index: 3;
}
.kts-reason-title:hover {
  color: var(--color-blue);
}

.kts-reason-inner {
  cursor: pointer;
  width: 100px;
  display: flex;
  justify-content: center;
}
.section6 .hero-form {
  justify-content: left;
}
.kts-progrss-bar:before {
  content: "" !important;
  width: 100px;
  height: 3px;
  display: block !important;
  animation: progressBarForTabs1 5s linear forwards infinite !important;
}
.k_highlight .progresbarBlue {
  background-color: var(--color-blue);
  display: block !important;
}
@keyframes progressBarForTabs1 {
  0% {
    width: 1%;
    background-color: #ffffff;
  }
  10% {
    width: 0%;
    background-color: #ffffff;
  }
  15% {
    width: 0%;
    background-color: var(--color-blue);
  }
  100% {
    width: 100%;
    background-color: var(--color-blue);
  }
}
.kts-section-item-box {
  position: relative;
}
.kts-section-item {
  position: absolute;
  top: 0px;
  opacity: 0;
  transition: 0.3s;
}
.kt_opacity {
  opacity: 1;
  z-index: 5;
}
.k_highlight p {
  color: var(--color-blue);
}

/* feature  */

.sticky-nav-tab-wraper {
  position: relative;
  top: 40px;
}

.sticky-nav-tab-box {
  z-index: 30;
  position: sticky;
  background-color: white;
  top: 10px;
}
.sticky-nav-tab {
  z-index: 10;
  background: white;
  display: flex;
  justify-content: center;
  padding: 0px 0px;
}
.scale9 {
  transform: scale(0.8);
}
.sticky-nav-tab a {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #9b9b9b;
}
.sticky-nav-tab .active a {
  color: #504ee4 !important;
  text-decoration: none !important;
}
.sticky-nav-tab a:hover {
  color: #504ee4;
  text-decoration: none !important;
}
.sticky-nav-tab-item {
  padding: 10px 0px;
  border-bottom: 2px solid #cacaca;
  color: #9b9b9b;
  width: 220px;
  z-index: 2;
  text-align: center;
}
.sticky-slider {
  border: 2px solid #504ee4;
  width: 230px;
  border-radius: 4px;
  position: relative;
  top: -3px;
  transition: 0.07s;
  z-index: 10;
}

/* "section-2-item" */

.section-2 {
  padding: 120px 0px 60px;
  margin-bottom: 230px;
}
.feature-subtitle {
  font-family: var(--Poppins);
  font-size: var(--font-s2);
  text-align: center;
  color: #343434;
  margin-bottom: 0px;
}
.bg-color-blue {
  text-transform: uppercase;
  color: #56b1ff;
}
.bg-color-green {
  color: #30d485;
}
.bg-color-violet {
  color: #be6bff;
}
.bg-color-pink {
  background: #ff99cf86;
  color: #ff69ba;
}
.bg-color-pink2 {
  background: #3664b84a;
  color: #6580d6;
}
.section-2-item {
  padding-top: 180px;
  height: 480px;
}
.sticky-nav-tab-wraper2 {
  position: relative;
  top: 50px;
}
.pos-left {
  position: relative;
  left: -40px;
}
.item-top-subheading {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
}
.item-heading {
  font-family: "Paytone One", sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
  color: #05034e;
}

.item-para {
  font-size: 16px;
  color: #3d3d3d;
}
.section-2-item2 .img-1 {
  position: absolute;
  top: -30px;
  right: 20px;
}
.italic {
  font-style: italic;
}
.img-2 {
  width: 90%;
}
.w-90 {
  width: 95%;
}
.relative {
  position: relative;
}
.section-2-item5 {
  margin-bottom: 120px;
}
.section-2-item .last-title {
  padding-left: 20px;
  position: relative;
}
.section-2-item .border-left {
  border-bottom: 1px solid;
  transform: rotate(90deg);
  width: 20px;
  position: absolute;
  left: -10px;
  top: 12px;
}
.sticky-nav-tab-item a {
  width: 220px;
  padding: 12px 85px;
  border-bottom: 3px solid #d0d0d0 !important;
}
.sticky-nav-tab-item .active {
  color: #504ee4 !important;
  border-bottom: 3px solid #504ee4 !important;
}
.section-2-item1 .border-left {
  border-color: #56b1ff;
}
.section-2-item2 .border-left {
  border-color: #52ffac;
}
.section-2-item3 .border-left {
  border-color: #be6bff;
}
.section-2-item4 .border-left {
  border-color: #ff69ba;
}
.section-2-item5 .border-left {
  border-color: #6580d6;
}
.section-2-item img {
  position: relative;
  transform: scale(0.9);
  top: -50px;
}

/* last section */

.last-section {
  background: linear-gradient(
    25.65deg,
    rgba(239, 234, 255, 0.4) 45.67%,
    rgba(239, 234, 255, 0) 130.41%
  );
}
.customer-testimonial {
  padding-bottom: 100px;
}
.last-section-box {
  padding: 80px 0px 80px 50px;
  background: url(../images/playbook/last-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  position: relative;
  top: -137px;
}
.last-title {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 32px;
  color: #ffffff;
}
.last-section-box a {
  position: relative;
  left: -50px;
  top: 50px;
}
.customer-title {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 40px;
  color: #120155;
  margin-bottom: 100px;
}
.customer-left {
  background: linear-gradient(
    150.94deg,
    #f4f1ff 17.86%,
    rgba(244, 241, 255, 0) 118.61%
  );
  border-radius: 16px;
  padding: 70px 40px;
  margin: 0px 30px;
}
.customer-logo {
  width: 200px;
  margin-bottom: 24px;
}
.customer-left-title {
  font-weight: 600;
  font-size: 16px;
  color: #120155;
  margin-bottom: 8px;
}
.customer-left-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #505050;
}
.customer-right {
  width: 420px;
  position: relative;
  top: -20px;
  margin: 0px 30px;
}
.qoute {
  position: relative;
  left: -17px;
}
.customer-comment {
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #120155;
  margin-bottom: 24px;
}
.read-more {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #504ee4;
}
.read-more:hover {
  color: #504ee4 !important;
}
.read-more svg {
  margin-left: 15px;
  transform: scale(1.3);
}
.customer-box {
  display: flex;
  justify-content: center;
}
.customer-box-wraper {
  display: flex;
}

@media only screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: var(--font-h3) !important;
    line-height: 42px;
  }
  .compare3 li {
    margin-left: 130px;
  }
  .section-4 .timer-section {
    height: 1108px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-bg {
    display: none;
  }
  .hero-vid {
    width: 100%;
  }
  .hero-section {
    text-align: center !important;
  }
  .hero-section h1 {
    font-size: var(--font-h4) !important;
    line-height: 38px;
  }
  .compare3 li {
    margin-left: 80px;
  }
  .girl-img {
    height: 350px;
  }
  .kts-reason-wrapper {
    padding-left: 0px;
  }
  .kts-title {
    font-size: 24px !important;
  }
  .feature-title {
    font-size: 30px !important;
  }
  .btn-watch {
    padding: 70px;
  }
  .hero-right {
    height: 100%;
  }
  .sales-touch .row .col-12:not(:first-child) {
    margin-top: 80px;
  }
  .mt-80 {
    margin-top: 80px;
  }
  .cardActive {
    background: none;
    box-shadow: none;
    padding: 0;
  }
  .kts-section-item .headDescription {
    margin: 0 -14px;
    margin-bottom: 8px;
    text-align: left;
  }
  .cardContainer {
    margin: 20px 0;
  }
  .cardContainerPara {
    display: block;
  }
  .cardContainer.cardActive .inActiveBulletin {
    display: block;
  }
  .cardContainer.cardActive .activeBulletin {
    display: none;
  }
  .kts-reason-item1,
  .kts-reason-item2,
  .kts-reason-item3,
  .kts-reason-item4 {
    height: 75px;
  }
  .uparrowright {
    left: 0px;
    top: 8px;
    transform: rotate(-90deg);
    width: 20px;
  }
  .downarrowright {
    right: 0px;
    top: 8px;
    bottom: auto;
    transform: rotate(-90deg);
    width: 20px;
  }
  .downarrowleft {
    left: auto;
    bottom: auto;
    right: 0px;
    top: 71px;
    transform: rotate(-90deg);
    width: 20px;
  }
  .uparrowleft {
    left: 0px;
    top: 71px;
    transform: rotate(-90deg);
    width: 20px;
  }
  .mt-64 {
    margin-top: 64px;
  }
  .resources-card {
    display: inline-block;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .color-lines {
    display: none;
  }
  .client-logos {
    padding: 0px 20px;
  }
  .feature-section {
    padding: 100px 15px;
  }
  .feature-section {
    min-height: 1300px;
  }
  .section-compare-box {
    flex-direction: column;
  }
  .compare-left-box,
  .compare-right-box {
    width: 100%;
    margin-bottom: 50px !important;
    margin: 0px;
  }
  .section-compare {
    padding: 0px 15px !important;
  }
  .compare-right-box {
    top: 0px;
  }
  .sticky-nav-tab-box {
    display: none;
  }
  .customer-box-wraper {
    flex-direction: column;
  }
  .girl-img {
    height: 255px;
  }
  .customer-left {
    margin: 0px;
  }
  .customer-right {
    width: 100% !important;
    padding: 0px 20px;
    margin: 0px !important;
  }
  .last-title {
    font-size: 24px;
    text-align: center;
  }
  .last-section-box {
    padding: 80px 0px 80px 0px;
  }
  .last-section-box a {
    position: absolute;
    left: 50%;
    top: -40px;
    width: 135px !important;
    transform: translateX(-50%);
  }
  .section-compare-box li {
    font-size: 12px;
  }
  .section-2-item img {
    position: static;
  }
  .section-2 {
    padding: 0px 14px;
  }
  .section-2-item {
    height: 100%;
    padding: 30px 0px 50px !important;
  }
  .section-2-item2 .row {
    flex-direction: column-reverse;
  }
  .item-heading {
    font-size: 24px;
  }
  .customer-title {
    font-size: 25px;
    color: #120155;
    margin-bottom: 50px;
  }
  .compare3 {
    height: auto !important;
    padding-top: 90px;
  }
  .section-compare {
    margin-top: 70px;
  }
  .compare-meeting {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .compare3 ul,
  .color-hr {
    margin-bottom: 0px !important;
  }
  .compare-last-title {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 0px !important;
  }
  .compare-left-box,
  .compare-right-box {
    height: 650px;
  }
  .compare3-left {
    background-repeat: round;
  }
  .compare-right-box .way-title {
    padding-top: 50px !important;
  }
  .compare3-right {
    background-repeat: round;
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0px !important;
    padding-bottom: 20px;
  }
  .compare-right-box .girl-img {
    top: 200px !important;
  }
  .hero-right {
    left: 0px;
  }

  /* Mobile-view css */

  .whyHappens,
  .builtPlaybooks,
  .top-sales-team,
  .spammy-sales-teams {
    padding: 40px 0;
  }

  .kt-ph2 {
    font-size: 28px !important;
    line-height: 38px;
  }

  /* xxxxxx hero-section xxxxxx */

  .hero-section {
    padding: 100px 0 40px;
  }
  .hero-section a,
  .hero-section .kt-btn-secondary {
    font-size: 12px;
    padding: 10px !important;
    border: 1px solid var(--color-blue) !important;
  }
  .hero-section .hero-vid-1 {
    top: 104px;
    left: 0;
    width: 100%;
  }
  .hero-section .hero-vid-2 {
    bottom: 92px;
    width: 100%;
    right: 0;
  }

  /* sales-touch */
  .sales-touch {
    padding: 0 0 40px;
  }

  /* whyHappens */
  .sticky-img img {
    margin-top: 36px;
  }

  /* Feature section */
  .section-4 .timer-section,
  .whyHappens .contentDiv {
    height: fit-content !important;
  }

  .section-4 .kts-section-item {
    position: initial !important;
    opacity: 1;
  }

  /* spammy-sales */
  .spammy-sales-teams .row .col-12 {
    margin-bottom: 24px;
  }

  .sp-mb80 {
    margin-bottom: 40px !important;
  }

  /* section-4 img */
  .section-4 .col-lg-5 img {
    display: none;
  }

  .kts-reason-section {
    display: none;
  }

  .kts-section-item-box h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #504ee4;
    margin: 8px -14px;
  }
}
@media only screen and (max-width: 450px) {
  .hero-section {
    text-align: left !important;
  }
  .video-arrow {
    width: 92px;
  }
  .video-how {
    position: relative;
    left: -54px;
    font-size: 14px;
    margin-bottom: 0px;
  }
  .video-arrow-box {
    z-index: 4;
    position: relative;
    top: -170px;
    left: 53px;
  }

  .img-badge {
    margin: 20px;
    width: 80px;
    z-index: 3;
  }
  .kts-section-item {
    position: static;
    opacity: 1;
    transition: 0.3s;
  }
  .feature-section {
    height: 100% !important;
    padding: 100px 15px 2px !important;
  }
  .kts-section-item {
    margin-bottom: 70px;
  }
  .feature-subtitle {
    margin-bottom: 100px;
  }
  .compare3 li {
    margin-left: 120px;
  }
  .btn-watch {
    padding: 70px 0px;
  }
  .kt-bg-blue {
    background: none;
    padding: 0px;
  }
  .kt-signup-form input {
    min-width: 100%;
  }
  .kt-signup-form .kt-btn-primary {
    border: 0px !important;
    left: 0px;
    border-radius: 4px !important;
    margin-top: 14px;
    width: 100%;
  }
  .video-box video {
    width: 90vw;
  }
  .compare-left-box {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-subheading {
    width: 80%;
  }
}
