* {
  padding: 0;
  margin: 0;
  font-family: poppins, montserrat, Plus Jakarta Sans;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.hhtxt {
  margin-bottom: 2rem;
}

.empty {
  content: "";
  width: auto;
  background-color: #4efb60;
  height: 2px;
  border-radius: 30px;
}

/* @media (prefers-color-scheme: dark) {
  body {
      background-color: #0B0B12 !important; 
  }


  h1,  h4, h5, h6 {
      color: #f1f1f1 !important; 
  }
  
} */

/* Navbar container */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 100px;
  background-color: #0d0a20;
  color: white;
}

/* Logo styling */
.logo {
  font-size: 1.5rem;
  color: #4efb60;
  font-weight: 800;
  text-transform: uppercase;
}

/* Navigation links styling */
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-links li a.active {
  color: #0b0b12;
  background: rgba(255, 255, 255, 0.959);
  padding: 10px;
  border-radius: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Each navigation link */
.nav-links li {
  margin: 0 15px;
}

/* Anchor tag styling */
.nav-links a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  transition: color 0.3s ease;
}

/* Link hover effect */
.nav-links a:hover {
  color: #ff9800;
}

/* Join button styling */
.join-btn {
  background-color: #00ff72;
  padding: 15px 20px;
  border-radius: 25px;
  color: #1a1a40;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  outline: none;
  margin-left: 3rem;
  cursor: pointer;
}

/* Join button hover effect */
.join-btn:hover {
  background-color: #00d663;
}

/* Hamburger menu styling */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

/* Styling each bar in the hamburger menu */
.bar {
  height: 3px;
  width: 25px;
  background-color: white;
  margin: 4px 0;
  transition: 0.3s;
  z-index: 10;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .nav-links {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: #0d0a20;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 9;
  }

  .nav-links .join-btn {
    font-size: 14px;
    font-weight: 500;
    margin-top: 3rem;
    margin-left: 0;
  }

  .nav-links li {
    margin: 20px 0;
  }

  .nav-links.active {
    transform: translateX(0);
  }

  .hamburger {
    display: flex;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
}

/* START OF HERO */
.hs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  background: #040214;
  padding: 80px 100px 0px 100px;
  margin: 0px auto;
}

.hs img {
  width: 560px;
  margin-top: 2rem;
}

#hee {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
  background: linear-gradient(to right, #4efb60, #3e43b9);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: montserrat;
  line-height: 3rem;
  margin-top: 0.5rem;
}

.hs p {
  line-height: 3rem;
  font-size: 20px;
  font-family: plus jakarta sans;
  color: #d8d8d8;
}

.name {
  font-weight: 500;
  color: #4cdf6d;
}

.hs button {
  margin-top: 2rem;
  padding: 20px 15px;
  outline: none;
  border: none;
  background-color: #4efb60;
  color: #0d0a20;
  font-weight: 500;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  font-family: montserrat;
}

.hero-btn:hover {
  backdrop-filter: blur(24px);
  transition: 0.3s ease-in;
}

.hero-btnx {
  box-sizing: border-box;
  transition: 0.3s ease-in;
}

.hero-btns {
  display: flex;
  gap: 20px;
  margin-top: 1.2rem;
}

#hero-btn {
  background-color: transparent;
  color: #4efb60;
  border-bottom: 1px solid #4efb60;
  transition: 0.3s ease-in;
  border-radius: 0px;
}

#hero-btnn:hover {
  backdrop-filter: blur(24px);
  transition: 0.3s ease-in;
}
#hero-btn:hover {
  background-color: #0fad0c;
  backdrop-filter: blur(24px);
  color: #ffff;
  transition: 0.3s ease-in;
  border-radius: 50px;
  border: none;
}

/* MEDIA QUERIES */
@media (max-width: 1250px) {
  #hee {
    font-size: 4rem;
    line-height: 4rem;
  }

  .hs {
    gap: 10px;
    padding: 80px 50px 0px 50px;
  }

  .hs p {
    font-size: 18px;
  }

  .hs img {
    width: 460px;
    margin-top: 1rem;
  }
}
@media (max-width: 1150px) {
  #hee {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .hs p {
    font-size: 16px;
  }

  .hs img {
    width: 420px;
  }
}

@media (max-width: 450px) {
  .bar {
    height: 2px;
  }
}

@media (max-width: 1050px) {
  #hee {
    font-size: 3rem;
    line-height: 3rem;
  }

  .hs p {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .hs button {
    font-size: 16px;
  }

  .hs img {
    width: 420px;
  }
}

