@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --font-heading: "Inter", sans-serif;
  --heading-color: #002338;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: "Inter", sans-serif;
}
h1 {
  /*font-size: 64px;
  font-weight: 600;*/
  font-size: 58px;
  font-weight: 600;
}
h2,
.titlefont {
  font-size: 46px;
  font-weight: 600;
  line-height: 54px;
  font-family: "Inter", sans-serif;
  color: var(--heading-color);
  text-transform: none;
}
h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: none;
}
h4 {
  font-size: 20px;
}
p {
  font-family: "Inter", sans-serif;
}
.main-btn {
  font-family: "Inter", sans-serif;
}
.homebody {
  font-family: "Inter", sans-serif;
}
.homebody header {
  top: 20px;
  left: 0;
  padding: 20px 40px 0;
  box-shadow: none !important;
  transition: all 0.1s ease-in-out;
}
.homebody .navbar {
  background-color: #fff;
  border: 1px solid #eeeff0;
  border-radius: 14px;
  padding: 12px 0;
  transition: all 0.1s ease-in-out;
  max-width: 1320px;
  margin: 0 auto;
}
.homebody #navigation_bar.nav-down {
  background-color: transparent;
  top: 0;
  padding: 0;
  transition: all 0.1s ease-in-out;
}
.homebody #navigation_bar.nav-up .navbar {
  border-radius: 0;
  max-width: inherit;
}
.homebody #navigation_bar.nav-down .navbar {
  border-radius: 0;
  max-width: inherit;
}
.homebody #navigation_bar.nav-scrolltop {
  background-color: transparent;
  top: 20px;
  padding: 20px 40px 0;
  transition: all 0.1s ease-in-out;
}
.homebody #navigation_bar.nav-scrolltop .navbar {
  border-radius: 14px;
  max-width: 1320px;
}
.homebody #navigation_bar .dropdown-menu-1 {
  top: 140% !important;
}
.homebody #navigation_bar .dropdown-menu-2 {
  top: 140% !important;
}
.homebody #navigation_bar a.navbar-brand .whitelogo,
.homebody #navigation_bar.nav-scrolltop a.navbar-brand .whitelogo {
  display: none;
}

.homepagewrap {
  font-size: 17px;
}
.herowrap {
  position: relative;
}
.herohome {
  background-image: url("../images/home/herobg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
}
.herowrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.herotop {
  text-align: center;
  padding-bottom: 30px;
}
.herobott {
}
.coins1 {
  display: block;
  width: 7%;
  height: 43%;
  position: absolute;
  top: 24%;
  right: 0;
}
.coins2 {
  display: block;
  width: 7%;
  height: 36%;
  position: absolute;
  top: 58%;
  left: 0;
}
.heronavwrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 14px 15px;
  margin: 40px 0 0;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #ebeffb;
  box-shadow: 0px 4px 10px 1px #ededed;
}
.heronavwrap .title {
  font-weight: 600;
  white-space: nowrap;
  padding-right: 18px;
}
.heronavwrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  font-size: 14px;
}
.heronavwrap ul li {
  font-weight: 600;
  white-space: nowrap;
}
.heronavwrap .heronavli,
.heronavwrap a {
  display: flex;
  padding: 3px 8px;
  border: 1px solid #aacde2;
  border-radius: 8px;
  color: var(--primary) !important;
  font-weight: 500;
  white-space: nowrap;
  gap: 4px;
}
.heronavwrap a:hover,
.heronavwrap a:active,
.heronavwrap a.active,
.heronavwrap a.active:hover {
  color: var(--theme-light) !important;
  border: 1px solid #aacde2;
}
.heronavwrap .heronavli svg {
  fill: var(--primary);
}
.heronavwrap .heronavli i {
  margin-top: -3px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.scene {
  position: relative;
  /*width: min(92vw, 900px);*/
  max-width: 900px;
  aspect-ratio: 908 / 266;
  margin: auto;
  overflow: hidden;
}

/* =========================================================
   SVG CONNECTIONS
========================================================= */

.connections {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  overflow: visible;

  z-index: 1;
}

.line {
  fill: none;
  stroke: #c1daf7;
  stroke-width: 1.2;
  stroke-linecap: round;
  opacity: 0;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.line-1 {
  animation: drawLine 1s ease forwards 1.1s;
}

.line-2 {
  stroke: #fbdeb4;
  animation: drawLine 1s ease forwards 1.5s;
}

.line-3 {
  stroke: #fbdeb4;
  animation: drawLine 1s ease forwards 1.9s;
}

.line-4 {
  animation: drawLine 1s ease forwards 2.3s;
}

/* Main horizontal line */

.horizontal {
  stroke: #c1daf7;
  stroke-width: 1;
  opacity: 0;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: drawHorizontal 1.5s ease forwards 0.6s;
}

/* =========================================================
   CENTER LOGO
========================================================= */

.center-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 21%;
  height: 70%;
  transform: translate(-50%, -50%) scale(0.3);
  z-index: 5;
  opacity: 0;
  animation: logoIn 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

/* outer circles */

.logo-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(193, 218, 247, 1);
}
.ring-outer {
  width: 100%;
  height: 100%;
  background: #f3f7ff;
}
.ring-inner {
  width: 75%;
  height: 76%;
  background: #ecf3f7;
  border: 0px;
}
/* white circular container */
.logo-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68%;
  height: 69%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #dcedf7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-circle span {
  display: block;
  width: 88%;
  height: 88%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #0ca4ff, #0068b8 70%);
  color: white;
  font-size: 58px;
  line-height: 74px;
  font-weight: 500;
  text-align: center;
  box-shadow: inset 0 -8px 12px rgba(0, 0, 0, 0.15);
  padding: 8%;
}

