setTimeout(function () { const section = document.createElement('section'); section.classList.add('full-width-video-section'); const video = document.createElement('video'); video.src = 'https://github.com/eelzallwoey-crypto/Videos/raw/refs/heads/main/%D9%86%D8%A4%D9%85%D9%86%20%D8%A3%D9%86%20%D8%A7%D9%84%D8%B9%D8%A8%D8%A7%D9%8A%D8%A9%20%D8%AA%D9%88%D9%82%D9%8A%D8%B9%D8%8C%20%D9%84%D8%A7%20%D9%82%D8%B7%D8%B9%D8%A9%20%D8%B9%D8%A7%D8%A8%D8%B1%D8%A9%20(7).mp4'; video.muted = true; video.loop = true; video.playsInline = true; section.appendChild(video); const overlay = document.createElement('div'); overlay.classList.add('video-overlay'); section.appendChild(overlay); const elFeatures = document.querySelector('section:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder)'); if (elFeatures) { elFeatures.parentNode.insertBefore(section, elFeatures); } else { console.error('Element not found.'); } setInterval(function () { video.play(); }, 1000); }, 500); function changeText(){ const companyName = " شركة الفيصل للتسويق الإلكتروني"; const companyUrl = " https://alfaisal.sa/ "; const colorText = "WIHTE " const copyright = document.querySelector("footer .copyright-text") copyright.innerHTML = `

صنع بإتقان بواسطة ${companyName}

` } changeText()