body {
  font-family: "Poppins", sans-serif;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  background: #1b1c20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

h2 {
  margin-top: -5px;
  font-weight: 600;
  font-size: calc(22px + 10 * (100vw - 300px) / 1600);
  color: #555;
}

.sfx-bg-img {
  background-image: url(../img/background-2.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #fff;
}

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

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

.ki-btn, .ki-btn-1 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
  border: none;
  background: #2d76e1;
  color: #fff;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
}

.ki-btn:hover, .ki-btn-1:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}

.btn-scroll {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 30px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03rem;
  border: 2px solid #fff;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-scroll:hover {
  color: #222;
  background-color: #fff;
}

/*  Loader  */
#ki-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #1b1c20;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ki-overlay .loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  color: #2d76e1;
  left: -100px;
  -webkit-animation: shadowRolling 2s linear infinite;
          animation: shadowRolling 2s linear infinite;
}
@-webkit-keyframes shadowRolling {
  0% {
    -webkit-box-shadow: 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0);
            box-shadow: 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0);
  }
  12% {
    -webkit-box-shadow: 100px 0 #2d76e1, 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0);
            box-shadow: 100px 0 #2d76e1, 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0);
  }
  25% {
    -webkit-box-shadow: 110px 0 #2d76e1, 100px 0 #2d76e1, 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0);
            box-shadow: 110px 0 #2d76e1, 100px 0 #2d76e1, 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0);
  }
  36% {
    -webkit-box-shadow: 120px 0 #2d76e1, 110px 0 #2d76e1, 100px 0 #2d76e1, 0px 0 rgba(45, 118, 225, 0);
            box-shadow: 120px 0 #2d76e1, 110px 0 #2d76e1, 100px 0 #2d76e1, 0px 0 rgba(45, 118, 225, 0);
  }
  50% {
    -webkit-box-shadow: 130px 0 #2d76e1, 120px 0 #2d76e1, 110px 0 #2d76e1, 100px 0 #2d76e1;
            box-shadow: 130px 0 #2d76e1, 120px 0 #2d76e1, 110px 0 #2d76e1, 100px 0 #2d76e1;
  }
  62% {
    -webkit-box-shadow: 200px 0 rgba(45, 118, 225, 0), 130px 0 #2d76e1, 120px 0 #2d76e1, 110px 0 #2d76e1;
            box-shadow: 200px 0 rgba(45, 118, 225, 0), 130px 0 #2d76e1, 120px 0 #2d76e1, 110px 0 #2d76e1;
  }
  75% {
    -webkit-box-shadow: 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 130px 0 #2d76e1, 120px 0 #2d76e1;
            box-shadow: 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 130px 0 #2d76e1, 120px 0 #2d76e1;
  }
  87% {
    -webkit-box-shadow: 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 130px 0 #2d76e1;
            box-shadow: 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 130px 0 #2d76e1;
  }
  100% {
    -webkit-box-shadow: 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0);
            box-shadow: 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0);
  }
}
@keyframes shadowRolling {
  0% {
    -webkit-box-shadow: 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0);
            box-shadow: 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0);
  }
  12% {
    -webkit-box-shadow: 100px 0 #2d76e1, 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0);
            box-shadow: 100px 0 #2d76e1, 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0);
  }
  25% {
    -webkit-box-shadow: 110px 0 #2d76e1, 100px 0 #2d76e1, 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0);
            box-shadow: 110px 0 #2d76e1, 100px 0 #2d76e1, 0px 0 rgba(45, 118, 225, 0), 0px 0 rgba(45, 118, 225, 0);
  }
  36% {
    -webkit-box-shadow: 120px 0 #2d76e1, 110px 0 #2d76e1, 100px 0 #2d76e1, 0px 0 rgba(45, 118, 225, 0);
            box-shadow: 120px 0 #2d76e1, 110px 0 #2d76e1, 100px 0 #2d76e1, 0px 0 rgba(45, 118, 225, 0);
  }
  50% {
    -webkit-box-shadow: 130px 0 #2d76e1, 120px 0 #2d76e1, 110px 0 #2d76e1, 100px 0 #2d76e1;
            box-shadow: 130px 0 #2d76e1, 120px 0 #2d76e1, 110px 0 #2d76e1, 100px 0 #2d76e1;
  }
  62% {
    -webkit-box-shadow: 200px 0 rgba(45, 118, 225, 0), 130px 0 #2d76e1, 120px 0 #2d76e1, 110px 0 #2d76e1;
            box-shadow: 200px 0 rgba(45, 118, 225, 0), 130px 0 #2d76e1, 120px 0 #2d76e1, 110px 0 #2d76e1;
  }
  75% {
    -webkit-box-shadow: 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 130px 0 #2d76e1, 120px 0 #2d76e1;
            box-shadow: 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 130px 0 #2d76e1, 120px 0 #2d76e1;
  }
  87% {
    -webkit-box-shadow: 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 130px 0 #2d76e1;
            box-shadow: 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 130px 0 #2d76e1;
  }
  100% {
    -webkit-box-shadow: 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0);
            box-shadow: 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0), 200px 0 rgba(45, 118, 225, 0);
  }
}

.kiton-layout {
  padding: 100px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-image: url(../../landing-assets/img/bg-1.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.kiton-layout .page-design {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: fixed;
  left: -315px;
  font-size: 350px;
  font-weight: 700;
  color: #222327;
  z-index: -1;
}

.ki-detail {
  max-width: 600px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ki-detail h1 {
  margin: 30px 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}
.ki-detail .qr {
  width: 250px;
  border-radius: 15px;
}
.ki-detail p {
  margin-bottom: 30px;
  color: #bababa;
  text-align: left;
  line-height: 28px;
}

.preview-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.preview-layout .block {
  padding: 0 30px;
}
.preview-layout .frame-preview {
  position: relative;
}
.preview-layout .frame-preview:after {
  content: "";
  width: 420px;
  height: 815px;
  position: absolute;
  top: -30px;
  left: -30px;
  background-image: url(../img/frame.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 5;
}
.preview-layout iframe {
  width: 360px;
  height: 765px;
  position: relative;
  z-index: 6;
  border-radius: 42px;
  border: 0;
}
/*# sourceMappingURL=landing-style.css.map */