* {
  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;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svgInter-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-ExtraBold";
  src: url("../fonts/Inter-ExtraBold.eot");
  src: url("../fonts/Inter-ExtraBold.eot?iefix") format("embedded-opentype"), url("../fonts/Inter-ExtraBold.woff") format("woff"), url("../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/Inter-ExtraBold.svgInter-ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-ExtraLight";
  src: url("../fonts/Inter-ExtraLight.eot");
  src: url("../fonts/Inter-ExtraLight.eot?iefix") format("embedded-opentype"), url("../fonts/Inter-ExtraLight.woff") format("woff"), url("../fonts/Inter-ExtraLight.ttf") format("truetype"), url("../fonts/Inter-ExtraLight.svgInter-ExtraLight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Light";
  src: url("../fonts/Inter-Light.eot");
  src: url("../fonts/Inter-Light.eot?iefix") format("embedded-opentype"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Light.svgInter-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svgInter-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-SemiBold.svgInter-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svgInter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Thin";
  src: url("../fonts/Inter-Thin.eot");
  src: url("../fonts/Inter-Thin.eot?iefix") format("embedded-opentype"), url("../fonts/Inter-Thin.woff") format("woff"), url("../fonts/Inter-Thin.ttf") format("truetype"), url("../fonts/Inter-Thin.svgInter-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo-Black";
  src: url("../fonts/Cairo-Black.eot");
  src: url("../fonts/Cairo-Black.eot?iefix") format("embedded-opentype"), url("../fonts/Cairo-Black.woff") format("woff"), url("../fonts/Cairo-Black.ttf") format("truetype"), url("../fonts/Cairo-Black.svgCairo-Black") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo-Black";
  src: url("../fonts/Cairo-Black.eot");
  src: url("../fonts/Cairo-Black.eot?iefix") format("embedded-opentype"), url("../fonts/Cairo-Black.woff") format("woff"), url("../fonts/Cairo-Black.ttf") format("truetype"), url("../fonts/Cairo-Black.svgCairo-Black") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo-Bold";
  src: url("../fonts/Cairo-Bold.eot");
  src: url("../fonts/Cairo-Bold.eot?iefix") format("embedded-opentype"), url("../fonts/Cairo-Bold.woff") format("woff"), url("../fonts/Cairo-Bold.ttf") format("truetype"), url("../fonts/Cairo-Bold.svgCairo-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo-SemiBold";
  src: url("../fonts/Cairo-SemiBold.eot");
  src: url("../fonts/Cairo-SemiBold.eot?iefix") format("embedded-opentype"), url("../fonts/Cairo-SemiBold.woff") format("woff"), url("../fonts/Cairo-SemiBold.ttf") format("truetype"), url("../fonts/Cairo-SemiBold.svgCairo-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo-ExtraBold";
  src: url("../fonts/Cairo-ExtraBold.eot");
  src: url("../fonts/Cairo-ExtraBold.eot?iefix") format("embedded-opentype"), url("../fonts/Cairo-ExtraBold.woff") format("woff"), url("../fonts/Cairo-ExtraBold.ttf") format("truetype"), url("../fonts/Cairo-ExtraBold.svgCairo-ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo-Light";
  src: url("../fonts/Cairo-Light.eot");
  src: url("../fonts/Cairo-Light.eot?iefix") format("embedded-opentype"), url("../fonts/Cairo-Light.woff") format("woff"), url("../fonts/Cairo-Light.ttf") format("truetype"), url("../fonts/Cairo-Light.svgCairo-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo-ExtraLight";
  src: url("../fonts/Cairo-ExtraLight.eot");
  src: url("../fonts/Cairo-ExtraLight.eot?iefix") format("embedded-opentype"), url("../fonts/Cairo-ExtraLight.woff") format("woff"), url("../fonts/Cairo-ExtraLight.ttf") format("truetype"), url("../fonts/Cairo-ExtraLight.svgCairo-ExtraLight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo-Medium";
  src: url("../fonts/Cairo-Medium.eot");
  src: url("../fonts/Cairo-Medium.eot?iefix") format("embedded-opentype"), url("../fonts/Cairo-Medium.woff") format("woff"), url("../fonts/Cairo-Medium.ttf") format("truetype"), url("../fonts/Cairo-Medium.svgCairo-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo-Regular";
  src: url("../fonts/Cairo-Regular.eot");
  src: url("../fonts/Cairo-Regular.eot?iefix") format("embedded-opentype"), url("../fonts/Cairo-Regular.woff") format("woff"), url("../fonts/Cairo-Regular.ttf") format("truetype"), url("../fonts/Cairo-Regular.svgCairo-Regular") 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: fixed;
  z-index: 6;
  width: 100%;
  background-color: #fff;
}
header .head-flx {
  display: flex;
  align-items: center;
  padding: 13px 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 .rgt-head {
  display: flex;
  width: calc(100% - 166px);
}
header .head-flx .rgt-head .hd-rgt {
  width: 90.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
header .head-flx .rgt-head .hd-rgt li a {
  font: 16px/24px "Inter-Regular";
  position: relative;
  padding: 5px 7px;
  overflow: hidden;
  transition: all 0.4s linear;
  color: #000000 !important;
}
header .head-flx .rgt-head .hd-rgt li a:hover {
  color: #ff3366;
  border-radius: 5px;
}
header .head-flx .rgt-head .hd-rgt li a:hover::after {
  width: 100%;
  opacity: 1;
}
header .head-flx .rgt-head .hd-rgt li a::after {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #ff3366;
  transform-origin: 0 0;
  transition: all 0.4s linear;
}
header .head-flx .rgt-head .talk-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 10px;
  width: 10%;
  background-color: #FF3366;
  padding: 13px 10px;
  border-radius: 30px;
}
header .head-flx .rgt-head .talk-btn img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .head-flx .rgt-head .talk-btn:hover {
  background-color: #0c1a63;
}
header .hamburger {
  width: 30px;
  display: none !important;
  height: 25px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 1;
  position: relative;
}
header .hamburger span {
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 20px;
  transition: all 0.35s ease;
}
header .hamburger.active span:nth-child(1),
header .hamburger.active span:nth-child(2),
header .hamburger.active span:nth-child(3) {
  opacity: 0;
  transform: scaleX(0);
}
header .hamburger.active .arrow {
  opacity: 1;
  transform: translate(-50%, -60%) rotate(45deg) scale(1);
}

.banner-sec {
  background: url(../images/buihome-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);
}

.book-flw .container {
  max-width: 1620px;
}

.book_banr {
  position: relative;
  padding: 170px 0 80px;
}
.book_banr .book_banr_img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.book_banr .book_banr_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.book_banr .book_banr_in {
  display: flex;
}
.book_banr .book_banr_in .lft {
  width: 48%;
}
.book_banr .book_banr_in .lft img {
  width: 100%;
  height: 668px;
  -o-object-fit: cover;
     object-fit: cover;
}
.book_banr .book_banr_in .banr_cnt {
  width: 52%;
  padding-left: 60px;
}
.book_banr .book_banr_in .banr_cnt .banr_lg img {
  width: 152px;
  height: 63px;
  -o-object-fit: contain;
     object-fit: contain;
}
.book_banr .book_banr_in .banr_cnt h1 {
  font: 80px/80px Jost-ExtraBold;
  color: #fff;
  margin: 15px 0;
}
.book_banr .book_banr_in .banr_cnt h1 span {
  color: #ff3366;
}
.book_banr .book_banr_in .banr_cnt p {
  font: 24px/32px Jost-Regular;
  color: #fff;
  padding-bottom: 20px;
}
.book_banr .book_banr_in .banr_cnt 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;
}

.book_blt .book_blt_in .hd {
  text-align: center;
}
.book_blt .book_blt_in .hd h2 {
  margin: 20px 0;
}
.book_blt .book_blt_in .hd span {
  font: 17px/21px Jost-Regular;
  color: #ff3366;
}
.book_blt .book_blt_in .book_blt_grd {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.book_blt .book_blt_in .book_blt_grd .itm {
  width: 32.5%;
  border-radius: 15px;
  border: 1px solid #000;
  position: relative;
}
.book_blt .book_blt_in .book_blt_grd .itm .tp {
  width: 100%;
  height: 400px;
}
.book_blt .book_blt_in .book_blt_grd .itm .tp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.book_blt .book_blt_in .book_blt_grd .itm .btm {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 20px 0;
}
.book_blt .book_blt_in .book_blt_grd .itm span {
  position: absolute;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  background-color: #0a1260;
}
.book_blt .book_blt_in .book_blt_grd .itm span img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-foot {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgb(81, 17, 33) 100%) !important;
  padding: 100px 0 40px 0;
  position: relative;
}
.home-foot .container {
  max-width: 1350px;
}
.home-foot .footlink_prnt .top {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding: 0 0 10px 0;
}
.home-foot .footlink_prnt .top .lft {
  width: 30%;
  padding: 0 94px 0 0;
}
.home-foot .footlink_prnt .top .lft span {
  font: 16px/24px "Inter-Bold";
  color: #ff3366;
  padding: 0 0 5px 0;
  text-transform: uppercase;
}
.home-foot .footlink_prnt .top .lft h5 {
  color: #ffffff;
  font: 45px/53px Inter-Bold;
  text-transform: unset;
}
.home-foot .footlink_prnt .top .lft h5 b {
  color: #ff3366;
}
.home-foot .footlink_prnt .top .lft p {
  font: 16px/24px "Inter-Regular";
  color: #ffffff;
  text-align: start;
  opacity: unset;
  padding: 10px 0;
}
.home-foot .footlink_prnt .top .lft .foot-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 10px;
  background-color: #FF3366;
  padding: 13px 10px;
  border-radius: 30px;
}
.home-foot .footlink_prnt .top .lft .foot-btn img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-foot .footlink_prnt .top .lft .foot-btn:hover {
  background-color: #0c1a63;
}
.home-foot .footlink_prnt .top .lft .foot-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0 0 0;
  padding: 13px 36px;
}
.home-foot .footlink_prnt .top .rgt {
  width: 70%;
}
.home-foot .footlink_prnt .top .rgt .top {
  gap: 17px;
  border: unset;
}
.home-foot .footlink_prnt .top .rgt .top .card {
  display: flex;
  flex-direction: row;
  width: 36.5%;
  gap: 18px;
  background-color: #101010;
  padding: 20px;
  border-radius: 10px;
}
.home-foot .footlink_prnt .top .rgt .top .card .img-blk {
  background: linear-gradient(90deg, rgb(255, 51, 102) 0%, rgb(224, 148, 167) 100%);
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-foot .footlink_prnt .top .rgt .top .card .img-blk img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-foot .footlink_prnt .top .rgt .top .card .cnt b {
  font: 20px/28px "Inter-Bold";
  color: #ffffff;
}
.home-foot .footlink_prnt .top .rgt .top .card .cnt .ad {
  font: 16px/26px "Inter-Regular";
  text-align: start;
  color: #ffffff;
  padding: 5px 0 0 0;
}
.home-foot .footlink_prnt .top .rgt .top .card .cnt .ad:hover {
  color: #ff3366;
}
.home-foot .footlink_prnt .top .rgt .top .card .cnt .phn {
  font: 16px/26px "Inter-Regular";
  text-align: start;
  color: #ffffff;
  padding: 5px 0 0 0;
}
.home-foot .footlink_prnt .top .rgt .top .card .cnt .phn:hover {
  color: #ff3366;
}
.home-foot .footlink_prnt .top .rgt .top .card .cnt .phn:last-of-type {
  padding: unset;
}
.home-foot .footlink_prnt .top .rgt .top .card .cnt .ml {
  font: 16px/26px "Inter-Regular";
  text-align: start;
  color: #ffffff;
  padding: 5px 0 0 0;
}
.home-foot .footlink_prnt .top .rgt .top .card .cnt .ml:hover {
  color: #ff3366;
}
.home-foot .footlink_prnt .top .rgt .top .card .cnt .ml:last-of-type {
  padding: unset;
}
.home-foot .footlink_prnt .top .rgt .top .ph-card {
  width: 28.4%;
}
.home-foot .footlink_prnt .top .rgt .top .email-card {
  width: 32%;
}
.home-foot .footlink_prnt .top .rgt .btm {
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
  gap: 50px;
}
.home-foot .footlink_prnt .top .rgt .btm .lft {
  padding: 0 0;
  width: unset;
  width: 36.9%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-foot .footlink_prnt .top .rgt .btm .lft strong {
  font: 20px/28px "Inter-Bold";
  color: #ffffff;
}
.home-foot .footlink_prnt .top .rgt .btm .lft .social-links {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.home-foot .footlink_prnt .top .rgt .btm .lft .social-links li {
  background-color: transparent;
  min-width: 40.9px;
  height: 40.9px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-foot .footlink_prnt .top .rgt .btm .lft .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-foot .footlink_prnt .top .rgt .btm .lft .social-links li a img {
  width: 17px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-foot .footlink_prnt .top .rgt .btm .lft .social-links li:hover {
  background: linear-gradient(90deg, rgb(255, 51, 102) 0%, rgb(224, 148, 167) 100%);
}
.home-foot .footlink_prnt .top .rgt .btm .lft .social-links li a {
  font: unset;
}
.home-foot .footlink_prnt .top .rgt .btm .rgt {
  width: 57.3%;
}
.home-foot .footlink_prnt .top .rgt .btm .rgt .logo-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 25px;
}
.home-foot .footlink_prnt .top .rgt .btm .rgt .logo-nav li a .firm img {
  width: 140px;
  height: 100px;
}
.home-foot .footlink_prnt .top .rgt .btm .rgt .logo-nav li a .pay img {
  width: 88px;
  height: 42px;
}
.home-foot .footlink_prnt .btm {
  text-align: center;
  padding: 40px 0;
}
.home-foot .footlink_prnt .btm .foot-logo img {
  height: 54px;
  width: 227px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-foot .footlink_prnt .btm .foot-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0 0;
}
.home-foot .footlink_prnt .btm .foot-link li a {
  font: 16px/24px "Inter-Regular";
  color: #ffffff;
}
.home-foot .footlink_prnt .btm .foot-link li a::after {
  content: "|";
  margin: 0 15px;
  color: #ffffff;
}
.home-foot .footlink_prnt .btm .foot-link li a:hover {
  color: #ff3366;
}
.home-foot .footlink_prnt .btm .foot-link li:last-child a::after {
  content: "";
  color: #ffffff;
}
.home-foot .foot-dwn-link {
  background-color: #101010;
}
.home-foot .foot-dwn-link .link-dwn {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home-foot .foot-dwn-link .link-dwn strong {
  font: 15px/23px "Inter-Regular";
  color: #ffffff;
}
.home-foot .foot-dwn-link .link-dwn strong a {
  color: #ffffff;
  font: 15px/23px "Inter-Regular";
}
.home-foot .foot-dwn-link .link-dwn strong a:hover {
  color: #ff3366;
}
.home-foot .foot-dwn-link .link-dwn .footer-links {
  margin-left: auto;
}
.home-foot .foot-dwn-link .link-dwn .footer-links a {
  color: #ffffff;
  font: 15px/23px "Inter-Regular";
  text-decoration: none;
}
.home-foot .foot-dwn-link .link-dwn .footer-links a::after {
  content: "|";
  margin: 0 15px;
  color: #ffffff;
}
.home-foot .foot-dwn-link .link-dwn .footer-links a:hover {
  color: #ff3366;
}
.home-foot .foot-dwn-link .link-dwn .footer-links a:hover::after {
  color: #ffffff;
}
.home-foot .foot-dwn-link .link-dwn .footer-links a:last-child::after {
  content: "";
}
.home-foot .help {
  position: fixed;
  right: 6%;
  bottom: 13%;
  z-index: 3;
  filter: drop-shadow(0 10px 20px rgba(255, 51, 102, 0.25)) drop-shadow(0 0 12px rgba(255, 51, 102, 0.18));
  animation: flicker 2s ease-in-out infinite;
}
.home-foot .help img {
  width: 170px;
  height: 55px;
}
.home-foot .here {
  position: fixed;
  right: 1%;
  bottom: 15%;
  z-index: 4;
  filter: drop-shadow(0 10px 20px rgba(255, 51, 102, 0.25)) drop-shadow(0 0 12px rgba(255, 51, 102, 0.18));
  animation: orbitFloat 5s ease-in-out infinite;
}
.home-foot .here img {
  width: 122px;
  height: 131px;
}

@media screen and (max-width: 1900px) {
  .home-foot {
    padding: 90px 0 40px 0;
  }
  .home-foot .footlink_prnt .top .lft h5 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1800px) {
  .home-foot .footlink_prnt .top .lft h5 {
    font-size: 39px;
    line-height: 47px;
  }
  .home-foot {
    padding: 85px 0 35px 0;
  }
  .ecom-bottom .foot-cont {
    padding: 225px 0px;
  }
  .max-container {
    padding: 0 10px;
  }
  .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) {
  .home-foot .footlink_prnt .top .lft h5 {
    font-size: 36px;
    line-height: 41px;
  }
  .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) {
  .home-foot .footlink_prnt .top .lft h5 {
    font-size: 30px;
    line-height: 38px;
  }
  .home-foot {
    padding: 70px 0 25px 0;
  }
  .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) {
  header .head-flx .rgt-head .talk-btn {
    width: 11%;
  }
  .home-foot {
    padding: 60px 0 25px 0;
  }
  .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) {
  header .head-flx .rgt-head .hd-rgt {
    width: 84.3%;
    gap: 21px;
  }
  header .head-flx .rgt-head .talk-btn {
    width: 15%;
  }
  header .head-flx .talk-btn {
    font-size: 14px;
    line-height: 24px;
  }
  header .head-flx .hd-rgt {
    width: 77%;
  }
  .home-foot .help {
    right: 7%;
  }
  .home-foot .footlink_prnt .top .rgt .top .card {
    padding: 20px 17px;
  }
  .home-foot .footlink_prnt .top .rgt .btm .lft {
    width: 41%;
  }
  .home-foot .footlink_prnt .btm .foot-link li a {
    font-size: 15px;
    line-height: 23px;
  }
  .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;
  }
  .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;
  }
  .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) {
  header .head-flx .talk-btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  header .head-flx .hd-rgt {
    width: 74%;
  }
  header .head-flx .hd-rgt {
    gap: 23px;
  }
  .home-foot .footlink_prnt .top .rgt .top .card {
    width: 35.5%;
    gap: 11px;
    padding: 17px 10px;
  }
  .home-foot .footlink_prnt .top .rgt .top .card .img-blk {
    min-width: 45px;
    height: 45px;
  }
  .home-foot .footlink_prnt .top .rgt .top .card .img-blk img {
    width: 20px;
    height: 20px;
  }
  .home-foot .footlink_prnt .top .rgt .btm .lft {
    width: 47%;
  }
  .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;
  }
  .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 {
    width: 73%;
  }
  header .head-flx .talk-btn {
    padding: 13px 12px;
  }
  .home-foot .footlink_prnt .top .lft .foot-btn {
    padding: 13px 23px;
  }
  .home-foot .footlink_prnt .top .rgt .btm .lft {
    width: 56%;
  }
  .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;
  }
  .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) {
  header .head-flx .talk-btn {
    padding: 13px 12px;
  }
  header .head-flx .rgt-head .hd-rgt {
    width: 84.3%;
    gap: 14px;
  }
  header .head-flx .hd-rgt {
    width: 71%;
    gap: 12px;
  }
  .home-foot .footlink_prnt .top .lft .foot-btn {
    padding: 13px 14px;
  }
  .home-foot .footlink_prnt .top .rgt .btm .lft {
    width: 64%;
  }
  .home-foot .footlink_prnt .top .rgt {
    width: 89%;
  }
  .home-foot .footlink_prnt .top .lft {
    width: 30%;
    padding: 0 10px 0 0;
  }
  .home-foot .footlink_prnt .top .rgt .top .card {
    padding: 17px 9px;
  }
  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;
  }
  .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;
  }
  .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) {
  header .head-flx .hd-rgt {
    width: 69%;
    gap: 9px;
  }
  header .head-flx .hd-rgt {
    width: 69.7%;
    gap: 9px;
  }
  header .head-flx .rgt-head .talk-btn {
    width: 17%;
  }
  header .head-flx .rgt-head .hd-rgt {
    width: 84.3%;
    gap: 9px;
  }
  .home-foot .help {
    right: 9%;
  }
  .home-foot .footlink_prnt .top .lft {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .home-foot .footlink_prnt .top {
    padding: 0 0 10px 0;
    flex-direction: column;
    gap: 16px;
  }
  .home-foot .footlink_prnt .top .lft .foot-btn {
    padding: 13px 14px;
    margin: 10px auto;
  }
  .home-foot .footlink_prnt .top .rgt .top {
    gap: 17px;
    border: unset;
    flex-direction: row;
  }
  .home-foot .footlink_prnt .top .rgt {
    width: 100%;
  }
  .home-foot .footlink_prnt .top .lft p {
    text-align: unset;
  }
  .home-foot .footlink_prnt .top .rgt .top .card {
    width: 35.5%;
    gap: 24px;
  }
  .home-foot .footlink_prnt .top .rgt .btm {
    padding: 10px 0 0 0;
  }
  .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) {
  header .head-flx .hamburger {
    display: flex !important;
  }
  header .head-flx {
    justify-content: flex-start;
  }
  header .head-flx .hd-lft {
    margin: 0 auto;
  }
  body.bur-overlay {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  body.bur-overlay::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3;
  }
  body.bur-overlay .head-flx .hd-lft {
    display: none;
  }
  body.bur-overlay .head-flx .hamburger {
    margin-left: auto;
  }
  header .head-flx .rgt-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 50px 25px;
    background: #fff;
    z-index: 10;
    background-color: #fff;
    background-image: url("../images/dwn-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 25px top 40px;
    background-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    pointer-events: none;
    overflow-y: auto;
    box-sizing: border-box;
  }
  header .head-flx .rgt-head.open {
    transform: translateX(0) !important;
    pointer-events: auto;
  }
  header .head-flx .hd-rgt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  header .head-flx .hd-rgt li {
    width: 100%;
    opacity: 0;
    transform: translateY(-20px);
    list-style: none;
  }
  header .head-flx .rgt-head.open .hd-rgt li {
    animation: curtainDrop 0.5s ease forwards;
  }
  header .head-flx .rgt-head.open .hd-rgt li:nth-child(1) {
    animation-delay: 0.1s;
  }
  header .head-flx .rgt-head.open .hd-rgt li:nth-child(2) {
    animation-delay: 0.18s;
  }
  header .head-flx .rgt-head.open .hd-rgt li:nth-child(3) {
    animation-delay: 0.26s;
  }
  header .head-flx .rgt-head.open .hd-rgt li:nth-child(4) {
    animation-delay: 0.34s;
  }
  header .head-flx .rgt-head.open .hd-rgt li:nth-child(5) {
    animation-delay: 0.42s;
  }
  header .head-flx .rgt-head.open .hd-rgt li:nth-child(6) {
    animation-delay: 0.5s;
  }
  header .head-flx .rgt-head.open .hd-rgt li:nth-child(7) {
    animation-delay: 0.58s;
  }
  header .head-flx .rgt-head.open .hd-rgt li:nth-child(8) {
    animation-delay: 0.66s;
  }
  header .head-flx .hd-rgt li a {
    color: #000;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .head-flx .talk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    align-self: flex-start;
  }
  header .head-flx .rgt-head .talk-btn {
    width: 37%;
  }
  header .head-flx .rgt-head .hd-rgt li a:hover::after {
    height: 86%;
    opacity: 1;
    width: 3px;
  }
  header .head-flx .rgt-head .hd-rgt li a {
    padding: 5px 17px;
  }
  header .head-flx .rgt-head .hd-rgt li a::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 0;
    background-color: #ff3366;
    opacity: 0;
    transition: all 0.4s linear;
  }
  .home-foot .foot-dwn-link .link-dwn strong a {
    font-size: 12px;
    line-height: 20px;
  }
  .home-foot .foot-dwn-link .link-dwn strong {
    font-size: 12px;
    line-height: 20px;
  }
  .home-foot .foot-dwn-link .link-dwn .footer-links a::after {
    margin: 0 8px;
  }
  .home-foot .foot-dwn-link .link-dwn .footer-links a {
    font-size: 11px;
    line-height: 19px;
  }
  home-foot .foot-dwn-link .link-dwn {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 7px;
    padding: 10px 0;
  }
  .home-foot .foot-dwn-link .link-dwn .footer-links {
    margin-left: 0;
  }
  .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;
  }
  .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;
  }
  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);
  }
  .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;
  }
  .home-foot .foot-dwn-link .link-dwn {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 7px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 880px) {
  .home-foot .footlink_prnt .top .lft h5 {
    font-size: 27px;
    line-height: 35px;
  }
  header .head-flx .hd-rgt li a {
    font-size: 16px;
    line-height: 24px;
  }
  header .head-flx .talk-btn {
    font-size: 10px;
    line-height: 17px;
    padding: 13px 28px;
  }
  header .head-flx .talk-btn {
    font-size: 10.53px;
    line-height: 18px;
    padding: 10px 28px;
  }
  .home-foot .help {
    right: 10.8%;
  }
  .home-foot .footlink_prnt .top {
    gap: 25px;
  }
  .home-foot .footlink_prnt .top .lft {
    text-align: start;
  }
  .home-foot .footlink_prnt .top .lft .foot-btn {
    margin: unset;
  }
  .home-foot .footlink_prnt .top .rgt .top {
    flex-wrap: wrap;
  }
  .home-foot .footlink_prnt .top .rgt .top .card {
    width: 100%;
  }
  .home-foot .footlink_prnt .top .rgt .top .card .cnt .phn,
  .home-foot .footlink_prnt .top .rgt .top .card .cnt .ml {
    display: block;
  }
  .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) {
  .home-foot .footlink_prnt .top .lft h5 {
    font-size: 25px;
    line-height: 33px;
  }
  header .head-flx .hd-rgt li a {
    font-size: 15px;
    line-height: 23px;
  }
  .home-foot .footlink_prnt .top .rgt .btm {
    padding: 10px 0 0 0;
    flex-direction: column;
  }
  .home-foot .footlink_prnt .top .rgt .btm .rgt .logo-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }
  .home-foot .footlink_prnt .top .rgt .btm .lft {
    width: 100%;
  }
  .home-foot .footlink_prnt .top .rgt .btm .lft {
    justify-content: center;
  }
  .home-foot .footlink_prnt .top .rgt .btm .rgt {
    width: 100%;
  }
  .home-foot .footlink_prnt .top .rgt .btm {
    gap: 25px;
  }
  .home-foot .footlink_prnt .btm .foot-link {
    padding: 15px 0 0 0;
    flex-wrap: wrap;
  }
  .home-foot .help {
    right: 12%;
  }
  .home-foot .footlink_prnt .top .lft span {
    font-size: 15px;
    line-height: 23px;
  }
  .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) {
  .home-foot .footlink_prnt .btm .foot-link {
    padding: 15px 0 0 0;
    gap: 8px;
    flex-wrap: wrap;
  }
  .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) {
  .home-foot .help {
    right: 15%;
  }
  .home-foot {
    padding: 60px 0 36px 0;
  }
  .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) {
  .home-foot .help {
    right: 1%;
  }
  .home-foot .footlink_prnt .top .lft p {
    font-size: 15px;
    line-height: 24px;
  }
  .home-foot .footlink_prnt .top .lft .foot-btn {
    padding: 13px 21px;
    margin: 10px auto;
  }
  .home-foot .here {
    bottom: 18%;
  }
  header .head-flx .rgt-head .talk-btn {
    width: 44%;
  }
  header .head-flx .talk-btn {
    margin-top: 14px;
  }
  .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;
  }
  .foot-sec .foot_prnt .wrap strong {
    font-size: 27px;
    line-height: 35px;
  }
  .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) {
  .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 curtainDrop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@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=land-style.css.map */