@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  text-decoration: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

:root {
  --text-dark: #2a2a2a;
  --text-sky-blue: #1937d338;
  --text-white: #ffffff;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  scrollbar-width: none;
}

@font-face {
  font-family: "GeneralSans";
  src: url(../fonts/GeneralSans-Medium.otf);
  font-weight: 500;
}

a,
li {
  text-decoration: none;
}
a:hover,
li:hover {
  text-decoration: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  outline: none;
}

button {
  border: none;
  outline: 0;
  box-shadow: none;
}

/* Common Classes */

.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}
.mt-100 {
  margin-top: 100px;
}

.container {
  width: 100%;
  max-width: 1107px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

h3 {
  font-family: "Instrument Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  text-shadow: 0px 4px 4px #a7a7a740;
}

/*  */
.navbar {
  box-shadow: 0px 1px 31px 0px #00000014;
  padding: 10px 0px;
  background: #1a1a1a;
  padding: 12px 0px;
}
.logo {
  width: 165px;
  height: 28.3px;
}
#logo-img {
  transition: all 0.3s ease;
}

#navbar.scrolled {
  background-color: white;
}

#navbar.scrolled .navbar-nav a {
  color: black;
  transition: color 0.3s ease;
}
#navbar.scrolled .custom-toggler span {
  background-color: #000000;
}

.navbar .navbar-nav a {
  color: var(--text-white);
  font-family: "Figtree", sans-serif;
  transition: color 0.3s ease;
  margin-right: 10px;
}

.custom-toggler {
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.custom-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transition: all 0.3s ease-in-out;
}

#nav-icon.dark-toggler {
  background-color: black;
}
.custom-toggler span:nth-child(1) {
  top: 0px;
}

.custom-toggler span:nth-child(2),
.custom-toggler span:nth-child(3) {
  top: 10px;
}

.custom-toggler span:nth-child(4) {
  top: 20px;
}

.custom-toggler.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.custom-toggler.open span:nth-child(2) {
  opacity: 0;
}

.custom-toggler.open span:nth-child(3) {
  opacity: 0;
}

.custom-toggler.open span:nth-child(4) {
  transform: rotate(-45deg);
  top: 10px;
}

/*  */
.trust-badge {
  background: var(--text-sky-blue);
  width: fit-content;
  margin: auto;
  padding: 6px 26px;
  border-radius: 60px;
  gap: 10px;
}
.trust-badge .trusted-text {
  font-weight: 500;
  font-size: 16px;
  font-family: "GeneralSans";
}
.trust-avatars img {
  width: 27px;
  margin-left: -13px;
}
.trust-avatars {
  display: flex;
}

