* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "lufga-regular";
}

@font-face {
  font-family: "lufga-regular";
  src: url(../front/LufgaRegular.ttf);
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "LufgaMedium";
  src: url(../front/LufgaMedium.ttf);
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "LufgaExtraLight";
  src: url(../front/LufgaExtraLight.ttf);
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "LufgaSemiBold";
  src: url(../front/LufgaSemiBold.ttf);
  font-style: normal;
  font-weight: 500;
}

body.no-scroll {
  overflow: hidden;
}

h1 {
  font-family: "LufgaMedium";
}

h2 {
  font-family: "LufgaMedium";
}

h3 {
  font-family: "LufgaMedium";
}

h4 {
  font-family: "LufgaMedium";
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

li {
  list-style: none !important;
}

p {
  font-size: 24px;
  color: #171d1a;
}

b {
  font-family: "LufgaSemiBold";
  font-weight: normal;
}

.for-mobile {
  display: none;
}

.dis-flex {
  display: flex;
  align-items: center;
}

.section-padding {
  width: 100%;
  display: flex;
  padding: 100px 0;
}

.container {
  max-width: 1240px !important;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 30px 0 100px;
  background: url(../images/hero.png) no-repeat center bottom;
  background-size: cover;
}

.desktop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition: 0.6s ease;
  margin: -120px 0 -120px -90px;
}

.logo img {
  width: 500px;
}

.sticky {
  width: 100%;
  top: 0px;
  padding: 20px 0;
  z-index: 3;
  background: #fff;
  position: fixed !important;
  -webkit-animation: slide_down_site 0.35s ease-out;
  animation: slide_down_site 0.35s ease-out;
  border-bottom: 1px #ffffff5e solid;
  overflow: hidden;
}

#static-header {
  margin-top: 10px;
}

.header-btn {
  font-size: 16px;
  padding: 10px 45px;
}

.header-btn i {
  position: relative;
  margin-top: auto;
  right: -8%;
  width: 0px;
}

.hidden-fast {
  display: none;
}

.menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.menu ul li {
  margin-left: 40px;
}

.menu ul li a {
  color: #171d1a;
  font-family: "LufgaMedium";
}

.menu .blog-link:hover {
  color: #5f10f5;
}

.menu ul li a img {
  margin-top: -5px;
}

.menu ul li span a {
  color: #fff;
  border-radius: 50px;
  background: #5f10f5;
  background: linear-gradient(to right, #6010f5e9 50%, #5f10f5 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}

.menu ul li span a:hover {
  background-position: left bottom;
  box-shadow: 0px 5px 5px 0px rgba(95, 16, 245, 0.35);
}

.hero-container {
  height: 80vh;
  display: flex;
  align-items: center;
}

.hero-content {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.hero-content h2 {
  font-size: 55px;
}

.hero-content p {
  font-size: 28px;
}

.hero-content #needs {
  font-size: 20px;
  margin-bottom: 30px;
}

.gobal-btn {
  margin: 30px 0 20px;
  width: 100%;
}

.gobal-btn button {
  padding: 12px 100px;
  color: #fff;
  border: none;
  border-radius: 50px;
  background: #5f10f5;
  background: linear-gradient(to right, #6010f5e9 50%, #5f10f5 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
  font-size: 24px;
}

.gobal-btn button:focus {
  outline: none;
}

.gobal-btn button:hover {
  background-position: left bottom;
  box-shadow: 0 0 8px 2px rgba(95, 16, 245, 0.35);
}

.gobal-btn button i {
  position: relative;
  margin-top: auto;
  right: -50px;
  width: 0px;
}

.animated-text {
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid;
  font-size: 88px;
  font-family: "LufgaMedium";
}

@media (max-width: 768px) {
  .animated-text {
    font-size: 52px;
  }

  .gobal-btn button {
    font-size: 16px;
  }
}

/* .client-logo */
.client-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 0;
  background: #fff;
  z-index: 3;
}

.client-logo {
  padding: 30px 0;
  background: #fff;
}

.client-container {
  width: 100%;
  overflow: hidden;
}

.client-wrapper {
  display: flex;
  align-items: center !important;
}

.client-container .swiper-wrapper {
  transition-timing-function: linear;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.swiper-slide img {
  max-width: 160px;
  max-height: 50px;
}

/* about */
.about {
  padding: 100px 0;
  width: 100%;
  background: url(../images/about-bg.png) no-repeat;
  background-size: cover;
}

.about-title h2 {
  font-size: 68px;
}

.about-title h2 span {
  color: #5f10f5;
  font-family: "LufgaMedium";
}

.about-content p {
  font-size: 24px;
}

.about-content p span {
  font-family: "LufgaSemiBold";
}

.left-element {
  top: -53px;
  left: 200px;
  position: absolute;
}

.right-element {
  overflow: hidden;
  top: -200px;
  right: -100px;
  position: absolute;
}

@media (max-width: 1300px) {
  .right-element {
    right: 0px;
    width: 150px;
  }
}

.portfolio {
  overflow-x: hidden;
  position: relative;
  padding: 100px 0 50px;
  width: 100%;
  background: #f1f1f1;
}

/* .wrap{
	overflow: hidden;
} */

.portfolio h2 {
  font-size: 68px;
}

.portfolio h2 span {
  color: #5f10f5;
  font-family: "LufgaMedium";
}

.portfolio-box {
  width: 100%;
  margin: 40px 0;
  position: relative;
}

.portfolio-image-container {
  position: relative;
  display: inline-block;
  border-radius: 40px;
}

.portfolio-image-container img,
video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 40px;
}

.portfolio-image-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgb(50, 50, 50) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 40px;
}

.portfolio-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  padding-right: 40px;
  color: #fff;
}

