body {
  margin: 0;
  padding: 0;
}

.hero-bg-img {
  background-image: linear-gradient(rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.5)),
    url("../images/image 65.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.py-100 {
  padding-block: 100px;
}

.py-50 {
  padding-block: 50px;
}

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

.pt-50 {
  padding-top: 50px;
}

.hero-heading {
  font-family: "CalSansSemiBold";
  font-size: 70px;
  line-height: 77px;
  color: white;
}

.hero-para {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin: 30px 0px;
  font-size: 30px;
  color: #b2b2b2;
}

.heading {
  font-family: "CalSansSemiBold";
  font-size: 57px;
  line-height: 60px;
  color: white;
}

.stack-logo-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  padding: 20px;
}

.stack-logo {
  flex: 0 1 calc(100% / 7 - 20px);
  max-width: 130px;
  height: 130px;
  object-fit: contain;
  box-sizing: border-box;
}

.sub-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #b2b2b2;
}

.about-para {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin: 30px 0px;
  font-size: 18px;
  color: white;
}

.our-project-heading {
  font-family: "CalSansSemiBold";
  font-size: 35px;
  line-height: 47px;
  color: white;
}

.our-project-para {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin: 30px 0px;
  font-size: 16px;
  color: white;
}

.project-title {
  font-family: "CalSansSemiBold";
  font-size: 30px;
  line-height: 35px;
  color: white;
}

.footer-txt {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 12rem;
  color: #847d7d14;
}

.project-des {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin: 30px 0px;
  font-size: 16px;
  color: white;
}

@font-face {
  font-family: "CalSansSemiBold";
  src: url("./Font/Cal_Sans/CalSans-SemiBold.otf");
}