.banner-section {
  position: relative;
  z-index: 1;
}
.banner-section::before {
  content: "";
  position: absolute;
  background: url(../image/bannerbgblue.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-section h1 {
  font-size: 64px;
  letter-spacing: -1.92px;
  font-family: "Instrument Sans", sans-serif;
}
.paragraph-text-p-bold {
  font-size: 20px;
  font-weight: 500;
  color: #202020;
  font-family: "GeneralSans";
}

.download-btn .btn {
  background: linear-gradient(90deg, #082dfe 0%, #8e64fd 76.92%);
  color: #ffff;
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 10px 30px;
  font-family: "Figtree", sans-serif;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 16px;
  border: 0;
  box-shadow: none;
}

.banner-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
}

.proven-result-section {
  padding: 70px 0px 100px;
}

.proven-left h4 {
  color: #202020;
  font-size: 36px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  text-shadow: 0px 4px 4px #a7a7a740;
}

.proven-right h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  background: linear-gradient(90deg, #082dfe 0%, #8e64fd 76.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 48px;
}
.feature-section .feature-card-body {
  background: #b5b5b521;
  border-radius: 16px;
}

.feature-section .feature-content-body .benifits-btn {
  background: #6b53ff9c;
  border-radius: 60px;
  padding: 6px 20px;
  color: #ffff;
  font-weight: 600;
  font-size: 15.5px;
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
}

.crossx-right-svg-wrapper {
  position: relative;
  z-index: 2;
}
.crossx-right {
  position: absolute;
  right: 0;
  top: -70px;
  bottom: 0;
  z-index: -1;
}
.crossx-right img {
  max-width: 620px;
  width: 100%;
}

.crossx-left-svg-wrapper {
  position: relative;
  z-index: 2;
}
.crossx-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.crossx-left img {
  max-width: 620px;
  width: 100%;
}

/*  */

.Earn-work-section {
  padding: 50px 0px 50px;
}

/*  */
.earn-work-card-container .earn-left-card-box {
  background: #f1f1f1;
  margin-bottom: 18px;
  padding: 30px;
  border-radius: 12px;
  border: 0;
}
.earn-left-card-box .card-heading {
  font-family: "GeneralSans";
  color: #8a78ff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.earn-left-card-box .card-description {
  font-family: "GeneralSans";
  color: #202020;
  font-size: 16px;
  font-weight: 500;
}
.illustration-container {
  position: relative;
  overflow: hidden;
  z-index: -2;
}
.illustration-container::before {
  content: "";
  position: absolute;
  right: -36%;
  top: 0;
  left: 50;
  height: 100%;
  width: 100%;
  background: url(../image/workrightbgblue.jpg);
  background-repeat: no-repeat;
  pointer-events: none;
  background-size: contain;
  z-index: -1;
}

.illustration-container .illustration {
  display: none;
}
.illustration-container .active {
  display: block;
}

.earn-apart-section {
  padding: 40px 0px 40px;
}

.earn-apart-section .apart-card-box {
  padding: 20px;
  border: 0;
  background-color: #f1f1f1;
  transition: transform 0.3s ease;
  position: relative;
  border-radius: 10px;
}
.earn-apart-section .apart-card-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00dbde;
  background-image: linear-gradient(45deg, #00dbde 0%, #fc00ff 100%);
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.earn-apart-section .apart-card-box:hover::before {
  opacity: 1;
}

.earn-apart-section .apart-card-box .apart-heading {
  font-weight: 600;
  color: #8a78ff;
  font-family: "GeneralSans";
  font-size: 18px;
}
.earn-apart-section .apart-card-box .apart-info {
  font-family: "GeneralSans";
  color: #202020;
  font-size: 16px;
  font-weight: 500;
}

.cross-platform-bg-blue-section {
  padding: 60px 0px 80px;
  position: relative;
  overflow: hidden;
}
.cross-platform-bg-blue-section::before {
  content: "";
  position: absolute;
  background: url(../image/cpibluebg.jpg);
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: auto;
  z-index: -1;
}

.cross-platform-bg-blue-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 400px;
  width: 100%;
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
}

.cross-platform-top-content h5 {
  color: #f2f2f2;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 45px;
}
.cross-platform-top-content p {
  color: #f2f2f2;
}

.cpigroupline {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  width: fit-content;
}

.carousel-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 40px 0px 30px;
}

.carousel-card {
  background: #a0a3ff;
  border-radius: 10px;
  margin: 5px 0px;
  padding: 20px 20px !important;
  backdrop-filter: blur(13px);
  border: 1px solid #00000029;
  text-align: left;
}
.carousel-card .yellow-stars {
  width: 104px;
  height: 17px;
}

.carousel-card h4 {
  font-family: "GeneralSans";
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.carousel-card p {
  font-family: "GeneralSans";
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
}

.testimonial-circle img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.owl-nav {
  display: none !important;
}
.owl-dots {
  display: none !important;
}

.technology-section {
  padding: 50px 0px 50px;
}

.technology-section .techno-ai-card {
  background-color: #f1f1f1;
  border: 0;
  border-radius: 20px;
  padding: 5px 20px;
}
.technology-section .techno-ai-card h6 {
  font-weight: 600;
  color: #202020;
  font-family: "GeneralSans";
  font-size: 18px;
}
.technology-section .techno-ai-card p {
  font-weight: 400;
  color: #202020;
  font-size: 18px;
}

.map-key-markets {
  padding: 40px 0px 40px;
}
.map-key-markets .map-key-markets-top-content p {
  font-weight: 400;
  color: #202020;
  font-size: 15.5px;
}

.faq-section {
  padding: 40px 0px 40px;
}
.faq-section ul.disc {
  list-style-type: disc !important;
}

.faq-section .accordion-button {
  background-color: #f1f1f1;
  margin-bottom: 20px;
  border-radius: 19px !important;
  padding: 25px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #202020;
  font-family: "GeneralSans";
}
.accordion-item {
  border: 0;
}

.accordion-body p {
  font-size: 16px;
  font-weight: 400;
  color: #202020;
  font-family: "GeneralSans";
}

/*  */
#carousel2 .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#carousel2 .owl-stage {
  display: flex !important;
}

#carousel2 .owl-item {
  display: flex;
  height: auto !important;
}

