@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");

/* 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);
}
.btn-blue p {
  color: #ffffff !important;
}
.btn-blue {
  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 {
  padding: 0px !important;
}
.btn-border-blue p {
  color: #504ee4 !important;
}
.btn-border-blue {
  border: 1px solid #504ee4;
  background: white !important;
}

/* demo */

/* signup */

.k-signup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.8);
}
.k-signup-box {
  display: flex;
  align-items: center;
  height: 100vh;
}

@keyframes asideEntrance {
  0% {
    transform: translateX(-150%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.k-sign-right2 {
  flex: 1;
}
.k-demo-calendy {
  border-radius: 20px;
  position: relative;
  transform: scale(0.97);
}
.k-demo-calendy img {
  width: 100%;
}
.k-sign-left {
  flex: 1;
}

.form-group {
  margin-bottom: 24px !important;
  position: relative;
}
.form-work-email {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #999999;
  margin-bottom: 7px;
  position: absolute;
  background: #fff;
  top: -7px;
  left: 22px;
  z-index: 999;
}

.ks-right-box {
  box-shadow: 12px 12px 32px rgba(0, 0, 0, 0.12);
  animation: formbox 0.3s cubic-bezier(0.7, 0.2, 0.5, 1) forwards;
  overflow: hidden;
}
.ks-right-box-inside {
  background: #e3e3fb;
  background-blend-mode: darken;
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 80px 56px;
}

.ks-right-box-inside .ks-right-box-list-head {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #393c56;
  margin-bottom: 24px;
}

.ks-right-box-inside ul {
  list-style-image: var(--greentick);
  padding-left: 23px;
}

.arrow-right {
  width: 10px;
  height: 10px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 20px solid #e2e2fa;
  position: relative;
  right: 1px;
  z-index: 89999;
}

.arrow-down {
  width: 0;
  height: 0;
  border-top: 16px solid #ffffff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: relative;
  bottom: 9px;
  margin: auto;
  z-index: 89999;
  display: none;
}

.ks-right-box-inside ul li {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #5e6175 !important;
  padding-left: 14px;
  margin-bottom: 16px;
}

.ks-right-box-inside ul li::marker {
  font-size: 0px;
}

.validatingText {
  margin-bottom: 0px;
  padding-top: 7px;
  font-size: 12px;
  color: #0d144a;
  display: flex;
  align-items: center;
  gap: 6px;
}

.validatingText svg {
  animation: rotate 1s infinite linear;
  width: 16px;
  position: relative;
  top: -1px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes formbox {
  0% {
    transform: scale(0px);
    opacity: 0;
  }
  100% {
    transform: scale(100%);
    opacity: 1;
  }
}
.ks-form-wrapper form {
  display: flex;
  flex-direction: column;
}
.ks-right-box-h1 {
  padding: 20px 0px 0px 25px;

  margin-bottom: 0px;
  color: #05034e;
  font-family: "Paytone One", sans-serif;
  font-size: 26px;
}

.ks-right button:hover {
  box-shadow: 0 2px 5px 0 rgb(0 4 48 / 8%), 0 8px 8px 0 rgb(0 4 48 / 12%),
    0 12px 21px 0 rgb(0 4 48 / 24%);
}

.kl-demo-logos-box {
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f0ff;
}

.form-control {
  width: 306px;
  height: 46px;
  padding: 6px 21px;
}

.form-control::placeholder {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #504ee4;
}

.ks-right .form-control {
  padding: 12px 20px;
  margin: 0px 0px;
  font-size: 14px;
}
.ks-right-box-h2 {
  font-family: "Paytone One", sans-serif;
  padding-bottom: 24px;
  font-size: 31px;
  line-height: 40px;
  margin-bottom: 0px;
  color: #0d144a;
  font-weight: 700;
}
.ks-right-box-h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #393c56;
  margin-bottom: 40px;
}
.ks-right {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
}
.k-sign-right2 .btn-blue {
  display: flex;
  justify-content: center;
}
.k-sign-right2 .btn-blue p {
  margin-bottom: 0px !important;
  transition: 0.3s;
}
.k-sign-right2 .btn-blue svg {
  position: relative;
  top: 2px;
  margin-left: 7px;
  transition: 0.3s;
}
.k-sign-right2 .btn-blue:hover p {
  transform: translateX(-4px);
}
.k-sign-right2 .btn-blue:hover svg {
  transform: translateX(4px);
}
.k-sign-right2 form {
  display: flex;
  max-width: 306px;
  margin: auto;
}

.k-sign-right2 .form-control {
  border-radius: 4px !important;
  padding: 12px 20px;
  font-size: 14px;
  height: 50px;
}
.k-sign-right2 .form-control:focus,
.k-sign-right2 .form-control:hover {
  border-color: gray;
  outline: 0;
  box-shadow: 0 0 0 0.05rem #504ee485;
}
.k-sign-right2 .form-active {
  border-color: #01c95b;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #01c95b77;
}
.ks-form-wrapper {
  padding: 48px 56px;
  background: white;
  border-radius: 8px;
  width: fit-content;
  margin-left: 40px;
}
.k-sign-right2 .btn {
  margin: 0px;
  background: #504ee4 !important;
  color: white;
  padding: 8px 35px !important;
  height: 100%;
  font-weight: 600;
  font-size: 14px;
  opacity: 1;
  border-radius: 3px !important;
  text-transform: uppercase;
}

.k-sign-right2 .btn:hover {
  opacity: 1;
}

.ks-error {
  margin-bottom: 0px;
  color: #fc1112;
  padding-top: 7px;
  font-size: 12px;
}
.ks-error span {
  color: red;
}
.ks-work {
  color: #ffffff;
}
.ks-close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  display: flex;
  padding: 20px;
  border: 1px solid white;
  border-radius: 50%;
}
.ks-close:hover svg {
  transform: rotate(90deg);
}
.ks-close svg {
  transition: 0.3s;
  color: white;
}
.ks-displayHide {
  display: none !important;
  overflow: hidden;
}

.ks-right .form-control input {
  background-image: none !important;
}

/* takeatour-popup  */
.takeatour-popup {
  position: fixed;
  top: 0px;
  z-index: 1000;
  left: 0px;
  background-color: #c6dcf1;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.takeatour-popup .fa {
  color: #fff !important;
  font-size: 20px !important;
}
.btn-cross-takeatour svg {
  color: #2b4359;
  padding: 4px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.16));
}
.takeatour-popup {
  /* display: none; */
  z-index: 888;
  top: 0px;
}
.pos-relative {
  z-index: 10;
  position: relative;
}
.video-box .pos-relative {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-cross-takeatour {
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 2%;
  right: 1%;
}
.sl-embed {
  height: 100vh !important;
  padding-bottom: 0 !important;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
/*  */

/* take-a-tour popup */

.takeatourForm {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.takeatourForm .form_section {
  background: #ffffff;
  border-radius: 8px;
  max-width: 346px;
  padding: 32px 24px;
  margin: initial;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: initial;
}

.takeatourForm .form_section .productTourHead {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  color: #0d144a;
  margin-bottom: 20px;
}

.takeatourForm .form_section p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #45496d;
  margin-bottom: 4px;
}

.takeatourForm .form_section input {
  padding: 9px 12px;
  width: 100%;
  min-width: 290px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-bottom: 22px;
}

.takeatourForm .form_section input::placeholder {
  font-size: 13px;
  line-height: 20px;
  color: #c6c7d6;
}

.takeatourForm .form_section button {
  border: none;
  padding: 11px 24px !important;
  color: #fff;
  width: fit-content;
  margin: 0;
}

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

.bottomFloat {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  z-index: 999;
  background: linear-gradient(91deg, #363598 -26.94%, #0e0d59 100%);
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.06);
}

.bottomFloat p {
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
/*  */

/* submit button start */

.trioLoader{
  position: relative;
  top: 2px;
}

.scheduleDemoFormBtnDot1 {
  opacity: 0;
  animation: fadeInOut1 2s ease-in-out infinite;
  font-weight: 900;
}

.scheduleDemoFormBtnDot2 {
  opacity: 0;
  animation: fadeInOut2 2s ease-in-out infinite;
  font-weight: 900;
}

.scheduleDemoFormBtnDot3 {
  opacity: 0;
  animation: fadeInOut3 2s ease-in-out infinite;
  font-weight: 900;
}

@keyframes fadeInOut1 {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut2 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut3 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* submit button end */

@media only screen and (max-width: 1200px) {
  .ks-right .btn {
    margin: 10px 60px 10px 50px;
  }
  .ks-right {
    position: static;
  }
  .k-signup-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ks-form-wrapper {
    margin-left: 0;
    margin-top: 20px;
  }
  .arrow-right {
    display: none;
  }
  .arrow-down {
    display: block;
  }
  .ks-right-box-inside .ks-right-box-list-head {
    margin-bottom: 20px;
  }
  .ks-close {
    z-index: 999;
  }
  .ks-close svg {
    /* padding: 8px 10px !important; */
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .ks-right-box-h1 {
    font-size: 20px;
  }
  .ks-close {
    top: 20px;
    right: 20px;
    padding: 10px;
  }
  .ks-close svg {
    color: #333;
  }
  .ks-right .btn {
    margin: 10px 0px 10px 0px;
  }
  .ks-right-box-h2 {
    padding: 32px 0px 16px;
    font-size: 24px;
  }
  .ks-right-box-inside {
    margin-top: 4px;
    padding: 0px 35px 20px;
  }
  .ks-right-box-h3 {
    margin-bottom: 24px;
  }
  .bottomFloat {
    flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .ks-form-wrapper {
    padding: 25px 30px 20px;
  }
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.ks-error {
  display: none;
}
.ks-display {
  display: block !important;
}
.shake {
  animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
