:root {
  --clr-primary: #7300FF;
  --clr-primary-light: #FFF3EB;
  --clr-secondary: ;
  --clr-secondary-light: ;
  --clr-white: #ffffff;
  --clr-black: #02000B;
  --clr-purple: #B980FF;
  --bg-black: #000000;
  --clr-grey: #cccccc;
  --clr-lightgrey: #B1B1B1;
  --clr-border: #e8e8e8;
  --font-heading: "Plus Jakarta Sans", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --bs-border-color: #B5AFAF;
}

html {
  font-size: 16px;
  line-height: 26px;
}

body {
  background-color: var(--bg-black);
  font-family: var(--font-body);
  color: var(--clr-grey);
  font-weight: 400;
  line-height: 1.625rem;
}

/* Typography Starts */

ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

a {
  text-decoration: none;
  transition: .5s;
  color: var(--clr-primary);
}

a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: var(--clr-secondary);
  cursor: pointer;
}

h1 {
  font-size: 3.8rem;
  line-height: 4.8rem;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: var(--font-heading);
  color: var(--clr-black);
}

h2 {
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: 800;
  margin-bottom: 24px;
  font-family: var(--font-heading);
  color: var(--clr-white);
}

h3 {
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: var(--font-heading);
  color: var(--clr-white);
}

h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 0px;
  color: var(--clr-white);
}

h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 0px;
  color: var(--clr-black);
}

.container {
  max-width: 1230px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  height: 46px;
  min-width: 120px;
  padding: 6px 16px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  border: none;
  z-index: 9;
}

.btn-primary {
  color: var(--clr-white);
  background: #7300FF47;
  border: 1.27px solid #7300FF;
  padding-right: 0px;
  padding: 8px 8px;
  height: auto;
}

.btn-primary img {
  margin-left: 14px;
  width: 13px;
  height: 13px;
  vertical-align: baseline;
}

.btn-primary:is(:hover, :focus) {
  background: transparent;
  color: var(--clr-white) !important;
}

.btn-primary-icon {
  padding-right: 10px;
  gap: 12px;
  transition: .8s;
}

