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: 10px 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: 130px;
}

.navbar li.nav-item {
  padding: 0 15px;
}


.navbar a.nav-link {
  color: #fff;
  font-weight: 500;
  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 .content {
  display: none;
  transition: all 0.3s;
  position: relative;
}



/* banner css*/
.banner { 
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-image: url(images/herobg.webp);
  background-size: cover;
}

.banner h1 {
  font-size: 56px;
  font-weight: bold;
}

.banner .tag span {
  background-color: #fff;
  padding: 10px 16px;
  color: #184B38;
  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: #184B38;
  outline: 0;
  box-shadow: none;
}

.btn-one {
  background-color: #184B38;
  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.webp);
  background-size: cover; 
  background-position: top right;
  height: 90vh;
}

.privacy-area p {
  color: #8CBBF2;
}

.counter-area {
  color: #ddbc02;
}

.counter-area .h1.counter {
  font-size: 52px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;

}

/* App area css*/


.app-area .k-cor {
  color: #184B38;
  font-size: 18px;
  font-weight: 500;
}

.finances-area {
  background-color: #e2fff5;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.finances-area:before, .finances-area:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}


.finances-area:before {
  top: 0;
  left: 0;
  background-image: url(images/bar-shape-2.webp);
  width: 210px;
  height: 262px;
}

.finances-area:after {
  bottom: 0;
  right: 0;
  background-image: url(images/bar-shape.webp);
  width: 211px;
  height: 277px;
}

.f-card {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
}

.price-card {
  border-radius: 24px;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}


.price-card.select {
  border: 2px solid #184B38;
  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: flex-start;
}

.price-card ul li i {
  color: #184B38;
  padding-right: 10px;
  line-height: 50px;
}

.price-card .text-end span {
  background-color: rgba(29, 66, 219, 0.10);
  color: #184B38;
  padding: 15px 40px;
  border-radius: 25px;
  font-size: 18px;
}

.price-card .k-cor {
  color:#184B38;
  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: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #184B38;
}

input:focus + .slider {
  box-shadow: 0 0 1px #184B38;
}

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: #184B38;
  border-radius: 16px;
  padding: 70px 80px;
  color: #fff;
  margin-bottom: -150px;
  z-index: 5;
  position: relative;
}

.get-started img.app {
  width: 225px;
}

.footer {
  background-image: url(images/herobg.webp);
  background-size: cover;
  padding: 234px 60px 0 60px;
  color: #fff;
}

.footer .social a {
  height: 52px;
  width: 52px;
  color: #184B38;
  background-color: #fff;
  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;
}


/*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; 
  }
  .get-started .container-fluid {
      overflow-x: visible  ;
  }
}

@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 {
      overflow-x: visible  ;
  }
  
  .sticky li.nav-item {
      padding: 0 12px;
  }

}

@media screen and (max-width: 600px) {


  .banner h1 {
      font-size: 48px;
      font-weight: 500;
  }

  .banner .tag span {
      font-size: 14px;
      margin: 5px;
      margin-left: 0;

  }

  .banner .tag span i {
      display: none;
  }


  ul.navbar-nav {
      background-color: #000;
      box-shadow: 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;
  }
  .get-started .container {
      overflow-x: visible;
  }
  .contact-area {
      padding: 100px 0;
  }

  .contact-area .form-area {
      padding: 25px;
  }
  
  .container-fluid {
      padding: 0 15px;
  }
  .rq-code {
      display: none;
  }
} 

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
      max-width: 1400px;
  }
}