.logo-circle span svg {
  max-height: 70%;
}

/* =========================================================
   ALL IN ONE
========================================================= */

.all-in-one {
  position: absolute;
  left: 50%;
  top: 14%;
  width: 10%;
  transform: translateX(-50%) translateY(-20px);
  padding: 3px 6px;
  background: white;
  border-radius: 18px;
  font-size: 12px;
  color: #111;
  white-space: nowrap;
  z-index: 7;
  opacity: 0;
  border: 1px solid rgba(193, 218, 247, 1);
  animation: labelIn 0.5s ease forwards 1s;
}
.check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24%;
  height: 24%;
  margin-right: 1px;
  background: #159d42;
  color: white;
  border-radius: 50%;
}

/* =========================================================
   PRODUCTS
========================================================= */

.product {
  position: absolute;
  z-index: 4;
  opacity: 0;
  transform: scale(0.7);
  filter: blur(4px);
}

.product-image,
.qr-card {
  /* position: relative;
  overflow: hidden;
  border-radius: 10px;*/
}

/* Each product gets a different entrance */

.product-robot {
  width: 8.8%;
  height: 35%;
  left: 20.3%;
  top: 0;
  animation: productIn 0.65s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 1.7s;
}

.product-phone {
  width: 14%;
  height: 29%;
  right: 17%;
  top: 2%;
  animation: productIn 0.65s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 2s;
}

.product-monitor {
  width: 14%;
  height: 42%;
  left: 0;
  top: 30%;
  animation: productIn 0.65s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 2.4s;
}

.product-mobile {
  width: 12%;
  height: 38%;
  left: 17%;
  bottom: 3%;
  animation: productIn 0.65s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 2.9s;
}

.product-pos {
  width: 9%;
  height: 37.5%;
  right: 17%;
  bottom: 3%;
  animation: productIn 0.65s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 3.3s;
}

.product-qr {
  width: 11.5%;
  height: 34%;
  right: 0;
  top: 33%;
  animation: productIn 0.65s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 3.6s;
}

/* =========================================================
   ROBOT
========================================================= */

.robot {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e5f0ff;
  padding: 3px;
}

.robot-head {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.robot-head img {
  max-height: 62%;
}

.robot-eye {
  position: relative;

  display: inline-block;

  width: 6px;
  height: 6px;

  margin: 14px 3px 0;

  border-radius: 50%;

  background: #48d5ff;

  box-shadow: 0 0 8px #48d5ff;
}

/* =========================================================
   PHONE
========================================================= */

.phone {
  width: 100%;
  height: 100%;
  padding: 3px;
  background: #feeddd;
}

.phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 2px;
  background: #f5faff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone-screen img {
  max-height: 91%;
}
.phone-screen div {
  height: 4px;
  margin-bottom: 6px;
  background: #5998d4;
  border-radius: 4px;
}

/* =========================================================
   MONITOR
========================================================= */

.monitor {
  width: 100%;
  height: 100%;
  padding: 3px;
  background-color: #deecff;
  border-radius: 6px;
}

