

.banner-wrapper {
  background: #191c1f;
  width: 2208px;
  min-height: 100vh;
  height: 100%;
  position: absolute;
  left: calc(50% - 1163px);
  top: 0;
  bottom: 0;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
  overflow: hidden;
}
@media (max-width: 1280px) {
  .banner-wrapper {
    min-height: 100vh;
    height: 100%;
    top: 0;
    bottom: 0;
  }
}
.pattern {
  position: absolute;
  inset: 0;
}
.logo-container {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: -68.06px;
  top: 1420.47px;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}

.secondary-logo-container {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    left: 55.7px;
    top: 5.88px;
    transform-origin: 0 0;
    transform: rotate(0deg) scale(1, 1);
  }


.logo {
  flex-shrink: 0;
  width: 78px;
  height: 24px;
  position: relative;
  overflow: visible;
}

/* .ellipse-6 {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  width: 616px;
  height: 616px;
  position: absolute;
  left: calc(50% - -730.9px);
  top: calc(50% - 965.49px);
  transform-origin: 0 0;
  transform: rotate(5deg) scale(1, 1);
  filter: blur(160px);
}
.ellipse-7 {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  width: 616px;
  height: 616px;
  position: absolute;
  left: -186.92px;
  bottom: -188.6px;
  transform-origin: 0 0;
  transform: rotate(5deg) scale(1, 1);
  filter: blur(160px);
} */
.FullContainerApi {
  display: flex;
  flex-direction: column;
  padding: 80px 30px;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 100vw;
  background: #191c1f;
  /* position: absolute;
  left: 50%;
  translate: -50% -50%;
  top: 50%; */
}

@media (max-width: 800px) {
  .FullContainerApi {
    padding: 60px 10px;
  }
}


