.head-nav {
  width: auto;
}

.logo-img {
  width: 35%;
  border-radius: 50px;
}

#right-rev {
  font-size: 2rem;
}

#col1 {
  display: flex;
  width: 100%;
}
.beard-hei {
  height: 175px;
}

#filter-box1 {
  width: 30rem;
  height: 7rem;
}

/* Middle Logo Animation */
.Middle-logo #logoText {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .Middle-logo #logoText {
    gap: 7px;
  }
}

.Middle-logo #logoText p {
  color: hsl(var(--white));
  font-size: 3.625rem;
  font-weight: 800;
  margin: 0;
  opacity: 0;
  animation: fadeInLogo 1.5s ease-in-out infinite;
  font-family: var(--title-font);
}

/* سایزهای واکنش‌گرا */
@media screen and (max-width: 1199px) {
  .Middle-logo #logoText p {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 991px) {
  .Middle-logo #logoText p {
    font-size: 3.625rem;
  }
}

@media screen and (max-width: 575px) {
  .Middle-logo #logoText p {
    font-size: 3.563rem;
  }
}

@media screen and (max-width: 767px) {
  .Middle-logo #logoText p {
    font-size: 2.375rem;
  }
}

/* Active Gradient */
.Middle-logo #logoText p.active {
  background: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Delay ها */
.Middle-logo #logoText p:nth-child(1) {
  animation-delay: 0s;
}

.Middle-logo #logoText p:nth-child(2) {
  animation-delay: 0.2s;
}

.Middle-logo #logoText p:nth-child(3) {
  animation-delay: 0.4s;
}

.Middle-logo #logoText p:nth-child(4) {
  animation-delay: 0.6s;
}

.Middle-logo #logoText p:nth-child(5) {
  animation-delay: 0.8s;
}

.Middle-logo #logoText p:nth-child(6) {
  animation-delay: 1s;
}

/* Keyframes جدید مخصوص لوگو */
@keyframes fadeInLogo {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pro-category h3 {
  margin-bottom: 2rem;
  margin-top: -4rem;
}

#row1 {
  margin-top: -6rem;
}

#row2 {
  margin-top: -6rem;
}
