@import url("https://fonts.googleapis.com/css2?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&display=swap");

:root {
  --main-color: #d0fe17;
  --main-color-dark: #add800;
  --dark-color: #04425d;
  --border-color: #d1d1d1;
}

/* Global */
* {
  font-weight: 500;
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Poppins", sans-serif;
  /* background: #000; */
}

/* Structure */
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* background-image: url("./../img/bg.png") !important; */
  /* background-size: 100% 100%; */
  /* background-repeat: no-repeat; */
  /* background: linear-gradient(
    to bottom,
    #181818 0%,
    #06334f 40%,
    #348060 75%,
    #d5ed3c 100%
  ); */
  /* background: linear-gradient(
    to bottom,
    #27292d 0%,
    #27292d 30%,
    #1a4a5a 45%,
    #1a4a5a 60%,
    #1a4a5a 75%,
    #84b740 85%,
    #c8d93a 92%,
    #e8f428 100%
  ); */

  background: linear-gradient(
    to bottom,
    rgb(24, 24, 24) 0%,
    rgb(22, 27, 30) 20%,
    rgb(15, 45, 55) 50%,
    rgb(5, 62, 81) 70%,
    rgb(133, 184, 47) 90%,
    rgb(232, 244, 40) 100%
  );
}

.wrapper-container {
  flex: 1;
  width: 100%;
}

/* Structure */

.fas,
.fal,
.far,
.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

input,
button {
  outline: none !important;
  border: none;
  background: none;
}

.lines-1,
.lines-2,
.lines-3,
.lines-4,
.lines-5,
.lines-6,
.lines-7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lines-1 {
  -webkit-line-clamp: 1;
}

.lines-2 {
  -webkit-line-clamp: 2;
}

.lines-3 {
  -webkit-line-clamp: 3;
}

.lines-4 {
  -webkit-line-clamp: 4;
}

.lines-5 {
  -webkit-line-clamp: 5;
}

.lines-6 {
  -webkit-line-clamp: 6;
}

.lines-7 {
  -webkit-line-clamp: 7;
}

.max-1-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

button {
  cursor: pointer;
}

.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  cursor: pointer;
  color: #000;
}

ul {
  margin-bottom: 0;
}

.btn,
nav,
.button-default,
.swiper-pagination-bullet,
.ps-view-img,
.nlb-item-child .icon,
.btn-normal .icon,
.plc-img,
.category-card,
.icon-arrow-rotate,
.nav-dropdown-list {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.gradient-easing {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.00709) 10.47%,
    rgba(0, 0, 0, 0.02755) 19.56%,
    rgba(0, 0, 0, 0.06016) 27.58%,
    rgba(0, 0, 0, 0.1037) 34.81%,
    rgba(0, 0, 0, 0.15697) 41.57%,
    rgba(0, 0, 0, 0.21875) 48.13%,
    rgba(0, 0, 0, 0.28782) 54.79%,
    rgba(0, 0, 0, 0.36296) 61.85%,
    rgba(0, 0, 0, 0.44297) 69.61%,
    rgba(0, 0, 0, 0.52662) 78.36%,
    rgba(0, 0, 0, 0.6127) 88.39%,
    rgba(0, 0, 0, 0.7)
  );
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.width-fluid {
  width: 100%;
}

.height-fluid {
  height: 100%;
}

.white-color {
  color: #ffffff !important;
}

.black-color {
  color: #000000 !important;
}

.main-color {
  color: var(--main-color) !important; /* #ffe03d */
}

.main-color-dark {
  color: var(--main-color-dark) !important; /* #ffe03d */
}

.gray-color {
  color: #898989;
}

.form-group {
  border: 1px solid #898989;
  display: flex;
}

.form-control::placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  overflow: visible;
}

.form-control {
  display: block;
  color: #000;
  font-size: 18px;
  background: none;
  font-weight: 400;
  padding: 10px 18px;
  height: auto;
  border-radius: 0;
  border: none;
  width: 100%;
  resize: none;
}

textarea.form-control {
  min-height: 100px;
}

select.form-control {
  width: auto !important;
}

.select-group-div {
  border-right: 1px solid #898989 !important;
  padding-right: 10px;
  padding-left: 10px;
}

.form-control:hover {
  outline: none;
}

.form-control:active {
  outline: none;
}

.form-control:focus {
  outline: none;
  background: none;
  border: none;
  box-shadow: none;
}

