.swiper-pagination-bullet-active{
width: 60px;
height: 60px;
background-size: 100px;
background-repeat: no-repeat;
background-position: center;
opacity: 1;
border: 3px solid rgb(255, 208, 0);
-moz-box-shadow:0 0 40px rgb(34, 34, 34);
-webkit-box-shadow:0 0 40px rgb(46, 45, 45);
box-shadow:0 0 40px rgb(53, 53, 53);
outline:none;
transition: 500ms, background-position 1ms linear, background-size 1ms linear;
}