.world-card-comp{position:relative;border-radius:10px;cursor:pointer;overflow:hidden;width:240px;transition:all .3s ease;height:240px}.world-card-comp .play-icon-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;z-index:3;width:100%;height:70%}.world-card-comp .play-icon-wrapper:hover{opacity:1;background-color:rgba(51,51,51,.435)}.world-card-comp .play-icon-wrapper .play-icon{color:#fff;width:50px;height:50px}.world-card-comp .option-dots{position:absolute;right:7px;cursor:pointer;top:7px;background-color:rgba(0,0,0,.5);z-index:4;border-radius:50%;width:32px;height:32px;outline-style:none;display:flex;align-items:center;justify-content:center;outline-width:0}.world-card-comp .option-dots .option-dots-icon{color:#fff;transform:rotate(90deg)}.world-card-comp .world-card-comp-thumbnail{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;z-index:1;border-radius:10px 10px 17px 17px;transition:all .2s ease-in-out}.world-card-comp .world-card-comp-thumbnail:hover{border-radius:17px}.world-card-comp .world-card-comp-footer{position:absolute;bottom:0;left:0;right:0;z-index:2;background-color:rgba(0,0,0,.5);padding:15px;text-transform:capitalize;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.world-card-comp .world-card-comp-footer .world-card-comp-footer-title{color:#fff;font-size:16px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.world-card-comp .my-world-card-comp-footer{position:absolute;height:46px;bottom:0;left:0;right:0;z-index:2;background-color:#333;padding:9px;text-transform:capitalize;border-bottom-left-radius:15px;border-bottom-right-radius:15px;backdrop-filter:blur(25px);background:rgba(0,0,0,.439);min-height:fit-content}.world-card-comp .my-world-card-comp-footer .top-part{display:flex;align-items:center;justify-content:space-between}.world-card-comp .my-world-card-comp-footer .top-part .name{color:#fff;font-size:16px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:680px){.world-card-comp .my-world-card-comp-footer .top-part .name{font-size:12px}}.world-card-comp .my-world-card-comp-footer .top-part .stats{display:flex;align-items:center;font-size:10px;min-width:fit-content}.world-card-comp .my-world-card-comp-footer .top-part .stats .likes{display:flex;align-items:center}.world-card-comp .my-world-card-comp-footer .top-part .stats .likes .likes-data{margin-left:4px}.world-card-comp .my-world-card-comp-footer .top-part .stats .visits{display:flex;align-items:center;margin-left:10px}@media screen and (max-width:680px){.world-card-comp .my-world-card-comp-footer .top-part .stats .visits{margin-left:5px}}.world-card-comp .my-world-card-comp-footer .top-part .stats .visits .visits-data{margin-left:4px}.world-card-comp .my-world-card-comp-footer .middle-part{font-weight:500;color:#fff;color:var(--50-disable,hsla(0,0%,100%,.5));font-size:12px;transition:color .2s ease-in;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.world-card-comp .my-world-card-comp-footer .middle-part .description{width:fit-content}.world-card-comp .my-world-card-comp-footer .middle-part .description .by{color:var(--50-disable,hsla(0,0%,100%,.5));font-size:12px;font-weight:400;text-transform:lowercase}.world-card-comp .my-world-card-comp-footer .middle-part .description:hover{color:#fff}.world-card-comp .my-world-card-comp-footer .bottom-part .date,.world-card-comp .my-world-card-comp-footer .bottom-part .size{color:var(--50-disable,hsla(0,0%,100%,.5));font-size:10px;font-weight:400}@media screen and (max-width:860px){.world-card-comp .my-world-card-comp-footer{padding:6px 8px}}.world-card-comp:hover .world-card-comp-thumbnail{transform:scale(1.03)}@media screen and (max-width:860px){.world-card-comp{width:48%;height:180px;min-width:170px;max-width:225px;aspect-ratio:1/1;flex-grow:1}}