* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Josefin Sans", sans-serif;
}
.heading {
  height: 100vh;
  width: 100%;
  background-image: url('./images/Chinemerem2.jpeg');
  background-size: cover;
  background-position: center;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45px;
  padding-left: 8%;
  padding-right: 8%;
}
.logo {
  color: black;
  font-size: 35px;
  letter-spacing: 1px;
  cursor: pointer;
}
span {
  color: red;
}
nav ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 25px;
}
nav ul li a {
  color: red;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0.437);
  padding: 10px 20px;
  border-radius: 15px;
}
nav ul li a:hover {
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.437);
  border: 2px solid rgba(0, 0, 0, 0.437);
  transition: 1s;
}
.button {
  background-color: red;
  color: white;
  text-decoration: none;
  border: 2px solid transparent;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 30px;
  transition: transform 4s;
}
.button:hover {
  transform: scale(1.2);
}
.content {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY();
  margin-left: 50px;
}
h1 {
  color: Black;
  margin: 20px 0px 20px;
  font-size: 60px;
}
h3 {
  color: black;
  font-size: 25px;
  margin-bottom: 50px;
}
h4 {
  color: black;
  font-size: 20px;
  font-weight: bold;
}
.newsletter {
  width: 380px;
  max-width: 100%;
  position: relative;
}
.newsletter form input:first-child {
  display: inline-block;
  width: 100%;
  padding: 14px 130px 14px 15px;
  border: 2px solid black;
  outline: none;
  border-radius: 30px;
}
.newsletter form input:last-child {
  position: absolute;
  display: inline-block;
  outline: none;
  padding: 10px 30px;
  background-color: red;
  color: white;
  box-shadow: 0px 0px 5px #000, 0px 0px 15px #858585;
  border-radius: 30px;
  top: 6px;
  right: 6px;
  bottom: 6px;
}

/* Project Styling */

.project-section {
  background-color: pink;
  width: 100%;
  margin: -20px auto 0px;
  background-color: brown;
  padding-bottom: 30px;
}

.project-section h1 {
  width: 100%;
  align-items: center;
  text-align: center;
}

.projects {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
  background-color: brown;
  width: 90%;
}

.project {
  background-color: yellow;
  border: black solid 2px;
  width: 100%;
  margin: 0px 5px;
  padding: 0px 10px;
  border-radius: 10px;
}

.paragraphy {
  font-size: 20px;
}

.project-name {
  width: 60%;
  margin: 0px auto;
}

.project-name h4 {
  font-size: 30px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

.project-name p {
  font-size: 13px;
  /* text-align: center; */
}

.paragraphy {
  background-color: green;
  width: 100%;
}

.paragraphy p {
  font-size: 20px;
}

.date {
  background-color: pink;
  width: 100%;
}

.date p {
  font-size: 16px;
}

.date a {
  font-size: 16px;
  text-decoration: none;
  width: 80%;
  margin: 0px auto;
}
/* .project .decsription{
  background-color: white;
  width: 90%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
} */

/* .project .decsription p{

} */

/* About me styling */
.about {
  width: 100%;
  padding: 100px 0px;
  background-color: #191919;
}
.about img {
  height: auto;
  width: 430px;
}
.about-text {
  width: 550px;
}
.main {
  width: 1130px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.main img {
  border-radius: 20px;
}

.about-text h5 {
  color: white;
  font-size: 75px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.about-text h2 {
  color: white;
  letter-spacing: 2px;
  font-size: 30px;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.about-text p {
  color: #fcfc;
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 45px;
}
button {
  background-color: red;
  color: white;
  text-decoration: none;
  border: 2px solid transparent;
  font-weight: bold;
  padding: 13px 30px;
  border-radius: 30px;
  transition: 1s;
  cursor: pointer;
}
button:hover {
  background-color: transparent;
  border: 2px solid red;
}

/* Services Styling */

.service {
  background-color: #101010;
  width: 100%;
  padding: 100px 0px;
}
.title h2 {
  color: white;
  font-size: 75px;
  width: 1130px;
  margin: 30px auto;
  text-align: center;
}
.box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
.card {
  height: 365px;
  width: 335px;
  padding: 20px 35px;
  background: #191919;
  border-radius: 20px;
  margin: 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.card i {
  font-size: 50px;
  color: red;
  display: block;
  text-align: center;
  margin: 25px 0px;
}
h5 {
  color: white;
  font-size: 23px;
  margin-bottom: 15px;
}
.pra p {
  color: #fcfc;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 25px;
}
.card .service-button {
  background-color: red;
  color: white;
  text-decoration: none;
  border: 2px solid transparent;
  font-weight: bold;
  padding: 9px 22px;
  border-radius: 30px;
  transition: 1s;
  cursor: pointer;
}
.card .service-button :hover {
  background-color: transparent;
  border: 2px solid red;
  cursor: pointer;
}

/* hobbies page */

.hobby-section {
  background-color: rgba(73, 67, 67, 0.549);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 40px;
}
.hobby-section h1 {
  text-align: center;
}
.hobbies {
  width: 100%;
}
.travel {
  display: flex;
  padding: 10px 90px;
}

.travel img {
  border-radius: 20px;
}

.one {
  padding-left: 50px;
  text-align: center;
  padding-top: 50px;
}
.one h3 {
  font-size: 36px;
  letter-spacing: 2px;
}
.one p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-top: -40px;
}
.chatting {
  display: flex;
  padding: 10px 90px;
  margin-top: 50px;
}

.chatting img {
  border-radius: 20px;
}

.two {
  padding-right: 50px;
  text-align: center;
  padding-top: 50px;
}
.two h3 {
  font-size: 36px;
  color: black;
  letter-spacing: 2px;
}
.two p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-top: -40px;
}
.reading {
  display: flex;
  padding: 10px 90px;
  margin-top: 50px;
  text-align: center;
}

.reading img {
  border-radius: 20px;
}

.three {
  padding-left: 50px;
  text-align: center;
  padding-top: 50px;
}
.three h3 {
  font-size: 36px;
  letter-spacing: 2px;
}
.three p {
  font-size: 20px;
  line-height: 30px;
  color: black;
  letter-spacing: 1px;
  margin-top: -40px;
}

/* Contact me */

.contact-me {
  width: 100%;
  height: 290px;
  background: #191919;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.contact-me p {
  color: white;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
.contact-me .button-two {
  background-color: red;
  color: white;
  text-decoration: none;
  border: 2px solid transparent;
  font-weight: bold;
  padding: 13px 30px;
  border-radius: 30px;
  transition: 1s;
  cursor: pointer;
}
.contact-me .button-two:hover {
  background-color: transparent;
  border: 2px solid red;
}

/* Footer Section */

footer {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #101010;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer p:nth-child(1) {
  font-size: 50px;
  color: white;
  margin-bottom: 20px;
  font-weight: bold;
}
footer p:nth-child(2) {
  color: white;
  font-size: 17px;
  width: 500px;
  text-align: center;
  line-height: 26px;
}
.social {
  display: flex;
}
.social a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  border-radius: 50%;
  margin: 22px 10px;
  color: white;
  text-decoration: none;
  font-size: 20px;
}
.social a:hover {
  transform: scale(1.3);
  transition: 0.3s;
}
.end {
  position: absolute;
  color: red;
  bottom: 35px;
  font-size: 14px;
}
