.dots-container{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.dot{height:20px;width:20px;margin-right:10px;border-radius:10px;background-color:#b3d4fc;animation:pulse 1.5s infinite ease-in-out}.dot:last-child{margin-right:0}.dot:nth-child(1){animation-delay:-.3s}.dot:nth-child(2){animation-delay:-.1s}.dot:nth-child(3){animation-delay:.1s}@keyframes pulse{0%{transform:scale(.8);background-color:#b3d4fc;box-shadow:0 0 #b2d4fcb3}50%{transform:scale(1.2);background-color:#6793fb;box-shadow:0 0 0 10px #b2d4fc00}to{transform:scale(.8);background-color:#b3d4fc;box-shadow:0 0 #b2d4fcb3}}html,body{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:#000}::-webkit-scrollbar{width:0px;height:5px}::-webkit-scrollbar-thumb{background-color:#727171;border-radius:10px;height:200px}::-webkit-scrollbar-track{background-color:transparent}.category-btn:hover{background-color:#fc1503!important;color:#fff!important}.category-btn:hover span{color:#fff!important}.react-player{height:77vh!important;width:100%!important}.search-bar{border:none;outline:none;width:350px}.category-btn{font-weight:700!important;text-transform:capitalize;display:flex;align-items:center;justify-content:start;cursor:pointer;background:transparent;outline:none;border:none;padding:7px 15px;margin:10px 0;border-radius:20px;transition:all .3s ease}@media screen and (max-width: 900px){.category-btn{margin:10px}}@media screen and (max-width:800px){.copyright{display:none!important}}@media screen and (max-width: 600px){.scroll-horizontal{overflow:auto!important}.react-player{height:45vh!important}.search-bar{width:200px}}
