.hero {
  background-color: #f9f7fe;
  text-align: center;
  padding: 80px 20px;
}

h1 {
  font-size: 96px;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}

.hero p {
  font-weight: 700;
  font-size: 25px;
}
h2 {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 600;
}

h4 {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 600;
  font-size: 48px;
}

p,
h1,
h2,
button {
  padding: 20px;
}

.contact-but {
  background-color: #6c63ff;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  padding: 15px 20px;
  text-decoration: none;
}

p {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
}

.btn-branding-outline {
  background-color: #6c63ff;
  color: white;
  border: 1px solid #6c63ff;
  border-radius: 5px;
  font-size: 20px;
  padding: 15px 20px;
  text-decoration: none;
  margin-left: 15px;
}

.btn-branding-outline:hover {
  background-color: white;
  color: #6c63ff;
  border: 1px solid #6c63ff;
}

.project-description {
  padding: 120px 60px;
}

@media (max-width: 900px) {
  h1 {
    font-size: 44px;
    line-height: 56px;
  }
  h2 {
    font-size: 30px;
  }
  .project-description {
    padding: 0;
    text-align: center;
  }
  h4 {
    font-size: 18px;
  }

  .contant-container {
    text-align: center;
    padding: 0px;
  }
  .contant-container h1 {
    font-size: 30px;
  }
  .contant-container h2 {
    font-size: 30px;
  }
}

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

.about-paragraph {
  font-size: 16px;
}

.contant-container {
  padding: 60px 20px;
}

.contant {
  margin: 30px 10px;
}

.contant h1 {
  font-size: 60px;
  padding: 0px 20px;
}

.contant h2 {
  font-size: 20px;
  font-weight: 700;
  padding: 0px 20px;
}

.contant h3 {
  font-size: 24px;
  line-height: 1.5;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin: 20px 0px 0px;
}
.contant p {
  font-size: 17px;
  margin: 0px 0px;
}

.work-paragraph {
  padding: 0px;
  font-size: 14px;
  margin: 0px;
}

.elham-photo {
  width: 540px;
}

.logo {
  max-height: 40px;
}

nav {
  padding: 20px 0px;
}
nav li {
  display: inline;
  list-style: none;
  line-height: 42px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 16px;
  margin-left: 15px;
}

nav ul {
  padding: 0px;
  margin: 0px;
}

nav a {
  text-decoration: none;
  color: #272142;
}

nav a:hover {
  color: #6c63ff;
  transition: all 100ms ease-in-out;
}

nav li.active a {
  color: #6c63ff;
}

footer {
  margin: 60px 0px;
}

footer .contact-box {
  background-color: #f9f7fe;
  padding: 30px 120px;
  border-radius: 10px;
}

footer .contact-box p {
  padding: 0px;
  margin: 0px;
}
footer .mail-link {
  text-decoration: none;
  color: black;
  font-size: 24px;
  text-align: center;
}

footer .mail-link:hover {
  color: #6c63ff;
}

footer .social-links a {
  margin: 0px 20px;
  color: #6c63ff;
  background-color: #f9f7fe;
  padding: 10px 14px;
  font-size: 18px;
  border-radius: 50%;
  transition: all 100ms ease-in-out;
}

footer .social-links a:hover {
  color: white;
  background-color: #6c63ff;
}
