.circle-carousel-wrapper{overflow:hidden}.circle-carousel-wrapper .carousel-wrapper{max-width:680px;margin:10px auto}.circle-carousel{position:relative;padding-top:100%}.circle-carousel .slides{position:absolute;top:0;left:0;width:100%;height:100%}.circle-carousel .content-box{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.circle-carousel .content-box.active{pointer-events:auto}.circle-carousel .content-box.active .content-box-inner{z-index:1;opacity:1;transform:scale(1)}.circle-carousel .content-box.active .content-title-wrap{opacity:1;visibility:visible;transform:scale(1)}.circle-carousel .content-box-inner{width:55%;height:55%;border-radius:50%;overflow:hidden;z-index:0;opacity:0;box-shadow:-20px 20px 50px rgba(0,0,0,.3);transition:.55s ease-in-out;transform:scale(.85)}.circle-carousel .content-box-inner .content-box-img{border-radius:50%;background-repeat:no-repeat;width:100%;height:100%;background-size:cover}.circle-carousel .content-title-wrap{background:rgba(0,0,0,.3);opacity:0;visibility:hidden;transition:all .5s .4s;overflow:hidden;text-align:center;z-index:30;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;padding:15px;transform:scale(.8);display:flex;justify-content:center;align-items:center}.circle-carousel .content-title h3,.circle-carousel .content-title h3 a{color:#fff;font-weight:bold}.circle-carousel .content-title h4{color:#fff;font-weight:bold}.circle-carousel .pagination{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:90%;height:90%;border-radius:50%;border:3px solid #1f2845;pointer-events:none;user-select:none;margin:0}.circle-carousel .pagination .dot{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);height:13%;width:13%;border-radius:50%;pointer-events:auto;transition:.3s;overflow:hidden;background:#5a574f;padding:15px}.circle-carousel .pagination .dot:hover{transform:translate(-50%,-50%) scale(1.05);cursor:pointer;background:#a1823c;color:#fff}.circle-carousel .pagination .dot img{width:100%;height:100%}.circle-carousel .pagination .item{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%}.circle-carousel .pagination .item.active .dot{background-color:#a1823c;color:#fff}.circle-carousel .prev,.circle-carousel .next{display:none}@media(min-width:1200px){.circle-carousel .prev,.circle-carousel .next{display:block;position:absolute;top:0;bottom:0;margin:auto;height:25px;cursor:pointer}.circle-carousel .prev i,.circle-carousel .next i{writing-mode:vertical-rl;text-orientation:upright;font-weight:700;font-size:25px}.circle-carousel .prev{left:-100px}.circle-carousel .next{right:-100px}}