@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");body{font-size:12px;color:#eee;background-color:#000;margin:0;font-family:Montserrat,sans-serif}a{text-decoration:none}.carousel{height:75vh;overflow:hidden;position:relative;width:100%;margin-top:-50px}.carousel .list .item{height:100%;position:absolute;inset:0 0 0 0;width:100%}.carousel .list .item img{height:100%;object-fit:cover;width:100%}.carousel .list .item .content{transform:translateX(-50%);text-shadow:0 5px 10px #0004;color:#fff;position:absolute;max-width:80%;padding-right:30%;top:20%;box-sizing:border-box;left:50%;width:1140px}.carousel .list .item .author{font-weight:700;letter-spacing:10px}.carousel .list .item .title,.carousel .list .item .topic{font-size:5em;font-weight:700;line-height:1.3em}.carousel .list .item .topic{color:#fff}.carousel .list .item .buttons{grid-template-columns:repeat(2,130px);grid-template-rows:40px;gap:5px;margin-top:20px;display:grid}.carousel .list .item .buttons button{border:none;font-weight:500;letter-spacing:3px;background-color:#eee}.carousel .list .item .buttons button:nth-child(2){border:1px solid #fff;color:#eee;background-color:transparent}.thumbnail{position:absolute;bottom:50px;gap:20px;left:50%;width:max-content;display:flex;z-index:100}@media only screen and (max-width:600px){.thumbnail{display:none}.arrows{top:90%}.carousel .list .item .topic{font-size:2em;font-weight:700;line-height:1.3em}}.thumbnail .item{height:220px;flex-shrink:0;position:relative;width:150px}.thumbnail .item img{height:100%;object-fit:cover;border-radius:20px;width:100%}.thumbnail .item .content{right:10px;color:#fff;position:absolute;bottom:10px;left:10px}.thumbnail .item .content .title{font-weight:500}.thumbnail .item .content .description{font-weight:300}.arrows{right:52%;position:absolute;max-width:30%;gap:10px;top:80%;align-items:center;width:300px;display:flex;z-index:100}.arrows button{height:40px;border:none;font-weight:700;color:#fff;transition:.5s;background-color:#eee4;border-radius:50%;width:40px;font-family:monospace}.arrows button:hover{color:#000;background-color:#fff}.carousel .list .item:first-child{z-index:1}.carousel .list .item:first-child .content .author,.carousel .list .item:first-child .content .buttons,.carousel .list .item:first-child .content .des,.carousel .list .item:first-child .content .title,.carousel .list .item:first-child .content .topic{animation:showContent .5s linear 1s 1 forwards;transform:translateY(50px);filter:blur(20px);opacity:0}@keyframes showContent{to{transform:translateY(0);filter:blur(0);opacity:1}}.carousel .list .item:first-child .content .title{animation-delay:1.2s!important}.carousel .list .item:first-child .content .topic{animation-delay:1.4s!important}.carousel .list .item:first-child .content .des{animation-delay:1.6s!important}.carousel .list .item:first-child .content .buttons{animation-delay:1.8s!important}.carousel.next .list .item:first-child img{animation:showImage .5s linear 1 forwards;height:220px;position:absolute;bottom:50px;border-radius:30px;left:50%;width:150px}@keyframes showImage{to{height:100%;bottom:0;border-radius:0;left:0;width:100%}}.carousel.next .thumbnail .item:last-child{animation:showThumbnail .5s linear 1 forwards;overflow:hidden}.carousel.prev .list .item img{z-index:100}@keyframes showThumbnail{0%{opacity:0;width:0}}.carousel.next .thumbnail{animation:effectNext .5s linear 1 forwards}@keyframes effectNext{0%{transform:translateX(150px)}}.carousel .time{height:3px;position:absolute;top:0;background-color:#f1683a;left:0;width:0;z-index:1000}.carousel.next .time,.carousel.prev .time{animation:runningTime 3s linear 1 forwards}@keyframes runningTime{0%{width:100%}to{width:0}}.carousel.prev .list .item:nth-child(2){z-index:2}.carousel.prev .list .item:nth-child(2) img{animation:outFrame .5s linear 1 forwards;position:absolute;bottom:0;left:0}@keyframes outFrame{to{height:220px;bottom:50px;border-radius:20px;left:50%;width:150px}}.carousel.prev .thumbnail .item:first-child{animation:showThumbnail .5s linear 1 forwards;overflow:hidden;opacity:0}.carousel.next .arrows button,.carousel.prev .arrows button{pointer-events:none}.carousel.prev .list .item:nth-child(2) .content .author,.carousel.prev .list .item:nth-child(2) .content .buttons,.carousel.prev .list .item:nth-child(2) .content .des,.carousel.prev .list .item:nth-child(2) .content .title,.carousel.prev .list .item:nth-child(2) .content .topic{animation:contentOut 1.5s linear 1 forwards!important}@keyframes contentOut{to{transform:translateY(-150px);filter:blur(20px);opacity:0}}@media screen and (max-width:678px){.carousel .list .item .content{padding-right:0}.carousel .list .item .content .title{font-size:30px}}