@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Song+Myung&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.kt-signup--form {
  position: relative;
}

.gray_section {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.customeer_popup {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.video-content {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #0d144a;
  margin-top: 8px;
}

.form_section,
.kl-hero-form {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  mix-blend-mode: normal;
  box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  max-width: 346px;
  padding: 42px;
  text-align: center;
}

.kl-hero-form h2 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 47px;
  color: #000000;
  margin-bottom: 24px;
}

.kl-hero-form {
  max-width: 400px;
}

.form_section h3 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 47px;
  color: #000000;
  margin-bottom: 24px;
}

.form_section input,
.kt-signup--form input {
  padding: 16px 24px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-bottom: 28px;
}

.form_section .errorMessage {
  text-align: left;
  margin-bottom: 28px;
  margin-top: -16px;
  color: #dc3545 !important;
  font-size: 14px;
}

.form_section button,
.kt-signup--form .kt-btn-primary {
  border: none;
  padding: 11px 24px !important;
  color: #fff;
  width: fit-content;
  margin: auto;
}

.kt-signup--form .kt-btn-primary {
  border-radius: 4px !important;
}

.ks-close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

/* hero-form --ends */

body {
  overflow-x: hidden !important;
}

.k-navbar {
  background-color: #fff !important;
}

.kl-hero-form input::placeholder {
  text-transform: lowercase;
}

.activeTab {
  display: block !important;
}

.hero-section {
  padding: 160px 0 0px;
  background-color: #bda3ff;
  background-image: var(--hero-bg);
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-section h1 {
  font-family: "Paytone One";
  font-size: 46px;
  line-height: 64px;
  color: #0d144a;
  margin-bottom: 24px;
}

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

.hero-section .row {
  margin-bottom: 40px;
}

.category-wrapper {
  display: flex;
}

.category-box {
  background: transparent;
  border-radius: 8px 8px 0px 0px;
  /* width: 25%; */
  flex: 1;
  cursor: pointer;
}

.category-box:hover {
  text-decoration: none;
}

.category-box.active {
  background: #fff;
}

.category-box.active p {
  color: #504ee4;
}

.category-box p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  mix-blend-mode: normal;
  text-align: center;
  padding: 16px 40px;
  margin: 0;
}

/* .owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
} */

/* hero section thumbnail image and play icon */

.video-box-wrapwer {
  position: absolute;
  top: 0px;
  left: 0px;
}

.vid-bg-blue {
  position: absolute;
  bottom: 0px;
  height: 477px;
  width: 100%;
  clip-path: polygon(1% 33%, 100% 0, 100% 100%, 0% 100%);
  background: linear-gradient(
    354.9deg,
    #ebf7ff 29.33%,
    rgba(235, 246, 255, 0) 132.18%
  );
  z-index: -1;
}
.k-video {
  position: relative;
  padding: 45px 40px;
  width: 60%;
  border: 1px solid #99d0ff;
  box-sizing: border-box;
  border-radius: 50px;
  height: 100%;
  backdrop-filter: blur(40px);
}

.k-vid {
  display: none;
}

.k-video:hover .hero-play-icon {
  opacity: 1;
  cursor: pointer;
}

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

.pos-abosolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
}

.clock {
  top: -3px;
  position: relative;
  margin-right: 6px;
}

.hero-img {
  transform: scale(1.2);
}

.hero-img-box p {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #0d144a;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 40px;
  cursor: pointer;
}

.hero-img-box p span {
  color: #504ee4;
}

