.elementor .hero-slider{background-image:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%,rgba(0, 0, 0, 0.87) 100%),url("https://razashianco.ir/wp-content/uploads/2026/07/3-1024x819.jpg");background-repeat:repeat,no-repeat;background-attachment:scroll;background-size:auto auto,cover;background-position:0% 0%,center center;selector{
  position: relative;
  overflow: hidden;
}

selector::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
  url("https://razashiangostar.ir/wp-content/uploads/2026/07/image1.webp");
  background-size: cover;
  background-position: center;
  opacity: 1;
  animation: slide1 10s infinite;
  z-index: -2;
}

selector::after{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
  url("https://razashiangostar.ir/wp-content/uploads/2026/07/image2.webp");
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: slide2 10s infinite;
  z-index: -1;
}

@keyframes slide1{
0%,45%{opacity:1;}
50%,95%{opacity:0;}
100%{opacity:1;}
}

@keyframes slide2{
0%,45%{opacity:0;}
50%,95%{opacity:1;}
100%{opacity:0;}
}\n}