@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&family=Paytone+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
}
/* navbar  */

/* navbar */

.navbar {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand img {
  width: 104px;
}
.nav-mid {
  /* margin-left: 200px; */
}

.color-purple {
  color: var(--color-blue);
}

.navbar a {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}
.scrollEffect {
  background-color: white;
  box-shadow: 0 2px 2px -2px rgb(0 0 0 / 20%);
  transition: background-color 400ms linear;
}

.btn-font {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
}

.watch-btn img {
  width: 24px;
  height: 24px;
  margin-top: -4px;
  margin-right: 4px;
}

.watch-btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  margin-left: 28px;
  margin-bottom: 0;
  cursor: pointer;
}

.highlight-text {
  color: var(--color-blue);
}

.scrollEffect a {
  color: #504ee4 !important;
}
.navLink {
  margin-right: 35px;
  font-size: 18px;
  font-weight: 600 !important;
}
.navLink:hover,
.scrollEffect .showDemoRequest p {
  color: #504ee4 !important;
}

.scrollEffect .btn-arrow {
  border: 1px solid #504ee4 !important;
}

.kt-btn-primary {
  padding: 10px 24px !important;
  height: 44px;
  color: white !important;
  background: var(--color-blue) !important;
  border-radius: 4px;
  outline: none !important;
  border-color: var(--color-blue) !important;
  transition: 0.3s;
  border: none;
}

/* 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;
}
.kl-color-blue {
  color: #504ee4;
}
.btn-cross {
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 5%;
  right: 12%;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
/* video box */

.p-16 {
  padding: 0 20px;
}

