::-webkit-scrollbar-thumb {
  background-color: #7e0ad6 !important;
}
/* Dark Mode */
:root {
  --background-color: #ffffff;
  --text-color: #000000;
  --link-color: #7e0ad6;
}
body {
  background-color: var(--background-color);
  color: var(--text-color);
}

a {
  color: var(--link-color);
}

/* Banner */
.add-underlines {
  font-size: clamp(2.5rem, 7vw, 6.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  position: relative;
  margin-bottom: 80px;
}

.add-underlines::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 120%;
  border-top-style: solid;
  width: 75px;
  border-color: #6b09b6;
  border-top-width: 4px !important;
}

.testimonial-img {
  width: 80px;
  height: 80px;
  margin: 0 10px 0 0;
  border-radius: 100px;
  overflow: hidden;
}

.testimonial-img img {
  width: 100%;
}

.testiminial-name h5 {
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 600 !important;
  margin-bottom: 0;
}

.testiminial-name p {
  opacity: 0.7;
  line-height: 1.3em;
  font-size: 12px;
}

.logo-box-new {
  display: inline-block;
  width: 190px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px;
  border-radius: 20px;
  position: relative;
}

.logo-box-new::before {
  content: "";
  position: absolute;
  width: 80%;
  border-radius: 20px;
  background: #d7d7d7;
  height: 80%;
  z-index: -1;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}

.logo-box-new::after {
  content: "";
  position: absolute;
  width: 60%;
  border-radius: 20px;
  background: #f5f5f5;
  height: 80%;
  z-index: -2;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.new-logo-carousel .owl-stage {
  padding: 50px 0;
}

@keyframes growBefore {
  from {
    width: 80%;
  }

  to {
    width: 100%;
  }
}

@keyframes growAfter {
  from {
    width: 60%;
  }

  to {
    width: 80%;
  }
}

/* Apply animations dynamically via JS later */
.logo-box-new::before,
.logo-box-new::after {
  transition: width 2s ease;
}

.new-testimonial-carousel.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 20px;
  background: transparent;
  font-size: 60px;
}

.new-testimonial-carousel.owl-theme .owl-nav button.owl-prev {
  left: -80px;
}

.new-testimonial-carousel.owl-theme .owl-nav button.owl-next {
  right: -80px;
}

.new-testimonial-carousel.owl-theme .owl-nav button:hover {
  color: #6b09b6;
}
/* Banner */

