/*!/wp-content/themes/startupzy/js/blog_slider_v2/scoped-carousel.css*/.scoped-carousel{margin:0;background-color:#000;color:#eee;font-family:Poppins,sans-serif;font-size:12px}.scoped-carousel a{text-decoration:none}.scoped-carousel header{width:1140px;max-width:80%;margin:auto;height:50px;display:flex;align-items:center;position:relative;z-index:100}.scoped-carousel header a{color:#eee;margin-right:40px}.scoped-carousel .carousel{height:100vh;margin-top:-15px;width:100vw;overflow:hidden;position:relative}.scoped-carousel .carousel .list .item .content{z-index:2;position:absolute;top:20%;width:50%;left:20%;padding-right:0;box-sizing:border-box;color:#fff;text-shadow:0 5px 10px #0004;opacity:0;pointer-events:none;transition:opacity .5s}.scoped-carousel .carousel .list .item{width:100%;height:100%;position:absolute;inset:0}.scoped-carousel .carousel .list .item img{width:100%;height:100%;object-fit:cover}.scoped-carousel .carousel .list .item .content .des{font-size:1.3rem;max-width:40vw;line-height:1.6;margin-top:10px}.scoped-carousel .carousel .list .item .author{font-weight:700;letter-spacing:10px}.scoped-carousel .carousel .list .item .title,.scoped-carousel .carousel .list .item .topic{font-size:4em;font-weight:700;line-height:1.3em}.scoped-carousel .carousel .list .item .topic{color:#f1683a}.scoped-carousel .carousel .list .item .buttons{display:grid;grid-template-columns:repeat(2,130px);grid-template-rows:40px;gap:5px;margin-top:20px}.scoped-carousel .carousel .list .item .buttons button{border:none;background-color:#eee;letter-spacing:3px;font-family:Poppins,sans-serif;font-weight:700}.scoped-carousel .carousel .list .item .buttons button:nth-child(2){background-color:#fff0;border:1px solid #fff;color:#eee}.scoped-carousel .thumbnail{position:absolute;bottom:50px;left:50%;width:max-content;z-index:100;display:flex;gap:20px}.scoped-carousel .thumbnail .item{width:150px;height:220px;flex-shrink:0;position:relative}.scoped-carousel .thumbnail .item img{width:100%;height:100%;object-fit:cover;border-radius:20px}.scoped-carousel .thumbnail .item .content{color:#fff;position:absolute;bottom:10px;left:10px;right:10px}.scoped-carousel .thumbnail .item .content .des,.scoped-carousel .thumbnail .item .content .title{font-weight:700}.scoped-carousel .arrows{position:absolute;top:80%;right:52%;z-index:100;width:300px;max-width:30%;display:flex;gap:10px;align-items:center}.scoped-carousel .arrows button{width:60px;height:60px;border-radius:50%;background-color:#5c916de8;border:none;color:#fff;font-family:monospace;font-weight:700;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:.5s}.scoped-carousel .arrows button:hover{background-color:#b7bfcb;color:#000}.scoped-carousel .carousel .list .item:first-child{z-index:1}.scoped-carousel .carousel .list .item:first-child .content .author,.scoped-carousel .carousel .list .item:first-child .content .buttons,.scoped-carousel .carousel .list .item:first-child .content .des,.scoped-carousel .carousel .list .item:first-child .content .title,.scoped-carousel .carousel .list .item:first-child .content .topic{transform:translateY(50px);filter:blur(20px);opacity:0;animation:.5s linear 1s forwards scoped-showContent}@keyframes scoped-showContent{to{transform:translateY(0);filter:blur(0);opacity:1}}.scoped-carousel .carousel .list .item:first-child .content .title{animation-delay:1.2s!important}.scoped-carousel .carousel .list .item:first-child .content .topic{animation-delay:1.4s!important}.scoped-carousel .carousel .list .item:first-child .content .des{animation-delay:1.6s!important}.scoped-carousel .carousel .list .item:first-child .content .buttons{animation-delay:1.8s!important}.scoped-carousel .carousel.next .list .item:first-child img{width:150px;height:220px;position:absolute;bottom:50px;left:50%;border-radius:30px;animation:.5s linear forwards scoped-showImage}@keyframes scoped-showImage{to{bottom:0;left:0;width:100%;height:100%;border-radius:0}}.scoped-carousel .carousel.next .thumbnail .item:last-child{overflow:hidden;animation:.5s linear forwards scoped-showThumbnail}.scoped-carousel .carousel.prev .list .item img{z-index:100}@keyframes scoped-showThumbnail{from{width:0;opacity:0}}.scoped-carousel .carousel.next .thumbnail{animation:.5s linear forwards scoped-effectNext}@keyframes scoped-effectNext{from{transform:translateX(150px)}}.scoped-carousel .carousel .time{position:absolute;z-index:1000;width:0%;height:3px;background-color:#5c916de8;left:0;top:0}.scoped-carousel .carousel.next .time,.scoped-carousel .carousel.prev .time{animation:3s linear forwards scoped-runningTime}@keyframes scoped-runningTime{from{width:100%}to{width:0}}.scoped-carousel .carousel.prev .list .item:nth-child(2){z-index:2}.scoped-carousel .carousel.prev .list .item:nth-child(2) img{animation:.5s linear forwards scoped-outFrame;position:absolute;bottom:0;left:0}@keyframes scoped-outFrame{to{width:150px;height:220px;bottom:50px;left:50%;border-radius:20px}}.scoped-carousel .carousel.prev .thumbnail .item:first-child{overflow:hidden;opacity:0;animation:.5s linear forwards scoped-showThumbnail}.scoped-carousel .carousel.prev .list .item:nth-child(2) .content .author,.scoped-carousel .carousel.prev .list .item:nth-child(2) .content .buttons,.scoped-carousel .carousel.prev .list .item:nth-child(2) .content .des,.scoped-carousel .carousel.prev .list .item:nth-child(2) .content .title,.scoped-carousel .carousel.prev .list .item:nth-child(2) .content .topic{animation:1.5s linear forwards scoped-contentOut!important}@keyframes scoped-contentOut{to{transform:translateY(-150px);filter:blur(20px);opacity:0}}@media screen and (max-width:678px){.scoped-carousel .carousel .list .item .content{top:110px;left:10px;width:calc(100% - 20px);padding:0}.scoped-carousel .carousel .list .item .content .title{font-size:26px}.scoped-carousel .carousel .list .item .content .des{display:none}.scoped-carousel .carousel .list .item .buttons{flex-direction:column;position:absolute;top:285px;gap:10px;z-index:101}.scoped-carousel .carousel .list .item .buttons button{width:45%;min-width:unset}.scoped-carousel .carousel .list .item .content .category-banner{font-size:20px}}#blog-slider-container .category-banner{display:inline-block;background-color:#5c916de8;color:#fff;padding:10px 14px;border-radius:12px 0;font-size:1.5rem;line-height:1.2;box-shadow:0 2px 6px rgb(0 0 0 / .3);box-sizing:border-box;text-align:center;white-space:nowrap;margin-bottom:20px;width:fit-content;height:fit-content;max-width:100%}#blog-slider-container .thumbnail .item .content .description .category-banner{font-size:.7rem;font-weight:700;padding:8px 12px;border-radius:12px 0}#blog-slider-container .scoped-carousel .carousel .list .item .buttons{display:flex;gap:10px;margin-top:20px}#blog-slider-container .carousel .list .item .buttons button{border:none;padding:10px 14px;font-family:Poppins,sans-serif;font-weight:500;font-size:.9rem;cursor:pointer;border-radius:20px 0;transition:background-color .3s,color .3s;min-width:160px;min-height:40px;text-align:center}#blog-slider-container .carousel .list .item .buttons button:first-child{background-color:#5c916de8;color:#fff}#blog-slider-container .carousel .list .item .buttons button:first-child:hover{background-color:#66666a}#blog-slider-container .carousel .list .item .buttons button:last-child{background-color:#fcfaf5;color:#5c916de8}#blog-slider-container .carousel .list .item .buttons button:last-child:hover{background-color:#66666a;color:#fff}.scoped-carousel .carousel .list .item:first-child .content{opacity:1;pointer-events:auto;z-index:2}.scoped-carousel .carousel .list .item .image-wrapper{position:relative;width:100%;height:100%;z-index:0;overflow:hidden}.scoped-carousel .carousel .list .item .image-wrapper img{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:0}.scoped-carousel .carousel .list .item .image-wrapper .image-overlay{position:absolute;inset:0;background-color:#02132d;opacity:.3;z-index:1;pointer-events:none}