* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}

html,
body {
  scroll-behavior: smooth;
}

p {
  font-family: "Poppins", sans-serif;
}

:root {
  --primary-color: #ffb900;
  --font-heading: "Sen", sans-serif;
}

/* Common */
.break-all {
  word-break: break-all;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp, 1);
  line-clamp: var(--line-clamp, 1);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp.line-2 {
  --line-clamp: 2;
}

.content {
  width: 1170px;
  max-width: calc(100% - 48px);
  margin: auto;
}

a {
  text-decoration: none;
}

.heading {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #171100;
}

.btn {
  display: inline-block;
  min-width: 118px;
  padding: 0 16px;
  line-height: 50px;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
  background: #171100;
  border-radius: 999px;
}

.btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.header {
  background: #fffcf4;
}
.header.fixed {
  position: sticky;
  z-index: 1;
  top: -28px;
}
.header .content .body {
  display: flex;
  align-items: center;
  padding: 36px 0 8px;
}
.header .content .body .nav {
  margin-left: auto;
}
.header .content .body .nav ul {
  display: flex;
}
.header .content .body .nav ul a:hover,
.header .content .body .nav ul .active a {
  text-shadow: 1px 0 0 currentColor;
  color: #171100;
}
.header .content .body .nav ul .active a::after {
  position: absolute;
  left: 21px;
  bottom: 6px;
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #171100;
  border-radius: 1px;
}
.header .content .body .nav ul a {
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  padding: 8px 21px;
  color: #5f5b53;
}
.header .content .body .btn {
  min-width: 144px;
  margin-left: 49px;
}
.header .content .body .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.hero {
  padding: 56px 0 65px;
  background: #fffcf4;
}
.hero .body {
  display: flex;
}
.hero .body .media-block {
  position: relative;
  width: 48%;
}
.hero .body .media-block .hero-summary {
  position: absolute;
  right: 0;
  bottom: 48px;
  width: 270px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
.hero .body .media-block .hero-summary .item + .item {
  margin-top: 22px;
}
.hero .body .media-block .hero-summary .item {
  display: flex;
  align-items: center;
}
.hero .body .media-block .hero-summary .item .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff9e8;
}
.hero .body .media-block .hero-summary .item .icon2 {
  background-color: #fcefff;
}
.hero .body .media-block .hero-summary .item .icon3 {
  background-color: #ebeaff;
}
.hero .body .media-block .hero-summary .item .info {
  margin-left: 16px;
}
.hero .body .media-block .hero-summary .item .info .label {
  font-size: 1.4rem;
  line-height: 1.86;
  color: #5f5b53;
}
.hero .body .media-block .hero-summary .item .info .title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.67;
  color: #171100;
}
.hero .body .content-block {
  width: 52%;
  padding: 64px 0 0 130px;
}
.hero .body .content-block .heading.lv1 {
  font-size: 5.8rem;
  line-height: 1.17;
}
.hero .body .content-block .desc {
  margin-top: 22px;
  font-size: 1.8rem;
  line-height: 1.67;
  color: #5f5b53;
}
.hero .body .content-block .cta-group {
  display: flex;
  align-items: center;
  margin: 38px 0 48px;
}
.hero .body .content-block .cta-group .hero-cta {
  min-width: 180px;
  line-height: 64px;
  background-color: #ffb900;
}
.hero .body .content-block .cta-group .watch-video {
  display: flex;
  align-items: center;
  margin-left: 28px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.hero .body .content-block .cta-group .watch-video .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.07);
}
.hero .body .content-block .cta-group .watch-video span {
  margin-left: 14px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.67;
  color: #171100;
}
.hero .body .content-block .stats strong {
  padding: 0 8px 0 28px;
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1.23;
  color: #171100;
}

