:root {
  --primary-color: #6c63ff;
  --secondary-color: #f9f7fe;
  --box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  --font-Poppins: "Poppins", sans-serif;
  --font-Playfair: "Playfair Display", serif;
}

body {
  margin-top: 100px;
}
.navbar {
  align-content: end;
}
nav a {
  color: #272142;
}

.hero {
  background: var(--secondary-color);
  padding: 160px 20px;
  margin-bottom: 40px;
  margin-top: 0;
}
.text-center {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  color: #272142;
}
h1,
h2,
h3 {
  margin: 0;
}

.hero h1 {
  font-size: 96px;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  padding-top: 0px;
  padding-bottom: 40px;
}

.hero h2 {
  font-family: var(--font-Poppins);
  font-size: 24px;
  font-weight: normal;
  color: #272142;
  line-height: 1.5;
}
h2 {
  font-family: var(--font-Playfair);
  font-weight: bold;
  font-size: 64px;
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  font-family: var(--font-Poppins);
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  text-align: center;
}

.text {
  font-family: var(--font-Poppins);
  font-size: 16px;
  color: #272142;
  line-height: 30px;
}

.description {
  padding: 120px 60px;
}

.text-component p {
  font-family: var(--font-Poppins);
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
p {
  font-size: 18px;
  line-height: 1.5;
}

.navigation-links {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

.navigation-links a {
  margin: 20px;
}

.primary-link {
  border-radius: 4px;
  padding: 18px 30px;
  text-decoration: none;
  text-transform: capitalize;
  background: var(--primary-color);
  box-shadow: var(--box-shadow);
  color: white;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.primary-link:hover {
  color: white;
}

.secondary-link {
  border-radius: 4px;
  padding: 18px 30px;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.homepage-link {
  color: var(--primary-color);
  text-align: center;
  display: block;
}

.about-paragraphs {
  margin: 30px 0;
}

.about-paragraphs p {
  margin: 10px;
}

.email-link {
  display: flex;
  justify-content: center;
  color: var(--primary-color);
  font-size: 28px;
  text-decoration: none;
}

.content-container {
  padding: 60px 20px;
  margin-bottom: 40px;
  margin-top: 0;
}
.content {
  margin: 70px;
}

.email-link:hover {
  text-decoration: underline;
}

.content-container h1 {
  font-family: var(--font-Playfair);
  font-size: 64px;
  font-weight: bold;
  text-align: left;
  line-height: 80px;
}

.content-container h2 {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: bold;
  color: #272142;
  text-align: left;
}
.content-container h3 {
  text-align: center;
}

.content-container p {
  font-family: var(--font-Poppins);
  font-size: 16px;
  color: #272142;
  text-align: left;
  font-weight: 400;
}

.content h3 {
  font-size: 24px;
  opacity: 0.7;
}

.content p {
  font-family: var(--font-Poppins);
  font-weight: 400;
  font-size: 14px;
  color: #272142;
  text-align: center;
}

img {
  border-radius: 20px;
  margin: 20px 20px 20px 20px;
}

footer {
  margin: 50px 0;
}
footer .work-inquiry {
  background: var(--secondary-color);
  padding: 50px 120px;
  margin-bottom: 40px;
  margin-top: 0;
  border-radius: 10px;
}
footer .work-inquiry a {
  text-align: center;
}
footer .work-inquiry p {
  margin: 0;
}
footer .work-inquiry h4 {
  font-family: var(--font-Playfair);
  font-size: 48px;
  font-weight: bold;
}

footer .footer-email {
  text-decoration: none;
  color: black;
  font-size: 24px;
  text-align: center;
  font-family: var(--font-Poppins);
}

footer .footer-email:hover {
  color: var(--primary-color);
}

footer .social-links a {
  padding: 10px 16px;
  margin: 0 20px;
  color: var(--primary-color);
  background-color: var(--secondary-color);
  font-size: 18px;
  border-radius: 50%;
}

footer .social-links a:hover {
  color: white;
  background-color: var(--primary-color);
}

@media (max-width: 900px) {
  .hero h1 {
    font-size: 36px;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .hero h2 {
    font-size: 16px;
    text-align: center;
  }
  .text {
    text-align: center;
  }
  .text-center {
    text-align: center;
    font-size: 14px;
  }
  .navigation-links {
    margin-top: 10px;
  }
  p {
    font-size: 16px;
    text-align: center;
  }
  a {
    text-align: center;
  }
  .project-link {
    display: block;
    text-align: center;
    box-sizing: border-box;
  }
  .hero {
    padding: 80px 20px;
  }
  .description {
    padding: 0;
  }
  .content {
    padding: 0;
    text-align: center;
  }
  footer .work-inquiry {
    padding: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .btn {
    font-size: 18px;
  }
  h1 {
    font-size: 36px;
  }
  h4 {
    font-size: 10px;
  }
}
