@media (max-width: 992px) {
  .hero-slider .hero-slider-content h1 {
    color: var(--third-color);
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 2.5rem;
  }
  .hero-slider .hero-slider-content p {
    line-height: 1.8;
    font-size: 1.4rem;
    width: 38rem;
  }
  .title-text {
    line-height: 1.6;
  }
  .title-text span:nth-child(1) {
    font-size: 2.2rem;
  }
  .title-text span:nth-child(2) {
    font-size: 3rem;
  }
  .transparent-text {
    font-size: 35px;
    font-weight: bold;
    background-image: url("../images/wooden-natural-floor-decoration-concept.jpg"); /* نفس الصورة */
    background-size: cover;
    background-position: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .hero-content h2 {
    font-size: 40px !important;
  }
}
@media (max-width: 768px) {
  .hero-slider .hero-slider-content {
    text-align: center;
    margin: 0;
  }
  .hero-slider .hero-slider-content h1 {
    color: var(--third-color);
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1.5rem;
  }
  .hero-slider .hero-slider-content p {
    color: var(--third-color);
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    width: 100%;
  }
  .hero .owl-nav {
    display: none;
  }
  .title-text {
    line-height: 1.6;
  }
  .title-text span:nth-child(1) {
    font-size: 1.5rem;
  }
  .title-text span:nth-child(2) {
    font-size: 2.8rem;
  }
  .transparent-text {
    font-size: 30px;
    font-weight: bold;
    background-image: url("../images/wooden-natural-floor-decoration-concept.jpg"); /* نفس الصورة */
    background-size: cover;
    background-position: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .header-text h2 {
    font-size: 35px !important;
  }
  .hero-slider-pages h1 {
    text-align: center;
    font-size: 2.5rem !important;
    width: 100%;
  }
  .hero-content h1 {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .transparent-text {
    font-size: 35px;
    font-weight: bold;
    background-image: url("../images/wooden-natural-floor-decoration-concept.jpg"); /* نفس الصورة */
    background-size: cover;
    background-position: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .header-text h2 {
    font-size: 40px !important;
  }

}
