:root {
  --bg: #fff;
  --primary: #2EB872;
  --light:#e1f8e4;
  --gradient:linear-gradient(to right, #f7ef00 0%, #3aff84 100%);
  --send-bg: #2EB872;
  --send-color: white;
  --receive-bg: #fff;
  --receive-text: #222;
  --page-green: #e8f9f1;
}

body {
  background-color: var(--bg);
}

body, html {
  overflow-x: hidden;
}

.section {
  padding: 80px 0;
}

.text-primary {
  color: var(--primary) !important;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover {
  background-color: #222;
  border-color: #222;
}

.btn-dark {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.btn-dark:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.color-green {
  color: var(--send-bg);
}

.color-white {
  color: #fff;
}

.bg-dark {
  background: #020001 !important;
}

.bg-green {
  background: var(--page-green);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: var(--send-bg) !important;
  color: #fff;
}
.nav-pills .nav-link.active h5, .nav-pills .show > .nav-link h5 {
  color: #fff;
}

.kv {
  position: relative;
  background: url(../img/kv-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top -15% center;
  padding: 30px 0 0;
  height: 500px;
  overflow: hidden;
}
.kv h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
.kv .screen {
  margin-top: -80px;
}
.kv .kv-text {
  position: absolute;
  bottom: 0;
  width: 75%;
  margin: 40px 0 0;
  padding-left: 6%;
  z-index: 2;
}
.kv .kv-img {
  position: absolute;
  right: 8%;
  width: 32%;
  bottom: -27%;
  z-index: 3;
  transform-origin: bottom left 50px;
}
.kv .btn {
  margin: 20px 0 0;
  padding: 12px 28px;
  border: 1px solid;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: saturate(180%) blur(4px);
          backdrop-filter: saturate(180%) blur(4px);
  font-size: 17px;
}
.kv img.kv-line-top {
  position: absolute;
  top: -12%;
  left: -1%;
  width: 14%;
}
.kv img.kv-line-right {
  position: absolute;
  right: 0%;
  top: -5%;
  z-index: 4;
  width: 20%;
}
.kv img.kv-line-left.rellax {
  position: absolute;
  bottom: 2%;
  left: 5%;
  z-index: 3;
  width: 12%;
}
.kv img.kv-img2 {
  position: absolute;
  width: 5%;
  left: 60%;
  top: 15%;
}
.kv img.kv-img3 {
  position: absolute;
  right: 0;
  bottom: -5%;
  width: 10%;
}

.talk-bubble {
  width: 80%;
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.talk-bubble p {
  max-width: 300px;
  word-wrap: break-word;
  margin-bottom: 12px;
  line-height: 24px;
  position: relative;
  padding: 10px 20px;
  border-radius: 25px;
}
.talk-bubble p:before, .talk-bubble p:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 25px;
}
.talk-bubble .send {
  color: var(--send-color);
  background: var(--send-bg);
  align-self: flex-end;
  text-align: left;
}
.talk-bubble .send:before {
  right: -7px;
  width: 20px;
  background-color: var(--send-bg);
  border-bottom-left-radius: 16px 14px;
}
.talk-bubble .send:after {
  right: -26px;
  width: 26px;
  background-color: var(--page-green);
  border-bottom-left-radius: 10px;
}
.talk-bubble .receive {
  background: var(--receive-bg);
  color: black;
  align-self: flex-start;
  text-align: left;
}
.talk-bubble .receive:before {
  left: -7px;
  width: 20px;
  background-color: var(--receive-bg);
  border-bottom-right-radius: 16px 14px;
}
.talk-bubble .receive:after {
  left: -26px;
  width: 26px;
  background-color: var(--page-green);
  border-bottom-right-radius: 10px;
}

.img-border {
  position: relative;
  height: 100%;
  min-height: 400px;
}
.img-border img {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  -o-object-fit: cover;
     object-fit: cover;
}

.img-border::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 3rem;
  bottom: 3rem;
  border: 5px solid var(--send-bg);
}

.qa-item {
  padding: 45px 30px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.72);
  height: 100%;
  overflow: hidden;
}
.qa-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  filter: blur(4px);
}
.qa-item .display-1 {
  color: transparent;
  -webkit-text-stroke: 2px var(--primary);
  font-family: monospace;
  font-weight: bold;
}

.s1 {
  margin-top: 40px;
}
.s1 .s1-item img {
  margin: 0 auto 12px;
  width: 84%;
  max-width: 250px;
}

.img-twice::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 60%;
  top: 20%;
  left: 25%;
  background: var(--gradient);
  border: 24px solid var(--light);
  border-radius: 6px;
  transform: rotate(45deg);
  z-index: -1;
}

.s2-text {
  padding-left: 30px;
}

.img-twice {
  padding-right: 30px;
}

.bg-gray {
  background: #F7F7F8;
  margin-top: 50px;
}

.s5-text {
  padding-left: 40px;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding: 8px 12px;
}

.form-floating > .form-control, .form-floating > .form-select,
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding: 8px 12px;
}

.form-floating > label {
  padding: 8px 12px;
  font-size: 15px;
}

.form-floating > .form-select ~ label {
  display: none;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
  background: #fff;
  padding: 0 4px;
  margin-left: 8px;
  border-radius: 4px;
  color: var(--primary);
  height: auto;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
  background: #fff;
  padding: 0 4px;
  margin-left: 8px;
  border-radius: 4px;
  color: var(--primary);
  height: auto;
}