.popular {
  padding: 65px 0;
  margin-top: 75px;
}
.popular .popular-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popular .popular-top .info .lv2 {
  font-size: 3.8rem;
  line-height: 1.26;
}
.popular .popular-top .info .desc {
  margin-top: 16px;
  width: 458px;
  font-size: 1.8rem;
  line-height: 1.67;
  color: #5f5b53;
}
.popular .popular-top .controls {
  display: flex;
  gap: 18px;
}
.popular .popular-top .controls .icon {
  border: 1px solid #ffb900;
  color: #ffb900;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.popular .popular-top .controls .icon:hover {
  color: #fff;
  background: #ffb900;
  cursor: pointer;
}
.popular .popular-list {
  display: flex;
  gap: 30px;
  margin-top: 55px;
}
.popular .popular-list .course-item {
  flex: 1;
  background: #ffffff;
  border: 1px solid #e2dfda;
  border-radius: 12px;
}
.popular .popular-list .course-item .thumb {
  width: calc(100% + 2px);
  height: 278px;
  margin: -1px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}
.popular .popular-list .course-item .info {
  padding: 16px 22px 22px;
}
.popular .popular-list .course-item .info .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popular .popular-list .course-item .info .head a {
  padding-right: 6px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.67;
  color: #171100;
}
.popular .popular-list .course-item .info .head span {
  margin-left: 6px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #fea31b;
}
.popular .popular-list .course-item .info .desc {
  margin-top: 6px;
  font-size: 1.4rem;
  line-height: 1.86;
  color: #5f5b53;
}
.popular .popular-list .course-item .info .foot {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popular .popular-list .course-item .info .foot span {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.67;
  color: #171100;
}
.popular .popular-list .course-item .info .foot .book-btn {
  border: none;
}
.popular .popular-list .course-item .info .foot .book-btn:hover {
  color: #fff;
  background: #ffb900;
}

.feedback {
  margin-top: 135px;
  padding: 96px 0;
  background: #2e2100;
}
.feedback .feedback-list .feedback-item {
  display: flex;
  width: 100%;
  flex-shrink: 0;
}
.feedback .feedback-list .feedback-item .info img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feedback .feedback-list .feedback-item .info .title {
  font-family: var(--font-heading);
  margin-top: 18px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.42;
  color: #f7f7f7;
}
.feedback .feedback-list .feedback-item .info .desc {
  margin-top: 4px;
  font-size: 1.4rem;
  line-height: 1.86;
  color: #bfbcb3;
}
.feedback .feedback-list .feedback-item .info .dots {
  display: flex;
  margin-top: 28px;
}
.feedback .feedback-list .feedback-item .info .dots .dot {
  margin-right: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #634700;
  cursor: pointer;
}
.feedback .feedback-list .feedback-item .info .dots .active {
  background: #ffb900;
  cursor: default;
}
.feedback .feedback-list .feedback-item .main-content {
  width: 66%;
  margin-left: auto;
}
.feedback .feedback-list .feedback-item .main-content blockquote {
  margin-left: 30px;
  font-style: italic;
  font-size: 2.6rem;
  line-height: 1.54;
  color: #ffffff;
}

footer {
  margin-top: 100px;
  padding: 96px 135px 0;
  background: #2e2100;
}
footer .row {
  display: flex;
  padding-bottom: 38px;
  border-bottom: 1px solid #59554b;
}
footer .row .column {
  width: 21.6%;
}
footer .row .column .list {
  margin-top: 28px;
}
footer .row .column .title {
  display: inline-block;
  padding: 0 48px 14px 0;
  border-bottom: 1px solid #59554b;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #ffffff;
}
footer .row .column a {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 1.4rem;
  line-height: 1.86;
  color: #bfbcb2;
}
footer .row .column strong {
  font-weight: 600;
  color: #ffffff;
}
footer .row .column:first-child {
  width: 35%;
}
footer .row .column:first-child p {
  margin-top: 18px;
  max-width: 267px;
  font-size: 1.4rem;
  line-height: 1.86;
  color: #bfbcb2;
}
footer .row .column:first-child .socials {
  display: flex;
  gap: 18px;
  margin-top: 18px;
}
footer .copyright {
  padding: 28px 0;
}
footer .copyright p {
  font-size: 1.4rem;
  line-height: 1.86;
  text-align: center;
  color: #807d74;
}/*# sourceMappingURL=style.css.map */