@keyframes coverRotate{0%{transform:rotateY(0deg) translateZ(0)}to{transform:rotateY(-75deg) translateZ(1px)}}.animate-coverRotate{animation:coverRotate .7s ease forwards}@keyframes innerShow{0%{transform:translateX(200px);opacity:0}to{transform:translateX(70px);opacity:1}}.animate-innerShow{animation:innerShow .8s ease forwards;animation-delay:.4s;transform:translateZ(-2px)}@keyframes fadeRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.animate-fadeRight{animation:fadeRight .8s ease forwards;animation-delay:.8s}@keyframes fadeUp{0%{opacity:0;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}.animate-fadeUp{animation:fadeUp .9s ease forwards;animation-delay:1s}.loader{color:white;font-family:Gill Sans MT,sans-serif;width:275px;height:auto;background-color:black;display:flex;flex-direction:column;border-radius:4px 4px 0 0;border:1px solid black;margin:200px auto auto}.loader .header-bar{justify-content:space-between;color:black}.loader .header-bar,.loader .title{background-color:white;display:flex}.loader .title{gap:4px;font-size:15px;align-items:center;width:fit-content;padding:0 8px;margin-top:4px}.loader .controls{display:flex;gap:16px;margin:0 8px;cursor:pointer}.loader .body{display:flex}.loader .completed,.loader .content,.loader .start{padding:0 4px;font-size:14px}.loader .slash{position:absolute;visibility:hidden;animation:loading 2s infinite}.loader .slash:first-child{animation-delay:.25s}.loader .slash:nth-child(2){animation-delay:.5s}.loader .slash:nth-child(3){animation-delay:.75s}.loader .slash:nth-child(4){animation-delay:1s}.loader .slash:nth-child(5){animation-delay:1.25s}.loader .slash:nth-child(6){animation-delay:1.5s}.loader .slash:nth-child(7){animation-delay:1.75s}.loader .slash:nth-child(8){animation-delay:2s}@keyframes loading{0%{visibility:visible}12.5%{visibility:hidden}to{visibility:hidden}}.scroll{position:relative;display:flex;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent)}.scroll div{white-space:nowrap;animation:scroll var(--time) linear infinite;animation-delay:calc(var(--time)*-1)}.scroll div:nth-child(2){animation:scroll2 var(--time) linear infinite;animation-delay:calc(var(--time)/-2)}@keyframes scroll{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes scroll2{0%{transform:translateX(0)}to{transform:translateX(-200%)}}.scroll div span{display:inline-flex;margin:10px;letter-spacing:1px;background:#99A1AF;color:#9C1F0E;padding:5px 10px;transition:.5s;border:1px solid #99a1af00;font-size:18px;font-weight:600}.scroll div span:hover{background:#3fd1f900;cursor:pointer;border:1px solid #333;color:#333}.imgBox div{display:flex;align-items:center;justify-content:center}.imgBox img{max-width:100px;scale:.8}.star{color:white;animation:fillGold 1s forwards,bounce .5s ease-out}.star-0{animation-delay:0s,0s}.star-1{animation-delay:.2s,.2s}.star-2{animation-delay:.4s,.4s}.star-3{animation-delay:.6s,.6s}.star-4{animation-delay:.8s,.8s}@keyframes fillGold{0%{color:white;text-shadow:none}to{color:rgb(136,115,0);text-shadow:0 0 8px rgb(147,125,0),0 0 15px rgb(129,84,0)}}@keyframes bounce{0%{transform:scale(.8)}50%{transform:scale(1.2)}to{transform:scale(1)}}.sliderr{position:relative;width:100%;height:300px}.rvw-box{z-index:9999}.itemms{position:absolute;width:250px;height:fit-content;background-color:#76767679;border-radius:10px;backdrop-filter:blur(20px);padding:10px;transition:.5s;left:calc(50% - 125px);top:0;text-align:center}#nextt,#prevt{color:#3d3d3d;background:none;font-size:30px;font-family:monospace;font-weight:700;opacity:.5;transition:opacity .5s;width:50px}#nextt:hover,#prevt:hover{opacity:1}