.portfolio-content h3 {
  font-size: 48px;
}

.portfolio-content p {
  font-size: 20px;
  color: #fff;
}

.portfolio-content ul {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}

.portfolio-content li {
  padding: 6px 25px;
  border-radius: 25px;
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px #fff solid;
  margin-right: 10px;
}

.portfolio-content span li {
  color: #fff;
  padding: 7px 25px;
  border-radius: 50px;
  background: #5f10f5;
  background: linear-gradient(to right, #5412d8 50%, #5f10f5 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  border: none;
  cursor: pointer;
}
.portfolio-content span li:hover {
  background-position: left bottom;
  box-shadow: 0px 5px 5px 0px rgba(95, 16, 245, 0.35);
}

.portfolio-mobile-box span li {
  color: #fff;
  border-radius: 50px;
  background: linear-gradient(to right, #5412d8 50%, #5f10f5 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  border: none;
  cursor: pointer;
  margin: 10px 25%;
  padding: 5px;
}
.portfolio-mobile-box span li:hover {
  background-position: left bottom;
  box-shadow: 0px 5px 5px 0px rgba(95, 16, 245, 0.35);
}

.portfolio-box img {
  width: 100%;
}

.portfolio-content span li img {
  margin-left: 10px;
  width: 24px;
}

.service-container {
  padding-top: 100px;
}

.service {
  background: #f5f5f5;
  padding: 100px 0;
  position: relative;
}

.service-content {
  padding-right: 30px;
}

.service-content h2 {
  font-size: 68px;
}

.service-content h2 span {
  color: #5f10f5;
  font-family: "LufgaMedium";
}

.service-content p {
  font-size: 24px;
}

.service-box {
  background: url(../images/service-box.png) center center;
  background-size: cover;
  padding: 100px 30px;
}

.service-inner {
  padding: 0 30px;
}

.service-element {
  position: absolute;
  left: 0;
  top: -130px;
}

.service-bottom-element {
  position: absolute;
  bottom: 0;
  right: 0;
}

.project {
  padding: 100px 0;
  width: 100%;
  background: url(../images/project.png) center center no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.project .container {
  margin-bottom: 50px;
}

.project h2 {
  color: #ffff;
  font-size: 68px;
}

.project-box {
  color: #fff;
}

.project-box p {
  font-size: 24px;
  color: #fff;
  font-family: "LufgaExtraLight";
  margin-bottom: 70px;
}

.project-box h4 {
  margin-top: 40px;
  font-size: 24px;
}

.project-box h5 {
  font-size: 20px;
  font-family: "LufgaExtraLight";
}

.project-box img {
  width: 144px !important;
  margin-bottom: 20px;
}

.project-slider-box {
  padding: 40px;
  margin: 0 30px;
  border-radius: 10px;
  border: 1px #f1f1f1 solid;
}

.project-slider {
  position: relative;
  margin-left: -150px;
}

.project-slider .owl-item.active {
  transform: scale(1.15);
  opacity: 1;
  color: #fff;
}

.project-slider-box {
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
}

.slider {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  color: #fff;
}

.slider-card {
  padding: 0px 0px;
  max-height: 570px;
  max-width: 550px;
  margin: 50px 15px 90px 15px;
  border-radius: 30px;
  border: 1px #fff solid;
  padding: 40px;
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .slider-card {
    max-width: 300px;
  }
}

.slider-card img {
  border-radius: 5px 5px 0px 0px;
}

.owl-nav {
  display: none;
}

.custom-nav {
  display: flex;
  justify-content: center;
}

.nav-btn.prev i {
  cursor: pointer;
  margin: 10px;
  color: #6010f5e9;
  background: linear-gradient(to left, #6010f5e9 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  padding: 15px;
  transition: all 0.1s ease-out;
  border-radius: 36px;
  box-shadow: 0 -4px 6px -3px rgba(151, 151, 151, 0.2),
    0 4px 6px rgba(140, 140, 140, 0.2);
  font-size: 25px;
}

.nav-btn.prev i:hover {
  background-position: right bottom;
  box-shadow: 0 0 8px 2px rgba(95, 16, 245, 0.35);
  color: #fff;
}

.nav-btn.next i {
  cursor: pointer;
  margin: 10px;
  color: #6010f5e9;
  background: linear-gradient(to right, #6010f5e9 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  padding: 15px;
  transition: all 0.1s ease-out;
  border-radius: 36px;
  box-shadow: 0 -4px 6px -3px rgba(151, 151, 151, 0.2),
    0 4px 6px rgba(140, 140, 140, 0.2);
  font-size: 25px;
}

.nav-btn.next i:hover {
  background-position: left bottom;
  box-shadow: 0 0 8px 2px rgba(95, 16, 245, 0.35);
  color: #fff;
}

.client-logo-container {
  padding: 50px 10px 20px;
  overflow: hidden;
}

.testimonial-title h2 {
  font-size: 60px;
}

.testimonial-title h2 {
  font-size: 68px;
}

.testimonial-study {
  background-color: #f1f1f1;
  padding: 40px 60px;
  border-radius: 30px;
  margin: 40px 0px;
  position: relative;
}

.testimonial-study p {
  font-size: 24px;
  font-style: italic;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin: 0px 0px 20px 0px !important;
}

.testimonial-study h5 {
  font-size: 20px;
  line-height: 34px;
  font-family: "LufgaSemiBold";
  margin: 0px;
}

.testimonial-study h6 {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin: 0px;
}

.testimonial-study img {
  position: absolute;
  right: 20px;
  bottom: -70px;
}

.popup-button {
  display: flex;
  justify-content: center;
}

.testimonial {
  padding: 100px 0;
  width: 100%;
  background: #f5f5f5;
  position: relative;
}

.testimonial-title h2 span {
  color: #5f10f5;
  font-family: "LufgaMedium";
}

.testimonial-box {
  height: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 1050px) {
  .owl-carousel .item {
    height: 725px; /* Adjust the height as needed */
  }
}

@media (min-width: 750px) and (max-width: 1050px) {
  .owl-carousel .item {
    height: 775px; /* Adjust the height as needed */
  }
}

.testimonial-item {
  height: 100%;
  background: #fff;
  border-radius: 15px;
  margin: 0 5px;
  padding: 15px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.046);
}

.testimonial-item img {
  width: 100%;
  clip: rect(0px, 50px, 100px, 0px);
  border-radius: 10px;
}

.testimonial-item a img {
  width: 20px !important;
  height: 20px;
  margin-left: 10px;
}

.testimonial-item h4 {
  font-size: 24px;
  margin-top: 20px;
}

.testimonial-item h5 {
  font-size: 20px;
}

.testimonial-item p {
  font-size: 16px;
}

.testimonial-text {
  text-align: center;
  padding: 0px 50px;
}

.testimonial-text img {
  width: 150px;
}

.testimonial-text p {
  font-size: 24px !important;
}

@media (max-width: 1000px) {
  .testimonial-text {
    padding: 0px 25px;
  }

  .testimonial-text p {
    text-align: justify;
  }
}

.team-more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team-more p {
  font-size: 56px !important;
  color: #4f138b;
  margin-top: -40px;
  margin-bottom: 0px;
}

.team-text {
  text-align: justify;
}

.bar {
  width: 32px;
  height: 3px;
  border-radius: 10px;
  background: #5f10f5;
  margin-bottom: 20px;
}

.testimonial-item a {
  display: flex;
  color: #5f10f5;
}

.owl-dots {
  display: none;
}

.testimonial-slider {
  position: relative;
  padding-top: 20px;
}

.testimonial-nav {
  position: absolute;
  top: -178px;
  right: 0;
  z-index: 1;
}

.element-top {
  position: absolute;
  right: 0;
  top: 0;
}

.element-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}

.element-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.step-model {
  width: 100%;
  padding: 100px 0;
  background: url(../images/step-model.png) bottom center no-repeat;
  background-size: cover;
}

.step-model h2 {
  text-align: center;
  font-size: 64px;
  margin-bottom: 30px;
}

.step-model h2 span {
  color: #5f10f5;
  font-family: "LufgaMedium";
}

.step-box {
  margin-top: 30px;
  text-align: center;
}

.step-boxp {
  font-size: 20px;
}

.center-btn {
  text-align: center;
}

.footer {
  padding: 100px 0;
  width: 100%;
}

.footer-top-heading h3 {
  font-size: 32px;
}

.footer-top-heading h3 span {
  color: #5f10f5;
  font-family: "LufgaMedium";
}

.footer-top-logo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  list-style-type: none;
  padding: 0;
}

.footer-top-logo li {
  flex: 1;
  min-width: 120px;
  box-sizing: border-box;
}

.footer-top-logo li div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-top-logo img {
  max-width: 100%;
  height: auto;
}

.footer-top-logo p {
  text-align: center;
  font-size: 16px;
  margin-top: -30px;
}

.react-logo {
  margin-bottom: 15px;
}

.footer-action {
  position: relative;
  margin: 40px 0;
  padding: 80px 60px;
  text-align: center;
  border-radius: 20px;
  background: var(
    --Gradient,
    linear-gradient(85deg, #5f10f5 0%, #7d3bf7 100.48%)
  );
  overflow-x: hidden;
  box-shadow: 0px 10px 35px 0px #5f10f559;
}

.footer-action h2 {
  position: relative;
  font-size: 58px;
  color: #fff;
  z-index: 1;
}

.footer-action p {
  position: relative;
  color: #fff;
  margin-bottom: 30px;
  z-index: 1;
}

.footer-action button {
  padding: 10px 100px;
  border-radius: 25px;
  background: #fff;
  font-size: 24px;
  border: none;
  color: #5f10f5;
  background: linear-gradient(to right, #7d3bf7 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
}

.footer-action button:hover {
  background-position: left bottom;
  box-shadow: 0 0 8px 2px rgba(95, 16, 245, 0.35);
  color: #fff;
}

.footer-action button i {
  position: absolute;
  right: 15%;
  top: 30%;
  font-size: 22px;
  width: 0px;
}

@media screen and (max-width: 720px) {
  .footer-action button {
    padding: 7px 60px !important;
  }
}

.footer-action button i:hover {
  color: #fff;
}

.dot-left {
  position: absolute;
  left: -84px;
  top: 23%;
}

.dot-right {
  position: absolute;
  right: -116px;
  top: 14%;
}

.footer-ifo p {
  font-size: 16px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  width: 100%;
}

.firm-info {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.footer-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}

.footer-left p {
  font-size: 14px;
  margin-top: 25px;
  color: #8f8f8f;
}

.footer-left img {
  width: 350px;
}

.footer-logo img {
  margin: -150px 0 -150px -65px;
}

.call {
  padding-top: 20px;
  width: 70%;
  padding-left: 70px;
}

.call ul li a span {
  font-size: 24px;
  color: #171d1a;
  font-family: "LufgaMedium";
}

.call ul li a {
  color: #5f10f5;
}

.socail-icon ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.socail-icon ul li img {
  width: 125px;
  margin-left: -75px;
  margin-top: -20px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 0, 30, 0.5);
  /* Semi-transparent black */
  z-index: 9998;
  /* Behind the popup */
}

.overlay2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black */
  z-index: 9998;
}

/* Style for the popup */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  transform: translate(-50%, -50%);
  background: url(../images/modal.png) center center;
  background-size: cover;
  padding: 70px 40px;
  border-radius: 25px;
  z-index: 9999;
  animation: popupAnimation 0.5s ease-in-out;
  /* Adding animation */
}

.popup2 {
  display: none;
  position: fixed;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  position: relative;
  background: #fff;
  padding: 40px 40px;
  margin: 100px 0;
  border-radius: 25px;
  z-index: 9999;
  animation: popupAnimation 0.5s ease-in-out;
  /* Adding animation */
}

.case-study-popup {
  padding: 20px 40px;
}
.case-study-top {
  text-align: center;
}
.case-study-top h2 {
  font-size: 68px;
}
.case-study-top p {
  font-size: 24px;
  padding: 0px 5%;
}
.case-study-top ul {
  margin: 0 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.case-study-top ul li {
  padding: 7px 20px;
  border-radius: 25px;
  font-size: 16px;
  color: #5f10f5;
  margin: 5px 5px;
  border: 1px #bfbfbf solid;
}
.case-study-top img {
  width: 100%;
  margin: 40px 0;
  border-radius: 30px;
  box-shadow: 0px 15px 50px 0px #171d1a33;
}
.case-study-top #logo {
  width: 200px;
  margin: -20px 0 20px 0;
  border-radius: 0;
  box-shadow: 0 0 0;
}
.case-study-bottom {
  width: 80%;
  margin: 0 auto;
}

.case-study-bottom p {
  font-size: 20px;
  margin-top: 20px;
}

.popup h2 {
  font-size: 40px;
  text-align: center;
}

.popup h2 span {
  font-family: "LufgaMedium";
  color: #5f10f5;
}

.popup a {
  color: #5f10f5;
}

.popup p {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

#contactForm {
  width: 60%;
  margin: 0 auto;
}

#contactForm input {
  width: 100%;
  padding: 7px 45px;
  margin-bottom: 15px;
  border-radius: 24px;
  border: 1px solid #cfb7fc;
  background: #fff;
  outline: none;
}