.keyHead {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 4px;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.color-green {
  color: #41de50;
}

.color-violet {
  color: #504ee4;
}

.color-orange {
  color: #ff5c0a;
}

.color-blue {
  color: #2867b2;
}

@media only screen and (max-width: 1000px) {
  .nav-mid,
  .nav-float-right {
    display: none;
  }
}

.toolbar {
  display: none;
}

.k-nav-btn-try {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  border: 0.5px solid white;
  background: #504ee4;
  cursor: pointer;
  border-radius: 4px;
  height: 35px;
  margin: 5px 0px;
  padding: 0px !important;
  width: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.k-nav-btn-try svg {
  position: relative;
  top: 5px;
}
.k-nav-btn-try p {
  position: relative;
  bottom: 6px;
  left: 7px;
  color: #ffffff;
  margin-bottom: 0px !important;
}

.zoho-landing-section {
  position: relative;
}
.scroll-down-box {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-down-box:hover {
  cursor: pointer;
}

.k-navbar2 .btn-arrow p {
  font-size: 12px;
  padding: 13px 15px !important;
}

.landing-section {
  padding-top: 80px;
}
.k-logo-hide {
  display: none;
}
.k-container-right a {
  padding: 0px 0px !important;
}
.k-nav-mid {
  margin-left: 300px;
}
.k-nav-mid a {
  padding: 0px 20px;
  color: white !important;
}
.k-nav-mid a:hover {
  text-decoration: underline;
}
.k-add-nav-shadow .k-nav-mid a {
  color: #3b14a7 !important;
}
@media only screen and (min-width: 1600px) {
}
/* navbar end */

.landing-section {
  background: radial-gradient(
    20.62% 68.47% at 79.48% 54.59%,
    #4a212d 0%,
    #150c21 100%
  );
  height: 800px;
}
.hero-logo {
  margin-top: 100px;
  transform: scale(1.2);
}
.main-hero-titie1 {
  font-family: "Paytone One", sans-serif;
  color: #ffffff;
  font-size: 39px;
  line-height: 130.5%;
  padding-top: 17vh;
  margin-bottom: 24px;
}
.main-hero-titie1 span {
  color: #504ee4;
}
.main-hero-titie2 {
  font-size: 16px;
  line-height: 175%;
  color: #cdcdcd;
  margin-bottom: 60px;
}
.img-hero {
  position: relative;
  top: 30%;
  left: 10%;
  transform: scale(1.1);
}
.img-badge-box img {
  transform: scale(1.1);
  margin-top: -20px;
}
@media only screen and (min-width: 1500px) {
  .img-hero {
    position: relative;
    top: 25%;
    left: 20%;
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 1650px) {
  .img-hero {
    position: relative;
    top: 30%;
    left: 50%;
    transform: scale(1.1);
  }
  .landing-section {
    height: 850px;
  }
}
.hero-form {
  display: flex;
}
.hero-form form {
  display: flex;
}

.hero-form .form-control::placeholder {
  color: #504ee4;
}
.hero-form .form-control {
  color: #504ee4 !important;
}
.hero-form .form-control {
  width: 350px !important;
  width: 60%;
  padding: 8px 14px !important;
  font-weight: 500;
  font-size: 14px !important;
  border: 1px solid #504ee4;
  color: white;
  margin-right: 20px;
}
.landing-section .hero-form .form-control {
  padding: 15px 20px !important;
}

/* arrow button */
.btn-arrow p {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  padding: 12px 16px;
  margin-bottom: 0px !important;
  transition: 0.3s;
  transform: translateX(5px);
  color: #fff;
}
.btn-blue p {
  color: #ffffff !important;
}
.btn-blue {
  border-color: #504ee4 !important;
  background: #504ee4 !important;
}
.btn-arrow i {
  transition: 0.3s;
  opacity: 0;
  transform: translateX(-3px);
}
.k-cta:hover {
  text-decoration: none !important;
}
.btn-arrow:hover p {
  transform: translateX(-2px);
  text-decoration: none !important;
}
.btn-arrow:hover i {
  opacity: 1;
  transform: translateX(9px);
  text-decoration: none !important;
}
.btn-arrow {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0px !important;
}
.btn-border-blue p {
  color: #504ee4 !important;
}
.btn-border-blue {
  border: 1px solid #504ee4;
  background: white !important;
}

/* section2 */

.section2 {
  background: #fff9f9;
  padding-top: 100px;
  padding-bottom: 100px;
}
.heading2 {
  font-size: 39px;
  line-height: 54px;
  text-align: center;
  font-family: "Paytone One", sans-serif;
  color: #272727;
  margin-bottom: 50px;
}
.section2 .sec2subhead {
  font-size: 25px;
  line-height: 35px;
  font-family: "Paytone One", sans-serif;
  color: #000000;
  margin-bottom: 24px;
}
.section2-item ul {
  margin-left: 20px;
}
.cross-red {
  list-style-image: url(../images/lp2outreach/red-cross.png);
}
.section2 ul {
  width: 75%;
}
.section2 li {
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
  margin-bottom: 16px;
  padding-left: 15px;
}
.tick-blue {
  list-style-image: url(../images/lp2outreach/green-tick.png);
}
.section2-item img {
  margin-bottom: 20px;
}
.section2-item {
  padding-left: 70px;
}

.section2-item img {
  position: relative;
  left: -50px;
}
.section2-item2 {
  padding-left: 200px;
}

.section2-item2 ul {
  width: 100% !important;
}

/* section3 */
.section3 {
  padding-top: 100px;
}

.section3-title {
  font-size: 39px;
  line-height: 54px;
  text-align: center;
  font-family: "Paytone One", sans-serif;
  color: #000000;
  margin-bottom: 100px;
}
.sec3head1 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 5px;
  color: #3b14a7;
}

.sec3head2 {
  font-size: 31px;
  line-height: 120%;
  font-family: "Paytone One", sans-serif;
  color: #151516;
  margin-bottom: 24px;
}
.sec3head2 span {
  font-style: italic;
}
.section3-item p {
  font-weight: 400;

  font-size: 16px;
  line-height: 150%;
  color: #454545;
  margin-bottom: 16px;
  width: 87%;
}

.section3-item {
  height: 100%;
  margin-bottom: 200px;
}

.section3-item1 .sec3head1 {
  margin-top: 70px;
}
.section3-item span {
  font-weight: 700;
}
.sec3head1 {
  background: rgba(59, 20, 167, 0.09);
  border-radius: 30px;
  display: inline-block;
  padding: 5px 13px;
  margin-bottom: 10px;
}
.section3-item1 .main-img {
  transform: scale(1.25);
}

.main-img2 {
  position: relative;
  left: -70px;
  transform: scale(1.12);
}
.main-img3 {
  position: relative;
  top: 40px;
  left: 50px;
  transform: scale(1.1);
}

/* section4 */

.section4 {
  padding: 100px 0px;
}
.sec4heading {
  font-family: "Paytone One", sans-serif;
  font-size: 39px;
  line-height: 54px;
  text-align: center;
  margin-bottom: 48px;
  color: #242424;
}
.sec4subheading {
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  color: #474747;
}
.img-sec4 {
  margin-bottom: 35px;
}

.sec4-sub-item {
  width: 244px;
  height: 236px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 67, 6, 0.06);
  border-radius: 4px;
  position: relative;
  margin: auto;
  margin-top: 84px;
  padding: 24px 16px;
}

.section4 .row {
  margin-top: -20px;
}

.sec4-sub-item img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.sec4-item-title {
  font-size: 18px;
  margin-bottom: 14px;
  font-family: "Paytone One", sans-serif;
  color: #242424;
}
.sec4-item-subtitle {
  font-size: 14px;
  line-height: 28px;
  max-width: 360px;
  text-align: center;
  color: #2b2b2b;
}
.sec5heading {
  font-size: 39px;
  line-height: 54px;
  text-align: center;
  text-transform: capitalize;
  font-family: "Paytone One", sans-serif;
  color: #242424;
  margin-bottom: 70px;
}

/* section5 */

.section5 {
  background: #fff9f9;
  padding: 90px 0px;
}
.sec51-img {
  margin-bottom: 24px;
}
.sec5-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;

  color: #494949;
}

/* section6 */

.section6 {
  background: url(../images/lpSalesEngagement/fotter-bg.png);
  padding: 100px 0px 80px;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.heading6 {
  font-family: "Paytone One", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 31px;
  margin-top: 20px;
  line-height: 43px;
  margin-bottom: 24px;
  color: #ffffff;
}
.sub-heading6 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 35px;
  color: #ffffff;
}
.section6 input {
  color: #3b14a7 !important;
  background: white !important;
}
.section6 input::placeholder {
  color: #3b14a7 !important;
}
.img-badge {
  padding: 12px;
}

@media only screen and (min-width: 1100px) {
  .sec4-sub-item {
    margin-top: 32px !important;
  }
}

@media only screen and (max-width: 1100px) {
  .k-top-container {
    padding: 0px 30px !important;
  }
  .k-nav-mid {
    display: none;
  }

  .main-hero-titie1 {
    font-size: 32px;
    padding-top: 10vh;
  }
  .img-hero {
    position: relative;
    top: 30%;
    left: 0;
    transform: scale(1.2);
  }
  .section3-item img {
    transform: scale(1) !important;
  }
  .landing-section {
    background: radial-gradient(
      20.62% 68.47% at 79.48% 54.59%,
      #4a212d 0%,
      #150c21 100%
    );
    height: 800px;
  }
  .hero-logo {
    margin-top: 150px;
    transform: scale(1);
  }
  .section2-item2 {
    padding-left: 100px;
  }
  .section2 ul {
    width: 85%;
  }
  .main-img2 {
    left: -20px;
  }
  .main-img3 {
    left: 0px;
  }
  .hero-form .form-control {
    width: 250px !important;
  }
}

@media only screen and (max-width: 800px) {
  .sec51-img {
    transform: scale(0.5);
  }
  .img-badge-box {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .img-badge5 {
    height: 80px;
  }
  .section4 {
    padding: 70px 0px;
  }
  .img-badge1 {
    /* width: 100px; */
  }
  .img-badge-box img {
    transform: scale(1) !important;
  }
}

@media only screen and (max-width: 550px) {
  .k-container-right a {
    display: none;
  }

  .sec4-sub-item {
    width: 251px;
    height: 220px;
  }

  .img-hero {
    display: none;
  }
  .landing-section {
    height: 700px;
  }
  .heading2,
  .section3-title,
  .sec4heading,
  .sec5heading {
    font-size: 28px;
    line-height: 130%;
  }
  .section2 .sec2subhead,
  .sec3head2 {
    font-size: 22px;
  }
  .section2-item {
    margin-top: 50px;
    padding-left: 30px !important;
  }
  .section3 {
    padding-top: 80px;
  }
  .section3-title {
    margin-bottom: 50px;
  }
  .col-revers {
    flex-direction: column-reverse;
  }
  .section3-item {
    padding: 0px 30px;
  }
  .section3-item img {
    margin: 40px 0px 0px;
  }
  .section3-item {
    margin-bottom: 60px;
  }
  .section3-item1 .sec3head1 {
    margin-top: 0px;
  }
  .sec4-item {
    margin: 50px 0px;
  }
  .img-sec4 {
    margin-bottom: 15px;
  }
  .sec4-item-title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .sec4-item-subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .sec51-img {
    transform: scale(1);
  }
  .section5 .col-12 {
    margin-bottom: 40px;
  }
  .img-badge4 {
    width: 150px;
  }
}

.section2 .toggle-container {
  position: static !important;
  padding: 5px;
  display: flex;
  right: -15px;
}
.section2 .toggle-container p {
  min-width: 75px;
  color: #838383;
}
.color-blue {
  color: #504ee4 !important;
}
.section2 .switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 27px;
}
.section2 .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.section2 .slider.round {
  border-radius: 34px;
}
.section2 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #504ee4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section2 input[name="check1"]:checked + .slider:before {
  transform: translateX(18px);
}
.section2 .slider.round:before {
  border-radius: 50%;
}
.section2 .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 6px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input[name="check2"]:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input[name="check2"]:checked + .slider:before {
  transform: translateX(18px);
}

