/* common css */

.kt-btn--primary,
.kt-btn--secondary {
  display: inline-block;
  margin-right: 1rem;
}

/* hero form */
.landing-section {
  padding: 10rem 0 5rem;
}

.hero-form {
  display: flex;
  justify-content: center;
}

.landing-section-super-head {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #504ee4;
  margin-bottom: 0.5rem;
}

.landing-section-head {
  font-family: var(--paytone);
  font-size: 3rem;
  color: #0e0d59;
  width: 100%;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.landing-section-desc {
  color: #3d3c7d;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5rem;
  width: 86%;
}

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

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

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

.txt-blue {
  color: #504ee4;
}

/* video */

.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%, -50%);
}

/*  */

/* calling hard */

.callinghard {
  background: #fff7f7;
  padding: 4rem 0;
}

.callinghard h2 {
  color: #0e0d59;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
}

.callinghard ul {
  padding-left: 22px;
  list-style-image: var(--redcross);
  margin: 0;
}

.callinghard li {
  color: #0e0d59;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 0.25rem;
}

.callinghard li:not(:last-child) {
  margin-bottom: 1.5rem;
}

/*  */

/* klentyDailer */

.klentyDailer {
  padding: 4rem 0;
}

.klentyDailer h2 img {
  position: relative;
  top: -4px;
  animation: beat 0.5s infinite alternate;
  padding: 0 0.25rem;
}

.klentyDailer h2 {
  color: #0e0d59;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5rem;
}

.solutionCard img {
  margin-bottom: 0.5rem;
}

@keyframes beat {
  to {
    transform: scale(1.2);
  }
}

.solutionCard h3 {
  color: #0e0d59;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.solutionCard p {
  color: #393c56;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 80%;
}

/*  */

/* additionalfeature */

.additionalfeature {
  background: var(--additionalfeaturebg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

.additionalfeature h2 {
  color: #0d144a;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
}

.greentick svg {
  margin-right: 0.5rem;
}

.additionalfeature .d-flex:not(:last-child) {
  margin-bottom: 1.5rem;
}

.prospectbehaviour .d-flex:not(:last-child) {
  margin-bottom: 1.5rem;
}

.featureText h3 {
  color: #0d144a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.1rem;
}

.featureText p {
  color: #393c56;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.featureImg {
  position: relative;
}

.additionalfeature .feature-img-1 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.additionalfeature .feature-img-2 {
  position: absolute;
  top: 36px;
  right: 11%;
  width: 29.8%;
}

.additionalfeature .feature-img-3 {
  position: absolute;
  bottom: 12px;
  left: 6%;
  width: 45%;
}

/*  */

/* prospectbehaviour */

.prospectbehaviour {
  padding: 4rem 0;
}

.prospectbehaviour h2 {
  color: #0d144a;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
}

.prospectbehaviour .imgPosition {
  position: absolute;
  right: 11%;
  top: 11%;
  width: 63%;
}

/*  */

/* qualityVolume */

.qualityVolume {
  background: var(--qualityVolumeBg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 0;
  color: #d9d9d9;
}

.qualityVolume h2 {
  color: #d9d9d9;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.qualityVolume h3 {
  color: #d9d9d9;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}

.qualityVolume img {
  margin-bottom: 1.5rem;
}

.qualityVolume p {
  color: #b5b5b5;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.qualityVolume .row .col-12 .row .col-6:not(:last-child) .qualityCard {
  border-right: 1px solid rgba(80, 78, 228, 0.2);
  height: 100%;
}

.mt--8 {
  margin-top: -8px;
}

/*  */

/* source-insight */

.source-insight {
  padding: 6rem 0;
}

.sourceInsightCard {
  background: #e7e7ff;
  border-radius: 1.25rem;
  padding: 2rem 2rem 0 0rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5rem;
}

.sourceInsightCard h2 {
  color: #0d144a;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}

.sourceInsightCard p {
  color: #0e0d59;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}

.dailerworks h2 {
  color: #0d144a;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
}

.dailerworks ul {
  list-style-image: var(--greenstartick);
  padding-left: 20px;
}

.dailerworks li {
  color: #393c56;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
  padding-left: 4px;
  width: 40%;
}

.imgContainer .imgPosition {
  position: absolute;
  bottom: 24px;
  right: 6px;
  width: 75%;
}

/*  */

/* cta-section */

.cta-section {
  background: var(--qualityVolumeBg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
  color: #d9d9d9;
  text-align: center;
}

.cta-section h2 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2.5rem;
}

/*  */

/* video box */
.video-box {
  position: fixed;
  top: 0px;
  z-index: 1000;
  left: 0px;
  background-color: #504ee4;
  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;
}
.btn-cross-demo,
.btn-cross-linkedin {
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 5%;
  right: 7%;
}
.btn-cross-demo svg:hover,
.btn-cross-linkedin svg:hover {
  color: #000000;
}
.btn-cross-demo svg,
.btn-cross-linkedin svg {
  color: white;
  width: 40px;
  height: 40px;
}
/*  */

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

.form_section,
.kl-hero-form {
  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;
  margin: auto;
  margin-top: 20%;
  text-align: center;
}

.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: 22px;
}

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

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

/* video */
.hero_play_button{
  width: 350px;
}

/* ***** Media Query ***** */

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
  .additionalfeature .feature-img-3 {
    bottom: 16px;
  }
  .orderTake {
    order: -1;
  }
  .qualityVolume h2 {
    margin-bottom: 2.5rem;
  }
  .sourceInsightCard .row .col-12:last-child {
    padding-left: 36px;
    margin-top: 2rem;
  }
  .sourceInsightCard {
    padding: 2rem 2rem 2rem 0rem;
  }
  .landing-section img {
    margin-top: 2rem;
  }
  .orderTake {
    overflow: hidden;
  }
  .orderTake img {
    transform: scale(1.2);
    margin-bottom: 2rem;
  }
  .dailerworks ul {
    justify-content: space-between;
  }
  .featureImg {
    margin-top: 2.5rem;
  }
}

@media only screen and (max-width: 576px) {
  .prospectbehaviour .imgPosition {
    right: 0%;
    top: 13%;
    width: 69%;
  }
  .qualityVolume .row .col-12 .row .col-6:not(:last-child) .qualityCard {
    border-right: none;
  }
  .qualityVolume .row .col-12 .row .col-6:not(:last-child) {
    border-right: 1px solid rgba(80, 78, 228, 0.2);
    height: 100%;
  }
}