#contactForm textarea::placeholder {
  font-size: 17px;
  color: #5f10f5;
}

#contactForm input::placeholder {
  font-size: 17px;
  color: #5f10f5;
}

input#privacyPolicy {
  width: 29px;
  margin-top: 15px;
}

#contactForm textarea {
  width: 100%;
  padding: 12px 15px;
  border-radius: 24px;
  border: 1px solid #cfb7fc;
  background: #fff;
}

#contactForm .input {
  position: relative;
  display: inline-block;
  width: 100%;
}

#contactForm .icon {
  position: absolute;
  left: 12px;
  top: 15%;
  transform: translateY(-50%);
  transform: scale(0.95);
}

.from-canel {
  display: flex;
  cursor: pointer;
  color: #5f10f5;
  justify-content: center;
}

/* Keyframes for the popup animation */
@keyframes popupAnimation {
  from {
    opacity: 0;
    transform: translate(-50%, -70%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* Style for the close button */
.close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.submit-btn {
  margin-top: 10px;
}

.submit-btn button {
  width: 100%;
  padding: 10px !important;
  font-size: 18px !important;
}

.for-small-device {
  display: none;
}

/* new code style */

#Stack-cards1 {
  --index: 1;
  border-radius: 30px;
  background: white;
  padding: 10px;
}

#Stack-cards2 {
  --index: 2;
  border-radius: 30px;
  background: white;
  padding: 10px;
}

#Stack-cards3 {
  --index: 3;
  border-radius: 30px;
  background: white;
  padding: 10px;
}

