@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&family=Style+Script&family=Unbounded:wght@200..900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding: 10px;
}

h1,
h2,
h3,
h4,
h5,
li,
span,
p,
a,
div {
  font-family: 'Sora', sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

p {
  font-size: 15px;
  font-weight: 500;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
}

h2.global-heading {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 10px;
}

.custom-navbar {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.nav-link {
  color: #ffffff !important;
}

/* Buttons bhi white style */
.cta-btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #ffffff;
  color: #000000;
}

.container.mt-4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.navbar-brand img {
  max-height: 35px;
}

.nav-link {
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  margin: 0 5px;
  font-family: 'Sora', sans-serif;
  padding: 0 10px;
  position: relative;
}

.nav-icons a i {
  color: #ffffff;
  font-size: 14px;
  margin-right: 0px;
  background: #000;
  padding: 12px;
  border-radius: 20px;
  transition: 0.3s;
}

.nav-icons a i:hover {
  background: #000;
}

.dropdown-content a.nav-link::before {
  display: none;
}

.dropdown-content {
  position: absolute;
  min-width: 880px;
  border-radius: 10px;
  /* background: rgb(1 0 84 / 65%); */
  backdrop-filter: blur(5px);
  padding: 30px;
  z-index: 9999;
  left: 62%;
  top: 110%;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s ease;
  background: linear-gradient(100deg, rgb(66 65 199) 0%, rgb(1 176 254 / 68%) 100%);
}

.dropdown-content h4 {
  color: #fff;
  font-size: 22px;
  margin: 10px;
  text-decoration: underline;
}

.dropdown-content .nav-item {
  color: #fff;
}

.dropdown-content .nav-link {
  padding: 5px;
  color: #ffffff !important;
}

.dropdown-content .nav-item a:hover {
  color: rgb(233 82 25) !important;
}

.dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0px);
  pointer-events: auto;
}

/* .banner{
  padding: 10px;
} */

.video-bg-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  border-radius: 10px;
}

.video-bg-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-bg-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
  border-radius: 10px;
}

.content {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-meta h1 {
  font-size: 60px;
  color: #ffffff;
}

.banner-meta p {
  color: #fff;
}

.global-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.btn-outline-white {
  padding: 12px 28px;
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
}

.btn-outline-white:hover {
  background: #ffffff;
  color: #000;
}

.btn-color {
  padding: 12px 28px;
  background: linear-gradient(80deg, rgba(60, 74, 204, 1) 0%, rgba(1, 175, 253, 1) 100%);
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
  outline: unset;
}

.btn-color:hover {
  background: #000000;
  color: #fff;
}

.btn-white {
  padding: 12px 28px;
  background: #ffffff;
  color: #000000;
  border: 2px solid #ffffff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
}

.btn-white:hover {
  background: transparent;
  color: #ffffff;
}

.client {
  padding: 50px 0;
}

.client .client-meta p {
  color: #666666;
}

.client .client-meta p span {
  color: #000;
  border: 1px solid #EEEEEE;
  padding: 10px;
  border-radius: 10px;
  margin: 0 5px;
  font-weight: 500;
}

.client-logo-wrapper {
  position: relative;
}

.client-logo-wrapper::before,
.client-logo-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.client-logo-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, transparent 100%);
}

.client-logo-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, transparent 100%);
}

.client-logo {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 40px;
  overflow: hidden;
}

.client-logo li img {
  max-height: 20px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: 0.3s;
}

.client-logo li img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.business,
.pos,
.powerful,
.mix,
.faqs,
.testi,
.cta,
.sec-2 {
  padding: 80px 0;
}

.business-head {
  width: 60%;
  margin: 0 auto;
}

.payments,
.global {
  background: #000B26;
  border-radius: 10px;
  padding: 60px 0;
}

.payments h2,
.global h2,
.global p {
  color: #fff;
}

.payments .payments-meta {
  padding: 20px;
  background: #0F1A33;
  border: 1px solid #898F9B;
  border-radius: 10px;
}

.payments .payments-meta img {
  width: 10%;
}

.payments .payments-meta h3 {
  color: #fff;
  font-size: 22px;
  margin: 15px 0;
}

.payments .payments-meta p {
  color: #fff;
}

.pos .pos-head-meta {
  width: 60%;
}

