.carousel{width:100%;height:calc(100vh - 160px);position:relative;overflow:hidden}.carousel .list .item{position:absolute;inset:0}.carousel .list .item img{object-fit:cover;width:100%;height:100%}.carousel .list .item .img-wrapper{position:absolute;inset:0}.carousel .list .item .img-wrapper img{filter:blur(10px)}.carousel .list .item .img-wrapper .img-overlay{opacity:.5;background-color:#000;position:absolute;inset:0}.carousel .list .item .content{box-sizing:border-box;color:#fff;text-shadow:0 5px 10px #0004;width:1140px;max-width:80%;padding-right:50%;position:absolute;top:20%;left:50%;transform:translate(-50%)}.carousel .list .item .content .author{letter-spacing:10px;text-transform:uppercase;font-weight:700}.carousel .list .item .content .title,.carousel .list .item .content .topic{font-size:5em;font-weight:700;line-height:1.3em}.carousel .list .item .content .topic{color:#f1683a}.carousel .list .item .content .des{color:#fff9;margin-top:10px;margin-bottom:10px}.carousel .list .item .content .buttons{grid-template-rows:40px;grid-template-columns:repeat(2,130px);gap:5px;margin-top:20px;display:grid}.carousel .list .item .content .buttons button{color:#000;letter-spacing:3px;cursor:pointer;text-transform:uppercase;background-color:#fff;border:none;font-family:inherit;font-weight:500}.carousel .list .item .content .buttons button:first-child{color:#fff;background-color:#0000;border:2px solid #fff}.carousel .thumbnail{z-index:10;gap:20px;width:max-content;display:flex;position:absolute;bottom:50px;left:50%}.carousel .thumbnail .item{flex-shrink:0;width:150px;height:220px;position:relative}.carousel .thumbnail .item img{object-fit:cover;border-radius:20px;width:100%;height:100%}.carousel .thumbnail .item .content{position:absolute;bottom:10px;left:10px;right:10px}.carousel .thumbnail .item .content .title{font-weight:700}.carousel .thumbnail .item .content .des{color:#fff9}.carousel .arrows{z-index:90;align-items:center;gap:10px;width:300px;max-width:30%;display:flex;position:absolute;top:82%;right:47%}.carousel .arrows button{color:#fff;z-index:10;cursor:pointer;background-color:#fff3;border:none;border-radius:50%;width:40px;height:40px;font-size:large;font-weight:700;transition:background-color .3s}.carousel .arrows button:hover{color:#000;background-color:#fff}.carousel .arrows button:disabled{pointer-events:none}.carousel .list .item:first-child{z-index:1}.carousel .list .item:first-child .content .author,.carousel .list .item:first-child .content .title,.carousel .list .item:first-child .content .topic,.carousel .list .item:first-child .content .des,.carousel .list .item:first-child .content .buttons{filter:blur(20px);opacity:0;animation:.5s linear 1s forwards carouselShowContent;transform:translateY(50px)}@keyframes carouselShowContent{to{opacity:1;filter:blur();transform:translateY(0)}}.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{border-radius:20px;width:150px;height:220px;animation:.5s linear forwards carouselShowImage;position:absolute;bottom:50px;left:50%}@keyframes carouselShowImage{to{border-radius:0;width:100%;height:100%;bottom:0;left:0}}.carousel.next .thumbnail .item:last-child{width:0;animation:.5s linear forwards carouselShowThumbnail;overflow:hidden}@keyframes carouselShowThumbnail{to{width:150px}}.carousel.next .thumbnail{animation:.5s linear forwards carouselTransformThumbnail;transform:translate(150px)}@keyframes carouselTransformThumbnail{to{transform:translate(0)}}.carousel.prev .list .item:nth-child(2){z-index:2}.carousel.prev .list .item:nth-child(2) img{animation:.5s linear forwards carouselOutImage;position:absolute;bottom:0;left:0}@keyframes carouselOutImage{to{border-radius:20px;width:150px;height:220px;bottom:50px;left:50%}}.carousel.prev .thumbnail .item:first-child{opacity:0;width:0;animation:.5s linear forwards carouselShowThumbnail;overflow:hidden}.carousel.prev .list .item:nth-child(2) .content .author,.carousel.prev .list .item:nth-child(2) .content .title,.carousel.prev .list .item:nth-child(2) .content .topic,.carousel.prev .list .item:nth-child(2) .content .des,.carousel.prev .list .item:nth-child(2) .content .buttons{animation:.5s linear forwards carouselContentOut}@keyframes carouselContentOut{to{filter:blur(20px);opacity:0;transform:translate(-150px)}}.carousel .time{z-index:10;background-color:#f1683a;width:0;height:5px;position:absolute;top:0;left:0}.carousel.next .time,.carousel.prev .time{width:100%;animation:1s linear forwards carouselTimeRunning}@keyframes carouselTimeRunning{to{width:0}}@media screen and (max-width:768px){.carousel .list .item .content{max-width:90%;padding-right:0;top:10%}.carousel .list .item .content .author,.carousel .list .item .content .title,.carousel .list .item .content .topic{font-size:4em}.carousel .list .item .content .des{font-size:1.9rem}.carousel .thumbnail{-webkit-overflow-scrolling:touch;scrollbar-width:none;box-sizing:border-box;width:100%;padding:0 20px 10px;bottom:20px;left:0;right:0;overflow:auto hidden;transform:none!important}.carousel .thumbnail::-webkit-scrollbar{display:none}.carousel .thumbnail .item{width:100px;height:150px}.carousel .arrows{width:100px;max-width:100%;top:auto;bottom:250px;right:50%;transform:translate(calc(50% + 40px))}.carousel .arrows button{width:35px;height:35px;font-size:medium}}@media screen and (max-width:480px){.carousel .list .item .content .title,.carousel .list .item .content .author,.carousel .list .item .content .topic{font-size:2.5em}.carousel .list .item .content .des{font-size:.9rem}.carousel .thumbnail .item{width:80px;height:120px}}@media screen and (min-width:375px) and (max-width:430px){.carousel .arrows{bottom:213px;transform:translate(calc(50% + 20px))}}.info-bar{background-color:#09090b;background-image:linear-gradient(45deg,#0f0f12 25%,#0000 25%),linear-gradient(-45deg,#0f0f12 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#0f0f12 75%),linear-gradient(-45deg,#0000 75%,#0f0f12 75%);background-position:0 0,0 4px,4px -4px,-4px 0;background-size:8px 8px;background-attachment:fixed;justify-content:space-between;align-items:center;width:100%;padding:40px 60px 50px;display:flex;position:relative}.info-bar:after{content:"";background-color:#1e1e1e;height:1px;position:absolute;bottom:30px;left:60px;right:60px}.info-item{text-align:center;flex-direction:column;align-items:center;gap:15px;display:flex}.info-icon.location{color:#4ade80}.info-icon.globe{color:#fff}.info-icon.checkmark{color:#3b82f6}.info-text{flex-direction:column;gap:4px;display:flex}.info-title{color:#fff;letter-spacing:.2px;text-transform:uppercase;font-size:14px;font-weight:600}.info-subtitle{color:#9ca3af;letter-spacing:1px;text-transform:uppercase;font-size:12px}@media screen and (max-width:768px){.info-bar{flex-direction:column;align-items:center;gap:0;padding:40px 20px}.info-bar:after{display:none}.info-item{text-align:center;border-bottom:1px solid #1e1e1e;align-items:center;width:100%;padding:25px 0}.info-item:last-child{border-bottom:none}}
