/**Hero**/
.hero-section {
  height: 80vh;
  overflow: hidden;
  position: relative;
}
.hero-text {
  overflow: hidden;
  max-width: 1200px;
}
.firstline {
  font-weight: 400;
}
.txtline {
  opacity: 1;
  display: block;
}
.scroll-down-btn {
  background: transparent;
  border: none;
  color: #f8fcf7;
  font-size: 18px;
  position: relative;
  float: right;
  z-index: 1;
  will-change: transform;
}

.scroll-down-btn .arrow {
  font-size: 20px;
  color: #b7ff05;
  pointer-events: none;
}
/**About Section**/
.about-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.video-wrapper:after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color:rgb(0 0 0 / 35%);
  pointer-events: none;
  z-index: 1;
}
.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 1;
}

.about-content {
  position: relative;
	z-index:999;
}
.about-content h3 {
  scale: 0.5;
  text-align: justify;
}
/**Project Section**/
.projects-section {
  position: relative;
  overflow: hidden;
  margin: 0px 0px;
}

.c1 {
  width: 100%;
  overflow: hidden;
  height: 100%;
  min-height: 350px;
}

.c1 h2 {
  font-size: 14vw;
  line-height: 300px;
  text-wrap: nowrap;
}
/**scroll projects***/
.cards {
  display: grid;
  justify-content: center;
}
.card-wrapper {
  width: 100%;
  max-width: 90vw;
  perspective: 500px;
  margin-bottom: 50px;
}
.card {
  height: 70vh;
  width: 100%;
  background: transparent;
  border: none;
}

.card-image {
  height: 70vh;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.card-content {
  border-radius: 12px;
  border: 1px solid #b7ff0538;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-color: #1f262ad9;
  box-shadow: inset 0 0 5vw 0vw #b7ff054f;
  width: 100%;
  max-width: 600px;
  margin-bottom: 64px;
  margin-left: 64px;
  padding: 40px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.card-content .card-title {
  margin-bottom: 40px;
}
.card-content .card-category {
  color: #b7ff05;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 100px;
  border: 1px solid #b7ff05;
  padding: 6px 16px;
  margin-right: 10px;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
.card-category::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  height: 106%;
  background-color: #b7ff05;
  border-radius: 100px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease;
  z-index: -1;
}
.card-category.hovered {
  color: #1a1a1a;
}

.card-category.hovered::before {
  transform: translate(-50%, -50%) scale(1);
}
/******cta********/
.cta-section {
  position: relative;
  height: 80vh;
  overflow: hidden;
}

.cta-box {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.circle-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  color: #212529;
  background-color: #b7ff05;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  z-index: 1;
  will-change: transform;
}

.cta-text-wrapper {
  position: relative;
  z-index: 2;
  mix-blend-mode: difference;
}

.cta-heading {
  color: #b7ff05;
  margin: 15px 0;
  font-weight: 600;
}

.cta-button {
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 100px;
  padding: 18px 40px;
  color: #1a1a1a;
  background-color: #b7ff05;
  border: 3px solid #b7ff05;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}
.cta-button:hover {
  color: #b7ff05;
  background-color: transparent;
  border: 3px solid #b7ff05;
}
/**Services Section**/
.services-section {
  min-height: 70vh;
  position: relative;
  overflow: hidden;
}

/* Gradients */
.gradient-overlay-top,
.gradient-overlay-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 15vh;
  z-index: 10;
}

.gradient-overlay-top {
  top: 0;
  background: linear-gradient(180deg, #1f262a, rgba(31, 38, 42, 0));
}

.gradient-overlay-bottom {
  bottom: 0;
  background: linear-gradient(0deg, #1f262a, rgba(31, 38, 42, 0));
}

/* Swiper Styles */
.services-swiper {
  position: relative;
  height: 53vh;
  background-color: #1f262a;
}
.services-swiper .swiper-slide {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.services-swiper .swiper-slide h3 {
  text-align: left;
  color: #f8fcf7;
  transition: all 0.5s ease;
  opacity: 0.5;
}

/* Active Slide */
.services-swiper .swiper-slide-active h3 {
  color: #b7ff05;
  opacity: 1;
}

/* Previous and Next Slides */
.services-swiper .swiper-slide-prev h3,
.services-swiper .swiper-slide-next h3 {
  opacity: 0.4;
}

/* Other Slides */
.services-swiper
  .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(
    .swiper-slide-next
  )
  h3 {
  opacity: 0.5;
}
@media (max-width: 768px) {
	.scroll-down-btn{
    font-size: 14px;
    float: left;
}
.card-content{
            width: 95%;
        margin: 10px;
	padding: 25px
}
	.card-content .card-title {
    margin-bottom: 20px;
}
	.card-meta{
		display: grid;
    gap: 10px;
	}
}