* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* Start nav home section */

.nav-home {
  background: linear-gradient(to right, #1e8176 51%, #1a294abd 106%);
}

.nav-home .logo {
  font-family: "Dantene", sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.nav-home .nav-items li a {
  color: white !important;
  font-family: "Titan One", sans-serif;
  font-family: "Kode Mono", monospace;
  font-weight: 700;
  font-size: 20px;
  font-weight: 200;
}
@media only screen and (max-width: 576px) {
  .nav-home .logo {
    font-size: 22px;
  }
}

/* End nav home section */

/* Start header home section */

.header-home {
  height: 550px;
  background: linear-gradient(to right, #1e8176d4 27%, #152342c7 108%),
    url(../media/img/pg-1.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  box-shadow: 20px 20px 6px 20px #82e2e5;
  /* border-bottom-style:solid ; */
}

.typewriter h1 {
  overflow: hidden;
  /* border-right: .10em solid #1e8176d4; */
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: 0.1em;
  animation: typing 3.5s steps(30, end) forwards;
  /* لاحظ: شيلنا blink-caret من الأنميشن */
}

@keyframes typing {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.header-home h1 {
  font-size: 47px;
  font-weight: 400;
  font-family: "Dantene", sans-serif;
  color: white;
  margin-top: 100px;
  margin-bottom: 50px;
}

.header-home h2 {
  font-family: "Titan One", sans-serif;
  font-size: 31px;
  font-weight: 300;
  color: #b2bb72;
}

.header-home p {
  font-family: "Titan One", sans-serif;
  font-family: "Exo 2", monospace;
  font-weight: 700;
  font-size: 25px;
  color: beige;
}

@media only screen and (max-width: 768px) {
  .header-home h1 {
    font-size: 35px;
  }

  .header-home h2 {
    font-size: 25px;
  }

  .header-home p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .header-home h1 {
    font-size: 25px;
  }

  .header-home h2 {
    font-size: 22px;
  }

  .header-home p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .header-home h1 {
    font-size: 20px;
  }

  .header-home h2 {
    font-size: 19px;
  }

  .header-home p {
    font-size: 16px;
  }
}
/* End header home section */

/* Start skills home section */

.skills-home {
  background: linear-gradient(to right, #19706b 20%, #112b43 106%);
  min-height: 500px;
}

.skills-home .hrader-skills h2 {
  margin: 30px 0px;
  color: white;
  font-family: "Dantene", sans-serif;
  font-size: 57px;
  text-shadow: 14px 11px 3px #00000059;
}

.skills-home .icon-skills {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  background-color: #b2bb72;
  border-radius: 50%;
  margin-bottom: 30px;
}

.skills-home .icon-skills {
  color: white;
  font-size: 100px;
  font-family: "Titan One";
}

.skills-home .icon-skills p {
  font-size: 85px;
}

.skills-home .icon-skills p:nth-of-type(2) {
  margin-top: -38px;
  font-size: 21px;
  color: #123348;
}

/* End skills home section */

/* Start projects home section */

.projects-home {
  background: #112b43;
  min-height: 500px;
  padding: 50px 0px;
}
.projects-home .hrader-skills h2 {
  margin: 30px 0px;
  color: white;
  font-family: "Dantene", sans-serif;
  font-size: 57px;
  text-shadow: 14px 11px 3px #00000059;
}

.card-projects {
  box-shadow: 10px 10px 6px 0px #00000059;
  border: none;
  border-radius: 15px;
  margin-bottom: 30px;
  width: 100% !important;
  padding: 15px;
  background: linear-gradient(to right, #1e8176d4 27%, #152342c7 108%);
}

.card-projects img {
  border-radius: 10px;
  border: 4px solid #b2bb72;
}

.card-title {
  color: #b2bb72;
  font-family: "Dantene", sans-serif;
  font-size: 27px;
  font-weight: 400;
  font-family: "Kode Mono", monospace;
  font-weight: 700;
  text-shadow: 2px 3px 10px #00000059;
}

.card-text {
  color: #fff;
  font-family: "Exo 2", monospace;
  font-family: "Titan One", sans-serif;
  font-family: "Kode Mono", monospace;
  font-weight: 600;
  font-size: 17px;
}

.card-text a {
  text-decoration: none;
  color: #b2bb72;
  font-family: "Dantene", sans-serif;
  font-size: 19px;
}

.card-text a:hover {
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-shadow: 2px 3px 10px #00000059;
}

.btn-live {
  text-decoration: none;
  background-color: #b2bb72;
  color: #123348;
  font-family: "Kode Mono", monospace;
  font-weight: 700;
  margin-right: 10px;
  padding: 7px 15px;
  border-radius: 10px;
}

.btn-live:hover {
  background-color: #123348;
  color: #b2bb72;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn-repo {
  text-decoration: none;
  background-color: #123348;
  color: #fff;
  font-family: "Kode Mono", monospace;
  font-weight: 700;
  margin-left: 10px;
  padding: 7px 15px;
  border-radius: 10px;
}

.btn-repo:hover {
  background-color: #fff;
  color: #123348;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

@media only screen and (max-width: 576px) {
  .btn-live,
  .btn-repo {
    font-size: 14px;
    padding: 6px 12px;
    margin-right: 0px;
  }
}

.icons-projects {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-left: 20px;
  gap: 20px;
}

.icons-projects svg,
.icons-projects i {
  font-size: 30px;
  color: #fff;
  background-color: #123348;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 15px;
}

/* End projects home section */

.about-me-home {
  background-image: url(../media/img/about1.jpg);
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding: 50px 0px;
}

.hrader-skills {
  margin: 30px 0px;
  color: white;
  font-family: "Dantene", sans-serif;
  font-size: 57px;
  text-shadow: 14px 11px 3px #00000059;
}

.img-about-me img {
  width: 300px;
  height: 300px;
  border-radius: 20px;
  border: 4px solid #b2bb72;
  box-shadow: 10px 10px 6px 0px #00000059;
  margin-bottom: 20px;
}

.my-name {
  color: white;
  font-family: "Dantene", sans-serif;
  font-size: 30px;
  text-shadow: 2px 3px 10px #00000059;
}

.text-about-me {
  color: #fff;
  font-family: "Kode Mono", monospace;
  font-weight: 700;
  font-size: 17px;
  /* text-align: justify; */
}

.text-about-me h3 {
  color: #b2bb72;
  /* font-family: "Dantene", sans-serif; */
  font-size: 25px;
  text-shadow: 4px 6px 1px #201717;
  margin-bottom: 15px;
}

.text-about-me a {
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  background: linear-gradient(to right, #1e8176d4 27%, #152342c7 108%);
  padding: 5px 10px;
  border-radius: 10px;
}

.text-about-me a:hover {
  color: #b2bb72;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  text-shadow: 2px 3px 10px #00000059;
}

/* End about me home section */

/* Start contact me home section */

.contact-me-home {
  background-color: #123348;
  min-height: 500px;
  padding: 50px 0px;
}

.card-contact {
  box-shadow: 10px 10px 6px 0px #00000059;
  color: white;
  border: none;
  border-radius: 15px;
  margin-bottom: 30px;
  width: 100% !important;
  padding: 15px;
  background: linear-gradient(to right, #1e8176d4 27%, #152342c7 108%);
  background-image: url(../media/img/contact.jpg);
  background-position: center;
  background-size: cover;
  font-family: "Kode Mono", monospace;
  font-weight: 700;
}

.card-contact svg {
  font-size: 50px;
  color: #b2bb72;
  margin-bottom: 15px;
}

.card-contact h4 {
  font-size: 30px;
  text-shadow: 2px 3px 10px #00000059;
  margin-bottom: 15px;
}

.card-contact p {
  font-size: 20px;
  margin-bottom: 15px;
}

/* End contact me home section */

/* Start footer home section */
.footer {
  background-image: url(../media/img/footer.jpg);
  background-size: cover;
  background-position: center;
  /* color: white; */
  padding: 20px 0;
  font-family: "Dantene", sans-serif;
  font-size: 16px;
  height: 72px;
}

.footer p {
  font-size: 20px;
  font-family: fantasy;
  margin-right: 14px;
  color: #b2bb72;
}
@media only screen and (max-width: 575px) {
  .footer p {
    font-size: 15px;
  }
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-family: "Dantene";
}

.footer p a:hover {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-shadow: 2px 3px 10px #00000059;
  color: #b2bb72;
}


/* End footer home section */