#carousel2 .carousel-card {
  flex: 1;
}
#carousel1 .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#carousel1 .owl-stage {
  display: flex !important;
}

#carousel1 .owl-item {
  display: flex;
  height: auto !important;
}

#carousel1 .carousel-card {
  flex: 1;
}
.grow-group-section {
  padding: 30px 0px 30px;
  position: relative;
}
.grow-group-body-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 999;
}

.grow-group-section .bg-blue {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #ffffff 25.73%,
    #f2f0ff 43.96%,
    #6e57fe 116%,
    #141414 116.01%
  );
  z-index: -1;
}

.footer-section {
  background: linear-gradient(
    177.78deg,
    #6e57fe -63.16%,
    #9584fe 25.85%,
    #f2f0ff 274.98%,
    #ffffff 355.48%
  );
  padding: 20px 0px;
}

.gradient-footer{
  position: relative;
  z-index: 1;
}
.gradient-footer::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  height: 60px;
  width: 100%;
  background: linear-gradient(
    180deg,
    #ffffff 25.73%,
    #f2f0ff 43.96%,
    #6e57fe 116%,
    #141414 116.01%
  );
  pointer-events: none;
  z-index: -1;
}

.footer-top-menu h6 {
  color: #202020;
  font-family: "GeneralSans";
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 18px 0;
}
.footer-top-menu ul li {
  font-size: 14px;
  margin: 14px 0px;
  list-style-type: none;
    font-family: "GeneralSans";

}
.footer-top-menu ul li a {
  color: #202020;
  font-family: "GeneralSans";
  font-size: 14px;
  margin: 14px 0px;
}

.footer-section p {
  color: #202020;
  font-family: "GeneralSans";
  font-size: 14px;
  margin: 14px 0px;
}

.footer-section .footer-top {
  background: #ffffff;
  border-radius: 48px 48px 0px 0px;
  padding: 50px 100px;
  box-shadow: 0px 7px 20.5px 0px #907ffe85;
}
.footer-section .footer-top ul li {
  list-style-type: none;
}
.footer-section .footer-bottom {
  background: #7d28ff;
  border-radius: 0px 0px 48px 48px;
}
.gradient-footer .footer-top{
  position: relative;
  z-index: 3;
}

.footer-top {
  position: relative;
  z-index: 1;
}
.footer-top::before {
  content: "";
  position: absolute;
  background: url(../image/footerx.png) no-repeat right center;
  background-size: contain;
  top: 0;
  right: 60px;
  width: 100%;
  height: 100%;
  margin-top: 25px;
  z-index: -1;
}
/*  */
.terms-and-condition-section {
  position: relative;
  z-index: 99;
}
.terms-and-condition-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 600px; /* or your image width */
  height: 100%; /* or your image height */
  background: url(../image/termsofuseX.png) no-repeat left bottom;
  background-size: contain;
  z-index: -1;
}

.terms-and-condition-section .terms-body-content li {
  margin: 10px 0px;
}

.terms-and-condition-section p,
li {
  color: #202020;
  font-family: "GeneralSans";
  font-size: 16px;
}
.terms-and-condition-section h4 {
  color: #202020;
  font-size: 34px;
  font-weight: 600;
  font-family: "Instrument Sans", sans-serif;
}

.privacy-policy-section p {
  color: #202020;
  font-family: "GeneralSans";
  font-size: 16px;
}
.privacy-policy-section .privacy-body-content li {
  margin: 10px 0px;
}
.privacy-policy-section .privacy-body-content .alpha {
  list-style-type: upper-alpha;
}
