/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.annie-use-your-telescope-regular {
  font-family: "Annie Use Your Telescope", cursive;
  font-weight: 600;
  font-style: normal;
}
.aladin-regular {
  font-family: "Aladin", system-ui;
  font-weight: 400;
  font-style: normal;
}
.quintessential-regular {
  font-family: "Quintessential", serif;
  font-weight: 400;
  font-style: normal;
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {
     font-family: "Roboto", sans-serif;
      font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
    /*font-family: 'Helvetica Neue', sans-serif;*/
                                                
  /*font-family: "Annie Use Your Telescope", cursive;*/
  /*font-family: Arial, sans-serif;*/
  background: #fff;
  color: #000;
  line-height: 1.6;
}
p
{
    font-weight:200;
    letter-spacing:2px;
}

h1,
h2,
h3 {
font-family: 'Helvetica Neue', sans-serif;
                                                
  font-weight: bold;
}

/* Navbar */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.logo-text {
  font-size: 28px;
  font-weight: 700;
  color: #1e293b;
  letter-spacing: 3px
}

.green-n {
  color: #10b981;
  
}

@media (max-width: 480px) {
  .logo-container {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .logo-text {
    font-size: 24px;
  }
}



/*header .logo { font-size: 24px; text-transform: uppercase; font-weight: bold; }*/
.green-n {
  color: green;
     font-family: "Arizonia", cursive;
    /*font-family: "Aladin", system-ui;*/
  /*font-family: "Annie Use Your Telescope", cursive;*/
  font-weight: bold;
}

.tagline {
  font-size: 12px;
  text-transform: lowercase;
}

/* Nav links */
nav a {
  margin: 0 15px;
  text-decoration: none;
  color: black;
  font-weight: 600;
}

nav a:hover {
  text-decoration: underline;
}

/* Carousel */
.carousel {
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}

.slides {
  display: none;
}

.slides img {
  width: 100%;
  height: auto;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 10px;
  color: white;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Sections */
.owner,
.company-info,
.partners {
  padding: 40px;
  text-align: center;
}
.owner img {
  max-width: 300px;
  width: 100%;
  height: 21.1rem;
  /*border-radius: 8px;*/
  flex-shrink: 0;
}

.owner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}


/* Footer */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #111;
  color: #fff;
  text-align: center;
  padding: 0.1rem 0;
  font-size: 0.9rem;
}
/* Projects */
.projects {
  padding: 40px;
  text-align: center;
}

/*.projects .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); margin-top: 20px; }*/
.project-card img {
  width:50%;
  border: 1px solid #ccc;
}
.project-car img {
  width: 80%;
  border: 1px solid #ccc;
}
.project-card h3 {
  margin-top: 10px;
  font-family: Helvetica, sans-serif;
}

/* About */
.team {
  padding: 40px;
  text-align: center;
}

.team-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.member {
  max-width: 250px;
}

.member img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.member h3 {
  margin-top: 10px;
}

.member p {
  font-size: 14px;
  margin-top: 5px;
}

/* Contact */
.contact {
  padding: 40px;
  text-align: center;
}

.contact form {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
  gap: 15px;
}

.contact input,
.contact textarea {
  padding: 10px;
  border: 1px solid #000;
  outline: none;
  font-size: 14px;
}

.contact button {
  padding: 10px;
  background: black;
  color: white;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.contact button:hover {
  background: #333;
}

/* Active Nav */
nav a.active {
  border-bottom: 2px solid black;
}

.logo {
  text-align: center;
}

.logo-img {
  max-width: 120px;
  /* adjust size */

}

.tagline {
  font-family: "Annie Use Your Telescope", cursive;
  /*font-family: Helvetica, sans-serif;*/
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-top: 8px;
  letter-spacing: 1px;
  text-transform: lowercase;
}

#grayscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#grayscale:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}



.projects .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 3px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 3px;
}

.project-card {
  position: relative;
  overflow: hidden;
  height: 300px;

  transition: all 0.3s ease;
}

.project-card:hover {
  transform: translateY(-10px);
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.project-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  transform: translateY(100%);
  transition: all 0.3s ease;
  color: white;
}

.project-card:hover .project-info {
  transform: translateY(0);
}

.project-card:hover img {
  transform: scale(1.1);
}

.project-info h3 {
  margin-bottom: 5px;
}

.project-info p {
  margin: 0;
  font-size: 0.9rem;
}

.project-link {
  color: #2ecc71;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
}

    /* About Section */
    .about {
      display: grid;
      /* margin-left: -330px; */
      grid-template-columns: 2fr 1fr;
      align-items: center;
    }
    .about-text {
      font-size: 1rem;
      text-align: justify;
      /* margin-left: -400px;  */
      margin-right: 20px;
      font-weight:700px;
      
    }
    .about-heading {
      font-size: 2rem;
      margin-bottom: 20px;
      font-weight: bold;
    }
    .about-numbers {
      display: flex;
      margin: auto;
      flex-direction: column;
      font-weight: bold;
    }

    .about-numbers h1 {
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
      font-size: 3rem;
      margin-bottom: 5px;
    }
    .about-numbers span {
      font-size: 1.2rem;
      font-weight: normal;
      color: #444;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .about {
        grid-template-columns: 1fr;
      }
    }