.animated-btn-purple {
  margin: 0.5em;
  background: #302eba;
  color: white;
  border: none;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.animated-btn-purple:hover {
  color: black;
}

.animated-btn-purple:after {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}

.animated-btn-purple:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.animated-btn-white {
  margin: 0.5em;
  background: white;
  color: black;
  border: none;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.animated-btn-white:hover {
  color: white;
}

.border-top-sec {
  border-top: 1px solid rgba(58, 58, 58, 0.43);
}

header {
  margin-bottom: -50px;
}

.animated-btn-white:after {
  content: "";
  background: #302eba;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}
.about-us-img {
  width: 100%;
}

.swiper-wrapper {
  padding-bottom: 90px;
}

.nav-bar {
  background-color: #191919;
  border-radius: 70px;
}

.animated-btn-white:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.animated-btn-border {
  margin: 0.5em;
  background: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.animated-btn-border:hover {
  color: black;
}

.animated-btn-border:after {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}

.animated-btn-border:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* marquee */

.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 10px 0;
}

.marquee-content {
  display: inline-block;
  animation: scroll 20s linear infinite;
}

.marquee-content img {
  width: 170px;
  height: 50px;
  margin: 0 10px;
  vertical-align: middle;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* progresbar */

.skills-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.skill-item {
  flex: 0 1 calc(25% - 15px); /* 4 per row with spacing */
  box-sizing: border-box;
}

.skillbar-container {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  height: 5px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.skills {
  height: 5px;
  width: 0px;
  background-color: #302eba;
}

/* swiper */

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-img {
  display: block;
  margin-bottom: 20px;
  border-radius: 20px;
  width: 100% !important;
  height: 350px !important;
  object-fit: cover;
  object-position: top;
}

.services-icon {
  display: block;
  padding-bottom: 10px;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.logo-nav {
  background-color: #302eba;
  border-radius: 100px;
}

/* form css */

.form-wrapper {
  background: linear-gradient(to bottom, #111, #000);
}

.dark-input {
  background: #111;
  border: none;
  padding: 15px 25px;
  width: 100%;
  border-radius: 25px;
  color: white;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.1);
}

.dark-input::placeholder {
  color: #ccc;
}

.testimonials-card {
  border-radius: 25px;
  background: linear-gradient(to bottom, #111, #000);
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.1);
  padding: 60px 40px;
}

.testimonials-card p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
}

.project-img-scroll {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: transform 0.6s ease;
}

.project-img-scroll:hover {
  transform: scale(1.03);
}

html {
  scroll-behavior: smooth;
}

.project-div-height {
  height: 650px;
}
.bg-gradient-purple {
  background: linear-gradient(to bottom, #000000, #5653e9c5, #000000);
}

.testimonials-card h5 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
}

.testimonials-card h4 {
  font-family: "CalSansSemiBold";
  font-size: 16px;
  color: white;
}

.star {
  color: #ffc800;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.cta-heading {
  font-family: "CalSansSemiBold";
  font-size: 140px;
  color: white;
  text-transform: uppercase;
}

.bg-purple {
  background-color: #302eba;
  border-radius: 50px;
}

.work-p-card {
  border-radius: 25px;
  background: linear-gradient(to bottom, #111, #000);
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.1);
  padding: 60px 40px;
}

.work-p-card h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: white;
}

.work-p-card p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
}

.swiper-pagination-bullet {
  background: #ccc !important;
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px !important;
  transition: background 0.3s !important;
}

.swiper-pagination-bullet-active {
  background: #302eba !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

.swiper {
  display: flex;
  justify-content: center;
}

a {
  text-decoration: none !important;
}

.swiper-slide {
  width: auto;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background-color: #302ebaa6;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #302eba;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 40% !important ;
  bottom: 60% !important ;
  width: 50px !important ;
  height: 50px !important ;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25px !important ;
  font-weight: bolder !important;
}

.footer-txt-btm {
  font-family: "Manrope", sans-serif;
  font-size: 17x;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

.social-icons-heading {
  margin-bottom: 50px;
  font-family: "CalSansSemiBold";
  text-decoration: none;
  font-size: 30px;
  color: #fff;
}

.social-icon {
  background-color: #1e1e1e;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 55px;
  height: 55px;
  margin: 0 8px;
  border-radius: 50%;
  font-size: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.2) rotate(10deg);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
  color: #302eba;
}

.animated-section {
  height: 800px;
  overflow: hidden;
  position: relative;
}

.content {
  position: relative;
  will-change: transform;
  transition: transform 2.5s cubic-bezier(0.25, 0.1, 0.25, 1); /* slower and smooth */
}

/* ===================
   Responsive CSS
   =================== */

/* Tablet Devices (768px and below) */
@media screen and (max-width: 768px) {
  .hero-heading {
    font-size: 45px;
    line-height: 50px;
    text-align: center;
  }

  .hero-para,
  .sub-heading,
  .about-para,
  .our-project-para,
  .project-des {
    font-size: 16px;
    text-align: center;
    margin: 20px 10px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  .projectSlider .swiper-slide {
    text-align: center !important ;
  }

  .project-img {
    height: 280px !important;
  }

  .heading,
  .our-project-heading,
  .project-title {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .cta-heading {
    font-size: 60px;
    text-align: center;
  }

  .stack-logo {
    flex: 0 1 calc(25% - 20px);
    max-width: 80px;
    height: 80px;
  }

  .testimonials-card,
  .work-p-card {
    padding: 30px 20px;
  }

  .animated-btn-purple,
  .animated-btn-white,
  .animated-btn-border {
    font-size: 14px;
  }

  .skill-item {
    flex: 0 1 100%;
  }

  .social-icons-heading {
    font-size: 24px;
    text-align: center;
  }

  .footer-txt {
    font-size: 8rem;
    text-align: center;
  }
}

/* Mobile Devices (480px and below) */
@media screen and (max-width: 480px) {
  .hero-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .hero-para,
  .sub-heading,
  .about-para,
  .our-project-para,
  .project-des {
    font-size: 14px;
  }

  .heading,
  .our-project-heading,
  .project-title {
    font-size: 40px;
    line-height: 40px;
  }
  .hero-bg-img {
    height: 85vh
  }

  .cta-heading {
    font-size: 30px;
  }

  .stack-logo {
    flex: 0 1 calc(50% - 20px);
    max-width: 100%;
    height: 120px;
  }

  .testimonials-card,
  .work-p-card {
    padding: 20px 15px;
  }

  .animated-btn-purple,
  .animated-btn-white,
  .animated-btn-border {
    font-size: 12px;
  }

  .footer-txt {
    font-size: 3rem;
  }

  .social-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
    margin: 0 4px;
  }

  .stack-logo-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 5px;
  }

  .bg-gradient-purple {
    display: none;
  }

  .nav-bar {
    background-color: #191919;
    border-radius: 30px;
    margin-inline: 10px;
    padding: 1px;
  }
}
