/* GENERAL */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

p {
  color: rgb(85, 85, 85);
}

/* TRANSITION */

a,
.btn {
  transition: all 300ms ease;
}

/* DESKTOP NAV */

nav,
.nav-links {
  display: flex;
}

nav {
  justify-content: space-around;
  align-items: center;
  height: 17vh;
}

.nav-links {
  gap: 2rem;
  list-style: none;
  font-size: 1.5rem;
}

a {
  color: black;
  text-decoration: none;
  text-decoration-color: white;
}

a:hover {
  color: grey;
  text-decoration: underline;
  text-underline-offset: 1rem;
  text-decoration-color: rgb(181, 181, 181);
}

.logo {
  font-size: 2rem;
}

.logo:hover {
  cursor: default;
}

/* HAMBURGER MENU */

#hamburger-nav {
  display: none;
}

.hamburger-menu {
  position: relative;
  display: inline-block;
}

.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
  width: 30px;
  cursor: pointer;
}

.hamburger-icon span {
  width: 100%;
  height: 2px;
  background-color: black;
  transition: all 0.3 ease-in-out;
}

.menu-links {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  width: fit-content;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3 ease-in-out;
}

.menu-links a {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 1.5rem;
  color: black;
  text-decoration: none;
  transition: all 0.3 ease-in-out;
}

.menu-links li {
  list-style: none;
}

.menu-links.open {
  max-height: 300px;
}

.hamburger-icon.open span:first-child {
  transform: rotate(45deg) translate(10px, 5px);
}

.hamburger-icon.open span:nth-child(2) {
  opacity: 0;
}

.hamburger-icon.open span:last-child {
  transform: rotate(-45deg) translate(10px, -5px);
}

.hamburger-icon span:first-child {
  transform: none;
}

.hamburger-icon span:first-child {
  opacity: 1;
}

.hamburger-icon span:first-child {
  transform: none;
}



/* SECTIONS */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
}

body {
  background-color: #fff;
  color: #333;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 10%;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1;
  min-width: 300px;
}

.hero-text p {
  font-size: 1.2rem;
  color: #666;
}

.hero-text h1 {
  font-size: 3rem;
  margin: 10px 0;
  color: #222;
}

.hero-text h2 {
  font-size: 1.5rem;
  color: #555;
  margin-bottom: 20px;
}

.hero-buttons {
  margin: 20px 0;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  margin-right: 10px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}

.btn.primary {
  background-color: #ff6f5e;
  color: white;
}

.btn.secondary {
  background-color: #333;
  color: white;
}

.social-icons {
  margin-top: 20px;
}

.social-icons a {
  margin-right: 15px;
  font-size: 1.2rem;
  color: #ff6f5e;
  text-decoration: none;
}

.hero-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  border-radius: 10px;
}

.heroimage {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.heroimage img {
  max-width: 100%;
  padding-top: 50px;

}

.heroimag {
  flex: 1;
  min-width: 300px;
  text-align: center;
  border-radius: 0px;

}

.heroimag img {
  max-width: 100%;
  padding-top: 50px;
}


@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    text-align: center;
    padding: 10px 10%;
    padding-top: 25px;
    margin-left:-15px;
  }

  .hero-text {
    order: 2;
    margin-top: 30px;
  }

  .hero-image {
    order: 1;
    padding-top: 0px;
  }

  .heroimage {
    order: 1;
    display: none;

  }

  .heroimag {
    order: 1;
    margin-top: -80px;
    padding-bottom: 40px;

  }
  .hero-text h1 {
    font-size: 2.2rem;
  }

  .hero-text h2 {
    font-size: 1.2rem;
  }

  .btn {
    width: 100%;
    margin: 10px 0;
  }

  .social-icons {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  .social-icons a {
    margin: 8px;
    font-size: 1.5rem;
  }
}




.about-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 20px;
}

.tech-icons {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tech-icons img {
  width: 160px;
  height: auto;
  padding: 20px;
  border-radius: 100px;
  background-color: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.about-text h1 {
  font-size: 1.5rem;
  color: #222;
  text-align: center;
}

.about-text .ab {
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 1rem;
  color: #222;
  text-align: center;
}
.about-text h3 {
  font-weight: 400;
  color: #777;
  margin-bottom: 20px;
  text-align: center;
}

.about-text p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #444;
}


@media (max-width: 768px) {
  .tech-icons {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;

  }

  .tech-icons img {
    width: 70px;
    padding: 10px;
    height: 80px;

  }

  .about-text {
    text-align: center;
    padding: 0 10px;
  }

  .about-text h1 {
    text-align: center;
    font-size: 2rem;
  }

  .about-text h3 {
    font-size: 1.1rem;
  }

  .about-text p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .tech-icons img {
    width: 80px;
    padding: 10px;
  }

  .about-text h1 {
    font-size: 1.7rem;
  }

  .about-text h3 {
    font-size: 1rem;
  }

  .about-text p {
    font-size: 0.9rem;
  }
}

.pp span {
  color: #fff;
}

.pp {
  color: #3885EB;

}



