body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{margin:0;border:0;box-sizing:border-box}ul{display:flex;flex-wrap:wrap;list-style-type:none;justify-content:space-around}.left{width:20%}.right{width:80%;display:flex;justify-content:flex-end}.right>li{padding:.6rem}.right>li>img{margin-top:-.3rem;margin-right:1rem}a{text-decoration:none}.right>li>a>h5,.right>li>h5{margin-top:-.3rem;margin-right:.5rem}.Heading{margin-right:140px;margin-left:140px;background:#0f1317;top:76px;height:111px;margin-top:-1.2rem}.Heading>p{width:20%;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:600;margin-left:1rem;padding:2rem}.CourseList>.CourseCard{box-shadow:4px 6px 6px rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.1);margin:1rem 0;display:flex;justify-content:space-around;padding:1rem 2rem}.CourseCard>.coname{flex:0.5 1}.CourseCard>.author{color:grey;font-size:small}.CourseCard>.price{font-weight:700}.CourseCard>.disc_pric{font-size:small;color:grey;text-decoration:line-through}.CourseCard>.coname>.tags{display:inline-block;margin:1rem .75rem 0 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CourseCard>.add>button,.CourseCard>.coname>.tags{background:#ff6738;color:#fff;padding:.5rem .75rem}.CourseCard a{color:#000;text-decoration:none}.modal{width:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.26);position:fixed;top:40vh;padding:5vh 5vw;text-align:center;left:25%;z-index:100}.backdrop{position:fixed;top:0;left:0;height:100vh;width:100%;z-index:10;background:rgba(0,0,0,.75)}.CartDetails{background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:4px 6px 6px rgba(0,0,0,.2);margin:2.75rem .75rem;height:60vh;position:relative}.CartDetails>h3{text-align:center;padding:1.25rem 0;font-weight:lighter}.CartDetails>.cartCardList{position:absolute;overflow-y:auto;right:0;left:0;top:5rem;display:flex;flex-direction:column}.CartDetails>.cartCardList>.cartCard{padding:.5rem 1rem;margin:0 1rem 1rem;border-bottom:1px solid #b3b2b2}.CartDetails>.cartCardList>.cartCard>.price{font-weight:700;font-size:large;text-align:right}.CartDetails>.cartCardList>.cartCard>.name{font-weight:lighter}.CartDetails>.CartValue{position:absolute;bottom:0;right:0;border-top:1px solid #948d8d;width:100%;padding:1rem 1.5rem;display:flex;justify-content:space-evenly}.CartValue h6{font-size:large;min-height:1rem}.CartValue a{color:orange}.HomePage{margin:0 10vw;display:flex;flex-direction:row}.HomePage>.list{flex:0.7 1}.HomePage>.list>.header{display:flex;margin:1rem;align-items:center;justify-content:space-evenly}.HomePage #currentPrice{background:#fff;border:1px solid #000;padding:.5rem 2rem .5rem 1rem;cursor:pointer}.HomePage>.cartDetails{flex:0.3 1}.Cart{margin:0 10vw;display:flex}.Cart>.list{flex:0.7 1}.Cart>.list>.head{font-weight:lighter;padding:1rem}.Cart>.list>.CartCard{padding:1rem 2rem 1rem 5rem}.Cart>.list>.CartCard,.Cart>.price{border:1px solid rgba(0,0,0,.1);box-shadow:4px 6px 6px rgba(0,0,0,.2)}.Cart>.price{flex:0.3 1;margin:1rem .75rem;padding:1rem}.Cart>.price>.head{font-size:large}.Cart>.price>.total{font-size:large;min-height:1.5rem;margin-top:1rem;font-weight:bolder}.Cart>.price>.disc{min-height:1.5rem;font-size:smaller;color:green}.Cart>.price button{background:orange;color:#fff;display:block;padding:.5rem 1.5rem;width:100%}.Cart>.list>.CartCard>.author{color:grey;font-size:small}.Cart>.list>.CartCard>.amount{font-weight:700}.CartCard>.left>{margin-right:8rem}.CartCard{display:flex;justify-content:space-around}.CartCard>.right{margin-left:8rem;justify-content:space-evenly}.CartCard>.right .wish{margin-left:10rem;color:#1873ce;font-size:smaller}.CartCard>.right .amount{margin-left:1rem;margin-right:-6rem}.CartCard>.right .delete{margin-left:7rem}.CartCard .amount{font-weight:700}.WishList{margin:0 10vw;display:flex}.WishList>.list{flex:0.65 1}.WishList>.list>.head{font-weight:lighter;padding:1rem}.WishList>.list>.Wish{border:1px solid rgba(0,0,0,.1);box-shadow:4px 6px 6px rgba(0,0,0,.2);padding:1rem 2rem 1rem 5rem}.Wish{display:flex;justify-content:space-between}.Wish>.img{width:1rem}.Wish>.information .tags{display:inline-block;background:#ff6738;color:#fff;padding:.5rem .75rem;margin:1rem .75rem 0 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Wish>.author{font-size:smaller;color:grey}.Wish>.price{display:flex}.Wish>.price>.main{font-weight:bolder}.Wish>.price>.disc{text-decoration:line-through;font-size:smaller}.Wish>.addToCart>button{background:#ff6738;color:#fff;padding:.5rem .75rem;cursor:pointer}.Wish>.delete>img{cursor:pointer}.WishList>.cartDetails{flex:0.35 1}.CourseDetails{position:relative}.CourseDetails>.head{margin:2rem 5vw}.CourseDetails>.header{background-color:#000;margin:1rem 0;padding:1rem 5rem;min-height:10vh}.CourseDetails>.header>.boldHead{color:#fff;font-weight:700;font-size:large}.CourseDetails>.header>.lightHead{color:#fff;font-weight:light}.CourseDetails>.header>.author{color:orange;margin:1rem 0}.CourseDetails>.body{margin:0 5vw;width:50vw;padding:1rem 5rem 1rem 2rem;box-shadow:4px 6px 6px rgba(0,0,0,.2)}.CourseDetails>.body>p{font-size:smaller;color:grey}.CourseDetails>.card{position:absolute;right:5rem;top:5rem;border:1px solid #fff}.CourseDetails>.card>.video{height:30vh;width:100%;background:#000}.CourseDetails>.card>.body{padding:2rem;background-color:#fff}.CourseDetails>.card>.body>.message{color:orange}
/*# sourceMappingURL=main.2adc7dbd.chunk.css.map */