@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", serif;
  line-height: 1.6;
  color: #ffffff;
  background-color: #04345c;
}


.bg-custom {
  background-color: #04345c;
}


.logo {
  height: 60px;
  width: auto;
}

.dropdown-menu {
  border: none;
}

.dropdown-item {
  color: #000;
}

.dropdown-item:hover {
  background-color: #073869;
  color: #343a40;
}

.nav-link {
  font-size: 16px;
  font-weight: bold;
}



.hero-section {
  background-color: #04345c;
  padding: 40px 0;
}

.hero-section h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.hero-section p {
  font-size: 16px;
  color: #d8d8d8;
}


.checkout {
  background-image: url(../images/checkout-section.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 140vh;
}

.checkout .text-content {
  padding: 80px 0px;
  text-align: start;
}

.checkout .text-content>h1 {
  text-align: start;
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.checkout .text-content>p {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.checkoutBtn {
 margin-top: 20px;

  font-size: 1.5rem;
  background-color: #1762A7;
  border: 0px;
}

.checkoutBtn:hover {
  background-color: #1762A7;
}

.text-content {
  padding: 20px;
}

.text-content h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.text-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.text-content p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .checkout {
    background-image: url(../images/checkout-section.jpg);
    background-size: cover;
    background-position: 30%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;

    z-index: 2;
  }

  .checkout .text-content {

    text-align: start;
  }

  .checkout .text-content>h1 {
    text-align: start;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .checkout .text-content>p {
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .checkoutBtn {



    font-size: 1rem;
    background-color: #1762A7;
    border: 0px;
  }


}

@media (max-width: 900px) {
  .checkout {
    background-image: url(../images/checkout-section.jpg);
    background-size: cover;
    background-position: 30%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;

    z-index: 2;
  }

  .checkout .text-content {

    text-align: start;
  }

  .checkout .text-content>h1 {
    text-align: start;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .checkout .text-content>p {
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .checkoutBtn {

    font-size: 1rem;
    background-color: #1762A7;
    border: 0px;
  }


}



@media (max-width: 768px) {
  .checkout {
    background-image: url(../images/checkout-section.jpg);

    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background: rgba(136, 126, 126, 0);
    z-index: 2;
  }

  .checkout .text-content {

    text-align: start;
  }

  .checkout .text-content>h1 {
    text-align: start;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .checkout .text-content>p {
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .checkoutBtn {
    position: relative;

    font-size: 1rem;
    background-color: #1762A7;
    border: 0px;
  }


}

.qr-image {
  max-width: 100%;
  height: auto;
}

.b2b-image {
  max-width: 100%;
  width: 90%;
}

.b2b-image-right {
  gap: 20px;
  max-width: 100%;
  width: 90%;
}



.split-img {
  max-width: 115%;
  height: auto;
}

.payments-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.footer {
  padding: 40px 20px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.footer-logo img {
  width: 150px;
  margin-bottom: 20px;
}

.footer-text {
  flex: 1 1 100%;
  margin-bottom: 40px;
}

.footer-text h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.footer-text p {
  font-size: 16px;
  line-height: 1.5;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.footer-column {
  flex: 1;
  min-width: 150px;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #ffcc00;
}



h1 {
  font-size: 36px;
  margin-bottom: 10px;
  text-align: center;
}

.sub-header {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  font-size: 16px;
}

.sub-header h2 {
  font-size: 18px;
  margin-bottom: 5px;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

/* .pricing-table thead th {
  text-align: left;
  padding: 0px 15px;
  color: #fff;
} */
.pricing-table tbody tr :nth-child(2) td {
  text-align: center;
  padding: 0px 15px;
  color: #fff;
}

.pricing-table tbody td {
  padding: 5px 0px;
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
}

.pricing-table tbody tr:last-child td {
  border-bottom: none !important;
}

.pricing-table img {
  width: 100px;
  height: 50px;
  padding-left: 35px !important;
  border-bottom: none !important;

}


.pricing-table td {
  font-size: 11px;
}

.td-img {
  padding-left: 15px !important;
  border-bottom: none !important;

}



.api-standard {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.api-btn {
  width: 82%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}