*{box-sizing:border-box;margin:0;padding:0}.gallery-title-wrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;margin-bottom:-3rem;padding:4rem 0 0;display:flex}.gallery-title{text-align:center;max-width:38rem}.gallery-container{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:2rem;display:flex;overflow:hidden}.gallery-title{text-align:center;color:#1e293b;margin-bottom:3rem;font-size:3.5rem;font-weight:700}.gallery-title .our{color:#3b82f6}.slider-wrapper{justify-content:center;align-items:center;gap:2rem;width:100%;max-width:1400px;display:flex;position:relative}.slider-track{justify-content:center;align-items:center;width:100%;height:500px;display:flex;position:relative}.slide{transform-origin:50%;cursor:pointer;border-radius:20px;transition:all .8s cubic-bezier(.34,1.56,.64,1);position:absolute;top:50%;left:50%;overflow:hidden}.slide img{object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;display:block}.nav-button{cursor:pointer;z-index:100;background:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex}.nav-button:hover{background:#f8fafc;transform:scale(1.1)}.nav-button:active{transform:scale(.95)}.nav-button svg{color:#1e293b;width:24px;height:24px}.dots-container{justify-content:center;gap:12px;margin-top:2rem;display:flex}.dot{cursor:pointer;border:none;border:1px solid var(--blue);background:#fff6;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.dot.active{background:var(--blue);border-radius:6px;width:32px}.dot:hover{background:#ffffffb3}@media (max-width:1024px){.gallery-title{font-size:2.5rem}.slider-track{height:400px}.nav-button{width:50px;height:50px}}@media (max-width:768px){.gallery-container{padding:2rem 1rem}.gallery-title-wrapper{padding:2rem 0}.gallery-title{margin-bottom:2rem;font-size:2rem}.slider-track{height:350px}.nav-button{width:45px;height:45px}}@media (max-width:640px){.gallery-title{font-size:1.75rem}.slider-wrapper{gap:1rem}.slider-track{height:300px}.nav-button{width:40px;height:40px}}@media (max-width:480px){.gallery-title{margin-bottom:1.5rem;font-size:1.5rem}.slider-track{height:250px}.nav-button{width:36px;height:36px}.dots-container{gap:8px;margin-top:1.5rem}.dot{width:10px;height:10px}.dot.active{width:24px}}
