.course-item{display:flex;flex-direction:column;box-sizing:border-box;padding:16px;background-color:white;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.05);width:300px}.course-item div p{margin:0;padding:0;line-height:1.5}.course-item__title{display:flex;text-wrap:wrap;align-items:center;gap:16px}.course-item__title img{height:64px;width:64px;border-radius:8px;object-fit:cover;border:1px solid rgba(0,0,0,.5)}.course-item__description{margin:8px 0;height:auto;text-wrap:wrap}.course-item__duration,.course-item__number-of-lessons,.course-item__price{height:24px;margin:8px 0}.course-item__btn{margin-top:auto;display:flex;flex-direction:column;margin-bottom:0}.course-item__btn--learn-more{margin-top:8px;font-size:18px;width:268px;height:48px;border:2px solid var(--primary-color);border-radius:16px;background-color:white;color:var(--primary-color);box-shadow:0 1px 3px rgba(0,0,0,.05);cursor:pointer;transition:all .35s ease-in-out}.course-item__btn--learn-more:hover{transform:scale(1.05)}.course-item__btn--enroll{margin-top:8px;font-size:18px;width:268px;height:48px;border:none;border-radius:16px;background-color:var(--primary-color);color:white;box-shadow:0 1px 3px rgba(0,0,0,.05);cursor:pointer;transition:all .35s ease-in-out}.course-item__btn--enroll:hover{transform:scale(1.05)}@keyframes lavaLamp{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.encouragement{background:linear-gradient(135deg,#FF6F20,#F9C74F,#90BE6D,#43AA8B);background-size:400% 400%;animation:lavaLamp 16s ease-in-out infinite alternate;width:1144px;min-height:250px;height:auto;margin:48px auto 0;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;border-radius:48px;box-shadow:0 1px 3px rgba(0,0,0,.05);padding:32px;text-align:center;position:relative;overflow:hidden;box-sizing:border-box}.encouragement-p{font-size:32px;font-weight:500;color:white;margin:0;padding:10px 20px;letter-spacing:1px}.encouragement-button{margin-top:8px;font-size:18px;font-weight:700;width:268px;height:48px;border:none;border-radius:16px;background-color:rgba(255,255,255,.3);color:white;box-shadow:0 1px 3px rgba(0,0,0,.05);cursor:pointer;transition:all .35s ease-in-out}.encouragement-button:hover{transform:scale(1.05)}@media (max-width:1144px){.encouragement{width:90%;border-radius:32px}}@media (max-width:767px){.encouragement{width:94%;border-radius:16px}.encouragement-p{font-size:24px}}.teachers__container{padding:64px;width:1144px;height:478px;margin:64px auto 0;background-color:#F6F6F6;border-radius:48px;box-shadow:0 1px 3px rgba(0,0,0,.05);box-sizing:border-box;display:flex}.teachers__container--left{width:50%;display:flex;flex-direction:column;justify-content:space-between}.teachers__container--left p{font-size:24px;font-weight:500;width:100%;max-width:272px;height:auto;margin:0;padding:0}.teachers-choice{display:flex;gap:16px;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.teachers-choice::-webkit-scrollbar{display:none}.teachers-choice img{width:64px;height:64px;object-fit:cover;border-radius:16px;border:3px solid var(--primary-color);flex-shrink:0}.teachers__container--right{width:50%;height:-moz-fit-content;height:fit-content;display:flex}.teachers__container--right img{width:250px;height:350px;object-fit:cover;border-radius:16px;border:3px solid var(--primary-color);margin-right:32px}.teachers__container--right p{margin:0;word-wrap:break-word;line-height:1.5}.teacher-info{display:flex;flex-direction:column;gap:16px}.teacher-name{font-size:20px}.teacher-experience{margin-top:auto;margin-bottom:112px}.teacher-experience p{padding:8px;background-color:#D9D9D9;border-radius:8px}@media (max-width:1144px){.teachers__container{padding:32px;margin:48px auto 0;border-radius:32px;width:90%}.teachers__container--left{width:50%}.teachers__container--left p{font-size:20px}.teachers__container--right{width:50%}.teachers__container--right img{width:200px;height:300px;margin-right:24px}}@media (max-width:767px){.teachers__container{flex-direction:column;margin:32px auto 0;border-radius:16px;height:auto;width:94%;padding:16px}.teachers__container--left,.teachers__container--right{width:100%}.teachers__container--left p{max-width:100%}.teachers-choice{margin:16px 0}.teachers__container--right{flex-direction:column;align-items:center}.teachers__container--right img{width:100%;height:auto;aspect-ratio:1/1;margin:0 0 16px}.teacher-experience{margin-top:auto;margin-bottom:16px}}
/*# sourceMappingURL=9cc6907988863825.css.map*/