.powerful {
  background-image: url('../images/power-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.mix-1,
.mix-2 {
  background: linear-gradient(80deg, rgba(0, 0, 0, 1) 0%, rgba(17, 56, 79, 1) 50%, rgba(0, 0, 0, 1) 100%);
  padding: 20px;
  border-radius: 10px;
}

.mix-1 h3 {
  font-size: 20px;
}

.mix-1 h3,
.mix-1 p {
  color: #fff;
}

.mix-img {
  background-image: url('../images/cash.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.mix-img-2 {
  background-image: url('../images/money.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 38vh;
  margin-top: 15px;
}

.global {
  margin-top: 60px;
}

.global-count ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 20px;
  justify-content: center;
}

.global-count ul li {
  flex: 0 0 44%;
}

.about-section {
  background: #fff;
  border-radius: 10px;
  margin-top: 50px;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content h2,
.about-content p {
  color: #000;
}

.about-btn i {
  font-size: 18px;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-list li {
  font-size: 15px;
  color: #333;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.about-list li::before {
  content: '•';
  color: #2563eb;
  font-size: 20px;
  line-height: 1.2;
  flex-shrink: 0;
}

.about-list li span {
  font-weight: 700;
  color: #111;
}

@media (max-width: 991px) {
  .about-image {
    height: 350px;
  }

  .about-content h2 {
    font-size: 28px;
  }
}

.faqs button.accordion-button.collapsed {
  background: #FAFAFA;
  font-size: 15px;
  color: #07111D;
  padding: 20px 10px;
  font-weight: 600;
  align-items: center;
  border-radius: 10px;
  align-items: baseline;
}

.faqs .accordion-item {
  border: none;
  margin-top: 20px;
  border: 2px solid #f3f3f3;
  border-radius: 6px;
}

.faqs .accordion-button:focus {
  box-shadow: none;
}

.faqs .accordion-body {
  background: #f9f9f9;
  font-size: 15px;
}

.faqs .accordion-body ul {
  list-style: disc;
  padding: 20px;
}

.faqs .accordion-body ul li {
  margin: 10px 0;
}

.faqs .accordion-button:not(.collapsed) {
  color: #000;
  background: #f9f9f9;
  font-size: 15px;
  padding: 20px 10px;
  border: none;
  font-weight: 600;
}

.faqs .accordion-button:not(.collapsed)::after {
  color: #3b4ccd !important;
}

.faqs .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

.faqs .accordion-button::after {
  content: '+';
  background: #f9f9f9;
  font-family: 'Inter';
  font-size: 25px;
  font-weight: 600;
  color: #3b4ccd;
  transform: rotate(0deg);
  transition: transform 0.3s ease, color 0.3s ease;
  background-image: none !important;
  transform-origin: center;
}

.faqs .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  color: #3b4ccd;
}

.testi {
  background: linear-gradient(180deg, rgba(230, 247, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border-radius: 10px;
}

.testi-meta {
  background: #ffffff;
  padding: 30px !important;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
}

.testi-meta p {
  font-size: 18px;
}

.testi-info h3 {
  font-size: 25px;
  font-family: "Style Script", cursive;
  margin: 0;
}

.testi-info p {
  font-size: 14px;
  margin: 0;
}

.testi-slider-wrapper {
  overflow: hidden;
  position: relative;
}

.testi-slider-wrapper::before {
  content: '';
  position: absolute;
  left: 30px;
  width: 90%;
  height: 20px;
  pointer-events: none;
  border-top-left-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-top-right-radius: 10px;
}

.testi-slider-wrapper::after {
  content: '';
  position: absolute;
  left: 30px;
  width: 90%;
  height: 20px;
  pointer-events: none;
  border-bottom-left-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 39px 0px;
  box-shadow: rgb(179 179 179 / 20%) 0px 7px 39px 0px;
  border-bottom-right-radius: 10px;
  z-index: 1;
}

.testi-slider-wrapper::before {
  top: 28px;
  background: #ffffff;
}

.testi-slider-wrapper::after {
  background: #ffffff;
  bottom: 30px;
}

.testi .slick-vertical .slick-slide {
  display: block !important;
}

.testi-slider {
  height: 100%;
  z-index: 1;
}

.testi-slider-wrapper {
  height: 350px;
}

/* .cta h2 {
  font-size: 70px;
} */

footer {
  background: linear-gradient(100deg, rgba(66, 65, 199, 1) 0%, rgba(1, 176, 254, 1) 100%);
  border-radius: 10px;
  padding: 50px 0 0 0;
}

footer .links h4 {
  color: #fff;
  text-decoration: underline;
  font-size: 22px;
}

footer .links ul {
  padding: 0;
  margin-top: 20px;
}

footer .links ul li {
  margin: 5px 0;
}

footer .links ul li a {
  color: #fff;
  font-size: 13px;
}

footer .footer-logo {
  margin: 50px 0;
}

.copy {
  border-top: 1px solid #ffffff;
  padding: 0px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copy p {
  margin: 0;
  color: #fff;
}

.copy p a {
  color: #fff;
}

.inner-banner {
  background: linear-gradient(100deg, rgba(66, 65, 199, 1) 0%, rgba(1, 176, 254, 1) 100%);
  padding: 200px 0 110px 0;
  border-radius: 10px;
}

.inner-banner ul,
.sec-2 ul,
.payments-meta ul {
  padding: unset;
  list-style: disc;
  margin: 20px 0;
}

.inner-banner ul li,
.payments-meta ul li {
  color: #fff;
  margin: 10px;
}

.inner-banner h1 {
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 10px;
}

.inner-pay .form-control {
  font-size: 15px;
  font-family: 'Sora';
  height: 50px;
  background: #000b26;
  color: #fff;
  border: 0;
  border: 1px solid;
  border-radius: 5px;
}

.inner-pay .form-control::placeholder {
  color: #fff !important;
}

.inner-pay textarea {
  height: 120px !important;
  margin-top: 20px;
}

.payments-meta ul {
  height: 340px;
  overflow: auto;
  list-style: inside;
}

.inner-pay p {
  height: 100px;
  overflow: auto;
}

.inner-pay h3 {
  font-size: 20px !important;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .nav-item:not(:last-child)::after {
    content: none;
  }

  .navbar-nav {
    text-align: center;
  }

  .nav-icons {
    justify-content: center;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .navbar-nav {
    margin-top: 20px;
  }

  .navbar-nav li {
    margin-top: 20px;
    border-bottom: 1px solid #fff;
    width: 100%;
  }

  .dropdown-content {
    min-width: 99%;
    overflow-y: scroll;
    height: 355px;
    overflow-x: hidden;
    backdrop-filter: blur(5px);
    background: linear-gradient(100deg, rgb(66 65 199) 0%, rgb(1 176 254 / 68%) 100%);
  }

  .navbar-collapse {
    /* background: rgb(1 0 84 / 65%); */
    backdrop-filter: blur(5px);
    background: linear-gradient(100deg, rgb(66 65 199) 0%, rgb(1 176 254 / 68%) 100%);
    transition: all 0.4s ease;
    padding: 30px;
    border-radius: 10px;
    margin-top: 10px;
  }

  .dropdown-content h4 {
    display: none;
  }

  .navbar-toggler {
    border: none;
    padding: 0;
    background: none;
    box-shadow: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }

  .banner-meta h1,
  h2.global-heading {
    font-size: 35px;
  }

  .business,
  .pos,
  .powerful,
  .mix,
  .faqs,
  .testi,
  .cta,
  .sec-2 {
    padding: 50px 0;
  }

  .btn-white,
  .btn-outline-white {
    padding: 12px 10px;
    font-size: 14px;
    border-radius: 5px;
  }

  .client .client-meta p span {
    padding: 3px;
  }

  .business-head,
  .pos .pos-head-meta {
    width: 100%;
  }

  .business img,
  .pos img {
    margin-top: 10px;
  }

  .payments-head,
  .pos-head {
    display: block !important;
  }

  .payments-head .global-buttons {
    justify-content: unset;
    margin-top: 10px;
  }

  .payments .payments-meta {
    margin-top: 10px;
  }

  .mix img {
    display: none;
  }

  .mix-1,
  .mix-2 {
    padding: 20px !important;
    margin: 10px 0;
  }

  .mix-img-2 {
    height: auto;
    margin: 30px 0;
  }

  .powerful {
    background: #e2e2e2;
  }

  .global .global-buttons {
    text-align: unset;
  }

  .global-count,
  .about-content {
    margin-top: 30px;
  }

  .global {
    padding: 60px 0 0 0;
  }

  .testi-slider-wrapper::before,
  .testi-slider-wrapper::after,
  .inner-banner img {
    display: none;
  }

  .copy {
    display: block;
    text-align: center;
    padding: 17px;
  }

  .copy ul {
    gap: 6px !important;
  }

  .inner-banner{
    padding: 120px 0 70px 0;
  }

  .inner-pay form .row{
    display: block;
  }

  .inner-pay form .row .col{
    margin-top: 20px;
  }

}