@charset "UTF-8";
@font-face {
  font-family: "Main";
  src: url(./assets/fonts/M_PLUS_Code_Latin/static/MPLUSCodeLatin-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Main";
  src: url(./assets/fonts/M_PLUS_Code_Latin/static/MPLUSCodeLatin-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Main";
  src: url(./assets/fonts/M_PLUS_Code_Latin/static/MPLUSCodeLatin-SemiBold.ttf);
  font-weight: 600;
}
body {
  font-family: "Main";
  color: rgb(207, 207, 207);
}
body #bigger-nav {
  position: fixed;
  z-index: 3;
  top: 20vh;
  margin-left: 45px;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  body #bigger-nav {
    font-size: 13px;
    position: fixed;
    right: 30px;
    top: 14vh;
  }
  body #bigger-nav .navbar-toggler {
    font-size: 24px;
    position: fixed;
    right: 35px;
    top: 12vh;
  }
}
body .icons-container {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 150px;
}
body .icons-container img {
  width: 50px;
  transition: all 0.4s ease;
}
body .icons-container img:hover {
  filter: brightness(60%);
}
body .icons-container a {
  color: rgba(0, 0, 0, 0);
}
body .section-title {
  font-family: "Main";
  font-weight: 300;
  font-size: 30px;
  color: rgb(207, 207, 207);
  letter-spacing: 2px;
}
@media (max-width: 767.98px) {
  body .section-title {
    font-size: 24px;
  }
}
body .hero-container {
  position: relative;
  height: 100vh;
  padding: 35px 35px;
  background-color: #120f0f;
}
@media (max-width: 767.98px) {
  body .hero-container {
    padding: 40px 20px 20px 20px;
  }
}
body .hero-container .main-content {
  margin: 0;
  border: 1px solid #e0dbdb;
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  padding: 30px;
  background: linear-gradient(135deg, #000000, #1a1a1a, #333333, #4d4d4d);
  animation: gradiant 10s ease infinite;
  background-size: 400% 400%;
}
body .hero-container .main-content .smaller-container {
  display: none;
  padding: 0 10% 0 0;
  margin: 0;
  position: absolute;
  top: 35%;
  right: 50px;
  width: 55%;
  height: 60%;
  transition: opacity 4s ease;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  body .hero-container .main-content .smaller-container {
    padding: 0 0 0 0px;
    width: auto;
    left: 40px;
    top: 40%;
  }
}
body .hero-container .main-content .smaller-container.show {
  display: flex;
}
body .hero-container .main-content .smaller-container .btn-container {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
body .hero-container .main-content .smaller-container .btn-container a {
  text-align: center;
  width: 120px;
  padding: 5px 0;
  background-color: transparent;
  border: 1px solid;
  font-weight: 300;
  color: rgb(207, 207, 207);
  text-decoration: none;
}
body .hero-container .main-content .smaller-container .smaller-container-p {
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 20px;
  display: block; /* ده الطبيعي في الفقرات والعناوين */
  max-width: 600px;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  body .hero-container .main-content .smaller-container .smaller-container-p {
    font-size: 18px;
    margin-top: 5px;
    width: auto;
  }
}
@media (max-width: 480px) {
  body .hero-container .main-content .smaller-container .smaller-container-p {
    font-size: 16px;
    margin-top: 5px;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  body .hero-container .main-content .smaller-container .main-contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  body
    .hero-container
    .main-content
    .smaller-container
    .main-contact-content
    .section-title {
    text-align: center;
    margin-left: -30px;
  }
}
body .hero-container .main-content .smaller-container-icons {
  right: 0px;
  left: 30px;
}
body .hero-container .main-content .name-section b {
  letter-spacing: 2px;
  font-weight: 300;
}
body .hero-container .main-content .name-section h1 {
  font-size: 55px;
  letter-spacing: 6px;
  font-weight: 300;
  word-spacing: -16px;
  display: block;
}
@media (max-width: 767.98px) {
  body .hero-container .main-content .name-section h1 {
    font-size: 40px;
  }
}
body .projects-container {
  background-color: #120f0f;
  overflow: hidden;
  padding: 10px 70px;
  width: 100%;
}
body .projects-container #copyRight {
  position: relative;
  bottom: 0;
  left: -60px;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
}
body .projects-container #copyRight span {
  font-size: 30px;
  margin: 0 0 -15px 0;
}
body .projects-container a {
  text-decoration: none;
  color: rgb(207, 207, 207);
}
body .projects-container .project-card {
  height: 100%;
  padding: 10px;
  border: 2px solid rgb(207, 207, 207);
  transition: filter 0.4s ease;
}
@media (max-width: 480px) {
  body .projects-container .project-card {
    padding: 5px;
  }
}
body .projects-container .project-card img {
  width: 200px;
}
body .projects-container .project-card .card-content {
  margin: 10px 0 0 0;
}
body .projects-container .project-card .card-content .logos img {
  width: 40px;
}
body .projects-container .project-card:hover {
  filter: opacity(0.5);
}

@keyframes gradiant {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} /*# sourceMappingURL=main.css.map */