.btn-primary-icon span.fa-chevron-right {
  width: 32px;
  height: 32px;
  background: var(--clr-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  color: var(--clr-primary);
  font-size: .9rem;
  padding-left: 2px;
}

.btn-primary-icon:is(:hover, :focus) {
  gap: 24px;
}

.ps-100 {
  padding-left: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.row-mx-2 {
  margin-left: -.5rem !important;
  margin-right: -.5rem !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.pr-50 {
  padding-right: 50px;
}

.ps-20 {
  padding-left: 20px;
}

.p-60 {
  padding: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.mt-120 {
  margin-top: 120px;
}

.text-primary {
  color: var(--clr-white) !important;
}

.text-secondary {
  color: var(--clr-secondary) !important;
}

.text-black {
  color: var(--clr-black) !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.border-radius-20 {
  border-radius: 20px;
}

.min-height-300 {
  min-height: 300px !important;
}

.px-10 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

/* Typography Ends */

/* Header Starts */
header {
  position: fixed;
  top: 0px;
  background: transparent;
  z-index: 999;
  padding: 10px 0px;
  width: 100%;
  transition: .3s;
}

.custom-navbar .navbar-brand {
  max-width: 90px;
}

.custom-navbar .navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.custom-navbar .nav-item {
  padding: 14px 0px;
  margin: 0px 12px;
}

.custom-navbar .nav-item .nav-link {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--clr-white);
  font-weight: 500;
  padding: 0px 0px !important;
  position: relative;
}

.custom-navbar .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--clr-purple);
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.custom-navbar .nav-item .nav-link.active,
.custom-navbar .nav-item .nav-link.active:hover,
.custom-navbar .nav-item .nav-link:hover {
  color: var(--clr-purple);
  border-color: var(--clr-purple);
  box-shadow: none !important;
  outline: 0 !important;
}

.custom-navbar .nav-item .nav-link.active,
.custom-navbar .nav-item .nav-link.active:hover {
  font-weight: 700;
}

.custom-navbar .nav-item .nav-link:hover::before,
.custom-navbar .nav-item .nav-link.active::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.btn-icon {
  display: none;
}

.custom-navbar .nav-item.dropdown .dropdown-menu {
  min-width: 250px;
  padding: 8px 0px;
  border: none;
  box-shadow: 0px 0px 20px #0000001a;
  border-radius: 10px;
}

.custom-navbar .nav-item.dropdown .dropdown-item {
  font-size: .92rem;
  padding: 6px 16px;
  white-space: normal;
  line-height: 1.3rem;
}

.custom-navbar .nav-item:hover .dropdown-menu {
  display: block;
  top: 100%;
}

.custom-navbar .nav-item.dropdown .dropdown-item:hover,
.custom-navbar .nav-item.dropdown .dropdown-item:focus {
  color: var(--clr-primary);
  background: transparent;
}

.dark-header {
  position: relative;
}

.sticky {
  background: var(--clr-black);
  box-shadow: 0px 4px 9.6px 0px #0000000F;
  padding: 0px;
  position: sticky;
  top: 0px;
}

.custom-navbar li:last-child .dropdown-menu {
  right: 0px;
  left: auto;
}

/* Header Ends */

/* Banner Starts */
.banner-wrapper>.overflow-hidden {
  padding-top: 90px;
  padding-bottom: 50px;
}

.banner-wrapper::before {
  content: "";
  background: linear-gradient(265.01deg, rgba(116, 0, 193, 0.81) 17.05%, rgba(0, 102, 255, 0.81) 83.46%);
  position: absolute;
  top: -15%;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
  filter: blur(150px) !important;
  transform: rotate(-180deg);
  border-radius: 50% 50% 0px 0px;
}

.banner-content {
  padding: 80px 0px;
  position: relative;
  z-index: 99;
  text-align: center;
}

/* .banner_image{
	background: url('../images/bg-image.png') no-repeat top center;
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100%;
} */

.banner-illustration>span {
  position: absolute;
  left: -160px;
  top: 45px;
  width: 440px;
  animation: spin 90s linear infinite;
}

.banner-illustration>.cube-illustration-2 {
  position: absolute;
  left: auto;
  right: -160px;
}

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

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

.banner-content h1 {
  font-size: 3rem;
  line-height: 4.2rem;
  font-weight: 700;
}

.banner-content p {
  color: var(--clr-white);
  font-size: 1.2rem;
  line-height: 2rem;
}

/* Banner Ends */

/* .our-start-wrapper {
  box-shadow: 10px 5px 25.6px 5px #00000017;
  border-radius: 26px;
  margin-top: -80px;
  background: #fff;
  padding: 24px;
  position: relative;
  z-index: 99;
} */

.start-item {
  border: 1px solid #FFFFFF87;
  border-radius: 50px 0px 50px 0px;
  padding: 10%;
  margin-bottom: 20px;
  min-height: 122px;
}

.start-item span {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 12px;
  display: inline-flex;
  line-height: 2rem;
}

.start-item p {
  line-height: 1.4rem;
  color: #FFFFFFB2;
}

.blue-gradient-bg {
  background: linear-gradient(180deg, #F4F9FF 0%, #FFFFFF 100%);
  background: -webkit-llinear-gradient(180deg, #F4F9FF 0%, #FFFFFF 100%);
}

.orange-gradient-bg {
  background: linear-gradient(180deg, #FFF3F1 0.05%, #FFFFFF 99.93%);
  background: -webkit-linear-gradient(180deg, #FFF3F1 0.05%, #FFFFFF 99.93%);
}


/* Our Progress & Marketing Analysis Starts */
.analysis-item {
  box-shadow: 6px 8px 26.3px 3px #0000000D;
  background: var(--clr-white);
  padding: 24px;
  margin: 12px 0px;
  border-radius: 6px;
  min-height: 162px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.analysis-item h2 {
  font-family: var(--font-body);
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  min-width: 75px;
}

.min-w-100 {
  min-width: 110px !important
}

.analysis-item h2 span {
  font-size: 1rem;
  color: var(--clr-grey);
  font-weight: 400;
}

/* Our Progress & Marketing Analysis Ends */

/* Courses For Kids Starts */
.our-solution-tabs .nav-pills {
  gap: 10px;
  justify-content: center;
  padding: 0px 10%;
}

.dot_left_icon {
  background: url('../images/solution_dot.png') no-repeat top center;
  position: absolute;
  left: 0;
  top: 0;
  width: 74px;
  height: 254px;
  background-size: 66px;
}

.dot_right_icon {
  background: url('../images/solution_dot.png') no-repeat top center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 74px;
  height: 254px;
  background-size: 66px;
}

.our-solution-content ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.our-solution-content ul li+li {
  padding-top: 10px;
}

.our-solution-tabs button.tabbing_btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--clr-lightgrey);
  font-size: 1rem;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 40px !important;
  border: 1px solid var(--bs-border-color);
  transition: .5s;
}

.btn span,
.btn span,
.btn span {
  background-color: #7300FF;
  border-radius: 105px;
  padding: 10px 24px;
  display: block;
}

.our-solution-tabs button:is(:hover, :focus) {
  color: var(--clr-primary);
  border-color: var(--clr-primary);
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:is(:hover, :focus) {
  background-color: var(--clr-primary);
  border-color: var(--clr-primary);
}

.solution-item h4 {
  font-size: 1.2rem;
  color: var(--clr-white);
  margin-bottom: 12px;
  line-height: 1.4rem;
}

.solution-item p {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.our-solution-image {
  max-width: 440px;
}

.our-solution-wrapper::before {
  content: '';
  background: -webkit-linear-gradient(265.01deg, rgba(153, 0, 255, 0.8) 17.05%, rgba(0, 102, 255, 0.8) 83.46%);
  background: linear-gradient(265.01deg, rgba(153, 0, 255, 0.8) 17.05%, rgba(0, 102, 255, 0.8) 83.46%);
  position: absolute;
  bottom: 10%;
  left: 0px;
  width: 45%;
  height: 60%;
  z-index: -1;
  opacity: 0.6;
  filter: blur(120px);
  transform: rotate(-180deg);
}

/* Courses For Kids Ends*/
.why-choose-wrapper {
  position: relative;
  background: url('../images/choose_bg.png') no-repeat top center;
  background-position: 670px -64px;
  position: relative;
  background-size: 100%;
}

.choose-item {
  background: #FFFFFF1A;
  padding: 24px;
  position: relative;
  transition: var(--transition);
  z-index: 0;
  overflow: hidden;
  box-shadow: 0px 10px 60px 0px #99999912;
  border-radius: 24px;
  height: 100%;
  transition: .8s;
}

.choose_dot_icon {
  background:
    url('../images/choose_dot.png') no-repeat top center;
  position: absolute;
  left: -20px;
  top: 30px;
  width: 178px;
  height: 90px;
  background-size: contain;
}

.choose-icon {
  display: inline-block;
  width: 64px;
  background-color: #7300FF;
  border-radius: 12px;
  padding: 12px 0;
  text-align: center;
  height: 64px;
  float: left;
  margin-right: 30px;
}

.choose-icon img {
  vertical-align: sub;
}

.choose_icon_hover {
  display: inline-block;
  width: 64px;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 12px 0;
  text-align: center;
  height: 64px;
  float: left;
  display: none;
  margin-right: 30px;
}

.choose-item p {
  margin-top: 22px;
}

.choose-item:hover h4,
.choose-item:hover p {
  transition: .8s;
  position: relative;
  z-index: 99;
}

.choose-item:hover {
  background: var(--clr-primary) !important;
  transform: translateY(-20px);
}

.choose-item:hover .choose-icon {
  display: none;
  transition: .8s;
}

.choose-item:hover .choose_icon_hover {
  display: block;
  transition: .8s;
}

.choose-item:hover h4,
.choose-item:hover p {
  color: var(--clr-white);
}

.client-logo-wrap {
  position: relative;
  overflow: hidden;
  height: 100px;
  display: flex;
  align-items: center;
}

.client-logo {
  position: absolute;
  left: 0px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}

.client-logo-left {
  animation: logomoveleft 20s linear infinite;
}

.client-logo-right {
  animation: logomoveright 20s linear infinite;
}

.client-logo li {
  background: #fff;
  border-radius: 10px;
  width: 200px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0px 8px;
  border: 1px solid #FFFFFF3D;
  padding: 8px 16px;
}

.client-logo li img {
  max-width: 120px;
  max-height: 75px;
  filter: grayscale(100%);
}

.client-logo-wrap ul:hover {
  animation-play-state: paused;
}

@keyframes logomoveleft {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-30%, 0);
  }
}

@keyframes logomoveright {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(30%, 0);
  }
}


.service-wrapper::before {
  content: '';
  background: linear-gradient(180deg, rgba(30, 146, 255, 0.8) 0%, #C30EFF 100%);
  background: -webkit-linear-gradient(180deg, rgba(30, 146, 255, 0.8) 0%, #C30EFF 100%);
  filter: blur(120px);
  -webkit-filter: blur(120px) !important;
  width: 683px;
  height: 1170px;
  position: absolute;
  z-index: -1;
  opacity: 0.5;
  transform: rotate(-90deg);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.service-item {
  position: relative;
  background: transparent;
  text-align: center;
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 60px;
}

.service-item h4 {
  margin-bottom: 0px !important;
}

.border_end {
  border-right: 1px solid #EDF0EE;
  height: 150px;
}

.service-icon {
  width: 80px;
  display: inline-flex;
  position: relative;
  margin-bottom: 24px;
}

.service-icon img {
  position: relative;
}

.service-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
  position: relative;
  z-index: 99;
}

.service-wrapper .col-sm-6.col-lg-4:nth-child(3n) .border_end {
  border-right: 0;
}

.btn-link {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  color: #A261F1;
}

.btn-link span {
  font-size: 12px;
  display: inline-flex;
}

.service-item:hover::before {
  opacity: 1;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  border-radius: 0;
}

.service-item h4,
.service-item p,
.service-item a {
  transition: all 0.3s linear;
  transition-delay: 0.1s;
}

.service-item:hover h4,
.service-item:hover p,
.service-item:hover a {
  color: var(--clr-white);
  position: relative;
}

.btn-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--clr-primary);
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.btn-link:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.service-item .btn-link::before {
  background: var(--clr-white);
}

.choose-item:hover::before,
.service-item:hover::after {
  opacity: 0.2;
}

/* Request Demo Starts */

.request-demo-wrapper::before,
.under-construction-wrapper::before {
  content: '';
  background: linear-gradient(180deg, rgba(30, 146, 255, 0.8) 0%, #C30EFF 100%);
  background: -webkit-linear-gradient(180deg, rgba(30, 146, 255, 0.8) 0%, #C30EFF 100%);
  filter: blur(120px);
  -webkit-filter: blur(120px) !important;
  width: 160px;
  height: 1170px;
  position: absolute;
  z-index: -1;
  opacity: 0.5;
  transform: rotate(-90deg);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.request-demo-image {
  max-width: 350px;
  margin: -50px auto 0px;
}

.request-box h4 a {
  border-bottom: 1px solid var(--clr-white);
  line-height: 32px;
  display: inline-flex;
}

.request-box .btn-primary-icon {
  background: var(--clr-white);
  color: var(--bs-black);
}

.request-box .btn-primary-icon span {
  background: var(--clr-primary);
  color: var(--bs-white);
}

.ai_dot_left_icon {
  background: url('../images/ai_dot_left.png') no-repeat top center;
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 72px;
  height: 357px;
  background-size: 80%;
}

.ai_dot_right_icon {
  background: url('../images/ai_dot_right.png') no-repeat top center;
  position: absolute;
  right: 0;
  top: 0;
  width: 164px;
  height: 254px;
  background-size: 100%;
}

.request_dot_icon {
  background: url('../images/platform_dot.png') no-repeat top center;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 128px;
  height: 120px;
  background-size: 150px;
}

/* Request Demo Ends */


/* Footer Starts */

.footer-links ul li {
  display: flex;
  padding: 5px 0px;
}

.footer-links ul li a {
  display: flex;
  position: relative;
  transition: .8s;
}

.footer-links h5 {
  color: var(--clr-white);
}

.footer-links ul li a,
.footer-content p {
  font-size: .95rem;
  color: var(--clr-white);
  line-height: 1.5rem;
}

.footer-links ul li a::before {
  content: '-';
  padding-right: 6px;
  transition: 1s;
  position: absolute;
  left: 0px;
  opacity: 0;
}

.footer-links ul li a:hover {
  color: var(--clr-primary);
  padding-left: 16px;
}

.footer-links ul li a:hover::before {
  opacity: 1;
}

.footer-logo img {
  max-width: 80px;
}

.footer-content li {
  display: inline-flex;
}

.footer-content li a {
  display: flex;
  border: 2px solid var(--clr-white);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: var(--clr-white);
  transition: .5s;
}

.footer-content li a:hover {
  background: var(--clr-primary);
  border-color: var(--clr-primary);
  color: var(--clr-white);
  transform: rotate(360deg);
}

.footer-bottom {
  border-top: 1px solid #ffffff1c;
}

/* Footer Ends */

.under-construction-wrapper {
  min-height: 500px;
  display: flex;
  align-items: center;
}

/* Request A Demo Modal Starts */
.custom-dialog-modal {
  max-width: 1000px;
  border-radius: 28px;
  overflow: hidden;
  margin: 40px auto;
}

.btn.btn-primary.submit_btn.w-100 {
  background-color: #7300FF;
}

.modal {
  background: rgba(0, 0, 0, 0.6);
}

.custom-dialog-modal .modal-body {
  min-height: 550px;
  padding: 0px 15px;
}

.custom-dialog-modal .close {
  color: var(--clr-black) !important;
  position: absolute;
  right: 25px;
  top: 15px;
  font-weight: normal;
  font-size: 1.25rem;
  border: none;
  background: transparent;
}

.custom-dialog-modal .close:hover {
  color: var(--clr-primary) !important;
}

.login-form-wrap h2 {
  font-size: 1.8rem;
  line-height: 40px;
  margin-bottom: 8px;
  color: var(--clr-black);
}

.custom-feild-box {
  min-height: 350px;
  margin-top: 30px;
}

.custom-dialog-modal input.form-control,
.custom-dialog-modal input.form-control:hover,
.custom-dialog-modal input.form-control:focus,
.custom-dialog-modal textarea.form-control,
.custom-dialog-modal textarea.form-control:hover,
.custom-dialog-modal textarea.form-control:focus {
  border: 1px solid #B7B7B7 !important;
  font-size: 0.875rem !important;
  height: 50px !important;
  padding: 10px 15px !important;
  font-weight: 400;
  box-shadow: none;
  outline: 0;
  border-radius: 6px;
}

.custom-dialog-modal textarea.form-control,
.custom-dialog-modal textarea.form-control:hover,
.custom-dialog-modal textarea.form-control:focus {
  height: 120px !important;
}

.request-content-wrap {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 550px;
  justify-content: center;
  flex-direction: column;
  background: #7300FF;
}

.request-content-wrap::before {
  content: '';
  background: url('../images/bg-illustrator.png') no-repeat top center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
}

.modal-dialog.successfully-modal {
  max-width: 350px;
}

.modal-dialog.successfully-modal .modal-content {
  border-radius: 30px;
}

.successfully-modal .modal-body {
  min-height: 330px;
  position: relative;
  text-align: center;
  padding: 20px 20px;
}

.successfully-modal .modal-body h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 16px;
}

.successfully-modal .modal-body p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 0px;
}

.custom-dialog-modal .row {
  margin: 0px -16px !important;
}

/* Request A Demo Modal Ends */

/* Setvices Page */
/* AI Innovation Lab Starts */

.services-wrapper::before {
  content: '';

  background: -webkit-linear-gradient(265.01deg, rgba(116, 0, 193, 0.81) 17.05%, rgba(0, 102, 255, 0.81) 83.46%);
  background: linear-gradient(265.01deg, rgba(116, 0, 193, 0.81) 17.05%, rgba(0, 102, 255, 0.81) 83.46%);
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
  filter: blur(150px);
  -webkit-filter: blur(150px) !important;
  transform: rotate(-180deg);
  border-radius: 50% 50% 0px 0px;
}

.no-effect::before {
  display: none !important;
}

.services-wrapper::after {
  content: '';
  background: url('../images/wave-effect.png') no-repeat top center;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 650px;
  background-size: cover;
  height: 450px;
  z-index: -1;
}

.services-wrapper h2,
.service-heading h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.services-wrapper h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.service-hero-features ul li {
  background: #FFFFFF36;
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 7.09px;
  font-size: 1rem;
  color: #fff;
}

.prompt-cards-box {
  padding-bottom: 85px;
}

.prompt-cards-box::before,
.rlhf-wrapper::before {
  content: '';
  background: url("../images/line-wave-effect.png") no-repeat top center;
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: -1;
  background-size: cover;
  left: 0px;
}

.prompt-cards-box::after {
  content: '';
  background: linear-gradient(265.01deg, rgba(116, 0, 193, 0.81) 17.05%, rgba(0, 102, 255, 0.81) 83.46%);
  background: -webkit-linear-gradient(265.01deg, rgba(116, 0, 193, 0.81) 17.05%, rgba(0, 102, 255, 0.81) 83.46%);
  position: absolute;
  top: -15px;
  right: -65%;
  width: 100%;
  height: 80%;
  z-index: -1;
  opacity: 0.6;
  filter: blur(120px);
  -webkit-filter: blur(120px) !important;
  transform: rotate(-180deg);
}

.prompt-image {
  background: url("../images/prompt-bg-image.png") no-repeat top center;
  border-radius: 14px;
  background-size: cover;
  height: 100%;
  position: relative;
}

.prompt-image>img {
  height: 310px;
  margin-top: 0px;
  position: absolute;
  width: auto;
  right: 0px;
  bottom: -1px;
}

.prompt-card,
.ai-generation-card {
  padding: 26px;
  background: linear-gradient(180deg, rgb(74, 74, 74) 0%, rgb(32, 31, 31) 100%);
  background: -webkit-linear-gradient(180deg, rgb(74, 74, 74) 0%, rgb(32, 31, 31) 100%);
  border-radius: 14px;
  height: 100%;
  transition: .5s;
}

.card-icon .icon-file {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF30;
  border-radius: 12px;
  transition: .5s;
  flex-shrink: 0;
}

.card-icon .icon-file>img {
  max-width: 34px;
  max-height: 34px;
}

.prompt-card:hover,
.ai-generation-card:hover {
  background: linear-gradient(180deg, #3E35B9 0%, #884ED5 100%);
  background: -webkit-linear-gradient(180deg, #3E35B9 0%, #884ED5 100%);
}

.prompt-card:hover .card-icon .icon-file,
.ai-generation-card:hover .card-icon .icon-file {
  background: #fff;
}

.prompt-card:hover .icon-file,
.ai-generation-card:hover .icon-file {
  display: none;
}

.card-icon .hover-icon {
  display: none;
}

.prompt-card:hover .hover-icon,
.ai-generation-card:hover .hover-icon,
.rlhf-card:hover .hover-icon {
  display: inline-flex !important;
}

.radius-10 {
  border-radius: 10px;
}

.prompt-card h3,
.ai-generation-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.ethical-ai-wrapper::before {
  content: '';
  background: -webkit-linear-gradient(265.01deg, rgba(116, 0, 193, 0.81) 17.05%, rgba(0, 102, 255, 0.81) 83.46%);
  background: linear-gradient(265.01deg, rgba(116, 0, 193, 0.81) 17.05%, rgba(0, 102, 255, 0.81) 83.46%);
  position: absolute;
  top: 10%;
  left: -10%;
  width: 50%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
  filter: blur(120px);
  -webkit-filter: blur(120px) !important;
}

.ethical-ai-content ul li {
  display: inline-flex;
  width: 50%;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  padding: 30px 50px;
}

.ethical-ai-content ul li:nth-child(1),
.ethical-ai-content ul li:nth-child(3) {
  border-right: 1px solid #FFFFFF6B;
}

.ethical-ai-content ul li:nth-child(3),
.ethical-ai-content ul li:nth-child(4) {
  border-top: 1px solid #FFFFFF6B;
}

.ethical-ai-content ul li span {
  width: 56px;
  height: 56px;
  background: #FFFFFF36;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border-radius: 50%;
  box-shadow: 0px 4px 10.8px 1px #00000029;
  flex-shrink: 0;
}

.rlhf-wrapper {
  position: relative;
  padding-top: 110px;
  padding-bottom: 80px;
}

.rlhf-wrapper::after {
  content: '';
  background: -webkit-linear-gradient(265.01deg, rgba(116, 0, 193, 0.81) 17.05%, rgba(0, 102, 255, 0.81) 83.46%);
  background: linear-gradient(265.01deg, rgba(116, 0, 193, 0.81) 17.05%, rgba(0, 102, 255, 0.81) 83.46%);
  position: absolute;
  top: 0px;
  right: 0%;
  width: 50%;
  height: 90%;
  z-index: -1;
  opacity: 0.6;
  filter: blur(120px);
  -webkit-filter: blur(120px) !important;
  transform: rotate(-180deg);
}

.rlhf-box {
  background: url('../images/rlhf-bg-image.png') no-repeat top center;
  padding: 50px 50px;
  border-radius: 8px;
  background-size: cover;
}

.rlhf-box .service-heading h2 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
}

.rlhf-card {
  position: relative;
  padding-left: 110px;
}

.rlhf-card .card-icon {
  position: absolute;
  left: 0px;
  top: 0px;
}

.rlhf-card .card-icon .icon-file {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: .5s;
  border-image-slice: 1;
  z-index: 0;
  border-radius: 12px;
  padding: 20px;
  overflow: hidden;
}

.rlhf-card .card-icon .icon-file>img {
  max-width: 50px;
  max-height: 50px;
}

.rlhf-card .card-icon .icon-file::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  background: linear-gradient(270deg, #8D42D3, #6761FF);
  border-radius: 12px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.rlhf-card .card-icon .hover-icon {
  display: none;
}

.rlhf-card:hover .card-icon .icon-file {
  background: linear-gradient(270deg, #8D42D3 0%, #6761FF 100%);
}

.rlhf-card:hover.card-icon .icon-file {
  display: none;
}

.rlhf-card:hover.card-icon .hover-icon {
  display: inline-flex !important;
}

.rlhf-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8rem;
  margin-bottom: 8px;
}

.rlhf-card p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.3rem;
  margin-bottom: 0px;
}

.ai-generation-wrapper::before {
  content: '';
  background: linear-gradient(265.01deg, rgba(116, 0, 193, 0.81) 17.05%, rgba(0, 102, 255, 0.81) 83.46%);
  background: -webkit-linear-gradient(265.01deg, rgba(116, 0, 193, 0.81) 17.05%, rgba(0, 102, 255, 0.81) 83.46%);
  position: absolute;
  top: 10%;
  left: -65%;
  width: 100%;
  height: 90%;
  z-index: -1;
  opacity: 0.6;
  filter: blur(120px);
  -webkit-filter: blur(120px) !important;
}

.ai-solution-image-box.position-absolute {
  position: absolute;
  left: 0px;
  max-width: 500px;
  bottom: 0px;
}

.ai-solution-wrapper::before {
  content: '';
  background: -webkit-linear-gradient(265.01deg, rgba(116, 0, 193, 0.81) 17.05%, rgba(0, 102, 255, 0.81) 83.46%);
  background: linear-gradient(265.01deg, rgba(116, 0, 193, 0.81) 17.05%, rgba(0, 102, 255, 0.81) 83.46%);
  position: absolute;
  top: 10%;
  left: -62%;
  width: 100%;
  height: 80%;
  z-index: -1;
  opacity: 0.5;
  filter: blur(120px);
  -webkit-filter: blur(120px) !important;
}

.ai-solution-wrapper::after {
  content: '';
  background: url('../images/wave-effect-02.png') no-repeat top center;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 650px;
  background-size: cover;
  height: 450px;
  z-index: -1;
}

/* AI Innovation Lab Ends */


/* .blend-mode > img {
  mix-blend-mode: screen; 
} */

.blend-mode-lighten>img {
  mix-blend-mode: lighten;
}

.ai-solution-wrapper,
.ethical-ai-wrapper {
  max-width: 1920px;
  margin: 0px auto;
}