:root{--gallery-item-gap:480px;--circle-radius:900px;--item-size:100px;--item-border-radius:16px;--active-scale:1.5;--hover-scale:1.05;--transition-speed:.6s;--auto-rotate-speed:.08;--active-position:270deg;--circle-top:0%;--circle-left:50%;--info-top:25%;--info-left:50%;--next-btn-top:37%;--next-btn-left:10%;--prev-btn-top:50%;--prev-btn-left:50%}.ps-motion-wrapper{position:relative;height:600px;overflow:hidden;margin:0 auto;max-width:100%}.ps-motion-center-wrapper{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.ps-motion-wrapper .ps-motion-box{position:absolute;top:100%;left:50%;transform:translate(-50%, 0%);display:flex;justify-content:center;align-items:center;cursor:pointer;transform-origin:center;transition:transform .8s cubic-bezier(.25, .46, .45, .94)}.ps-motion-wrapper .ps-motion-box.ps-layout-2{top:0;left:50%}.ps-motion-wrapper .ps-motion-box.ps-layout-3{top:50%;left:20%}.ps-motion-wrapper .ps-motion-box.ps-layout-4{top:50%;left:80%}.ps-motion-wrapper .ps-motion-box .ps-motion-image-box{position:absolute;width:var(--item-size);height:var(--item-size);border-radius:var(--item-border-radius);transform:rotate(calc(360deg / var(--total-items) * (var(--i) - 1))) translateX(var(--gallery-item-gap));transform-origin:center;transition:.3s;z-index:2;overflow:hidden}.ps-motion-wrapper .ps-motion-box .ps-motion-image-box img{width:100%;height:100%;object-fit:cover;rotate:90deg}.ps-motion-wrapper.ps-layout-2 .ps-motion-box img{rotate:-90deg}.ps-motion-wrapper.ps-layout-3 .ps-motion-box img{rotate:0deg}.ps-motion-wrapper.ps-layout-4 .ps-motion-box img{rotate:180deg}.ps-motion-info-display{position:absolute;transform:translate(-50%, 0%);text-align:center;width:500px;max-width:600px;z-index:1000;opacity:1;visibility:visible;transition:all .3s ease;pointer-events:auto;border:none;padding:20px}.ps-motion.ps-layout-1 .ps-motion-info-display{top:60%;left:50%}.ps-motion.ps-layout-2 .ps-motion-info-display{top:10%;left:50%}.ps-motion.ps-layout-3 .ps-motion-info-display{top:35%;left:30%}.ps-motion.ps-layout-4 .ps-motion-info-display{top:35%;left:70%}.ps-motion-info-display h3{font-size:24px;margin-bottom:15px;color:#0f0f0f;opacity:0;transform:translateY(20px);transition:all .6s ease}.ps-motion-info-display p{font-size:14px;line-height:1.6;margin-bottom:20px;color:#383838;opacity:0;transform:translateY(20px);transition:all .6s ease}.ps-motion-info-display #ps-motion-info-button{text-align:center;display:inline-block;position:relative;color:#fcfcfc;background-color:#0f0f0f;text-transform:capitalize;padding:12px 0px;width:150px;border-radius:4px;overflow:hidden;transition:all .2s linear 0s}.ps-motion-info-display #ps-motion-info-button:before{content:"\2192";font-size:16px;display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:-30px;width:30px;height:100%;background-color:rgba(166,165,165,0.3);border-radius:0px 4px 4px 0px;transition:all .2s linear 0s;text-align:center}.ps-motion-info-display #ps-motion-info-button:hover{text-indent:-30px}.ps-motion-info-display #ps-motion-info-button:hover:before{right:0;text-indent:0px}.ps-motion-wrapper .ps-motion-box .ps-motion-image-box.active{transform:rotate(calc(360deg / var(--total-items) * (var(--i) - 1))) translateX(var(--gallery-item-gap)) scale(var(--active-scale));z-index:100;border-radius:calc(var(--item-border-radius) + 4px);position:relative;overflow:hidden}.ps-motion-wrapper .ps-motion-box .ps-motion-image-box:not(.active):hover{transform:rotate(calc(360deg / var(--total-items) * (var(--i) - 1))) translateX(var(--gallery-item-gap)) scale(var(--hover-scale));z-index:10}.ps-motion-wrapper .ps-motion-navigation-button{position:absolute;top:50%;transform:translateY(-50%);z-index:100;cursor:pointer}.ps-motion-wrapper .ps-previous-button{left:10px}.ps-motion-wrapper .ps-next-button{right:10px}.ps-motion-wrapper .ps-motion-navigation-button i{font-size:24px}.ps-motion-wrapper .ps-motion-navigation-button:disabled{opacity:.3;cursor:not-allowed}.ps-motion-wrapper .ps-motion-navigation-button:disabled:hover{background:rgba(255,255,255,0.1);transform:translateY(-50%) scale(1)}.ps-motion-wrapper .ps-motion-active-bg-image{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1;background-position:center;background-size:cover;background-repeat:no-repeat;opacity:1;transition:background-image .6s cubic-bezier(.4, 0, .2, 1),opacity .6s cubic-bezier(.4, 0, .2, 1)}.ps-motion .ps-motion-active-bg-overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:2;pointer-events:none;background:transparent;transition:background-color .4s cubic-bezier(.4, 0, .2, 1)}.ps-motion .ps-motion-center-wrapper,.ps-motion{position:relative;z-index:10}