input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-col-checkbox {
  display: flex;
  align-items: center;
  margin-top: 10px;
  cursor: pointer;
}

.fcc-title {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  display: inline-block;
  margin: 0 10px;
}

.form-col-checkbox input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #000;
}

.circle {
  border-radius: 100% !important;
}

.opacity-hover:hover {
  opacity: 0.7;
}

.opacity-hover:active {
  opacity: 0.4;
}

.title {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
}
.title-badge {
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
}
.title-badge .icon {
  font-size: 22px;
  display: inline-block;
  margin-inline-end: 2px;
  color: var(--main-color);
}

.bg-title {
  color: var(--main-color);
  font-weight: bold;
  line-height: 1;
  font-size: 50px;
}

.sm-title {
  color: var(--main-color);
  font-weight: 600;
  line-height: 1;
  font-size: 19px;
}

.text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.logo-text {
  font-weight: 900;
  font-size: 31px;
  font-family: "Poppins", sans-serif;
}

.overlay {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
}

small {
  color: #333;
  font-weight: 600;
}

.flex-center-vh {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-center-v {
  display: flex;
  align-items: center;
}

.flex-center-h {
  display: flex;
  justify-content: center;
}

.flex-between-vh {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-between-h {
  display: flex;
  justify-content: space-between;
}

/* Buttons */
.btn-primary {
  background: var(--main-color);
  color: var(--dark-color);
  height: 27px;
  min-width: 80px;
  max-width: 100%;
  padding: 1px 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: none;
  outline: none;
  box-shadow: none;
}
.btn-primary:hover {
  border: none;
  outline: none;
  box-shadow: none;
  background: var(--main-color-dark);
  color: var(--dark-color);
}
.btn-primary:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: var(--main-color-dark) !important;
  color: var(--dark-color) !important;
  opacity: 0.7;
}
.btn-primary:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn-shape {
  background: var(--main-color) !important;
  color: var(--dark-color) !important;
  height: 27px;
  min-width: 80px;
  max-width: 100%;
  padding: 1px 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: none;
  outline: none;
  box-shadow: none;
  position: relative;
}
.btn-shape:before,
.btn-shape:after {
  position: absolute;
  content: "";
  width: 28px;
  height: 4px;
  background-size: 100% 100%;
  transition: all 0.3s ease-in-out;
}
.btn-shape:before {
  background-image: url("./../img/shapes/shape-top.png");
  top: -8px;
}
.btn-shape:after {
  background-image: url("./../img/shapes/shape-bottom.png");
  bottom: -9px;
}
.btn-shape:hover:before {
  top: -11px;
}
.btn-shape:hover:after {
  bottom: -13px;
}
.btn-shape:hover {
  background: var(--main-color-dark) !important;
  color: var(--dark-color);
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn-shape:active {
  background: var(--main-color-dark);
  color: var(--dark-color);
  opacity: 0.7;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn-shape:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn-shape-white {
  background: #fff !important;
}
.btn-shape-white:hover {
  background: var(--main-color) !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn-shape-white:active {
  background: var(--main-color-dark) !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn-bg {
  border-radius: 8px;
  font-size: 17px;
  height: 33px;
  font-weight: 700;
}
.btn-shape-lg {
  height: 32px;
  min-width: 80px;
  max-width: 100%;
  padding: 1px 15px;
  font-size: 15px;
  font-weight: bold;
}
/* Buttons */

/* Form */
.form-group-control {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 11px;
}
.form-group-label {
  margin-bottom: 0;
  color: white;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.form-control-input {
  display: block;
  width: 100%;
}

.nebula-input {
  position: relative;

}

.nebula-input .input {
  width: 100%;
  padding: 15px;
  color: white;
  font-size: 16px;
  outline: none;
  border-radius: 8px;
  transition: all 0.4s ease-out;
}

.nebula-input .user-label {
  position: absolute;
  left: 15px;
  top: 15px;
  pointer-events: none;
  color: white;
  transition: all 0.4s ease-out;
  padding: 0 5px;
}

.nebula-input .input:focus {
  border-color: #d0fe17;
  box-shadow:
        0 5px 8px rgba(208, 254, 23, 0.3),
    0 10px 20px rgba(208, 254, 23, 0.2),
    0 15px 40px rgba(208, 254, 23, 0.15),
    0 20px 60px rgba(208, 254, 23, 0.1);
}

.nebula-input .input:focus ~ .user-label,
.nebula-input .input:valid ~ .user-label {
  transform: translateY(-25px);
  font-size: 12px;
  color: #d0fe17;
  left: 10px;
}

.nebula-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  top: 50%;
  left: 10px;
  filter: blur(0.8px);
  mix-blend-mode: screen;
  transition: opacity 0.3s ease;
}

.nebula-input .input:focus ~ .nebula-particle {
  animation: nebula-float 2s forwards ease-out;
}

@keyframes nebula-float {
  0% {
    transform: translate(0, -50%) scale(0.8);
    opacity: 0;
    background: #d0fe17;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    transform: translate(calc(var(--x) * 140px), calc(var(--y) * 35px))
      scale(1.1);
    opacity: 0;
    background: #6df2ff;
  }
}

/* Form */

/* Navbar */
.navbar {
  background-color: #12252d;
  padding-block: 15px;
  padding-inline: 0;
  height: 62px;
}
.navbar-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo img {
  width: 150px;
}
.navbar-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.nav-item-link {
  color: #fff !important;
}
.nav-item-link:hover,
.nav-item-link.active {
  color: var(--main-color) !important;
}
.nav-item-link:active {
  color: var(--main-color) !important;
  opacity: 0.7 !important;
}
.navbar-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
/* Navbar */

/* Home */
.home-header-block {
  display: flex;
  /* grid-template-columns: 1fr 1fr; */
  gap: 30px;
  min-height: 640px;
  height: calc(100vh - 62px);
  max-height: 641.6px;
}
.home-header-block > div {
  width: 50%;
}
.header-details-title {
  color: #fff;
  font-weight: 600;
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.header-details-text {
  margin-bottom: 20px;
}
.header-details-title .special-word {
  color: var(--main-color);
  font-weight: bold;
}
.header-details-title .italic-word {
  color: var(--main-color);
  font-style: italic;
}
.home-header-view {
  display: flex;
  /* grid-template-columns: 1fr 1fr; */
  gap: 10px;
  position: relative;
  width: 100%;
}
.header-view-img {
  width: 50%;
  max-width: 500px;
}
.home-logo-badge {
  position: absolute;
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-header-left,
.home-header-right {
  display: flex;
  align-items: center;
}
.header-view-img:first-of-type {
  padding-bottom: 50px;
}
.header-view-img:nth-of-type(2) {
  padding-top: 50px;
}
/* Home */

/* Home Marquee */
.marquee-slider-wrapper {
  background: var(--main-color);
}
.partner-marquee-slide {
  width: 120px;
}
.partner-marquee-slide img {
  height: 55px;
}
/* Home Marquee */

/* Home Payment */
.home-payment {
  padding-block: 100px;
}
.home-payment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.payment-title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.payment-title .special-word {
  color: var(--main-color);
  font-weight: bold;
}
.payment-details {
  padding-top: 40px;
  padding-inline-start: 30px;
}
.payment-item {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.payment-item-view {
  width: 30px;
  padding-top: 3px;
}
.payment-item-view .icon {
  font-size: 21px;
  color: var(--main-color);
}
.payment-item-title {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 500;
}
.payment-item-text {
  font-size: 14px;
}
.payment-view {
  position: relative;
}
.payment-view .circle-badge-logo {
  top: 10px;
  left: auto;
  right: auto;
  inset-inline-end: 10px;
  transform: translate(0, 0) scale(0.6);
}
.payment-view-img {
  position: relative;
  width: 60%;
  cursor: pointer;
  transition: all 0.5s ease;
}
.payment-view-img img {
  aspect-ratio: 1.5;
  border-radius: 34px;
}
.payment-view-img img:hover {
  z-index: 20 !important;
}
.payment-view-img:first-of-type {
  z-index: 10;
  margin-inline-start: 40px;
}
.payment-view-img:nth-of-type(2) {
  margin-inline-start: auto;
  margin-top: -70px;
  z-index: 10;
}
.payment-view-img:nth-of-type(3) {
  z-index: 12;
  margin-top: -100px;
}
.payment-view-details {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
.payment-view-title {
  color: var(--main-color);
  font-size: 17px;
  padding: 15px 35px;
}
/* Home Payment */

/* Home Benefits */
.home-benefits {
  margin-bottom: 40px;
}
.benefits-header {
  margin-bottom: 55px;
}
.benefits-header-title {
  color: var(--main-color);
}
.benefits-header-sub-title .special-word {
  background: var(--main-color);
  color: var(--dark-color);
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 10px;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.benefit-card {
  position: relative;
}
.benefit-card-view img {
  width: 100%;
  aspect-ratio: 0.7;
  object-fit: cover;
  border-radius: 36px;
}
.benefit-card-title {
  position: absolute;
  top: 0;
  padding: 18px 20px;
  color: var(--main-color);
  font-weight: 600;
  font-size: 17px;
}
/* Home Benefits */

/* Home Categories */
.home-categories {
  margin-bottom: 100px;
}
.categories-header {
  margin-bottom: 40px;
}
.categories-header-sub-title .special-word {
  color: var(--main-color);
  font-weight: 600;
}
.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.category-card {
  background: var(--main-color);
  border-radius: 30px;
  padding: 10px;
}
.category-card:hover .category-card-view img {
  transform: scale(1.1);
}
.category-card-view {
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
}
.category-card-view img {
  width: 100%;
  aspect-ratio: 2;
  object-fit: cover;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.category-card-details {
  padding-top: 10px;
  padding-inline-start: 10px;
}
.category-card-title {
  font-size: 15px;
  color: var(--dark-color);
  margin-bottom: 7px;
}
.category-list-item {
  display: flex;
  margin-bottom: 5px;
}
.category-icon {
  width: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 2px;
  margin-inline-end: 3px;
}
.category-icon .icon {
  color: var(--dark-color);
  font-size: 16px;
}
.category-item-title {
  color: var(--dark-color);
  font-weight: 600;
  font-size: 15px;
}
/* Home Categories */

/* Integrations / Partners */
.home-integrations {
  margin-bottom: 30px;
}
.integrations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.integrations-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.int-team-title {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 5px;
}
.int-team-text {
  color: #fff;
  font-weight: 500;
  margin-top: 5px;
}
.stats-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.stat-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}
.stat-title .special-word {
  font-size: 25px;
  font-weight: bold;
}
.stat-sub-title {
  font-size: 15px;
  color: #fff;
  line-height: 1;
}
.stat-sub-title .special-word {
  font-size: 25px;
  font-weight: bold;
  display: block;
}
.integrations-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.integrations-title .icon {
  font-size: 17px;
}
.integrations-partners-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
}
.integration-card-img {
  width: 100%;
  aspect-ratio: 1;
}
/* Integrations / Partners */

/* Contact */
.home-contact {
  padding-block: 50px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}
.contact-title {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.contact-title .special-word {
  color: var(--main-color);
  font-weight: 600;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 7px;
  width: inherit;
  height: inherit;
  background: rgba(255,255,255,.05);
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
  backdrop-filter: blur(10px);
  border-radius: 8px;
}
.contact-form-grid .form-group-control,
.form-group-action {
  grid-column: span 12;
}
.contact-form-grid .contact-item-half {
  grid-column: span 6;
}
.contact-form-grid .country-item-half {
  grid-column: span 12;
}
.form-group-action {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
/* Contact */

/* Circle Badge */
.circle-badge-logo {
  position: absolute;
  width: 150px;
  height: 150px;
  background: var(--main-color);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.circle-badge-logo textPath {
  fill: var(--dark-color);
  font-family: Arial, sans-serif;
  letter-spacing: 1px;
}

.circle-badge-logo .logo-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.circle-badge-logo svg .logo-center {
  z-index: 10;
}

.circle-badge-logo svg text {
  animation: rotateText 8s linear infinite;
  transform-origin: 50% 50%;
}
.circle-badge-logo .logo-center .icon {
  font-size: 40px;
  color: var(--dark-color);
}

@keyframes rotateText {
  100% {
    transform: rotate(360deg);
  }
}
/* Circle Badge */

/* Features */
.home-features {
  padding-block: 20px 60px;
}
.home-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.feature-support-title {
  font-weight: 600;
  font-size: 55px;
  color: var(--main-color);
  line-height: 1.2;
}
.feature-support-text {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}
.feature-live-title {
  color: var(--main-color);
  font-size: 32px;
  font-weight: 600;
}
.feature-live-text {
  color: #fff;
  font-weight: 400;
  font-size: 19px;
}
.feature-secure,
.feature-pci {
  display: flex;
  align-items: center;
}
.feature-secure-icon {
  margin-inline-end: 13px;
}
.feature-secure-icon .icon {
  color: #fff;
  font-size: 35px;
}
.feature-secure-title,
.feature-pci-title {
  color: var(--main-color);
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}
.feature-scan {
  padding-block: 30px 10px;
}
.feature-scan-title {
  font-size: 23px !important;
}
.feature-scan-title .special-word {
  background: var(--main-color);
  color: var(--dark-color);
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 7px;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
}
/* Features */

/* Footer */
footer {
  padding-block: 20px 10px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.9fr 0.9fr;
  gap: 20px;
}
.footer-logo-img {
  width: 170px;
}
.footer-title {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.footer-title,
.footer-logo {
  margin-bottom: 25px;
}
.footer-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.footer-contact-icon {
  width: 30px;
  min-width: 30px;
  margin-inline-end: 5px;
}
.footer-contact-icon .icon {
  color: #fff;
  font-size: 19px;
}
.footer-contact-title {
  color: #fff !important;
  font-weight: 400;
}
.footer-item {
  margin-bottom: 8px;
}
.footer-item-link {
  color: #fff !important;
  font-weight: 400;
}
.footer-item-link:hover,
.footer-contact-title:hover {
  color: var(--dark-color) !important;
}
.footer-item-link:active,
.footer-contact-title:active {
  color: var(--dark-color) !important;
  opacity: 0.7;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 30px;
}
.footer-text {
  color: var(--dark-color);
  font-weight: 400;
  font-size: 14px;
}
.footer-socialmedia {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-social-item .icon {
  color: var(--dark-color);
  font-size: 18px;
}

/* Footer */

/* RESPONSIVE */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {
  /* Global */
  .text {
    font-size: 14px;
  }
  .btn-bg {
    font-size: 15px;
    height: 30px;
  }
  .title-badge {
    font-size: 20px;
  }
  .title-badge .icon {
    font-size: 17px;
  }
  .btn-shape:not(.btn-shape-lg) {
    padding: 1px 10px;
    font-size: 10px;
  }
  .btn-primary:not(.btn-bg) {
    min-width: 75px;
    padding: 1px 10px;
    font-size: 11px;
  }
  /* Global */

  /* Navbar */
  .navbar-links {
    display: none;
  }
  .nav-logo img {
    width: 130px;
  }
  /* Navbar */

  /* Home */
  .home-header-block {
    flex-wrap: wrap;
    min-height: auto;
    height: auto;
    max-height: 100%;
  }
  .home-header-block > div {
    width: 100%;
  }
  .home-header-left {
    order: 2;
  }
  .home-header {
    padding-block: 40px 50px;
  }
  .home-header-right .circle-badge-logo {
    transform: translate(-50%, -50%) scale(0.7);
  }
  .header-details-title {
    font-size: 29px;
  }
  .header-details-text br {
    display: none;
  }
  .partner-marquee-slide {
    width: 90px;
  }
  .partner-marquee-slide img {
    height: 48px;
  }
  /* Home */

  /* Payment */
  .home-payment {
    padding-block: 60px;
  }
  .home-payment-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .payment-view-img:first-of-type {
    margin-inline-start: 20px;
  }
  .payment-view-img:nth-of-type(2) {
    margin-top: -45px;
  }
  .payment-view-img:nth-of-type(3) {
    margin-top: -56px;
  }
  .payment-view .circle-badge-logo {
    top: -33px;
    inset-inline-end: -20px;
    transform: translate(0, 0) scale(0.5);
  }
  .payment-title {
    font-size: 21px;
    line-height: 1.4;
  }
  .payment-view-title {
    font-size: 13px;
    padding: 8px 18px;
  }
  .payment-details {
    padding-top: 30px;
    padding-inline-start: 0;
  }
  .payment-item-view .icon {
    font-size: 18px;
  }
  .payment-item {
    gap: 10px;
    margin-bottom: 23px;
  }
  .payment-item-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .benefits-header-sub-title {
    font-size: 18px;
    line-height: 1.5;
  }
  .benefits-header-sub-title .special-word {
    font-size: 15px;
    padding: 4px 9px;
  }
  /* Payment */

  /* Benefits */
  .benefits-header {
    margin-bottom: 30px;
  }
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .benefit-card-title {
    padding: 14px 14px;
    font-size: 15px;
  }
  .benefits-action {
    padding-top: 27px !important;
  }
  /* Benefits */

  /* Categories */
  .home-categories {
    margin-bottom: 70px;
  }
  .categories-header-sub-title {
    font-size: 20px;
  }
  .categories-header {
    margin-bottom: 25px;
  }
  .categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .category-card {
    border-radius: 36px;
    padding: 6px;
    border-end-start-radius: 15px;
    border-end-end-radius: 15px;
  }
  .category-card-title {
    font-size: 12px;
  }
  .category-icon {
    width: 20px;
  }
  .category-item-title {
    font-size: 12px;
  }
  /* Categories */

  /* Ingredients/Partners */
  .integrations-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .int-team-view {
    width: 80%;
    margin: auto;
  }
  .integrations-stats {
    order: 3;
  }
  .stats-block {
    align-items: unset;
    justify-content: unset;
  }
  .stats-block > div {
    display: flex;
    align-items: flex-end;
  }
  .stat-title {
    margin-bottom: 0;
    line-height: 1;
    margin-inline-end: 17px;
  }
  /* Ingredients/Partners */

  /* Contact Us */
  .contact-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .contact-title {
    font-size: 23px;
    margin-bottom: 7px;
  }
  /* Contact Us */

  /* Features */
  .home-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .feature-support-title {
    font-size: 40px;
  }
  .feature-live-title {
    font-size: 27px;
  }
  .feature-live-text {
    font-size: 17px;
  }
  .feature-secure-icon .icon {
    font-size: 22px;
  }
  .feature-secure-title,
  .feature-pci-title {
    font-size: 19px;
  }
  /* Features */

  /* Footer */
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-title,
  .footer-logo {
    margin-bottom: 10px;
  }
  .footer-logo-img {
    width: 150px;
  }
  .footer-title {
    font-size: 21px;
  }
  .footer-bottom {
    display: block;
    text-align: center;
    padding-block: 20px;
  }
  .footer-socialmedia {
    justify-content: center;
    padding-top: 10px;
  }
  /* Footer */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .integrations-partners-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Global */
  .text {
    font-size: 14px;
  }
  .title-badge {
    font-size: 25px;
  }
  .title-badge .icon {
    font-size: 21px;
  }
  .title {
    font-size: 25px;
  }
  /* Global */

  /* Navbar */
  .navbar-links {
    display: none;
  }
  /* Navbar */

  /* Homepage */
  .home-header-block {
    min-height: 500px;
    height: auto;
    max-height: 641.6px;
  }
  .header-details-title {
    font-size: 27px;
  }
  .home-header-right .circle-badge-logo {
    transform: translate(-50%, -50%) scale(0.7);
  }
  .header-details-text br {
    display: none;
    content: "";
  }
  /* Homepage */

  /* Partners */
  .partner-marquee-slide {
    width: 110px;
  }
  /* Partners */

  /* Payment */
  .home-payment {
    padding-block: 80px 50px;
  }
  .home-payment-grid {
    gap: 20px;
  }
  .payment-title {
    font-size: 25px;
  }
  .payment-view-img {
    width: 67%;
  }
  .payment-view-img:first-of-type {
    margin-inline-start: 20px;
  }
  .payment-view-title {
    font-size: 14px;
    padding: 9px 15px;
  }
  .payment-view .circle-badge-logo {
    top: -38px;
    inset-inline-end: -38px;
    transform: translate(0, 0) scale(0.4);
  }
  .payment-details {
    padding-top: 28px;
    padding-inline-start: 10px;
  }
  .payment-item {
    gap: 10px;
  }
  .payment-item-title {
    font-size: 19px;
    margin-bottom: 7px;
  }
  .payment-item-view .icon {
    font-size: 19px;
  }
  /* Payment */

  /* Benefits */
  .benefits-header-sub-title .special-word {
    font-size: 19px;
    padding: 5px 9px;
  }
  .benefits-header {
    margin-bottom: 30px;
  }
  .benefit-card-title {
    padding: 13px 15px;
    font-size: 13px;
  }
  .benefits-grid {
    gap: 10px;
  }
  /* Benefits */

  /* Categories */
  .categories-header {
    margin-bottom: 30px;
  }
  .category-card-title {
    font-size: 14px;
  }
  .category-icon {
    width: 20px;
  }
  .category-item-title {
    font-size: 14px;
  }
  .categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .category-card-view img {
    aspect-ratio: 1.5;
  }
  /* Categories */

  /* Integrations */
  .integrations-grid {
    grid-template-columns: 1fr 0.8fr 1.2fr;
    gap: 15px;
  }
  .integrations-title {
    font-size: 16px;
  }
  .integrations-title .icon {
    font-size: 16px;
  }
  /* Integrations */

  /* Features */
  .feature-support-title {
    font-size: 45px;
  }
  .feature-live-title {
    font-size: 28px;
  }
  .feature-secure-icon .icon {
    font-size: 25px;
  }
  .feature-secure-title,
  .feature-pci-title {
    font-size: 20px;
  }
  /* Features */

  /* Footer */
  .footer-logo-img {
    width: 150px;
  }
  .footer-title,
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-title {
    font-size: 22px;
  }
  /* Footer */
}

@media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Homepage */
  .header-details-title {
    font-size: 38px;
  }
  .payment-view .circle-badge-logo {
    top: -24px;
    inset-inline-end: -5px;
  }
  /* Homepage */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

@media (min-width: 1400px) {
}

/* RESPONSIVE */

/* Animatied Button */
.super-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 28px;
  background: #12252d (18, 37, 45);

  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  z-index: 1;
}

.super-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    rgb(24, 24, 24) 0%,
    rgb(22, 27, 30) 20%,
    rgb(15, 45, 55) 50%,
    rgb(5, 62, 81) 70%,
    rgb(133, 184, 47) 90%,
    rgb(232, 244, 40) 100%
  );
  animation: rotate 4s linear infinite;
  z-index: -2;
}

.super-button::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: rgb(18, 37, 45);;
  border-radius: inherit;
  z-index: -1;
}

.super-button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 40px rgba(0, 255, 255, 0.2);
}

.super-button:hover .arrow {
  transform: translateX(6px);
}

.arrow {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease-in-out;
  color: var(--main-color);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* End Animatied Button */

/* Form */


.card {
  width: 100%;
  height: 100%;
  margin-top: 200px;
  transition: all 0.2s;
  position: relative;
  cursor: pointer;
}

.card-inner {
  width: inherit;
  height: inherit;
  background: rgba(255,255,255,.05);
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
  backdrop-filter: blur(10px);
  border-radius: 8px;
}

.card:hover {
  transform: scale(1.09);
}

.circle {
  width: 350px;
  height: 70px;
  background: radial-gradient(#b0e633, #53ef7d);
  border-radius: 8px;
  position: absolute;
  animation: move-up6 2s ease-in infinite alternate-reverse;
}


.circle:nth-child(1) {
  top: -3px;
  /* left: 220px; */
}

.circle:nth-child(2) {
  bottom: -10px;
  /* right: 220px; */
  animation-name: move-down1;
}


@keyframes move-up6 {
  to {
    transform: translateY(-10px);
  }
}

@keyframes move-down1 {
  to {
    transform: translateY(10px);
  }
}

@media (max-width:400px) {
    .login {
        width: 90%;
    }
}
.login {
    position: relative;
    width: 350px;
    padding: 30px;
    height: fit-content;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    z-index: 10;
    backdrop-filter: blur(25px);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2),
    -10px -10px 40px rgba(0, 0, 0, 0.2);
}
.login h1 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
}

.login form {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

.login form .input-box {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    display: flex;
}

.login form .input-box input {
    width: 100%;
    border: none;
    padding: 1rem 2.7rem 1rem 1rem;
    border-radius: 10px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.login form .input-box input::placeholder {
    color: #fff;
    font-size: 0.8rem;
    transition: 0.5s ease;
}

.login form .input-box input:focus::placeholder {
    opacity: 0;
}

.login form .input-box input:focus {
    outline: none;
}

.login form .input-box i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.2rem;
}

.login form .rembar {
    margin-bottom: 30px;
    width: 100%;
}

.login form .rembar input {
    appearance: none;
}

.login form .rembar label {
    color: #fff;
    position: relative;
    width: 100%;
    padding-left: 35px;
    font-size: 0.9rem;
}

.login form .rembar label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
}

.login form .rembar label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.5 ease;
    opacity: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.login form .rembar input:checked + label::after {
    opacity: 1;
}

.login form button {
    width: 100%;
    border: none;
    padding: 1rem 1rem 1rem 2.7rem;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 30px;
    background-color: #161623;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: 0.5s ease;
    cursor: pointer;
    font-weight: 600;
}

.login form button:hover {
    background-color: #111;
}

.login form .links {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.login form .links a {
    color: #fff;
    font-weight: 100;
    font-size: 0.7rem;
}
/* End Form */