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

@import url("https://fonts.googleapis.com/css2?family=Bungee&display=swap");

* {
  margin: 0;
  padding: 5px;
  font-family: Poppins;
}

.hero {
  display: flex;
  flex-direction: column;
  min-height: 90vh;
}
.hero-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
}
span {
  color: #d9d9d9;
}
.logo-img {
  width: 30px;
}
.logo-text {
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  color: black;
}
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-between;
}
.nav-link {
  color: black;
  text-decoration: none;
  font-size: 20px;
  margin-left: 20px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 2;
}
.hero-text {
  margin-top: -50px;
  font-size: 70px;
  font-family: Bungee;
}
.buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.button {
  display: flex;
  align-items: center;
  background: #d9d9d9;
  border: none;
  border-radius: 10px;
  padding: 3px 22px 3px 22px;
  cursor: pointer;
  transition: 0.4s;
}
.button:hover {
  background: #b8b8b8;
}
.button-text {
  font-size: 20px;
  font-family: Poppins;
  font-weight: 600;
}
.button-icon {
  margin-left: -10px;
  width: 24px;
  height: 24px;
}
.hero-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-footer-text {
  text-decoration: none;
  color: black;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: -50px;
}

.about {
  min-height: 100vh;
}
.about-nav {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-content {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 120px;
  flex: 1;
}
.about-content-text {
  width: 782px;
  font-size: 20px;
}
.whatamigoodat {
  font-size: 20px;
  margin-bottom: 10px;
}
.about-logo {
  width: 412px;
  margin-left: 50px;
}
.about-footer {
  display: flex;
  justify-content: space-between;
}
.footer-text {
  font-size: 20px;
  font-weight: 600;
}

.projects {
  min-height: 100vh;
}
.projects-nav {
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projects-content {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.card {
  background: #d9d9d9;
  width: 400px;
  border-radius: 20px;
}
.projects-cards-top {
  display: flex;
  gap: 40px;
}
.card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-title-text {
  display: flex;
  font-size: 24px;
  font-weight: 600;
}
.card-title-icon {
  width: 28px;
  height: 28px;
}
.card-text {
  font-size: 15px;
  margin-top: 10px;
}
.card-techs {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.card-techs-text {
  background: #968888;
  border-radius: 7px;
  padding: 2px 8px 2px 8px;
  font-size: 14px;
  font-weight: 600;
  color: white;
}
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.projects-card-bottom {
  display: flex;
  gap: 40px;
}
.last-card-text {
  font-size: 16px;
  width: 400px;
}
.last-card {
  background: #d9d9d9;
  width: 400px;
  border-radius: 20px;
}
.last-card-link {
  display: flex;
  align-items: center;
}
.last-card-link-text {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: black;
}
.last-card-link-icon {
  width: 24px;
  height: 24px;
  margin-left: -10px;
}
.projects-footer {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.andisha {
  text-decoration: none;
  color: #d9d9d9;
  font-weight: 600;
}
.connect-nav {
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.connect-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 100px;
}
.form {
  display: flex;
  flex-direction: column;
  background: #d9d9d9;
  border-radius: 20px;
  width: 850px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.info {
  display: flex;
}
input{
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  font-family: Poppins;
}
textarea {
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  font-family: Poppins;
  margin-right: 17px;
  margin-left: 5px;
  height: 150px;
}
.inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.submit-button {
  background: black;
  color: white;
  border: none;
  width: 200px;
  border-radius: 10px;
  justify-content: right;
  margin-left: 640px;
  margin-top: 10px;
  cursor: pointer;
}
.submit-button:hover {
  background: #333333;
}
.submit-button-text{
  font-size: 16px;
  font-weight: 600;
}
.connect-footer {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.connect-footer-text{
  font-size: 16px;
  font-weight: 400;
}