body {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #565973;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-home {
  top: 0;
  left: 0;
  z-index: 100;
}

.bi {
  vertical-align: -.125em;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 800;
  line-height: 1.3;
  color: #0b0f19;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}


.home-radial {
  background: radial-gradient(116.18% 118% at 50% 100%, rgba(31, 182, 8, 0.3) 0%, rgba(31, 182, 8, 0.5) 41.83%, rgba(31, 182, 8, 0.07) 82.52%);
  margin-bottom: 2rem;
}

.brand-logo {
  width: 47px !important;
}

.navbar-brand {
  gap: 10px;
}

.nav-items {
  padding: 0;
}

.brand-name {
  font-family: "Manrope", sans-serif;
  font-weight: 800
}

.fs-sm {
  font-size: 0.9rem !important;
}

.contact {
  background: radial-gradient(116.18% 118% at 50% 100%, rgba(31, 182, 8, 0.1) 0%, rgba(31, 182, 8, 0.05) 41.83%, rgba(31, 182, 8, 0.07) 82.52%);
}

.bg-primary {
  --si-bg-opacity: 1;
  background-color: rgba(31, 182, 8, var(--si-bg-opacity)) !important;
}

.landings-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.dropdown-menu {
  text-align: start;
}

.phone-2 {
  width: 500px;
  left: 20px;
  height: auto;
  z-index: 0;
}

.showcase-banner {
  background: radial-gradient(116.18% 118% at 50% 100%, rgba(99, 102, 241, 0.1) 0%, rgba(218, 70, 239, 0.05) 41.83%, rgba(241, 244, 253, 0.07) 82.52%);
}

.phone-1 {
  position: relative;
  z-index: 5;
}

.dark-mode-img {
  display: none;
}

.light-mode-img, dark-mode-img {
  width: 139px;
}

.btn-icon.bg-white.me-3 {
}

.btn.btn-dark.btn-lg {
  border-radius: 12px;
  margin: 0 10px;
  background-color: #0b0f19;
}

.fs-lg {
  font-size: 1.125rem !important;
}

.phone {
  width: 80%;
  height: auto;
}

.btn-buy {
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1FB608 !important;
  --bs-btn-border-color: #1FB608;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #57c914;
  --bs-btn-hover-border-color: #57c914;
  --bs-btn-focus-shadow-rgb: 85, 122, 246;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1FB608;
  --bs-btn-active-border-color: #1FB608;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #57c914;
  --bs-btn-disabled-border-color: #57c914;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: #1FB608;
  --bs-nav-link-hover-color: #57c914;
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.loading {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(220deg 29% 90% / 50%);
}

.pl {
  width: 6em;
  height: 6em;
}

.pl__ring {
  animation: ringA 2s linear infinite;
}

.pl__ring--a {
  stroke: #57c914;
}

.pl__ring--b {
  animation-name: ringB;
  stroke: #1FB608;
}

.pl__ring--c {
  animation-name: ringC;
  stroke: #57c914;
}

.pl__ring--d {
  animation-name: ringD;
  stroke: #1FB608;
}

/* Animations */
@keyframes ringA {
  from, 4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }

  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }

  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }

  40%, 54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }

  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }

  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }

  90%, to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}

@keyframes ringB {
  from, 12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }

  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }

  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }

  48%, 62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }

  98%, to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}

@keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  36%, 58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  94%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

@keyframes ringD {
  from, 8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  44%, 50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  86%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}


.btn-outline-primary {
  --bs-btn-color: #1FB608;
  --bs-btn-border-color: #1FB608;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #1FB608;
  --bs-btn-hover-border-color: #1FB608;
  --bs-btn-focus-shadow-rgb: 99, 102, 241;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #1FB608;
  --bs-btn-active-border-color: #1FB608;
  --bs-btn-active-shadow: unset;
  --bs-btn-disabled-color: #1FB608;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1FB608;
  --bs-gradient: none;
}

[class^=btn-outline-], [class*=" btn-outline-"] {
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
}

.active {
  color: #1FB608 !important;
}