/* Additional styles for dark mode */
.dark-mode {
  --background-color: #000000;
  --text-color: #ffffff;
  --link-color: #7e0ad6;
}
.dark-mode h1 {
  background: -webkit-linear-gradient(
    176deg,
    rgba(127, 7, 202, 1) 0%,
    rgba(194, 97, 255, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dark-mode h2 {
  background: -webkit-linear-gradient(
    176deg,
    rgba(127, 7, 202, 1) 0%,
    rgba(194, 97, 255, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dark-mode h3 {
  background: -webkit-linear-gradient(
    176deg,
    rgba(127, 7, 202, 1) 0%,
    rgba(194, 97, 255, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dark-mode h4 {
  color: var(--text-color);
}

.dark-mode h5 {
  color: var(--text-color);
}
.dark-mode .content .sub-title {
  color: var(--text-color);
}
.dark-mode .content .text-highlight {
  color: var(--text-color);
}
.dark-mode .content p {
  color: var(--text-color);
}
.dark-mode .title {
  color: var(--text-color);
}
.dark-mode .single_footer ul li a {
  color: var(--text-color);
}
.dark-mode .linkBtn {
  color: var(--text-color);
}
.dark-mode .nav-link {
  color: var(--text-color);
}
.dark-mode .d-footer {
  background: #8a01dd1a !important;
}
.dark-mode .fixed-top {
  background: rgb(14 1 23 / 85%) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.dark-mode .menu-line1 {
  background-color: var(--text-color);
}
.dark-mode .menu-line2 {
  background-color: var(--text-color);
}
.dark-mode .featured-block .inner-box h3 {
  color: var(--text-color);
}
.dark-mode
  .features-list-tab
  .features-overview
  .overview-content
  .content
  .features-list
  li
  span {
  background-color: #ffffff21;
}

.dark-mode .inner-box {
  background-color: #ffffff21;
}
.dark-mode .it-up-blog-innerbox .it-up-blog-text h3 a {
  color: var(--text-color);
}
.dark-mode .it-up-blog-innerbox .it-up-blog-text p {
  color: var(--text-color);
}
.dark-mode .shift-row-item1 {
  background-color: #ffffff;
}
.dark-mode .shift-row-item2 {
  background-color: transparent !important;
}
.dark-mode .new-newsletter {
  background-color: #ce9ef31c !important;
}
.dark-mode .bg-f2 {
  background-color: var(--background-color) !important;
}
.dark-mode.overview-content .background-icon {
  background-color: #6b09b691 !important;
  opacity: 0.3 !important;
}
.dark-mode #portfoliosbg {
  display: none !important;
}
.dark-mode .dropdown-menu {
  background: rgb(22 1 39 / 80%) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.dark-mode .nav-link.active {
  color: rgb(190, 106, 243);
}
.dark-mode .case-nav-tab .nav-link.active {
  color: var(--text-color);
}
.dark-mode .dropdown-item p {
  color: var(--text-color);
}
.dark-mode .app-dm-benifit-tab-btn {
  background: rgb(14 1 23 / 85%) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 2px solid #a857db;
}
.dark-mode .team-sec:before {
  display: none;
}
.dark-mode .pr-overlay {
  background: rgb(66 1 103 / 15%);
}
.dark-mode .team-sec {
  background: url(../images/bg/team-sec-bg.svg) no-repeat right center;
}
.dark-mode .inn-nave {
  background: rgb(157 0 250 / 43%) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.dark-mode .contact-style1_form {
  background-color: #7200b81a !important;
  backdrop-filter: blur(3px);
}
.dark-mode .hiring-post {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.dark-mode .lead-post {
  background: rgb(158 1 253 / 3%) !important;
}
.dark-mode .inn-nave ul li a {
  color: var(--text-color) !important;
}
.dark-mode .info-box {
  background-color: #ce9ef31c !important;
}
.dark-mode .apihu-port-single-portfolio {
  background: #ce9ef31c !important;
  box-shadow: none !important;
}
.dark-mode .apihu-port-single-portfolio .sp-bs {
  box-shadow: none !important;
}
.dark-mode .apihu-port-single-portfolio .apihu-port-portfolio-img2 {
  background-color: rgb(157 0 248 / 10%);
  box-shadow: none !important;
}
.dark-mode .apihu-port-single-portfolio a {
  box-shadow: none !important;
}
.dark-mode .apihu-port-single-portfolio p {
  color: var(--text-color) !important;
}
.dark-mode .app-dm-feature-innerbox {
  background-color: #ce9ef31c !important;
}
.dark-mode .service_content_box {
  background-color: #ce9ef31c !important;
}
.dark-mode .service_content_box::before {
  background: none !important;
}
.dark-mode .service_content_box::after {
  background: none !important;
}
.dark-mode .service_content_box .service_text_box h3 {
  color: var(--text-color) !important;
}
.dark-mode .service_content_box .service_text_box p {
  color: var(--text-color) !important;
}
.dark-mode .app-dm-feature-innerbox .more-btn a {
  background: none !important;
}
.dark-mode .info-box .icon:after {
  background: none !important;
}
.dark-mode .bs-nav-tab {
  background-color: #ce9ef31c !important;
}
.dark-mode .bg-light {
  background-color: #ce9ef31c !important;
}
.dark-mode .border {
  border-color: #4c0878 !important;
}
.dark-mode .automation-about .sub-content {
  background-color: #ce9ef31c !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.dark-mode .auto-s3-car-card {
  background-color: #ce9ef31c !important;
}
.dark-mode .social-sticky-bar {
  background-color: #ce9ef31c !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.dark-mode .auto-bx {
  background-color: #ce9ef31c !important;
}
.dark-mode .auto-s3-car-card .blog-content-wrapper {
  background-color: #ce9ef300 !important;
}
.dark-mode .navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background: #0000007d !important;
}
.dark-mode #capabalities {
  background: none !important;
}
.dark-mode .search input {
  background-color: #ce9ef31c !important;
  border: 1px solid #a857db;
}
.dark-mode .search-tg {
  background-color: #ce9ef31c !important;
  border: 1px solid #a857db;
  color: var(--text-color) !important;
}
.dark-mode .hire-box {
  background-color: #ce9ef31c !important;
  border: 1px solid #a857db;
}
.dark-mode .hire-box .image-box .icon-box:before {
  border-bottom: 8px solid #9d00f8;
}
.dark-mode .hire-box .image-box .icon-box:after {
  border-bottom: 8px solid #a857db;
}
.dark-mode .hire-block .content-box .read-more {
  color: var(--link-color) !important;
}
.dark-mode .hire-detail {
  background-color: #0000002a !important;
}
.dark-mode .job-form {
  background-color: #0000002a !important;
}
.dark-mode .job-type {
  background-color: #ce9ef31c !important;
}
.dark-mode .job-offers-sec {
  background: none !important;
}
.dark-mode .training-sec {
  background: none !important;
}
.dark-mode .g-blog {
  box-shadow: none !important;
  background: #ce9ef31c !important;
}
.dark-mode .g-blog p {
  color: var(--text-color) !important;
}
.dark-mode .g-blog .g-bloa {
  box-shadow: none !important;
}
.dark-mode .train-box {
  background: #ce9ef31c !important;
}
.dark-mode .train-icn img {
  border: 1px solid #9d00fa;
}
.dark-mode .poster .sub-content {
  background: #ce9ef31c !important;
}
.dark-mode .ns-service-item {
  background: #ce9ef31c !important;
}
.dark-mode .ns-service-bg-img-2 {
  display: none !important;
}
.dark-mode .projects-area:before {
  display: none !important;
}
.dark-mode .projects-area {
  background: url(../images/bg/case-bg-svg.svg) no-repeat center center;
  background-size: cover;
}
.dark-mode .section-sub {
  color: var(--text-color) !important;
}
.dark-mode .copyrights p {
  color: var(--text-color) !important;
}
.dark-mode .ns-service-item.ns-service-item-2 {
  border: 1px solid #7001b542;
}
.dark-mode .ns-service-content-icon {
  background-color: #7f07ca5e;
  backdrop-filter: blur(3px);
}
.dark-mode .file-download .file-item {
  background: #ce9ef31c !important;
  border: 1px solid #7f07ca;
  color: var(--text-color) !important;
}
.dark-mode .case-nav-tab {
  background: #ce9ef31c !important;
}
.dark-mode .case-tabs {
  box-shadow: none !important;
}
.dark-mode .ccimg {
  background: #ce9ef31c !important;
}
.dark-mode .team-btm {
  background: none !important;
}
.dark-mode .cc-txt {
  background: #ce9ef31c !important;
}
.dark-mode .team-loc {
  background: #ce9ef31c !important;
  box-shadow: none;
  border: 1px solid #9e01fd69;
}
.dark-mode .cont-box {
  background: #ce9ef31c !important;
}
.dark-mode .blog-sec {
  background: transparent !important;
}
.dark-mode .g-blog .g-blot {
  color: var(--text-color) !important;
  box-shadow: none !important;
  border: 1px solid #9d00fa;
}
.dark-mode .pbmit-comment-author-inner {
  color: var(--text-color) !important;
}
.dark-mode .pbmit-comment-date {
  color: var(--link-color) !important;
}
.dark-mode .tab-left {
  box-shadow: none !important;
}
.dark-mode .features-list-tab .tabs li a {
  background: #ce9ef31c !important;
  box-shadow: none;
  color: var(--text-color) !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.dark-mode .tab-right {
  background-color: #ce9ef31c !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.dark-mode .left-prt {
  background-color: #ce9ef31c !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.dark-mode .achivement-column .ac-content {
  background-color: #ce9ef31c !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: none;
}
.dark-mode .it-up-blog-innerbox {
  background-color: #ce9ef31c !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: none;
}
.dark-mode .soft-m-feature-inner .soft-m-feature-icon {
  background-color: #150124 !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(20px);
  box-shadow: none;
}
.dark-mode .soft-m-feature-inner .soft-m-feature-icon i {
  background-color: #150124 !important;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  box-shadow: none;
}
.dark-mode .buttons-wrap a {
  background-color: #150124 !important;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--text-color) !important;
  border: 1px solid #ffffff;
}
.dark-mode .left-prt-2 .tag-box {
  background: linear-gradient(-160deg, #9e01fd 0, #6e00b2 99%);
  color: var(--text-color) !important;
}
.dark-mode .left-prt .tag-box {
  background: linear-gradient(-160deg, #9e01fd 0, #6e00b2 99%);
  color: var(--text-color) !important;
}
.dark-mode .achivement-column .ac-content .apldg2-headline span {
  color: var(--text-color) !important;
}
.dark-mode .achivement-column .ac-content .ac-subtitle span {
  color: var(--text-color) !important;
}
.dark-mode
  .it-up-blog-innerbox
  .it-up-blog-text
  .it-up-blog-bottom
  .it-up-blog-author
  .it-up-blog-ath-text
  a {
  color: var(--text-color) !important;
}
.dark-mode .ico4 {
  background-color: #9424d7a8;
  color: var(--text-color) !important;
}
.dark-mode .case-cards h2 {
  color: var(--text-color) !important;
  -webkit-text-fill-color: #ffffff;
}
.dark-mode .g-blog ul li a .rpwwt-post-title {
  color: var(--text-color) !important;
}
.dark-mode .g-blot2 {
  box-shadow: none !important;
  border: 1px solid #8512cf;
}
.dark-mode .cont-info p a {
  color: var(--link-color) !important;
}
.dark-mode .menu-img {
  background: -webkit-linear-gradient(
    176deg,
    rgba(127, 7, 202, 1) 0%,
    rgba(194, 97, 255, 1) 100%
  ) !important;
}
.dark-mode .menu-img i {
  color: var(--text-color) !important;
}
.dark-mode .custom-navbar .navbar-nav .dropdown-menu::before {
  background: rgb(22 1 39 / 80%) !important;
  border-top: 1px solid #8512cf;
  border-left: 1px solid #8512cf;
}

/* Dark Mode */
.z-2 {
  z-index: 2 !important;
}
.features-area {
  background: url(../images/bg/case-bg-svg.svg) no-repeat center center;
  background-size: cover;
  padding: 170px 0;
}
/* .colsult-bg-sec {
  background: url(../images/bg/consult-us-bg.svg) no-repeat center center;
  background-size: cover;
  height: 100%;
  position: relative;
} */
.consult-us-section {
  background: #433e3e59;
  backdrop-filter: blur(10px);
  border: 1px solid #c81aec42;
}
.modal-close i {
  font-size: 1.3rem;
}
.modal-close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50% 50%;
  background-color: #b653f6;
  z-index: 4;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .our-solutions {
  background: url(../images/bg/solutions-bg-svg.svg) no-repeat center center;
  background-size: cover;
} */
.add-underlines::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 120%;
  border-top-style: solid;
  width: 75px;
  border-color: #6b09b6;
  border-top-width: 4px !important;
}
.text-highlight {
  color: #af49fd !important;
}
.job-offers-sec {
  background: #e9d5f9;
}
.set-banner {
  margin-bottom: 40px;
}
.training-sec {
  background: #e9d5f9;
}
.blog-sec {
  background: #e9d5f9;
  margin-bottom: 40px;
}
.buttons-wrap a {
  padding-left: 16px;
  padding-right: 16px;
  height: 44px;
  background: #000;
  font-weight: 600;
  border-radius: 9999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 4px;
}

.buttons-wrap a.btn-grey {
  border: 1px solid #6b09b6;
  background: #fff;
  color: #000;
  gap: 8px;
}
.buttons-wrap a.btn-grey span {
  padding: 4px;
  background: #6b09b6;
  display: flex;
  border-radius: 50%;
  flex-shrink: 0;
  height: 25px;
  width: 25px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
/* Switch */

.switch {
  margin: auto;
  position: fixed;
  right: 5px;
  top: 40%;
  transform: rotate(90deg);
  z-index: 9999;
}
.switch__icon,
.switch__input {
  display: block;
}
.switch__icon {
  position: absolute;
  top: 0.375em;
  right: 0.375em;
  width: 0.75em;
  height: 0.75em;
  transition: opacity calc(var(--trans-dur) / 2),
    transform calc(var(--trans-dur) / 2);
}
.switch__icon polyline {
  transition: stroke-dashoffset calc(var(--trans-dur) / 2);
}
.switch__icon--light,
.switch__icon--light polyline {
  transition-delay: calc(var(--trans-dur) / 2);
  transition-timing-function: var(--trans-timing-out);
}
.switch__icon--dark {
  opacity: 0;
  transform: translateX(-0.75em) rotate(30deg) scale(0.75);
  transition-timing-function: var(--trans-timing-in);
  right: 0.8em;
}
.switch__input {
  background-color: rgb(126 10 214);
  border-radius: 0.75em;
  box-shadow: 0 0 0 0.125em hsla(var(--hue), 90%, 50%, 0),
    0.125em 0.125em 0.25em hsla(var(--hue), 90%, 10%, 0.2);
  outline: transparent;
  position: relative;
  width: 3em;
  height: 1.5em;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color var(--trans-dur) var(--trans-timing),
    box-shadow 0.15s linear;
}
.switch__input:focus-visible {
  box-shadow: 0 0 0 0.125em hsl(var(--hue), 90%, 50%),
    0.125em 0.125em 0.25em hsla(var(--hue), 90%, 10%, 0.2);
}
.switch__input:before,
.switch__input:after {
  content: "";
  display: block;
  position: absolute;
}
.switch__input:before {
  background-color: hsl(307.33deg 86.87% 61.18%);
  border-radius: inherit;
  mask-image: linear-gradient(
    120deg,
    hsl(0, 0%, 0%) 20%,
    hsla(0, 0%, 0%, 0) 80%
  );
  -webkit-mask-image: linear-gradient(
    120deg,
    hsl(0, 0%, 0%) 20%,
    hsla(0, 0%, 0%, 0) 80%
  );
  inset: 0;
  transition: background-color var(--trans-dur) var(--trans-timing);
}
.switch__input:after {
  background-color: hsl(0, 0%, 100%);
  border-radius: 50%;
  box-shadow: 0.05em 0.05em 0.05em hsla(var(--hue), 90%, 10%, 0.1);
  top: 0.125em;
  left: 0.125em;
  width: 1.25em;
  height: 1.25em;
  transition: background-color var(--trans-dur) var(--trans-timing),
    transform var(--trans-dur) var(--trans-timing);
  z-index: 1;
}
.switch__input:checked {
  background-color: hsl(274.08deg 91.35% 36.27%);
}
.switch__input:checked:before {
  background-color: #300a74;
}
.switch__input:checked:after {
  background-color: hsl(0, 0%, 0%);
  transform: translateX(1.5em);
}
.switch__input:checked ~ .switch__icon--light,
.switch__input:checked ~ .switch__icon--light polyline {
  transition-delay: 0s;
  transition-timing-function: var(--trans-timing-in);
}
.switch__input:checked ~ .switch__icon--light {
  opacity: 0;
  transform: translateX(-0.75em) rotate(-30deg) scale(0.75);
  right: 0em;
}
.switch__input:checked ~ .switch__icon--light polyline {
  stroke-dashoffset: 1.5;
}
.switch__input:checked ~ .switch__icon--dark {
  opacity: 1;
  transform: translateX(-1.5em);
  transition-delay: calc(var(--trans-dur) / 2);
  transition-timing-function: var(--trans-timing-out);
  right: 0.4em;
}
.switch__sr {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}
/* Darkmode End */
/* footer-end */
.footer-end {
  background: #000;
  /* color: #fff; */
  padding: 15px;
}
/* banner */
.blog-pic {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 35px;
}
.blog-title {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 30px;
}
.comment-list li:not(:last-child) .pbmit-comment {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(24, 26, 23, 0.1);
}
.comment-list .pbmit-comment-avatar {
  float: left;
}
.comment-list .pbmit-comment-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  box-shadow: 0 0 25px 5px #0000002b;
  border: 2px solid #fff;
}
.pbmit-comment-content {
  position: relative;
  padding: 0px;
  margin-left: 95px;
  min-height: 100px;
}
.pbmit-comment-meta {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.pbmit-comment-content .pbmit-comment-author {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  display: inline-flex;
  position: relative;
  color: #525252;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.pbmit-comment-author-inner {
  margin: 0 5px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
}
.pbmit-comment-date {
  display: block;
  font-size: 16px;
  margin: 0 0 0 30px;
  font-weight: 400;
  color: rgba(24, 26, 23, 0.8);
}
.pbmit-comment-date span {
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
.pbmit-comment-content p {
  margin: 10px 0 18px;
}
.banner-heading-index {
  font-size: 6.5rem;
  font-family: "Inter", sans-serif;
  /* font-size: clamp(2.5rem, 7vw, 6.25rem); */
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
}
.set-banner .carousel-indicators {
  left: inherit !important;
}
.banner-heading-index .set1,
.banner-heading-index .set2 {
  display: block;
  margin-bottom: 7px;
}
.banner-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.search-active {
  color: #ffffff !important;
  background-color: #7e0ad6 !important;
}
.case-grid {
  margin: 0 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 90vh;
  margin-bottom: 30px;
}
.case-grid-box {
  width: 400px;
  border-radius: 18px;
  position: absolute;
  top: 0;
}
/* .case-grid .case-grid-box:nth-child(1) {
  top: 0%;
  left: 30%;
}
.case-grid .case-grid-box:nth-child(2) {
  top: 0%;
  left: 30%;
}
.case-grid .case-grid-box:nth-child(3) {
  top: 0%;
  left: 30%;
}
.case-grid .case-grid-box:nth-child(4) {
  top: 0%;
  left: 30%;
} */
.case-cards {
  display: flex;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1.5;
  flex-direction: column;
  padding: 1rem;
}
.case-1 {
  background: #480878;
  grid-row-start: 1;
}
.case-2 {
  background: #7e0ad6;
  grid-row-start: 2;
}
.case-3 {
  background: #300a74;
  grid-row-start: 1;
}
.case-4 {
  background: #9424d7;
  grid-row-start: 2;
}
.case-1 .case-cards h2 {
  color: #ce9ef3;
}
.case-2 .case-cards h2 {
  color: #cdb8f3;
}
.case-3 .case-cards h2 {
  color: #cdb8f3;
}
.case-4 .case-cards h2 {
  color: #dab2f2;
}
.case-cards {
  text-decoration: none;
}
.case-cards h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(2.125rem, 5.4vw, 4.875rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  flex-grow: 1;
  margin-bottom: 0;
}
.case-img {
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
  /* aspect-ratio: 1.3/1; */
}
.case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 51.6801% 1.1696%;
}
.bounce-bg {
  position: absolute;
  inset: 0;
  z-index: -10;
  overflow: hidden;
  border-radius: 20px;
  transform: scale(1);
  transition: 0.1s ease-in;
}
.case-1 .bounce-bg {
  background: #480878;
}
.case-2 .bounce-bg {
  background: #7e0ad6;
}
.case-3 .bounce-bg {
  background: #300a74;
}
.case-4 .bounce-bg {
  background: #9424d7;
}
.case-grid-box:hover .bounce-bg {
  transform: scale(1.0268);
}
.new-h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(2.5rem, 7vw, 6.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}
.mb-150 {
  margin-bottom: 150px;
}
.nx-nav-tab:hover {
  color: #6b09b6 !important;
  border-bottom: 1px solid #6b09b6;
  transition: 0.7s ease-in-out;
}
.nx-nav-tab.active {
  color: #6b09b6 !important;
  border-bottom: 1px solid #6b09b6;
  transition: 0.7s ease-in-out;
}
.nx-nav-tab {
  display: inline-block;
  margin-right: 2rem;
  border: 0;
  font-size: 1.3rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.03125rem;
  border-bottom: 1px solid #747678;
  color: #000000 !important;
  text-align: center;
  padding: 6px 14px;
}
.shift-row-item1 {
  border-radius: 1rem;
  /* background: #d8ccb5; */
  background: #7e0ad62e;
  /* aspect-ratio: 1 / 1; */
  /* height: max(18svh, 8.75rem); */
  overflow: hidden;
  width: 265px;
  display: inline-block;
}
.shift-row-item1 img {
  object-fit: cover;
  width: 100%;
  height: max(18svh, 8.75rem);
  filter: drop-shadow(0 0 0.75rem #29103b79);
}
.shift-row-item {
  display: flex;
  gap: 1.75rem;
  align-items: center;
  margin-bottom: 1.75em;
  transition: margin 0.3s ease;
}
.shift-row-item1 h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.0625em;
  font-size: max(15svh, 8.75rem);
  margin-right: 0.0625em;
  margin-bottom: 0;
}
.shift-row-item2 {
  border-radius: 0;
  background: transparent;
}
.last-shift {
  padding: 0 50px;
  width: max-content;
}
.last-shift2 {
  padding: 0 50px;
  width: max-content;
}
.last-shift2 span,
.last-shift span {
  color: #7e0ad6;
}

.pt-150 {
  padding-top: 150px;
}
.left-prt {
  padding: 3rem;
  border-radius: 16px;
  background: #300a74;
  display: block;
  text-decoration: none;
  position: sticky;
  top: 90px;
  left: 0;
  margin-bottom: 25px;
}
.tag-box {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #cdb8f3;
  border-radius: 9999px;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #300a74;
  font-size: 21px;
  font-weight: 700;
}
.left-prt h2 {
  font-size: clamp(2.125rem, 5.4vw, 4.875rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #cdb8f3;
  margin-top: 25px;
}
.right-prt {
  margin-bottom: 25px;
}
.right-prt img {
  width: 100%;
  border-radius: 16px;
}
.button-prt {
  width: 4.5rem;
  height: 4.5rem;
  background: #cdb8f3;
  color: #300a74;
  border-radius: 50%;
  text-align: center;
  line-height: 4.5rem;
  font-size: 35px;
  /* transform: rotate(45deg); */
  margin-left: auto;
  margin-top: 25px;
}
.button-prt i,
.new-newsletter button i {
  line-height: 4.5rem;
}
.pb-11r {
  padding-bottom: 11rem;
}
.left-prt-2 {
  background: #480878;
}
.left-prt-2 .button-prt,
.left-prt-2 .tag-box {
  background: #ce9ef3;
  color: #480878;
}
.left-prt p {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-top: 15px;
  color: #cdb8f3;
}
.left-prt-2 h2,
.left-prt-2 p {
  color: #ce9ef3;
}
.new-newsletter {
  padding-top: 1.75rem;
  padding: 3rem;
  border-radius: 16px;
  background: #ce9ef3;
}
.new-newsletter h2 {
  font-size: clamp(4.2rem, 13.9vw, 12.5rem);
  font-weight: 700;
  letter-spacing: -0.07em;
}
.new-newsletter button {
  width: 4.5rem;
  height: 4.5rem;
  background: #000;
  color: #ce9ef3;
  border-radius: 50%;
  text-align: center;
  line-height: 4.5rem;
  border: none;
  font-size: 35px;
  /* transform: rotate(45deg); */
  flex-shrink: 0;
  margin-left: 15px;
}

.new-newsletter input {
  padding: 1.75rem 2rem;
  height: 4.5rem;
  background: rgb(250 248 247);
  border-radius: 50px;
  border: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  width: 435px;
}
.new-newsletter p {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-top: 15px;
}
.new-newsletter input:focus {
  background: rgb(250 248 247);
  box-shadow: none;
  border: none;
}
.feature-cards {
  display: grid;
}
.feature-card {
  background: #480878;
  padding: 1.25rem;
  border-radius: 24px;
  position: relative;
  transition: 0.1s ease-in;
}
.feature-card img {
  border-radius: 16px;
}
.feature-card h2 a {
  min-height: 2lh;
  font-size: clamp(1.75rem, 4.2vw, 3.75rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #ce9ef3;
  text-decoration: none;
}
.feature-card .div a {
  color: #480878;
  background: #ce9ef3;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.125;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
}
.feature-cards .feature-card:first-child {
  background: #300a74;
  z-index: 0;
  grid-row-start: 1;
  grid-column-start: 1;
  /* transform: translateY(0px); */
  position: relative;
  top: -100px;
}
.feature-cards .feature-card:first-child h2 a {
  color: #b899ef;
}
.feature-cards .feature-card:nth-child(2) {
  background: #7e0ad6;
  /* transform: translateY(100px); */
  z-index: 1;
  grid-row-start: 1;
  grid-column-start: 1;
  position: relative;
  top: -0px;
}
.feature-cards .feature-card:first-child h2 a {
  color: #cdb8f3;
}
.feature-cards .feature-card:last-child {
  z-index: 2;
  grid-row-start: 1;
  grid-column-start: 1;
  /* transform: translateY(200px); */
  position: relative;
  bottom: -100px;
}
.feature-sec {
  min-height: 80vh;
}
/* .feature-cards .feature-card:first-child:hover {
  transform: translateY(-20px);
}
.feature-cards .feature-card:nth-child(2):hover {
  transform: translateY(80px);
}
.feature-cards .feature-card:last-child:hover {
  transform: translateY(180px);
} */
.team-row-1::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.team-row-2::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.team-row-3::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.team-row-4::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.team-row-1,
.team-row-2,
.team-row-3,
.team-row-4 {
  width: 102%; /* Make the element wider to enable horizontal scrolling */
  overflow-x: scroll;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.solution-box {
  transform-origin: center;
}
.page_load {
  z-index: 9999;
  transition: transform 1s ease;
  background-color: #000;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
}
.slide-up {
  transform: translateY(-100%);
}
.page_load img {
  width: 200px;
  margin-bottom: 35px;
}
.centered-content-pageload {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}
.page-load-h3 {
  color: #414141;
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
}
.page-load-dynamic {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.page-load-h3.orange {
  color: #fff;
}
.content-new {
  display: none;
}
.loaded .page_load {
  /* transform: translateY(100%); */
  display: none;
}

.loaded .content-new {
  display: block;
}
/* .case-grid-box {
  transition: 0.3s ease-in-out;
} */
.case-grid-box:hover {
  position: relative;
  z-index: 99;
}
.cursor-pointer {
  cursor: pointer !important;
}
.modern-banner-section {
  position: relative;
  z-index: 1;
}
.modern-banner-bg svg {
  width: 100%;
  height: 100%;
  opacity: 0.4 !important;
}
.modern-banner-container {
  backdrop-filter: blur(10px) !important;
}
.modern-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
/* new-newsletter */
.new-newsletter {
  position: relative;
  z-index: 1;
}
.new-newsletter button:hover i {
  color: #ffffff !important;
  transition: 0.3s ease-in-out;
}
.new-newsletter button:hover {
  background-color: #7e0ad6 !important;
  transition: 0.3s ease-in-out;
}
.new-newsletter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg/news-letter-bg.svg) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1600px) {
  .pb-11r {
    padding-bottom: 4rem;
  }
  .shift-row-item {
    gap: 1rem;
    margin-bottom: 0;
  }
  .shift-row-item1 h2 {
    font-size: max(12svh, 7rem);
  }
}
@media (max-width: 1400px) {
  .shift-row-item1 h2 {
    font-size: max(15svh, 6rem);
    line-height: 1.3;
  }
}
@media (max-width: 600px) {
  .dark-mode .fixed-top {
    background: rgb(14 1 23 / 96%) !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .features-area {
    padding: 30px 0;
  }
  .d-sm-none {
    display: none;
  }
  .solution-box a h2 {
    font-size: 6rem;
    letter-spacing: 2px;
  }
  .feature-card h2 a {
    font-size: 2rem;
    -webkit-text-fill-color: #ffffff5c;
    letter-spacing: 0.3px;
  }
  .feature-cards {
    bottom: -130px;
  }
  .banner-heading-index {
    font-size: 2.5rem;
  }
  .new-h2 {
    font-size: 3.3rem;
  }
  .left-prt h2 {
    font-size: 3.3rem;
  }
  .case-grid {
    display: block;
    width: 100%;
    margin: 0;
  }
  .case-grid-box {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
    position: relative !important;
    transform: rotate(0deg) !important;
    top: unset !important;
    right: unset !important;
    left: unset !important;
  }
  /* .case-cards h2{
    flex-grow: 0.5;
  } */
  .shift-row-item1 h2 {
    font-size: max(5svh, 1rem);
    margin-right: 0;
  }
  .shift-row-item1 {
    width: 25%;
    aspect-ratio: 2/1;
    border-radius: 7px;
    height: max(7svh, 1.75rem);
  }
  .shift-row-item2 {
    height: max(7svh, 1.75rem);
  }
  .shift-row-item {
    gap: 5px;
    margin-bottom: 5px;
  }
  .shift-row-item1 img {
    height: max(7svh, 1.75rem);
    margin-top: 0;
  }
  .new-newsletter {
    padding-top: 1.75rem;
    padding: 1.8rem;
  }
  .left-prt {
    padding: 1.8rem;
  }
  .feature-sec {
    min-height: 77vh;
  }
  .mb-150 {
    margin-bottom: 60px;
  }
  .pt-150 {
    padding-top: 0;
  }
  .new-newsletter input {
    width: 225px;

    padding: 1rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    height: 3.5rem;
  }
  .button-prt,
  .new-newsletter button {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
  }
  .button-prt i,
  .new-newsletter button i {
    line-height: 3.5rem;
  }
  .tag-box {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 13px;
  }
  .left-prt p,
  .new-newsletter p {
    font-size: 1rem;
  }
  .feature-card {
    padding: 0.75rem;
  }
  .case-cards {
    aspect-ratio: 1 / 1.5;
  }
  .our-team-sec {
    display: none;
  }
}
