:root{--black:#181818;--light-black:#252526;--grey:#444444a1}.dark{background-color:#181818;background-color:var(--black)}body{background-color:#eee;height:100vh;width:100%}*{margin:0}a{color:#000;text-decoration:none}.flexCenter{justify-content:center}.flexCenter,.flexStart{align-items:center;display:flex}.flexStart{justify-content:flex-start}.flexCenterCol{align-items:center;display:flex;flex-direction:column;justify-content:center}.innerWidth{width:100%}.paddings{padding:1.5rem}@media (min-width:1280px){.innerWidth{width:1280px}}button{background-color:#fff;border:1px solid #bebebe;border-radius:10px;padding:.5rem .8rem;text-transform:capitalize}button.dark:hover,button:hover{background-color:rgba(0,0,0,.08);transition:.15s}button.dark{background:#444444a1;background:var(--grey);border:1px solid #5e5e5e;color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 3px grey}::-webkit-scrollbar-thumb{background:#36383a;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#7a7a7a}.App{min-height:100vh;width:100%}.nav-container{gap:1rem;margin:auto auto 5rem}.nav-text.dark{color:#fff}*{box-sizing:border-box}.card-container{flex-wrap:wrap;gap:2rem}.card,.card-container{justify-content:space-between;margin:auto}.card{background-color:#fff;border-radius:15px;box-shadow:0 3px 8px 0 rgba(0,0,0,.1);height:550px;padding:1.4rem 1rem 2rem;width:300px}.card.dark{background-color:var(--light-black);color:#fff}.img-container>img{height:230px;object-fit:cover;overflow:hidden;width:230px}.img-container>img:hover{scale:1.1;transition:.1s}.card-description{height:200px;overflow:auto;padding:1rem}.card-title{font-size:1.5rem;margin:0 auto 1.2rem}.myAudio{bottom:5px;position:fixed;right:10px}.popup-image{background:rgba(0,0,0,.9);display:flex;height:100%;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:100}.popup-image>img{border:2px solid #fff;height:90%;margin:auto;width:auto}@media (max-width:768px){.popup-image img{height:auto;width:95%}}.video-container{flex-wrap:wrap;gap:1rem}.video-card{align-items:flex-start;background-color:#fff;border-radius:15px;box-shadow:0 3px 8px 0 rgba(0,0,0,.1);flex-wrap:wrap;padding:2rem}.video-card.dark{background-color:var(--light-black);color:#fff}.video-wrapper{background-color:#000;border-radius:5px;max-width:400px}.text-div{display:flex;flex-direction:column;justify-content:start;width:300px}.card-description{height:auto}@media (max-width:780px){.text-div{max-height:230px;overflow:auto;padding:0 5% 1rem;width:100%}}.login-section{height:100vh}.login-form,.login-section{align-items:center;display:flex;justify-content:center}.login-form{background-color:#fff;border-radius:20px;box-shadow:0 1px 5px 0 rgba(0,0,0,.2);flex-direction:column;gap:1rem;height:400px;margin:auto;width:320px}label{margin-bottom:-1rem}
/*# sourceMappingURL=main.6c04b71d.css.map*/