.form-floating > .form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: var(--primary);
}

/*** Testimonial ***/
.animated.pulse {
  animation-duration: 1.5s;
}

.step-left,
.step-right {
  position: relative;
}

.step-left img,
.step-right img {
  position: absolute;
  padding: 4px;
  border-radius: 99rem;
}

.step-left img:nth-child(1),
.step-right img:nth-child(3) {
  width: 110px;
  height: 110px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.step-left img:nth-child(2),
.step-right img:nth-child(2) {
  width: 96px;
  height: 96px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.step-left img:nth-child(3),
.step-right img:nth-child(1) {
  width: 80px;
  height: 80px;
  bottom: 10%;
  right: 10%;
}

.step-carousel {
  border-radius: 12px;
}

.step-carousel .owl-item img {
  width: 100px;
  height: 100px;
}

.step-carousel .owl-nav {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.owl-carousel.step-carousel .owl-nav .owl-prev,
.owl-carousel.step-carousel .owl-nav .owl-next {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 10px;
  font-size: 16px;
  transition: 0.5s;
}

.owl-carousel.step-carousel .owl-nav .owl-prev:hover,
.owl-carousel.step-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
}

.cta-btn {
  margin-top: 20px;
  padding: 10px 40px;
  color: #fff;
  font-size: 20px;
  border-radius: 99rem;
  background: linear-gradient(to left, #01deb3, #7fc21b, #39de01);
  background-size: 200% 200%;
  animation: animateGlow 1s linear infinite;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
}
.cta-btn:hover {
  color: #FFF;
  background-size: 100% 100%;
  animation: none;
  transition: all 1s;
}

@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
.s5 {
  position: relative;
  background-image: url(../img/s5-bg.png), url(../img/s5-bg2.png);
  background-size: 30%, 15%;
  background-repeat: no-repeat, no-repeat;
  background-position: right bottom, left top;
}
.s5 .s5-line2 {
  position: absolute;
  right: 5%;
  margin-top: 80px;
  width: 18%;
}

.gbox00 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gbox01 {
  width: 20%;
}

.btn:focus, .btn:active {
  outline: none;
  box-shadow: none !important;
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

.h2, h2 {
  font-size: calc(1.325rem + 0.9vw);
}

.h3, h3 {
  font-size: calc(1.3rem + 0.6vw);
}

.h4, h4 {
  font-size: calc(1.275rem + 0.3vw);
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
}

.mb-block {
  display: none;
}

@media (max-width: 1024px) {
  .kv {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .kv {
    height: 420px;
  }
  .kv img.kv-line-top {
    top: 30px;
  }
  .kv .container {
    max-width: 100%;
  }
  .kv img.kv-img2 {
    top: 24%;
  }
  .s5 .container {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .mb-block {
    display: block;
  }
  .mb-none {
    display: none;
  }
  .kv .kv-text {
    width: 100%;
    left: -4%;
  }
  .kv {
    margin-top: 30px;
  }
  .kv img.kv-img2 {
    top: 16%;
  }
  .kv .kv-img {
    right: 0;
    bottom: -20%;
  }
  .kv img.kv-img3 {
    z-index: 2;
  }
  .gbox01 {
    width: 33.33%;
    margin-bottom: 48px;
  }
}
@media (max-width: 640px) {
  .kv .kv-text {
    width: 120%;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .kv .kv-img {
    width: 53%;
    z-index: 1;
    bottom: 22%;
  }
  .kv img.kv-img3 {
    z-index: 2;
    bottom: -2%;
    width: 15%;
  }
  .kv img.kv-img2 {
    top: 27%;
    width: 12%;
    left: 43%;
  }
  .kv img.kv-line-top {
    top: 2%;
    width: 33%;
  }
  .kv img.kv-line-left.rellax {
    bottom: -2%;
    left: -1%;
    width: 20%;
  }
  .kv img.kv-line-right {
    position: absolute;
    right: -13%;
    top: 0%;
    z-index: 4;
    width: 40%;
  }
  .kv {
    height: 400px;
    background-position: top -15% right 32%;
  }
  .s1 {
    padding-top: 32px;
    padding-bottom: 40px !important;
  }
  .gbox01 {
    width: 50%;
  }
  .s5 {
    background-size: 85%, 55%;
  }
  .img-border img {
    top: 1.5rem;
    left: 1.5rem;
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
  }
  .step-carousel {
    border-radius: 12px;
    padding: 36px !important;
    width: 90%;
    margin-left: 5%;
  }
  .img-border {
    min-height: 300px;
  }
  .nav.nav-pills h5 {
    font-size: 15px;
  }
  .nav.nav-pills h5 > div {
    width: 40px !important;
    height: 40px !important;
  }
  .nav.nav-pills button {
    padding: 8px 16px !important;
    margin-bottom: 12px !important;
  }
  .s3 {
    padding-bottom: 60px;
  }
  .s3 .tab-pane .col-md-6 {
    min-height: 400px !important;
  }
  .h4,
  h4 {
    font-size: 16px;
  }
  .qa-item h4 {
    font-size: 22px;
  }
  .qa-item h5 {
    font-size: 17px;
  }
  .qa-item p {
    font-size: 15px;
  }
  .qa-item .display-1 {
    font-size: 48px;
  }
  section.my-5 .col-12 {
    text-align: center;
  }
  .step-item .fs-5 {
    font-size: 15px !important;
  }
}/*# sourceMappingURL=style.css.map */