#Stack-cards4 {
  --index: 4;
  border-radius: 30px;
  background: white;
  padding: 10px;
}

#Stack-cards5 {
  --index: 5;
  border-radius: 30px;
  background: white;
  padding: 10px;
}

#Stack-cards6 {
  --index: 6;
  border-radius: 30px;
  background: white;
  padding: 10px;
}

.Stack-cards {
  position: sticky;
  top: 160px;
  padding-top: calc(var(--index) * var(--cardTopPadding));
  margin: 30px;
  box-shadow: 0 -4px 6px -3px rgba(151, 151, 151, 0.2),
    0 4px 6px rgba(140, 140, 140, 0.2);
}

.Stack-cards:nth-child(2) {
  top: 170px;
}
.Stack-cards:nth-child(3) {
  top: 180px;
}

.Stack-cards:nth-child(4) {
  top: 190px;
}

.Stack-cards:nth-child(5) {
  top: 200px;
}

.Stack-cards:nth-child(6) {
  top: 210px;
}
.service-sticky {
  position: sticky;
  top: 160px;
  padding-top: calc(var(--index) * var(--cardTopPadding));
}

/* content scroll animation code */

.hidden {
  opacity: 0;
  transition: all 1s;
}

.show {
  opacity: 1;
}

.hidden:nth-child(1) {
  transition-delay: 500ms;
}