/* video box */
.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;
}
.btn-cross svg {
  color: white;
  width: 40px;
  height: 40px;
}
.video-box {
  display: none;
  top: 0px;
}
.pos-relative {
  z-index: 10;
  position: relative;
}
.video {
  width: 70vw !important;
  height: 80vh !important ;
}
.video-box .pos-relative {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box video {
  width: 70vw;
}
.btn-cross {
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 5%;
  right: 12%;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/* hero section thumbnail image, Video and play icon */

/* subCategory-section */

.mb-40 {
  margin-bottom: 40px;
}

.subCategory-section {
  display: none;
  padding: 80px 0;
}

.subCategory-wrapper {
  position: sticky;
  top: 80px;
  border: 1px solid #b499ff;
  border-radius: 8px;
  padding: 28px 40px;
  max-width: 285px;
  margin-bottom: 45px;
}

.integrationSelectTab {
  display: block;
}

.showTab {
  display: none;
}

.subCategory-wrapper ul {
  list-style: none;
  margin: 0;
}

.integrationSelectTab a {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  background-color: transparent !important;
  color: #0d144a !important;
  margin: 0 -40px;
  padding: 10px 52px !important;
}

.subCategory-section a.listActive {
  background-color: #dcdcfa !important;
  color: #504ee4 !important;
}

.box {
  height: 350px;
  background: #f0ebff;
  border-radius: 16px;
  margin-bottom: 32px;
}

/* subCategory-section */

/* ebooks-guide-tab */

.ebooks-guide-book-wrapper {
  background: #f0ebff;
  border-radius: 16px;
  height: 100%;
}

.ebooks-guide-book-container {
  background: radial-gradient(
      102.54% 191.4% at 50% 50%,
      rgba(180, 153, 255, 0.3) 0%,
      rgba(180, 153, 255, 0) 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border: 1px solid #b499ff;
  border-radius: 16px;
  text-align: center;
}

.ebooks-guide-book-details {
  padding: 40px;
  text-align: center;
}

.ebooks-guide-book-details h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #120155;
  text-align: left;
  margin-bottom: 16px;
}

.ebooks-guide-book-details p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #343434;
  text-align: left;
  margin-bottom: 40px;
}

/* ebooks-guide-tab --ends*/

.customer-small-box-3 {
  background: #f0ebff;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.customer-small-box-3 .img-label {
  margin-bottom: 12px;
  height: 240px;
}

.customer-small-box-logo {
  width: 150px;
  margin-bottom: 13px;
}

.customer-small-box-para {
  font-weight: 600;
  font-size: 18px;
  color: #120155;
  letter-spacing: -0.003em;
  margin-bottom: 32px;
}

/* blog section */
.blog-design {
  background: #ffffff;
  box-shadow: 16px 16px 48px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 24px 24px 40px 24px;
  text-align: center;
  height: 100%;
}

#articles .col-12 {
  margin-bottom: 30px;
}

.blog-design h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #120155;
  text-align: left;
  margin-top: 16px;
}

.blog-design p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #505050;
  text-align: left;
  margin-bottom: 40px;
}

#blogCard li {
  list-style: none;
}

.click-more {
  border-bottom: 1px solid gray;
  cursor: pointer;
}

.click-more p {
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
  bottom: -18px;
  background: white;
  padding: 5px 50px;
  border: 1px solid gray;
  border-radius: 30px;
}

.blog-design-text {
  max-width: 300px;
  margin: auto;
}

.blog-design-text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kt-btn-primary {
  text-transform: uppercase;
}

.cta-section {
  background: var(--cta-bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}

.cta-section h2 {
  font-family: "Paytone One";
  font-size: 32px;
  line-height: 54px;
  color: #ffffff;
  margin-bottom: 40px;
}

.cta-section p {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 40px;
}

.last-pipedrive img {
  transition: all 0.3s;
  transform: rotate(180deg);
}

.rotate {
  transform: rotate(0deg) !important;
}

.progress-bar {
  position: fixed;
  width: 100%;
  height: 2px;
  top: 60px;
  background-color: transparent;
  z-index: 9999;
}

.filled {
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #0d144a, #464fd6);
}

@media only screen and (max-width: 992px) {
  .video-comment {
    height: fit-content;
  }
  #customer-stories .col-12 {
    margin-bottom: 20px;
  }
  .selectedCat {
    text-transform: uppercase;
  }
  .category-box p {
    padding: 16px 0;
  }
}

@media only screen and (max-width: 768px) {
  .category-box {
    width: 100%;
    background: #fff;
  }
  .category-wrapper .prevTab,
  .category-wrapper .nextTab {
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #504ee4 !important;
    mix-blend-mode: normal;
    text-align: center;
    padding: 0px 24px;
    margin: 0;
  }
  .category-box p {
    color: #504ee4;
  }
  .selectCategory {
    text-transform: uppercase;
  }
  .subCategory-section {
    padding: 48px 0;
  }
  .subCategory-wrapper {
    padding: 0;
    border: none;
    max-width: 100%;
  }
  .form_section h3 {
    font-size: 30px;
  }
  .tab-box {
    background: #ffffff !important;
    box-shadow: 16px 16px 48px rgb(0 0 0 / 8%);
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .integrationSelectTab {
    background: #f6fbff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    padding: 0 12px !important;
    margin: 0 !important;
  }

  .integrationSelectTab a {
    padding: 10px 12px !important;
    margin: 0 !important;
  }

  .subCategory-section a.listActive {
    background-color: #f6fbff !important;
  }

  .hero-section {
    background-size: cover;
  }

  /* .list{
    display: none;
  } */
}

@media only screen and (max-width: 576px) {
  .ks-close {
    right: 20px;
  }
  .ks-close svg {
    color: #fff;
    border: 1px solid #fff !important;
  }
  .tab-box-item p {
    padding: 12px 14px !important;
  }
  .form_section,
  .kl-hero-form {
    max-width: 274px;
    padding: 30px 32px;
  }
}