@media (max-width: 992px) {
  #hee {
    font-size: 3rem;
    width: 550px;
  }

  .hs p {
    font-size: 16px;
    line-height: 2rem;
    width: auto;
  }

  .hs img {
    width: 350px;
  }

  .hs {
    gap: 10px;
    padding: 80px 50px 0px 50px;
  }

  .hero-btns {
    display: flex;
    gap: 10px;
    margin-top: 1rem;
  }

  .hs button {
    margin-top: 2rem;
    padding: 20px 15px;
    font-weight: 500;
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  #hee {
    font-size: 3rem;
    width: 450px;
  }

  h6 {
    font-size: 10px;
    font-weight: 600;
  }

  .hs p {
    font-size: 16px;
    line-height: 2rem;
    width: auto;
  }

  .hs img {
    width: 350px;
  }

  .hs {
    gap: 10px;
    /* flex-direction: column; */
  }

  .hero-btns {
    display: flex;
    gap: 10px;
    margin-top: 1rem;
  }

  .hs button {
    margin-top: 2rem;
    padding: 20px 15px;
    font-weight: 500;
    font-size: 14px;
  }
}

@media (max-width: 780px) {
  #hee {
    font-size: 2rem;
    width: auto;
    line-height: 2rem;
  }

  .navbar {
    padding: 20px 20px;
  }

  .hs p {
    font-size: 14px;
    line-height: 2rem;
    width: auto;
  }

  .hs img {
    width: 330px;
  }

  .hs {
    gap: 10px;
    /* flex-direction: column; */
  }

  /* .hero-btns{
    display: flex;
    gap: 10px;
    margin-top: 1rem;
} */

  .hs button {
    margin-top: 2rem;
    padding: 15px 10px;
    font-weight: 500;
    font-size: 12px;
  }
}

@media (max-width: 695px) {
  .hs p {
    font-size: 14px;
    line-height: 2rem;
    width: auto;
  }

  .hs img {
    width: 370px;
  }

  .hs {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px 0px 20px;
  }

  /* .hero-btns{
    display: flex;
    gap: 10px;
    margin-top: 1rem;
} */

  .hs button {
    margin-top: 1rem;
    padding: 15px 10px;
    font-weight: 500;
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .hs img {
    width: 350px;
    margin-top: 1rem;
  }

  .project-1 img {
    width: 310px;
  }

  #services-section {
    padding: 100px 20px 20px 30px;
  }
  #POW-section {
    padding: 100px 20px 20px 20px;
  }

  #h22 {
    font-size: 1.5rem;
  }
}

/* END OF HERO */

/* START OF ABOUT SECTION */

.about-section {
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #040214;
  padding: 2rem;
}

.about-content {
  max-width: 800px; /* keeps text readable on large screens */
}

.about-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.about-content h2 span {
  color: #4cdf6d; /* custom green */
}

.about-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #fff;
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
  .about-content h2 {
    font-size: 2rem;
  }
  .about-content p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .about-content h2 {
    font-size: 1.6rem;
  }
  .about-content p {
    font-size: 0.9rem;
  }
}

/* END OF ABOUT SECTION */

/* START OF SERVICES SECTION */

.services-section {
  padding: 80px 50px 100px 50px;
  background-color: #040214;
}

.topp {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
}
.top-container {
  position: relative;
  max-width: 600px;
  padding: 20px;
  align-items: right;
}

h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #f1f1f1;
  font-family: montserrat;
}

.top-container .highlight {
  color: #4efb60; /* Green color */
  border-radius: 30px;
}

.top-container p {
  color: #f1f1f1;
  font-size: 1rem;
  margin-top: 20px;
  line-height: 1.5;
}

.top-container .side-line {
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #4efb60, #f1f1f1);
}

.services-grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  max-width: 2000px;
  padding: 20px;
}

.service-card {
  padding: 10px;
  transition: transform 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card img {
  max-width: 50px;
  margin-bottom: 20px;
}

.service-card h3 {
  color: #4efb60;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #f1f1f1;
  margin-top: 1rem;
}

@media (max-width: 450px) {
  .top-container {
    padding: 5px;
  }

  .service-card p {
    font-size: 0.8rem;
  }

  h2 {
    line-height: 2rem;
    font-size: 1.6rem;
  }

  .top-container p {
    font-size: 0.8rem;
  }

  .service-card h3 {
    font-size: 1rem;
  }
}

/* END OF SERVICES SECTION */

/* START OF POW SECTION */

.side-note {
  text-align: center;
  color: #c2c1c1;
  width: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.POW-section {
  padding: 80px 50px 100px 50px;
  background-color: #040214;
  border-radius: 0px 0px 30px 30px;
}

.POW-topp {
  flex: 1;
  margin-top: 3rem;
}
.POW-top-container {
  max-width: 600px;
  padding: 0px 20px;
  margin-left: 0;
  position: relative;
}

.POW-top-container .POW-side-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #4cdf6d, #f1f1f1);
  border-radius: 30px;
}

.POW-top-container .highlight {
  color: #4efb60; /* Green color */
  border-radius: 30px;
}
.POW-top-container p {
  color: #f1f1f1;
  font-size: 1rem;
  margin-top: 20px;
  line-height: 1.5;
}

.POW-grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 40px;
  max-width: 2000px;
  padding: 20px;
}

