body {
  font-family: "Inter";
  overflow-x: hidden;
}

body:not(.home) main {
  overflow: hidden;
}

.list-none {
  list-style: none;
  margin-top: 7px;
  padding-left: 100px;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1230px;
  }
}

.btn-hidden {
  display: none;
}

.mobile-menu {
  display: none;
}

.main-nav li {
  padding-right: 60px;
}

li a {
  color: #828282;
  font-size: 18px;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

.active {
  color: #333333;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.btn-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, radial-gradient(80.68% 372.68% at 20.27% 13.64%, #63bd55 0%, #7fce73 42.48%, #9866ed 100%) border-box;
  background: linear-gradient(#fff, #fff) padding-box, radial-gradient(80.68% 372.68% at 20.27% 13.64%, #63bd55 0%, #7fce73 42.48%, #9866ed 100%) border-box;
  border: 2px solid transparent;
  border-radius: 11px;
  padding: 11px 17px;
  font-size: 18px;
  color: #333333;
}

.rocket {
  margin-bottom: 233px;
  position: relative;
}

.rocket-parent {
  position: relative;
  display: inline-block;
}

.rocket-parent.active .rocket-board img {
  -webkit-transform: translate(-90%, -200%);
          transform: translate(-90%, -200%);
  -webkit-transition: 2s ease-in;
  transition: 2s ease-in;
}

.rocket-board img {
  position: absolute;
  left: 0;
  top: 0px;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.future {
  margin-bottom: 467px;
}

.future img {
  max-width: 100%;
}

body.stop {
  overflow: hidden;
}

@media (min-width: 1200px) {
  body.stop {
    padding-right: 17px;
  }
}

.for-box {
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 430px;
}

.for-box__title {
  text-align: center;
  height: 62px;
  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;
}

.for-box .form-group {
  margin-bottom: 32px;
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}

.future-box {
  position: relative;
}

.future-box::after {
  content: '';
  position: absolute;
  top: -340px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/Airplane1.svg);
  height: 2000px;
  width: 100%;
  z-index: -1;
  right: 10%;
}

.rocket-title {
  position: absolute;
  font-size: 56px;
  color: #333333;
  bottom: 345px;
}

h2 {
  font-size: 42px;
  color: #333333;
}

h3 {
  font-size: 25px;
  color: #202020;
}

h4 {
  font-size: 20px;
  line-height: 35px;
  text-align: justify;
  color: #333333;
}

h5 {
  font-size: 18px;
  color: #18191f;
}

h6 {
  color: #575757;
  font-size: 20px;
  font-weight: 400;
}

.Quote {
  margin-top: 79px;
}

.fs-36 {
  font-size: 36px;
}

.fs-22 {
  font-size: 22px;
  color: #333333;
}

.future .future-title {
  display: none;
}

strong {
  font-size: 25px;
  color: #7fce73;
}

.btn-gradient-sucsses {
  background: -webkit-gradient(linear, left top, left bottom, from(#63bd55), to(#7fce73));
  background: linear-gradient(180deg, #63bd55 0%, #7fce73 100%);
  -webkit-box-shadow: inset 0px 5px 10px 3px #c7e9c1;
  box-shadow: inset 0px 5px 10px 3px #c7e9c1;
  border-radius: 11px;
  padding: 15px 38px;
  color: #f2f2f2;
  position: relative;
  display: inline-block;
  font-size: 18px;
}

.future {
  position: relative;
}

.future::before {
  content: "";
  background-image: url(../img/Vector12.svg);
  height: 2000px;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 500px;
  z-index: -1;
}

.for-box .form-group {
  background: rgba(242, 250, 241, 0.21);
  border: 2px solid rgba(222, 242, 218, 0.3);
  -webkit-box-shadow: 0px 20px 40px rgba(220, 220, 220, 0.2);
  box-shadow: 0px 20px 40px rgba(220, 220, 220, 0.2);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(54px);
  border-radius: 30px;
  padding: 20px 20px;
}

.work .form-group {
  background: radial-gradient(168.19% 168.19% at 50% 158.45%, #c7e9c1 0%, #ffffff 100%);
  -webkit-box-shadow: inset 0px -8px 19px rgba(115, 191, 68, 0.29);
  box-shadow: inset 0px -8px 19px rgba(115, 191, 68, 0.29);
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  border-radius: 21px;
  padding-left: 24px;
  padding-right: 7px;
  padding-top: 52px;
  padding-bottom: 25px;
  width: 326px;
  height: 178px;
}

.future .text {
  color: #333333;
}

.tkf h4 {
  color: #828282;
  text-align: unset;
}

small {
  color: #8e8e93;
}

.stor {
  margin-top: 70px;
}

.pazzel::before {
  content: url(../img/pazzle.png);
  position: absolute;
  z-index: -1;
  top: -86px;
  left: -25px;
}

.house::before {
  content: url(../img/warehouse.png);
  position: absolute;
  z-index: -1;
  bottom: 128px;
  right: 225px;
}

.ball::before {
  content: url(../img/ball.png);
  position: absolute;
  z-index: -1;
  top: -80px;
  left: 5px;
}

.tkf {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tkf img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .tkf .mask {
    margin-top: -170px;
  }
}

.box-hidden {
  display: none;
}

.box-sucsses {
  margin-top: 433px;
  position: relative;
  z-index: 1;
}

.box-sucsses-card {
  background: radial-gradient(168.19% 168.19% at 50% 158.45%, #c7e9c1 0%, #fafff9 100%);
  -webkit-box-shadow: inset 0px -20px 36px rgba(115, 191, 68, 0.29);
  box-shadow: inset 0px -20px 36px rgba(115, 191, 68, 0.29);
  border-radius: 21px;
  text-align: center;
  padding: 72px 0 77px 0;
  position: relative;
}

.box-sucsses-card p {
  padding: 0 155px;
  margin-left: auto;
  margin-right: auto;
}

.box-sucsses-card::after {
  content: url(../img/Airplane.png);
  position: absolute;
  top: -115px;
  right: -45px;
}

.box-sucsses::before {
  content: "";
  background-image: url(../img/Vector11.svg);
  position: absolute;
  top: -254px;
  right: 50%;
  -webkit-transform: translate(50%);
  transform: translate(50%);
  z-index: -1;
  height: 2000px;
  background-repeat: no-repeat;
  width: 100%;
}

.box-sucsses-card .integration {
  margin-top: 25px;
  color: rgba(51, 51, 51, 0.8);
  line-height: 40px;
  font-size: 20px;
}

form {
  max-width: 628px;
  margin: auto;
  margin-bottom: 183px;
  background: #fafafa;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 21px;
  z-index: 1;
  position: relative;
}

.form-body .form-group {
  position: relative;
}

.form-body {
  padding: 35px 40px 40px;
}

.icon-input {
  position: absolute;
  padding-left: 14px;
  bottom: 15px;
}

.specifications {
  padding: 12px;
}

.specifications h2 {
  margin-top: 341px;
  margin-bottom: 113px;
}

.card-input {
  padding: 46px;
}

label {
  color: #333333;
  font-size: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
}

textarea,
input {
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #f2f2f2;
  border-radius: 21px;
  padding-left: 80px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

::-webkit-input-placeholder {
  color: #e5e5e5;
  font-size: 20px;
}

:-ms-input-placeholder {
  color: #e5e5e5;
  opacity: 1;
  font-size: 20px;
}

::-ms-input-placeholder {
  color: #e5e5e5;
  opacity: 1;
  font-size: 20px;
}

::placeholder {
  color: #e5e5e5;
  opacity: 1;
  font-size: 20px;
}

textarea:focus,
input:focus {
  outline: none !important;
}

.message {
  height: 151px;
  max-height: 151px;
  min-height: 151px;
  line-height: 36px;
}

.submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-body a {
  width: 33%;
  padding: 14px 56px;
}

li {
  list-style: none;
}

.logo-footer img {
  padding-top: 70px;
}

footer {
  background: #7fce73;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 21px 21px 0px 0px;
  height: 419px;
  background-image: url(../img/Vector.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.title-link {
  font-size: 20px;
  color: #f4f5f7;
}

.link-center {
  color: #eeeff4;
  font-size: 16px;
}

.logo-footer {
  position: absolute;
  z-index: 1;
}

.work .row {
  margin-top: 142px;
  margin-bottom: 476px;
}

.work h2 {
  margin-top: 428px;
}

.work {
  position: relative;
}

.work .row {
  position: relative;
}

.work .row::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/line.svg);
  height: 451px;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  background-size: contain;
  right: 0;
}

.tkf {
  position: relative;
}

.tkf::before {
  content: "";
  background: url(../img/Airplane1.svg);
  height: 2000px;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  background-size: contain;
  top: -320px;
  right: 10%;
  position: absolute;
}

/* -------------------------page2-------------------------- */
.why-tkf .btn-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8fff7), to(#f8fff7)) padding-box, radial-gradient(80.68% 372.68% at 20.27% 13.64%, #63bd55 0%, #7fce73 42.48%, #9866ed 100%) border-box;
  background: linear-gradient(#f8fff7, #f8fff7) padding-box, radial-gradient(80.68% 372.68% at 20.27% 13.64%, #63bd55 0%, #7fce73 42.48%, #9866ed 100%) border-box;
}

.pazzle {
  margin-top: 123px;
}

.why-tkf {
  background: #f8fff7;
}

.pazzle h6::before {
  content: url(../img/Vector4.svg);
  position: absolute;
  top: 15px;
}

.note-search img {
  max-width: 100%;
}

.note-search-hidden {
  display: none;
}

.pazzle .service {
  padding-right: 20px;
}

.service {
  font-size: 20px;
  line-height: 35px;
  text-align: justify;
  color: #828282;
}

.bag-pazzle {
  position: absolute;
  right: -244px;
  top: 54px;
}

.text-title {
  padding-top: 85px;
  z-index: 1;
}

.text-green {
  color: #68c05b;
  font-size: 18px;
  position: relative;
}

.main-white {
  background-image: url(../img/Rectangle.svg);
  background-size: cover;
}

.note {
  padding-top: 155px;
  padding-bottom: 155px;
}

.note-search {
  padding-top: 80px;
}

.img-arrow-hidden {
  display: none;
}

.arrow {
  position: relative;
  margin-top: 100px;
}

.back-green {
  width: 100%;
  position: relative;
}

.back-green img {
  width: 100%;
}

.arrow .text-title {
  position: absolute;
  padding-left: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 0;
}

.arrow .text-title * {
  max-width: 85%;
  text-align: left;
  width: 100%;
  margin: 0;
}

.poz-text .service {
  padding-right: 56px;
  text-align: unset;
}

.poz {
  padding-top: 150px;
  position: absolute;
  right: 455px;
}

.carriage .text-title {
  padding-top: 155px;
}

.carriage {
  padding: 200px 0;
}

.carriage-hidden {
  display: none;
}

/* -------------------------page3-------------------------*/
.what-we-do h1 {
  position: relative;
  bottom: auto;
}

.fs-46 {
  font-size: 46px;
  margin-top: 75px;
  padding-top: 0;
  max-width: 100%;
  text-align: center;
  color: #333333;
}

.fs-16 {
  font-size: 16px;
  color: #8e8e93;
}

.fs-14 {
  font-size: 14px;
  color: #18191f;
}

.card-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff)) padding-box, radial-gradient(99.67% 1137.19% at -9.59% 29.89%, #9866ed 57%, #ffffff 13.07%, #7fce73 54.48%, #7fce73 55.48%, #63ba55 37%) border-box;
  border: 1px solid #e4000000;
  border-radius: 30px;
  width: 303px;
  height: 248px;
  padding-top: 40px;
}

.text-card-title {
  color: #333333;
  font-size: 16px;
}

.home-small {
  margin: 0 140px;
  margin-top: 25px;
}

.note-small {
  margin: 0 140px;
  margin-top: 25px;
}

.hands-small::before {
  content: '';
  background-image: url(../img/hadns-small.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -56px;
  left: 198px;
}

.hands-small::after {
  content: url(../img/Ellipse1.png);
  position: absolute;
  right: -147px;
  bottom: -62px;
}

.home-small::before {
  content: '';
  background-image: url(../img/home-small.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -60px;
  left: 202px;
  z-index: 1;
}

.home-small::after {
  content: url(../img/Ellipse2.png);
  position: absolute;
  top: -80px;
  right: -147px;
}

.box-small::before {
  content: '';
  background-image: url(../img/box-small.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -73px;
  left: 190px;
}

.box-small::after {
  content: url(../img/Ellipse3.png);
  position: absolute;
  right: -155px;
  bottom: -45px;
}

.carriage-small::before {
  content: '';
  background-image: url(../img/carriage-small.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -73px;
  left: 198px;
}

.carriage-small::after {
  content: url(../img/Ellipse4.png);
  position: absolute;
  top: -38px;
  left: -116px;
}

.note-small::before {
  content: '';
  background-image: url(../img/note-small.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: -48px;
  left: 220px;
}

.note-small::after {
  content: url(../img/Ellipse5.png);
  position: absolute;
  left: -170px;
  bottom: -30px;
}

.chart-small::before {
  content: '';
  background-image: url(../img/chart-small.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -48px;
  left: 213px;
}

.chart-small::after {
  content: url(../img/Ellipse6.png);
  position: absolute;
  left: -170px;
  top: -46px;
}

.main-green {
  background-image: url(../img/Rectangle2.svg);
  background-size: cover;
  padding-top: 98px;
  padding-bottom: 150px;
}

.card-text {
  background: #fafafa;
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 28px;
}

.onboarding {
  max-width: 353px;
  margin-top: 180px;
  width: 30%;
  position: relative;
}

.integrations {
  max-width: 783px;
  width: 65%;
  margin-left: auto !important;
  position: relative;
}

.inventory {
  max-width: 467px;
  margin-top: 130px;
  width: 42%;
  position: relative;
}

.exchanges {
  margin-top: -100px;
  max-width: 510px;
  width: 55%;
  margin-left: auto;
  position: relative;
}

.additional {
  margin-left: auto;
  margin-top: -130px;
  max-width: 315px;
  width: 35%;
  margin-right: 60px;
}

.ball-purple-up {
  position: absolute;
  top: -58px;
}

.clud-right-up {
  position: absolute;
  right: -85px;
  top: -36px;
}

.clud-left-down {
  position: absolute;
  bottom: -40px;
  left: 0;
}

.ball-green {
  position: absolute;
  right: 30px;
  top: -50px;
}

.clud-left-up {
  position: absolute;
  top: -60px;
  left: -58px;
}

.ball-purple-down {
  position: absolute;
  right: -55px;
  bottom: -35px;
}

.ball-green-purple {
  position: absolute;
  right: -40px;
  top: -70px;
  z-index: 1;
}

.clud-center {
  position: absolute;
  right: -175px;
  top: 125px;
  z-index: 1;
}

.ball-total {
  margin-left: 27px;
}

.additional ul {
  padding-left: 0;
}

.card-text h5 {
  line-height: 32px;
}

.additional li {
  margin-bottom: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #18191f;
}

.additional ul li::before {
  content: url(../img/circle-link.png);
  margin-right: 4px;
}

.card-carousel {
  display: none;
}

.ball-total img {
  max-width: 100%;
}

.main-green h3 {
  color: #18191f;
}

.onboarding h3 {
  color: #202020;
}

.additional h3 {
  font-size: 25px;
}

/* ------------responsive------------------ */
@media (max-width: 1399px) {
  .poz {
    right: 515px;
  }
  .box-sucsses-card {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .arrow .text-title * {
    max-width: 100%;
  }
  .rocket {
    text-align: center;
  }
  .rocket-title {
    position: relative;
    margin-top: 47px;
    bottom: 0;
    text-align: center;
    margin-bottom: 60px;
  }
  .for-box::before {
    left: -378px;
  }
  .work h2::before {
    left: -469px;
  }
  .rocket .picture img {
    max-width: 100%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .future .btn-gradient-sucsses::before {
    right: -328px;
  }
  .work::before {
    right: -60px;
  }
  .picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .for-box::before {
    left: -378px;
  }
  .work h2::before {
    left: -469px;
  }
  .rocket img {
    max-width: 100%;
  }
  .future .btn-gradient-sucsses::before {
    right: -328px;
  }
  .work .row::before {
    display: none;
  }
  .work::before {
    right: -60px;
  }
  .picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .stor {
    margin-top: 0;
  }
  .work .form-group {
    width: 290px;
    margin: 150px auto 0;
  }
  .tkf .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1024px) {
  .for-box::before {
    left: -365px;
  }
  .work h2::before {
    display: none;
  }
  .box-sucsses::after {
    right: -33px;
  }
  .future .btn-gradient-sucsses::before {
    right: -319px;
  }
  .work::before {
    right: -11px;
    top: 121px;
  }
  .Accurate {
    padding-bottom: 38px !important;
  }
  .picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer ul {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .main-nav {
    display: none;
  }
  .btn-hidden {
    display: inline;
    margin-right: 13px;
  }
  .btn-hidden img {
    cursor: pointer;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    background: radial-gradient(168.19% 168.19% at 50% 158.45%, #c7e9c1 0%, #ffffff 100%);
    width: 100%;
    height: 40vh;
    padding: 50px 25px;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
    -webkit-transform: translatey(-100%);
    transform: translatey(-100%);
  }
  .mobile-menu.active {
    -webkit-transform: translatey(0%);
    transform: translatey(0%);
  }
  .close-img {
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .link-menu-mobile li {
    padding: 10px 0;
  }
  .link-menu-mobile {
    padding-left: 0;
    text-align: center;
  }
  .close-img img {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .box-sucsses-card::after {
    display: none;
  }
  .future * {
    text-align: center;
  }
  .future-box::after {
    background-image: url(../img/airplane-575px.svg);
    right: 1%;
    top: -89px;
  }
  .future .future-text-hidden {
    display: none;
  }
  .future .future-title {
    display: block;
    margin: 60px auto;
    text-align: center;
  }
  .future h2 {
    display: none;
  }
  .what-we-do {
    display: none;
  }
  .card-carousel {
    display: block;
  }
  .arrow .text-title {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60vw;
    padding-top: 20vw;
  }
  .arrow .text-title * {
    text-align: center;
  }
  .img-center-small {
    position: absolute;
    left: 50%;
    top: 0%;
    /* width: 25%; */
    max-width: 100%;
    -webkit-transform: translate(-50%, -68%);
    transform: translate(-50%, -68%);
  }
  .owl-dots {
    display: none;
  }
  .owl-nav {
    margin-top: 40px !important;
  }
  span {
    font-size: 0;
  }
  .card-gradient {
    position: relative;
  }
  .owl-carousel img {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .owl-carousel .item {
    padding-top: 70px;
  }
  .note-small {
    margin: auto;
  }
  .home-small {
    margin: auto;
  }
  .card-gradient {
    height: 320px;
    padding: 50px 20px;
    margin-top: 50px !important;
    margin: auto;
  }
  .text-card-title {
    font-size: 22px;
    text-align: center;
    padding: 0 30px;
    font-weight: 500;
    margin-top: 30px;
  }
  .card-gradient p {
    text-align: center;
    font-size: 16px;
    color: #828282;
  }
}

@media (max-width: 767px) {
  .rocket img {
    max-width: 100%;
  }
  .for-box::before {
    left: -612px;
  }
  .future .btn-gradient-sucsses::before {
    right: -190px;
  }
  footer ul {
    padding-left: 0;
  }
  .rocket h1 {
    position: inherit;
    text-align: center;
    margin-top: 40px;
  }
  .logo-footer {
    position: relative;
  }
  .box-sucsses-card .integration {
    line-height: 20px;
    font-size: 16px;
    text-align: justify;
  }
}

@media (max-width: 590px) {
  .for-box::before {
    left: -800px;
  }
}

@media (max-width: 575px) {
  .btn-gradient {
    font-size: 15px;
    padding: 6px 12px;
    font-weight: 500;
  }
  .rocket {
    display: block;
    margin-bottom: 70px;
  }
  .rocket-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rocket h1 {
    position: static;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 56px;
  }
  h1 .fs-36 {
    font-size: 26px;
    font-family: 500;
  }
  .future-title {
    font-size: 30px;
    font-family: 500;
    padding: 0 35px;
    color: #333333;
  }
  .future h4 {
    font-size: 16px;
    color: #828282;
    line-height: 20px;
    text-align: justify;
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
  }
  .future h4::before {
    content: url(../img/vector-20-575px.svg);
    position: absolute;
    top: 170px;
    right: 10px;
  }
  .work h2::before {
    content: "";
    background-image: url(../img/Airplane2.svg);
    height: 2000px;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    background-size: contain;
    top: -320px;
    left: 10%;
  }
  .future {
    margin-bottom: 115px;
  }
  .Quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    padding-top: 0;
  }
  .for-box {
    margin: auto;
  }
  .for-box .form-group {
    margin-bottom: 32px;
  }
  .work h2 {
    font-size: 30px;
    margin-top: 118px;
  }
  .work {
    position: relative;
  }
  .work::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/Vector7-575px.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -107px;
    left: -5px;
  }
  .work .col-12 {
    max-width: 100%;
  }
  .stor {
    margin: auto;
  }
  .fs-22 {
    font-size: 20px;
  }
  .work .form-group {
    width: 240px;
    height: 178px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .work .fs-16 {
    font-weight: 400;
  }
  .work .col-12 {
    margin-bottom: 119px;
  }
  .pazzel::before {
    content: url(../img/pazzle575px.png);
    position: absolute;
    z-index: -1;
    top: -86px;
    left: 55px;
  }
  .house::before {
    content: url(../img/warehouse575px.png);
    position: absolute;
    z-index: -1;
    bottom: 128px;
    right: 60px;
  }
  .ball::before {
    content: url(../img/ball575px.png);
    position: absolute;
    z-index: -1;
    top: -60px;
    left: 75px;
  }
  .tkf h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
  }
  .tkf h4 {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    padding-right: 0 !important;
    margin: 50px 20px 105px 20px;
  }
  .box-sucsses {
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-top: 0;
  }
  .box-sucsses h2 {
    font-size: 30px;
  }
  .box-sucsses p {
    font-size: 16px;
    color: #828282;
    padding: 0 21px;
  }
  .box-sucsses-card {
    padding: 72px 0 60px 0;
  }
  .box-sucsses::after {
    display: none;
  }
  .box-sucsses::before {
    display: none;
  }
  .specifications h2 {
    font-size: 30px;
    margin-top: 98px;
    margin-bottom: 62px;
  }
  label {
    font-size: 20px;
  }
  .form-body {
    padding: 35px 24px 42px 24px;
  }
  .submit-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .submit-btn a {
    width: 55%;
    padding: 14px 48px;
  }
  form {
    margin-bottom: 150px;
  }
  .work .row {
    margin-bottom: 0;
    margin-top: 106px;
  }
  .logo-footer img {
    padding-top: 10px;
  }
  .title-link {
    font-size: 14px;
  }
  .link-center {
    font-size: 12px;
  }
  .tkf:before {
    display: none;
  }
  .card-gradient p {
    text-align: justify;
  }
  .future .btn-gradient-sucsses::before {
    display: none;
  }
}

@media (max-width: 374px) {
  .submit-btn a {
    width: 60%;
  }
  .for-box::before {
    left: -80px;
  }
}

/* ------------responsive-page2---------------- */
@media (max-width: 1199px) {
  .bag-pazzle {
    position: inherit;
    max-width: 100%;
  }
  .poz {
    position: relative;
    display: contents;
  }
  .arrow .text-title {
    text-align: center;
    padding-top: 0;
  }
  .arrow p {
    text-align: center;
  }
  .carriage .text-title {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-top: 0;
  }
  .carriage {
    padding-top: 0;
    text-align: center;
  }
  .note {
    text-align: center;
  }
  .pazzle .text-title {
    text-align: center;
  }
  .note-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ball::before,
  .pazzel::before,
  .house::before {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  .mask {
    display: none;
  }
  .tkf .text {
    padding-right: 0;
  }
  .box-hidden {
    display: block;
    margin: auto;
    margin-bottom: 49px;
  }
  .work h2 {
    text-align: center;
  }
  .poz-text .service {
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .chart {
    max-width: 100%;
  }
  .pazzle .service::before {
    content: url(../img/Vector1.svg);
    position: absolute;
    bottom: 0;
    left: -54px;
    top: -5px;
  }
  .pazzle .service::before {
    display: none;
  }
  .pazzle {
    margin-bottom: 150px;
  }
  .note {
    padding: 0;
  }
  .arrow {
    margin-right: 0;
  }
  .img-arrow img {
    max-width: 100%;
  }
  .poz img {
    width: 120%;
    margin-left: -70px;
  }
}

@media (max-width: 767px) {
  .arrow .img-arrow {
    top: 60px;
    max-width: 50%;
  }
  .arrow .text-title {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .pazzle {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .pazzle .text-title {
    padding-top: 40px;
  }
  .pazzle {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .bag-pazzle {
    max-width: inherit;
  }
  .pazzle h2 {
    font-size: 32px;
    padding: 0 27px;
  }
  .pazzle h6::before {
    left: 65px;
  }
  .pazzle p {
    font-size: 16px;
    color: #4f4f4f;
    text-align: center;
    line-height: 20px;
  }
  .pazzle .service {
    padding: 0 20px;
  }
  .bag-pazzle {
    padding-top: 65px;
    position: inherit;
  }
  .note {
    padding-bottom: 0;
    padding-top: 0;
  }
  .note .text-title {
    padding-top: 60px;
  }
  .note-search {
    display: none;
  }
  .note-search-hidden {
    display: block;
    max-width: 80%;
    margin: auto;
  }
  .main-white {
    background-image: url(../img/Rectangle575px.png);
  }
  .text-title h2 {
    font-size: 30px;
    text-align: center;
  }
  .pazzle h2 {
    line-height: 46px;
  }
  .note h2 {
    line-height: 38px;
  }
  .text-arrow h2 {
    line-height: 38px;
  }
  .poz-text h2 {
    line-height: 38px;
  }
  .carriage h2 {
    line-height: 38px;
    font-size: 31px;
  }
  .text-title .service {
    font-size: 16px;
    text-align: justify;
  }
  .chart {
    max-width: 100%;
  }
  .img-arrow {
    display: none;
  }
  .arrow .img-arrow-hidden {
    position: absolute;
    top: -70px;
  }
  .arrow {
    margin-top: 100px;
  }
  .text-arrow {
    padding: 0 20px;
  }
  .poz-text .service {
    padding: 0 20px;
  }
  .main-white p {
    line-height: 20px;
  }
  .img-arrow-hidden {
    display: block;
  }
  .arrow .text-title {
    padding-top: 30px;
  }
  .carriage .service {
    padding: 0 22px;
  }
  .poz {
    padding-top: 32px;
  }
  .carriage img {
    padding-top: 32px;
  }
  .carriage .text-title {
    margin-top: 50px;
  }
  .carriage-hidden {
    display: block;
    margin: auto;
  }
  .carriage-img {
    display: none;
  }
  .carriage {
    padding-top: 0;
  }
  .pazzle .service::before {
    display: none;
  }
}

@media (max-width: 374px) {
  .arrow .img-arrow-hidden {
    max-width: 100%;
    top: -25px;
  }
}

/* ----------------page3--------------------- */
@media (max-width: 1199px) {
  .home-small {
    margin: 0 100px;
  }
  .note-small {
    margin: 0 100px;
  }
  .hands-small::before {
    left: 160px;
  }
  .home-small::before {
    left: 150px;
  }
  .box-small::before {
    left: 150px;
  }
  .carriage-small::before {
    left: 150px;
  }
  .note-small::before {
    left: 150px;
  }
  .chart-small::before {
    left: 150px;
  }
  .note-small::after {
    bottom: -54px;
  }
  .chart-small::after {
    left: -143px;
  }
  .pazzle .service {
    text-align: justify;
  }
  .main-white p {
    text-align: justify;
  }
}

@media (max-width: 991px) {
  .owl-carousel .owl-nav button.owl-prev {
    border: 2px solid;
    border-radius: 60px;
    width: 52px;
    height: 52px;
    margin-right: 30px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='27' height='23' viewBox='0 0 27 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22L1.5 11.5L12 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 11.5L25.5 11.5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
    background-size: 24px 21px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #63bd55 !important;
    opacity: 1 !important;
    border: solid 1px #63bd55;
    outline: none !important;
  }
  .owl-carousel .owl-nav button.owl-next {
    background-color: #63bd55 !important;
    border-radius: 60px;
    width: 52px;
    height: 52px;
    background-image: url(../img/next.png) !important;
    background-size: 24px 21px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: solid 1px #63bd55;
    opacity: 1 !important;
    outline: none !important;
  }
  .owl-carousel .owl-nav button.owl-next.disabled {
    background-color: white !important;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='24' viewBox='0 0 27 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0717 22.5L25.5717 12L15.0717 1.5' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.5717 12L1.57166 12' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
    border-color: #333 !important;
  }
  .owl-carousel .owl-nav button.owl-prev.disabled {
    background-color: white !important;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='27' height='23' viewBox='0 0 27 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22L1.5 11.5L12 1' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 11.5L25.5 11.5' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
    border-color: #333 !important;
  }
}

@media (max-width: 1024px) {
  .home-small {
    margin: auto;
  }
  .note-small {
    margin: auto;
  }
  .box-small::after {
    right: -32px;
  }
  .box-small::before {
    left: 140px;
  }
  .chart-small::before {
    left: 160px;
  }
  .chart-small::after {
    left: -145px;
    top: -54px;
  }
  .note-small::after {
    bottom: -55px;
  }
  .clud-right-up {
    right: -36px;
  }
  .card-gradient {
    padding-top: 20px;
  }
  .note-small::before {
    top: -65px;
    left: 187px;
  }
  .ball-purple-down {
    right: -38px;
  }
}

@media (max-width: 991px) {
  .hands-small::before {
    display: none;
  }
  .hands-small::after {
    display: none;
  }
  .home-small::before {
    display: none;
  }
  .home-small::after {
    display: none;
  }
  .box-small::before {
    display: none;
  }
  .box-small::after {
    display: none;
  }
  .carriage-small::before {
    display: none;
  }
  .carriage-small::after {
    display: none;
  }
  .note-small::before {
    display: none;
  }
  .note-small::after {
    display: none;
  }
  .chart-small::before {
    display: none;
  }
  .chart-small::after {
    display: none;
  }
  .home-small::before {
    top: -66px;
    left: 124px;
  }
  .hands-small::before {
    top: -75px;
    left: 109px;
  }
  .box-small::before {
    left: 70px;
    top: -90px;
  }
  .box-small::after {
    display: none;
  }
  .carriage-small::before {
    top: -107px;
    left: 77px;
  }
  .note-small::before {
    left: 92px;
  }
  .chart-small::before {
    left: 100px;
  }
  .onboarding {
    margin: auto;
    max-width: 100%;
    width: 100%;
    margin-bottom: 80px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
  }
  .integrations {
    max-width: 100%;
    width: 100%;
    margin-bottom: 80px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
  }
  .inventory {
    max-width: 100%;
    margin: auto;
    width: 100%;
    margin-bottom: 80px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    position: relative;
  }
  .exchanges {
    max-width: 100%;
    width: 100%;
    margin: auto;
    margin-bottom: 80px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
  }
  .additional {
    max-width: 100%;
    width: 100%;
    margin: auto;
    margin-bottom: 80px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    position: relative;
  }
}

@media (max-width: 767px) {
  .ball-purple-up {
    display: none;
  }
  .clud-right-up {
    display: none;
  }
  .integrations::before {
    content: url(../img/ball-clud-575px.png);
    position: absolute;
    top: -49px;
  }
  .clud-left-down {
    left: 28px;
  }
  .onboarding::after {
    content: url(../img/cloud3-575px.png);
    position: absolute;
    bottom: -59px;
    left: -13px;
  }
  .clud-left-up {
    display: none;
  }
  .clud-center {
    display: none;
  }
  .ball-purple-down {
    display: none;
  }
  .ball-green-purple {
    display: none;
  }
  .exchanges::after {
    content: url(../img/purple-575px.png);
    position: absolute;
    right: -15px;
    bottom: -27px;
  }
  .inventory::before {
    content: url(../img/purple-green-575px.png);
    position: absolute;
    top: -92px;
    left: 0;
  }
  .inventory::after {
    content: url(../img/cloud4-575px.png);
    position: absolute;
    right: 0;
  }
}

@media (max-width: 575px) {
  .main-green {
    background-image: url(../img/Rectangle2-575px.png);
    background-size: cover;
  }
  .card-text {
    padding: 24px;
  }
  .card-text h3 {
    font-size: 24px;
    text-align: center;
  }
  .card-text h5 {
    font-size: 16px;
    color: #828282;
    text-align: justify;
    line-height: 20px;
  }
  .fs-46 {
    font-size: 30px;
  }
  .fs-46 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .main-green h3 {
    font-weight: 600;
  }
  .additional h3 {
    font-size: 25px;
  }
  .additional li {
    color: #828282;
    font-size: 16px;
  }
  .main-green h5 {
    font-weight: 400;
  }
  strong {
    font-size: 24px;
    font-weight: 600;
  }
}

@media (max-width: 374px) {
  .integrations::before {
    top: -49px;
    left: -25px;
  }
  .exchanges::after {
    right: 5px;
  }
}

.for-close {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}

body.open-menu .for-close {
  display: block;
}
/*# sourceMappingURL=style.css.map */