.monitor-screen {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 2px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.monitor-screen img {
  max-height: 88%;
}

.monitor-stand {
  position: absolute;
  width: 30px;
  height: 32px;
  left: 47px;
  top: 68px;
  border-bottom: 8px solid #333;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.chart {
  position: absolute;
  height: 3px;
  background: #238be3;
  transform: rotate(-8deg);
}

.chart-1 {
  width: 35px;

  left: 12px;
  top: 28px;
}

.chart-2 {
  width: 23px;

  left: 40px;
  top: 20px;

  background: #46bd72;
}

.chart-3 {
  width: 35px;
  left: 28px;
  top: 42px;
  background: #f1a327;
}

/* =========================================================
   MOBILE
========================================================= */

.mobile {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
.mobile-border {
  width: 100%;
  height: 75%;
  padding: 3px;
  border-radius: 7px;
  background-color: #feeddd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mobile-box {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 8px;
  background: #fff;
}
.mobile-screen {
  width: 80%;
  height: 98%;
  border-radius: 4px;
  padding: 3px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.mobile-screen span {
  display: block;

  margin-top: 8px;
}

.mobile-screen strong {
  display: block;

  margin-top: 2px;
}

.mobile-buttons {
  display: flex;

  gap: 4px;

  margin-top: 9px;

  justify-content: center;
}

.mobile-buttons i {
  width: 17px;
  height: 13px;

  border-radius: 3px;

  background: rgba(255, 255, 255, 0.8);
}

.coin {
  width: 20px;
  height: 20px;

  margin: 8px auto 0;

  border-radius: 50%;

  background: #ffd44a;

  box-shadow: 0 0 10px rgba(255, 215, 50, 0.7);
}

/* =========================================================
   POS DEVICE
========================================================= */

.pos {
  width: 100%;
  height: 100%;
  padding: 3px;
  border-radius: 10px;
  background: #dbebfd;
}
.pos-screen {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #fff;
  padding: 2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pos-screen img {
  max-height: 90%;
}

.qr {
  width: 38px;
  height: 38px;

  margin: 4px auto;

  background: repeating-linear-gradient(45deg, #111 0 3px, #fff 3px 6px);
}

.pos-screen span {
  font-size: 7px;

  color: #333;
}

/* =========================================================
   QR CARD
========================================================= */

.qr-card {
  width: 100%;
  height: 100%;
  padding: 3px;
  text-align: center;
  background-color: #deecff;
  border-radius: 6px;
}

.qr-pattern {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 2px;
  background: #f5faff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr-pattern img {
  max-height: 91%;
}

.qr-pattern span {
  background: #111;
}

.qr-pattern span:nth-child(2),
.qr-pattern span:nth-child(4) {
  background: white;
}

.qr-card strong {
  font-size: 8px;

  color: #333;
}

/* =========================================================
   BADGES
========================================================= */

.badge {
  position: absolute;
  z-index: 8;
  /*width: 32px;
  height: 32px;*/
  width: 4%;
  height: 13.5%;
  border-radius: 50%;
  background: white;
  border: 1px solid rgba(193, 218, 247, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0075bd;
  opacity: 0;
  transform: scale(0.3);
  padding: 0;
}
.badge-security {
  left: 41%;
  top: 69%;
  animation: badgeIn 0.5s ease forwards 3s;
}
.badge-box {
  left: 55%;
  top: 69%;
  animation: badgeIn 0.5s ease forwards 3.7s;
}

/* =========================================================
   PARTICLES
========================================================= */

.particle {
  fill: #08a5ff;
  opacity: 0;
}
.p1 {
  offset-path: path("M454 133 C420 133 390 120 350 75 C330 53 310 47 292 47");
  animation: particleMove 2s linear infinite 2s;
}
.p2 {
  fill: #fcab4d;
  offset-path: path("M454 133 C500 133 535 115 575 75 C600 50 610 47 628 47");
  animation: particleMove 2s linear infinite 2.5s;
}
.p3 {
  fill: #fcab4d;
  offset-path: path(
    "M454 133 C420 133 390 143 350 180 C330 195 305 202 292 202"
  );
  animation: particleMove 2s linear infinite 3s;
}
.p4 {
  offset-path: path(
    "M454 133 C500 133 535 145 575 180 C600 198 610 202 628 202"
  );
  animation: particleMove 2s linear infinite 3.5s;
}

/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes logoIn {
  0% {
    opacity: 0;

    transform: translate(-50%, -50%) scale(0.2);
  }

  60% {
    opacity: 1;

    transform: translate(-50%, -50%) scale(1.08);
  }

  100% {
    opacity: 1;

    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes drawLine {
  0% {
    opacity: 0;

    stroke-dashoffset: 1000;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;

    stroke-dashoffset: 0;
  }
}

@keyframes drawHorizontal {
  0% {
    opacity: 0;

    stroke-dashoffset: 1200;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;

    stroke-dashoffset: 0;
  }
}

@keyframes productIn {
  0% {
    opacity: 0;

    transform: scale(0.65) translateY(12px);

    filter: blur(5px);
  }

  70% {
    opacity: 1;

    transform: scale(1.05) translateY(-2px);

    filter: blur(0);
  }

  100% {
    opacity: 1;

    transform: scale(1) translateY(0);

    filter: blur(0);
  }
}

@keyframes labelIn {
  0% {
    opacity: 0;

    transform: translateX(-50%) translateY(-20px);
  }

  100% {
    opacity: 1;

    transform: translateX(-50%) translateY(0);
  }
}

@keyframes badgeIn {
  0% {
    opacity: 0;

    transform: scale(0.3);
  }

  70% {
    opacity: 1;

    transform: scale(1.15);
  }

  100% {
    opacity: 1;

    transform: scale(1);
  }
}

@keyframes particleMove {
  0% {
    opacity: 0;

    offset-distance: 0%;
  }

  10% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  100% {
    opacity: 0;

    offset-distance: 100%;
  }
}

.everyBusiness {
  padding: 60px 0 0;
}
.everyBusiness .swiperslidebox {
  max-width: 390px;
  padding: 30px 0 0;
  margin: 0 auto;
  text-align: left;
}
.everyBusiness .swiper-slide .slideimg {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 15px;
}
.everyBusiness .swiper-slide .slideimg img {
  transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.everyBusiness .swiper-slide .slideimg:hover img {
  transform: scale(1.1);
}
.everyBusiness .swiper-slide .tag {
  display: inline-block;
  background-color: #eaecf0;
  color: #242f3e;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0 0 10px;
  border-radius: 20px;
}
.everyBusiness .swiper-slide p {
  font-size: 17px;
  line-height: 28px;
}
.everyBusiness .swiper-slide .link {
  color: var(--primary);
  text-decoration: none;
}
.everyBusiness .swiper-slide .link:after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../images/home/linkarrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.everyBusiness .swiper-slide .link:hover {
  opacity: 0.9;
}
.everyBusinesSwiper {
  padding-left: 20px;
}
/*.bussonline-slider {
  padding-left: 19px;
}*/

.everypayment {
  padding: 60px 0 0;
  position: relative;
}
.everypayment:before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/logo.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 300px;
  opacity: 0.04;
}
.everypayment .container {
  position: relative;
  z-index: 3;
}
.epayrow {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.epaywrap {
  background-color: #f8f8f8;
  background: #fff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 30%,
    rgba(248, 247, 247, 1) 98%
  );
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 0px 0 8px;
  color: #76767c;
  font-size: 16px;
  line-height: 26px;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: left;

  transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.epaywrap.even,
.epaywrap:nth-child(even) {
  background: #fff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 30%,
    rgba(234, 246, 254, 1) 98%
  );
  border-color: #dce9f3;
}
.epaywrap:hover {
  margin-top: -10px;
  box-shadow: 0px 2px 7px 3px #cadcfb;

  transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.epaydata {
  padding: 30px 30px 8px;
  min-height: 170px;
}
.epaydata h3 {
  font-size: 24px;
  line-height: 32px;
}
.epaydata p {
  font-size: 16px;
  line-height: 26px;
  display: none;
}
.epaydata ul {
  list-style-type: none;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 15px 0 10px;
}
.epaydata ul li {
  list-style-type: none;
  display: inline-flex;
  gap: 10px;
}
.epaydata ul li a {
  display: inline-flex;
  color: var(--primary);
  background-color: #e4eef3;
  border: 1px solid #7fb2d2;
  border-radius: 8px;
  padding: 3px 10px;
  color: var(--primary);
  cursor: inherit;
  text-decoration: none;
}
.epaydata ul li a:hover {
  color: var(--primary);
  background-color: #e4eef3;
  border: 1px solid #7fb2d2;
}
.everyBusinesSwiper .progress-arrows-wrapper {
  /* position: absolute;
  z-index: 8;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;*/
}
.everyBusinesSwiper .progress-arrows {
  display: flex;
  align-items: center;
  width: 60px;
  height: 100%;
  position: absolute;
  z-index: 8;
  top: 0;
}
.everyBusinesSwiper .prevarrows {
  left: 20px;
}
.everyBusinesSwiper .nextarrows {
  right: 20px;
}
.everyBusinesSwiper button {
  display: block;
  width: 60px;
  height: 60px;
  border: 0px;
  border-radius: 60px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  text-indent: -9999px;
  color: #000;
}
.everyBusinesSwiper button.progress-prev {
  background-image: url("../images/slidearr-left.svg");
}
.everyBusinesSwiper button.progress-next {
  background-image: url("../images/slidearr-right.svg");
}
.everyBusinesSwiper .progress-arrows button.active {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.everyBusinesSwiper .progress-arrows:hover button {
  display: block;
}

#trusted {
  background-color: #fff;
  background-image: url("../images/home/trustedbackground.png");
  background-position: top center;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
#trusted:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/home/3d-abstract-dotted-globe1.png");
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.trusted-heading {
  position: relative;
  z-index: 5;
  padding-bottom: 20px;
}

.trusted-content {
  position: relative;
  padding: 20px 0;
}

.trusted-content::before,
.trusted-content::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

/* LEFT FADE */
.trusted-content::before {
  left: 0;
  background: #ffffff;
  background: linear-gradient(
    250deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 1) 95%
  );
}

/* RIGHT FADE */
.trusted-content::after {
  right: 0;
  background: #fff;
  background: linear-gradient(
    250deg,
    rgba(255, 255, 255, 1) 9%,
    rgba(255, 255, 255, 0.1) 100%
  );
}

.trusted-slider {
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
  margin-bottom: 15px;
}

.trusted-slider .swiper-wrapper {
  padding-bottom: 10px;
}

.trusted-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}

.trusted-slider .swiper-slide {
  flex-shrink: 0;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eaecf0;
  border-radius: 50px;
  background: #fff;
  background: linear-gradient(
    250deg,
    rgba(255, 255, 255, 1) 41%,
    rgba(202, 226, 249, 1) 100%
  );
}

.trusted-slider img {
  max-height: 72px;
  width: auto;
  display: block;
  object-fit: contain;
}

.trusted-slider .swiper-slide {
  margin-right: 0px;
}

#transpricing {
  padding: 60px 0;
}
.transpricingwrap {
  background-color: #f7f7fc;
  background-image: url("../images/home/pricingBG.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.transpricingwrap .brdiv {
  display: block;
}
.transpr-img {
  width: 40%;
  text-align: center;
  padding: 0;
  position: relative;
}

.transpr-img img {
  max-width: 100%;
  vertical-align: middle;
}
.transtop {
  display: block;
  width: 100%;
  height: 1px;
  background: #f7f7fc;
  background: linear-gradient(
    90deg,
    rgba(247, 247, 252, 0) 0%,
    rgba(247, 247, 252, 1) 32%,
    rgba(250, 213, 176, 1) 56%,
    rgba(247, 247, 252, 1) 85%
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.transbott {
  display: block;
  width: 100%;
  height: 1px;
  background: #f7f7fc;
  background: linear-gradient(
    90deg,
    rgba(247, 247, 252, 0) 0%,
    rgba(247, 247, 252, 1) 33%,
    rgba(250, 213, 176, 1) 72%,
    rgba(247, 247, 252, 1) 96%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.transprdata {
  width: 55%;
}
.translist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.translist li {
  display: inline-flex;
}
.translistdata {
  background-color: #f7f3f5;
  border: 1px solid #f8dcca;
  border-radius: 8px;
  padding: 10px 15px 10px 40px;
  position: relative;
  font-size: 13px;
  line-height: 16px;
  color: #1e3a5f;
}
.translistdata:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  /*background-color: #ff6600;*/
  background-image: url("../images/check_circle_orange.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  position: absolute;
  top: 9px;
  left: 15px;
}
.whyirpay {
  background-color: #024d7d;
  background-image: url("../images/home/whychooseBG.png");
  background-position: top center;
  background-repeat: no-repeat;
  padding: 60px 0 0;
}
.whywrap {
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.09);
  padding: 24px;
  margin: 0 auto 20px;
  border-radius: 16px;
  color: #bcd1df;
  border: 1px solid #2b709b;
  text-align: left;

  transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.whywrap:hover {
  margin-top: -10px;
  box-shadow: 0px 2px 7px 3px #074e7a;
  transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.whywrap .icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
}
.whywrap .icon img {
  max-height: 56px;
  max-width: 56px;
}
.whywrap h4 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: var(--white-color);
}
.whywrap h4:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 3px;
  left: 0;
}

.worldwide {
  padding: 60px 0 0;
  position: relative;
}
.worldwide:before {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  background: #fff3e4;
  background: linear-gradient(
    138deg,
    rgba(255, 243, 228, 1) 5%,
    rgba(255, 255, 255, 1) 82%
  );
  position: absolute;
  top: 0;
  left: 0;
}

.worldwide:after {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  background: #fff3e4;
  background: linear-gradient(
    230deg,
    rgba(255, 243, 228, 1) 5%,
    rgba(255, 255, 255, 1) 82%
  );
  position: absolute;
  top: 0;
  right: 0;
}
.worldwide .container {
  position: relative;
  z-index: 3;
}
.businesspara {
  max-width: 550px;
  text-align: left;
}
.merchantswrap {
  position: relative;
  display: flex;
  justify-content: end;
}
.merchantsbg {
  border-radius: 24px;
  overflow: hidden;
}
.merchantsbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 240px;
  position: absolute;
  bottom: 40px;
  right: 60%;
  background: #c76f17;
  background: linear-gradient(
    0deg,
    rgba(199, 111, 23, 1) 5%,
    rgba(223, 124, 27, 1) 87%
  );
  border-radius: 24px;
  padding: 20px;
  text-align: center;
  color: #fff;
}
.merchantsbox::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background-image: url("../images/home/merchant-trangle.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -80px;
  left: 0px;
}
.merchantsbox h3 {
  margin: 0;
}
.merchantsbox .impact-counter,
.merchantsbox .suffix {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #fff;
  font-size: 46px;
  line-height: 40px;
}
.merchantsNum p {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
}
.merchantslist {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
}
.merchid {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-left: -12px;
}

.storiesBlock {
  padding: 60px 0;
}
.storiesBlock .container-xl {
  margin: 0 auto;
}
.storiescontainer {
  background-color: #002338;
  padding: 30px 0;
  border-radius: 30px;
}

.storiescontainer .slidebox {
  max-width: 500px;
  background-color: #002b47;
  border: 1px solid #1d3f58;
  border-radius: 20px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}
.storiescontainer .swiper-slide-active:before {
  content: "";
  display: block;
  width: 88%;
  height: 1px;
  background: #1d3f58;
  background: linear-gradient(
    90deg,
    rgba(29, 63, 88, 1) 5%,
    rgba(42, 99, 138, 1) 64%,
    rgba(29, 63, 88, 1) 99%
  );
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}

.storiescontainer .swiper-slide-active:after {
  content: "";
  display: block;
  width: 88%;
  height: 1px;
  background: #1d3f58;
  background: linear-gradient(
    90deg,
    rgba(29, 63, 88, 1) 5%,
    rgba(42, 99, 138, 1) 25%,
    rgba(29, 63, 88, 1) 82%
  );
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 1;
}

.storiescontainer .profile-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.moment-progress {
  padding: 20px 0;
  position: relative;
}
.moment-progress::before,
.moment-progress::after {
  content: "";
  position: absolute;
  top: 0;
  width: 140px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
/* LEFT FADE */
.moment-progress::before {
  left: 0;
  background: #002338;
  background: linear-gradient(
    90deg,
    rgba(0, 35, 56, 0.84) 10%,
    rgba(255, 254, 249, 0) 96%
  );
}
/* RIGHT FADE */
.moment-progress::after {
  right: 0;
  background: #002338;
  background: linear-gradient(
    -90deg,
    rgba(0, 35, 56, 0.84) 10%,
    rgba(255, 254, 249, 0) 96%
  );
}
.moment-progress .progress-arrows-wrapper {
  /* position: absolute;
  z-index: 8;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;*/
}
.moment-progress .progress-arrows {
  display: flex;
  align-items: center;
  width: 60px;
  height: 100%;
  position: absolute;
  z-index: 8;
  top: 0;
}
.moment-progress .prevarrows {
  left: 20px;
}
.moment-progress .nextarrows {
  right: 20px;
}
.moment-progress button {
  display: none;
  width: 60px;
  height: 60px;
  border: 0px;
  border-radius: 60px;
  background-color: #2e566e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  text-indent: -9999px;
  color: #fff;
}
.moment-progress button.progress-prev {
  background-image: url("../images/slidearr-leftwh.svg");
}
.moment-progress button.progress-next {
  background-image: url("../images/slidearr-rightwh.svg");
}
.moment-progress.progress-arrows button.active {
  background-color: #2e566e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.moment-progress .progress-arrows:hover button {
  display: block;
}
.profile-image {
  background: #fff;
  width: 54px;
  height: 54px;
  border-radius: 60px;
  overflow: hidden;
}
.progress-author {
  color: #6e7c8a;
  font-size: 14px;
  text-align: left;
}
.progress-author h5 {
  color: #eceef0;
  font-size: 14px;
  margin: 0 0 5px;
}
.progress-author span {
  display: block;
}
.progress-text {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  color: #a0aeb6;
  margin-top: 10px;
  max-height: 140px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* iOS momentum scroll */
  scrollbar-gutter: stable; /* prevents layout shift (supported in most modern browsers) */
}
.progress-text::-webkit-scrollbar {
  width: 10px;
}
.progress-text::-webkit-scrollbar-track {
  background: transparent;
  margin: 25px 0; /* SHORTENS scrollbar height */
  border-radius: 10px;
}
.progress-text::-webkit-scrollbar-thumb {
  background: #0066a6;
  border-radius: 10px;
  /* MAGIC LINE */
  border: 3px solid transparent;
  background-clip: content-box;
}
.midbox {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 10px;
  position: relative;
}
.rateing {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #a0aeb6;
  font-size: 14px;
}
.quotebox {
  display: block;
  width: 54px;
  height: 54px;
  background-image: url("../images/home/i-quote.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
}

.golive {
  padding: 60px 0 30px;
  background-color: #f2f6fd;
}
.golivewrap {
  max-width: 320px;
  margin: 0 auto 20px;
  font-size: 20px;
  text-align: center;
}
.golivewrap .golive-image {
  margin-bottom: 0;
}
.golivewrap .step {
  font-size: 14px;
  color: #f98613;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.golivewrap .des {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
}

.takestep {
  padding: 60px 0;
  background-image: url("../images/home/takestepbg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.takestep .takestepcontainer {
  max-width: 700px !important;
}

#atlasRobotChat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  /* Start above its final position */
  transform: translateY(-300px);

  transition:
    transform 0.5s ease,
    opacity 0.5s ease,
    visibility 0.5s ease;
}

#atlasRobotChat.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  /* End at bottom: 20px */
  transform: translateY(0);
}
#atlasRobotChat > div {
  width: 70px;
  height: 70px;
  background-image: url("../images/atheroRobotHome.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 70px;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .epayrow .epaywrap {
    flex: 0 0 auto;
    width: 32%;
    /* min-height: 432px;*/
  }
}
@media (min-width: 1200px) {
  .epayrow .epaywrap {
    flex: 0 0 auto;
    width: 32%;
    /* min-height: 432px;*/
  }
}
@media (min-width: 1200px) {
}

@media screen and (min-width: 1300px) and (max-width: 1400px) and (max-height: 768px) {
  h1 {
    font-size: 52px;
    font-weight: 600;
  }
  .main-btn {
    padding: 16px 25px;
  }
  .herohome {
    padding-top: 120px;
  }
  .scene {
    max-width: 800px;
  }
  .herotop p {
    font-size: 19px;
  }
  .all-in-one {
    width: 11.5%;
  }
}

@media (max-width: 1300px) and (min-width: 1020px) {
  .container,
  .container-lg,
  .container-md,
  .container-xl,
  .container-xxl {
    max-width: 1080px !important;
    margin: 0 auto;
  }
  #navigation_bar .container {
    max-width: inherit !important;
  }
}

@media (min-width: 1600px) {
  #trusted {
    background-size: cover;
  }
  .takestep {
    background-size: cover;
  }
}
@media (max-width: 1199px) {
  .coins1,
  .coins2 {
    display: none;
  }
  .homebody header {
    padding: 0 20px 0;
  }
  .homebody #navigation_bar.nav-up {
    padding: 0;
    border-radius: 0;
  }
  .homebody #navigation_bar.nav-scrolltop {
    padding: 0 20px 0;
    border-radius: 0;
  }
  .homebody #navigation_bar.nav-scrolltop .navbar {
    border-radius: 10px;
  }
  .homebody .navbar > .container {
    /* padding: 0; */
    max-width: inherit;
  }
}

@media (max-width: 991px) {
  .herohome {
    padding-top: 120px;
  }
  .herowrap {
    /* flex-direction: column-reverse;*/
  }
  .herotop {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .heronavwrap {
    margin: 0;
    box-shadow: none;
    border: 0px;
    flex-direction: column;
    align-items: start;
  }
  .heronavwrap .title {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-bottom: 5px;
  }
  .heronavwrap ul {
    overflow: auto;
    width: 100%;
    padding-bottom: 5px;
  }
  .heronavwrap ul::-webkit-scrollbar {
    width: 10px;
    height: 2px;
    background: transparent;
    border-radius: 10px;
  }
  .heronavwrap ul::-webkit-scrollbar-track {
    background: transparent;
    margin: 5px 0; /* SHORTENS scrollbar height */
    border-radius: 10px;
  }
  .heronavwrap ul::-webkit-scrollbar-thumb {
    background: #b4e0fc;
    border-radius: 10px;
    /* MAGIC LINE */
    border: 1px solid transparent;
    background-clip: content-box;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .transprtitle {
    font-size: 30px;
    text-align: left;
  }
  .epayrow {
    gap: 10px;
  }
  .epaydata ul li a {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .merchantsbox {
    right: 10%;
  }
  .everypayment:before {
    display: none;
  }
  .epaydata h3 {
    text-align: center;
  }
  .epaydata ul {
    justify-content: center;
  }
}
@media (max-width: 680px) {
  .all-in-one {
    padding: 1px;
    top: 9%;
    width: 4%;
    height: 14%;
  }
  .all-in-one .check {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .alltext {
    display: none;
  }
  .businesspara {
    text-align: center;
    padding-top: 30px;
    margin: 0 auto;
  }
  .merchantswrap {
    max-width: 400px;
    margin: 0 auto;
  }
  .accordiontabswrap {
    padding-top: 0 !important;
  }
}
@media (max-width: 560px) {
  .homebody header {
    padding: 0 20px 0;
  }
  .homebody #navigation_bar.nav-scrolltop {
    padding: 0 20px 0;
  }
  .heronavwrap {
    background-color: transparent;
  }
  .logo-circle span svg {
    max-height: 65%;
    top: -43%;
    position: relative;
  }
  #trusted {
    background: #fef1de;
    background: linear-gradient(
      0deg,
      rgba(254, 241, 222, 1) 5%,
      rgba(255, 254, 249, 1) 63%
    );
    padding-top: 30px;
    padding-bottom: 0;
  }
  #trusted:before {
    display: none;
  }
  .trusted-content::before,
  .trusted-content::after {
    display: none;
  }
  .trusted-heading {
    padding: 0;
  }
  .trusted-slider {
    margin-bottom: 0;
  }
  #transpricing {
    padding: 60px 0 0;
  }
  .transpricingwrap {
    flex-direction: column;
    background-size: 40% auto;
  }
  .transpr-img {
    width: 100%;
  }
  .transprdata {
    width: 100%;
    padding: 20px 20px 40px;
    text-align: center;
  }
  .translist {
    max-width: 307px;
    margin: 0 auto;
    justify-content: space-between;
  }
  /*.everypayment {
    padding-top: 40px;
  }
  .everyBusinesSwiper .progress-arrows-wrapper {
    position: relative;
    top: 20px;
    padding: 0 0 20px;
    display: flex;
    justify-content: center;
  }
  .everyBusinesSwiper .progress-arrows {
    position: relative;
    display: block;
  }
  .everyBusinesSwiper .prevarrows {
    left: 0;
  }
  .everyBusinesSwiper .nextarrows {
    right: 0;
  }
  .everyBusinesSwiper button {
    display: block;
    width: 40px;
    height: 40px;
  }*/
  .everyBusinesSwiper {
    padding-left: 0;
  }
  .everyBusinesSwiper .swiper-wrapper {
    padding-left: 20px;
  }
  .everyBusinesSwiper .progress-arrows {
    align-items: start;
    padding-top: 30%;
    width: 46px;
    max-height: 300px;
  }
  .everyBusinesSwiper .prevarrows {
    left: 0;
  }
  .everyBusinesSwiper .nextarrows {
    right: 0;
    justify-content: end;
  }
  .everyBusinesSwiper button {
    display: block;
    width: 46px;
    height: 46px;
    font-size: 26px;
  }
  .whyirpay {
    padding-bottom: 30px;
  }
  .whywrap {
    text-align: center;
  }
  .whywrap h4:before {
    left: 50%;
    margin-left: -30px;
  }
  .whywrap .icon {
    margin-left: auto;
    margin-right: auto;
  }
  .worldwide {
    padding-top: 60px;
    background: #fef1de;
    background: linear-gradient(
      175deg,
      rgba(254, 241, 222, 1) 5%,
      rgba(255, 254, 249, 1) 63%
    );
  }
  .worldwide:before,
  .worldwide:after {
    display: none;
  }
  .businesspara {
    padding-top: 30px;
  }
  .storiesBlock {
    padding: 60px 0 30px 0;
  }
  .storiescontainer {
    padding-bottom: 0;
  }

  .moment-progress::before,
  .moment-progress::after {
    display: none;
  }
  .moment-progress .progress-arrows-wrapper {
    position: relative;
    top: 20px;
    padding: 0 0 20px;
    display: flex;
    justify-content: center;
  }
  .moment-progress .progress-arrows {
    position: relative;
    display: block;
  }
  .moment-progress .prevarrows {
    left: 0;
  }
  .moment-progress .nextarrows {
    right: 0;
  }
  .moment-progress button {
    display: block;
    width: 40px;
    height: 40px;
  }
  .moment-progress {
    padding-left: 15px;
  }
  .moment-progress button {
    background-color: #153f58;
  }
  .progress-text {
    font-size: 14px;
    line-height: 18px;
    max-height: 160px;
  }
  .golive {
    padding: 40px 0 !important;
  }
  .takestep {
    padding: 60px 0;
    background: #fef1de;
    background: linear-gradient(
      175deg,
      rgba(254, 241, 222, 1) 5%,
      rgba(255, 254, 249, 1) 63%
    );
  }
}

@media (max-width: 480px) {
  .herotop h1 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 42px;
  }
  h2,
  .titlefont {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 420px) {
  .logo-circle span svg {
    top: -61%;
  }
}
