.course-hero{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;overflow:hidden;color:white;background:var(--off-white);height:auto;h1{line-height:1}p{line-height:1.4}hr{border:1px solid #ccc;margin:.2rem;width:80%}}.course-hero-img{width:100vw;height:100vh;display:flex;justify-content:center;flex-direction:column;align-items:center;animation:sizeInCourse 1s .4s forwards;img{width:100%}}.course-hero-img:after{content:"";height:100vh;position:absolute;top:0;left:0;right:0;animation:sizeInCourse 1s .4s forwards}.course-overlay{position:absolute;padding:1rem;width:auto;height:60%;color:white;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;top:2rem;opacity:0;animation:scaleIn .8s .1s forwards}.course-header{position:absolute;width:auto;padding:2rem 0 0;display:flex;justify-content:center;align-items:end;top:0;background-color:rgba(80,80,80,.4);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;z-index:8;p{font-size:.5rem;margin:.1rem}}.course-text{display:flex;text-align:center;flex-direction:column;align-items:center;justify-content:center;gap:20px}.course-hero-buttom,.course-hero-buttom-mobile{width:100%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;z-index:8;background:var(--off-white);padding:1rem 0;opacity:0;animation:opacityIn .8s .8s forwards}.course-hero-buttom-mobile{display:none}.course-price{display:flex;justify-content:space-between;width:80%;color:var(--gray);text-align:left;align-items:center}.course-links{display:flex;align-items:center;justify-content:space-between;color:var(--gray);width:80%;p{width:80%}a{display:flex;justify-content:center;align-items:center;font-size:.8rem;text-align:center;text-decoration:none;border-radius:50px;cursor:pointer;height:1.5rem;width:3rem;background-color:var(--blue);color:white;transition:all .2s ease-in-out;padding:0}a:hover{background-color:var(--dark-blue)}}.course-price-mobile-wrapper{justify-self:center;width:100%;text-align:center}.img-mobile{display:none}@media screen and (max-width:600px){.img-desktop{display:none}.img-mobile{display:block}.course-hero{hr{width:100%}}.course-hero-img{height:100vh}.course-hero-img,.course-hero-img:after{animation:sizeInCourseMobile 1s .4s forwards}.course-price{align-items:flex-start;justify-content:start;flex-direction:column;height:auto;gap:10px}.course-links,.course-price{display:flex;width:100%;padding:0 1rem}.course-links{margin:1rem 0}.course-hero-buttom{display:none}.course-hero-buttom-mobile{display:flex;justify-content:start}}@keyframes sizeInCourse{0%{height:100vh}to{height:76vh}}@keyframes sizeInCourseMobile{0%{height:100vh}to{height:66vh}}.course-content{display:flex;padding:1rem 0;justify-content:center;flex-direction:column;align-items:center;text-align:left;width:100%;background:var(--off-white);overflow:hidden;color:var(--dark-gray);position:relative;img{width:80%;max-width:1000px;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:.5rem;margin-bottom:1rem}}.content-text{display:block;width:80%}.course-img{width:60%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 0;img{width:100%;height:auto;border-radius:1rem;object-fit:cover}}#content-img-mobile{display:none}.course-item{width:60%;display:flex;flex-direction:column;justify-content:center;align-items:center;h5,p{color:var(--gray)}ul{list-style:none;width:80%;display:grid;grid-template-columns:50% 50%;justify-content:center;text-align:left}ul li:nth-child(odd):last-child{grid-column:span 2;width:100%;padding:0 4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}li{padding:1rem;width:100%}}@media screen and (max-width:1000px){#content-img-desktop{display:none}#content-img-mobile{display:block}.course-content{padding:0}.course-img{width:80%}.content-text{width:100%;padding:0 1rem}.course-item{width:80%;ul{width:100%}}}.course-get{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:left;overflow:hidden;color:var(--gray);background:var(--off-white);padding:1rem 0;img,video{width:80%;max-width:1000px;height:auto;aspect-ratio:1/1;border-radius:.5rem;margin-bottom:1rem}}#coursegettext{width:80%;color:black}.course-get-text{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:left;ul{text-align:left;list-style:none;width:60%;display:block}li{margin:1rem 0;width:100%;p{padding-left:1.7rem}}}@media screen and (max-width:1000px){.course-get-text{width:100%;ul{width:80%}}#coursegettext{width:100%;padding:1rem}}.course-tag{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;overflow:hidden;color:white;background:var(--off-white);height:auto;padding:2rem 0;border:var(--gray);h1{line-height:1}p{line-height:1.4}hr{border:1px solid #ccc;margin:.2rem;width:80%}}.course-price hr{width:100%}