body,
body .animated-name,
body .wrapper,
.main-heading {
  font-family: arabic-font !important;
}
.lang-switch span {
  font-weight: lighter;
}
.header .sections a {
  margin: auto;
}
header .main-text h1 {
  font-size: 4rem;
}
header .main-text p {
  font-size: 0.8rem;
  margin-top: 13px;
  margin-right: 14px;
}
@media (max-width: 1000px) {
  .animated-name {
    font-size: 8vw !important;
  }
  header .main-text p {
    font-size: 2.5vw !important;
  }
}
.animated-name {
  border-left: 2px solid white;
  border-right: none;
  padding: 0 10px 0 10px;
}
@keyframes blink {
  0% {
    border-left-color: transparent;
  }
  100% {
    border-left-color: white;
  }
}
header .scroll {
  bottom: 25px;
  gap: 56px;
}
.skills .container .box > span {
  margin-top: 6px;
}
.lang-switch {
  flex-direction: row-reverse;
}
