@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap");
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Space Grotesk", sans-serif;
}

* {
  transition: all 0.2s;
}

/* header area css*/

.nav {
  padding: 30px 0;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-top: 0;
  background-color: #fff !important;
  padding: 20px 0px;
  border-bottom: none;
  box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.nav .navbar-nav {
  align-items: center;
  position: relative;
}

.navbar-brand img {
  width: 200px;
}

.navbar li.nav-item {
  padding: 0 15px;
}

.navbar a.nav-link {
  color: #fff;
  font-weight: 400;
  transition: all 0.2s;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}

.sticky a.nav-link {
  color: #000;
}

.navbar a.nav-link:hover {
  color: #fff;
  border-bottom: solid 1px #fff;
  transition: all 0.2s;
}
.sticky a.nav-link:hover {
  color: #000;
  border-bottom: solid 1px #000;
  transition: all 0.2s;
}

.navbar-toggler {
  color: #fff;
}

.sticky .navbar-toggler {
  color: #000;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar .collapse {
  position: relative;
}

.navbar-brand .dark {
  display: none;
}

.sticky .navbar-brand .dark {
  display: block;
}

.sticky .navbar-brand .light {
  display: none;
}

.dark-app img {
  width: 200px;
}

.navbar .dark-app {
  display: none;
}

.sticky .dark-app {
  display: block;
}

.sticky .rq-code .qr {
  display: none;
}

.rq-code {
  position: relative;
}

.rq-code .qr {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.rq-code .qr .content {
  display: none;
  transition: all 0.3s;
  position: relative;
}

.rq-code .qr:hover {
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
  z-index: 9;
}

.rq-code .qr:hover .qr-img {
  width: 150px;
}

.rq-code .qr:hover .content {
  display: block;
  transition: all 0.3s;
  position: relative;
}

/* banner css*/
.banner {
  background-color: #000;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-image: url(images/line.png);
  background-size: cover;
}

.banner h1 {
  font-size: 56px;
  font-weight: bold;
}

.banner .desc {
  color: #bdbdbd;
}

.banner .tag span {
  background-color: #ffffff33;
  padding: 10px 16px;
  color: #d3d3d3;
  border-radius: 36px;
  margin-right: 12px;
  margin-bottom: 15px;
  font-size: 16px;
  display: inline-block;
}

.banner img.app {
  width: 215px;
}

.contact-area {
  background-color: #000;
  padding: 200px 100px;
}

.contact-area .form-area {
  background-color: #fff;
  border-radius: 24px;
  padding: 40px;
}

.contact-area .form-area .form-control {
  padding: 16px;
  border-radius: 5px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #2a8762;
  outline: 0;
  box-shadow: none;
}

.btn-one {
  background-color: #2a8762;
  border-radius: 8px;
  padding: 16px 20px;
  color: #fff;
  width: 100%;
  font-weight: 500;
}

.contact-area .icon span {
  width: 52px;
  height: 52px;
  display: inline-block;
  background-color: #333333;
  border-radius: 50%;
  color: #fff;
  line-height: 52px;
  text-align: center;
  margin-right: 10px;
}

.privacy-area {
  background-color: #000;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-image: url(images/line-2.png);
  background-size: cover;
  background-position: top right;
  height: 90vh;
}

.privacy-area p {
  color: #8cbbf2;
}

.coming-soon {
  display: inline-block;
  background-color: #fff;
  padding: 12px 50px;
  border-radius: 10px;
  color: #212121;
  font-size: 22px;
  font-size: 600;
}

/* App area css*/

.app-area {
  margin-top: 164px;
}

.app-area .k-cor {
  color: #1d42db;
  font-size: 18px;
  font-weight: 500;
}

.finances-area {
  background-color: #000;
  padding: 100px 0;
  margin-top: 164px;
}

.f-card {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  height: 100%;
}

.price-card {
  height: 100%;
  border-radius: 24px;
  background-color: #fff;
  padding: 40px;
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); */
  box-shadow: 4px 8px 28px 0px #2130261a;
}

.price-card.select {
  border: 2px solid #1d42db;
  box-shadow: 4px 8px 28px rgba(33, 48, 38, 0.1);
}

.price-card ul li {
  list-style: none;
  line-height: 50px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.price-card ul li i {
  color: #2a8762;
  padding-right: 10px;
  line-height: 50px;
}

.price-card .text-end span {
  background-color: rgba(29, 66, 219, 0.1);
  color: #1d42db;
  padding: 15px 40px;
  border-radius: 25px;
  font-size: 18px;
}

.price-card .k-cor {
  color: #1d42db;
  font-size: 16px;
  font-weight: 500;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2a8762;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2a8762;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.price-switch span {
  font-size: 18px;
  font-weight: 500;
}

.price-switch img {
  margin-left: 20px;
  margin-top: -50px;
}

/*footer css*/

.get-started .row {
  background-color: #1d42db;
  border-radius: 16px;
  padding: 70px 80px;
  color: #fff;
  margin-bottom: -150px;
  z-index: 5;
  position: relative;
}

.get-started img.app {
  width: 225px;
}

.footer {
  background-color: #000;
  padding: 234px 60px 0 60px;
  color: #fff;
}

.footer .social a {
  height: 52px;
  width: 52px;
  color: #fff;
  background-color: #333333;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  margin-right: 16px;
}

.footer-bottom {
  color: #a7a7a6;
}

.footer-bottom a {
  color: #a7a7a6;
  margin-right: 40px;
}

.container-fluid {
  padding: 0 70px;
}

.privacy-text-area ul li {
  margin-bottom: 10px;
}
.terms-text-area ul li {
  margin-bottom: 10px;
}

.mt-130 {
  margin-top: 130px;
}

.save20 {
  font-family: "Kalam", cursive;
  color: #2a8762;
  font-weight: 700;
  font-size: 16px;
}

.mobile {
  display: none;
}
/*for responsive */

@media screen and (max-width: 1500px) {
  .contact-area {
    padding: 200px 0;
    overflow-x: hidden;
  }

  .banner .tag span {
    /* padding: 10px 14px; */
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1280px) {
  .banner .tag span {
    padding: 8px 12px;
    margin-right: 5px;
    margin-bottom: 15px;
    font-size: 10px;
  }

  .container-fluid {
    padding: 0 45px;
  }

  .container-fluid {
    overflow-x: hidden;
  }
  .container {
    overflow-x: hidden;
  }

  .navbar .container-fluid {
    overflow-x: visible !important;
  }

  .get-started .container-fluid {
    overflow-x: visible;
  }

  .sticky li.nav-item {
    padding: 0 12px;
  }
  .price-card ul li {
    line-height: 20px;
    margin-bottom: 24px;
    align-items: flex-start;
  }
}

@media screen and (max-width: 800px) {
  body {
    overflow-x: hidden;
  }
  .banner {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mt-130 {
    margin-top: 100px;
  }
  .get-started .row {
    padding: 40px;
  }
  .footer {
    padding: 234px 0px 0 0px;
  }
  .footer .col-lg-6 .d-flex {
    display: block !important;
  }
  .footer-bottom a {
    margin-right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .banner {
    padding-bottom: 80px;
  }
  .banner h1 {
    font-size: 48px;
    font-weight: 500;
  }

  .banner .tag span {
    font-size: 12px;
    margin: 5px;
    margin-left: 0;
  }

  .banner .tag span i {
    display: none;
  }

  .banner .tag span img {
    display: none;
  }

  .banner img.app {
    width: 100%;
  }

  ul.navbar-nav {
    background-color: #000;
    box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.15);
    margin-bottom: 42px !important;
    border-radius: 6px;
  }

  .sticky ul.navbar-nav {
    background-color: #fff;
  }

  .navbar li.nav-item {
    padding: 30px 20px;
  }

  .price-switch img {
    margin-left: 250px;
    margin-top: -150px;
  }

  .get-started .row {
    padding: 30px;
    border-radius: 0;
    margin-bottom: 0;
  }

  .footer {
    padding: 30px;
  }

  .footer-bottom a {
    color: #a7a7a6;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 48%;
  }

  .container-fluid {
    overflow-x: hidden;
  }
  .container {
    overflow-x: hidden;
  }

  .contact-area {
    padding: 100px 0;
  }

  .contact-area .form-area {
    padding: 25px;
  }

  .container-fluid {
    padding: 0 15px;
  }
  .rq-code {
    display: none;
  }
  .get-started img.app {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}
