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

.container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.max-container {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

span,
b,
strong,
a {
  display: inline-block;
}

input,
button {
  border: none;
  outline: none;
  background-color: unset;
}

select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}

textarea {
  resize: none;
  outline: none;
  border: none;
  border: 1px solid #e5e5e5;
}
textarea::-webkit-scrollbar {
  border-radius: 5px;
  width: 5px;
  background-color: #e5e5e5;
}
textarea::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 5px;
  background-color: #ff3366;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 20px;
  max-width: 20px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  position: relative;
  transition: all 0.2s linear;
  cursor: pointer;
}
input[type=checkbox]::after {
  content: "";
  content: "";
  position: absolute;
  left: 6px;
  bottom: 0px;
  top: 1px;
  width: 8px;
  height: 17px;
  border: solid #ff3366;
  border-width: 0px 3px 3px 0;
  border-radius: 2px;
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
}
input[type=checkbox]:checked {
  border: none;
  box-shadow: 0px 0px 2px 2px #ff3366;
}
input[type=checkbox]:checked::after {
  opacity: 1;
  visibility: visible;
}

ul {
  margin-bottom: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

label {
  width: 100%;
}

body {
  overflow-x: hidden;
}

@font-face {
  font-family: "Jost-Black";
  src: url("../fonts/Jost-Black.eot");
  src: url("../fonts/Jost-Black.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-Black.woff") format("woff"), url("../fonts/Jost-Black.ttf") format("truetype"), url("../fonts/Jost-Black.svgJost-Black") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-BlackItalic";
  src: url("../fonts/Jost-BlackItalic.eot");
  src: url("../fonts/Jost-BlackItalic.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-BlackItalic.woff") format("woff"), url("../fonts/Jost-BlackItalic.ttf") format("truetype"), url("../fonts/Jost-BlackItalic.svgJost-BlackItalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-Bold";
  src: url("../fonts/Jost-Bold.eot");
  src: url("../fonts/Jost-Bold.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-Bold.woff") format("woff"), url("../fonts/Jost-Bold.ttf") format("truetype"), url("../fonts/Jost-Bold.svgJost-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-BoldItalic";
  src: url("../fonts/Jost-BoldItalic.eot");
  src: url("../fonts/Jost-BoldItalic.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-BoldItalic.woff") format("woff"), url("../fonts/Jost-BoldItalic.ttf") format("truetype"), url("../fonts/Jost-BoldItalic.svgJost-BoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-ExtraBold";
  src: url("../fonts/Jost-ExtraBold.eot");
  src: url("../fonts/Jost-ExtraBold.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-ExtraBold.woff") format("woff"), url("../fonts/Jost-ExtraBold.ttf") format("truetype"), url("../fonts/Jost-ExtraBold.svgJost-ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-ExtraBoldItalic";
  src: url("../fonts/Jost-ExtraBoldItalic.eot");
  src: url("../fonts/Jost-ExtraBoldItalic.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-ExtraBoldItalic.woff") format("woff"), url("../fonts/Jost-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Jost-ExtraBoldItalic.svgJost-ExtraBoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-Light";
  src: url("../fonts/Jost-Light.eot");
  src: url("../fonts/Jost-Light.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-Light.woff") format("woff"), url("../fonts/Jost-Light.ttf") format("truetype"), url("../fonts/Jost-Light.svgJost-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-LightItalic";
  src: url("../fonts/Jost-LightItalic.eot");
  src: url("../fonts/Jost-LightItalic.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-LightItalic.woff") format("woff"), url("../fonts/Jost-LightItalic.ttf") format("truetype"), url("../fonts/Jost-LightItalic.svgJost-LightItalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-ExtraLightItalic";
  src: url("../fonts/Jost-ExtraLightItalic.eot");
  src: url("../fonts/Jost-ExtraLightItalic.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-ExtraLightItalic.woff") format("woff"), url("../fonts/Jost-ExtraLightItalic.ttf") format("truetype"), url("../fonts/Jost-ExtraLightItalic.svgJost-ExtraLightItalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-Italic";
  src: url("../fonts/Jost-Italic.eot");
  src: url("../fonts/Jost-Italic.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-Italic.woff") format("woff"), url("../fonts/Jost-Italic.ttf") format("truetype"), url("../fonts/Jost-Italic.svgJost-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-Medium";
  src: url("../fonts/Jost-Medium.eot");
  src: url("../fonts/Jost-Medium.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-Medium.woff") format("woff"), url("../fonts/Jost-Medium.ttf") format("truetype"), url("../fonts/Jost-Medium.svgJost-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-MediumItalic";
  src: url("../fonts/Jost-MediumItalic.eot");
  src: url("../fonts/Jost-MediumItalic.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-MediumItalic.woff") format("woff"), url("../fonts/Jost-MediumItalic.ttf") format("truetype"), url("../fonts/Jost-MediumItalic.svgJost-MediumItalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-Regular";
  src: url("../fonts/Jost-Regular.eot");
  src: url("../fonts/Jost-Regular.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-Regular.woff") format("woff"), url("../fonts/Jost-Regular.ttf") format("truetype"), url("../fonts/Jost-Regular.svgJost-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-SemiBold";
  src: url("../fonts/Jost-SemiBold.eot");
  src: url("../fonts/Jost-SemiBold.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-SemiBold.woff") format("woff"), url("../fonts/Jost-SemiBold.ttf") format("truetype"), url("../fonts/Jost-SemiBold.svgJost-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-SemiBoldItalic";
  src: url("../fonts/Jost-SemiBoldItalic.eot");
  src: url("../fonts/Jost-SemiBoldItalic.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-SemiBoldItalic.woff") format("woff"), url("../fonts/Jost-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Jost-SemiBoldItalic.svgJost-SemiBoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-Thin";
  src: url("../fonts/Jost-Thin.eot");
  src: url("../fonts/Jost-Thin.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-Thin.woff") format("woff"), url("../fonts/Jost-Thin.ttf") format("truetype"), url("../fonts/Jost-Thin.svgJost-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-ThinItalic";
  src: url("../fonts/Jost-ThinItalic.eot");
  src: url("../fonts/Jost-ThinItalic.eot?iefix") format("embedded-opentype"), url("../fonts/Jost-ThinItalic.woff") format("woff"), url("../fonts/Jost-ThinItalic.ttf") format("truetype"), url("../fonts/Jost-ThinItalic.svgJost-ThinItalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@property --color-edge1 {
  syntax: "<color>";
  inherits: true;
  initial-value: #0C1A63;
}
@property --color-edge2 {
  syntax: "<color>";
  inherits: true;
  initial-value: #0C1A63;
}
@property --color-mid {
  syntax: "<color>";
  inherits: true;
  initial-value: #20307F;
}
a {
  text-decoration: none;
  color: #000;
  font: 16px/24px "Jost-Regular";
  transition: all 0.4s linear;
}

p {
  font: 20px/28px "Jost-Regular";
  color: #000;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 60px/68px "Jost-Bold";
  color: #000;
  text-transform: uppercase;
}

.hd-top {
  text-align: center;
}

.home-hd {
  font: 66px/74px "Jost-Regular";
  color: #000;
  text-align: center;
  display: block;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: transparent;
}

header.head-pos {
  position: absolute;
  z-index: 6;
  width: 100%;
}
header .head-flx {
  display: flex;
  align-items: center;
  padding: 17px 0px;
}
header .head-flx .hd-lft {
  width: 166px;
}
header .head-flx .hd-lft img {
  height: 40px;
  width: 166px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .head-flx .hd-rgt {
  width: calc(100% - 166px);
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
header .head-flx .hd-rgt li a {
  text-transform: uppercase;
  position: relative;
  padding: 5px 7px;
  overflow: hidden;
  transition: all 0.4s linear;
}
header .head-flx .hd-rgt li a:hover {
  color: #ff3366;
  border-radius: 5px;
}
header .head-flx .hd-rgt li a:hover::before, header .head-flx .hd-rgt li a:hover::after {
  width: 100%;
  opacity: 1;
}
header .head-flx .hd-rgt li a::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #ff3366;
  transform-origin: 0 0;
  transition: all 0.4s linear;
}
header .head-flx .hd-rgt li a::after {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 0;
  background-color: #ff3366;
  transform-origin: 0 0;
  transition: all 0.4s linear;
}

.hamburger {
  width: 30px;
  height: 25px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  display: none;
  z-index: 2;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  transform: scaleX(0);
  width: 100%;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.hamburger span {
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 20px;
  transition: all 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger span:nth-child(2) {
  width: 80%;
  margin-left: auto;
}

.banner-sec {
  background: url(../images/home-ban.png) no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.banner-sec .ban-cont {
  position: relative;
  z-index: 2;
  padding: 145px 0px 90px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.banner-sec .ban-cont .build {
  display: block;
}
.banner-sec .ban-cont .build img {
  height: 40px;
  width: 274px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner-sec .ban-cont strong {
  font: 80px/88px "Jost-ExtraBold";
  color: #000;
  padding-top: 10px;
}
.banner-sec .ban-cont p {
  max-width: 440px;
  width: 100%;
  margin: 15px auto;
}
.banner-sec .ban-cont .vist-btn a {
  display: inline-block;
  background-color: #ff3366;
  color: #ffffff;
  padding: 22px 52px;
  font: 30px/38px "Jost-SemiBold";
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: color 0.4s ease, box-shadow 0.5s ease, transform 0.3s ease;
}
.banner-sec .ban-cont .vist-btn a:hover {
  color: #ff3366;
  transform: translateY(-3px);
  box-shadow: 0 0 15px rgba(255, 51, 102, 0.5), 0 0 35px rgba(255, 51, 102, 0.4), 0 0 60px rgba(255, 51, 102, 0.25), 0 10px 25px rgba(255, 51, 102, 0.2);
}
.banner-sec .ban-cont .vist-btn a::before, .banner-sec .ban-cont .vist-btn a::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(255, 51, 102, 0.08);
  backdrop-filter: blur(10px);
  z-index: -1;
  transition: all 0.4s;
}
.banner-sec .ban-cont .vist-btn a::after {
  z-index: -2;
  transition: all 0.4s;
}
.banner-sec .ban-cont .vist-btn a:hover::before {
  background: rgba(255, 255, 255, 0.95);
}
.banner-sec .ban-cont .vist-btn a:hover::after {
  background: linear-gradient(to right, #ff3366, #ff8fab);
  transform: scale(1.07, 1.2) rotateX(180deg);
  filter: blur(2px);
}
.banner-sec .ban-btm {
  overflow: hidden;
  text-align: center;
}
.banner-sec .ban-btm img {
  height: 585px;
  max-width: 100%;
  width: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
  margin-bottom: -4px !important;
}

.build-sec {
  padding: 100px 0px;
  background: linear-gradient(to top, rgba(255, 51, 102, 0.05) 0%, rgba(255, 51, 102, 0) 100%);
}
.build-sec .build-flx {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 45px 0px 100px;
}
.build-sec .build-flx .build-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 21px 15px;
  width: 14.8%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.031372549);
  transition: all 0.4s linear;
}
.build-sec .build-flx .build-box:hover {
  box-shadow: 0px 0px 10px #0c1a63;
  transform: translate(0, -1px);
}
.build-sec .build-flx .build-box:hover .top {
  background-color: #0c1a63;
}
.build-sec .build-flx .build-box .top {
  height: 82px;
  width: 82px;
  border-radius: 10px;
  background-color: #ff3366;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s linear;
}
.build-sec .build-flx .build-box .top img {
  height: 45px;
  width: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
.build-sec .build-flx .build-box strong {
  font: 20px/28px "Jost-Medium";
  color: #000;
  text-align: center;
  margin-top: 15px;
  display: block;
}

.keys-sec .key-flx {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
}
.keys-sec .key-flx .key-box {
  width: 21.1%;
  transition: all 0.4s linear;
}
.keys-sec .key-flx .key-box:hover .key-cir {
  animation: float 0.8s ease infinite alternate;
  background: #ff3366;
  box-shadow: 0 0 30px rgba(255, 51, 102, 0.4);
}
.keys-sec .key-flx .key-box:hover .key-cir img {
  filter: brightness(0) invert(1);
}
.keys-sec .key-flx .key-box .key-cir {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.0705882353);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  transition: all 0.4s linear;
}
.keys-sec .key-flx .key-box .key-cir::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid #ff3366;
  transform: scale(0);
  transition: 0.35s;
}
.keys-sec .key-flx .key-box .key-cir img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.keys-sec .key-flx .key-box strong {
  font: 25px/33px "Jost-Medium";
  color: #000;
  margin-top: 15px;
  display: block;
  text-align: center;
  padding: 0px 15px;
}

.anal-sec {
  padding: 100px 0px;
}
.anal-sec .anal-flx {
  display: flex;
  align-items: center;
}
.anal-sec .anal-flx .anal-lft {
  width: 56%;
}
.anal-sec .anal-flx .anal-lft img {
  height: 528px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.anal-sec .anal-flx .anal-rgt {
  width: 44%;
  padding-left: 60px;
}
.anal-sec .anal-flx .anal-rgt .home-hd {
  text-align: start;
  margin-bottom: 10px;
}

.store-sec .store-flx {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 70px;
}
.store-sec .store-flx .store-inn {
  width: 49%;
  border-radius: 15px;
}
.store-sec .store-flx .store-inn img {
  height: 323px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2705882353);
  border-radius: 10px;
}
.store-sec .store-flx .store-inn b {
  font: 20px/28px "Jost-Medium";
  color: #000;
  margin-top: 15px;
  text-align: center;
  display: block;
}

.table-sec {
  padding: 100px 0px;
}
.table-sec .tab-parent {
  max-width: 1300px;
  width: 100%;
  margin: 50px auto 0;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}
.table-sec .tab-parent table {
  width: 100%;
  border-collapse: collapse;
}
.table-sec .tab-parent table thead tr {
  border-bottom: 1px solid #e9e9e9;
}
.table-sec .tab-parent table thead tr th {
  width: 36%;
  font: 25px/25px "Jost-Medium";
  color: #000;
  padding: 23px 10px;
  text-align: center;
}
.table-sec .tab-parent table thead tr th.side-hd {
  width: 27%;
  padding-left: 40px;
  text-align: start;
}
.table-sec .tab-parent table thead tr th.bul-str {
  background-color: #ff3366;
}
.table-sec .tab-parent table thead tr th.bul-str img {
  height: 34px;
  width: 231px;
  -o-object-fit: contain;
     object-fit: contain;
}
.table-sec .tab-parent table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #e9e9e9;
}
.table-sec .tab-parent table tbody tr td {
  font: 25px/33px "Jost-Regular";
  color: #000;
  padding: 15px 10px;
  text-align: center;
}
.table-sec .tab-parent table tbody tr td.side-hd {
  padding-left: 40px;
  text-align: start;
}
.table-sec .tab-parent table tbody tr td.bul-str .flx, .table-sec .tab-parent table tbody tr td.other .flx {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.table-sec .tab-parent table tbody tr td.bul-str {
  background-color: #fff9fb;
}
.table-sec .tab-parent table tbody tr td img {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.poplr-sec .poplr-inn {
  padding: 70px 50px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fdf3f4 0%, #fff8f8 45%, #ffffff 100%);
}
.poplr-sec .poplr-inn .logo-flx {
  margin-top: 70px;
}
.poplr-sec .poplr-inn .logo-flx .marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.poplr-sec .poplr-inn .logo-flx .marquee .track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 35px;
  padding: 10px 0px;
  animation: marqueeLeft 22s linear infinite;
}
.poplr-sec .poplr-inn .logo-flx .marquee .item {
  background-color: #fff;
  border-radius: 50px;
  padding: 17px 28px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.35s ease;
}
.poplr-sec .poplr-inn .logo-flx .marquee .item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  background: #fdfcff;
}
.poplr-sec .poplr-inn .logo-flx .marquee .item:hover img {
  transform: scale(1.08);
}
.poplr-sec .poplr-inn .logo-flx .marquee .item img {
  height: 46px;
  width: 225px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.35s ease;
}
.poplr-sec .poplr-inn .logo-flx .marquee.reverse {
  margin-top: 50px;
}
.poplr-sec .poplr-inn .logo-flx .marquee.reverse .track {
  animation: marqueeRight 22s linear infinite;
}

.faq {
  padding-bottom: 100px;
}
.faq .faq-inn {
  max-width: 1020px;
  width: 100%;
  margin: 30px auto 0px;
}
.faq .faq-inn .faq-item strong {
  font: 24px/32px "Jost-Bold";
  color: #000;
  padding: 25px 0px;
  display: block;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  padding-right: 25px;
}
.faq .faq-inn .faq-item strong::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 17px;
  background-color: #000;
  top: 50%;
  right: 0;
}
.faq .faq-inn .faq-item strong::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 17px;
  background-color: #000;
  top: 50%;
  right: 0;
  transform: rotate(90deg);
  transition: all 0.4s linear;
}
.faq .faq-inn .faq-item strong.str-show {
  border-bottom: none;
}
.faq .faq-inn .faq-item strong.str-show::after {
  transform: rotate(180deg);
}
.faq .faq-inn .faq-item p {
  display: none;
}

.lan-sec {
  padding-bottom: 100px;
}
.lan-sec .lan-flx {
  display: flex;
  align-items: center;
  padding: 52px 60px;
  background-color: #ff3366;
  border-radius: 50px;
}
.lan-sec .lan-flx .lan-txt {
  width: 50%;
}
.lan-sec .lan-flx .lan-txt b {
  font: 70px/78px "Jost-Bold";
  color: #fff;
}
.lan-sec .lan-flx .lan-btn {
  width: 50%;
  text-align: end;
}
.lan-sec .lan-flx .lan-btn a {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 15px 25px;
  font: 27px/35px "Jost-SemiBold";
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: color 0.4s ease, box-shadow 0.5s ease, transform 0.3s ease;
}
.lan-sec .lan-flx .lan-btn a:hover {
  color: #ff3366;
  transform: translateY(-3px);
  box-shadow: 0 0 12px rgba(255, 143, 171, 0.5), 0 0 28px rgba(255, 143, 171, 0.4), 0 0 50px rgba(255, 220, 230, 0.5), 0 8px 20px rgba(255, 51, 102, 0.15);
}
.lan-sec .lan-flx .lan-btn a::before, .lan-sec .lan-flx .lan-btn a::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(255, 51, 102, 0.05);
  backdrop-filter: blur(10px);
  z-index: -1;
  transition: all 0.4s;
}
.lan-sec .lan-flx .lan-btn a::after {
  z-index: -2;
  transition: all 0.4s;
}
.lan-sec .lan-flx .lan-btn a:hover::before {
  background: rgba(255, 245, 248, 0.98);
}
.lan-sec .lan-flx .lan-btn a:hover::after {
  background: linear-gradient(to right, #ffd6e2, #ff8fab);
  transform: scale(1.07, 1.2) rotateX(180deg);
  filter: blur(2px);
}

.hd_prnt {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: unset;
  padding: 30px 0px;
}
.hd_prnt .rgt {
  width: 87.81%;
}
.hd_prnt .rgt a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff3366;
  color: #ffffff;
  margin-left: auto;
  font: 18px/26px "Jost-Black";
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  padding: 10px 30.5px;
  position: relative;
  overflow: hidden;
}
.hd_prnt .rgt a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ecom-banner {
  position: relative;
}
.ecom-banner .ecom-img {
  position: absolute;
  inset: 0;
}
.ecom-banner .ecom-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(12, 24, 82, 0.95) 0%, rgba(34, 49, 140, 0.75) 50%, rgba(15, 26, 90, 0.92) 100%);
  height: 100%;
  width: 100%;
}
.ecom-banner .ecom-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ecom-banner .ecom-cont {
  position: relative;
  z-index: 3;
  padding: 150px 0px;
}
.ecom-banner .ecom-cont .ecom-flx {
  display: flex;
  align-items: center;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-lft {
  width: 73.5%;
  padding-right: 245px;
  position: relative;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-lft::after {
  content: "";
  position: absolute;
  bottom: -240px;
  right: -33px;
  background: url(../images/cart-tro.svg) no-repeat;
  height: 355px;
  width: 300px;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-lft strong {
  font: 70px/78px "Jost-SemiBold";
  color: #fff;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-lft strong b {
  color: #a6e3ff;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-lft p {
  color: #fff;
  margin: 20px 0px;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 21px 30px;
  color: #fff;
  font: 21px/29px "Jost-Black";
  text-transform: uppercase;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns a img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns a.free-btn {
  background-color: #ff3366;
  position: relative;
  overflow: hidden;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns a.wrk-btn {
  position: relative;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns a.wrk-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0;
  background: linear-gradient(90deg, #ff3366 0%, #0c1a63 100%);
  transition: width 0.35s ease;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns a.wrk-btn:hover {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 51, 102, 0.9), 0 0 20px rgba(255, 51, 102, 0.7), 0 0 40px rgba(255, 51, 102, 0.5), 0 0 60px rgba(255, 51, 102, 0.3), 0 0 30px rgba(12, 26, 99, 0.4);
}
.ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns a.wrk-btn:hover img {
  transform: translateX(5px);
  filter: brightness(0) saturate(100%) invert(24%) sepia(88%) saturate(1900%) hue-rotate(325deg) brightness(1.1);
}
.ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns a.wrk-btn:hover::after {
  width: 100%;
  background: linear-gradient(90deg, #ff3366 0%, #0c1a63 100%);
}
.ecom-banner .ecom-cont .ecom-flx .ecom-rgt {
  width: 26.5%;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-rgt .ser {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(153, 188, 194, 0.17) 45%, rgba(0, 20, 96, 0) 90%, rgba(0, 8, 30, 0.2) 100%);
  position: relative;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-rgt .ser::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px 0 1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
  /* mask-composite: exclude; */
  /* pointer-events: none; */
}
.ecom-banner .ecom-cont .ecom-flx .ecom-rgt .ser:not(:last-of-type) {
  margin-bottom: 20px;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-rgt .ser .lft {
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-rgt .ser .lft img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-rgt .ser .rgt {
  color: #fff;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-rgt .ser .rgt b {
  display: block;
  font: 31px/39px "Jost-Bold";
  padding-bottom: 5px;
}
.ecom-banner .ecom-cont .ecom-flx .ecom-rgt .ser .rgt span {
  font: 18px/26px "Jost-Regular";
}

.martng-sec {
  padding: 150px 0px 100px;
}
.martng-sec .top {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.martng-sec .top .hd-top {
  width: 63%;
  text-align: start;
  padding-right: 50px;
}
.martng-sec .top .rgt-txt {
  width: 47%;
}
.martng-sec .btm {
  display: flex;
  align-items: center;
}
.martng-sec .btm .btm-lft {
  width: 50%;
}
.martng-sec .btm .btm-lft img {
  height: 490px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
.martng-sec .btm .btm-rgt {
  width: 50%;
  padding-left: 50px;
}
.martng-sec .btm .btm-rgt .inn-col {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  border-radius: 30px;
  border: 1px solid #ff3366;
  transition: all 0.4s linear;
}
.martng-sec .btm .btm-rgt .inn-col:not(:last-of-type) {
  margin-bottom: 20px;
}
.martng-sec .btm .btm-rgt .inn-col:hover {
  border-color: #0c1a63;
  box-shadow: 0px 0px 10px #0c1a63;
}
.martng-sec .btm .btm-rgt .inn-col:hover .lft-img {
  background-color: #0c1a63;
}
.martng-sec .btm .btm-rgt .inn-col .lft-img {
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff3366;
  transition: all 0.4s ease-in-out;
}
.martng-sec .btm .btm-rgt .inn-col .lft-img img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.martng-sec .btm .btm-rgt .inn-col .rgt-txt b {
  display: block;
  font: 25px/33px "Jost-Bold";
  color: #000;
  padding-bottom: 5px;
}
.martng-sec .btm .btm-rgt .inn-col .rgt-txt p {
  font-size: 18px;
  line-height: 26px;
  color: #555;
}

.e-plat {
  background-color: #ff3366;
  padding: 150px 0px 200px;
}
.e-plat .hd-top {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.e-plat .hd-top h2,
.e-plat .hd-top p {
  color: #fff;
}
.e-plat .hd-top p {
  padding: 30px 0px;
}
.e-plat .plat-flx {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.e-plat .plat-flx .plat-inn {
  width: 23%;
  padding: 30px;
  background-color: #ff4775;
  border-radius: 20px;
  transition: all 0.4s linear;
}
.e-plat .plat-flx .plat-inn:hover {
  background-color: #fff;
}
.e-plat .plat-flx .plat-inn:hover img {
  filter: brightness(0);
}
.e-plat .plat-flx .plat-inn:hover b,
.e-plat .plat-flx .plat-inn:hover p {
  color: #000;
}
.e-plat .plat-flx .plat-inn img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.e-plat .plat-flx .plat-inn b {
  display: block;
  color: #fff;
  font: 30px/38px "Jost-Black";
  padding: 20px 0px 10px;
}
.e-plat .plat-flx .plat-inn p {
  font: 18px/26px "Jost-Medium";
  color: #fff;
}

.recent-sec {
  padding: 150px 0px;
}
.recent-sec .recen-flx {
  display: flex;
  align-items: center;
  padding: 110px 80px;
  border: 2px solid #ff3366;
  border-radius: 125px;
  margin-top: 40px;
  box-shadow: 0px 0px 30px #d2cfcf;
  opacity: 0;
  transform: translateY(50px);
  animation: reveal 0.9s ease forwards;
}
.recent-sec .recen-flx:hover {
  box-shadow: 0px 0px 30px #ffdce6;
}
.recent-sec .recen-flx:hover .recen-lft::after {
  width: 90%;
}
.recent-sec .recen-flx .recen-lft {
  width: 66%;
  padding-right: 75px;
  position: relative;
  display: inline-block;
}
.recent-sec .recen-flx .recen-lft::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 0;
  height: 18px;
  background: #ffdce6;
  z-index: -1;
  transition: 0.5s;
}
.recent-sec .recen-flx .recen-lft strong {
  font: 50px/58px "Jost-Regular";
  color: #000;
}
.recent-sec .recen-flx .recen-rgt {
  background-color: #ffe3e9;
  border-radius: 30px;
  padding: 26px 30px;
  width: 44%;
}
.recent-sec .recen-flx .recen-rgt b {
  font: 22px/30px "Jost-Bold";
  color: #000;
  padding-bottom: 5px;
}
.recent-sec .recen-flx .recen-rgt p {
  font-family: "Jost-Medium";
  color: #555;
}
.recent-sec .recen-flx .recen-rgt p:not(:last-of-type) {
  padding-bottom: 10px;
}

.thr-steps {
  padding: 100px 0px;
  background-color: #0c1a63;
}
.thr-steps .hd-top h3 {
  color: #fff;
}
.thr-steps .steps-inn {
  display: flex;
  padding-top: 100px;
  align-items: center;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
.thr-steps .steps-inn .step-lft {
  width: 68%;
  position: relative;
  display: flex;
}
.thr-steps .steps-inn .step-lft .cir {
  height: 390px;
  width: 390px;
  border-radius: 50%;
  background-color: #ff3366;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.thr-steps .steps-inn .step-lft .cir::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  height: 390px;
  width: 390px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
.thr-steps .steps-inn .step-lft .cir img {
  height: 55px;
  width: 233px;
  -o-object-fit: contain;
     object-fit: contain;
}
.thr-steps .steps-inn .step-lft .center {
  position: absolute;
  top: -130px;
  right: 120px;
  transform: rotate(14deg);
}
.thr-steps .steps-inn .step-lft .center .arc {
  --b: 90px;
  --a: 146deg;
  height: 650px;
  width: 620px;
  aspect-ratio: 1;
  padding: var(--b);
  border-radius: 50%;
  background: conic-gradient(from -55deg, #e51354 0deg 105deg, #e51354 55deg 75deg, #ee3968 55deg 78deg, #ee3968 90deg 155deg, #e51354 90deg 30deg);
  --_g: /var(--b) var(--b) no-repeat radial-gradient(50% 50%, #000 100%, #0000);
  -webkit-mask: top var(--_g), calc(50% + 50% * sin(var(--a))) calc(50% - 50% * cos(var(--a))) var(--_g), linear-gradient(rgba(0, 0, 0, 0) 0 0) content-box, conic-gradient(#000 var(--a), rgba(0, 0, 0, 0) 0);
  -webkit-mask-composite: source-in, xor;
  -webkit-mask: top var(--_g), calc(50% + 50% * sin(var(--a))) calc(50% - 50% * cos(var(--a))) var(--_g), linear-gradient(rgba(0, 0, 0, 0) 0 0) content-box, conic-gradient(#000 var(--a), rgba(0, 0, 0, 0) 0);
  -webkit-mask-composite: source-in, xor;
          mask: top var(--_g), calc(50% + 50% * sin(var(--a))) calc(50% - 50% * cos(var(--a))) var(--_g), linear-gradient(rgba(0, 0, 0, 0) 0 0) content-box intersect, conic-gradient(#000 var(--a), rgba(0, 0, 0, 0) 0);
}
.thr-steps .steps-inn .step-lft .inn-imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  gap: 175px;
  right: 132px;
  top: -80px;
  z-index: 2;
}
.thr-steps .steps-inn .step-lft .inn-imgs li {
  height: 61px;
  width: 61px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
}
.thr-steps .steps-inn .step-lft .inn-imgs li::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 1px;
  background-color: #545e91;
  top: 50%;
}
.thr-steps .steps-inn .step-lft .inn-imgs li:first-of-type {
  margin-left: -180px;
}
.thr-steps .steps-inn .step-lft .inn-imgs li:first-of-type::after {
  left: 150px;
}
.thr-steps .steps-inn .step-lft .inn-imgs li:nth-child(2) {
  margin-left: 88px;
}
.thr-steps .steps-inn .step-lft .inn-imgs li:nth-child(2)::after {
  width: 160px;
  left: 90px;
}
.thr-steps .steps-inn .step-lft .inn-imgs li:last-of-type {
  margin-left: -150px;
}
.thr-steps .steps-inn .step-lft .inn-imgs li:last-of-type::after {
  left: 135px;
}
.thr-steps .steps-inn .step-lft .inn-imgs li img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.thr-steps .steps-inn .step-rgt {
  width: 42%;
  counter-reset: section;
  padding-left: 90px;
}
.thr-steps .steps-inn .step-rgt .count-text:not(:last-of-type) {
  padding-bottom: 30px;
}
.thr-steps .steps-inn .step-rgt .count-text strong {
  font: 50px/58px "Jost-Black";
  color: #fff;
  display: block;
}
.thr-steps .steps-inn .step-rgt .count-text strong::before {
  counter-increment: section;
  content: "0" counter(section) "";
}
.thr-steps .steps-inn .step-rgt .count-text b {
  font: 27px/35px "Jost-Bold";
  color: #fff;
  padding: 10px 0px;
}
.thr-steps .steps-inn .step-rgt .count-text p {
  font-family: "Jost-Regular";
  color: #fff;
}

.ecom-bottom {
  position: relative;
}
.ecom-bottom .btm-img {
  position: absolute;
  inset: 0;
}
.ecom-bottom .btm-img::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, rgba(12, 24, 82, 0.95) 0%, rgba(34, 49, 140, 0.75) 50%, rgba(15, 26, 90, 0.92) 100%);
}
.ecom-bottom .btm-img::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  background: url(../images/btm-overlay.png) no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.ecom-bottom .btm-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ecom-bottom .foot-cont {
  position: relative;
  padding: 250px 0px;
}
.ecom-bottom .foot-cont .text-inn {
  max-width: 975px;
  width: 100%;
  margin: 0 auto;
}
.ecom-bottom .foot-cont .text-inn .hd-top h5 {
  color: #fff;
}
.ecom-bottom .foot-cont .text-inn .hd-top h5 strong {
  color: #a6e3ff;
}
.ecom-bottom .foot-cont .text-inn .hd-top p {
  color: #fff;
  font: 22px/30px "Jost-Medium";
  padding: 10px 0px 30px;
}
.ecom-bottom .foot-cont .text-inn .foot-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.ecom-bottom .foot-cont .text-inn .foot-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 21px 49px;
  color: #fff;
  font: 21px/29px "Jost-Black";
  text-transform: uppercase;
}
.ecom-bottom .foot-cont .text-inn .foot-btns a img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ecom-bottom .foot-cont .text-inn .foot-btns a.free-btn {
  background-color: #ff3366;
  position: relative;
  overflow: hidden;
}

footer {
  background-color: #00002b;
  padding: 10px 0px;
}
footer p,
footer a {
  text-align: center;
  transition: all 0.4s linear;
  color: #fff;
  font: 18px/26px "Jost-Regular";
}
footer p a:hover,
footer a a:hover {
  color: #ff3366;
}

.saas-banner {
  position: relative;
}
.saas-banner .saas-img {
  position: absolute;
  inset: 0;
}
.saas-banner .saas-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.saas-banner .saas-cont {
  position: relative;
  padding: 150px 100px;
}
.saas-banner .saas-cont .saas-lft {
  max-width: 910px;
  width: 100%;
}
.saas-banner .saas-cont .saas-lft strong {
  font: 70px/78px "Jost-SemiBold";
  color: #fff;
  padding-bottom: 10px;
}
.saas-banner .saas-cont .saas-lft strong b {
  background: linear-gradient(186deg, rgba(232, 127, 227, 0.7607843137) 20%, #50a8f9 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.saas-banner .saas-cont .saas-lft p {
  color: #fff;
}
.saas-banner .saas-cont .saas-lft .saas-btm {
  display: flex;
  gap: 20px;
  padding: 25px 0px 40px;
}
.saas-banner .saas-cont .saas-lft .saas-btm .ser {
  display: flex;
  align-items: center;
  gap: 20px;
}
.saas-banner .saas-cont .saas-lft .saas-btm .ser .lft {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid #59596d;
  background-color: #12122f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saas-banner .saas-cont .saas-lft .saas-btm .ser .lft img {
  height: 35px;
  width: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.saas-banner .saas-cont .saas-lft .saas-btm .ser .rgt b {
  font: 25px/33px "Jost-Bold";
  color: #fff;
  padding-bottom: 7px;
  display: block;
}
.saas-banner .saas-cont .saas-lft .saas-btm .ser .rgt span {
  font: 17px/25px "Jost-Regular";
  color: #fff;
}
.saas-banner .saas-cont .saas-lft .call-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.saas-banner .saas-cont .saas-lft .call-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 21px 30px;
  color: #fff;
  font: 21px/29px "Jost-Black";
  text-transform: uppercase;
}
.saas-banner .saas-cont .saas-lft .call-btns a img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.saas-banner .saas-cont .saas-lft .call-btns a.free-btn {
  background-color: #ff3366;
  position: relative;
  overflow: hidden;
}
.saas-banner .saas-cont .saas-lft .call-btns a.wrk-btn {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  transition: box-shadow 0.5s ease;
}
.saas-banner .saas-cont .saas-lft .call-btns a.wrk-btn span {
  position: relative;
  color: #51a6f8;
  z-index: 2;
  transition: color 0.5s ease, text-shadow 0.5s ease;
}
.saas-banner .saas-cont .saas-lft .call-btns a.wrk-btn img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(91%) saturate(628%) hue-rotate(185deg) brightness(102%) contrast(94%);
  position: relative;
  z-index: 2;
  transition: filter 0.5s ease;
}
.saas-banner .saas-cont .saas-lft .call-btns a.wrk-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 11px;
  height: 3px;
  width: 60%;
  right: 62px;
  background: linear-gradient(186deg, rgba(232, 127, 227, 0.7607843137) 20%, #50a8f9 80%);
  transition: height 0.5s ease, width 0.5s ease, bottom 0.5s ease, right 0.5s ease;
}
.saas-banner .saas-cont .saas-lft .call-btns a.wrk-btn:hover span {
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8), 0 0 18px rgba(80, 168, 249, 0.6);
}
.saas-banner .saas-cont .saas-lft .call-btns a.wrk-btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) drop-shadow(0 0 6px rgba(255, 255, 255, 0.8));
}
.saas-banner .saas-cont .saas-lft .call-btns a.wrk-btn:hover::after {
  height: 250%;
  width: 100%;
  bottom: 0;
  right: 0;
}

.idea-sec {
  padding: 150px 0px 100px;
}
.idea-sec .idea-top {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.idea-sec .idea-top .hd-top {
  width: 63%;
  text-align: start;
  padding-right: 50px;
}
.idea-sec .idea-top .idea-txt {
  width: 47%;
}
.idea-sec .idea-btm {
  display: flex;
  align-items: center;
}
.idea-sec .idea-btm .btm-lft {
  width: 50%;
}
.idea-sec .idea-btm .btm-lft img {
  height: 369px;
  width: 369px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.idea-sec .idea-btm .btm-rgt {
  width: 50%;
  padding-left: 50px;
}
.idea-sec .idea-btm .btm-rgt .inn-col {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  border-radius: 30px;
  transition: all 0.4s linear;
}
.idea-sec .idea-btm .btm-rgt .inn-col:not(:last-of-type) {
  margin-bottom: 20px;
}
.idea-sec .idea-btm .btm-rgt .inn-col:hover {
  border-color: #0c1a63;
  box-shadow: 0px 0px 10px #0c1a63;
}
.idea-sec .idea-btm .btm-rgt .inn-col:hover .lft-img {
  background-color: #0c1a63;
}
.idea-sec .idea-btm .btm-rgt .inn-col:hover .rgt-txt {
  border-color: #0c1a63;
}
.idea-sec .idea-btm .btm-rgt .inn-col .lft-img {
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff3366;
  transition: all 0.4s ease-in-out;
}
.idea-sec .idea-btm .btm-rgt .inn-col .lft-img img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.idea-sec .idea-btm .btm-rgt .inn-col .rgt-txt {
  padding-left: 25px;
  border-left: 1px solid #ff3365;
  transition: all 0.4s linear;
}
.idea-sec .idea-btm .btm-rgt .inn-col .rgt-txt b {
  display: block;
  font: 25px/33px "Jost-Bold";
  color: #000;
  padding-bottom: 5px;
}
.idea-sec .idea-btm .btm-rgt .inn-col .rgt-txt p {
  font-size: 18px;
  line-height: 26px;
  color: #555;
}

.saas-plat {
  background-color: #0c1a63;
  padding: 150px 0px 200px;
}
.saas-plat .hd-top {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
}
.saas-plat .hd-top h2,
.saas-plat .hd-top p {
  color: #fff;
}
.saas-plat .hd-top p {
  padding: 30px 0px;
}
.saas-plat .saasPlat-flx {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.saas-plat .saasPlat-flx .saasPlat-inn {
  width: 23%;
  padding: 30px;
  background-color: #18266b;
  border-radius: 20px;
  transition: all 0.4s linear;
}
.saas-plat .saasPlat-flx .saasPlat-inn:hover {
  background-color: #ff3366;
}
.saas-plat .saasPlat-flx .saasPlat-inn img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.saas-plat .saasPlat-flx .saasPlat-inn b {
  display: block;
  color: #fff;
  font: 30px/38px "Jost-Black";
  padding: 20px 0px 10px;
}
.saas-plat .saasPlat-flx .saasPlat-inn p {
  font: 18px/26px "Jost-Medium";
  color: #fff;
}

.saas-steps {
  padding: 150px 0px;
  background-color: #fff5f7;
}
.saas-steps .three-flx {
  display: flex;
  padding: 50px 0px;
  counter-reset: section;
  gap: 60px;
}
.saas-steps .three-flx .three-inn {
  width: 31%;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  padding: 40px 50px;
  position: relative;
}
.saas-steps .three-flx .three-inn:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 30%;
  right: -80px;
  background: url(../images/frwd-arw.svg) no-repeat;
  height: 46px;
  width: 100px;
  z-index: 2;
}
.saas-steps .three-flx .three-inn .thr-top {
  position: relative;
}
.saas-steps .three-flx .three-inn .thr-top .thr-cir {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #000;
}
.saas-steps .three-flx .three-inn .thr-top .thr-cir img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.saas-steps .three-flx .three-inn .thr-top span {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 20px/28px "Jost-Bold";
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
}
.saas-steps .three-flx .three-inn .thr-top span::before {
  counter-increment: section;
  content: "0" counter(section) "";
}
.saas-steps .three-flx .three-inn .thr-btm b {
  font: 30px/38px "Jost-Bold";
  color: #1e1e1e;
  display: block;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}
.saas-steps .three-flx .three-inn .thr-btm b::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 72px;
  bottom: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, rgb(255, 51, 102) 0%, #fff 100%);
}
.saas-steps .three-flx .three-inn .thr-btm p {
  font-size: 18px;
  line-height: 26px;
  color: #555;
}
.saas-steps .three-flx .three-inn.pink .thr-top .thr-cir {
  background-color: #feebf0;
}
.saas-steps .three-flx .three-inn.pink .thr-top span {
  background-color: #ff3366;
}
.saas-steps .three-flx .three-inn.blue .thr-top .thr-cir {
  background-color: #e7eefd;
}
.saas-steps .three-flx .three-inn.blue .thr-top span {
  background-color: #0e5cf1;
}
.saas-steps .three-flx .three-inn.blue .thr-btm b::after {
  background: linear-gradient(45deg, rgb(14, 92, 241) 0%, #fff 100%);
}
.saas-steps .three-flx .three-inn.vio .thr-top .thr-cir {
  background-color: #f4effd;
}
.saas-steps .three-flx .three-inn.vio .thr-top span {
  background-color: #8340fd;
}
.saas-steps .three-flx .three-inn.vio .thr-btm b::after {
  background: linear-gradient(45deg, rgb(131, 64, 253) 0%, #fff 100%);
}
.saas-steps .btm-logo {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.saas-steps .btm-logo::before, .saas-steps .btm-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 2px;
  background-color: #e6e6e6;
}
.saas-steps .btm-logo::before {
  left: 0;
}
.saas-steps .btm-logo::after {
  right: 0;
}

.saas-recent {
  padding: 150px 0px;
  background-color: #ff3366;
}
.saas-recent .recen-parn {
  padding: 40px 50px;
  border-radius: 65px;
  background-color: #fff;
}
.saas-recent .recen-parn strong {
  padding: 50px 0px;
  font: 50px/58px "Jost-Regular";
  color: #000;
}
.saas-recent .recen-parn .build-btm {
  border-radius: 30px;
  padding: 30px;
  background-color: #fff5f7;
  text-align: center;
}
.saas-recent .recen-parn .build-btm b {
  font: 22px/30px "Jost-Bold";
  color: #000;
  padding-bottom: 10px;
}
.saas-recent .recen-parn .build-btm p {
  font-family: "Jost-Medium";
  color: #555;
}
.saas-recent .recen-parn .build-btm p:not(:last-of-type) {
  padding-bottom: 10px;
}

.banner {
  position: relative;
  padding: 150px 0 100px 0;
}
.banner .ad_ban {
  position: absolute;
  inset: 0;
}
.banner .ad_ban img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .ban_prnt {
  position: relative;
  z-index: 1;
}
.banner .ban_prnt .top {
  display: flex;
}
.banner .ban_prnt .top .lft {
  max-width: 1000px;
  width: 100%;
  padding: 0 76px 0 0;
}
.banner .ban_prnt .top .lft strong {
  font: 80px/88px "Jost-Semibold";
  color: #ffffff;
  text-transform: capitalize;
}
.banner .ban_prnt .top .lft strong span {
  color: #a6e3ff;
}
.banner .ban_prnt .top .lft p {
  font: 20px/28px "Jost-Medium";
  color: #ffffff;
  padding: 20px 95px 33px 0;
}
.banner .ban_prnt .top .lft .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: unset;
  gap: 45px;
}
.banner .ban_prnt .top .lft .btn a {
  color: #ffffff;
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff3366;
  color: #ffffff;
  font: 18px/26px "Jost-Black";
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  padding: 10px 30.5px;
}
.banner .ban_prnt .top .lft .btn a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner .ban_prnt .top .lft .btn a {
  font: 21px/29px "Jost-Black";
  width: unset;
  gap: 10px;
  padding: 18px 37.4px;
  position: relative;
  overflow: hidden;
}
.banner .ban_prnt .top .lft .btn a img {
  width: 36.5px;
  height: 36.5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner .ban_prnt .top .lft .btn .explore-link {
  position: relative;
  color: #ffffff;
  background-color: unset;
  width: -moz-fit-content;
  width: fit-content;
  font: 21px/29px "Jost-Black";
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.35s ease, text-shadow 0.35s ease;
}
.banner .ban_prnt .top .lft .btn .explore-link img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.35s ease, filter 0.35s ease;
}
.banner .ban_prnt .top .lft .btn .explore-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0;
  background: linear-gradient(90deg, #ff3366 0%, #0c1a63 100%);
  transition: width 0.35s ease;
}
.banner .ban_prnt .top .lft .btn .explore-link:hover {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 51, 102, 0.9), 0 0 20px rgba(255, 51, 102, 0.7), 0 0 40px rgba(255, 51, 102, 0.5), 0 0 60px rgba(255, 51, 102, 0.3), 0 0 30px rgba(12, 26, 99, 0.4);
}
.banner .ban_prnt .top .lft .btn .explore-link:hover img {
  transform: translateX(5px);
  filter: brightness(0) saturate(100%) invert(24%) sepia(88%) saturate(1900%) hue-rotate(325deg) brightness(1.1);
}
.banner .ban_prnt .top .lft .btn .explore-link:hover::after {
  width: 100%;
  background: linear-gradient(90deg, #ff3366 0%, #0c1a63 100%);
}
.banner .ban_prnt .top .rgt {
  width: 36.9%;
}
.banner .ban_prnt .top .rgt img {
  width: 100%;
  height: 340px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner .ban_prnt .btm {
  padding: 52px 0 0 0;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: unset;
  flex-wrap: wrap;
}
.banner .ban_prnt .btm .bx {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 47px 30px 31px;
  width: 26.38%;
  transition: opacity 0.6s ease, transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
}
.banner .ban_prnt .btm .bx::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px 1px 0 1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.banner .ban_prnt .btm .bx:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.banner .ban_prnt .btm .bx .img_blk {
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.banner .ban_prnt .btm .bx .img_blk img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.35s ease;
}
.banner .ban_prnt .btm .bx:hover .img_blk img {
  transform: scale(1.1);
}
.banner .ban_prnt .btm .bx .cnt {
  width: calc(100% - 70px);
  color: #ffffff;
}
.banner .ban_prnt .btm .bx .cnt b {
  font: 31px/39px "Jost-Bold";
}
.banner .ban_prnt .btm .bx .cnt p {
  font: 18px/26px "Jost-Regular";
  color: #fff;
}
.banner::before {
  content: " ";
  background-color: #0c1a63;
  opacity: 0.8;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.buis {
  padding: 163px 0;
  background-color: #ffffff;
}
.buis .buis_prnt .hd {
  text-align: center;
  padding: 0 228px;
}
.buis .buis_prnt .hd h1 {
  text-transform: uppercase;
  color: #222222;
  letter-spacing: -0.06em;
}
.buis .buis_prnt .hd p {
  font: 20px/28px "Jost-Medium";
  padding: 8px 94px 0 94px;
  color: #1E1E1E;
}
.buis .buis_prnt .wrap {
  padding: 52px 0 0 0;
  gap: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: unset;
  flex-wrap: wrap;
}
.buis .buis_prnt .wrap .card {
  background-color: #ffffff;
  gap: 20px;
  padding: 42px 47px 42px 28px;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: start;
  border: 2px solid #ff3366;
  justify-content: unset;
  flex-wrap: wrap;
  width: 32%;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}
.buis .buis_prnt .wrap .card:hover {
  transform: translateY(-12px);
  background-color: rgba(12, 26, 99, 0.06);
  border-color: #0c1a63;
  box-shadow: 0 20px 45px rgba(12, 26, 99, 0.25);
}
.buis .buis_prnt .wrap .card .img_blk {
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff3366;
  transition: transform 0.4s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}
.buis .buis_prnt .wrap .card .img_blk img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.35s ease;
}
.buis .buis_prnt .wrap .card:hover .img_blk {
  background-color: #0c1a63;
  transform: scale(1.15) rotate(-10deg);
  box-shadow: 0 8px 20px rgba(12, 26, 99, 0.4);
}
.buis .buis_prnt .wrap .card:hover .img_blk img {
  transform: rotate(10deg);
}
.buis .buis_prnt .wrap .card .cnt {
  color: #222222;
  width: 100%;
}
.buis .buis_prnt .wrap .card .cnt b {
  font: 31px/39px "Jost-Bold";
  transition: color 0.3s ease;
}
.buis .buis_prnt .wrap .card .cnt p {
  font: 18px/26px "Jost-Regular";
  color: #555555;
  padding: 4px 0 0 0;
}
.buis .buis_prnt .wrap .card:hover .cnt b {
  color: #0c1a63;
}

.web {
  background-color: #0c1a63;
  padding: 88px 0;
}
.web .web_prnt {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: unset;
  flex-wrap: wrap;
}
.web .web_prnt .lft {
  width: 45.3%;
}
.web .web_prnt .lft h2 {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 43px 0;
  letter-spacing: -0.06em;
}
.web .web_prnt .lft img {
  width: 100%;
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}
.web .web_prnt .rgt {
  width: 54.5%;
  padding: 27px 0 0 83px;
}
.web .web_prnt .rgt p {
  color: #ffffff;
  font: 20px/28px "Jost-Medium";
  padding: 0 50px 0 0;
}
.web .web_prnt .rgt .wrap {
  padding: 64px 0 0 0;
  gap: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: unset;
  flex-wrap: wrap;
}
.web .web_prnt .rgt .wrap .card {
  background-color: rgba(255, 255, 255, 0.0509803922);
  gap: 8px;
  padding: 21px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: start;
  justify-content: unset;
  flex-wrap: wrap;
  width: 47.6%;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  transition: transform 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.web .web_prnt .rgt .wrap .card:hover {
  transform: translateY(-4px);
  background-color: #ff3366;
  border-color: #ff3366;
  color: #fff;
  box-shadow: 0 0 8px rgba(255, 51, 102, 0.6), 0 0 20px rgba(255, 51, 102, 0.4), 0 0 40px rgba(255, 51, 102, 0.25), inset 0 0 15px rgba(255, 51, 102, 0.1);
}
.web .web_prnt .rgt .wrap .card:hover .img_blk img {
  filter: drop-shadow(0 0 6px rgba(255, 51, 102, 0.9)) drop-shadow(0 0 14px rgba(255, 51, 102, 0.6)) drop-shadow(0 0 24px rgba(255, 51, 102, 0.3));
  transform: scale(1.1);
}
.web .web_prnt .rgt .wrap .card:hover .cnt b {
  color: #ffffff;
}
.web .web_prnt .rgt .wrap .card .img_blk {
  width: 50px;
}
.web .web_prnt .rgt .wrap .card .img_blk img {
  width: 100%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.4s ease, transform 0.4s ease;
}
.web .web_prnt .rgt .wrap .card .cnt {
  color: #ffffff;
  width: 100%;
}
.web .web_prnt .rgt .wrap .card .cnt b {
  font: 30px/38px "Jost-Bold";
  transition: color 0.4s ease, text-shadow 0.4s ease;
}
.web .web_prnt .rgt .wrap .card .cnt p {
  font: 18px/26px "Jost-Regular";
  padding: 10px 0 0 0;
  color: #FFF8F8;
}

.circle {
  background-color: #ff3366;
  padding: 98px 0;
}
.circle .circle_prnt {
  position: relative;
}
.circle .circle_prnt h3 {
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.06em;
  padding: 32px 0;
  text-transform: uppercase;
  padding: 0 0 43px 0;
}
.circle .circle_prnt .circwrapp {
  padding: 393px 0;
  position: relative;
}
.circle .circle_prnt .circwrapp .circle {
  width: 390px;
  height: 390px;
  background: #E3E3E3;
  background: linear-gradient(127deg, rgb(227, 227, 227) 0%, rgb(255, 255, 255) 42%, rgb(255, 255, 255) 71%, rgb(227, 227, 227) 93%);
  clip-path: circle(50%);
  z-index: 1;
  position: relative;
  box-shadow: 20px 250px 25px 0px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.circle .circle_prnt .circwrapp .circle-discover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 24px 18px;
  cursor: pointer;
}
.circle .circle_prnt .circwrapp .circle-discover:hover {
  box-shadow: 20px 250px 40px 0px rgba(0, 0, 0, 0.18);
}
.circle .circle_prnt .circwrapp .circle-discover .circle-icon {
  width: 15%;
  text-align: center;
  position: relative;
  z-index: 3;
}
.circle .circle_prnt .circwrapp .circle-discover .circle-icon img {
  width: 100%;
  height: 53px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease;
}
.circle .circle_prnt .circwrapp .circle-discover .circle-icon::before {
  content: " ";
  background-color: rgba(255, 51, 102, 0.1019607843);
  clip-path: circle(50%);
  position: absolute;
  min-width: 38px;
  height: 38px;
  z-index: -1;
  transition: transform 0.4s ease, background-color 0.4s ease;
}
.circle .circle_prnt .circwrapp .circle-discover .circle-title {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 11px 0 0 0;
}
.circle .circle_prnt .circwrapp .circle-discover .circle-title b {
  font: 27px/35px "Jost-Bold";
  color: #222222;
  transition: color 0.4s ease;
}
.circle .circle_prnt .circwrapp .circle-discover .circle-title p {
  font: 20px/28px "Jost-Regular";
  color: #555555;
  padding: 8px 0 0 0;
  max-width: 282px;
  width: 100%;
  margin: 0 auto;
}
.circle .circle_prnt .circwrapp .circle-discover::before {
  content: " ";
  background: #FFFFFF;
  background: linear-gradient(290deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 43%, rgb(255, 255, 255) 76%, rgb(227, 227, 227) 100%);
  clip-path: circle(50%);
  position: absolute;
  width: 357px;
  height: 357px;
  z-index: 2;
}
.circle .circle_prnt .circwrapp .circle-discover:hover .circle-icon img {
  transform: translateY(-6px) scale(1.1);
}
.circle .circle_prnt .circwrapp .circle-discover:hover .circle-icon::before {
  transform: scale(1.2);
  background-color: rgba(255, 51, 102, 0.2274509804);
}
.circle .circle_prnt .circwrapp .circle-discover:hover .circle-title b {
  color: #FF3366;
}
.circle .circle_prnt .circwrapp .circle-1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.circle .circle_prnt .circwrapp .circle-1 .circle-icon::before {
  right: -11px;
  top: -3px;
}
.circle .circle_prnt .circwrapp .circle-2 {
  position: absolute;
  top: 25%;
  left: 0;
}
.circle .circle_prnt .circwrapp .circle-2 .circle-icon::before {
  right: -16px;
  top: -14px;
}
.circle .circle_prnt .circwrapp .circle-3 {
  position: absolute;
  top: 25%;
  right: 0;
}
.circle .circle_prnt .circwrapp .circle-3 .circle-icon::before {
  right: -7px;
  top: -9px;
}
.circle .circle_prnt .circwrapp .circle-4 {
  position: absolute;
  width: 234px;
  height: 234px;
  box-shadow: 20px 250px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 24px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #E3E3E3;
  background: linear-gradient(127deg, rgb(227, 227, 227) 0%, rgb(255, 255, 255) 42%, rgb(255, 255, 255) 71%, rgb(227, 227, 227) 93%);
  clip-path: circle(50%);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.circle .circle_prnt .circwrapp .circle-4 img {
  width: 173px;
  height: 41px;
  -o-object-fit: contain;
     object-fit: contain;
}
.circle .circle_prnt .circwrapp .circle-4::before {
  content: " ";
  background: #FFFFFF;
  background: linear-gradient(290deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 43%, rgb(255, 255, 255) 76%, rgb(227, 227, 227) 100%);
  clip-path: circle(50%);
  position: absolute;
  width: 208px;
  height: 208px;
  z-index: -1;
}
.circle .circle_prnt .circwrapp .circle-4-ring {
  position: absolute;
  width: 215px;
  height: 215px;
  left: 50%;
  bottom: 10px;
  border-radius: 50%;
  background: transparent;
  z-index: 8;
  pointer-events: none;
  opacity: 0.6;
  animation: sonarEffectContinuous 1.8s ease-out infinite;
}
@keyframes sonarEffectContinuous {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 128, 0.6);
    opacity: 0.7;
    transform: translateX(-50%) scale(0.9);
  }
  40% {
    opacity: 0.6;
    box-shadow: 0 0 40px 30px rgba(0, 200, 255, 0.7);
  }
  70% {
    opacity: 0.4;
    box-shadow: 0 0 55px 35px rgba(255, 60, 0, 0.6);
  }
  100% {
    box-shadow: 0 0 30px 25px rgba(255, 0, 128, 0);
    transform: translateX(-50%) scale(1.4);
    opacity: 0;
  }
}
.circle .circle_prnt .circwrapp .circle-5 {
  position: absolute;
  bottom: -8px;
  --b: 24px;
  --color-edge1: #0C1A63;
  --color-edge2: #0C1A63;
  --color-mid: #20307F;
  width: 300px;
  height: 277.5px;
  padding: var(--b);
  box-sizing: border-box;
  border-radius: 50%;
  background: conic-gradient(var(--color-mid) 0%, var(--color-mid) 10%, var(--color-edge1) 10%, var(--color-edge1) 25%, var(--color-edge2) 75%, var(--color-edge2) 90%, var(--color-mid) 90%, var(--color-mid) 100%);
  --_g: /var(--b) var(--b) no-repeat radial-gradient(50% 50%, #000 calc(100% - 1px), #0000);
  mask: left 0 top 50% var(--_g), right 0 top 50% var(--_g), linear-gradient(rgba(0, 0, 0, 0) 0 0) content-box intersect, conic-gradient(#000 0deg 90deg, rgba(0, 0, 0, 0) 90deg 270deg, #000 270deg 360deg);
  -webkit-mask: left 0 top 50% var(--_g), right 0 top 50% var(--_g), linear-gradient(rgba(0, 0, 0, 0) 0 0) content-box intersect, conic-gradient(#000 0deg 90deg, rgba(0, 0, 0, 0) 90deg 270deg, #000 270deg 360deg);
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
  transition: --color-edge1 0.4s ease, --color-edge2 0.4s ease, --color-mid 0.4s ease;
}
.circle .circle_prnt .circwrapp:has(.circle-1:hover) .s-wrap .circle-5 {
  --color-edge1: #0C1A63;
  --color-mid: #20307F;
  --color-edge2: #0C1A63;
}
.circle .circle_prnt .circwrapp:has(.circle-2:hover) .s-wrap .circle-5 {
  --color-edge1: #0C1A63;
  --color-mid: #0C1A63;
  --color-edge2: #20307F;
}
.circle .circle_prnt .circwrapp:has(.circle-3:hover) .s-wrap .circle-5 {
  --color-edge1: #20307F;
  --color-mid: #0C1A63;
  --color-edge2: #0C1A63;
}
.circle .circle_prnt .line-lft {
  left: 28%;
}
.circle .circle_prnt .line-lft img {
  width: 155px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 40%);
  -webkit-mask-size: 300% 100%;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 40%);
  mask-size: 300% 100%;
  animation: mask-sweep 1.8s linear infinite;
}
.circle .circle_prnt .line-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}
.circle .circle_prnt .line-mid img {
  width: 18px;
  height: 124px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 40%);
  -webkit-mask-size: 300% 100%;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 40%);
  mask-size: 300% 100%;
  animation: mask-sweep 1.8s linear infinite;
}
.circle .circle_prnt .line-rgt {
  right: 28%;
}
.circle .circle_prnt .line-rgt img {
  width: 155px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 40%);
  -webkit-mask-size: 300% 100%;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 40%);
  mask-size: 300% 100%;
  animation: mask-sweep 1.8s linear infinite;
}
.circle .circle_prnt .lines {
  top: 60%;
  position: absolute;
}
@keyframes mask-sweep {
  0% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  100% {
    -webkit-mask-position: -250% 0;
    mask-position: -250% 0;
  }
}

.recent {
  padding: 167px 0;
}
.recent .recent_prnt h4 {
  color: #222222;
  text-align: center;
  letter-spacing: -0.06em;
  padding: 0 0 32px 0;
  text-transform: uppercase;
}
.recent .recent_prnt .wrapper {
  background-color: transparent;
  border-radius: 120px;
  border: 1px solid #0C1A63;
  padding: 90px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1);
}
.recent .recent_prnt .wrapper .lft {
  width: 38.35%;
  background-color: rgba(12, 26, 99, 0.031372549);
  padding: 33px 33px;
  border-radius: 30px;
  margin: 0 28px;
}
.recent .recent_prnt .wrapper .lft strong {
  font: 22px/30px "Jost-Bold";
  color: #222222;
}
.recent .recent_prnt .wrapper .lft b {
  font: 20px/28px "Jost-Medium";
  color: #555555;
}
.recent .recent_prnt .wrapper .lft p {
  font: 20px/28px "Jost-Medium";
  color: #555555;
}
.recent .recent_prnt .wrapper .rgt {
  width: 56.7%;
  padding: 0 0 0 10px;
}
.recent .recent_prnt .wrapper .rgt strong {
  font: 50px/58px "Jost-Regular";
}

.foot-sec {
  position: relative;
}
.foot-sec .ad_foot {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.foot-sec .ad_foot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.foot-sec .foot_prnt {
  position: relative;
  z-index: 4;
  padding: 252px 0 252px 0;
}
.foot-sec .foot_prnt .wrap {
  text-align: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.foot-sec .foot_prnt .wrap strong {
  font: 70px/78px "Jost-Black";
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.06em;
}
.foot-sec .foot_prnt .wrap strong span {
  color: #a6e3ff;
}
.foot-sec .foot_prnt .wrap p {
  font: 20px/28px "Jost-Medium";
  color: #ffffff;
  padding: 20px 0 33px 0;
}
.foot-sec .foot_prnt .wrap a {
  color: #ffffff;
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff3366;
  color: #ffffff;
  font: 18px/26px "Jost-Black";
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  padding: 10px 30.5px;
}
.foot-sec .foot_prnt .wrap a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.foot-sec .foot_prnt .wrap a {
  font: 21px/29px "Jost-Black";
  gap: 10px;
  padding: 18px 37.4px;
  margin: 0 auto;
  transition: background-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.foot-sec .foot_prnt .wrap a img {
  width: 36.5px;
  height: 36.5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.foot-sec::before {
  content: " ";
  background-color: #0c1a63;
  opacity: 0.8;
  position: absolute;
  inset: 0;
  z-index: 3;
}
.foot-sec::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  background: url(../images/btm-overlay.png) no-repeat;
  background-size: cover;
  z-index: 2;
  opacity: 0.2;
}

.stepsSwiper,
.stepsSwiper .swiper-wrapper,
.stepsSwiper .swiper-slide {
  display: contents;
}

.banner .ban_prnt .btm.owl-carousel {
  display: block !important;
  flex-wrap: unset !important;
}
.banner .ban_prnt .btm.owl-carousel .bx {
  width: 100% !important;
  opacity: 1 !important;
  transform: none !important;
}
.banner .ban_prnt .btm .owl-stage-outer {
  overflow: hidden !important;
}
.banner .ban_prnt .btm .owl-dots {
  display: none !important;
}

.buis .buis_prnt .wrap.owl-carousel {
  display: block !important;
  flex-wrap: unset !important;
}
.buis .buis_prnt .wrap.owl-carousel .card {
  width: 100% !important;
  opacity: 1 !important;
  transform: none !important;
  box-shadow: unset;
}
.buis .buis_prnt .wrap .owl-stage-outer {
  overflow: hidden !important;
}
.buis .buis_prnt .wrap .owl-dots {
  display: none !important;
}

.btns::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
  animation: light-sweep 2.2s ease-in-out infinite;
}
.btns img {
  transition: transform 0.35s ease;
}
.btns:hover {
  background-color: #ffffff !important;
  color: #ff3366 !important;
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 15px 35px rgba(255, 51, 102, 0.4);
}
.btns:hover img {
  animation: phone-shake 0.5s ease-in-out infinite;
  filter: brightness(0) saturate(100%) invert(35%) sepia(87%) saturate(4500%) hue-rotate(325deg);
}
.btns:active {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 8px 18px rgba(255, 51, 102, 0.35);
}

@media screen and (max-width: 1800px) {
  .ecom-bottom .foot-cont {
    padding: 225px 0px;
  }
  .banner .ban_prnt .top .lft strong {
    font-size: 78px;
    line-height: 86px;
  }
  .foot-sec .foot_prnt .wrap strong {
    font-size: 68px;
    line-height: 76px;
  }
}
@media screen and (max-width: 1700px) {
  .banner .ban_prnt .top .lft strong {
    font-size: 76px;
    line-height: 84px;
  }
  .foot-sec .foot_prnt .wrap strong {
    font-size: 66px;
    line-height: 74px;
  }
}
@media screen and (max-width: 1600px) {
  .recent-sec {
    padding: 125px 0px;
  }
  .e-plat {
    padding: 150px 0px 180px;
  }
  .saas-plat {
    padding: 125px 0px 150px;
  }
  .saas-steps,
  .saas-recent {
    padding: 125px 0px;
  }
  .ecom-bottom .foot-cont {
    padding: 200px 0px;
  }
  .idea-sec {
    padding: 125px 0px 90px;
  }
  .banner .ban_prnt .top .lft strong {
    font-size: 74px;
    line-height: 82px;
  }
  .foot-sec .foot_prnt .wrap strong {
    font-size: 64px;
    line-height: 72px;
  }
}
@media screen and (max-width: 1500px) {
  .ecom-bottom .foot-cont {
    padding: 200px 0px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft {
    padding-right: 205px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft::after {
    height: 335px;
    width: 270px;
    background-size: 285px;
  }
  .banner .ban_prnt .top .lft strong {
    font-size: 72px;
    line-height: 80px;
  }
  .foot-sec .foot_prnt .wrap strong {
    font-size: 62px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    padding: 0px 10px;
  }
  .banner-sec .ban-cont {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-hd,
  .lan-sec .lan-flx .lan-txt b,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 60px;
    line-height: 68px;
  }
  .build-sec .build-flx {
    gap: 28px;
  }
  .banner-sec .ban-cont {
    max-width: 715px;
  }
  .banner-sec .ban-cont strong {
    font-size: 70px;
    line-height: 78px;
  }
  .e-plat .plat-flx {
    gap: 33px;
  }
  .e-plat .plat-flx .plat-inn {
    padding: 25px;
  }
  .e-plat {
    padding: 130px 0px 150px;
  }
  .recent-sec .recen-flx .recen-lft strong,
  .saas-recent .recen-parn strong {
    font-size: 45px;
    line-height: 53px;
  }
  .ecom-bottom .foot-cont {
    padding: 175px 0px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft {
    padding-right: 190px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft::after {
    height: 335px;
    width: 270px;
    background-size: 285px;
  }
  .recent-sec .recen-flx {
    border-radius: 70px;
    padding: 80px 80px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft::after {
    height: 305px;
    width: 280px;
    background-size: 260px;
  }
  .saas-plat .saasPlat-flx {
    gap: 30px;
  }
  .saas-plat .saasPlat-flx .saasPlat-inn {
    width: 23.2%;
    padding: 20px;
  }
  .idea-sec .idea-btm .btm-lft::after {
    bottom: 40px;
    right: 21%;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .icn.icn.icn3 {
    bottom: 7px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .lft-img::before {
    left: -42px;
    bottom: 13%;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .icn.icn.icn3 {
    transform: rotate(-23deg);
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .icn {
    left: -191px;
    top: 45px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col:last-of-type .lft-img::before {
    bottom: 42%;
  }
  .idea-sec .idea-btm .btm-lft img {
    margin-left: 70px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col {
    padding: 20px;
    gap: 15px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .lft-img {
    height: 80px;
    min-width: 80px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .lft-img img {
    height: 40px;
    width: 40px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .rgt-txt {
    padding-left: 20px;
  }
  .idea-sec {
    padding: 100px 0px 90px;
  }
  .banner .ban_prnt .top .lft strong {
    font-size: 70px;
    line-height: 78px;
  }
  .foot-sec .foot_prnt .wrap strong {
    font-size: 60px;
    line-height: 78px;
  }
  .circle .circle_prnt .circwrapp .circle-4-ring {
    width: 200px;
    height: 200px;
  }
  .container {
    padding: 0 10px;
  }
  header .hd_prnt .rgt a {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 28px;
  }
  .banner {
    padding: 101px 0 80px 0;
  }
  .banner .ban_prnt .top .lft p {
    padding: 20px 85px 20px 0;
  }
  .banner .ban_prnt .top .lft .btn a {
    font-size: 18px;
    line-height: 26px;
    padding: 16px 30px;
  }
  .banner .ban_prnt .top .lft .btn .explore-link {
    font-size: 18px;
    line-height: 26px;
  }
  .banner .ban_prnt .top .lft .btn a img {
    width: 34px;
    height: 34px;
  }
  .banner .ban_prnt .btm {
    padding: 45px 0 0 0;
  }
  .banner .ban_prnt .btm .bx .cnt b {
    font-size: 27px;
    line-height: 35px;
  }
  .banner .ban_prnt .btm .bx {
    padding: 30px 31px;
  }
  .banner .ban_prnt .btm .bx .cnt p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner .ban_prnt .btm .bx .img_blk {
    min-width: 60px;
    height: 60px;
  }
  .banner .ban_prnt .btm .bx .img_blk img {
    width: 30px;
    height: 30px;
  }
  .banner .ban_prnt .top .lft .btn a:nth-of-type(2) img {
    width: 28px;
    height: 28px;
  }
  .buis {
    padding: 150px 0;
  }
  .buis .buis_prnt .wrap {
    gap: 25px;
  }
  .buis .buis_prnt .wrap .card {
    padding: 35px 28px;
  }
  .buis .buis_prnt .wrap {
    padding: 45px 0 0 0;
  }
  .buis .buis_prnt .wrap .card .img_blk {
    min-width: 60px;
    height: 60px;
  }
  .buis .buis_prnt .wrap .card .img_blk img {
    width: 30px;
    height: 30px;
  }
  .buis .buis_prnt .wrap .card .cnt b {
    font-size: 27px;
    line-height: 35px;
  }
  .buis .buis_prnt .wrap .card .cnt p {
    font-size: 16px;
    line-height: 24px;
  }
  .web {
    padding: 75px 0;
  }
  .web .web_prnt .rgt .wrap {
    padding: 55px 0 0 0;
  }
  .web .web_prnt .lft h2 {
    padding: 0px 0 40px 0;
  }
  .web .web_prnt .rgt .wrap .card .cnt b {
    font-size: 27px;
    line-height: 35px;
  }
  .web .web_prnt .rgt .wrap .card {
    padding: 21px 16px;
  }
  .web .web_prnt .rgt .wrap {
    padding: 64px 0 0 0;
    gap: 21px 26px;
  }
  .circle {
    background-color: #ff3366;
    padding: 90px 0;
  }
  .circle .circle_prnt .circwrapp .circle-discover .circle-title b {
    font-size: 25px;
    line-height: 33px;
  }
  .circle .circle_prnt .circwrapp .circle-discover .circle-title p {
    font-size: 18px;
    line-height: 26px;
  }
  .circle .circle_prnt .circwrapp .circle-discover::before {
    width: 347px;
    height: 347px;
  }
  .circle .circle_prnt .circwrapp .circle {
    width: 380px;
    height: 380px;
  }
  .circle .circle_prnt .circwrapp .circle-1 {
    top: 5%;
  }
  .circle .circle_prnt .circwrapp .circle-4 {
    width: 224px;
    height: 224px;
  }
  .circle .circle_prnt .circwrapp .circle-5 {
    position: absolute;
    bottom: -19px;
    --b: 24px;
    --color-edge1: #0C1A63;
    --color-edge2: #0C1A63;
    --color-mid: #20307F;
    width: 289px;
    height: 275px;
  }
  .circle .circle_prnt .line-mid {
    top: 52%;
  }
  .circle .circle_prnt .circwrapp .circle-4::before {
    width: 200px;
    height: 200px;
  }
  .recent {
    padding: 150px 0;
  }
  .recent .recent_prnt .wrapper {
    padding: 80px;
  }
  .recent .recent_prnt .wrapper .rgt strong {
    font-size: 45px;
    line-height: 53px;
  }
  .foot-sec .foot_prnt .wrap p {
    font-size: 18px;
    line-height: 26px;
  }
  .foot-sec .foot_prnt .wrap a {
    font-size: 18px;
    line-height: 26px;
    padding: 16px 30px;
  }
  .foot-sec .foot_prnt {
    padding: 240px 0 240px 0;
  }
  .foot-sec .foot_prnt .wrap a img {
    width: 34px;
    height: 34px;
  }
  header .hd_prnt {
    padding: 21px 0;
  }
  .banner .ban_prnt .top .lft {
    padding: 0 66px 0 0;
  }
  .web .web_prnt .rgt .wrap .card .img_blk img {
    width: 100%;
    height: 40px;
  }
  .web .web_prnt .rgt .wrap .card .img_blk {
    width: 40px;
  }
}
@media screen and (max-width: 1350px) {
  .e-plat .plat-flx .owl-stage-outer .owl-stage,
  .saas-plat .saasPlat-flx .owl-stage-outer .owl-stage {
    display: flex;
  }
  .e-plat .plat-flx .plat-inn,
  .saas-plat .saasPlat-flx .saasPlat-inn {
    width: unset;
    height: 100%;
  }
  .saas-plat {
    padding: 100px 0px 125px;
  }
  .saas-plat .saasPlat-flx .saasPlat-inn b {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1300px) {
  .build-sec .build-flx .build-box {
    width: 18%;
  }
  .anal-sec .anal-flx .anal-lft img {
    height: 420px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-hd,
  .lan-sec .lan-flx .lan-txt b,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 55px;
    line-height: 63px;
  }
  .store-sec .store-flx .store-inn img {
    height: 300px;
  }
  .build-sec .build-flx .build-box {
    width: unset;
  }
  .build-sec .build-flx .owl-stage-outer .owl-stage {
    display: flex;
  }
  .build-sec .build-flx .owl-stage-outer .owl-stage .owl-item {
    margin: 5px 0px 10px;
  }
  .build-sec .build-flx .build-box {
    height: 100%;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft {
    padding-right: 110px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft::after {
    bottom: -265px;
  }
  .martng-sec .btm .btm-rgt .inn-col {
    padding: 15px 20px;
  }
  .martng-sec .btm .btm-lft img {
    height: 460px;
  }
  .recent-sec .recen-flx {
    padding: 60px 30px;
  }
  .e-plat {
    padding: 100px 0px 125px;
  }
  .ecom-bottom .foot-cont {
    padding: 150px 0px;
  }
  .saas-steps .three-flx {
    gap: 40px;
  }
  .saas-steps, .saas-recent {
    padding: 100px 0px;
  }
  .ecom-bottom .foot-cont {
    padding: 150px 0px;
  }
  .saas-steps .three-flx .three-inn {
    padding: 35px 40px;
  }
  .saas-recent .recen-parn strong {
    padding: 40px 0px;
  }
  .saas-plat .saasPlat-flx .saasPlat-inn b {
    font-size: 24px;
    line-height: 32px;
  }
  .idea-sec .idea-btm .btm-lft img {
    height: 350px;
    width: 350px;
  }
  .idea-sec .idea-btm .btm-lft {
    width: 45%;
  }
  .idea-sec .idea-btm .btm-rgt {
    width: 55%;
    padding-left: 30px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .icn {
    display: none;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .lft-img::before,
  .idea-sec .idea-btm .btm-lft::after {
    content: none;
  }
  .banner .ban_prnt .top .lft strong {
    font-size: 68px;
    line-height: 76px;
  }
  .circle .circle_prnt .circwrapp .circle-4-ring {
    bottom: 13px;
  }
  .foot-sec .foot_prnt .wrap strong {
    font-size: 58px;
    line-height: 76px;
  }
  header .hd_prnt .rgt a {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 26px;
  }
  .banner .ban_prnt .top .lft .btn a {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 25px;
  }
  .banner .ban_prnt .top .lft .btn .explore-link {
    font-size: 16px;
    line-height: 24px;
  }
  .banner .ban_prnt .top .lft .btn a img {
    width: 32px;
    height: 32px;
  }
  .banner .ban_prnt .btm {
    padding: 40px 0 0 0;
  }
  .banner {
    padding: 101px 0 70px 0;
  }
  .banner .ban_prnt .btm .bx .cnt b {
    font-size: 25px;
    line-height: 33px;
  }
  .banner .ban_prnt .btm .bx .cnt p {
    font-size: 14px;
    line-height: 22px;
  }
  .banner .ban_prnt .btm .bx {
    padding: 25px;
  }
  .buis {
    padding: 140px 0;
  }
  .buis .buis_prnt .wrap {
    gap: 23px;
  }
  .buis .buis_prnt .wrap .card {
    padding: 30px 11px;
  }
  .web {
    padding: 60px 0;
  }
  .web .web_prnt .rgt .wrap {
    padding: 55px 0 0 0;
  }
  .web .web_prnt .rgt .wrap .card {
    padding: 21px 13px;
  }
  .circle {
    padding: 80px 0;
  }
  .circle .circle_prnt .line-lft img {
    width: 133px;
    height: 109px;
  }
  .circle .circle_prnt .line-rgt img {
    width: 133px;
    height: 109px;
  }
  .circle .circle_prnt .lines {
    top: 63%;
  }
  .circle .circle_prnt .circwrapp .circle-discover .circle-title b {
    font-size: 24px;
    line-height: 32px;
  }
  .circle .circle_prnt .circwrapp .circle-discover .circle-title p {
    font-size: 16px;
    line-height: 24px;
  }
  .circle .circle_prnt .circwrapp .circle-discover::before {
    width: 337px;
    height: 337px;
  }
  .circle .circle_prnt .circwrapp .circle {
    width: 370px;
    height: 370px;
  }
  .circle .circle_prnt .circwrapp .circle-4 {
    width: 214px;
    height: 214px;
  }
  .circle .circle_prnt .circwrapp .circle-4 {
    bottom: 1%;
  }
  .circle .circle_prnt .circwrapp .circle-5 {
    width: 278px;
    height: 275px;
  }
  .circle .circle_prnt .circwrapp .circle-4::before {
    width: 190px;
    height: 190px;
  }
  .recent {
    padding: 140px 0;
  }
  .recent .recent_prnt h4 {
    padding: 0px 0 25px 0;
  }
  .recent .recent_prnt .wrapper .lft {
    padding: 33px 30px;
  }
  .recent .recent_prnt .wrapper {
    padding: 70px;
  }
  .recent .recent_prnt .wrapper {
    border-radius: 100px;
  }
  .foot-sec .foot_prnt .wrap p {
    padding: 20px 0;
  }
  .foot-sec .foot_prnt .wrap a {
    padding: 16px 25px;
  }
  .foot-sec .foot_prnt .wrap a img {
    width: 32px;
    height: 32px;
  }
  .foot-sec .foot_prnt {
    padding: 230px 0 230px 0;
  }
}
@media screen and (max-width: 1200px) {
  header .head-flx .hd-rgt {
    gap: 15px;
  }
  .banner-sec .ban-btm img {
    height: 525px;
  }
  .build-sec .build-flx .build-box strong {
    font-size: 19px;
    line-height: 27px;
  }
  .build-sec .build-flx {
    gap: 27px;
  }
  .anal-sec .anal-flx .anal-lft img {
    height: 400px;
  }
  .table-sec .tab-parent table tbody tr td.side-hd,
  .table-sec .tab-parent table thead tr th.side-hd {
    padding-left: 30px;
  }
  .table-sec .tab-parent table tbody tr td {
    font-size: 22px;
    line-height: 30px;
  }
  .store-sec .store-flx .store-inn img {
    height: 350px;
  }
  .banner-sec .ban-cont {
    padding: 130px 0px 70px;
  }
  .faq .faq-inn .faq-item strong::before,
  .faq .faq-inn .faq-item strong::after {
    right: 10px;
  }
  .faq .faq-inn .faq-item strong {
    padding-right: 55px !important;
  }
  .build-sec,
  .anal-sec,
  .table-sec {
    padding: 90px 0px;
  }
  .table-sec .tab-parent table thead tr th {
    padding: 20px 10px;
  }
  .faq,
  .lan-sec {
    padding-bottom: 90px;
  }
  .build-sec .build-flx {
    padding: 45px 0px 90px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-rgt .ser {
    padding: 20px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-rgt .ser .lft {
    height: 65px;
    min-width: 65px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-rgt .ser .lft img {
    height: 38px;
    width: 38px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft {
    padding-right: 40px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft::after {
    bottom: -255px;
    right: -75px;
    height: 260px;
    width: 260px;
    background-size: 220px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-hd, .lan-sec .lan-flx .lan-txt b,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 50px;
    line-height: 58px;
  }
  .martng-sec .btm .btm-rgt .inn-col .lft-img {
    height: 75px;
    min-width: 75px;
  }
  .martng-sec .btm .btm-rgt .inn-col .lft-img img {
    height: 40px;
    width: 40px;
  }
  .martng-sec .btm .btm-rgt {
    width: 50%;
    padding-left: 40px;
  }
  .martng-sec .btm .btm-rgt .inn-col {
    padding: 15px 15px;
    gap: 15px;
  }
  .martng-sec .btm .btm-rgt .inn-col .rgt-txt b {
    font-size: 22px;
    line-height: 30px;
  }
  .recent-sec .recen-flx .recen-lft strong,
  .saas-recent .recen-parn strong {
    font-size: 40px;
    line-height: 48px;
  }
  .recent-sec {
    padding: 100px 0px;
  }
  .saas-plat {
    padding: 80px 0px 105px;
  }
  .ecom-bottom .foot-cont {
    padding: 125px 0px;
  }
  .saas-steps, .saas-recent {
    padding: 80px 0px;
  }
  .saas-steps .three-flx .three-inn .thr-top .thr-cir {
    height: 150px;
    width: 150px;
  }
  .saas-steps .three-flx .three-inn .thr-top .thr-cir img {
    height: 75px;
    width: 75px;
  }
  .saas-steps .three-flx .three-inn .thr-top span {
    top: -12px;
    left: -12px;
  }
  .idea-sec .idea-btm .btm-lft img {
    height: 315px;
    width: 315px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .rgt-txt b {
    font-size: 22px;
    line-height: 30px;
  }
  .idea-sec {
    padding: 80px 0px;
  }
  .banner .ban_prnt .top .lft strong {
    font-size: 66px;
    line-height: 74px;
  }
  .foot-sec .foot_prnt .wrap strong {
    font-size: 56px;
    line-height: 74px;
  }
  .buis .buis_prnt .wrap .card {
    width: 48%;
    padding: 30px 21px;
  }
  .buis .buis_prnt .hd p {
    padding: 8px 0 0;
  }
  .banner {
    padding: 85px 0 60px 0;
  }
  .buis {
    padding: 100px 0;
  }
  .web .web_prnt .lft {
    width: 80%;
    margin: 0 auto;
  }
  .web .web_prnt .rgt {
    width: 100%;
    padding: 27px 0 0 0;
  }
  .web .web_prnt .rgt .wrap .card {
    width: 49%;
  }
  .web .web_prnt .rgt .wrap {
    padding: 45px 0 0 0;
    gap: 21px 20px;
  }
  .web .web_prnt .rgt .wrap .card {
    padding: 21px 11px;
  }
  .web .web_prnt .lft h2 {
    padding: 0px 0 30px 0;
  }
  .web .web_prnt .lft h2 {
    text-align: center;
  }
  .web .web_prnt .rgt p {
    text-align: center;
    padding-right: 0;
  }
  .banner .ban_prnt .btm .bx .cnt b {
    font-size: 23px;
    line-height: 31px;
  }
  .banner .ban_prnt .btm .bx .img_blk img {
    width: 25px;
    height: 25px;
  }
  .banner .ban_prnt .btm .bx .img_blk {
    min-width: 50px;
    height: 50px;
  }
  .web .web_prnt .rgt .wrap .card .cnt p {
    text-align: start;
  }
  .recent {
    padding: 130px 0;
  }
  .recent .recent_prnt .wrapper {
    padding: 60px;
  }
  .recent .recent_prnt .wrapper .lft {
    padding: 33px 19px;
  }
  .recent .recent_prnt .wrapper .rgt strong {
    font-size: 40px;
    line-height: 48px;
  }
  header .hd_prnt .rgt a {
    padding: 10px 15px;
  }
  .banner .ban_prnt .top .lft .btn a {
    padding: 16px 15px;
  }
  .foot-sec .foot_prnt .wrap a {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 15px;
  }
  .circle .circle_prnt .line-rgt img {
    width: 121px;
    height: 109px;
  }
  .circle .circle_prnt .line-lft img {
    width: 121px;
    height: 109px;
  }
  .circle .circle_prnt .circwrapp .circle-discover::before {
    width: 332px;
    height: 332px;
  }
  .circle .circle_prnt .circwrapp .circle {
    width: 350px;
    height: 350px;
  }
  .circle .circle_prnt .circwrapp .circle-4 {
    width: 214px;
    height: 214px;
  }
  .circle .circle_prnt .circwrapp .circle-1 {
    top: 7%;
  }
  .banner .ban_prnt .top .lft {
    padding: 0 62px 0 0;
  }
  .foot-sec .foot_prnt {
    padding: 200px 0 200px 0;
  }
  .banner .ban_prnt .top .lft p {
    padding: 10px 0 20px 0;
  }
  .banner .ban_prnt .top .lft p {
    padding-right: 0 !important;
  }
  .web .web_prnt .lft img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50px;
  }
  .buis .buis_prnt .hd {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  a {
    font-size: 15px;
    line-height: 23px;
  }
  .keys-sec .key-flx .key-box .key-cir {
    height: 170px;
    width: 170px;
  }
  .keys-sec .key-flx .key-box .key-cir img {
    height: 80px;
    width: 80px;
  }
  .keys-sec .key-flx .key-box strong {
    font-size: 22px;
    line-height: 30px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-hd,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .lan-sec .lan-flx .lan-txt b,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 48px;
    line-height: 56px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-hd,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .lan-sec .lan-flx .lan-txt b,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 46px;
    line-height: 54px;
  }
  .build-sec .build-flx .build-box strong {
    font-size: 18px;
    line-height: 26px;
  }
  .table-sec .tab-parent table tbody tr td.side-hd,
  .table-sec .tab-parent table thead tr th.side-hd {
    padding-left: 20px;
  }
  .table-sec .tab-parent table thead tr th.bul-str img {
    height: 30px;
    width: 225px;
  }
  .anal-sec .anal-flx .anal-lft img {
    height: 370px;
  }
  .banner-sec .ban-cont strong {
    font-size: 65px;
    line-height: 73px;
  }
  .banner-sec .ban-cont {
    max-width: 600px;
  }
  .banner-sec .ban-btm img {
    max-width: 100%;
    height: 435px;
  }
  .banner-sec .ban-cont .vist-btn a {
    padding: 18px 52px;
  }
  .keys-sec .key-flx {
    padding-top: 50px;
  }
  .poplr-sec .poplr-inn .logo-flx .marquee .item img {
    height: 40px;
    width: 200px;
  }
  .poplr-sec .poplr-inn .logo-flx .marquee .item {
    padding: 15px 25px;
  }
  header .head-flx .hd-rgt {
    gap: 8px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft {
    padding-right: 145px;
    width: 100%;
    padding-bottom: 50px;
  }
  .ecom-banner .ecom-cont .ecom-flx {
    flex-direction: column;
    align-items: start;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft::after {
    bottom: -340px;
    right: 0px;
    height: 260px;
    width: 220px;
    background-size: 220px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-rgt {
    display: flex;
    gap: 20px;
    width: 90%;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 62px;
    line-height: 70px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns a,
  .ecom-bottom .foot-cont .text-inn .foot-btns a,
  .saas-banner .saas-cont .saas-lft .call-btns a {
    padding: 18px 25px;
    font-size: 18px;
    line-height: 26px;
  }
  .martng-sec {
    padding: 85px 0px 100px;
  }
  .martng-sec .btm {
    align-items: start;
    flex-direction: column;
  }
  .martng-sec .btm .btm-lft {
    max-width: 80%;
    width: 100%;
    margin: 0 auto 40px;
  }
  .martng-sec .btm .btm-rgt {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .martng-sec .btm .btm-rgt .inn-col:not(:last-of-type) {
    margin-bottom: 0;
  }
  .martng-sec .btm .btm-rgt .inn-col {
    width: 49%;
  }
  .martng-sec .btm .btm-lft img {
    height: 575px;
  }
  .martng-sec .top .rgt-txt {
    width: 100%;
  }
  .martng-sec .top .hd-top {
    width: 100%;
    text-align: start;
    padding-right: 0;
  }
  .martng-sec .top {
    align-items: start;
    flex-direction: column;
  }
  .e-plat .plat-flx .plat-inn b {
    font-size: 25px;
    line-height: 33px;
  }
  .recent-sec .recen-flx .recen-lft strong,
  .saas-recent .recen-parn strong {
    font-size: 38px;
    line-height: 46px;
  }
  .thr-steps .steps-inn .step-lft {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .thr-steps .steps-inn {
    flex-direction: column;
  }
  .thr-steps .steps-inn .step-rgt {
    padding-left: 0;
    display: flex;
    width: 100%;
    margin-top: 130px;
    gap: 45px;
  }
  .thr-steps .steps-inn .step-lft .center {
    top: -130px;
    right: 190px;
    transform: rotate(102deg);
  }
  .thr-steps .steps-inn .step-lft .inn-imgs {
    gap: 0;
    right: 0;
    top: unset;
    z-index: 2;
    flex-direction: row;
    bottom: 10px;
    left: 0;
    width: 100%;
    justify-content: space-between;
  }
  .thr-steps .steps-inn .step-lft .inn-imgs li:nth-child(2)::after {
    width: 1px;
    height: 90px;
  }
  .thr-steps .steps-inn .step-lft .inn-imgs li::after {
    height: 90px;
    width: 1px;
    left: 50% !important;
    top: 165%;
  }
  .thr-steps .steps-inn .step-lft .inn-imgs li:first-of-type {
    margin-left: 120px;
  }
  .thr-steps .steps-inn .step-lft .inn-imgs li:nth-child(2),
  .thr-steps .steps-inn .step-lft .inn-imgs li:last-of-type {
    margin-left: 0;
  }
  .thr-steps .steps-inn .step-lft .inn-imgs li:last-of-type {
    margin-right: 120px;
  }
  .thr-steps .steps-inn {
    padding-top: 60px;
  }
  .thr-steps .steps-inn .step-lft .cir a {
    margin-left: 27px;
  }
  .thr-steps .steps-inn .step-lft .cir {
    margin-bottom: 40px;
  }
  .thr-steps .steps-inn .step-lft .cir::before,
  .thr-steps .steps-inn .step-lft .cir {
    height: 300px;
    width: 300px;
  }
  .thr-steps .steps-inn .step-lft .center .arc {
    display: none;
  }
  .thr-steps .steps-inn .step-lft .center {
    transform: unset;
    position: unset;
    height: 80px;
    width: 100%;
    background: linear-gradient(45deg, #e51354, #e51354, #ee3968, #ee3968, #e51354, #e51354);
    border-radius: 10px;
  }
  .thr-steps .steps-inn .step-rgt .count-text {
    width: 33%;
    text-align: center;
  }
  .thr-steps .steps-inn .step-rgt .count-text:not(:last-of-type) {
    padding-bottom: 0;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-rgt .ser .rgt b {
    font-size: 28px;
    line-height: 36px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-rgt .ser:not(:last-of-type) {
    margin-bottom: 0;
  }
  .e-plat {
    padding: 80px 0px 100px;
  }
  .ecom-banner .ecom-cont {
    padding: 125px 0px 150px;
  }
  .thr-steps .steps-inn .step-rgt .count-text strong {
    font-size: 40px;
    line-height: 48px;
  }
  .thr-steps .steps-inn .step-rgt .count-text b {
    font-size: 25px;
    line-height: 33px;
  }
  .saas-banner .saas-cont .saas-lft {
    max-width: 100%;
  }
  .saas-plat .saasPlat-flx .saasPlat-inn b {
    font-size: 20px;
    line-height: 28px;
    padding: 15px 0px 10px;
  }
  .saas-plat .saasPlat-flx .saasPlat-inn img {
    height: 45px;
    width: 45px;
  }
  .saas-recent .recen-parn {
    padding: 40px 45px;
  }
  .saas-steps .three-flx {
    gap: 25px;
  }
  .saas-steps .three-flx .three-inn {
    width: 32%;
  }
  .saas-steps .three-flx .three-inn:not(:last-of-type)::after {
    height: 45px;
    width: 90px;
    background-size: 90px;
    right: -55px;
  }
  .saas-recent .recen-parn strong {
    padding: 30px 0px;
  }
  .saas-banner .saas-cont .saas-lft p {
    padding-right: 80px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col {
    padding: 15px 15px;
  }
  .idea-sec .idea-top .hd-top {
    width: 50%;
  }
  .idea-sec .idea-top .idea-txt {
    width: 50%;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col:not(:last-of-type) {
    margin-bottom: 15px;
  }
  header .hd_prnt .rgt a img {
    width: 25px;
    height: 25px;
  }
  .circle .circle_prnt .circwrapp .circle-4-ring {
    width: 190px;
    height: 190px;
  }
  .banner .ban_prnt .top .lft strong {
    font-size: 60px;
    line-height: 68px;
  }
  .banner .ban_prnt .top .lft .btn a {
    font-size: 14px;
    line-height: 22px;
  }
  .banner .ban_prnt .top .lft .btn .explore-link {
    font-size: 14px;
    line-height: 22px;
  }
  .banner .ban_prnt .top .lft .btn a img {
    width: 30px;
    height: 30px;
  }
  .banner .ban_prnt .top .lft .btn a {
    padding: 15px;
  }
  .banner .ban_prnt .top .lft .btn {
    gap: 40px;
  }
  .banner .ban_prnt .btm {
    padding: 35px 0 0 0;
  }
  .banner .ban_prnt .top .lft p {
    padding: 10px 50px 20px 0;
  }
  .buis {
    padding: 80px 0;
  }
  .buis .buis_prnt .wrap .card .img_blk img {
    width: 25px;
    height: 25px;
  }
  .buis .buis_prnt .wrap .card .img_blk {
    min-width: 50px;
    height: 50px;
  }
  .buis .buis_prnt .wrap .card .cnt b {
    font-size: 24px;
    line-height: 32px;
  }
  .web .web_prnt .rgt .wrap .card .cnt b {
    font-size: 24px;
    line-height: 32px;
  }
  .web .web_prnt .rgt .wrap .card .img_blk img {
    width: 100%;
    height: 30px;
  }
  .web .web_prnt .rgt .wrap .card .img_blk {
    width: 30px;
  }
  .web .web_prnt .rgt .wrap .card .cnt p {
    font-size: 16px;
    line-height: 24px;
  }
  .web .web_prnt .rgt .wrap {
    padding: 30px 0 0 0;
  }
  .circle {
    padding: 70px 0;
  }
  .circle .circle_prnt .line-mid img {
    width: 15px;
    height: 151px;
  }
  .circle .circle_prnt .line-lft img {
    width: 107px;
    height: 109px;
  }
  .circle .circle_prnt .line-rgt img {
    width: 107px;
    height: 109px;
  }
  .circle .circle_prnt .circwrapp .circle-discover .circle-title p {
    max-width: 270px;
  }
  .circle .circle_prnt .circwrapp .circle {
    width: 330px;
    height: 330px;
  }
  .circle .circle_prnt .circwrapp .circle-discover::before {
    width: 312px;
    height: 312px;
  }
  .circle .circle_prnt .circwrapp .circle-4 {
    width: 204px;
    height: 204px;
  }
  .circle .circle_prnt .circwrapp .circle-4::before {
    width: 180px;
    height: 180px;
  }
  .circle .circle_prnt .circwrapp .circle-5 {
    width: 272px;
    height: 265px;
  }
  .circle .circle_prnt .circwrapp .circle-4 img {
    width: 163px;
  }
  .circle .circle_prnt .line-lft img {
    width: 99px;
    height: 109px;
  }
  .circle .circle_prnt .line-rgt img {
    width: 99px;
    height: 109px;
  }
  .circle .circle_prnt .circwrapp {
    padding: 354px 0;
    position: relative;
  }
  .circle .circle_prnt .line-mid img {
    width: 16px;
    height: 193px;
  }
  .circle .circle_prnt .line-mid {
    top: 44%;
  }
  .circle .circle_prnt .circwrapp .circle-1 {
    top: 3%;
  }
  .recent {
    padding: 100px 0;
  }
  .recent .recent_prnt .wrapper {
    padding: 50px;
  }
  .recent .recent_prnt .wrapper .rgt strong {
    font-size: 35px;
    line-height: 43px;
  }
  .recent .recent_prnt .wrapper {
    border-radius: 90px;
  }
  .foot-sec .foot_prnt .wrap strong {
    font-size: 50px;
    line-height: 58px;
  }
  .foot-sec .foot_prnt {
    padding: 170px 0;
  }
  .foot-sec .foot_prnt .wrap a {
    font-size: 14px;
    line-height: 22px;
    padding: 15px;
  }
  .recent .recent_prnt .wrapper .lft {
    width: 50.35%;
  }
}
@media screen and (max-width: 1024px) {
  .banner-sec .ban-cont strong,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 58px;
    line-height: 66px;
  }
  .banner-sec .ban-cont .vist-btn a {
    padding: 15px 45px;
  }
  .store-sec .store-flx .store-inn {
    width: 48.9%;
  }
  .lan-sec .lan-flx {
    padding: 45px 55px;
  }
  .store-sec .store-flx .store-inn img {
    height: 275px;
  }
  .build-sec, .anal-sec, .table-sec {
    padding: 80px 0px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-hd,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .lan-sec .lan-flx .lan-txt b,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 38px;
    line-height: 46px;
  }
  .banner-sec .ban-cont strong,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 55px;
    line-height: 63px;
  }
  .banner-sec .ban-cont {
    max-width: 510px;
  }
  .store-sec .store-flx {
    padding-top: 60px;
  }
  .poplr-sec .poplr-inn .logo-flx {
    margin-top: 60px;
  }
  .faq,
  .lan-sec {
    padding-bottom: 80px;
  }
  .build-sec .build-flx {
    padding: 45px 0px 70px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft {
    padding-right: 160px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft::after {
    height: 210px;
    width: 175px;
    background-size: 180px;
  }
  .martng-sec .btm .btm-rgt {
    gap: 18px;
  }
  .thr-steps .steps-inn .step-rgt {
    gap: 30px;
  }
  .recent-sec,
  .martng-sec {
    padding: 80px 0px;
  }
  .thr-steps {
    padding: 80px 0px 100px;
  }
  .ecom-bottom .foot-cont .text-inn {
    padding: 0 10px;
  }
  .martng-sec .btm .btm-lft img {
    border-radius: 65px;
  }
  .recent-sec .recen-flx .recen-lft strong,
  .saas-recent .recen-parn strong {
    font-size: 35px;
    line-height: 45px;
  }
  .recent-sec .recen-flx {
    padding: 50px 30px;
  }
  .ecom-bottom .foot-cont {
    padding: 125px 0px;
  }
  .saas-plat .saasPlat-flx .saasPlat-inn {
    padding: 20px;
  }
  .saas-steps .three-flx .three-inn .thr-btm b {
    font-size: 25px;
    line-height: 33px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .saas-recent .recen-parn {
    border-radius: 35px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .rgt-txt b {
    font-size: 20px;
    line-height: 28px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .rgt-txt p {
    font-size: 16px;
    line-height: 24px;
  }
  .idea-sec .idea-btm .btm-rgt {
    padding-left: 25px;
  }
  .banner .ban_prnt .top .lft strong {
    font-size: 55px;
    line-height: 63px;
  }
  .banner .ban_prnt .top .lft p {
    font-size: 18px;
    line-height: 26px;
  }
  .circle .circle_prnt .circwrapp .circle-4-ring {
    width: 180px;
    height: 180px;
  }
  .recent .recent_prnt .wrapper .lft {
    width: 54%;
  }
  .buis .buis_prnt .hd {
    text-align: center;
    padding: 0 84px;
  }
  .buis .buis_prnt .hd p {
    font-size: 18px;
    line-height: 26px;
  }
  .banner .ban_prnt .btm .bx .cnt b {
    font-size: 21px;
    line-height: 29px;
  }
  .web .web_prnt .rgt p {
    font-size: 18px;
    line-height: 26px;
  }
  .web .web_prnt .rgt {
    width: 100%;
    padding: 16px 0 0 0;
  }
  .web .web_prnt .rgt .wrap {
    gap: 21px 18px;
    padding: 20px 0 0 0;
  }
  .buis {
    padding: 80px 0;
  }
  .circle {
    padding: 60px 0;
  }
  .foot-sec .foot_prnt {
    padding: 140px 0;
  }
  .foot-sec .foot_prnt .wrap strong {
    font-size: 45px;
    line-height: 53px;
  }
  .recent .recent_prnt .wrapper .rgt strong {
    font-size: 30px;
    line-height: 38px;
  }
  .recent .recent_prnt .wrapper {
    border-radius: 73px;
  }
  .circle .circle_prnt .circwrapp .circle-discover::before {
    width: 295px;
    height: 295px;
  }
  .circle .circle_prnt .circwrapp .circle {
    width: 320px;
    height: 320px;
  }
  .circle .circle_prnt .circwrapp .circle-4 {
    width: 190px;
    height: 190px;
  }
  .circle .circle_prnt .circwrapp .circle-4::before {
    width: 170px;
    height: 170px;
  }
  .circle .circle_prnt .circwrapp .circle-discover .circle-title p {
    max-width: 229px;
  }
  .circle .circle_prnt .circwrapp .circle-5 {
    width: 251px;
    height: 249px;
  }
  .circle .circle_prnt .circwrapp .circle-5 {
    --b: 23px;
  }
  .circle .circle_prnt .circwrapp {
    padding: 343px 0;
    position: relative;
  }
  .circle .circle_prnt .circwrapp .circle-discover:hover .circle-icon::before {
    transform: scale(1.1);
  }
  .circle .circle_prnt .circwrapp .circle-discover .circle-icon::before {
    min-width: 30px;
    height: 30px;
  }
  .circle .circle_prnt .circwrapp .circle-2 .circle-icon::before {
    right: -14px;
    top: -7px;
  }
  .circle .circle_prnt .circwrapp .circle-1 .circle-icon::before {
    right: -7px;
    top: 1px;
  }
  .circle .circle_prnt .circwrapp .circle-3 .circle-icon::before {
    right: -1px;
    top: 0px;
  }
  .circle .circle_prnt .circwrapp .circle-discover .circle-title b {
    font-size: 20px;
    line-height: 28px;
  }
  .circle .circle_prnt .circwrapp .circle-discover .circle-title p {
    padding: 5px 0 0 0;
  }
  .circle .circle_prnt .circwrapp .circle-4 img {
    width: 153px;
  }
}
@media screen and (max-width: 991px) {
  .keys-sec .key-flx {
    gap: 40px;
  }
  .keys-sec .key-flx .key-box .key-cir {
    height: 150px;
    width: 150px;
  }
  .keys-sec .key-flx .key-box .key-cir img {
    height: 70px;
    width: 70px;
  }
  .keys-sec .key-flx .key-box strong {
    font-size: 20px;
    line-height: 28px;
  }
  .anal-sec .anal-flx {
    flex-direction: column-reverse;
  }
  .anal-sec .anal-flx .anal-rgt {
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .anal-sec .anal-flx .anal-lft {
    max-width: 100%;
    width: 100%;
  }
  .anal-sec .anal-flx .anal-lft img {
    height: 450px;
  }
  .store-sec .store-flx {
    gap: 18px;
  }
  .poplr-sec .poplr-inn .logo-flx .marquee .track {
    gap: 25px;
  }
  .poplr-sec .poplr-inn .logo-flx .marquee .item img {
    height: 35px;
    width: 185px;
  }
  .lan-sec .lan-flx {
    padding: 40px 50px;
  }
  .lan-sec .lan-flx .lan-btn a {
    padding: 13px 20px;
    font-size: 25px;
    line-height: 33px;
  }
  .table-sec .tab-parent table thead tr th {
    padding: 15px 10px;
  }
  .table-sec .tab-parent table thead tr th.bul-str img {
    height: 25px;
    width: 220px;
  }
  .table-sec .tab-parent table tbody tr td.side-hd, .table-sec .tab-parent table thead tr th.side-hd {
    padding-left: 15px;
  }
  .table-sec .tab-parent table tbody tr td {
    font-size: 20px;
    line-height: 28px;
  }
  .table-sec .tab-parent table thead tr th {
    width: 34%;
  }
  .table-sec .tab-parent table thead tr th.side-hd {
    width: 32%;
  }
  .table-sec .tab-parent table tbody tr td img {
    height: 23px;
    width: 23px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-hd,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .lan-sec .lan-flx .lan-txt b,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 38px;
    line-height: 46px;
  }
  .banner-sec .ban-cont {
    padding: 130px 0px 60px;
  }
  .build-sec, .anal-sec, .table-sec {
    padding: 70px 0px;
  }
  .faq, .lan-sec {
    padding-bottom: 70px;
  }
  .banner-sec .ban-cont .vist-btn a {
    padding: 10px 40px;
    font-size: 28px;
    line-height: 36px;
  }
  .anal-sec .anal-flx .anal-rgt .home-hd,
  .anal-sec .anal-flx .anal-rgt p {
    text-align: center;
  }
  header .head-flx .hd-rgt {
    position: fixed;
    background-color: #fff;
    right: -400px;
    top: 0;
    width: 400px;
    flex-direction: column;
    height: 100%;
    justify-content: start;
    align-items: start;
    padding: 50px 30px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  header .head-flx .hd-rgt.open {
    right: 0;
  }
  .hd-rgt li {
    opacity: 0;
    transform: translateX(30px);
    transition: 0.4s ease;
  }
  .hd-rgt.open li {
    opacity: 1;
    transform: translateX(0);
  }
  .hd-rgt.open li:nth-child(1) {
    transition-delay: 0.08s;
  }
  .hd-rgt.open li:nth-child(2) {
    transition-delay: 0.14s;
  }
  .hd-rgt.open li:nth-child(3) {
    transition-delay: 0.2s;
  }
  .hd-rgt.open li:nth-child(4) {
    transition-delay: 0.26s;
  }
  .hd-rgt.open li:nth-child(5) {
    transition-delay: 0.32s;
  }
  .hd-rgt.open li:nth-child(6) {
    transition-delay: 0.38s;
  }
  .hd-rgt.open li:nth-child(7) {
    transition-delay: 0.44s;
  }
  .hd-rgt.open li:nth-child(8) {
    transition-delay: 0.5s;
  }
  body.bur-overlay {
    position: relative;
    overflow: hidden;
  }
  body.bur-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 51, 102, 0.2);
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft {
    padding-right: 0;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns a, .ecom-bottom .foot-cont .text-inn .foot-btns a {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-rgt .ser .rgt b {
    font-size: 25px;
    line-height: 33px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-rgt {
    width: 100%;
  }
  .martng-sec .btm .btm-lft img {
    height: 500px;
  }
  .martng-sec .btm .btm-rgt .inn-col {
    width: 48.9%;
  }
  .thr-steps .steps-inn .step-lft .inn-imgs li::after,
  .thr-steps .steps-inn .step-lft .inn-imgs li:nth-child(2)::after {
    height: 50px;
  }
  .thr-steps .steps-inn .step-rgt {
    margin-top: 100px;
  }
  .recent-sec .recen-flx .recen-lft strong,
  .saas-recent .recen-parn strong {
    font-size: 30px;
    line-height: 40px;
  }
  .thr-steps .steps-inn .step-rgt .count-text strong {
    font-size: 35px;
    line-height: 43px;
  }
  .thr-steps .steps-inn .step-rgt .count-text b {
    font-size: 22px;
    line-height: 30px;
  }
  .thr-steps .steps-inn {
    padding-top: 50px;
  }
  .thr-steps .steps-inn .step-lft .cir::before, .thr-steps .steps-inn .step-lft .cir {
    height: 275px;
    width: 275px;
  }
  .thr-steps .steps-inn .step-lft .cir img {
    height: 50px;
    width: 220px;
  }
  .thr-steps .steps-inn .step-lft .inn-imgs li:last-of-type {
    margin-right: 105px;
  }
  .thr-steps .steps-inn .step-lft .inn-imgs li:first-of-type {
    margin-left: 105px;
  }
  .thr-steps .steps-inn .step-rgt .count-text p {
    font-size: 18px;
    line-height: 26px;
  }
  .thr-steps .steps-inn .step-rgt {
    gap: 22px;
  }
  .saas-banner .saas-cont {
    padding: 130px 0px 80px;
  }
  .saas-banner .saas-cont .saas-lft .saas-btm .ser .rgt b {
    font-size: 22px;
    line-height: 30px;
  }
  .saas-banner .saas-cont .saas-lft .saas-btm .ser .lft {
    height: 75px;
    min-width: 75px;
  }
  .saas-banner .saas-cont .saas-lft .saas-btm .ser .lft img {
    height: 30px;
    width: 30px;
  }
  .saas-plat .saasPlat-flx .saasPlat-inn p {
    font-size: 17px;
    line-height: 25px;
  }
  .saas-steps .three-flx .three-inn {
    padding: 25px 25px;
  }
  .saas-steps .three-flx .three-inn .thr-btm p {
    font-size: 16px;
    line-height: 24px;
  }
  .saas-steps .three-flx {
    gap: 15px;
  }
  .saas-steps .three-flx .three-inn {
    width: 33%;
  }
  .saas-steps .three-flx .three-inn .thr-top .thr-cir {
    height: 125px;
    width: 125px;
  }
  .saas-steps .three-flx .three-inn .thr-top span {
    height: 40px;
    width: 40px;
    font-size: 16px;
    line-height: 24px;
  }
  .saas-steps .three-flx .three-inn .thr-top .thr-cir img {
    height: 65px;
    width: 65px;
  }
  .saas-steps .three-flx .three-inn:not(:last-of-type)::after {
    height: 30px;
    width: 80px;
    background-size: 65px;
    right: -60px;
  }
  .saas-plat {
    padding: 70px 0px 90px;
  }
  .saas-steps, .saas-recent {
    padding: 70px 0px;
  }
  .saas-recent .recen-parn strong {
    padding: 20px 0px;
  }
  .ecom-bottom .foot-cont {
    padding: 80px 0px;
  }
  .idea-sec .idea-btm {
    flex-direction: column;
  }
  .idea-sec .idea-btm .btm-rgt {
    padding-left: 0;
    width: 100%;
  }
  .idea-sec .idea-btm .btm-lft img {
    margin-left: auto;
  }
  .idea-sec .idea-top .hd-top {
    padding-right: 30px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .lft-img {
    height: 70px;
    min-width: 70px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .lft-img img {
    height: 35px;
    width: 35px;
  }
  .idea-sec {
    padding: 70px 0px;
  }
  body.bur-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 3;
    opacity: 0.8;
  }
  header .head-flx .hd-rgt {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 50px 30px;
    overflow: hidden;
    pointer-events: none;
    background: linear-gradient(160deg, #ff3366 0%, #ff5c8d 80%, #fff 60%, #fff 85%, white 100%);
    background-size: 100% 140%;
    clip-path: inset(0% 0% 100% 100%);
    transition: clip-path 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  }
  header .head-flx .hd-rgt::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
    background-size: 200% 100%;
    animation: sheen 6s linear infinite;
    pointer-events: none;
  }
  header .head-flx .hd-rgt::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, white, #fff, #ff5c8d);
    background-size: 100% 200%;
    animation: flow 4s linear infinite;
  }
  header .head-flx .hd-rgt.open {
    clip-path: inset(0% 0% 0% 0%);
    pointer-events: auto;
  }
  header:has(.hd-rgt.open) .hd-lft {
    display: none;
  }
  a {
    color: #fff;
  }
  .hamburger {
    display: flex;
  }
  .hamburger.active span {
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    transition: all 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  header .head-flx .hd-rgt li a:hover {
    color: #fff;
    border-radius: 5px;
  }
  header .head-flx .hd-rgt li a::before {
    background-color: #fff;
  }
  header .head-flx .hd-rgt li a::after {
    background-color: #fff;
  }
  .circle .circle_prnt .line-mid {
    top: 51%;
  }
  .circle-discover {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .stepsSwiper,
  .stepsSwiper .swiper-wrapper,
  .stepsSwiper .swiper-slide {
    display: flex !important;
  }
  .circle .circle_prnt .circwrapp {
    padding: 50px 0 343px 0;
    position: relative;
  }
  .circle .circle_prnt .circwrapp .circle {
    width: 100%;
    min-height: 250px;
    clip-path: circle(100%);
    border-radius: 10px;
    box-shadow: unset;
  }
  .circle .circle_prnt .circwrapp .circle-discover::before {
    width: 94%;
    height: 94%;
    border-radius: 10px;
    clip-path: circle(100%);
  }
  .circle .circle_prnt .circwrapp .circle-4 {
    width: 190px;
    height: 190px;
    clip-path: circle(50%);
  }
  .circle .circle_prnt .circwrapp .circle-1 {
    transform: none;
  }
  .circle .circle_prnt .circwrapp .circle-4::before {
    width: 170px;
    height: 170px;
    clip-path: circle(50%);
  }
  .circle .circle_prnt .lines {
    top: 61%;
  }
  .circle .circle_prnt .line-rgt {
    right: 21%;
  }
  .circle .circle_prnt .line-lft {
    left: 21%;
  }
  .circle .circle_prnt .line-lft img {
    width: 145px;
    height: 109px;
  }
  .circle .circle_prnt .line-rgt img {
    width: 145px;
    height: 109px;
  }
  .circle .circle_prnt .line-mid {
    top: 47%;
  }
  .banner .ban_prnt .top .lft strong {
    font-size: 50px;
    line-height: 63px;
  }
  .banner .ban_prnt .btm .bx {
    width: 30.38%;
  }
  .banner .ban_prnt .btm .bx .cnt b {
    font-size: 18px;
    line-height: 26px;
  }
  .buis {
    padding: 70px 0;
  }
  .web .web_prnt .rgt .wrap .card {
    padding: 21px 17px;
  }
  .web .web_prnt .rgt .wrap {
    gap: 21px 17px;
    padding: 20px 0 0 0;
  }
  .circle .circle_prnt h3 {
    padding: 0 0;
  }
  .recent {
    padding: 70px 0;
  }
  .recent .recent_prnt .wrapper {
    padding: 50px 26px;
  }
  .foot-sec .foot_prnt {
    padding: 120px 0;
  }
  .foot-sec .foot_prnt .wrap strong {
    font-size: 40px;
    line-height: 48px;
  }
  .circle .circle_prnt .circwrapp .circle-4 img {
    width: 140px;
  }
  .circle .circle_prnt .circwrapp .circle-4-ring {
    position: absolute;
    width: 170px;
    height: 170px;
    left: 50%;
    bottom: 18px;
  }
}
@media screen and (max-width: 881px) {
  .banner-sec .ban-cont strong,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong {
    font-size: 50px;
    line-height: 58px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-hd,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .lan-sec .lan-flx .lan-txt b,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 40px;
    line-height: 48px;
  }
  .anal-sec .anal-flx .anal-lft img {
    height: 425px;
  }
  .banner-sec .ban-btm img {
    max-width: 95%;
    height: 340px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-hd,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .lan-sec .lan-flx .lan-txt b,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 35px;
    line-height: 43px;
  }
  .keys-sec .key-flx .key-box strong {
    font-size: 18px;
    line-height: 26px;
  }
  .keys-sec .key-flx {
    gap: 35px;
  }
  .store-sec .store-flx .store-inn {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
  }
  .store-sec .store-flx .store-inn img {
    height: 395px;
  }
  .table-sec .tab-parent table thead tr th {
    font-size: 22px;
    line-height: 22px;
  }
  .poplr-sec .poplr-inn .logo-flx {
    margin-top: 40px;
  }
  .poplr-sec .poplr-inn .logo-flx .marquee.reverse {
    margin-top: 30px;
  }
  .poplr-sec .poplr-inn {
    padding: 60px 35px;
  }
  .store-sec .store-flx {
    padding-top: 50px;
  }
  .table-sec .tab-parent table tbody tr td {
    padding: 12px 10px;
  }
  .poplr-sec .poplr-inn .logo-flx .marquee .item {
    padding: 12px 20px;
  }
  .poplr-sec .poplr-inn .logo-flx .marquee .item img {
    height: 30px;
    width: 180px;
  }
  .faq .faq-inn .faq-item strong {
    font-size: 22px;
    line-height: 30px;
    padding: 20px 0px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft::after {
    height: 200px;
    width: 170px;
    background-size: 170px;
    bottom: -315px;
  }
  .martng-sec .btm .btm-lft img {
    height: 475px;
  }
  .martng-sec .btm .btm-lft {
    max-width: 85%;
  }
  .martng-sec .btm .btm-rgt {
    gap: 16px;
  }
  .martng-sec .btm .btm-rgt .inn-col .rgt-txt b {
    font-size: 20px;
    line-height: 28px;
  }
  .martng-sec .btm .btm-rgt .inn-col .lft-img {
    height: 70px;
    min-width: 70px;
  }
  .martng-sec .btm .btm-rgt .inn-col .lft-img img {
    height: 35px;
    width: 35px;
  }
  .martng-sec .btm .btm-rgt .inn-col {
    align-items: start;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-rgt .ser .lft {
    height: 60px;
    min-width: 60px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-rgt .ser .lft img {
    height: 35px;
    width: 35px;
  }
  .e-plat .plat-flx .plat-inn b {
    font-size: 20px;
    line-height: 28px;
  }
  .thr-steps .steps-inn .step-rgt .count-text {
    width: unset;
  }
  .thr-steps .steps-inn .step-lft .inn-imgs li:first-of-type .thr-steps .steps-inn .step-lft .inn-imgs li:nth-child(2),
  .thr-steps .steps-inn .step-lft .inn-imgs li:last-of-type {
    margin: 0 auto;
  }
  .recent-sec .recen-flx .recen-lft {
    padding-right: 50px;
  }
  .recent-sec .recen-flx {
    padding: 30px 30px;
  }
  .recent-sec .recen-flx .recen-rgt {
    border-radius: 30px;
    padding: 20px 20px;
  }
  .recent-sec .recen-flx {
    border-radius: 35px;
  }
  .recent-sec .recen-flx .recen-lft strong,
  .saas-recent .recen-parn strong {
    font-size: 26px;
    line-height: 34px;
  }
  .recent-sec, .martng-sec {
    padding: 70px 0px;
  }
  .ecom-bottom .foot-cont {
    padding: 100px 0px;
  }
  .hd_prnt .rgt a {
    font-size: 16px;
    line-height: 24px;
  }
  .thr-steps .steps-inn .step-rgt {
    margin-top: 50px;
  }
  .recent-sec .recen-flx .recen-rgt p {
    font-size: 17px;
    line-height: 23px;
  }
  .ecom-bottom .foot-cont .text-inn .hd-top p {
    font-size: 20px;
    line-height: 28px;
  }
  .thr-steps .steps-inn .step-lft .cir::before {
    right: -15px;
  }
  .thr-steps .steps-inn .step-lft .cir::before, .thr-steps .steps-inn .step-lft .cir {
    height: 250px;
    width: 250px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns a, .ecom-bottom .foot-cont .text-inn .foot-btns a {
    padding: 12px 20px;
  }
  .saas-steps .three-flx .three-inn:not(:last-of-type)::after {
    height: 30px;
    width: 80px;
    background-size: 65px;
    right: -60px;
  }
  .saas-steps .three-flx {
    flex-wrap: wrap;
  }
  .saas-steps .three-flx .three-inn {
    width: 48.9%;
  }
  .saas-steps .three-flx .three-inn:nth-child(even)::after {
    content: none;
  }
  .idea-sec .idea-top .idea-txt {
    width: 100%;
  }
  .idea-sec .idea-top .hd-top {
    padding-right: 0;
    width: 100%;
  }
  .idea-sec .idea-top {
    flex-direction: column;
  }
  .idea-sec .idea-top .hd-top {
    padding-bottom: 10px;
  }
  .idea-sec .idea-btm .btm-lft {
    width: 100%;
  }
  .idea-sec .idea-btm .btm-lft img {
    margin-bottom: 30px;
  }
  .web .web_prnt .rgt .wrap {
    gap: 21px 14px;
    padding: 20px 0 0 0;
  }
  .web .web_prnt .lft img {
    height: 500px;
  }
  .web .web_prnt .lft {
    width: 90%;
  }
  .circle .circle_prnt .circwrapp .circle-4-ring {
    position: absolute;
    width: 160px;
    height: 160px;
    left: 50%;
    bottom: 4px;
  }
  .buis .buis_prnt .hd {
    text-align: center;
    padding: 0 34px;
  }
  .banner .ban_prnt .top .lft strong {
    font-size: 40px;
    line-height: 48px;
  }
  .banner .ban_prnt .top .lft p {
    padding: 10px 0 20px 0;
  }
  .banner .ban_prnt .top .lft .btn {
    gap: 30px;
  }
  .banner .ban_prnt .btm .bx {
    padding: 25px 11px;
  }
  .buis {
    padding: 60px 0;
  }
  .circle .circle_prnt .line-mid {
    display: none;
  }
  .circle .circle_prnt .lines {
    top: 54%;
  }
  .circle .circle_prnt .line-rgt img {
    width: 117px;
    height: 109px;
  }
  .circle .circle_prnt .line-lft img {
    width: 117px;
    height: 109px;
  }
  .circle .circle_prnt .circwrapp .s-wrap {
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4%;
  }
  .circle .circle_prnt .lines {
    top: 65%;
  }
  .circle .circle_prnt .circwrapp {
    padding: 50px 0 220px 0;
    position: relative;
  }
  .circle .circle_prnt .circwrapp .circle-4 {
    width: 170px;
    height: 170px;
  }
  .circle .circle_prnt .circwrapp .circle-4::before {
    width: 150px;
    height: 150px;
  }
  .circle .circle_prnt .circwrapp .circle-5 {
    width: 224px;
    height: 226px;
  }
  .circle .circle_prnt .circwrapp .circle-5 {
    --b: 20px;
  }
  .circle .circle_prnt .circwrapp .circle-5 {
    bottom: -27px;
  }
  .circle .circle_prnt .line-lft img {
    width: 104px;
    height: 109px;
  }
  .circle .circle_prnt .line-rgt img {
    width: 104px;
    height: 109px;
  }
  .circle .circle_prnt .line-rgt {
    right: 24%;
  }
  .circle .circle_prnt .line-lft {
    right: 24%;
  }
  .circle .circle_prnt .circwrapp .s-wrap {
    left: 48.5%;
  }
  .recent .recent_prnt .wrapper {
    padding: 50px 40px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .recent .recent_prnt .wrapper .lft {
    width: 100%;
    margin: unset;
  }
  .recent .recent_prnt .wrapper .rgt {
    width: 100%;
  }
  .recent {
    padding: 60px 0;
  }
  .recent .recent_prnt .wrapper .lft strong {
    padding: 0 20px 0 0;
  }
  .circle .circle_prnt .circwrapp .circle-discover .circle-title p {
    max-width: unset;
    padding: 10px 30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .keys-sec .key-flx .key-box {
    width: unset;
  }
  .store-sec .store-flx .store-inn img {
    height: 355px;
  }
  .table-sec .tab-parent table thead tr th.bul-str img {
    height: 25px;
    width: 155px;
  }
  .table-sec .tab-parent table thead tr th {
    font-size: 20px;
    line-height: 20px;
  }
  .poplr-sec .poplr-inn {
    padding: 50px 30px;
  }
  .build-sec, .anal-sec, .table-sec {
    padding: 60px 0px;
  }
  .build-sec .build-flx {
    padding: 40px 0px 60px;
  }
  .faq, .lan-sec {
    padding-bottom: 60px;
  }
  .lan-sec .lan-flx {
    padding: 35px 45px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-hd,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .lan-sec .lan-flx .lan-txt b,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 34px;
    line-height: 40px;
  }
  .keys-sec .key-flx .key-box .key-cir img {
    height: 65px;
    width: 65px;
  }
  .lan-sec .lan-flx .lan-btn a {
    padding: 12px 20px;
    font-size: 22px;
    line-height: 30px;
  }
  p {
    font-size: 18px;
    line-height: 26px;
  }
  .banner-sec .ban-cont strong,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 45px;
    line-height: 53px;
  }
  .banner-sec .ban-cont {
    max-width: 465px;
  }
  .anal-sec .anal-flx .anal-lft img {
    height: 385px;
  }
  .store-sec .store-flx {
    padding-top: 40px;
  }
  .banner-sec .ban-btm img {
    height: 295px;
  }
  .banner-sec .ban-cont .vist-btn a {
    padding: 10px 40px;
    font-size: 26px;
    line-height: 34px;
  }
  .anal-sec .anal-flx .anal-lft img {
    height: 335px;
  }
  .table-sec .tab-parent table tbody tr td {
    font-size: 18px;
    line-height: 26px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-hd,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .lan-sec .lan-flx .lan-txt b,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 28px;
    line-height: 36px;
  }
  .store-sec .store-flx .store-inn img {
    height: 310px;
  }
  .keys-sec .key-flx .key-box:hover .key-cir {
    margin-top: 30px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft::after {
    height: 175px;
    width: 145px;
    background-size: 145px;
    bottom: -270px;
  }
  .ecom-banner .ecom-cont {
    padding: 125px 0px 115px;
  }
  .martng-sec .btm .btm-lft img {
    height: 385px;
  }
  .martng-sec .btm .btm-rgt .inn-col {
    width: 100%;
  }
  .recent-sec .recen-flx {
    flex-direction: column;
  }
  .recent-sec .recen-flx .recen-lft {
    padding-right: 0;
    width: 100%;
    margin-bottom: 35px;
  }
  .recent-sec .recen-flx .recen-rgt {
    width: 100%;
  }
  .e-plat {
    padding: 70px 0px 80px;
  }
  .thr-steps {
    padding: 70px 0px 80px;
  }
  .recent-sec, .martng-sec {
    padding: 60px 0px;
  }
  .ecom-bottom .foot-cont {
    padding: 90px 0px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns a, .ecom-bottom .foot-cont .text-inn .foot-btns a {
    padding: 12px 12px;
    font-size: 15px;
    line-height: 23px;
    gap: 10px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns {
    gap: 10px;
  }
  .saas-banner .saas-cont .saas-lft p {
    padding-right: 0;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns a,
  .ecom-bottom .foot-cont .text-inn .foot-btns a,
  .saas-banner .saas-cont .saas-lft .call-btns a {
    padding: 12px 25px;
    font-size: 16px;
    line-height: 24px;
  }
  .saas-plat {
    padding: 60px 0px 80px;
  }
  .saas-steps .three-flx .three-inn {
    width: 48.8%;
  }
  .saas-steps .btm-logo::before, .saas-steps .btm-logo::after {
    width: 33%;
  }
  .saas-steps, .saas-recent {
    padding: 60px 0px;
  }
  .saas-recent .recen-parn {
    padding: 25px 25px;
    border-radius: 20px;
  }
  .ecom-bottom .foot-cont {
    padding: 80px 0px;
  }
  .saas-banner .saas-cont {
    padding: 120px 0px 80px;
  }
  .saas-plat .hd-top p {
    padding: 20px 0px;
  }
  .saas-banner .saas-cont .saas-lft .saas-btm .ser {
    gap: 15px;
  }
  .saas-steps .three-flx .three-inn {
    width: 100%;
  }
  .saas-steps .three-flx .three-inn:not(:last-of-type)::after {
    content: none;
  }
  .idea-sec {
    padding: 60px 0px;
  }
  .idea-sec .idea-btm .btm-lft img {
    height: 300px;
    width: 300px;
  }
  .banner .ban_prnt .top .lft strong {
    font-size: 35px;
    line-height: 43px;
    padding: 10px 0 0 0;
  }
  .web .web_prnt .lft img {
    height: 450px;
  }
  .banner .ban_prnt .top .lft p {
    font-size: 16px;
    line-height: 24px;
  }
  .buis .buis_prnt .hd p {
    font-size: 16px;
    line-height: 24px;
  }
  .web .web_prnt .rgt p {
    font-size: 16px;
    line-height: 24px;
  }
  .foot-sec .foot_prnt .wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner .ban_prnt .btm .bx {
    width: 36.38%;
  }
  .banner .ban_prnt .top {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .banner .ban_prnt .top .rgt img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .banner .ban_prnt .btm {
    padding: 40px 0 0 0;
  }
  .web .web_prnt .rgt .wrap .card {
    width: 100%;
  }
  .web .web_prnt .rgt p {
    padding: 0 30px;
  }
  .foot-sec .foot_prnt .wrap strong {
    font-size: 35px;
    line-height: 43px;
  }
  .foot-sec .foot_prnt .wrap p {
    padding: 20px 47px;
  }
  .recent .recent_prnt .wrapper .rgt strong {
    font-size: 28px;
    line-height: 36px;
  }
  .recent .recent_prnt .wrapper .lft b {
    font-size: 18px;
    line-height: 26px;
  }
  .recent .recent_prnt .wrapper .lft p {
    font-size: 18px;
    line-height: 26px;
  }
  .banner .ban_prnt .top .lft {
    padding: 0 0 0 0;
  }
  .banner .ban_prnt .btm .bx {
    padding: 25px 17px;
    width: 47.38%;
  }
}
@media screen and (max-width: 650px) {
  .keys-sec .key-flx .key-box .key-cir {
    height: 125px;
    width: 125px;
  }
  .keys-sec .key-flx .key-box .key-cir img {
    height: 55px;
    width: 55px;
  }
  .build-sec .build-flx .build-box strong {
    font-size: 16px;
    line-height: 24px;
  }
  .build-sec .build-flx .build-box .top {
    height: 75px;
    width: 75px;
  }
  .build-sec .build-flx .build-box .top img {
    height: 40px;
    width: 40px;
  }
  .banner-sec .ban-btm img {
    height: 255px;
    max-width: 100%;
  }
  .anal-sec .anal-flx .anal-lft img {
    height: 350px;
  }
  .anal-sec .anal-flx .anal-rgt .home-hd, .anal-sec .anal-flx .anal-rgt p {
    max-width: 455px;
    width: 100%;
    margin: 0 auto;
  }
  .table-sec .tab-parent {
    overflow-x: auto;
  }
  .table-sec .tab-parent table {
    width: 600px;
  }
  .store-sec .store-flx .store-inn img {
    height: 260px;
  }
  .lan-sec .lan-flx {
    flex-direction: column;
    gap: 25px;
    border-radius: 25px;
  }
  .lan-sec .lan-flx .lan-btn {
    width: 100%;
    text-align: center;
  }
  .lan-sec .lan-flx .lan-txt {
    width: 100%;
  }
  .banner-sec .ban-cont .vist-btn a {
    font-size: 24px;
    line-height: 32px;
  }
  .poplr-sec .poplr-inn {
    padding: 40px 20p 55px;
  }
  .martng-sec .btm .btm-lft img {
    height: 350px;
    border-radius: 35px;
  }
  .e-plat .plat-flx .plat-inn p {
    font-size: 16px;
    line-height: 24px;
  }
  .e-plat .plat-flx .plat-inn img {
    height: 45px;
    width: 45px;
  }
  .e-plat .plat-flx .plat-inn b {
    padding: 15px 0px 10px;
  }
  .recent-sec .recen-flx .recen-lft strong,
  .saas-recent .recen-parn strong {
    font-size: 24px;
    line-height: 32px;
  }
  .recent-sec .recen-flx .recen-rgt b {
    font-size: 20px;
    line-height: 28px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .saas-banner .saas-cont .saas-lft .call-btns {
    align-items: start;
    flex-direction: column;
  }
  .saas-plat .saasPlat-flx .saasPlat-inn p {
    font-size: 16px;
    line-height: 24px;
  }
  .saas-steps .three-flx .three-inn {
    width: 48.5%;
  }
  .ecom-bottom .foot-cont .text-inn .foot-btns {
    flex-direction: column;
  }
  .ecom-bottom .foot-cont {
    padding: 70px 0px;
  }
  .saas-recent .recen-parn .build-btm {
    padding: 20px;
  }
  .saas-steps .three-flx .three-inn .thr-btm b {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .buis .buis_prnt .wrap .card {
    width: 100%;
    padding: 30px 21px;
  }
  .web .web_prnt .lft {
    width: 100%;
  }
  .banner .ban_prnt .btm .bx {
    padding: 25px 18px;
  }
  .buis .buis_prnt .hd {
    padding: 0 10px;
  }
  .banner .ban_prnt .btm .bx {
    width: 47.38%;
  }
  .web .web_prnt .lft img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .circle .circle_prnt .lines {
    display: none;
  }
  .circle .circle_prnt .line-mid {
    display: unset;
  }
  .circle .circle_prnt .line-mid {
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
  .circle .circle_prnt .circwrapp {
    padding: 50px 0 294px 0;
  }
  .circle .circle_prnt .circwrapp .s-wrap {
    left: 50%;
  }
  .banner .ban_prnt .top .lft strong {
    font-size: 33px;
    line-height: 41px;
  }
  .buis .buis_prnt .wrap .card .cnt b {
    font-size: 22px;
    line-height: 30px;
  }
  .web .web_prnt .rgt .wrap .card .cnt b {
    font-size: 22px;
    line-height: 30px;
  }
  .recent .recent_prnt .wrapper .rgt strong {
    font-size: 26px;
    line-height: 34px;
  }
  .foot-sec .foot_prnt .wrap strong {
    font-size: 33px;
    line-height: 41px;
  }
}
@media screen and (max-width: 550px) {
  .anal-sec .anal-flx .anal-lft img {
    height: 320px;
  }
  .store-sec .store-flx .store-inn img {
    height: 220px;
  }
  .banner-sec .ban-cont {
    padding: 130px 0px 50px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-hd,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .lan-sec .lan-flx .lan-txt b,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 28px;
    line-height: 35px;
  }
  .lan-sec .lan-flx {
    padding: 30px;
  }
  .faq, .lan-sec {
    padding-bottom: 50px;
  }
  .build-sec, .anal-sec, .table-sec {
    padding: 50px 0px;
  }
  .build-sec .build-flx {
    padding: 30px 0px 50px;
  }
  .martng-sec .btm .btm-lft {
    max-width: 100%;
  }
  .martng-sec .btm .btm-lft img {
    height: 350px;
    border-radius: 40px;
  }
  .martng-sec .btm .btm-rgt .inn-col .lft-img {
    height: 60px;
    min-width: 60px;
  }
  .recent-sec, .martng-sec {
    padding: 50px 0px;
  }
  .e-plat {
    padding: 60px 0px;
  }
  .thr-steps .steps-inn .step-lft .cir::before, .thr-steps .steps-inn .step-lft .cir {
    height: 200px;
    width: 200px;
  }
  .thr-steps .steps-inn .step-lft .cir img {
    height: 35px;
    width: 150px;
  }
  .thr-steps .steps-inn {
    padding-top: 25px;
  }
  .thr-steps {
    padding: 50px 0px;
  }
  .thr-steps .steps-inn .step-lft .center {
    width: 90%;
    height: 70px;
  }
  .thr-steps .steps-inn .step-lft .inn-imgs {
    bottom: 7px;
  }
  .thr-steps .steps-inn .step-rgt {
    margin-top: 30px;
    padding: 0px 25px;
  }
  .recent-sec .recen-flx {
    padding: 20px;
  }
  .recent-sec .recen-flx .recen-rgt {
    border-radius: 10px;
  }
  .ecom-bottom .foot-cont .text-inn .foot-btns {
    flex-direction: column;
  }
  .thr-steps .steps-inn .step-lft .inn-imgs li {
    height: 55px;
    width: 55px;
  }
  .thr-steps .steps-inn .step-lft .inn-imgs li img {
    height: 28px;
    width: 28px;
  }
  .thr-steps .steps-inn .step-rgt .count-text strong {
    font-size: 30px;
    line-height: 38px;
  }
  .ecom-bottom .foot-cont {
    padding: 70px 0px;
  }
  .ecom-banner .ecom-cont {
    padding: 100px 0px 85px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft::after {
    bottom: -250px;
  }
  .martng-sec {
    padding-top: 70px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft {
    padding-bottom: 20px;
  }
  .martng-sec .top {
    padding-bottom: 20px;
  }
  .e-plat .plat-flx .plat-inn {
    padding: 20px;
  }
  .e-plat .plat-flx .plat-inn img {
    height: 35px;
    width: 35px;
  }
  .e-plat .plat-flx .plat-inn b {
    padding: 10px 0px;
  }
  .recent-sec .recen-flx .recen-lft::after,
  .recent-sec .recen-flx:hover .recen-lft::after {
    bottom: -20px;
    height: 7px;
  }
  .thr-steps .steps-inn .step-rgt .count-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .saas-steps .three-flx .three-inn:not(:last-of-type)::after {
    content: none;
  }
  .saas-steps .three-flx .three-inn {
    width: 100%;
  }
  .saas-plat .saasPlat-flx .saasPlat-inn b {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0px;
  }
  .saas-plat .saasPlat-flx .saasPlat-inn img {
    height: 35px;
    width: 35px;
  }
  .saas-steps, .saas-recent {
    padding: 50px 0px;
  }
  .saas-steps .three-flx {
    padding: 40px 0px;
  }
  .saas-banner .saas-cont {
    padding: 100px 0px 60px;
  }
  .saas-plat {
    padding: 50px 0px;
  }
  .idea-sec {
    padding: 50px 0px;
  }
  .idea-sec .idea-btm .btm-lft img {
    height: 255px;
    width: 255px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col:not(:last-of-type) {
    margin-bottom: 0px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .lft-img {
    height: 60px;
    min-width: 60px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .lft-img img {
    height: 30px;
    width: 30px;
  }
  .idea-sec .idea-top {
    padding-bottom: 20px;
  }
  .banner .ban_prnt .top .lft strong {
    font-size: 31px;
    line-height: 39px;
  }
  .banner .ban_prnt .top .lft {
    text-align: center;
  }
  .banner .ban_prnt .btm {
    padding: 15px 0 0 0;
  }
  .banner .ban_prnt .top .lft .btn {
    gap: 10px;
  }
  .banner .ban_prnt .top .lft p {
    font-size: 16px;
    line-height: 24px;
  }
  .recent .recent_prnt .wrapper {
    border-radius: 51px;
  }
  .foot-sec .foot_prnt .wrap p {
    padding: 20px 0;
  }
  .web .web_prnt .rgt {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .banner .ban_prnt .top .lft .btn {
    align-items: start;
    flex-direction: column;
  }
  .banner .ban_prnt .top .lft .btn a {
    padding: 15px;
    width: 100%;
  }
  .banner .ban_prnt .top .lft .btn a:nth-of-type(2) {
    width: 100%;
  }
  .banner .ban_prnt .btm .bx .cnt p {
    font-size: 13px;
    line-height: 21px;
  }
  .foot-sec .foot_prnt .wrap strong {
    font-size: 31px;
    line-height: 41px;
  }
  .banner .ban_prnt .btm .bx {
    padding: 25px 11px;
  }
  .banner .ban_prnt .top .lft .btn .explore-link::after {
    left: 30%;
  }
  .banner .ban_prnt .top .lft .btn .explore-link:hover::after {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  .faq .faq-inn .faq-item strong {
    font-size: 20px;
    line-height: 28px;
    padding: 20px 0px;
  }
  p {
    font-size: 17px;
    line-height: 25px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-hd,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .lan-sec .lan-flx .lan-txt b,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 25px;
    line-height: 33px;
  }
  .anal-sec .anal-flx .anal-lft img {
    height: 275px;
  }
  .banner-sec .ban-cont strong,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 34px;
    line-height: 42px;
  }
  .build-sec, .anal-sec, .table-sec {
    padding: 40px 0px;
  }
  .keys-sec .key-flx {
    padding-top: 40px;
  }
  .poplr-sec .poplr-inn {
    padding: 40px 20px;
  }
  .faq .faq-inn {
    margin: 20px auto 0px;
  }
  .faq, .lan-sec {
    padding-bottom: 40px;
  }
  .lan-sec .lan-flx .lan-btn a {
    font-size: 20px;
    line-height: 28px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns a, .ecom-bottom .foot-cont .text-inn .foot-btns a {
    width: 100%;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft::after {
    height: 155px;
    width: 125px;
    background-size: 125px;
  }
  .martng-sec .btm .btm-lft img {
    height: 270px;
  }
  .e-plat .hd-top p {
    padding: 20px 0px;
  }
  .thr-steps .steps-inn .step-lft .cir::before, .thr-steps .steps-inn .step-lft .cir {
    height: 170px;
    width: 170px;
  }
  .thr-steps .steps-inn .step-lft .cir img {
    height: 30px;
    width: 130px;
  }
  .thr-steps {
    padding: 40px 0px;
  }
  .recent-sec .recen-flx {
    margin-top: 30px;
  }
  .recent-sec .recen-flx .recen-lft strong,
  .saas-recent .recen-parn strong {
    font-size: 20px;
    line-height: 28px;
  }
  .recent-sec .recen-flx .recen-lft {
    margin-bottom: 25px;
  }
  .ecom-bottom .foot-cont {
    padding: 60px 0px;
  }
  .martng-sec .btm .btm-rgt .inn-col .rgt-txt p {
    font-size: 16px;
    line-height: 24px;
  }
  .martng-sec .btm .btm-rgt .inn-col .lft-img img {
    height: 25px;
    width: 25px;
  }
  .martng-sec .btm .btm-rgt .inn-col {
    gap: 10px;
  }
  .martng-sec .btm .btm-rgt .inn-col .rgt-txt b {
    font-size: 18px;
    line-height: 26px;
  }
  .martng-sec .btm .btm-rgt .inn-col .lft-img {
    height: 50px;
    min-width: 50px;
  }
  .e-plat {
    padding: 50px 0px;
  }
  .saas-banner .saas-cont .saas-lft .saas-btm .ser .lft {
    height: 60px;
    min-width: 60px;
  }
  .ecom-bottom .foot-cont {
    padding: 50px 0px;
  }
  .saas-steps .btm-logo img {
    height: 35px;
    width: 145px;
  }
  .saas-steps .btm-logo::before, .saas-steps .btm-logo::after {
    width: 25%;
  }
  .saas-steps, .saas-recent {
    padding: 40px 0px;
  }
  .ecom-bottom .foot-cont {
    padding: 40px 0px;
  }
  .saas-plat {
    padding: 40px 0px;
  }
  .saas-steps .three-flx .three-inn {
    padding: 20px;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col {
    flex-direction: column;
    align-items: start;
  }
  .idea-sec .idea-btm .btm-rgt .inn-col .rgt-txt {
    padding-left: 0;
    border: 0;
  }
  .idea-sec .idea-btm .btm-lft img {
    height: 225px;
    width: 225px;
  }
  .idea-sec .idea-btm .btm-lft img {
    margin-bottom: 15px;
  }
  .idea-sec {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 451px) {
  .recent .recent_prnt .wrapper {
    border-radius: 46px;
  }
  .recent .recent_prnt .wrapper {
    padding: 50px 25px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .banner .ban_prnt .top .lft strong {
    font-size: 27px;
    line-height: 35px;
  }
  .banner .ban_prnt .top .lft .btn .explore-link::after {
    left: 24%;
  }
  .banner .ban_prnt .top .lft .btn .explore-link:hover::after {
    width: 54%;
  }
  h1,
  h2,
  h3,
  h4 {
    font-size: 25px;
    line-height: 33px;
  }
  header .hd_prnt .rgt {
    width: 67%;
  }
  .foot-sec .foot_prnt .wrap strong {
    font-size: 27px;
    line-height: 35px;
  }
  header .hd_prnt .rgt a {
    margin: unset;
    gap: 7px;
    padding: 8px 33px;
  }
  header .hd_prnt {
    flex-direction: column;
    gap: 8px;
  }
  .banner .ban_prnt .top {
    padding: 52px 0 0 0;
  }
  .banner .ban_prnt .btm .bx {
    width: 100%;
  }
  .banner .ban_prnt .btm .bx {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 380px) {
  .banner-sec .ban-btm img {
    height: 215px;
    max-width: 100%;
  }
  .banner-sec .ban-cont .build img {
    height: 35px;
    width: 245px;
  }
  .martng-sec .btm .btm-lft img {
    height: 230px;
    border-radius: 20px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-hd,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .lan-sec .lan-flx .lan-txt b,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 24px;
    line-height: 32px;
  }
  .banner-sec .ban-cont strong,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 30px;
    line-height: 38px;
  }
  .recent-sec .recen-flx .recen-lft::after, .recent-sec .recen-flx:hover .recen-lft::after {
    bottom: -13px;
    height: 4px;
  }
  footer p, footer a {
    font-size: 15px;
    line-height: 23px;
  }
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft .call-btns a, .ecom-bottom .foot-cont .text-inn .foot-btns a, .saas-banner .saas-cont .saas-lft .call-btns a {
    padding: 12px 25px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 350px) {
  header .hd_prnt .rgt a {
    margin: unset;
    gap: 7px;
    padding: 10px 13px;
  }
  .banner .ban_prnt .top .lft .btn .explore-link::after {
    left: 20%;
  }
  .banner .ban_prnt .top .lft .btn .explore-link:hover::after {
    width: 67%;
  }
  .web .web_prnt .lft h2 {
    padding: 0px 0 20px 0;
  }
  .web .web_prnt .rgt {
    width: 100%;
    padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 320px) {
  .banner-sec .ban-btm img {
    height: 165px;
  }
  .banner-sec .ban-cont strong,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 30px;
    line-height: 38px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-hd,
  .ecom-banner .ecom-cont .ecom-flx .ecom-lft strong,
  .lan-sec .lan-flx .lan-txt b,
  .saas-banner .saas-cont .saas-lft strong {
    font-size: 22px;
    line-height: 30px;
  }
  .idea-sec .idea-btm .btm-lft img {
    height: 200px;
    width: 200px;
  }
}
@keyframes marqueeLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
@keyframes marqueeRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes rightScroll {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(-50%);
  }
}
@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btns::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
  animation: light-sweep 2.2s ease-in-out infinite;
}
.btns img {
  transition: transform 0.35s ease;
}
.btns:hover {
  background-color: #ffffff !important;
  color: #ff3366 !important;
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 15px 35px rgba(255, 51, 102, 0.4);
}
.btns:hover img {
  animation: phone-shake 0.5s ease-in-out infinite;
  filter: brightness(0) saturate(100%) invert(35%) sepia(87%) saturate(4500%) hue-rotate(325deg);
}
.btns:active {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 8px 18px rgba(255, 51, 102, 0.35);
}

@keyframes light-sweep {
  0% {
    left: -60%;
  }
  100% {
    left: 120%;
  }
}
@keyframes phone-shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(15deg);
  }
  45% {
    transform: rotate(-12deg);
  }
  60% {
    transform: rotate(12deg);
  }
  75% {
    transform: rotate(-6deg);
  }
  90% {
    transform: rotate(6deg);
  }
}
@keyframes sheen {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes flow {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 200%;
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes light-sweep {
  0% {
    left: -60%;
  }
  100% {
    left: 120%;
  }
}
@keyframes phone-shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(15deg);
  }
  45% {
    transform: rotate(-12deg);
  }
  60% {
    transform: rotate(12deg);
  }
  75% {
    transform: rotate(-6deg);
  }
  90% {
    transform: rotate(6deg);
  }
}/*# sourceMappingURL=style.css.map */