.carousel-section{overflow:hidden;display:flex;justify-content:flex-end}.carousel-container{width:100%;overflow:hidden}.carousel-wrapper{position:relative;border-radius:20px;overflow:hidden}.overlay-div{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#000,rgba(0,0,0,.9) 25%,transparent)}.carousel-slides{display:flex;transition:transform .5s ease-out}.carousel-slide{min-width:calc(100% / 4);padding:1rem;height:450px;max-width:550px}.carousel-slide-content{overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);height:100%;position:relative;border-radius:20px}.carousel-slide-img-container{position:relative;width:100%;aspect-ratio:16/9}.carousel-slide-img{object-fit:cover;width:100%;height:100%}.carousel-slide-details{position:absolute;bottom:0;left:50%;transform:translate(-50%);color:hsla(0,0%,100%,.9);width:100%;padding:1rem;margin:auto;display:flex;flex-direction:column}.carousel-slide-duration{display:flex;padding:.5rem 0;border-radius:9999px;font-size:var(--default-body-font)}.carousel-slide-icon{display:flex;align-items:center;justify-content:center;width:15px;height:24px;margin-right:.5rem}.carousel-slide-title{font-size:var(--default-subheading-font);font-weight:500;line-height:1.4;margin-bottom:.5rem}.carousel-slide-author{font-size:1rem;width:var(--avatar-size);height:var(--avatar-size);object-fit:cover;border-radius:100%;margin-bottom:.5rem;border:1px solid #fff}.carousel-nav{margin-top:2rem;display:flex;justify-content:space-between;align-items:center}.carousel-controls{display:flex;gap:3rem;margin:auto}.carousel-control-btn{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid #000;border-radius:9999px;background-color:transparent;transition:background-color .3s}.carousel-control-btn:hover{background-color:#f9fafb}.carousel-more{text-align:center}.carousel-more-btn{display:inline-block;padding:.8rem 3rem;margin-top:2rem;color:#fff;border-radius:50px;text-decoration:none;font-weight:300;transition:background-color .3s}.carousel-slide-meta{justify-content:space-between;width:90%;margin:auto}.author-content,.carousel-slide-meta{display:flex;align-items:center;flex:wrap}.author-content{gap:.5rem;margin-top:1rem}.top__card--details{width:90%;margin:auto}.author--meta{display:flex;flex-direction:column;font-size:16px;flex-wrap:wrap}@media (max-width:1440px){.top__card--details{width:100%;margin:auto}.carousel-slide{min-width:calc(100% / 3)}}@media (max-width:1140px){.carousel-slide{min-width:calc(100% / 2)}}@media (max-width:768px){.carousel-section{justify-content:center}.sub--meta{display:none}.carousel-slide{min-width:100%}}@media (max-width:500px){.carousel-wrapper{border-radius:20px}.carousel-container{width:95%;margin:auto}.carousel-slide{min-width:calc(100% / 1);padding:0}}