.button-anim{outline:none;cursor:pointer;border:none;padding:11px 10px 11px 20px;font-family:TYPOLD LIGHT;font-size:16px;border-radius:500px;position:relative;display:inline-flex;align-items:center;gap:10px;overflow:hidden;background:#003399;color:ghostwhite}.button-anim .text{position:relative;z-index:10;transition:color 0.4s;margin-right:20px}.button-anim .icon{position:relative;z-index:10;display:flex;transition:transform 0.4s ease}.button-anim .icon img{width:28px;height:28px}.button-anim:hover .icon{transform:rotate(45deg)}.button-anim::before{content:"";position:absolute;top:0;left:-10%;width:120%;height:100%;background:#000;transform:skew(30deg);transition:transform 0.4s cubic-bezier(0.3,1,0.8,1);z-index:0}.button-anim:hover::before{transform:translate3d(100%,0,0)}.cool-split h2{width:100%;color:#D6D6CF;transition:color 0.3s}.et_pb_menu .current-menu-item>a,.et_pb_menu .current_page_item>a{font-weight:700}.reveal-image{overflow:hidden}.reveal-image img{width:100%;display:block;transform:scale(1.3);clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);transition:clip-path 1s ease-in-out,transform 1s ease-in-out}.reveal-image.show img{transform:scale(1);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}