:root{--font-inter:var(--font-inter);--font-tajawal:var(--font-tajawal)}body{background:var(--background);font-family:var(--font-tajawal,var(--font-inter),sans-serif);margin:0;padding:0}section{margin:0 0 25px}*{box-sizing:border-box;margin:0;padding:0}img{object-fit:contain;width:100%;height:100%}header{justify-content:space-between;align-items:center;width:100%;height:95px;padding:0 1.5%;display:flex}header .logo{width:100px;height:100%}header .header-icons{color:#4f4f72;justify-content:space-evenly;align-items:center;width:150px;height:50%;font-size:16px;font-weight:600;display:flex}.header-icons div{cursor:pointer;border:2px solid #a8a8be;border-radius:8px;justify-content:space-evenly;align-items:center;width:80px;height:40px;padding-left:10px;display:flex;position:relative}.header-icons span:after{content:"";border:2px solid #4f4f72;border-radius:50%;width:15px;height:15px;display:block;position:absolute;top:25%;left:10%}.header-icons div:hover span:after{background-color:#4f4f72}main{width:94%;margin:10px auto 0}footer{text-align:center;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:14px;width:100%;min-height:250px;padding:0 5%;display:flex}footer h3{color:#a8a8be;font-size:16px;font-weight:400}footer .social{justify-content:space-between;width:150px;display:flex}footer *{min-height:28px}footer .social a{justify-content:space-between;width:28px;height:28px;display:flex}.dots-root{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffd9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dots{justify-content:center;align-items:center;gap:10px;display:flex}.dot{opacity:.25;background:#0b6efd;border-radius:50%;width:12px;height:12px;animation:.9s ease-in-out infinite dots-bounce;transform:translateY(0)}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.15s}.dot:nth-child(3){animation-delay:.3s}@keyframes dots-bounce{0%{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}60%{opacity:.6;transform:translateY(0)}to{opacity:.25;transform:translateY(0)}}@keyframes clients-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:480px){.dot{width:10px;height:10px}.dots{gap:8px}}button:not(.product-info-Quantity button){cursor:pointer;margin:10px 0}.youtube-play-button{cursor:pointer}.youtube-play-button:hover{transform:translate(-50%,-50%)scale(1.1)!important}.youtube-play-button:active{transform:translate(-50%,-50%)scale(1.05)!important}