.hidden:nth-child(2) {
  transition-delay: 800ms;
}

.hidden:nth-child(3) {
  transition-delay: 1.1s;
}

.hidden:nth-child(4) {
  transition-delay: 1.4s;
}

.hidden:nth-child(5) {
  transition-delay: 1.7s;
}

.hidden:nth-child(6) {
  transition-delay: 2.1s;
}

/* carousel slider left right icon style */

button.carousel-control-prev {
  width: 7%;
  background: none;
  border: none;
}

button.carousel-control-next {
  width: 7%;
  background: none;
  border: none;
}

.project-slider-buttons {
  width: 58px;
  height: 58px;
  opacity: 1;
  top: 300px;
}

.carousel-control-prev.project-slider-buttons {
  left: -100px;
}

.carousel-control-next.project-slider-buttons {
  right: -100px;
}

@media screen and (max-width: 1500px) {
  .carousel-control-prev.project-slider-buttons {
    left: 25px;
  }

  .carousel-control-next.project-slider-buttons {
    right: 25px;
  }
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 60px;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #5f10f5;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  transition: width 0.3s ease;
  background-clip: border-box;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-radius: 10px;
}

.carousel-indicators .active {
  opacity: 1;
  width: 100px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -15px !important;
  left: 0;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* new button */

@media screen and (max-width: 1250px) {
  .project-slider-buttons {
    position: static;
  }

  .project-slider-buttons-container {
    display: flex;
    justify-content: center;
    margin-top: -30px;
    column-gap: 20px;
  }

  .carousel-indicators {
    bottom: -50px !important;
  }
}

.desktop-slider-next i.fa-solid.fa-arrow-left-long {
  color: #5f10f5;
  transition: all 0.1s ease-out;
  font-size: 28px;
  z-index: 100;
}

.desktop-slider-next i.fa-solid.fa-arrow-left-long:hover {
  color: #fff;
}

.desktop-slider-next i.fa-solid.fa-arrow-right-long {
  color: #5f10f5;
  transition: all 0.1s ease-out;
  font-size: 28px;
  z-index: 100;
}

.desktop-slider-next i.fa-solid.fa-arrow-right-long:hover {
  color: #fff;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  color: #fff;
  border: none;
  border-radius: 50px;
  background: #5f10f5;
  text-align: center;
  padding: 16px;
  position: fixed;
  z-index: 5;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  font-size: 17px;
}

#snackbar.show {
  visibility: visible; /* Show the snackbar */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
  animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
