.hero-swiper,.swiper-slide{width:100%;height:100%}.swiper-slide{position:relative}.hero-slide-bg{position:absolute;inset:0;background-size:cover;background-position:50%;background-repeat:no-repeat;animation:zoomIn 5s ease-in-out forwards}@keyframes zoomIn{0%{transform:scale(1)}to{transform:scale(1.1)}}.hero-overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.3)}.hero-content{position:relative;z-index:2;height:100%;text-align:center}.hero-content,.hero-nav-btn{display:flex;align-items:center;justify-content:center;color:#fff}.hero-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;background-color:hsla(0,0%,100%,.2);border:none;cursor:pointer;transition:background-color .3s ease;z-index:10}.hero-nav-btn:hover{background-color:var(--color-wed-primary,#d4af37)}.hero-nav-prev{left:1rem}.hero-nav-next{right:1rem}@media (min-width:768px){.hero-nav-prev{left:2rem}.hero-nav-next{right:2rem}}.hero-dots{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;gap:.75rem;z-index:10}.hero-dot{width:2.5rem;height:.375rem;background-color:hsla(0,0%,100%,.4);border:none;cursor:pointer;transition:background-color .3s ease;border-radius:2px}.hero-dot:hover{background-color:hsla(0,0%,100%,.8)}.hero-dot.active{background-color:#fff}.hero-swiper .swiper-wrapper{transition-timing-function:ease-in-out}.swiper-slide{background:#000}