.company-box {
  transition: 200ms ease-in-out;
  width: 270px;
  height: 110px;
  border: 2px rgba(0,0,0,0.06) solid;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

div {
}

.company-container {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
}

.lst-none {
  list-style-type: none;
}

a {
  width: auto !important;
}

.brand-footer {
  display: flex;
  justify-content: center;
}

.social-media-links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem !important;
  height: 2.75rem !important;
  border-radius: 12px;
  margin: 0 8px;
  background-color: #EFF2FC;
}

@media (min-width: 300px) and (max-width:768px) {
  ul {
    flex-direction: column;
  }
}

.ww {
  width: auto !important;
}

@media (min-width: 300px) and (max-width: 768px) {
  .company-box {
    position: absolute;
  }
}

.navbar-nav {
}

@media (min-width: 300px) and (max-width: 768px) {
  .navbar-nav {
    padding: 0 !important;
  }
}

@media (min-width: 1024px) and (max-width: 1920px) {
  .ratio-div {
    height: 613px;
  }
}

@media (min-width: 300px) and (max-width: 768px) {
  .transaction-div {
    width: 100px !important;
  }
}

@media (min-width: 768px) and (max-width: 1920px) {
  .download-div {
  }
}

.ratio-div {
}

.phone-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  color: var(--bs-emphasis-color);
}

.company-box:hover {
  z-index: 99;
  transform: translateY(-5px);
  cursor: pointer;
  transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out;
  box-shadow: 1px 5px 10px hsl(240 3.8% 46.1% / 12%);
}

.bg-secondary {
  --si-bg-opacity: 1;
  background-color: #f1faf0 !important;
}

h1 {
  color: #0b0f19 !important;
}

@media (min-width: 300px) and (max-width: 768px) {
  .img-transaction {
    width: 370px;
    height: 350px;
    margin-top: 30px;
    transform: translateX(38px) !important;
  }
}

@media (min-width: 300px) and (max-width: 768px) {
  .img-transaction.img-transaction-2 {
    transform: translate3d(-5px, -30px, 0px) !important;
  }
}

@media (min-width: 300px) and (max-width: 768px) {
  .div-transaction {
  }
}

@media (min-width: 300px) and (max-width:768px) {
  .rellax.img-transaction-b {
    transform: translate(91px) scale(0.50) !important;
  }
}

@media (min-width: 300px) and (max-width:768px) {
  .img-transaction-b-2 {
    position: absolute;
    transform: translate(69px) scale(0.50);
  }
}

.rellax.me-md-n3.transaction-div {
}

.text-primary {
  --bs-text-opacity: 1;
  color: #6366f1;
}

.card-hover.contact-col:hover {
  z-index: 99;
  transform: translateY(-5px);
  cursor: pointer;
  box-shadow: 1px 5px 10px hsl(240 3.8% 46.1% / 12%);
}

.card-hover.contact-col {
  transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.nav-link {
  font-weight: 600;
}

section {
}

@media (min-width: 300px) and (max-width: 768px) {
  .subscripe-btn {
    border-radius: 50px !important;
  }
}

.row {
}

@media (min-width: 300px) and (max-width: 768px) {
  .faq-row {
    display: flex;
    flex-flow: column;
  }
}

@media (min-width: 300px) and (max-width: 768px) {
  .contact-row {
    display: flex;
    flex-flow: row;
  }
}

@media (min-width: 300px) and (max-width: 768px) {
  .col.contact-div {
    width: 50%;
  }
}

@media (min-width: 300px) and (max-width: 768px) {
  .subscribe-input {
    border-radius: 50px !important;
  }
}

#next-screen {
}

.swiper-phone-btn {
}

@media (min-width: 300px) and (max-width: 768px) {
  .swiper-phone-btn {
    z-index: -0 !important;
  }
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
}

.whatsapp-icon {
  width: 100%;
  height: 100%;
  padding: 10px;
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }

  .whatsapp-icon {
    padding: 5px;
  }
}

@media (max-width: 430px) {
  .whatsapp-float {
    width: 45px;
    height: 45px;
    bottom: 15px;
    right: 15px;
  }

  .whatsapp-icon {
    padding: 5px;
  }
}