.t3-wrapper {
  background: #fff9f9 !important;
}

@media only screen and (min-width: 500px) {
  .hero-logo-mob,
  .section2 .toggle-container-box,
  .mob-klentilion {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section2 {
    padding-bottom: 60px;
  }
  .sec4subheading {
    margin-bottom: 40px;
  }
  .sec4-item {
    margin: 20px 0px;
  }
  .sec51-img {
    transform: scale(0.7);
    margin-bottom: 0px;
  }
  .section5 .col-12 {
    margin-bottom: 20px;
  }
  .section2-item {
    display: none;
  }
  .display,
  .section2 .toggle-container-box,
  .mob-klentilion {
    display: block;
  }
  .section5 {
    padding: 50px 0px;
  }
  .sec5heading {
    margin-bottom: 30px;
  }
  .compare-img {
    display: none;
  }
  .section2-item {
    margin-top: 20px;
  }
  .section2-item img {
    width: 100%;
    transform: scale(0.8);
    position: static !important;
  }
  .main-hero-titie1 {
    font-size: 22px;
    padding-top: 5vh;
    text-align: center;
  }
  .main-hero-titie2 {
    font-size: 12px;
    text-align: center;
  }
  .img-hero {
    display: block;
    transform: scale(0.7);
    position: relative;
    top: -10px;
  }
  .hero-logo-mob {
    position: relative;
    display: block;
    top: -55px;
  }
  .landing-section {
    height: 760px;
  }
  .hero-form .form-control {
    width: 100% !important;
  }
  .section2-item2 ul {
    width: 95% !important;
  }
  .section3-item {
    padding: 0px 20px;
  }
  .hero-form form {
    width: 1000%;
  }
  .hero-logo {
    display: none;
  }
  .hero-form .btn-arrow p {
    padding: 12px 5px;
  }
  .section6 {
    background-position: left;
  }
  .section2 .fontweightbold {
    color: #3b14a7 !important;
  }
}
