.swiper-pagination{z-index:10;justify-content:center;gap:8px;margin-top:50px;display:flex;position:relative!important}.swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1;background-color:#324b71;border:none;border-radius:10px;width:30px;height:10px;transition:all .3s}.carousel-btn{display:none}@media (min-width:1024px){.carousel-btn{display:flex}}.carousel-btn{z-index:50;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);background:linear-gradient(90deg,#324b71,#324b71);border:2px solid rgba(96,165,250,.3);border-radius:9999px;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .3s ease-in-out;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 10px rgba(59,130,246,.25)}.carousel-btn:hover{background:linear-gradient(90deg,rgba(50,75,113,.804),rgba(50,75,113,.698));border-color:rgba(147,197,253,.5);transform:translateY(-50%)scale(1.1);box-shadow:0 6px 15px rgba(59,130,246,.4)}.carousel-btn:active{transform:translateY(-50%)scale(.95)}.carousel-btn:focus{outline:none;box-shadow:0 0 0 4px #324b71,0 6px 15px #324b71}.carousel-btn-left{left:16rem}.carousel-btn-right{right:16rem}@keyframes moveRight{0%{transform:translate(0)}to{transform:translate(5px)}}@keyframes moveLeft{0%{transform:translate(0)}to{transform:translate(-5px)}}.carousel-btn-right{animation:.6s ease-in-out infinite alternate moveRight}.carousel-btn-left{animation:.6s ease-in-out infinite alternate moveLeft}
