/* הפיכת הגלילה לחלקה ונעימה יותר */ html { scroll-behavior: smooth; } /* הוספת אפקט ריחוף (Hover) עדין על תמונות הפרויקטים שלכם */ .pro-gallery-item:hover { transform: scale(1.02); transition: transform 0.5s ease-in-out; filter: brightness(90%); } /* הפיכת כפתורים למראה מודרני (עזריאלי סטייל) */ button, .button { border-radius: 0px !important; /* פינות חדות הן יוקרתיות יותר ממעוגלות */ transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; } button:hover, .button:hover { background-color: #222222 !important; color: #ffffff !important; }
top of page

Ventura Generation LTD / 2013 © Ran Ventura / All rights reserved

bottom of page