/* ---- reset ---- */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center !important;
  background-color: #fff;
}
canvas {
  vertical-align: bottom;
} /* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* Enhanced Social Links - الأزرار الجميلة */
.social-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.link1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 1.5rem;
  color: #000000;
  background: #fff;
  border: 2px solid rgba(102, 126, 234, 0.2);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.1);
  position: relative;
  overflow: hidden;
  margin: 0px 5px 0px 5px;
}

.link1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #000000 0%, #764ba2 100%);
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.3s ease;
  z-index: -1;
}

.link1:hover::before {
  transform: scale(1);
}

.link1:hover {
  color: #fff;
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.link1 i {
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
}

.header1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 6vw;
  white-space: nowrap;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.header3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 2.2vw;
  white-space: nowrap;
}

.header2 {
  font-size: 1.1vw;
  white-space: nowrap;
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
}

@media screen and (max-width: 765px) {
  .header2 {
    font-size: 2.5vw;
  }

  .link1 {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .social-links {
    gap: 1rem;
  }
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.image {
  border-radius: 50%;
}
.img-fluid {
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(45deg, #000000, #764ba2) padding-box, linear-gradient(45deg, #000000, #764ba2) border-box;
  transition: all 0.3s ease;
}

.image:hover {
  transform: scale(1.05);
  border: 6px solid transparent;
  background: linear-gradient(45deg, #000000, #764ba2) padding-box, linear-gradient(135deg, #000000, #764ba2, #000000) border-box;
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

img {
  vertical-align: middle;
  border-style: none;
}
*,
::after,
::before {
  box-sizing: border-box;
}