.ContainerApi {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 80%;
  justify-content: space-between;
  align-self: center;
  flex-shrink: 0;
  position: relative;
  gap: 60px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .ContainerApi{
    flex-direction: column;
  }
}
.section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  /* width: 728px; */
  width: 50%;
  position: relative;
}
@media (max-width: 1280px) {
  .section{
    width: 100%;;
  }
}
.FreeIntegration {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  padding: 8px 16px 8px 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.material-symbols-integration-instructions-outline-rounded {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.free-integration {
  color: var(--blue-5, #31bce8);
  text-align: start;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.paymentAPIsContainer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.paymentAPIs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.build-smarter-with-fast-and-flexible-payment-ap-is {
  color: #ffffff;
  text-align: start;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs-6xl, 3.75rem);
  line-height: var(--lh-tight, 1.1);
  font-weight: 700;
  position: relative;
  align-self: stretch;
}

.simplify-your-development-process-with-our-secure-and-scalable-api-designed-for-seamless-integration-you-can-launch-and-manage-payments-in-no-time-test-in-our-free-sandbox-and-stay-in-full-control-from-your-dashboard {
  color: rgba(255, 255, 255, 0.85);
  text-align: start;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: var(--lh-relaxed, 1.625);
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
@media (max-width: 1280px) {
  .build-smarter-with-fast-and-flexible-payment-ap-is{
    font-size: var(--fs-3xl, 1.875rem);
  }
  .simplify-your-development-process-with-our-secure-and-scalable-api-designed-for-seamless-integration-you-can-launch-and-manage-payments-in-no-time-test-in-our-free-sandbox-and-stay-in-full-control-from-your-dashboard{
    font-size: var(--fs-sm, 0.875rem);
  }
}
.paymentAPIsButton {
  background: var(--blue-5, #31bce8);
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.state-layer {
  padding: 12px 8px 12px 16px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.sign-in {
  color: #191c1f;
  text-align: start;
  font-family: "poppins";
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.material-symbols-chevron-right-rounded {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.figure {
  flex-shrink: 0;
  /* width: 878px; */
  width: 50%;
  height: 787px;
  position: relative;
}
@media (max-width: 1280px) {
  .figure{
    width: 100%;
    height: 387px;
    margin-top: 20px;
  }
}
.code-display {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px 12px 0px 0px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  width: 100%;
  height: 50%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 50.05%;
  top: -0.05%;
  box-shadow: 0px 30px 60px -30px rgba(0, 0, 0, 0.3),
    0px 50px 100px -10px rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.code-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
}
.code-mask-group {
  height: auto;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 23.5px;
  top: 0px;
  overflow: visible;
}
.code-header {
  background: rgba(25, 28, 31, 0.5);
  height: 24px;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: -0.5px;
}
.code-toolbar {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 0px;
  top: 0px;
}
.code-mode {
  background: var(--blue-5, #31bce8);
  padding: 0px 8px 0px 16px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.normal {
  color: #191c1f;
  text-align: start;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.accounts-manager-py {
  color: var(--blue-5, #31bce8);
  text-align: start;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.code-status {
  padding: 0px 16px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  right: 0px;
  top: 0px;
}
._100 {
  color: rgba(255, 255, 255, 0.85);
  text-align: start;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu-icon {
  color: rgba(255, 255, 255, 0.85);
  text-align: start;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._1-1 {
  color: rgba(255, 255, 255, 0.85);
  text-align: start;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ln {
  color: rgba(255, 255, 255, 0.85);
  text-align: start;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._1 {
  color: rgba(255, 255, 255, 0.85);
  text-align: start;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.code-preview {
  background: #191c1f;
  border-radius: 0px 0px 12px 12px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  width: 100%;
  height: 50%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0.05%;
  top: 49.95%;
  box-shadow: 0px 30px 60px -30px rgba(0, 0, 0, 0.3),
    0px 50px 100px -20px rgba(25, 28, 31, 0.2);
}
.div-mask-group {
  width: 100%;
  height: 24px;
  position: absolute;
  right: 0%;
  left: 0%;
  top: 24px;
  overflow: visible;
}
.ApiCards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  width: 100%;
  position: relative;
}


.section2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  /* width: 429px; */
  width: 25%;
  position: relative;
}
@media (max-width: 1280px) {
  .ApiCards{
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .section2{
    width: 100%;
  }
}
.header {
  padding: 0px 16px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.material-symbols-account-circle {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.divApiCardsdescription {
  padding: 0px 16px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.ApiCardsdescription {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.CardsTitle {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.manage-accounts-effortlessly {
  color: #ffffff;
  text-align: start;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  flex: 1;
}
.pseudo {
  background: var(--blue-5, #31bce8);
  flex-shrink: 0;
  width: 1px;
  height: 16px;
  position: absolute;
  left: -16px;
  top: 50%;
  translate: 0 -50%;
}
.create-update-retrieve-and-remove-accounts-through-a-simple-and-secure-api {
  color: rgba(255, 255, 255, 0.85);
  text-align: start;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.paymentAPIsButton2 {
  padding: 4px 0px 4px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.sign-in2 {
  color: var(--blue-5, #31bce8);
  text-align: start;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}

.material-symbols-contacts-product {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.streamline-contact-management {
  color: #ffffff;
  text-align: start;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  flex: 1;
}
.add-modify-access-and-delete-contacts-to-keep-your-records-up-to-date {
  color: rgba(255, 255, 255, 0.85);
  text-align: start;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.paymentAPIsButton2 {
  padding: 4px 0px 4px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}

.material-symbols-payments-rounded {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.automate-and-track-payments {
  color: #ffffff;
  text-align: start;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  flex: 1;
}
.calculate-commissions-manage-aggregations-and-monitor-transactions-in-real-time {
  color: rgba(255, 255, 255, 0.85);
  text-align: start;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}

.material-symbols-description-rounded {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.simplify-invoice-handling {
  color: #ffffff;
  text-align: start;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  flex: 1;
}
.generate-track-and-update-invoices-while-ensuring-seamless-fund-transfers {
  color: rgba(255, 255, 255, 0.85);
  text-align: start;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