.POW-card h3 {
  color: #4efb60;
  font-size: 1rem;
}

.POW-card img {
  max-width: 80px;
  border-radius: 10px;
}

.POW-card p {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #f1f1f1;
  margin-top: 1rem;
}

.POW-card {
  display: flex;
  gap: 10px;
  padding: 10px;
  transition: transform 0.3s;
}

@media (max-width: 450px) {
  .POW-top-container {
    padding: 0px 10px;
  }

  .POW-card p {
    font-size: 0.7rem;
  }

  .POW-top-container p {
    font-size: 0.8rem;
  }

  .POW-card h3 {
    font-size: 0.9rem;
  }

  .POW-grid {
    padding: 10px;
  }
}

/* END OF POW SECTION */

/* END OF floating SECTION */

.floating-card {
  display: flex;
  gap: 80px;
  position: absolute;
  top: -250px; /* Adjust this to control the overlap with the above section */
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  width: 800px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 9.5;
}

.float {
  text-align: left;
}

.floating-card.visible {
  opacity: 1;
}

.floating-card h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #278a31;
  font-weight: 500;
}

.floating-card p {
  margin: 10px 0;
  font-size: 1rem;
  color: #0a0915;
}

.floating-card button {
  background-color: #4efb60;
  color: #0a0915;
  border: none;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 2rem;
  align-items: flex-start;
  justify-items: flex-start;
}

.stats {
  text-align: left;
}

#stt {
  gap: 70px;
}

.stats-container {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 2rem;
}

.floating-card img {
  border-radius: 20px;
}

/* END OF FloatingSECTION */

/* START OF FOOTER SECTION */

footer {
  padding: 110px 50px 50px 100px;
  background: #040214;
  margin-top: 10rem;
  position: relative;
  border-radius: 30px 30px 0px 0px;
}

.fttr {
  display: flex;
  gap: 250px;
  align-items: center;
  margin-top: 1rem;
}

.ftr {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat Alternates;
  color: #303030;
}

.ftr a {
  color: #f1f1f1;
  text-decoration: none;
  margin-top: 2rem;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}

.ftr-txt {
  color: #4efb60;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.ftr-socials .img-box {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
  width: min-content;
  border-radius: 300px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.ftr-socials img {
  width: 24px;
}

.ftr-socials {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rights {
  font-family: Montserrat;
  line-height: 1rem;
  text-align: center;
  margin-top: 1.5rem;
  color: #f1f1f1;
  font-size: 14px;
}

/* MEDIA QUERIES */

@media (max-width: 695px) {
  .ftr a {
    font-size: 0.8rem;
  }
  .ftr {
    gap: 30px;
  }

  .empty {
    height: 1px;
    background-color: #4efb60;
  }

  .ftr-socials img {
    width: 18px;
  }

  .ftr-socials .img-box {
    padding: 10px;
  }

  .rights {
    font-size: 0.7rem;
  }
}

@media (max-width: 900px) {
  .floating-card {
    width: 600px;
    gap: 50px;
  }

  .floating-card img {
    width: 250px;
  }

  .fttr {
    gap: 50px;
  }

  .ftr-txt {
    font-size: 1rem;
    text-align: center;
  }
}
@media (max-width: 775px) {
  .floating-card {
    width: auto;
    flex-direction: column;
    gap: 30px;
  }

  .ftr-txt {
    text-align: center;
  }

  .floating-card img {
    display: none;
  }

  .fttr {
    flex-direction: column;
    gap: 20px;
  }

  .floating-card p {
    font-size: 0.8rem;
  }

  .floating-card h3 {
    font-size: 1.3rem;
  }

  #stt {
    gap: 40px;
  }
}

@media (max-width: 450px) {
  footer {
    border-radius: 0px;
    margin-top: 0px;
    padding: 50px 20px 50px 20px;
  }

  .floating-card {
    display: none;
  }

  .POW-section {
    border-radius: 0px;
  }
}

/* END OF FOOTER SECTION */
